Re: Psql bug?

From: Francisco Reyes <lists(at)natserv(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Psql bug?
Date: 2003-11-21 18:06:39
Message-ID: 20031121130232.N49162@zoraida.natserv.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Fri, 21 Nov 2003, Tom Lane wrote:

> Francisco Reyes <lists(at)natserv(dot)com> writes:
> > Compiled PostgreSQL with gettext support.
> > Table name completion works for \d <table initials>, but doesn't for \d+
> > <table initials>.
>
> Works fine for me ...

On a 7.3.4 release Psql?
I was trying first on a 7.3.4 built from ports on FreeBSD.
Just tried a Suse Linux machine that I have access to. Postgres was built
from sources there and I see the same behavior.

For example I have a table called phones
\d ph <tab>
completes name to phones but,

\d+ ph <tab> doesn't complete name.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2003-11-21 18:13:08 First generic/redhatish RPM's uploaded to ftp.postgresql.org.
Previous Message Jason Tesser 2003-11-21 17:57:29 Re: linking postgre to AD