Re: change output of \dp

From: Neil Conway <neilc(at)samurai(dot)com>
To: euler(at)ufgnet(dot)ufg(dot)br
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: change output of \dp
Date: 2004-03-11 02:11:43
Message-ID: 87u10wqgio.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Euler Taveira de Oliveira <euler(at)ufgnet(dot)ufg(dot)br> writes:
> I just noticed that \dp outputs "Table" to indicate relations
> (tables, sequences and views) instead of "Relation" or "Name". This
> patch just correct it, using "Name" and attaching its "Type".

Looks good to me.

> Please apply it under HEAD, and if it's convenient, put it under 7_4
> Branch.

This is appropriate for HEAD, but I don't see any need to apply it to
7.4: it is just a cosmetic fix.

-Neil

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2004-03-11 02:14:17 Re: numeric input changes
Previous Message Tatsuo Ishii 2004-03-11 01:49:53 Re: [PATCHES] NO WAIT ...