| http://www.w3.org/ns/prov#value | - Hi, there is a bug with and postgres 7.2.4 : in the postgresVFS when I have the list of thedatabases, if I double click on one of them the pluginwill try to get the schemaname, but it does not existsin postgres 7.2.4This query fails : SELECT DISTINCT schemaname FROM pg_tablesAfter a check the fields of the view pg_tables, thefield schemaname does not exists with this version ofpostgres.the existing
|