powa-team / powa

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

Get rid of deallocate xxx (or at least, put only one) #9

Closed marco44 closed 10 years ago

marco44 commented 10 years ago

Maybe also other //non DML// queries ? (lock table…)

To be discussed: for lock table, keeping the name might be interesting, it depends on the environment. For applications with transient table names, deactivating there may be interesting…

marco44 commented 10 years ago

Should be solved by 7c0b6ea14edfa0bb9933d55f38b65cd5b4ad03ff For now, only deallocate and begin are removed

marco44 commented 10 years ago

Note for later: some things could also be replaced instead of removed.