| From: | "Bill" <bchie(at)opensys(dot)com(dot)hk> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Thanks |
| Date: | 2001-08-16 03:14:30 |
| Message-ID: | 9lfe6d$1no5$1@news.tht.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Paul McGarry | 2001-08-16 07:06:24 | RE: Temp tables being written to disk. Avoidable? |
| Previous Message | fimbulvetr | 2001-08-15 16:25:18 | Re: `postgresql.conf' has wrong permissions??? |