Re: [INTERFACES] Re: [HACKERS] changes in 6.4 - Mailing list pgsql-interfaces

From Bruce Momjian
Subject Re: [INTERFACES] Re: [HACKERS] changes in 6.4
Date
Msg-id 199807161837.OAA05257@candle.pha.pa.us
Whole thread Raw
In response to Re: [INTERFACES] Re: [HACKERS] changes in 6.4  (dg@illustra.com (David Gould))
List pgsql-interfaces
> > > > hannu-> check (trim(a) <> '' or trim(b) <> ''));
> > > > ERROR:  parser: parse error at or near "trim"
> > >
> > > TRIM is keyword, not a function...
> > > We have to copy some lines in gram.y
>
> I think that having trim as a keyword is a problem. The primary virtue of
> postgres is that everything is either a function or a type and as such is
> definable by the user and resolved at runtime. Making a keyword out of a
> function spoils that capability.

Problem was that SQL standard syntax (or Oracle) did not allow it to be
a function.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-interfaces by date:

Previous
From: dg@illustra.com (David Gould)
Date:
Subject: Re: [INTERFACES] Re: [HACKERS] changes in 6.4
Next
From: Peter T Mount
Date:
Subject: Re: [DOCS] Re: [INTERFACES] libpq & user