Re: psql \d option list overloaded
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Bruce Momjian <pgman@candle.pha.pa.us>, "D. Dante Lorenso" <dante@lorenso.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2004-01-04T18:53:36Z
Lists: pgsql-hackers
Bruce Momjian wrote: > I am starting to agree that our \d* handling is just too overloaded. > Look at the option list from \?: > Can anyone remember all those? Yes. > I like the idea of adding a new syntax to show that information using > simple SQL command syntax, and putting it in the backend so all > applications can access it. I know we have information schema, and > maybe that can be used to make this simpler. That's right.