diff options
author | Bruce Momjian | 1998-10-07 02:49:10 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-10-07 02:49:10 +0000 |
commit | 252568dc115d889932361a32e0a7ac0743b5fb88 (patch) | |
tree | e317404b036ccfca16ab2097d1a37cfe9a8b3747 | |
parent | 803204bd1ec45288545f9923dd122f606dcee16e (diff) |
Update pg_dump sgml and manuals to remove rule restriction.
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 11 | ||||
-rw-r--r-- | src/man/pg_dump.1 | 7 |
2 files changed, 1 insertions, 17 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 7e3d44292d..c49345dd5c 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -278,17 +278,6 @@ The limitations mostly stem from difficulty in extracting certain meta-information from the system catalogs. -<variablelist> -<varlistentry> -<term> -rules -<listitem> -<para> -<application>pg_dump</application> -does not understand user-defined rules and -will fail to dump them properly. (This is due to the fact that -rules are stored as plans in the catalogs and not textually.) - <varlistentry> <term> partial indices diff --git a/src/man/pg_dump.1 b/src/man/pg_dump.1 index ea06125ff3..0f65e3f764 100644 --- a/src/man/pg_dump.1 +++ b/src/man/pg_dump.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.14 1998/10/06 05:05:48 thomas Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.15 1998/10/07 02:49:10 momjian Exp $ .TH PG_DUMP UNIX 7/15/98 PostgreSQL PostgreSQL .SH NAME pg_dump - dumps out a Postgres database into a script file @@ -118,11 +118,6 @@ The limitations mostly stem from difficulty in extracting certain meta-information from the system catalogs. .TP -.BR "rules" -pg_dump does not understand user-defined rules and will fail -to dump them properly. (This is due to the fact that -rules are stored as plans in the catalogs and not textually.) -.TP .BR "partial indices" pg_dump does not understand partial indices. (The reason is the same as above. Partial index predicates are stored as plans) |