Re: [GENERAL] create trigger (can't compile example, problem with include files)

2000-12-14 Thread Tom Lane
"Robert B. Easter" <[EMAIL PROTECTED]> writes: > I compared /usr/local/pgsql/include with > /usr/src/postgresql-7.0.3/src/include and found that the src has more > include files so that I tried: Yeah, we keep meaning to clean up the include-file situation so that you have some chance of compiling

Re: [GENERAL] create trigger (can't compile example, problem with include files)

2000-12-14 Thread Sandeep Joshi
Robert, I am insert_username.* in contrib directory for reference. So far so good. Sandeep "Robert B. Easter" wrote: > On Thursday 14 December 2000 18:54, Robert B. Easter wrote: > > Trigger functions, no matter what language, have be RETURNS OPAQUE. > > > > Here is an example (in the Post

Re: [GENERAL] create trigger (can't compile example, problem with include files)

2000-12-14 Thread Robert B. Easter
On Thursday 14 December 2000 18:54, Robert B. Easter wrote: > Trigger functions, no matter what language, have be RETURNS OPAQUE. > > Here is an example (in the PostgreSQL docs): > http://www.comptechnews.com/~reaster/postgres/triggers20290.htm > > Sorry I can't help more as I've never actually us