Posted by TimJ on Mon Nov 9 9:21:01 1998
In Reply to: new postgres posted by william on November 08, 1998 at 16:01:21:
Distribution: | paneris@i-way.co.uk |
---|
>Postgres 6.4 is out, and finally supports SERIAL (autoincrement)
>without making you jump through hoops. Also has a PL
>(procedural language) which would let one push a lot of
>logic onto the backend and therefore probably make it
>more efficient, though the problem with this is that they
>are not at all standard so you lose portability :(.my experience with plSQL (oracle) wasn't great, although it was nice for testing. The portability argument is a strong one.
I think it is a bad idea to move code into Postgres.