Re: Have psql display names and OUT/INOUT in \df output

From: Neil Conway <neilc(at)samurai(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Have psql display names and OUT/INOUT in \df output
Date: 2006-07-17 00:22:43
Message-ID: 1153095764.5069.20.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Sun, 2006-07-16 at 07:18 -0700, David Fetter wrote:
> Thanks for clarifying this. Patch attached.

Applied, with one more fix: format_type's second argument should be NULL
if it is not otherwise known. Thanks for the patch.

(Speaking of which, there is probably room for a one-parameter version
of format_type() that just calls the normal version with a NULL for the
second parameter...)

-Neil

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Sabino Mullane 2006-07-17 02:18:10 pg_dump: multiple tables, schemas with exclusions and wildcards
Previous Message Simon Riggs 2006-07-16 19:56:24 Re: [PATCHES] Restartable Recovery