information schema parameter_default implementation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: information schema parameter_default implementation
Date: 2013-01-09 11:28:32
Message-ID: 1357730912.25412.12.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pg-parameter-default.patch text/x-patch 8.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kohei KaiGai 2013-01-09 11:46:37 Re: ALTER command reworks
Previous Message Andres Freund 2013-01-09 11:27:10 [PATCH 2/2] use pg_malloc instead of an unchecked malloc in pg_resetxlog