We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09e79d commit bf6b92dCopy full SHA for bf6b92d
src/bin/pg_dump/dumputils.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.30 2006/06/01 00:15:36 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.31 2006/09/08 18:05:35 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -622,7 +622,6 @@ do { \
622
{
623
/* table only */
624
CONVERT_PRIV('a', "INSERT");
625
- CONVERT_PRIV('R', "RULE");
626
if (remoteVersion >= 70200)
627
628
CONVERT_PRIV('d', "DELETE");
0 commit comments