no. of functions

From: Sandeep Joshi <sjoshi(at)Zambeel(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: no. of functions
Date: 2000-12-21 21:45:18
Message-ID: 3A4279EE.38193694@zambeel.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I have 30 tables and I want to write BEFORE trigger for INSERT,
DELETE and UPDATE opeation on all the
tables.

So, can I write all the 'C' functions in a single '.so' file and load
it once? There will be in all 90 functions.
Is there any limit on how many functions can be loaded? do they need to
be in separate file?

Thanks,

Sandeep Joshi

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2000-12-21 22:23:13 Re: no. of functions
Previous Message Lamar Owen 2000-12-21 19:58:08 Re: red hat/mysql fiasco