Re: [GENERAL] Row values

2004-07-02 Thread Alvaro Herrera
On Fri, Jul 02, 2004 at 09:56:43AM -0300, Juan Jose Costello Levien wrote: > Alvaro, > > Sorry, but, where are the log file and core you mentioned? I tried > /var/log/postgresql but is in 0 file size. Your server may be misconfigured (most linux distros are). Make sure your init script does not

Re: [GENERAL] Row values

2004-07-02 Thread Tom Lane
Juan Jose Costello Levien <[EMAIL PROTECTED]> writes: > I don't know if tgargs[] return the row values or the field names. Neither --- it's the (fixed) arguments you used in the CREATE TRIGGER command. You'll need to do something involving extracting field values from the tuple that is passed to

Re: [GENERAL] Row values

2004-07-02 Thread Juan Jose Costello Levien
Alvaro, Sorry, but, where are the log file and core you mentioned? I tried /var/log/postgresql but is in 0 file size. TIA On Fri, Jul 02, 2004 at 07:36:50AM -0300, Juan Jose Costello Levien wrote: I am writing my first trigger in C for PostgreSQL. It compiles Ok, and added it to the database