|
12 | 12 | *by PostgreSQL |
13 | 13 | * |
14 | 14 | * IDENTIFICATION |
15 | | - * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.315 2003/01/23 23:39:01 petere Exp $ |
| 15 | + * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.316 2003/02/11 21:06:58 petere Exp $ |
16 | 16 | * |
17 | 17 | *------------------------------------------------------------------------- |
18 | 18 | */ |
@@ -5047,7 +5047,7 @@ dumpACL(Archive *fout, const char *type, const char *name, |
5047 | 5047 | */ |
5048 | 5048 | if (!found_owner_privs&&owner) |
5049 | 5049 | { |
5050 | | -appendPQExpBuffer(sql,"REVOKE ALL ON %s %s FROM %s;\n", |
| 5050 | +printfPQExpBuffer(sql,"REVOKE ALL ON %s %s FROM %s;\n", |
5051 | 5051 | type,name,fmtId(owner)); |
5052 | 5052 | MKENTRY(owner,sql->data); |
5053 | 5053 | } |
|