Hello
2008/9/2 Bram Kuijper <[EMAIL PROTECTED]>:
> Hi all,
>
> if I want to get a list of types (ie., data types or enums), then I can use
> the '\dT' command from within the postgreSQL client.
>
run psql with -E parameter. You will see all SQL statements used for
metacommands.
[EMAIL PROTECTED]
Hi all,
if I want to get a list of types (ie., data types or enums), then I can
use the '\dT' command from within the postgreSQL client.
However, I cannot seem to figure out what the SQL alternative is to the
\dT command, so that I might get a list of types scriptable by SQL.
For example, i