Re: C vs. C++ contributions

From: Mario Weilguni <mweilguni(at)sime(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: C vs. C++ contributions
Date: 2002-08-30 05:59:40
Message-ID: 200208300759.40977.mweilguni@sime.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > The nice part is it has an varying number of arguments, and can
> > used within "sort". Very useful sometimes.
>
> With our CASE, you create a column using the CASE, then ODER BY on that
> column.

Not exactly, you have to create a column for this, and it will be in the select list. Oracle does not need this.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-08-30 06:17:44 Re: tweaking MemSet() performance
Previous Message Tom Lane 2002-08-30 05:24:41 Re: fix for palloc() of user-supplied length