powa-team / powa

PostgreSQL Workload Analyzer
http://powa.readthedocs.io/
PostgreSQL License
764 stars 57 forks source link

don't use pg_database anymore #32

Closed marco44 closed 8 years ago

marco44 commented 9 years ago

as data can be exported and restored in another database, pg_database may not match with the content of powa...

rjuju commented 9 years ago

Used in UI, lib/Powa/Statement.pm, functions listdbdata() and listdbdata_agg()

marco44 commented 9 years ago

First step, build the backend part :)

rjuju commented 8 years ago

Now that we have many extensions using multiple system oid, I don't think this is still possible. We'll see how to handle this problem when we'll add a remote storage feature.