On Fri, 19 Oct 2001, Mark Muffett wrote: > Is there a simple query to return the column names used in a table?
If you start up psql with the -E option, and then do \dt <tablename>, it will spit out the SQL used to retrieve the metadata on your table. You can use that as your basis. -- Brett http://www.chapelperilous.net/ ------------------------------------------------------------------------ After a number of decimal places, nobody gives a damn. ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster