On Fri, Oct 28, 2016 at 9:00 AM, Peter Eisentraut
<peter.eisentr...@2ndquadrant.com> wrote:
> I propose to change the psql \d output a bit, best shown with an example:
>
>  \d persons3
> -       Table "public.persons3"
> - Column |  Type   |    Modifiers
> ---------+---------+------------------
> - id     | integer | not null
> - name   | text    | default ''::text
> +              Table "public.persons3"
> + Column |  Type   | Collation | Nullable | Default
> +--------+---------+-----------+----------+----------
> + id     | integer |           | not null |
> + name   | text    |           |          | ''::text
>
+1.
psql-ref.sgml(line 4085) needs to be modified. Otherwise, the patch
looks good to me.

-- 
Thanks & Regards,
Kuntal Ghosh
EnterpriseDB: http://www.enterprisedb.com


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to