Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
After creating a table in PostgreSQL
how do I display the table definition
(inames of columns as well as the column
types)? In Oracle this would be done using
DESCRIBE table_name, but there seems
to be no DESCRIBE in PostgreSQQL.
Help would be hugely appreciated.
Tom
After creating a table in PostgreSQL
how do I display the table definition
(inames of columns as well as the column
types)? In Oracle this would be done using
DESCRIBE table_name, but there seems
to be no DESCRIBE in PostgreSQQL.
Help would be hugely appreciated.
Tom