File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -278,17 +278,6 @@ The limitations mostly stem from
278
278
difficulty in extracting certain meta-information from the system
279
279
catalogs.
280
280
281
- <variablelist>
282
- <varlistentry>
283
- <term>
284
- rules
285
- <listitem>
286
- <para>
287
- <application>pg_dump</application>
288
- does not understand user-defined rules and
289
- will fail to dump them properly. (This is due to the fact that
290
- rules are stored as plans in the catalogs and not textually.)
291
-
292
281
<varlistentry>
293
282
<term>
294
283
partial indices
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.14 1998/10/06 05:05:48 thomas Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.15 1998/10/07 02:49:10 momjian Exp $
4
4
.TH PG_DUMP UNIX 7/15/98 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
pg_dump - dumps out a Postgres database into a script file
@@ -118,11 +118,6 @@ The limitations mostly stem from
118
118
difficulty in extracting certain meta-information from the system
119
119
catalogs.
120
120
.TP
121
- .BR " rules"
122
- pg_dump does not understand user-defined rules and will fail
123
- to dump them properly. (This is due to the fact that
124
- rules are stored as plans in the catalogs and not textually.)
125
- .TP
126
121
.BR " partial indices"
127
122
pg_dump does not understand partial indices. (The reason is
128
123
the same as above. Partial index predicates are stored as plans)
You can’t perform that action at this time.
0 commit comments