Re: [PATCHES] Approximate count(*)

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Re: [PATCHES] Approximate count(*)
Date: 2005-03-25 03:19:00
Message-ID: 200503241919.00628.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

David,

If Jim and I finish our work for 8.1, then you'll be able to do:

SELECT approx_records FROM pg_sysviews.pg_tables WHERE schema_name = 'schema'
AND table_name = 'table'

But the same caveats will apply.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Josh Berkus 2005-03-27 00:55:25 Missing doc on expression format for ALTER TABLE
Previous Message Greg Sabino Mullane 2005-03-25 02:34:14 Re: [PATCHES] Approximate count(*)

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-03-25 05:45:37 Update psql and pg_dump for new COPY api
Previous Message Tom Lane 2005-03-25 03:05:57 Re: Makefile breakage