Re: [pgadmin-hackers] Question for postgreSQL

2004-03-25 Thread Darko Prenosil
On Wednesday 24 March 2004 15:27, Miljan Jeremić wrote: > Dear Sir's, > I have one problem with type trigger in example: > > CREATE FUNCTION emp_stamp() RETURNS trigger AS ' > > How to create type triger for this function? > How create type for function that returned primary key, in pd Adm

[pgadmin-hackers] Question for postgreSQL

2004-03-24 Thread Miljan Jeremić
Dear Sir's, I have one problem with type trigger in example: CREATE FUNCTION emp_stamp() RETURNS trigger AS ' How to create type triger for this function? How create type for function that returned primary key, in pd AdminII function is check_primary_key(). Thank You