Is there a way of getting the output of a \d tablename from within a
program (like describe in mysql)
Although this works fine from the postgres command line, from within a
program I get:
ODBC Error Code = 00000 ()
Error while executing the query (non-fatal); ERROR: parser: parse error at
or near "\"
SQL = "\d orders"
Data Source = "MESSINA"
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (4:1) to (7:39) in the template file
/usr/local/apache/htdocs/stephen/messina/TESTER.cfm.
I am using coldfusion and unix ODBC driver.
SR