Re: DBD::mysql make test failure - /tmp/mysql.sock

2003-08-29 Thread Keith Keller
On Thu, Aug 28, 2003 at 09:06:59PM -0700, Ron Ih wrote: I have tried editing the /etc/my.cnf file which is shown below: [client] port=3306 socket=/var/lib/mysql/mysql.sock [mysqld] port=3306 socket=/var/lib/mysql/mysql.sock set-variable = key_buffer_size=16M [snip] However, the

foreign_key_info for DBD::Pg

2003-02-22 Thread Keith Keller
So the recent discussion on column_info in DBD::Pg had me delving into the code to see if foreign_key_info had been implemented but undocumented. Turns out it has not, at least in the latest release version of DBD::Pg. Is anyone currently working on implementing it? If not, are people

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().