Thanks - Mailing list pgsql-sql

From Bill
Subject Thanks
Date
Msg-id 9lfe6d$1no5$1@news.tht.net
Whole thread Raw
In response to DateDiff, IsNull?  ("Bill" <bchie@opensys.com.hk>)
List pgsql-sql
Thanks all for the help :)
 I got to do all this, because there a existing system
running on SQL Server/SQL Anyway which using
all these syntax though out the coding, and I got to
make it support postgreSQL
 And here is a question relate to the DataDiff function
in SQL Server, is it possible to write a function that pass
the parameter like the DataDiff function, I mean:

DataDiff( Year, date1, date2)
but not
DataDiff( 'Year', date1, date2)

Is it possible to doing this? Define a enum data type?

Thanks
Bill






pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Temp tables being written to disk. Avoidable?
Next
From: Paul McGarry
Date:
Subject: RE: Temp tables being written to disk. Avoidable?