|
From: Wojtek <so...@ne...> - 2001-02-23 08:37:13
|
On Thu, Feb 22, 2001 at 11:48:56PM -0800, Brian Aker wrote: > 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 > > _______________________________________________ > Slashcode-development mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-development see the source of psql. it's 'select * from pg_tables blabla" something like that. i dont' remember the exact phrase but it's really easy to find. Wojtek |