Re: Naming functions with reserved words - Mailing list pgsql-general

From artacus@comcast.net
Subject Re: Naming functions with reserved words
Date
Msg-id 21442731.4311261245266740930.JavaMail.root@sz0018a.emeryville.ca.mail.comcast.net
Whole thread Raw
In response to Naming functions with reserved words  (Scott Bailey <artacus@comcast.net>)
List pgsql-general
> 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.  When  I was half way there, I discovered the temporal project. So I was working on compatibility between the two. All of my functions were prefixed and none of theirs were. So I guess I mistakenly read their functions as intersect() and union(). But going back to the source code, I see that they prefixed those two functions period_intersect() and period_union(). I appologize for being a doofus.

Scott

pgsql-general by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: GiST or GIN, I feel like I am doing something wrong
Next
From: Maxim Boguk
Date:
Subject: Some strange bug with drop table with slony cluster