postgresql/doc/src/sgml/ref
Peter Eisentraut 739adf32ee Remove unused system table columns:
pg_language.lancompiler
pg_operator.oprprec
pg_operator.oprisleft
pg_proc.proimplicit
pg_proc.probyte_pct
pg_proc.properbyte_cpu
pg_proc.propercall_cpu
pg_proc.prooutin_ratio
pg_shadow.usetrace
pg_type.typprtlen
pg_type.typreceive
pg_type.typsend

Attempts to use the obsoleted attributes of pg_operator or pg_proc
in the CREATE commands will be greeted by a warning.  For pg_type,
there is no warning (yet) because pg_dump scripts still contain these
attributes.

Also remove new but already obsolete spellings
isVolatile, isStable, isImmutable in WITH clause.  (Use new syntax
instead.)
2002-07-24 19:11:14 +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 CREATE CONVERSION/DROP CONVERSOION reference manual 2002-07-22 08:57:15 +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 The attached patch (against HEAD) implements 2002-07-18 04:43:51 +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_cast.sgml pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 2002-07-18 23:11:32 +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_conversion.sgml Fix typo. 2002-07-22 13:00:00 +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 Remove unused system table columns: 2002-07-24 19:11:14 +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 Remove unused system table columns: 2002-07-24 19:11:14 +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.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_trigger.sgml Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
create_type.sgml Remove unused system table columns: 2002-07-24 19:11:14 +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_cast.sgml pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 2002-07-18 23:11:32 +00:00
drop_conversion.sgml Fix typo. 2002-07-22 13:00:00 +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 Remove no-longer-appropriate notes about lack of CASCADE/RESTRICT behavior. 2002-07-14 22:47:56 +00:00
drop_function.sgml Remove no-longer-appropriate notes about lack of CASCADE/RESTRICT behavior. 2002-07-14 22:47:56 +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_schema.sgml Implement DROP SCHEMA. It lacks support for dropping conversions and 2002-07-18 16:47:26 +00:00
drop_sequence.sgml Fix copy-and-pasteo (CASCADE/RESTRICT in wrong place). 2002-07-18 15:49:08 +00:00
drop_table.sgml Remove no-longer-appropriate notes about lack of CASCADE/RESTRICT behavior. 2002-07-14 22:47:56 +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 Remove no-longer-appropriate notes about lack of CASCADE/RESTRICT behavior. 2002-07-14 22:47:56 +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 Re-add -I documentation, per Tom. 2002-07-13 00:55:53 +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 Fix \? and \pset pager handling. \? wasn't honoring pager before. 2002-07-15 01:56:25 +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.sgml Update SQL-command reference pages for schema features. 2002-04-23 02:07:16 +00:00
select_into.sgml Update SQL-command reference pages for schema features. 2002-04-23 02:07:16 +00:00
set.sgml Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +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
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