From: | Artacus <artacus(at)comcast(dot)net> |
---|---|
To: | |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: declare column update expression |
Date: | 2008-09-12 05:11:13 |
Message-ID: | 48C9F9F1.2010104@comcast.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> That means I have to then go through all my code and make sure I set
> the fields value. If I forget to modify one statement, things will
> break.
Right, that's why the right answer for what you want to do is to have a
trigger. I was just giving you an alternative since you didn't like the
trigger answer.
> Do you have a superuser account? Pretty sure you gotta have that to
> create lang. OTOH, plpgsql is a "safe" language once installed, so
> you should be able to ask your hosting provider to install it. Can't
> hurt to ask.
For plpgsql I don't believe it actually "installs" anything. The docs
make it sound more like it activates it. So as long as you own your
database you should be able to
createlang plpgsql
From | Date | Subject | |
---|---|---|---|
Next Message | Artacus | 2008-09-12 05:24:22 | Re: psql scripting tutorials |
Previous Message | Jonah H. Harris | 2008-09-12 04:46:55 | Re: [GENERAL] PostgreSQL TPC-H test result? |