Re: SearchSysCache() tutorial? - Mailing list pgsql-general

From Andres Freund
Subject Re: SearchSysCache() tutorial?
Date
Msg-id 20171211203908.n27oev2vv7amrtdh@alap3.anarazel.de
Whole thread Raw
In response to Re: SearchSysCache() tutorial?  (Melvin Davidson <melvin6925@gmail.com>)
List pgsql-general
On 2017-12-11 14:42:33 -0500, Melvin Davidson wrote:
> There is no guarantee that information will be in syscache at any point in
> time. It will, however, always be in the postgreSQL catalogs. That is the
> whole point
> of having them, and the SQL language.

This doesn't make much sense. Paul's working on a C extension that's
then usable via SQL. Using the syscaches is the perfectly right thing to
do.

- Andres


pgsql-general by date:

Previous
From: Melvin Davidson
Date:
Subject: Re: SearchSysCache() tutorial?
Next
From: Andres Freund
Date:
Subject: Re: SearchSysCache() tutorial?