Postgresql 8.1 does not use OID by default [1] but the
Webmin Postgresql module uses it in some SQL requests
(ex: viewing table content).
select oid,* from "foo" limit 25 offset 0 failed :
ERROR: column "oid" does not exist
[1] see "default_with_oids is now false by default"
http://www.postgresql.org/docs/8.1/static/release-8-1.html
Logged In: YES
user_id=129364
This is a known problem in Webmin, which is still being
worked on. Its a pity OIDs are not supported any more, as
they are a great way to uniquely identify rows!