diff options
author | Peter Eisentraut | 2008-07-03 15:59:55 +0000 |
---|---|---|
committer | Peter Eisentraut | 2008-07-03 15:59:55 +0000 |
commit | b11c1876ed743db3f024274c2c355084b1910fb6 (patch) | |
tree | 4e9b7772d1e782b99ef4767ec80da8d6a7740a70 /doc/src | |
parent | c8dbbb194ada2d8d59ecfc7993e9c522aa77f8a6 (diff) |
Don't print the name of the database in psql \z.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/grant.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index 14013c50ad2..c80a33c5074 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.69 2008/05/28 00:45:40 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.70 2008/07/03 15:59:55 petere Exp $ PostgreSQL documentation --> @@ -419,7 +419,7 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...] TO <replaceable to obtain information about existing privileges, for example: <programlisting> => \z mytable - Access privileges for database "lusitania" + Access privileges Schema | Name | Type | Access privileges --------+---------+-------+---------------------- public | mytable | table | miriam=arwdxt/miriam |