|
7 | 7 | * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.23 2005/12/03 21:06:18 tgl Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.24 2006/01/11 21:24:30 momjian Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -480,10 +480,8 @@ buildACLCommands(const char *name, const char *type, |
480 | 480 | * If we didn't find any owner privs, the owner must have revoked 'em all |
481 | 481 | */ |
482 | 482 | if (!found_owner_privs&&owner) |
483 | | -{ |
484 | 483 | appendPQExpBuffer(firstsql,"REVOKE ALL ON %s %s FROM %s;\n", |
485 | 484 | type,name,fmtId(owner)); |
486 | | -} |
487 | 485 |
|
488 | 486 | destroyPQExpBuffer(grantee); |
489 | 487 | destroyPQExpBuffer(grantor); |
|