Re: feature request: \qf datatype

From: david(at)fetter(dot)org (David Fetter)
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: feature request: \qf datatype
Date: 2003-12-26 17:49:20
Message-ID: Fxmdnbzdd8496XGiXTWc-w@speakeasy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Alex J. Avriette" <alex(at)posixnap(dot)net> wrote:
> I'd like to request the following feature:
>
> Frequently when answering questions on IRC for people, questions
> fall into one of two categories, "what function can I use to
> manipulate datatype xyz," and "what datatype can i use for xyz."
>
> The latter is harder to answer than the former. For the former, I
> propose a macro in psql, "\qf" (query function). Obviously, the name
> implies a broader scope than simply querying the datatypes
> permissable.

I know this is just syntactical nit-picking, but I'm wondering where
this functionality belongs. A few possibilities:

* Part of \dT (describing data types)
* Part of \df (for functions)
* A new \ command
* Non-empty subsets of the above
* And, of course, the all-important Stuff I Haven't Thought Of.

Duplication--especially for help systems--is not a bad thing, as long
as it's only duplication of access and not of code bases.

Just my $0.02 :)

Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 cell: +1 415 235 3778

Who is wise? He who learns from all.
Ben Zoma, Pirkei Avot 4:1

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2003-12-26 18:00:19 Re: Photos of PostgreSQL booth
Previous Message Sai Hertz And Control Systems 2003-12-26 17:46:11 Re: Is my MySQL Gaining ?