information schema parameter_default implementation - Mailing list pgsql-hackers

From Peter Eisentraut
Subject information schema parameter_default implementation
Date
Msg-id 1357730912.25412.12.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: information schema parameter_default implementation
List pgsql-hackers
Here is an implementation of the
information_schema.parameters.parameter_default column.

I ended up writing a C function to decode the whole thing from the
system catalogs, because it was too complicated in SQL, so I abandoned
the approach discussed in [0].


[0]: http://archives.postgresql.org/message-id/1356092400.25658.6.camel@vanquo.pezone.net

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs
Next
From: Kohei KaiGai
Date:
Subject: Re: ALTER command reworks