psql \du

From: ANdreas Wenk <a(dot)wenk(at)netzmeister-st-pauli(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: psql \du
Date: 2009-07-15 23:12:05
Message-ID: 4A5E6245.1020905@netzmeister-st-pauli.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I recognized in psql using the internal help (\?) that the *+* sign is
missing for the shortcut \du:

# \du
List of roles
Role name | Attributes | Member of
--------------+--------------+-----------

# \du+
List of roles
Role name | Attributes | Member of | Description
--------------+--------------+-----------+-------------

Where shall I place this info? Is this also a bug?

Cheers

Andy

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-07-16 02:03:05 Re: [GENERAL] pg_migrator not setting values of sequences?
Previous Message Tom Lane 2009-07-15 23:05:47 Re: best practice transitioning from one datatype to another