pgsql: Show database access privileges in psql's \l command.

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Show database access privileges in psql's \l command.
Date: 2008-03-30 18:10:20
Message-ID: 20080330181020.F07947558E7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Show database access privileges in psql's \l command. For \l+, also show
database size, when available to the current user.

Andrew Gilligan

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.198 -> r1.199)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.198&r2=1.199)
pgsql/src/bin/psql:
describe.c (r1.165 -> r1.166)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.165&r2=1.166)