projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8398bc
)
postgresql_default.conf: Limit query "table_states" to versions >= 8.3.
author
Sebastian Harl
<sh@tokkee.org>
Tue, 26 Aug 2008 14:10:20 +0000
(16:10 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Tue, 26 Aug 2008 17:09:09 +0000
(19:09 +0200)
The "n_live_tup" and "n_dead_tup" columns of the pg_stat_tables view were not
available before that version.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/postgresql_default.conf
patch
|
blob
|
history
diff --git
a/src/postgresql_default.conf
b/src/postgresql_default.conf
index
9d21217
..
decf39f
100644
(file)
--- a/
src/postgresql_default.conf
+++ b/
src/postgresql_default.conf
@@
-49,6
+49,8
@@
Column pg_n_tup_g live
Column pg_n_tup_g dead
+
+ MinPGVersion 80300
</Query>
<Query disk_io>