Re: Naming functions with reserved words

From: artacus(at)comcast(dot)net
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Naming functions with reserved words
Date: 2009-06-17 19:25:40
Message-ID: 21442731.4311261245266740930.JavaMail.root@sz0018a.emeryville.ca.mail.comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Maxim Boguk 2009-06-17 20:17:28 Some strange bug with drop table with slony cluster
Previous Message Oleg Bartunov 2009-06-17 18:46:54 Re: GiST or GIN, I feel like I am doing something wrong