Update pg_dump sgml and manuals to remove rule restriction.
authorBruce Momjian
Wed, 7 Oct 1998 02:49:10 +0000 (02:49 +0000)
committerBruce Momjian
Wed, 7 Oct 1998 02:49:10 +0000 (02:49 +0000)
doc/src/sgml/ref/pg_dump.sgml
src/man/pg_dump.1

index 7e3d44292d78e3b99b382500af111361d5dade48..c49345dd5cdd1e0f9de0e9758b16fb2cf31bdf04 100644 (file)
@@ -278,17 +278,6 @@ The limitations mostly stem from
 difficulty in extracting certain meta-information from the system
 catalogs.
 
-
-
-
-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.)
-
 
 
 partial indices
index ea06125ff3a6cafc0d392c7317b165ae3e61d4c6..0f65e3f764fd0861052148e7221b19bc1945a03a 100644 (file)
@@ -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)