Re: [HACKERS] A small type extension example for the contrib directory (fwd)

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: stanb(at)awod(dot)com (Stan Brown)
Cc: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: Re: [HACKERS] A small type extension example for the contrib directory (fwd)
Date: 1998-01-25 23:33:20
Message-ID: 199801252333.SAA00217@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> >
> >> I think this would be great as a standard tyoe. Many people wn't poke
> >> around n the source tree looking for neat things like this, but would
> >> gain even greater respect for Postgres if they found it in the default
> >> system. Remember we know have a lot of people installing RedHat inux,
> >> and being presented with Postgres as the default SQL server.
> >>
> >> I would like to see them impressed by the functionality. Many of these
> >> people will probably want to do table with network parmaters in them.
> >>
> >> I recomend making it a standard type.
> >
> >OK, I can be swayed to make it standard.
> >
>
> Great. While I don't believe in creeping featureisim, I do think the
> razor to slice a feature against, is whehter it is usefuel in more than
> a narrow band of specilized applications. For example I defnately think
> we should allow tems in the ORDER BY clause that are not in the
> SELECT.

Yes, I agree we should allow ORDER BY not in the select list, but
because it is not part of the standard, it remains on the TODO list.

I am even removing the '?' from the end of the item:

* Remove restriction that ORDER BY field must be in SELECT list

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-26 01:07:04 cash_words_out
Previous Message Brett McCormick 1998-01-25 23:33:03 Re: [HACKERS] array questions still stands