Re: Wish: remove ancient constructs from Postgres - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Wish: remove ancient constructs from Postgres
Date
Msg-id 20060227032030.GA934@wolff.to
Whole thread Raw
In response to Re: Wish: remove ancient constructs from Postgres  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
Responses Re: Wish: remove ancient constructs from Postgres  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
List pgsql-general
On Mon, Feb 27, 2006 at 00:25:57 +0300,
  Nikolay Samokhvalov <samokhvalov@gmail.com> wrote:
> On 2/26/06, Karsten Hilbert <Karsten.Hilbert@gmx.net> wrote:
>
> past'. Yes, standard is 'talkative', but I prefer only standard
> things, because it helps me to understand other databases and
> 'academical things'. Actually, I hate ':=', '::', 'INT2', etc, and
> really want to be able to deprecate them (via conf or something)

I find :: to be much more readable than cast().

> 3. 'Ugly' things like DISTINCT ON expression [, ...] (see
> http://chernowiki.ru/index.php?node=38#A13)

The alternatives to distinct on are painful. They are generally both harder
to read and run slower.

pgsql-general by date:

Previous
From: "Ken Winter"
Date:
Subject: Re: Another perplexity with PG rules
Next
From: Michael Fuhr
Date:
Subject: Re: How to tell how much of the database is being used for data.