postgresql/doc/src/sgml
Bruce Momjian dc0e76ca36 Change pg_dump to use ALTER OWNER commands instead of SET SESSION
AUTHORIZATION commands by default.  Move all GRANT and REVOKE commands
to the end of the dump to avoid restore failures in several situations.
Bring back --use-set-session-authorization option to get previous SET
behaviour

Christopher Kings-Lyne
2004-07-13 03:00:17 +00:00
..
ref Change pg_dump to use ALTER OWNER commands instead of SET SESSION 2004-07-13 03:00:17 +00:00
advanced.sgml Back out tutorial changes: 2004-03-31 16:20:53 +00:00
arch-dev.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
array.sgml Some preliminary documentation for composite-type stuff. 2004-06-07 04:04:47 +00:00
backup.sgml Improvements to the backup & restore documentation. 2004-04-22 07:02:36 +00:00
biblio.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
bki.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
book-decl.sgml Add User's Guide chapters on Data Definition and Data Manipulation. 2002-08-05 19:43:31 +00:00
catalogs.sgml Fix misspellings: langauge -> language. 2004-07-04 23:34:24 +00:00
charset.sgml Improve the locale and character set docs, add some <xref>s pointing 2004-03-23 02:47:35 +00:00
client-auth.sgml Replace the virtual_host and tcpip_socket parameters with a unified 2004-03-23 01:23:48 +00:00
contacts.sgml Update Thomas Lockhart's email address to lockhart@fourpalms.org. 2002-01-08 20:03:58 +00:00
cvs.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
datatype.sgml Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
datetime.sgml Back out tutorial changes: 2004-03-31 16:20:53 +00:00
ddl.sgml Improve discussion of using OIDs for identifying rows, fix an instance of 2004-03-07 04:31:01 +00:00
dfunc.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
diskusage.sgml Rename the built-in tablespaces to pg_default and pg_global, and prohibit 2004-06-21 04:06:07 +00:00
dml.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
docguide.sgml Minor SGML markup improvements. 2004-02-17 02:53:03 +00:00
ecpg.sgml Fixed docs to clearly note that ecpg is originally a C precompiler and C++ stuff is not 100%. 2003-12-26 20:00:00 +00:00
errcodes.sgml Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE 2004-05-16 23:18:55 +00:00
extend.sgml Some preliminary documentation for composite-type stuff. 2004-06-07 04:04:47 +00:00
features.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
filelist.sgml Some preliminary documentation for composite-type stuff. 2004-06-07 04:04:47 +00:00
fixrtf Add option --refentry to change \keepn (keep with next paragraph) to 2001-04-20 15:50:25 +00:00
func.sgml Add has_tablespace_privilege(). 2004-07-12 20:23:59 +00:00
geqo.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
gist.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
history.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
indexcost.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
indices.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
info.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
information_schema.sgml Correct erroneous table title, per Halley Pacheco de Oliveira. 2004-06-13 17:51:08 +00:00
install-win32.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
installation.sgml Add pgevent, with docs explaining out to install it on Win32. 2004-06-20 01:32:49 +00:00
intro.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
keywords.sgml Add ALSO keyword to CREATE RULE. 2004-03-09 05:05:41 +00:00
legal.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
libpq.sgml Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. 2004-06-08 13:49:23 +00:00
lobj.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
maintenance.sgml Restore one mention of logrotate, per Peter. 2004-05-16 19:34:46 +00:00
Makefile Remove blank line in Makefile. 2004-03-09 20:10:10 +00:00
manage-ag.sgml Rename the built-in tablespaces to pg_default and pg_global, and prohibit 2004-06-21 04:06:07 +00:00
mk_feature_tables.pl Add sql_features table to information schema. Generate the features list 2003-01-14 23:19:34 +00:00
monitoring.sgml More cross-reference work, other minor SGML fixes and improvements. 2004-03-26 03:18:28 +00:00
mvcc.sgml This patch makes some SGML markup more consistent and makes a small 2003-12-13 23:59:07 +00:00
nls.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
notation.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
page.sgml This patch makes some improvements and adds some additional detail 2003-12-14 00:10:32 +00:00
perform.sgml Add an index entry for "Performance Tips". Patch from Alvaro Herrera. 2004-05-27 01:00:40 +00:00
plhandler.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
plperl.sgml Add documentation for the new "dollar quoting" feature, and update existing 2004-05-16 23:22:08 +00:00
plpgsql.sgml This patch fixes a small error in the Porting PL/SQL to PL/pgSQL 2004-07-11 23:26:51 +00:00
plpython.sgml Add documentation for the new "dollar quoting" feature, and update existing 2004-05-16 23:22:08 +00:00
pltcl.sgml Add documentation for the new "dollar quoting" feature, and update existing 2004-05-16 23:22:08 +00:00
postgres.sgml Remove TCL docs. 2004-04-20 01:11:49 +00:00
problems.sgml Refer to GUC variables using <xref> tags rather than <varname> tags, 2004-03-09 16:57:47 +00:00
protocol.sgml When using extended-query protocol, postpone planning of unnamed statements 2004-06-11 01:09:22 +00:00
queries.sgml Add documentation for the new "dollar quoting" feature, and update existing 2004-05-16 23:22:08 +00:00
query.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
refentry.sgml Accumulated fixups. 2000-03-30 22:22:41 +00:00
reference.ced Deprecate 'current' for date/time input. 2001-11-21 05:53:41 +00:00
reference.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
regress.sgml Integrate src/timezone library for all platforms. There is more we can 2004-05-21 05:08:06 +00:00
release.sgml Some editorializing on 7.4.3 release notes. 2004-06-12 19:30:29 +00:00
rowtypes.sgml Support assignment to subfields of composite columns in UPDATE and INSERT. 2004-06-09 19:08:20 +00:00
rules.sgml Add documentation for the new "dollar quoting" feature, and update existing 2004-05-16 23:22:08 +00:00
runtime.sgml Allow configuration files to be placed outside the data directory. 2004-07-11 00:18:45 +00:00
sources.sgml Fix typo. 2004-05-08 02:13:31 +00:00
spi.sgml Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
sql.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
standalone-install.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
start.sgml Comma splice police 2004-06-29 19:57:40 +00:00
stylesheet.css Override upstream DSSSL style sheet formatting changes 2004-06-29 20:44:34 +00:00
stylesheet.dsl Override upstream DSSSL style sheet formatting changes 2004-06-29 20:44:34 +00:00
stylesheet.xsl Some refinement of XSLT processing: The result now looks just about as good 2004-01-15 23:51:32 +00:00
syntax.sgml Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
trigger.sgml Add a few more cross-references where appropriate, add more text about 2004-03-03 22:22:24 +00:00
typeconv.sgml This patch makes some improvements and adds some additional detail 2003-12-14 00:10:32 +00:00
user-manag.sgml Add a few more <xref> tags to the SGML docs, where appropriate. Original 2004-02-17 09:07:16 +00:00
wal.sgml Refer to GUC variables using <xref> tags rather than <varname> tags, 2004-03-09 16:57:47 +00:00
xaggr.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xfunc.sgml Add documentation for the new "dollar quoting" feature, and update existing 2004-05-16 23:22:08 +00:00
xindex.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xoper.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xplang.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xtypes.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00