4521207390
Remove tabs from SGML files.
2007-11-09 23:52:08 +00:00
83290b678d
Point to our own UUID page instead of to Wikipedia.
2007-11-09 22:22:46 +00:00
4b606ee444
Add parameter krb_realm used by GSSAPI, SSPI and Kerberos
...
to validate the realm of the connecting user. By default
it's empty meaning no verification, which is the way
Kerberos authentication has traditionally worked in
PostgreSQL.
2007-11-09 17:31:07 +00:00
a7cd5a4aa0
Move pl/proxy into Multi-server parallel query execution documentation
...
section.
2007-11-09 16:36:04 +00:00
f55e6c07c3
Wording improvement for pl/proxy mention.
2007-11-08 22:14:18 +00:00
4a2077efe4
Add mention of pl/proxy toolset to docs.
2007-11-08 22:08:18 +00:00
f1528b5154
Properly indent SGML file.
2007-11-08 19:18:23 +00:00
621e14dcb2
Add "High Availability, Load Balancing, and Replication Feature Matrix"
...
table to docs.
2007-11-08 19:16:30 +00:00
5db1c58a1a
Move NFS section into "Creating Cluster" documentation section because
...
it seems more logical there.
2007-11-08 15:21:03 +00:00
b7210a07a9
Mention text search instead of tsearch2
2007-11-08 13:13:51 +00:00
d624f94a88
Small fixes
2007-11-08 13:13:28 +00:00
371d7bc7c0
<optional> cannot be used here, because psql doesn't handle it.
2007-11-07 14:07:53 +00:00
0e3c27538a
Specify putting two spaces after sentence-ending period, which is current
...
practice also.
2007-11-07 13:12:21 +00:00
5f9869d0ee
Use "alternative" instead of "alternate" where it is clearer.
2007-11-07 12:24:24 +00:00
c1a03bee08
Document that configure option only affects contrib:
...
--with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp
2007-11-05 17:43:20 +00:00
faac769a6b
Minor editorial improvements to txid functions' documentation: put back
...
some text that got dropped, improve markup, improve descriptions of
snapshot components.
2007-11-05 17:40:21 +00:00
c00055ea80
Document that syncronhous commit can be turned off in a single
...
multi-statement transaction.
2007-11-05 17:35:38 +00:00
11d740ed9e
Remove <sect1> of txid functions.
2007-11-05 16:57:23 +00:00
bd2ef63aa8
Move txid snapshot field description table from datatype to functions section.
2007-11-05 16:45:52 +00:00
f5f375330e
Fix typos.
...
Guillaume Lelarge
2007-11-05 15:55:53 +00:00
ec1aafca7d
Document txid functions.
...
Marko Kreen
2007-11-05 14:51:08 +00:00
f00e542746
Remove deprecation notice and add comment about safely restoring backups.
...
As per discussion on hackers.
2007-11-05 12:02:20 +00:00
1e941153a2
Working improvement.
2007-11-04 21:50:28 +00:00
c066d27f36
Add link to NFS section from "creating a database cluster.
2007-11-04 21:48:03 +00:00
3372380cc4
Document possible problems with NFS tablespaces.
2007-11-04 21:40:02 +00:00
729d2b08c0
Properly indent tablespace SGML section.
2007-11-04 19:43:33 +00:00
38fe3a9646
Mention "replication" in the title of the high availability and load
...
balancing chapter because some people were looking for 'replication' and
didn't realize that chapter addressed it.
2007-11-04 19:23:24 +00:00
f96e1e0faa
Update wording for xsl configure option.
2007-11-04 18:53:39 +00:00
ede83e04aa
Document that configure --with-libxslt controls just /contrib/xml2.
...
Nikolay Samokhvalov
2007-11-04 18:10:42 +00:00
65bd783614
Mention that internal hash functions changed in 8.3 release notes.
2007-11-01 22:38:36 +00:00
9423be4449
Some corrections/improvements to new acronym list.
2007-11-01 20:27:33 +00:00
388c7e28c5
Update discussion of shared memory sizing for 8.3: adjust multipliers,
...
mention autovacuum_max_workers. Minor copy-editing too.
2007-11-01 19:06:01 +00:00
5c996884a0
Update Czech FAQ.
...
Pavel Stehule
2007-11-01 17:28:03 +00:00
6287c31b5a
Acronym spelling fix.
2007-11-01 17:16:36 +00:00
53e3f9dcfd
Add documentation mention that FSM == Free Space Map, so the config
...
parameter name makes more sense.
2007-11-01 17:06:30 +00:00
61c8163957
Add acronym section to our documentation.
2007-11-01 17:00:46 +00:00
f0cd76fcc4
Add:
...
> * Prevent long-lived temporary tables from causing frozen-Xid advancement
> starvation
2007-10-31 20:12:44 +00:00
e07904b0a4
Add note on PostgreSQL vs. Postgres.
2007-10-30 23:06:06 +00:00
406ee67c9a
Update some obsolete stuff in the GRANT and REVOKE reference pages:
...
simplify the syntax examples by unifying user and group cases, and fix
no-longer-correct example of psql \z output. Per Erwin Brandstetter.
2007-10-30 19:43:30 +00:00
897313e824
Add a note pointing out that some other databases make GREATEST and
...
LEAST handle NULL arguments differently than we do. Per a discussion
on 30-Jun that somehow didn't get done.
2007-10-30 19:06:56 +00:00
f7967d4c69
Documentation wording fixes.
...
Guillaume Lelarge
2007-10-29 17:29:59 +00:00
e1f55afe7d
Update Russian FAQ.
...
corochoone@gmail.com
2007-10-29 17:27:10 +00:00
96805a18c6
Clarify restart is of the "database" server, in FAQ.
2007-10-29 17:22:20 +00:00
f9e83a5588
Remove claim that ts_headline knows how to generate multiple ellipsis-separated
...
excerpts of a document. That's clearly desirable, but the functionality
is not there yet.
2007-10-29 01:55:11 +00:00
d015d08b43
Rename default text search parser's "uri" token type to "url_path",
...
per recommendation from Alvaro. This doesn't force initdb since the
numeric token type in the catalogs doesn't change; but note that
the expected regression test output changed.
2007-10-27 16:01:09 +00:00
2aac6f10f6
Minor wording improvements per suggestion from Jeff Davis. Also tweak
...
hyphenated-word parser examples per earlier discussion with Alvaro.
2007-10-27 00:19:45 +00:00
ffda32e9fd
Remove second-in-paragraph usage of "Postgres" in FAQ_DEV.
2007-10-26 19:08:57 +00:00
f201257991
Remove use of "Postgres" aliases in the FAQ in second-in-paragraph
...
cases.
2007-10-26 19:04:37 +00:00
350196df4a
Set Japanese FAQ character code to UTF-8.
...
Jun Kuwamura
2007-10-26 03:59:22 +00:00
fa9eb3152e
Add plpgsql doc example of RETURN NEXT.
...
Ulrich Kroener
2007-10-26 01:11:09 +00:00