Re: [GENERAL] SQL equivalent to \dT

2008-09-02 Thread Pavel Stehule
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]

[GENERAL] SQL equivalent to \dT

2008-09-02 Thread Bram Kuijper
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