From: Brian A. <br...@ta...> - 2001-02-23 07:11:13
|
Ok, tracing down what is not working in the postgreSQL version I see that these two lines need to be fixed. What is the correct pg sql for: SHOW TABLES LIKE "$table" SHOW COLUMNS FROM $table I know about using \dt while in psql, but what does it want for SQL to do this? -Bran |