postgresql/doc/src/sgml
Tom Lane 98e8b48053 Create 'default_tablespace' GUC variable that supplies a TABLESPACE
clause implicitly whenever one is not given explicitly.  Remove concept
of a schema having an associated tablespace, and simplify the rules for
selecting a default tablespace for a table or index.  It's now just
(a) explicit TABLESPACE clause; (b) default_tablespace if that's not an
empty string; (c) database's default.  This will allow pg_dump to use
SET commands instead of tablespace clauses to determine object locations
(but I didn't actually make it do so).  All per recent discussions.
2004-11-05 19:17:13 +00:00
..
ref Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
advanced.sgml Move expanded discussion of inheritance's limitations out of tutorial 2004-08-08 21:33:11 +00:00
arch-dev.sgml
array.sgml Minor clarification of documentation regarding trailing whitespace. 2004-08-08 05:55:55 +00:00
backup.sgml Add a note suggesting that users should use the newer version of pg_dump 2004-09-30 10:30:10 +00:00
biblio.sgml
bki.sgml
catalogs.sgml Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
charset.sgml Allow WIN1250 as server encoding. 2004-09-17 21:59:57 +00:00
client-auth.sgml Update documentation to prefer CIDR format for pg_hba.conf and use new 2004-08-26 16:50:05 +00:00
contacts.sgml
cvs.sgml Addition to documentation about cvsup. From Andrew Dunstan, minor SGML 2004-09-27 05:54:58 +00:00
datatype.sgml Some editorializing on the docs for the dollar-quoting feature: fix 2004-09-20 22:48:29 +00:00
datetime.sgml Update documentation to reflect the fact that we now know exactly what 2004-08-10 00:55:08 +00:00
ddl.sgml Disallow referential integrity actions from being deferred; only the 2004-10-21 21:33:59 +00:00
dfunc.sgml
diskusage.sgml
dml.sgml
docguide.sgml
ecpg.sgml
errcodes.sgml Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword 2004-10-01 16:40:05 +00:00
extend.sgml
features.sgml
filelist.sgml
fixrtf
func.sgml Document IS DISTINCT FROM in a more obvious place, and add some more 2004-10-26 22:16:12 +00:00
geqo.sgml
gist.sgml
history.sgml
indexcost.sgml
indices.sgml
info.sgml
information_schema.sgml
install-win32.sgml Update docs for Borland CC build. 2004-09-27 19:43:17 +00:00
installation.sgml please find attached an alternate submission which addresses open item 2004-10-06 08:50:02 +00:00
intro.sgml This patch adds SQL2003 to the set of standards with which PostgreSQL 2004-08-08 01:52:14 +00:00
keywords.sgml Updated SQL key words table 2004-10-18 17:09:03 +00:00
legal.sgml Update copyright information in documentation. Also, add a note 2004-10-25 06:40:39 +00:00
libpq.sgml Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. 2004-10-30 23:11:27 +00:00
lobj.sgml
maintenance.sgml Create a built-in log rotation program, so that we no longer have to 2004-08-05 23:32:13 +00:00
Makefile
manage-ag.sgml Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
mk_feature_tables.pl
monitoring.sgml
mvcc.sgml Add discussion and example about predicate locking and why "serializable" 2004-08-14 22:18:23 +00:00
nls.sgml
notation.sgml
page.sgml Invent WAL timelines, as per recent discussion, to make point-in-time 2004-07-21 22:31:26 +00:00
perform.sgml
plhandler.sgml
plperl.sgml This patch clarifies the usage of references in PL/Perl :) 2004-10-15 16:51:48 +00:00
plpgsql.sgml Document that the semicolon following the final "END" in a function body 2004-10-04 05:42:18 +00:00
plpython.sgml Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
pltcl.sgml Some editorializing on the docs for the dollar-quoting feature: fix 2004-09-20 22:48:29 +00:00
postgres.sgml
problems.sgml Various minor improvements to the SGML documentation: fix some incorrect 2004-08-24 00:06:51 +00:00
protocol.sgml Improve description of Execute message behavior, per Oliver Jowett. 2004-09-23 23:35:07 +00:00
queries.sgml
query.sgml Avoid ambiguity, as per suggestion from Peter Stricker. 2004-08-30 21:29:12 +00:00
reference.ced
reference.sgml Seems it would be nice if the ALTER INDEX ref page were actually 2004-08-21 16:16:04 +00:00
regress.sgml Remove no-longer-relevant information about trying to force your OS 2004-08-09 05:34:39 +00:00
release.sgml Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
rowtypes.sgml
rules.sgml
runtime.sgml Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
sources.sgml
spi.sgml Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
sql.sgml
standalone-install.sgml
start.sgml
stylesheet.css
stylesheet.dsl
stylesheet.xsl
syntax.sgml Document IS DISTINCT FROM in a more obvious place, and add some more 2004-10-26 22:16:12 +00:00
trigger.sgml I found a corner case in which it is possible for RI_FKey_check's call 2004-10-30 20:53:06 +00:00
typeconv.sgml
user-manag.sgml
wal.sgml Update admin guide's discussion of WAL to match present reality. 2004-08-08 04:34:43 +00:00
xaggr.sgml
xfunc.sgml Some editorializing on the docs for the dollar-quoting feature: fix 2004-09-20 22:48:29 +00:00
xindex.sgml
xoper.sgml
xplang.sgml
xtypes.sgml