Re: converting Oracle to postgres
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: will trillich <will@serensoft.com>
Cc: pgsql-general@postgresql.org
Date: 2003-02-07T14:58:13Z
Lists: pgsql-general
will trillich <will@serensoft.com> writes: > i think plpgsql is standard these days, so you should be able to > create procedures without having to "install" or "activate" it. No, you still do need to do 'createlang' to set it up. There's been debate about whether to make it standard. A paranoid DBA might not *want* PLs available. regards, tom lane