| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us> |
| Cc: | David Fetter <david(at)fetter(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [COMMITTERS] pgsql: Done: o -Display IN, INOUT, |
| Date: | 2006-07-18 22:54:49 |
| Message-ID: | 44BD66B9.9060609@dunslane.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Bruce Momjian wrote:
> David Fetter wrote:
>
>> On Tue, Jul 18, 2006 at 03:20:51PM -0300, Bruce Momjian wrote:
>>
>>> Log Message:
>>> -----------
>>> Done:
>>>
>>> o -Display IN, INOUT, and OUT parameters in \df
>>>
>> Oops! Should I change the patch to say IN when it's an IN parameter?
>> Right now, it stays silent.
>>
>
> [ Moved to hackers.] No idea. Comments?
>
>
Actually, I'd be inclined to put IN if there are INOUT or OUT
parameters, and nothing if they are all IN parameters, but I realise
this might seem inconsistent.
cheers
andrew
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Fetter | 2006-07-18 23:32:22 | Re: [COMMITTERS] pgsql: Done: o -Display IN, INOUT, and OUT parameters in \df |
| Previous Message | Tom Lane | 2006-07-18 22:36:46 | pgsql: copydir() and rmtree() need to use lstat, not stat, to behave as |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Fetter | 2006-07-18 23:32:22 | Re: [COMMITTERS] pgsql: Done: o -Display IN, INOUT, and OUT parameters in \df |
| Previous Message | Neil Conway | 2006-07-18 22:48:52 | Re: feature request: pg_dump --view |