summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
1999-02-02Fix create_rule is->as.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-01-21Here is a new version of my patch for allowing pg_dump to DROP schemaBruce Momjian
elements prior to CREATEing new ones. It is under control of the -c command line option (with the default being status quo). The DROP TRIGGER portion still needs implementation. Anyone able to help clarify what exactly the CREATE TRIGGER portion does so I can fix this? Again, I have tried this with tables/indexes/sequences, but do not have other schema elements in my database. As a result, I am not 100% convinced that I got the syntax correct in all cases (but think I did, nonetheless). If anyone can check the other cases, I'd appreciate it. Cheers, Brook [I added manual page and sgml additions for the new -c option.]
1999-01-19Remove redundant note on NT port.Thomas G. Lockhart
1999-01-19Augment info on string functions per Jose Soares' suggestions.Thomas G. Lockhart
1999-01-19Introduction to SQL from Stefan. Not yet marked up, but will go intoThomas G. Lockhart
the User's Guide sometime soon.
1999-01-19Add tables of allowed values and formats for date/time input types.Thomas G. Lockhart
Include info for time zones, days of week, months. Procedural description of date input parsing is not yet complete.
1999-01-19Merge current.sgml into release.sgml so all release notes are in the sameThomas G. Lockhart
file. Per Bruce's preference. Go to it Bruce! No info yet for v6.4.2 or upcoming releases.
1999-01-07Fix build rules for the tutorial,Thomas G. Lockhart
which was not built last time these things changed.
1999-01-07Refresh info for various platforms. Claim client-side support for WIN32.Thomas G. Lockhart
1999-01-07Fix typo.Thomas G. Lockhart
1999-01-07Add entries for introduction chapter components such as Y2K statement.Thomas G. Lockhart
Use a <citetitle> rather than <xref> when referring to libpq since that chapter is not included in the tutorial.
1999-01-07Remove mention of a couple of introductory chaptersThomas G. Lockhart
which are not used here.
1999-01-07Fix column formatting for a table. No content changes.Thomas G. Lockhart
1999-01-07Put in more markup. Not done yet though.Thomas G. Lockhart
1999-01-07Include installation instructions for WIN32 client-side libraries.Thomas G. Lockhart
From Magnus Hagander <mha@sollentuna.net>.
1998-12-29Clean up to ensure tag completion as required by the newest versionsThomas G. Lockhart
of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <vev@michvhf.com>.
1998-12-18Fix typos in rules.sgml.Thomas G. Lockhart
Add Emacs configuration block to postgres.sgml.
1998-12-18Include example of Postgres' extended query syntax which allow one to omitThomas G. Lockhart
the FROM clause. e.g. "SELECT table.*".
1998-12-18Update information on alternate database locations.Thomas G. Lockhart
These fixes are from Jeff Hoffmann <jeff@remapcorp.com>.
1998-12-18Include more details on editing with Emacs.Thomas G. Lockhart
Remove mention of the old "migration" flat files. Change URLs for resources to point to areas, not particular files. That way things stay correct even when version of tools change. Suggested by Vince Vielhaber.
1998-12-18Include keywords from CASE implementation.Thomas G. Lockhart
Rearrange a few other keywords to put them in the proper category.
1998-12-18Add Cobalt MIPS linux box from Tatsuo.Thomas G. Lockhart
1998-12-18Update some info, especially the CIDR/INET data types.Thomas G. Lockhart
1998-12-18Include Emacs DocBook DTD description file. May allow Emacs to understandThomas G. Lockhart
tags even if DocBook is not installed on your local system. Most of the .sgml source files contain a reference to this file in an Emacs setup block at the bottom of the file...
1998-12-18Information on the CVS tree and remote access.Thomas G. Lockhart
Not yet complete, integrated, or marked up. Not yet included in a document (should go in the developer's doc?).
1998-12-17Remove need for doc 'install man' in INSTALL file. install does bothBruce Momjian
html and man.
1998-11-14Add new "-N" flag to force double quotes around identifiers.Thomas G. Lockhart
Fix missing mention of "-n" flag in synopsis.
1998-11-14Add id attribute to reftitle to allow cross referencing from the newThomas G. Lockhart
vaccumdb reference page.
1998-11-14Add reference page for new vacuumdb utility.Thomas G. Lockhart
1998-11-02Fix email addres for Dan Horak per his request.Thomas G. Lockhart
1998-11-02Move configuration info to after installation procedure.Thomas G. Lockhart
Include only the current release in the release notes section.
1998-11-02Include instructions on perl installation.Thomas G. Lockhart
Already in product docs since they were built on my machine.
1998-10-31Cleanup for v6.4 release.Thomas G. Lockhart
Make new file current.sgml to hold release info for the current release. Should be moved to release.sgml before filling with next release info.
1998-10-31Try to get only html and gif files into tarballs.Thomas G. Lockhart
Was picking up subdirectories and other garbage.
1998-10-30Minor editing and markup changes as a result of preparing the PostscriptThomas G. Lockhart
documentation for v6.4. Bigger updates to the installation instructions (install and config).
1998-10-30Minor cleanup in markup, especially in the Output section.Thomas G. Lockhart
1998-10-27Incorporate changes suggested by Tom Lane.Thomas G. Lockhart
Update storage space estimates. Continue cleanup. Still need to consolidate configure parameters with new config.sgml info.
1998-10-27New info on a few ports for v6.4.Thomas G. Lockhart
1998-10-27Try to get a straight story on which prompts mean what.Thomas G. Lockhart
1998-10-27Include new cidr and inet data types.Thomas G. Lockhart
1998-10-27Include configuration chapter with new info on configure and make.Thomas G. Lockhart
1998-10-27First cut at standalone installation guide to replace INSTALL text source.Thomas G. Lockhart
1998-10-25Try to go through and get the markup right.Thomas G. Lockhart
Make more changes to freshen up to v6.4 conventions. Drop mention of Postgres95 docs.
1998-10-25Fix from Tom Lane for pg_shadow in pg_upgradeBruce Momjian
1998-10-25Update info for v6.4. Fix markup of some examples which shouldThomas G. Lockhart
have been <programlisting> blocks.
1998-10-25Add debugging info from Cary O'Brien.Thomas G. Lockhart
Include comments from Robert Burrows.
1998-10-25Small adjustments in markup getting ready for hardcopy release.Thomas G. Lockhart
Jan did a nice job of initial markup so it was pretty easy!
1998-10-25Add massive new docs from Peter Mount.Thomas G. Lockhart
Includes markup for the introductory portions suitable for the User's Guide but just put the class reference material inside a huge <programlisting> block. Figure out what to do later...
1998-10-25Update info on source files for v6.4.Thomas G. Lockhart
Should add/change ToDo list some more before release...