Re: bugfix: --echo-hidden is not supported by \sf statements - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: bugfix: --echo-hidden is not supported by \sf statements
Date
Msg-id CAFj8pRA2Xr5uOfNDxc0L=Y9c75CmscM-a1LmC=Lfb4BCy5pBFw@mail.gmail.com
Whole thread Raw
In response to Re: bugfix: --echo-hidden is not supported by \sf statements  (Stephen Frost <sfrost@snowman.net>)
Responses Re: bugfix: --echo-hidden is not supported by \sf statements  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
2013/2/27 Stephen Frost <sfrost@snowman.net>:
> Pavel,
>
> * Pavel Stehule (pavel.stehule@gmail.com) wrote:
>> this autocomplete routine doesn't know type synonyms
>>
>> so you cannot use int, varchar, ... :(
>
> Yes, I covered that and it's perfectly fine, imv.  Results from
> tab-completion and from \df output should work just fine.
>
> '\df myfunc(int)' doesn't work currently either.  In fact,
> '\df myfunc(integer)' doesn't work.

I though about it more, and this is bad example

we cannot use autocomplete or if we use, then more precious code is on
server side still - everywhere  where function autocomplete is used,
then function signature is reparesed again on server side.

So this is not a win

Regards

Pavel

>
>         Thanks,
>
>                 Stephen



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Typo in usage of pg_xlogdump
Next
From: Heikki Linnakangas
Date:
Subject: Re: pg_basebackup caused FailedAssertion