postgresql/doc/src/sgml/ref
Tom Lane 7c6df91dda Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.
pg_relcheck is gone; CHECK, UNIQUE, PRIMARY KEY, and FOREIGN KEY
constraints all have real live entries in pg_constraint.  pg_depend
exists, and RESTRICT/CASCADE options work on most kinds of DROP;
however, pg_depend is not yet very well populated with dependencies.
(Most of the ones that are present at this point just replace formerly
hardwired associations, such as the implicit drop of a relation's pg_type
entry when the relation is dropped.)  Need to add more logic to create
dependency entries, improve pg_dump to dump constraints in place of
indexes and triggers, and add some regression tests.
2002-07-12 18:43:19 +00:00
..
abort.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
allfiles.sgml Add a reference page for CREATE SCHEMA. 2002-04-25 21:47:07 +00:00
alter_database.sgml Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
alter_group.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
alter_table.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
alter_trigger.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
alter_user.sgml Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
analyze.sgml Update SQL-command reference pages for schema features. 2002-04-23 02:07:16 +00:00
begin.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
checkpoint.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
close.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
cluster.sgml Update SQL-command reference pages for schema features. 2002-04-23 02:07:16 +00:00
comment.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
commit.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
copy.sgml Improve COPY syntax to use WITH clause, keep backward compatibility. 2002-06-20 16:00:44 +00:00
create_aggregate.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
create_constraint.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
create_database.sgml Simplify optional WITH handling in CREATE USER, ALTER USER, CREATE 2002-06-17 05:40:32 +00:00
create_domain.sgml Update SQL-command reference pages for schema features. 2002-04-23 02:07:16 +00:00
create_function.sgml Allow functions to be executed with the privileges of the function owner. 2002-05-18 13:48:01 +00:00
create_group.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
create_index.sgml Mention "PostgreSQL"'s hashes as slower/similar to btree. 2002-06-21 19:06:44 +00:00
create_language.sgml This patch updates the CREATE LANGUAGE & pg_language docs for the 7.3 2002-06-20 15:44:06 +00:00
create_operator.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
create_rule.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
create_schema.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
create_sequence.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
create_table_as.sgml Update SQL-command reference pages for schema features. 2002-04-23 02:07:16 +00:00
create_table.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
create_trigger.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
create_type.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
create_user.sgml Some cleanups in CREATE/ALTER/DROP USER ref pages. 2002-02-27 21:14:54 +00:00
create_view.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
createdb.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
createlang.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
createuser.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
current_date.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
current_time.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
current_timestamp.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
current_user.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
declare.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
delete.sgml Update SQL-command reference pages for schema features. 2002-04-23 02:07:16 +00:00
drop_aggregate.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
drop_database.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
drop_domain.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
drop_function.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
drop_group.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
drop_index.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
drop_language.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
drop_operator.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
drop_rule.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
drop_sequence.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
drop_table.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
drop_trigger.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
drop_type.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
drop_user.sgml Some cleanups in CREATE/ALTER/DROP USER ref pages. 2002-02-27 21:14:54 +00:00
drop_view.sgml Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
dropdb.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
droplang.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
dropuser.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
ecpg-ref.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
end.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
explain.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
fetch.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
grant.sgml Fix obsolete statement about permissions on COPY ref page, and confusion 2002-05-14 18:47:58 +00:00
initdb.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
initlocation.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
insert.sgml Appears I forgot to update the docs earlier. 2002-04-24 02:31:30 +00:00
ipcclean.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
listen.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
load.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
lock.sgml Improve manual's discussion of locking and MVCC. 2002-05-30 20:45:18 +00:00
move.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
notify.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
pg_config-ref.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
pg_ctl-ref.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
pg_dump.sgml First pass at schema-fying pg_dump/pg_restore. Much to do still, 2002-05-10 22:36:27 +00:00
pg_dumpall.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
pg_restore.sgml Fix pg_restore flags in documentation. 2002-07-10 02:57:31 +00:00
pgaccess-ref.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
pgtclsh.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
pgtksh.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
postgres-ref.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
postmaster.sgml The normal operation of our servers is to have tcpip_sockets enabled, 2002-06-15 19:52:56 +00:00
psql-ref.sgml Improve COPY syntax to use WITH clause, keep backward compatibility. 2002-06-20 16:00:44 +00:00
reindex.sgml Mention REINDEX can be used for disk space reclaimation too. 2002-06-23 03:45:15 +00:00
reset.sgml Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
revoke.sgml Restructure AclItem representation so that we can have more than eight 2002-04-21 00:26:44 +00:00
rollback.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
select_into.sgml Update SQL-command reference pages for schema features. 2002-04-23 02:07:16 +00:00
select.sgml Update SQL-command reference pages for schema features. 2002-04-23 02:07:16 +00:00
set_constraints.sgml The attached patch fixes a typo in the documentation for SET 2002-06-03 01:10:38 +00:00
set_session_auth.sgml Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
set_transaction.sgml Spell-check and markup police 2002-01-20 22:19:57 +00:00
set.sgml Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
show.sgml Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
truncate.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
unlisten.sgml Augment the date/time examples in the User's Guide to reflect the newer 2002-04-21 19:02:39 +00:00
update.sgml Update SQL-command reference pages for schema features. 2002-04-23 02:07:16 +00:00
vacuum.sgml Update SQL-command reference pages for schema features. 2002-04-23 02:07:16 +00:00
vacuumdb.sgml Fix param handling of create* admin scripts as described months ago. 2002-02-18 05:48:45 +00:00