pgsql: Consistently use multi-line formatting for all ACL columns

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Consistently use multi-line formatting for all ACL columns
Date: 2008-12-31 18:07:47
Message-ID: 20081231180747.C4301754A03@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Consistently use multi-line formatting for all ACL columns printed by psql's
various display commands, not only for \z.

In passing, fix some infelicities in the newly added \d commands for SQL-MED
catalogs.

Andreas Scherbaum and Tom Lane

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.190 -> r1.191)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.190&r2=1.191)
pgsql/src/test/regress/expected:
foreign_data.out (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/foreign_data.out?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-31 18:33:03 pgsql: Fix another problem in SQL-MED \d displays: should have a clean
Previous Message Tom Lane 2008-12-31 02:25:06 pgsql: Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump