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...
I once wrote an excel macro wich goes through all cells in the current print area and analyzes the data in it. it had support for colored text, left / center / right aligned text and borders. however far from perfect it worked. but I would recommend using the "print to file" method ;)...
well that should work for sure, but I didn't write the calling program. it was written some time ago when not using postscript yet but just pure text, I build the postscript stuff around that later... I can't rewrite the calling program, but your solution works perfect so I'm happy anyway :)
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.