Peter Eisentraut
b2640888d9
Make typography consistent
2010-03-17 20:53:19 +00:00
Magnus Hagander
ad8f6fec3b
Typo fixes.
...
Fujii Masao
2010-03-17 18:03:55 +00:00
Peter Eisentraut
a95e51962d
Update broken and permanently moved links
2010-03-17 17:12:31 +00:00
Tom Lane
f248e11f70
Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt.
...
Also fix and uncomment an old example of creating a GIST index, and make
a couple of other minor editorial adjustments.
2010-03-17 15:55:50 +00:00
Simon Riggs
0131088f18
Fix typo in streaming replication protocol docs.
2010-03-17 00:28:15 +00:00
Simon Riggs
ce701c1e73
Fix typo in math function docs, spotted by Heikki.
2010-03-16 16:03:24 +00:00
Simon Riggs
bd11a0f67f
Document that trig functions accept/return values in radians.
2010-03-15 19:03:31 +00:00
Peter Eisentraut
66cac8feab
Add some more structure and bits of information to PL/Python documentation
2010-03-13 20:55:05 +00:00
Bruce Momjian
a6c1cea2b7
Add libpq warning message if the .pgpass-retrieved password fails.
...
Add ERRCODE_INVALID_PASSWORD sqlstate error code.
2010-03-13 14:55:57 +00:00
Peter Eisentraut
8b2ae44dc8
Update shared memory configuration information for Linux
...
In particular, the assertion that shmall is sufficiently sized by default
is slowly becoming untrue.
2010-03-13 11:00:19 +00:00
Bruce Momjian
5473df9eb7
Document what user name email symbols are supported by tsearch.
2010-03-13 03:09:04 +00:00
Bruce Momjian
c24b2ef217
Re-add comma, oops.
2010-03-12 23:21:48 +00:00
Bruce Momjian
cb08f6b688
Remove unnecessary comma in documentation.
2010-03-12 17:46:07 +00:00
Tom Lane
8c9a120f6b
Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24,
...
7.4.28.
2010-03-10 01:58:11 +00:00
Magnus Hagander
aa8eed3172
Add missing space in example.
...
Tim Landscheidt
2010-03-08 12:38:37 +00:00
Magnus Hagander
43d07d63b1
Revert patch for --psqlrc=FILENAME in psql.
2010-03-07 17:02:34 +00:00
Magnus Hagander
66c2cc2ba9
Add --psqlrc=FILENAME parameter to psql, to process an explicitly named
...
file instead of ~/.psqlrc on startup.
2010-03-06 15:28:09 +00:00
Bruce Momjian
ea066f87c3
Document that "Q" is ignored by to_date and to_timestamp. Add C comment
...
about the behavior.
Document that quotes in to_date, to_timestamp, to_number skip input
characters.
2010-03-03 22:28:42 +00:00
Bruce Momjian
8b420770b3
Fix SGML markup.
2010-03-03 03:23:12 +00:00
Bruce Momjian
d859b17f0f
Restructure CREATE FUNCTION "NOTES" section to be shorter; move items
...
into proper sections, per suggestion from Tom.
2010-03-03 03:14:08 +00:00
Bruce Momjian
7c55be792b
Adjust max_standby_delay documentation to be clearer, and mention that
...
two adjacent long-running queries have much less than max_standby_delay
before query cancel is possible.
2010-03-02 23:38:17 +00:00
Bruce Momjian
b098dbec0d
Document the effect of max_standby_delay on increasing the delay of data
...
from master to slave, and discourage its use during slave/master
keep-xid-alive connections.
2010-03-02 21:18:59 +00:00
Peter Eisentraut
9393bc62c5
Update keywords list for 9.0
2010-03-02 20:40:48 +00:00
Bruce Momjian
bd7246f65e
Update complex locale example in the documentation.
2010-02-28 02:20:40 +00:00
Bruce Momjian
0ff1c3e547
*** empty log message ***
2010-02-28 02:19:47 +00:00
Bruce Momjian
9295eea839
Document ATAPI FLUSH CACHE EXT.
2010-02-27 20:16:17 +00:00
Bruce Momjian
c685b942e5
Document trace_recovery_messages() parameter as an enum, not string.
...
Fujii Masao
2010-02-27 14:46:05 +00:00
Heikki Linnakangas
7ab9305cc9
Document max_standby_delay=-1 option, now that it's allowed again.
2010-02-27 09:29:20 +00:00
Tom Lane
4ec700a8ec
Entity-ify a few new uses of literal <, >, and &.
2010-02-27 04:29:44 +00:00
Bruce Momjian
f7c93458a9
Use <> for libpq #include in example programs, per suggestion from Josh Berkus.
2010-02-27 03:41:34 +00:00
Bruce Momjian
adfb444581
Document ATAPI drive flush command, and mention SSD drives.
2010-02-27 01:39:46 +00:00
Bruce Momjian
ca8e3a51a0
Document pg_restore --jobs as a performance enhancement.
2010-02-26 02:31:52 +00:00
Bruce Momjian
87f609c4fe
Remove 'emphasis' markup inside literal; not allowed.
2010-02-26 01:11:46 +00:00
Bruce Momjian
d98039d896
Document that after triggers that need to see changed rows should not be
...
marked stable.
2010-02-25 22:24:00 +00:00
Bruce Momjian
1951c97805
Document clearly the meaning of none/all for log_statements.
2010-02-25 19:20:38 +00:00
Bruce Momjian
bfd0cd5568
Clearly document that timestamp alone means timestamp without timezone,
...
per SQL standard, and mention 7.3 behavior at the end.
2010-02-25 18:16:53 +00:00
Magnus Hagander
413d34be4e
Add configuration parameter ssl_renegotiation_limit to control
...
how often we do SSL session key renegotiation. Can be set to
0 to disable renegotiation completely, which is required if
a broken SSL library is used (broken patches to CVE-2009-3555
a known cause) or when using a client library that can't do
renegotiation.
2010-02-25 13:26:16 +00:00
Magnus Hagander
0ccc5153f8
Fix typos, per Richard Huxton
2010-02-25 10:02:30 +00:00
Heikki Linnakangas
0a4807dd93
Clarify that the connection string for primary_conninfo is in the same
...
format as in PQconnectdb(). As pointed out by Thom Brown.
2010-02-25 09:32:19 +00:00
Heikki Linnakangas
6e11a10c4c
Fix typo.
2010-02-25 09:16:42 +00:00
Heikki Linnakangas
7c6c09c039
Small streaming replication document improvements. Be more explicit that
...
it's asynchronous.
2010-02-25 08:57:47 +00:00
Tom Lane
aed0829c63
Improve warning about creating nested named subroutines in plperl.
...
Per discussion.
2010-02-25 03:08:07 +00:00
Bruce Momjian
673fb4da02
Document that pg_restore -t can use -n for its schema qualification.
2010-02-24 16:27:40 +00:00
Bruce Momjian
99ef515280
Revert removal of pre-7.4 documenation behavior mentions.
2010-02-24 15:54:31 +00:00
Alvaro Herrera
b5a6a52fba
Remove stray semicolon, per report from strk
2010-02-24 14:10:24 +00:00
Bruce Momjian
7bfd95a4a2
Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
...
supported release.
2010-02-24 03:33:49 +00:00
Tom Lane
11b5847058
Add an OR REPLACE option to CREATE LANGUAGE.
...
This operates in the same way as other CREATE OR REPLACE commands, ie,
it replaces everything but the ownership and ACL lists of an existing
entry, and requires the caller to have owner privileges for that entry.
While modifying an existing language has some use in development scenarios,
in typical usage all the "replaced" values come from pg_pltemplate so there
will be no actual change in the language definition. The reason for adding
this is mainly to allow programs to ensure that a language exists without
triggering an error if it already does exist.
This commit just adds and documents the new option. A followon patch
will use it to clean up some unpleasant cases in pg_dump and pg_regress.
2010-02-23 22:51:43 +00:00
Bruce Momjian
edf344a5e3
Revert recent COPY manual change about encoding; add mention of "server".
2010-02-23 21:38:35 +00:00
Tom Lane
1bc8acca25
Clarify statements about tar archive format.
2010-02-23 17:28:09 +00:00
Bruce Momjian
a54803149a
Revert recent change of to_char('HH12') handling for intervals; instead
...
improve documentation, and add C comment.
2010-02-23 16:14:26 +00:00