On Thu, Feb 10, 2011 at 8:13 AM, Itagaki Takahiro
wrote:
> On Thu, Feb 10, 2011 at 19:37, Christoph Berg wrote:
>> Currently, tab-completing :variable names in psql does not work at the
>> beginning of the line. Fix this by moving the code block before the
>> "empty buffer" case.
>
> Seems reason
On Thu, Feb 10, 2011 at 19:37, Christoph Berg wrote:
> Currently, tab-completing :variable names in psql does not work at the
> beginning of the line. Fix this by moving the code block before the
> "empty buffer" case.
Seems reasonable to me.
--
Itagaki Takahiro
--
Sent via pgsql-hackers mail
Currently, tab-completing :variable names in psql does not work at the
beginning of the line. Fix this by moving the code block before the
"empty buffer" case.
(I have several "sql macros" in my .psqlrc like :relsize that prints
table sizes in a nicely formatted way, being able to type : would
be