pgsql: Move the options column of \db+ before the description

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move the options column of \db+ before the description
Date: 2014-01-26 20:17:44
Message-ID: E1W7W9I-0008LZ-T3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move the options column of \db+ before the description

The convention is to have the description field at the end.

Noted by Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f2795f8b5393005ab2d2438fadce116b032bea6e

Modified Files
--------------
src/bin/psql/describe.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2014-01-26 21:41:12 pgsql: Check dup2() results in syslogger
Previous Message Magnus Hagander 2014-01-26 20:12:25 Re: pgsql: Include tablespace options in verbose output of \db