Re: Re: Proposal: Store "timestamptz" of database creation on "pg_database" - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Re: Proposal: Store "timestamptz" of database creation on "pg_database"
Date
Msg-id CA+TgmoYwgCyK55PoHzW-hk+gs=C9AyAUYmHs4GXUzRT1zbJnnQ@mail.gmail.com
Whole thread Raw
In response to Re: Proposal: Store "timestamptz" of database creation on "pg_database"  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: Re: Proposal: Store "timestamptz" of database creation on "pg_database"
List pgsql-hackers
On Sat, Dec 29, 2012 at 10:26 AM, Andres Freund <andres@2ndquadrant.com> wrote:
> A shared table for event triggers sounds like it would be the far easier
> solution (9.4+ that is).

The problem is that the event trigger table is a just a pointer to a
function, and there's no procedure OID to store in that shared catalog
unless you also have a proposal for making pg_proc into a shared
catalog ... which would also require making pg_language into a shared
catalog, and maybe a few others.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: dynamic SQL - possible performance regression in 9.2
Next
From: Robert Haas
Date:
Subject: Re: Proposal: Store "timestamptz" of database creation on "pg_database"