[COMMITTERS] pgsql: psql: Update \d sequence display

2017-09-29 Thread Peter Eisentraut
psql: Update \d sequence display For \d sequencename, the psql code just did SELECT * FROM sequencename to get the information to display, but this does not contain much interesting information anymore in PostgreSQL 10, because the metadata has been moved to a separate system catalog. This patch

[COMMITTERS] pgsql: psql: Update \d sequence display

2017-09-29 Thread Peter Eisentraut
psql: Update \d sequence display For \d sequencename, the psql code just did SELECT * FROM sequencename to get the information to display, but this does not contain much interesting information anymore in PostgreSQL 10, because the metadata has been moved to a separate system catalog. This patch