Re: update in rule

From: Dmitry Morozovsky <marck(at)rinet(dot)ru>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: Nicolas KOWALSKI <Nicolas(dot)Kowalski(at)imag(dot)fr>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: update in rule
Date: 2001-10-18 17:49:09
Message-ID: 20011018213918.W92267-100000@woozle.rinet.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-sql

On Wed, 17 Oct 2001, Stephan Szabo wrote:

SS> Use a trigger instead, something like
SS>
SS> create function adresses_trigger() returns opaque as '
SS> begin
SS> NEW.date_maj := now();
SS> return NEW;
SS> end;' language 'plpgsql';

hmm. it seems defaul pgsql installation does not contains definition for
plpgsql language:

test=# select * from pg_language ;
lanname | lanispl | lanpltrusted | lanplcallfoid | lancompiler
----------+---------+--------------+---------------+-------------
internal | f | f | 0 | n/a
C | f | f | 0 | /bin/cc
sql | f | f | 0 | postgres
(3 rows)

however, plpgsql.so is in pgsql lib directory (though it is *NOT* visible
by ldconfig -r)

My installation is 7.1.3 under FreeBSD 4-stable. Is it somehow my fault or
does it need to manually do something like

create function plpgsql_handler() ...
create language 'plpgsql' ...

? Please give me advise how exactly should these statements look?

Sincerely,
D.Marck [DM5020, DM268-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck(at)rinet(dot)ru ***
------------------------------------------------------------------------

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2001-10-18 17:55:33 Re: Freeing Connections
Previous Message Tom Lane 2001-10-18 17:42:08 Re: Automatically starting postmaster after system crash

Browse pgsql-sql by date

  From Date Subject
Next Message Brett Schwarz 2001-10-18 18:30:23 Re: Doing a regexp-based search/replace?
Previous Message clayton cottingham 2001-10-18 17:33:24 Re: Replication