deab927470
Add mention of Christof Petig for ecpg items.
2001-12-28 05:00:32 +00:00
6f0f5bf2fb
Expand on description of when to use or not use TRUST auth method.
2001-12-27 21:37:34 +00:00
9935a85fa4
Document obj_description and col_description functions; expand
...
description of COMMENT command.
2001-12-27 21:36:57 +00:00
44d1e9d552
Small fixes
2001-12-27 21:10:15 +00:00
adb1d4acfa
Mention datatype() casting change.
2001-12-27 04:46:08 +00:00
498d0087eb
Update for new timestamp behavior.
2001-12-27 00:04:44 +00:00
6896693d64
Fix directions for a client-only install, per comments from Alexey Borzov
...
and Vivek Khera.
2001-12-23 20:45:11 +00:00
ce4d01d96b
Update description of CURRENT_TIMESTAMP and friends.
2001-12-23 20:22:49 +00:00
78ec1cb027
Type interval takes a precision, too.
2001-12-23 20:21:37 +00:00
d1396696e0
Lots of content and formatting improvements in release notes. HISTORY
...
now generated from DocBook sources.
2001-12-23 18:20:05 +00:00
3f3b7a9783
Add missing id attribute.
2001-12-23 18:18:09 +00:00
9640666c6f
Spiff up discussion of precision on date/time data types.
...
Add a NetBSD/alpha and update info on a few other platforms.
2001-12-21 03:54:02 +00:00
2d004d7f95
Allow location of index creation perl script be be specified in
...
Makefile.custom, to allow finding it on Mandrake systems (at least).
2001-12-21 03:53:04 +00:00
41acf3d820
Some tuning
2001-12-19 18:49:56 +00:00
cebfe90f0b
Revert breakage
2001-12-10 13:07:16 +00:00
63b312d2da
Add new Japanese FAQ versions.
2001-12-10 11:17:51 +00:00
03a321d214
Use PostgreSQL consistantly throughout docs. Before, usage was split evenly
...
between Postgres and PostgreSQL.
2001-12-08 03:24:40 +00:00
68cb184b56
Update list of currently supported platforms.
...
Mention SQL9x precision syntax for date/time types.
Use PostgreSQL consistantly throughout docs. Before, usage was split evenly
between Postgres and PostgreSQL.
2001-12-08 03:24:23 +00:00
15790465c2
Update FAQ.
2001-12-05 05:41:13 +00:00
e383e411b7
Update FAQ.
2001-12-05 05:38:51 +00:00
d1e77ecf95
Update FAQ.
2001-12-05 05:33:48 +00:00
969cc16c69
Enforce restriction that COPY DELIMITERS string must be exactly one
...
character; replace strchr() search with simple comparison to speed up
COPY IN. Per discussion in pghackers.
2001-12-04 21:19:57 +00:00
fb170041c6
Update FAQ_DEV.
2001-12-04 17:12:25 +00:00
b7579d62ce
Update FAQ.
2001-12-04 07:12:08 +00:00
2314bcfb95
Another test of double-commit. It used only commit one file.
2001-12-04 07:10:45 +00:00
08475b75c3
Test of double-commit.
2001-12-04 07:09:53 +00:00
7a0f2a648d
Update FAQ_DEV.
2001-12-04 06:44:45 +00:00
50cf849e28
Update FAQ_DEV.
2001-12-04 06:40:09 +00:00
caf4da8a20
Update FAQ_DEV.
2001-12-04 06:37:26 +00:00
79d5f6f6ec
Update FAQ_DEV.
2001-12-04 06:35:51 +00:00
c90bcb98bd
Update FAQ_DEV.
2001-12-04 06:26:59 +00:00
e0a5d6ce46
Update FAQ_DEV.
2001-12-04 06:20:53 +00:00
00836012c6
Update FAQ_DEV.
2001-12-04 06:20:09 +00:00
970dcf2776
Update FAQ_DEV.
2001-12-04 06:14:44 +00:00
c36e598ecb
Update FAQ_DEV.
2001-12-04 06:14:04 +00:00
e469fac240
Recommend --enable-debug with somewhat more enthusiasm.
2001-12-04 02:21:35 +00:00
0532175496
Fix trigger example for PG 7.2 change: count(*) now returns int8.
2001-12-04 02:07:11 +00:00
7321eed9e8
Document max-processes-per-user limit as a possible cause of failures
...
in the parallel regression tests. Suggest editing parallel_schedule
as a workaround if one cannot fix the system limits.
2001-12-04 01:49:17 +00:00
05dada0833
Add some more material to the section about partial indexes.
2001-12-04 01:22:13 +00:00
53f1173388
Provide some documentation for EXISTS, IN, NOT IN, ANY/SOME/ALL,
...
and row comparisons. How'd this manage to slip through the cracks?
2001-12-01 04:19:20 +00:00
97ce818897
Mention rules and views instead of SELECT triggers.
2001-11-30 01:22:47 +00:00
d1a2a01f38
Add mention of no SELECT triggers.
2001-11-29 22:18:14 +00:00
636a939fe5
Fix array_out's failure to backslash backslashes, per bug# 524. Also,
...
remove brain-dead rule that double quotes are needed if and only if the
datatype is pass-by-reference; neither direction of the implication holds
water. Instead, examine the actual data string to see if it contains
any characters that force us to quote it.
Add some documentation about quoting of array values, which was previously
explained nowhere AFAICT.
2001-11-29 21:02:41 +00:00
a4e8cd306c
Cleanup of new ps markup.
2001-11-29 20:43:43 +00:00
82c6869369
Update ps status display information for Solaris, from Tom Lane.
2001-11-29 20:26:55 +00:00
d5aa0dc8db
Improve wording
2001-11-29 16:01:15 +00:00
65aed07d80
Updated jdbc docs to reflect the doc comments received. Most comments were
...
already addressed by previous doc updates.
2001-11-29 05:35:51 +00:00
d0c1769b77
Update FAQ.
2001-11-28 21:11:39 +00:00
651a639b8b
proof-reading
2001-11-28 20:49:10 +00:00
cde7dc82ca
Mention ps environment flag, not just -e.
2001-11-28 20:36:09 +00:00