Hi everybody,
I succesfully created some plpgsql trigger functions, but now want to know how exactly the functions source code was. I didn't find any command to show the functions source code? Is there such command or are the functions compiled before added and is the source code lost? I...
Hello Everyone
I am using the like Comparison to get a result from a column in POSTGRESQL.
The problem is that i can't retrieve the records who are not beginning with the charachter A to Z. I've tried many things.
EXAMPLE:
select name from company where name ~* '[^A-Z]%';
Can Someone help...
Hello everybody,
I've got a program wich fills in variables inside a postscript file before I print it. To make sure the program doesn't overwrite any postscript source while inserting the values I have to add some spaces, like this:
(%33 ) show
the %33 part is overwritten by...
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.