postgresql/doc/src/sgml/ref
Tom Lane 12a47c6aca Disallow referential integrity actions from being deferred; only the
NO ACTION check is deferrable.  This seems to be a closer approximation
to what the SQL spec says than what we were doing before, and it prevents
some anomalous behaviors that are possible now that triggers can fire
during the execution of PL functions.
Stephan Szabo.
2004-10-21 21:33:59 +00:00
..
abort.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
allfiles.sgml Seems it would be nice if the ALTER INDEX ref page were actually 2004-08-21 16:16:04 +00:00
alter_aggregate.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
alter_conversion.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
alter_database.sgml Fix paragraph mention in ALTER DATABASE manual page. 2004-07-05 02:34:43 +00:00
alter_domain.sgml Minor SGML improvements. 2004-03-23 13:21:41 +00:00
alter_function.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
alter_group.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
alter_index.sgml Various minor improvements to the SGML documentation: fix some incorrect 2004-08-24 00:06:51 +00:00
alter_language.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
alter_opclass.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
alter_operator.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
alter_schema.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
alter_sequence.sgml Various minor improvements to the SGML documentation: fix some incorrect 2004-08-24 00:06:51 +00:00
alter_table.sgml ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. 2004-07-11 23:13:58 +00:00
alter_tablespace.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
alter_trigger.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
alter_type.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
alter_user.sgml Erase MD5 user passwords when a user is renamed because the username is 2004-05-06 16:59:16 +00:00
analyze.sgml Refer to GUC variables using <xref> tags rather than <varname> tags, 2004-03-09 16:57:47 +00:00
begin.sgml Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required 2004-08-12 21:00:34 +00:00
checkpoint.sgml Refer to GUC variables using <xref> tags rather than <varname> tags, 2004-03-09 16:57:47 +00:00
close.sgml The attached patch adds some index entries pointing to the cursor 2004-06-17 12:41:02 +00:00
cluster.sgml Fix typo (extraneous comma). 2004-08-21 15:45:46 +00:00
clusterdb.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
comment.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
commit.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
copy.sgml Change COPY CSV keyword to be: 2004-04-21 00:34:18 +00:00
create_aggregate.sgml Minor improvement to CREATE AGGREGATE docs: add an xref to the docs for 2004-04-21 21:52:41 +00:00
create_cast.sgml Hyperlink a reference to DROP CAST in the CREATE CAST reference page. 2004-09-17 02:06:33 +00:00
create_constraint.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
create_conversion.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
create_database.sgml Fix broken markup, per Jonathan Gardner. 2004-07-17 16:33:31 +00:00
create_domain.sgml Minor editorialization on example --- I think that the use of dollar 2004-08-08 02:05:32 +00:00
create_function.sgml Remove more traces of libpgtcl from the source tree. Also, make some 2004-10-01 02:00:44 +00:00
create_group.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
create_index.sgml Tablespace examples for CREATE TABLE/INDEX/SCHEMA/DATABASE as well as 2004-07-12 01:22:53 +00:00
create_language.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
create_opclass.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
create_operator.sgml Minor documentation cleanup and improvement. 2004-09-20 00:04:19 +00:00
create_rule.sgml Add documentation for the recent 'ALSO' patch for CREATE RULE. Along 2004-03-09 19:30:21 +00:00
create_schema.sgml Remove a stray reference to sequences as having tablespaces. 2004-09-01 14:09:19 +00:00
create_sequence.sgml Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always 2004-07-12 05:38:11 +00:00
create_table_as.sgml Update CREATE TABLE AS docs to reflect the fact that CREATE TABLE AS was 2004-09-23 03:43:57 +00:00
create_table.sgml Disallow referential integrity actions from being deferred; only the 2004-10-21 21:33:59 +00:00
create_tablespace.sgml Various minor improvements to the SGML documentation: fix some incorrect 2004-08-24 00:06:51 +00:00
create_trigger.sgml Fix typos noted by Halley Pacheco de Oliveira. 2003-12-01 17:58:27 +00:00
create_type.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
create_user.sgml Refer to GUC variables using <xref> tags rather than <varname> tags, 2004-03-09 16:57:47 +00:00
create_view.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
createdb.sgml Replace createdb's obsolete --location switch with --tablespace. 2004-06-18 21:47:24 +00:00
createlang.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
createuser.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
deallocate.sgml Add more index entries for reference pages related to prepare queries. 2004-09-30 04:23:27 +00:00
declare.sgml The attached patch adds some index entries pointing to the cursor 2004-06-17 12:41:02 +00:00
delete.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_aggregate.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_cast.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_conversion.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_database.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_domain.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_function.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_group.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_index.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_language.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_opclass.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_operator.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
drop_rule.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_schema.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_sequence.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_table.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_tablespace.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
drop_trigger.sgml Minor documentation cleanup and improvement. 2004-09-20 00:04:19 +00:00
drop_type.sgml Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
drop_user.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
drop_view.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
dropdb.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
droplang.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
dropuser.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
ecpg-ref.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
end.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
execute.sgml Add more index entries for reference pages related to prepare queries. 2004-09-30 04:23:27 +00:00
explain.sgml Add more index entries for reference pages related to prepare queries. 2004-09-30 04:23:27 +00:00
fetch.sgml The attached patch adds some index entries pointing to the cursor 2004-06-17 12:41:02 +00:00
grant.sgml Add a note about the difference between Postgres' treatment of the rights 2004-09-01 04:13:11 +00:00
initdb.sgml Add docs for initdb --auth. 2004-08-01 06:19:26 +00:00
insert.sgml Support assignment to subfields of composite columns in UPDATE and INSERT. 2004-06-09 19:08:20 +00:00
ipcclean.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
listen.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
load.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
lock.sgml Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword 2004-10-01 16:40:05 +00:00
move.sgml The attached patch adds some index entries pointing to the cursor 2004-06-17 12:41:02 +00:00
notify.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pg_config-ref.sgml Readd pg_config --pgxs code. 2004-08-02 12:34:14 +00:00
pg_controldata.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pg_ctl-ref.sgml Remove dash in pg_ctl signal name. It broke with getopt_long dash 2004-06-04 04:05:36 +00:00
pg_dump.sgml Change pg_dump to use ALTER OWNER commands instead of SET SESSION 2004-07-13 03:00:17 +00:00
pg_dumpall.sgml Here is another patch that fixes a stack of pg_dump bugs: 2004-07-19 21:39:48 +00:00
pg_resetxlog.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pg_restore.sgml > Please find attached a submission to add a "exit on error" option to 2004-08-20 04:20:23 +00:00
postgres-ref.sgml Whack some sense into the configuration-file-location patch. 2004-10-08 01:36:36 +00:00
postmaster.sgml Whack some sense into the configuration-file-location patch. 2004-10-08 01:36:36 +00:00
prepare.sgml Add more index entries for reference pages related to prepare queries. 2004-09-30 04:23:27 +00:00
psql-ref.sgml Suppress psql \s help display for platforms like Win32 that don't 2004-10-06 18:39:16 +00:00
reindex.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
release_savepoint.sgml Various minor improvements to the SGML documentation: fix some incorrect 2004-08-24 00:06:51 +00:00
reset.sgml This patch fixes a few more uppercase GUC vars. I also removed an 2003-12-14 00:15:03 +00:00
revoke.sgml Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
rollback_to.sgml Minor documentation cleanup and improvement. 2004-09-20 00:04:19 +00:00
rollback.sgml Some mop-up work for savepoints (nested transactions). Store a small 2004-08-01 17:32:22 +00:00
savepoint.sgml Minor documentation cleanup and improvement. 2004-09-20 00:04:19 +00:00
select_into.sgml Fix misstatement in docs: CREATE TABLE AS is now part of the standard. 2004-09-26 23:48:07 +00:00
select.sgml Add documentation for the new "dollar quoting" feature, and update existing 2004-05-16 23:22:08 +00:00
set_constraints.sgml Fire non-deferred AFTER triggers immediately upon query completion, 2004-09-10 18:40:09 +00:00
set_session_auth.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
set_transaction.sgml Fix misstatement in docs: CREATE TABLE AS is now part of the standard. 2004-09-26 23:48:07 +00:00
set.sgml Update documentation to reflect the fact that we now know exactly what 2004-08-10 00:55:08 +00:00
show.sgml Add functions pg_start_backup, pg_stop_backup to create backup label 2004-08-03 20:32:36 +00:00
start_transaction.sgml Minor documentation cleanup and improvement. 2004-09-20 00:04:19 +00:00
truncate.sgml Minor SGML improvements. 2004-03-23 13:21:41 +00:00
unlisten.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
update.sgml Included is an example of using savepoints in a non-trivial example. 2004-08-08 01:48:31 +00:00
vacuum.sgml Minor SGML improvements. 2004-03-23 13:21:41 +00:00
vacuumdb.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00