describe table (from perl) - Mailing list pgsql-novice

From Celia McInnis
Subject describe table (from perl)
Date
Msg-id 20050516164639.M45967@drmath.ca
Whole thread Raw
Responses Re: describe table (from perl)  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-novice
What's the easiest way to have perl (using the DBI module) extract table
information? I need to be able to extract column names and types. (Something
like what is given by the MySql "DESCRIBE mytable" command).

Thanks,
Celia McInnis


pgsql-novice by date:

Previous
From: "Peter Schonefeld"
Date:
Subject: COPY from stdin;
Next
From: Andres Ledesma
Date:
Subject: Re: concepts?