Commit Graph

10431 Commits

Author SHA1 Message Date
Bruce Momjian
082befb516 Add mention that UTC really means UT1.
Backpatch to 9.1.
2011-09-05 15:38:33 -04:00
Bruce Momjian
2c62b5bb63 Document that contrib/pgtrgm only processes ASCII alphanumeric
characters.

Backpatch to 9.0 and 9.1.
2011-09-05 13:24:46 -04:00
Heikki Linnakangas
edf4edae57 The replication status values in pg_stat_replication was changed to
lowercase earlier, but documentation was not updated. Update the docs.

Fujii Masao
2011-08-31 12:38:33 +03:00
Peter Eisentraut
814a7f50c6 Spelling improvement 2011-08-27 08:08:45 +03:00
Robert Haas
eb11a37ed8 Adjust CREATE DOMAIN example for standard_conforming_strings=on.
Noted by Hitoshi Harada.
2011-08-25 09:38:09 -04:00
Tom Lane
5354abb8f6 Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.
The previous coding resulted in contrib modules unintentionally overriding
the use of CONTRIB_TESTDB.  There seems no particularly good reason to
allow that (after all, the makefile can set CONTRIB_TESTDB if that's really
what it intends).

In passing, document REGRESS_OPTS where the other pgxs.mk options are
documented.

Back-patch to 9.1 --- in prior versions, there were no cases of contrib
modules setting REGRESS_OPTS without including the --dbname switch, so
while the coding was fragile there was no actual bug.
2011-08-24 15:17:03 -04:00
Heikki Linnakangas
26a092657b Add recovery.conf to the index in the user manual.
Fujii Masao
2011-08-23 11:57:36 +03:00
Tom Lane
d89b8daf5e Tag 9.1rc1. 2011-08-18 17:23:13 -04:00
Tom Lane
f85e4057cf Update 9.1 release notes to reflect commits through today.
Also do another pass of copy-editing.
2011-08-17 20:18:23 -04:00
Magnus Hagander
aee1df4de5 Adjust wording now that estimated size can increase
Per comment form Fujii Masao.
2011-08-17 11:01:50 +02:00
Peter Eisentraut
1361a47359 MacOS -> Mac OS
Josh Kupershmidt
2011-08-17 10:05:55 +03:00
Peter Eisentraut
280daac707 Fix typo 2011-08-14 10:41:13 +03:00
Bruce Momjian
fee4a066b1 Add major features list and introductory text for 9.1 release notes.
Backpatch to 9.1, obviously.
2011-08-11 16:37:24 -04:00
Peter Eisentraut
8956231576 Add "Compatibility" section to ALTER EXTENSION reference page
Almost all other pages have one; this one must have been forgotten.
2011-08-07 22:16:43 +03:00
Peter Eisentraut
9089628d96 Remove whitespace from end of lines 2011-08-07 16:15:00 +03:00
Peter Eisentraut
b689df4ca9 Rename "Example" sections to "Examples" in dblink chapter
For consistency with other man pages.
2011-08-07 15:52:03 +03:00
Peter Eisentraut
ad8641d535 Fix a whitespace issue with the man pages
There is what may actually be a mistake in our markup.  The problem is
in a situation like

<para>
 <command>FOO</command> is ...

there is strictly speaking a line break before "FOO".  In the HTML
output, this does not appear to be a problem, but in the man page
output, this shows up, so you get double blank lines at odd places.

So far, we have attempted to work around this with an XSL hack, but
that causes other problems, such as creating run-ins in places like

<acronym>SQL</acronym> <command>COPY</command>

So fix the problem properly by removing the extra whitespace.  I only
fixed the problems that affect the man page output, not all the
places.
2011-08-07 10:56:03 +03:00
Tom Lane
34e2ef661b Fix thinko in documentation of local_preload_libraries.
Somebody added a cross-reference to shared_preload_libraries, but wrote the
wrong variable name when they did it (and didn't bother to make it a link
either).

Spotted by Christoph Anton Mitterer.
2011-08-05 21:18:11 -04:00
Bruce Momjian
95245e8878 Fix markup for recent wal_level clarification.
Backpatch to 9.1 and 9.0.
2011-08-04 15:02:02 -04:00
Bruce Momjian
857433b80e In documentaiton, clarify which commands have reduced WAL volume for
wal_level = minimum.

Backpatch to 9.1 and 9.0.
2011-08-04 12:06:53 -04:00
Robert Haas
0b624d64a1 Fix typo.
Noted by Josh Kupershmidt.
2011-07-27 11:20:34 -04:00
Robert Haas
d94eb49634 Clarify which relkinds accept column comments.
Per discussion with Josh Kupershmidt.
2011-07-26 09:39:03 -04:00
Robert Haas
cd28f09577 Improvements to SQL/MED documentation.
Laurenz Albe, somewhat modified by me.
2011-07-25 09:38:20 -04:00
Peter Eisentraut
70a488878f Change EDITOR_LINENUMBER_SWITCH to an environment variable
Also change "switch" to "arg" because "switch" is a bit of a sloppy
term.  So the environment variable is called
PSQL_EDITOR_LINENUMBER_ARG.  Set "+" as hardcoded default value on
Unix (since "vi" is the hardcoded default editor), so many users won't
have to configure this at all.  Move the documentation around a bit to
centralize the editor configuration under environment variables,
rather than repeating bits of it under every backslash command that
invokes an editor.
2011-07-24 00:37:11 +03:00
Robert Haas
1879cf3f17 Improve sepgsql and SECURITY LABEL documentation.
KaiGai Kohei, based on feedback from Yeb Havinga, with some
corrections by me.
2011-07-20 09:25:01 -04:00
Robert Haas
aa47101338 Minor improvement to pg_seclabel documentation.
This is a bit more consistent with the way pg_description is
documented, and also include a useful cross-link.
2011-07-20 09:24:58 -04:00
Peter Eisentraut
548d197ca7 Remove claim that the project is not represented in the SQL working group
We have a few people involved there now.
2011-07-18 07:36:06 +03:00
Peter Eisentraut
b17648bc6e Note that information_schema.sql_languages was removed in SQL:2008 2011-07-18 07:35:56 +03:00
Tom Lane
6578367414 Add an errdetail_internal() ereport auxiliary routine.
This function supports untranslated detail messages, in the same way that
errmsg_internal supports untranslated primary messages.  We've needed this
for some time IMO, but discussion of some cases in the SSI code provided
the impetus to actually add it.

