I need to enable plpgsql language in a client's postgresql database but never did this before. I'm using PG 8x
How can I do this?
DATABASE NAME: client_dbname
USER NAME: client
PASSWORD: somepass
I need to enable plpgsql language in a client's postgresql database but never did this before. I'm using PG 8x
How can I do this?
DATABASE NAME: client_dbname
USER NAME: client
PASSWORD: somepass
Would appreciate help on this
This link might be helpful:
How to enable plpgsql functions (and triggers)