Re: [SQL] converting Sybase RULE -> postgreSQL

2002-09-30 Thread Josh Berkus
Charles, You're correct. Most of the wierd stuff below is stuff Sybase invented to get around limitations, and failure to support the SQL standard, in their product. > RULES: > > In the sample below the RULE CloneEnd_type restricts input: the only > data which can be inserted or updated int

[SQL] converting Sybase RULE -> postgreSQL

2002-09-30 Thread Charles Hauser
Hi, I am still a novice at this so bear with me. I am going to try to alter a Sybase TABLE create script (excerpt below)to postgreSQL. I suspect some of the script is specific to Sybase and I'll just need to remove it. In particular there are numerous stored procedures ("sp_"). But first thing