Re: printTable API (was: Show INHERIT in \du) - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: printTable API (was: Show INHERIT in \du)
Date
Msg-id 20080512230655.GH19344@alvh.no-ip.org
Whole thread Raw
In response to Re: printTable API (was: Show INHERIT in \du)  ("Brendan Jurd" <direvus@gmail.com>)
List pgsql-patches
Brendan Jurd escribió:

> Here's the latest version of the printTable API.  This version is
> against the current HEAD and merges in the changes made by the
> recently committed psql wrap patch.
>
> This version also includes Alvaro's fix for the issue of pg_strdup not
> being available to programs in scripts/ (as quoted below).

Thanks.  I had to merge Tom's fixes to the wrap code too.

Another thing that I changed is that now "not null" and "default %s" is
translatable in a table description.  Also, I removed the _() call
around things like "?%c? \"%s.%s\"", which is what we use for tables of
which we don't recognize the relkind.

Thanks for the patch.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Snapshot management, final
Next
From: Tom Lane
Date:
Subject: Re: Partial match in GIN (next vesrion)