[ADMIN] FoxPro Vs. PostgreSQL

2003-12-14 Thread Sai Hertz And Control Systems
Hello all , I am a OpenSource S/W developer and my clients are from remote part of Himachal Pradesh India. I am providing my clients, software Build on PostgreSQL 7.3.x as backed and yes , they (clients) ought to save a lot while using my software as it runs on Linux But theirs one Prick Our

Re: [ADMIN] Trigger function

2003-12-14 Thread Andrew Biagioni
Kent, I suggest you read: http://www.postgresql.org/docs/7.3/interactive/plpgsql-trigger.html I found it very useful myself, and it should answer (almost?) all your questions. Note that you will need to add either pl/pgsql or pl/TCL to your database to do triggers. The docs. for both langu

Re: [ADMIN] [PERFORM] Tables Without OIDS and its effect

2003-12-14 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > BTW, we intend to phase out the use of OIDs for user tables in the > long term. I don't believe anyone has proposed removing the facility altogether. There's a big difference between making the default behavior be not to have OIDs and removing the ability