Thomas G. Lockhart
e4000add1b
Require complete tagging in emacs hints at bottom of file.
1999-02-13 03:54:00 +00:00
Thomas G. Lockhart
478e5beef1
Include chapter on SQL language elements (keywords, etc).
...
Should merge with or complement Stefan's Master's Thesis intro to SQL.
1999-02-13 03:52:46 +00:00
Thomas G. Lockhart
af2a0dfd65
Describe the date/time parsing rules.
...
Include specific information on the supported time zones.
It's a really big table, so maybe it should go into an appendix instead.
1999-02-13 03:42:10 +00:00
Thomas G. Lockhart
0c30f18fbe
Add Stefan Simkovics' Master's Thesis.
1999-02-13 03:38:46 +00:00
Thomas G. Lockhart
ba8808b2a6
Substitute great info from Stefan Simkovics' Master's Thesis.
...
Still need to add some acknowledgements at the top of the doc;
already have full info in the bibliography but since the original is
being spread across the existing docs we should also mention things
locally.
1999-02-13 03:37:54 +00:00
Thomas G. Lockhart
dcded41895
Minor markup changes for the recent TEMP TABLE info.
...
Docs should build now...
1999-02-13 03:33:50 +00:00
Thomas G. Lockhart
b106421473
More complete info from Oliver Elphick.
1999-02-13 03:32:43 +00:00
Bruce Momjian
f1b7823471
Make GEQO use dependent on table and index count.
1999-02-02 20:30:18 +00:00
Bruce Momjian
8e958b8a38
Fix create_rule is->as.
1999-02-02 17:46:17 +00:00
Bruce Momjian
4390b0bfbe
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
1999-02-02 03:45:56 +00:00
Bruce Momjian
289a826dab
Here is a new version of my patch for allowing pg_dump to DROP schema
...
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-21 22:53:37 +00:00
Thomas G. Lockhart
6240aa0f6c
Remove redundant note on NT port.
1999-01-19 16:12:26 +00:00
Thomas G. Lockhart
f3fde99841
Augment info on string functions per Jose Soares' suggestions.
1999-01-19 16:11:18 +00:00
Thomas G. Lockhart
bda6246664
Introduction to SQL from Stefan. Not yet marked up, but will go into
...
the User's Guide sometime soon.
1999-01-19 16:09:16 +00:00
Thomas G. Lockhart
c00d800e2d
Add tables of allowed values and formats for date/time input types.
...
Include info for time zones, days of week, months.
Procedural description of date input parsing is not yet complete.
1999-01-19 16:08:26 +00:00
Thomas G. Lockhart
049efbd3a1
Merge current.sgml into release.sgml so all release notes are in the same
...
file. Per Bruce's preference. Go to it Bruce!
No info yet for v6.4.2 or upcoming releases.
1999-01-19 16:06:26 +00:00
Thomas G. Lockhart
888760250a
Fix build rules for the tutorial,
...
which was not built last time these things changed.
1999-01-07 06:19:17 +00:00
Thomas G. Lockhart
42dd24dab2
Refresh info for various platforms. Claim client-side support for WIN32.
1999-01-07 03:17:46 +00:00
Thomas G. Lockhart
25f7ecbc5f
Fix typo.
1999-01-07 03:05:28 +00:00
Thomas G. Lockhart
57bd2775da
Add entries for introduction chapter components such as Y2K statement.
...
Use a <citetitle> rather than <xref> when referring to libpq
since that chapter is not included in the tutorial.
1999-01-07 03:05:01 +00:00
Thomas G. Lockhart
6ce5a7123f
Remove mention of a couple of introductory chapters
...
which are not used here.
1999-01-07 03:02:27 +00:00
Thomas G. Lockhart
15fadc06ac
Fix column formatting for a table. No content changes.
1999-01-07 03:01:27 +00:00
Thomas G. Lockhart
15d4617d0b
Put in more markup. Not done yet though.
1999-01-07 03:00:43 +00:00
Thomas G. Lockhart
350f422bdb
Include installation instructions for WIN32 client-side libraries.
...
From Magnus Hagander <mha@sollentuna.net>.
1999-01-07 02:59:45 +00:00
Thomas G. Lockhart
a75f2d21a8
Clean up to ensure tag completion as required by the newest versions
...
of Norm's Modular Style Sheets and jade/docbook.
From Vince Vielhaber <vev@michvhf.com>.
1998-12-29 02:24:47 +00:00
Thomas G. Lockhart
c0d816c57a
Fix typos in rules.sgml.
...
Add Emacs configuration block to postgres.sgml.
1998-12-18 16:23:34 +00:00
Thomas G. Lockhart
5ac3cd0f0c
Include example of Postgres' extended query syntax which allow one to omit
...
the FROM clause. e.g. "SELECT table.*".
1998-12-18 16:22:31 +00:00
Thomas G. Lockhart
4060456291
Update information on alternate database locations.
...
These fixes are from Jeff Hoffmann <jeff@remapcorp.com>.
1998-12-18 16:20:28 +00:00
Thomas G. Lockhart
dee302e611
Include more details on editing with Emacs.
...
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-18 16:17:29 +00:00
Thomas G. Lockhart
bb6286a92d
Include keywords from CASE implementation.
...
Rearrange a few other keywords to put them in the proper category.
1998-12-18 16:13:45 +00:00
Thomas G. Lockhart
df3023344e
Add Cobalt MIPS linux box from Tatsuo.
1998-12-18 16:12:13 +00:00
Thomas G. Lockhart
4bbcad1ee0
Update some info, especially the CIDR/INET data types.
1998-12-18 16:11:12 +00:00
Thomas G. Lockhart
a6757f2ce3
Include Emacs DocBook DTD description file. May allow Emacs to understand
...
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-18 16:10:00 +00:00
Thomas G. Lockhart
5135ba323b
Information on the CVS tree and remote access.
...
Not yet complete, integrated, or marked up.
Not yet included in a document (should go in the developer's doc?).
1998-12-18 16:08:19 +00:00
Bruce Momjian
c29d0f31b4
Remove need for doc 'install man' in INSTALL file. install does both
...
html and man.
1998-12-17 16:37:04 +00:00
Thomas G. Lockhart
d85df9cae2
Add new "-N" flag to force double quotes around identifiers.
...
Fix missing mention of "-n" flag in synopsis.
1998-11-14 02:04:16 +00:00
Thomas G. Lockhart
9bc35facdc
Add id attribute to reftitle to allow cross referencing from the new
...
vaccumdb reference page.
1998-11-14 02:02:53 +00:00
Thomas G. Lockhart
e44087d827
Add reference page for new vacuumdb utility.
1998-11-14 02:01:40 +00:00
Thomas G. Lockhart
ccca422abb
Fix email addres for Dan Horak per his request.
1998-11-02 15:54:27 +00:00
Thomas G. Lockhart
40064c2b24
Move configuration info to after installation procedure.
...
Include only the current release in the release notes section.
1998-11-02 15:53:02 +00:00
Thomas G. Lockhart
19532d1809
Include instructions on perl installation.
...
Already in product docs since they were built on my machine.
1998-11-02 15:52:14 +00:00
Thomas G. Lockhart
09634ebdfe
Cleanup for v6.4 release.
...
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-31 09:36:38 +00:00
Thomas G. Lockhart
3af9d95f38
Try to get only html and gif files into tarballs.
...
Was picking up subdirectories and other garbage.
1998-10-31 09:35:19 +00:00
Thomas G. Lockhart
f1f9ec3344
Minor editing and markup changes as a result of preparing the Postscript
...
documentation for v6.4.
Bigger updates to the installation instructions (install and config).
1998-10-30 19:37:19 +00:00
Thomas G. Lockhart
3d83e28b2b
Minor cleanup in markup, especially in the Output section.
1998-10-30 19:34:40 +00:00
Thomas G. Lockhart
d0ffbe2f61
Incorporate changes suggested by Tom Lane.
...
Update storage space estimates.
Continue cleanup.
Still need to consolidate configure parameters with new config.sgml info.
1998-10-27 06:38:13 +00:00
Thomas G. Lockhart
6ae396c9e8
New info on a few ports for v6.4.
1998-10-27 06:15:48 +00:00
Thomas G. Lockhart
724df98740
Try to get a straight story on which prompts mean what.
1998-10-27 06:15:21 +00:00
Thomas G. Lockhart
e9f10b22f4
Include new cidr and inet data types.
1998-10-27 06:14:41 +00:00
Thomas G. Lockhart
866104b3df
Include configuration chapter with new info on configure and make.
1998-10-27 06:14:01 +00:00