Hello there,
I am trying to create a trigger which executes an SQL function. For creating a trigger, it insists that the return type of the function being triggered has to be 'trigger' type. So I tried creating a SQL function with return type 'trigger' as:
create function display() returns...
Hello,
I am a new user of PostgreSQL. I recently installed it on windows 2000 using cygwin.
I have been trying out simple things. However I am facing a problem. If I type a command wrong i.e while inserting a char type if I omit opening or closing quote('), then the screen gets stuck with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.