postgres 8.4 replaces pg_autovacuum system table with reloptions on the tables themse...
authorRobert Treat <robert@robert-treats-macbook.local>
Thu, 19 Feb 2009 16:29:48 +0000 (11:29 -0500)
committerRobert Treat <robert@robert-treats-macbook.local>
Thu, 19 Feb 2009 16:29:48 +0000 (11:29 -0500)
commit5df07f5b9f7aa840891f15ec628c7c9507beec6b
tree4211b170493d49d4b46c52ffbb224ebf83eafa65
parent046ade4edd47c0a32efa3bd2c36237090dd8ca45
postgres 8.4 replaces pg_autovacuum system table with reloptions on the tables themselves, so we need to avoid trying to show this in future versions. I think this might be the first feature we have both coming and going
classes/database/Postgres.php
classes/database/Postgres80.php
classes/database/Postgres83.php
database.php