Kevin Grittner, with minor adjustments by me
2011-07-16 14:22:32 -04:00
Peter Eisentraut
a3678ab214 Small update on suggested startup file locations
Debian/Ubuntu don't have a /etc/rc.d/ directory, so add some
alternative names as suggestions.
2011-07-14 19:08:32 +03:00
Peter Eisentraut
a5e3c182c8 Remove README.mb.big5 and README.mb.jp
They were wildly outdated.
2011-07-14 18:28:52 +03:00
Peter Eisentraut
699a1c65ed Mark collation-related information schema columns as not implemented
rather than not applicable.  They have already been implemented in
9.2.
2011-07-13 01:31:44 +03:00
Peter Eisentraut
ebea4c531c Add item about Clang support to 9.1 release notes 2011-07-08 17:05:30 +03:00
Peter Eisentraut
0a5b01a716 Message style improvements 2011-07-08 07:43:33 +03:00
Tom Lane
6c76524620 Tag 9.1beta3. 2011-07-07 20:12:33 -04:00
Tom Lane
3e80d0d2e5 Update examples for string-related functions.
In the example for decode(), show the bytea result in hex format,
since that's now the default.  Use an E'' string in the example for
quote_literal(), so that it works regardless of the
standard_conforming_strings setting.  On the functions-for-binary-strings
page, leave the examples as-is for readability, but add a note pointing out
that they are shown in escape format.  Per comments from Thom Brown.

Also, improve the description for encode() and decode() a tad.

Backpatch to 9.0, where bytea_output was introduced.
2011-07-07 19:34:24 -04:00
Tom Lane
4eb4b4013d Update 9.1 release notes to reflect commits through today. 2011-07-07 17:56:31 -04:00
Tom Lane
db43ec43cc Reclassify replication-related GUC variables as "master" and "standby".
Per discussion, this structure seems more understandable than what was
there before.  Make config.sgml and postgresql.conf.sample agree.

In passing do a bit of editorial work on the variable descriptions.
2011-07-07 15:11:56 -04:00
Tom Lane
ec1339ea5c Finish disabling reduced-lock-levels-for-DDL feature.
Previous patch only covered the ALTER TABLE changes, not changes in other
commands; and it neglected to revert the documentation changes.
2011-07-07 13:15:48 -04:00
Tom Lane
10323f3a59 Restructure foreign data wrapper chapter so it has more than one section.
As noted by Laurenz Albe, our SGML tools deal rather oddly with chapters
having just one <sect1>.  Perhaps the tooling could be fixed, but really
the design of this chapter's introduction is pretty bogus anyhow.  Split
it into a true introduction and a <sect1> about the FDW functions, so
that it reads better and dodges the lack-of-a-chapter-TOC problem.
2011-07-05 15:54:51 -04:00
Tom Lane
8b6c89ad13 Improve documentation about foreign data wrapper validator functions.
Modified version of a patch by Shigeru Hanada.
2011-07-05 15:38:29 -04:00
Magnus Hagander
eb9ca35fbd Fix typo in sslmode documentation
Per bug #6089, noted by Sidney Cadot
2011-07-05 09:46:06 +02:00
Peter Eisentraut
413ed2556f Small documentation tweaks 2011-07-05 00:17:12 +03:00
Heikki Linnakangas
c33acb4f0a Clarify that you need ActiveState perl 5.8 *or later* to build on Windows. 2011-07-04 22:42:25 +03:00
Simon Riggs
1f70560997 Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.
Locks on inheritance parent remain at lower level, as they were before.
Remove entry from 9.1 release notes.
2011-07-04 09:30:50 +01:00
Tom Lane
3569e02c98 Fix omissions in documentation of the pg_roles view.
Somehow, column rolconfig got removed from the documentation of the
pg_roles view in the 9.0 cycle, although the column is actually still
there.  In 9.1, we'd also forgotten to document the rolreplication column.
Spotted by Sakamoto Masahiko.
2011-07-03 22:12:20 -04:00
Peter Eisentraut
6b23ba1093 Unify spelling of "canceled", "canceling", "cancellation"
We had previously (af26857a27)
established the U.S. spellings as standard.
2011-07-02 23:30:01 +03:00
Bruce Momjian
158d071b28 In pg_upgrade 9.0 and 9.1, document suggestion of using a non-default
port number to avoid unintended client connections.
2011-07-01 23:09:13 -04:00
Robert Haas
379352602c Mention that SSPI authentication can use GSSAPI on non-Windows systems.
As noted by Christian Ullrich.
2011-06-27 10:39:30 -04:00
Robert Haas
ea41b8c822 Documentation improvements for pg_locks with respect to SSI.
Explain that querying pg_locks does not simultaneously lock both the
normal lock manager and the predicate lock manager.

Per discussion with Kevin Grittner.
2011-06-24 16:09:57 -04:00