Re: pgstattuple for schemas

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pgstattuple for schemas
Date: 2003-06-05 05:55:17
Message-ID: 186.1054792517@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Rod Taylor <rbt(at)rbt(dot)ca> writes:
> CREATE OR REPLACE FUNCTION pgstattuple(text) RETURNS pgstattuple_type
> AS 'MODULE_PATHNAME', 'pgstattuple'
> ! LANGUAGE 'c' STRICT;
> !=20
> ! CREATE OR REPLACE FUNCTION pgstattuple(oid) RETURNS pgstattuple_type
> ! AS 'MODULE_PATHNAME', 'pgstattuple'
> ! LANGUAGE 'c' STRICT;

Surely not.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2003-06-05 09:24:46 Re: Ensure all implicit constraints are named
Previous Message Tom Lane 2003-06-05 05:53:46 Re: Ensure all implicit constraints are named