Re: psql wishlist: value completion

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: David Garamond <lists(at)zara(dot)6(dot)isreserved(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: psql wishlist: value completion
Date: 2004-08-13 21:27:10
Message-ID: 200408131427.10766.scrawford@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday 13 August 2004 12:18 pm, David Garamond wrote:
> Wouldn't it be cool if someday psql could do value completion?
>
> # delete from person where lastname = 'Garam<tab>
> # delete from person where lastname = 'Garamond' _
>
> # delete from person where firstname = 'Da<tab><tab>
> # delete from person where firstname = 'Da
> Damian Darren Dave David Dawson
>
> # delete from person where firstname = 'D<tab><tab>
> Display all 215 possibilities? (y or n)

Sure it would be cool - but as far as I can tell totally impractical.

Determining all the possible expandable values for a particular column
could very well require a full-table-scan of a multi-million row
table each time you try to tab-expand. Not only would performance be
terrible but get a few users doing this and you could really hammer
the server.

Cheers,
Steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message gnari 2004-08-13 21:31:04 Re: Autoincremental value
Previous Message Tom Allison 2004-08-13 20:32:01 Re: PostgreSQL 8.0 Feature List?