From: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: psql \d sequence display |
Date: | 2017-09-25 17:53:52 |
Message-ID: | alpine.DEB.2.20.1709251943370.24753@lancre |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello,
> This should be fixed for PG10, so if you have any feedback on the
> design, please let me know soon.
Works for me on head against a 9.6 server, which is good.
My 0.02 €:
\d+ does not show more.
Maybe Type, Min, Max, Inc & Cycles are enough for \d?
The next/future or last/previous value is not shown. If one could be
available it would be nice to have?
Maybe some names are a little large, eg "Increment" could be "Inc.".
The value is nearly always 1?
Not sure why it is "Cycles" (plural) instead of "Cycle".
The non regression test could also show a more esoteric sequence (cyclic,
...).
There is no documentation. Maybe none is needed.
I do not understand why some queries have "... \n" "... \n" and others
have "\n ..." "\n ...". I would suggest to homogeneize around the former,
because "\nFROM ..." is less readable.
--
Fabien.
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2017-09-25 17:53:55 | Re: Built-in plugin for logical decoding output |
Previous Message | Magnus Hagander | 2017-09-25 17:52:48 | Re: Reading backup label file for checkpoint and redo location during crash recovery |