- Mailing list pgsql-general

From otar shavadze
Subject
Date
Msg-id CAG-jOyCCgAqrAGMh9T0w2n8ZWZBm8H=xaaO+u1UVSt4oBVwc0w@mail.gmail.com
Whole thread Raw
Responses Re:  (Michael Goldberg <mic.goldberg@gmail.com>)
List pgsql-general
How  measure table total pages (block) count? would be this correct way? :

SELECT pg_table_size('my_table'::regclass) / current_setting('block_size')::BIGINT;

pgsql-general by date:

Previous
From: Pól Ua Laoínecháin
Date:
Subject: Using a TRIGGER with window functions.
Next
From: Michael Goldberg
Date:
Subject: Re: