On Tuesday, December 3, 2002, at 10:34 AM, Jeff Boes wrote:
Nope, not quite:Apparently, pg_relcheck was merged into another table in 7.3. Bummer for backwards compatibility, that. I'll try to figure out how the new query should work in the next few days, but if anyone beats me to it, patches welcome.
$ grep pg_ Pg.pm
of Pg.pm 1.13 will show you that it relies on pg_database, pg_user,
pg_class, pg_description, pg_attribute, pg_type, pg_index, pg_attrdef,
and pg_relcheck. All but the last one are still in 7.3.
table_attributes is present in 1.13, and uses most of the listed tables.
I guess this also means that DBD::Pg really needs to be changed to always detect the version of the database it connects to so that it can do the right thing. Tim, is there a DBI-standard way to story/provide an RDBMS version number?
Thanks,
David
--
David Wheeler AIM: dwTheory
[EMAIL PROTECTED] ICQ: 15726394
http://david.wheeler.net/ Yahoo!: dew7e
Jabber: [EMAIL PROTECTED]
