Re: bugfix: --echo-hidden is not supported by \sf statements
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Andrew Dunstan <andrew@dunslane.net>, Josh Kupershmidt <schmiddy@gmail.com>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2013-02-27T17:02:09Z
Lists: pgsql-hackers
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. Thanks, Stephen