Re: [GENERAL] Naming functions with reserved words

2009-06-17 Thread artacus
> Uh, what project is that exactly, and was it even working within Postgres? The project is http://pgfoundry.org/projects/temporal/ But it looks like I'm just stupid or confused (or confused and stupid). I'm working on porting temporal extensions I wrote originally for Oracle to Postgres. Whe

Re: [GENERAL] Naming functions with reserved words

2009-06-17 Thread Tom Lane
Scott Bailey writes: > I noticed in the temporal project they used reserved words for their > functions (union, intersect, etc) Uh, what project is that exactly, and was it even working within Postgres? > But when I try to create a function like that I get an error and I have > to quote it bot

Re: [GENERAL] Naming functions with reserved words

2009-06-17 Thread David Fetter
On Wed, Jun 17, 2009 at 01:46:13AM -0700, Scott Bailey wrote: > I noticed in the temporal project they used reserved words for their > functions (union, intersect, etc) > > But when I try to create a function like that I get an error and I have > to quote it both when creating the function and