Thomas G. Lockhart
0958666ce6
Minor fixes in markup.
...
Include cross-references in NOTIFY and UNLISTEN.
1998-10-21 05:34:12 +00:00
Thomas G. Lockhart
5e0ea5225f
Minor fixes in markup.
1998-10-21 05:33:41 +00:00
Thomas G. Lockhart
8cf41db299
Incorporate information from Cary and Robert.
...
More how-to stuff on ApplixWare.
1998-10-21 05:33:22 +00:00
Thomas G. Lockhart
66dfa36e36
Include new information from Massimo. Rearrange ODBC docs.
1998-10-21 05:31:52 +00:00
Thomas G. Lockhart
da63386f3e
Programming Language info from Jan Wieck.
...
Not yet marked up or included in a document, but it should be checked in
to be safe.
1998-10-21 05:30:16 +00:00
Thomas G. Lockhart
634a575f7c
New programmer's information from Massimo Dal Zotto.
1998-10-21 05:28:48 +00:00
Bruce Momjian
30d5e18572
Fix for 'make man'.
1998-10-20 23:14:35 +00:00
Tom Lane
5f27ac6b5e
Minor documentation improvements and markup fixes.
1998-10-17 22:02:21 +00:00
Bruce Momjian
3c4e2bc9be
SGML updates from post 6.3.2 manual changes. Added pg_upgrade man page.
1998-10-15 05:47:04 +00:00
Thomas G. Lockhart
6129de0b76
Remove duplicate entry for R_PLAN (thanks Bruce).
...
Add entry for undocumented (?) KSQO.
1998-10-14 16:31:28 +00:00
Thomas G. Lockhart
963ed0e72a
Minor markup adjustment.
1998-10-14 16:30:17 +00:00
Thomas G. Lockhart
e149af170d
Add TIMESTAMP as unreserved word.
1998-10-14 16:28:53 +00:00
Thomas G. Lockhart
ee92ab91ad
Add some id tags to allow cross-references from the datatype chapter.
1998-10-14 16:28:31 +00:00
Thomas G. Lockhart
3103a05c64
Add mention of the SERIAL data type.
...
Change claim of "no limit" on maximum date for datetime type to
more realistic 1465001 AD. Thanks Tatsuo for pointing this out :)
Clean up markup.
1998-10-14 16:26:31 +00:00
Thomas G. Lockhart
edadec91f7
Chapter on indices intended for the User's Guide.
...
Currently not included in the UG, and this now only has a discussion of
partial indices by Paul Aoki culled from the mailing lists.
But, didn't want to loose it...
1998-10-14 16:20:16 +00:00
Bruce Momjian
aa3a1f46df
New PGQUERY_LIMIT environment variable, and doc changes.
1998-10-14 05:31:50 +00:00
Bruce Momjian
8cec4cf91b
New QUERY_LIMIT set command.
1998-10-14 05:10:12 +00:00
Thomas G. Lockhart
5a61590e48
Add new "-n" flag to pg_dump.
...
Update UNLISTEN to not require double-quotes around the wildcard argument.
Clean up markup.
1998-10-10 17:13:47 +00:00
Thomas G. Lockhart
d98011d8de
Clean up markup.
...
Add new bibliographic references from Paul Aoki.
Include libpq++ docs from the old man page in the Programmer's Guide.
Update Unix installation info for ODBC.
1998-10-10 17:12:18 +00:00
Bruce Momjian
ef58a2c285
shared library instructions.
1998-10-10 03:08:02 +00:00
Bruce Momjian
572f6f313d
New shared library mentions.
1998-10-09 21:41:36 +00:00
Bruce Momjian
0044a1bc1d
Recommend ldconfig on any ELF.
1998-10-09 19:53:10 +00:00
Tom Lane
0a1c2805b3
libpgtcl.sgml still needs work, but at least there are
...
fewer errors than there were.
1998-10-08 03:23:03 +00:00
Tom Lane
f1fef841c3
Grammar, my boy, grammar :-(
1998-10-08 01:28:58 +00:00
Tom Lane
ad567f07be
Link unlisten.sgml into what I hope are the right places.
1998-10-08 00:19:49 +00:00
Bruce Momjian
8849655d24
I agree. I think, though, that the best argument presented in the
...
debate was from Paul Vixie, who wanted INET to be the name covering
both IPV4 and IPV6. The following kit makes the needed changes:
Tom Ivar Helbekkmo
1998-10-08 00:19:47 +00:00
Tom Lane
ac5a8b9ab5
And some UNLISTEN doco too!
1998-10-08 00:19:13 +00:00
Tom Lane
55a5639e93
LISTEN/NOTIFY doc improvements.
1998-10-08 00:18:31 +00:00
Bruce Momjian
252568dc11
Update pg_dump sgml and manuals to remove rule restriction.
1998-10-07 02:49:10 +00:00
Thomas G. Lockhart
dfde7f14f0
Install man pages from here now. "make install" will do that along with
...
the html/ps material...
1998-10-06 05:44:05 +00:00
Bruce Momjian
3abf496b8e
> > There is a bug in check_foreign_key of refint.c which is bundled with
...
> > the standard distribution. It occurs when a trigger calling this
> > function recursively fires another trigger which calls the same
> > function. The calling check_foreign_key loses its plan informantion and
> > when it tries to use it the backend closes its channel. You can check it
> > with the sql script I am attaching below.
> > The solution to this is to do a find_plan again before executing it at
> > line 483 of refint.c.
> > Therefore two more lines should be added before line 483:
Anand Surelia
1998-10-06 03:12:59 +00:00
Tom Lane
16c6545d56
Many updates...
1998-10-05 04:11:47 +00:00
Thomas G. Lockhart
37d2f76ef7
Add new information for utility commands.
...
Haven't yet done cleardbdir, ipcclean, pg_passwd, and pg_upgrade.
Add reference info for the SQL VACUUM command (oops, forgot it earlier).
1998-10-05 02:54:45 +00:00
Tom Lane
4fe24467f4
Add note explaining that NoticeResponse messages can
...
arrive even while idle.
1998-10-04 22:48:42 +00:00
Bruce Momjian
2d69fd90b9
Integrate new IP type from Tom Ivar Helbekkmo.
1998-10-03 05:41:01 +00:00
Thomas G. Lockhart
2d73585028
Clean up pages. Add information for operator precedence.
...
Split introduction sections into separate files to allow the legal notice
and notation sections appear in all documents without having the history
show up everplace too.
Add full list of reserved and non-reserved key words in syntax.sgml.
Add a separate chapter to the admin guide on security.
1998-09-30 05:41:54 +00:00
Thomas G. Lockhart
d1a3b7528d
Add new SQL reference page and the first utility/app reference page
...
converted from the man page.
1998-09-30 05:38:56 +00:00
Thomas G. Lockhart
f8b6b5f14f
Cleanup markup and minor editing to prepare for first release.
1998-09-25 13:42:46 +00:00
Thomas G. Lockhart
dcff8232c1
Include the graphics directory in build lookup path.
1998-09-25 13:41:25 +00:00
Thomas G. Lockhart
52ca2ab268
Editing and markup cleanup.
1998-09-22 15:48:03 +00:00
Marc G. Fournier
06b8c8a8b8
From: Michael Meskes <meskes@usa.net>
...
docs improvement for ecpg..
1998-09-21 05:55:23 +00:00
Thomas G. Lockhart
2f0bf627e2
Update entries for MkLinux and Linux/ix86 for Postgres v6.4.
1998-09-16 14:48:41 +00:00
Thomas G. Lockhart
29c3c3a291
Add Unix-specific installation and configuration info for psqlodbc.
1998-09-16 14:44:00 +00:00
Thomas G. Lockhart
d2a907c6ad
Markup and editing adjustments...
1998-09-16 14:43:12 +00:00
Thomas G. Lockhart
6866cbc7c7
Very minor formatting fixup in the refentry id field to remove
...
the trailing "-1". This makes a cleaner html output file name.
Clean up a few refpurpose fields.
1998-09-07 15:58:31 +00:00
Thomas G. Lockhart
95af0cb9bb
Fix Postgres to support SQL92 syntax. Old syntax still works too.
1998-09-07 15:56:20 +00:00
Thomas G. Lockhart
4dce924b62
Minor wording and formatting cleanups.
1998-09-07 15:54:08 +00:00
Thomas G. Lockhart
b6bdc43522
Add new reference pages. This completes the first cut at a full set
...
for SQL commands.
1998-09-07 15:53:12 +00:00
Thomas G. Lockhart
7d1e32b51c
Add new reference pages adapted from Jose'.
1998-09-05 06:02:57 +00:00
Thomas G. Lockhart
3a29400141
Minor fix to add paragraph break.
1998-09-05 06:01:56 +00:00