Re: Q: MySQL 'v' Postgres column attributes

2003-02-20 Thread Keith Keller
On Wed, Feb 19, 2003 at 01:10:00PM -0800, David Wheeler wrote: On Wednesday, February 19, 2003, at 01:03 AM, Ron Savage wrote: Is there a Postgres DBI/DBD::Pg call which will retrieve the column attributes the way show columns from $table does under MySQL? column_info().

Re: Q: MySQL 'v' Postgres column attributes

2003-02-20 Thread David Wheeler
On Wednesday, February 19, 2003, at 03:29 PM, Keith Keller wrote: I'm not sure this is supported by DBD::Pg: it's not mentioned there (and most supported methods are). I haven't had a chance to try yet, though--I'll see if I can do it later. There's a column_info() method, but you're right

Q: MySQL 'v' Postgres column attributes

2003-02-19 Thread Ron Savage
Folks Is there a Postgres DBI/DBD::Pg call which will retrieve the column attributes the way show columns from $table does under MySQL? -- Cheers Ron Savage, [EMAIL PROTECTED] on 19/02/2003 http://savage.net.au/index.html

Re: Q: MySQL 'v' Postgres column attributes

2003-02-19 Thread David Wheeler
On Wednesday, February 19, 2003, at 01:03 AM, Ron Savage wrote: Is there a Postgres DBI/DBD::Pg call which will retrieve the column attributes the way show columns from $table does under MySQL? column_info(). http://search.cpan.org/author/TIMB/DBI/DBI.pm#column_info David -- David