|
|
@ -7,7 +7,7 @@ |
|
|
|
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
|
|
|
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
* |
|
|
|
* |
|
|
|
* $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 $ |
|
|
|
* |
|
|
|
* |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*/ |
|
|
|
*/ |
|
|
@ -622,7 +622,6 @@ do { \ |
|
|
|
{ |
|
|
|
{ |
|
|
|
/* table only */ |
|
|
|
/* table only */ |
|
|
|
CONVERT_PRIV('a', "INSERT"); |
|
|
|
CONVERT_PRIV('a', "INSERT"); |
|
|
|
CONVERT_PRIV('R', "RULE"); |
|
|
|
|
|
|
|
if (remoteVersion >= 70200) |
|
|
|
if (remoteVersion >= 70200) |
|
|
|
{ |
|
|
|
{ |
|
|
|
CONVERT_PRIV('d', "DELETE"); |
|
|
|
CONVERT_PRIV('d', "DELETE"); |
|
|
|