Freddy Villalba Arias wrote:
Hello everybody,
Is there already a
Windows version of the DBMS?
From what I’ve read about
so far, what most
people seem to be doing is “Cygwin”. That kind of tells me that
there isn’t yet one… however, some postings mentioned that there
Hi. I have just learned how to create my own triggers on plpgsql
language, and I think I have discover an error into the doc:
http://www.postgresql.org/docs/current/static/plpgsql-statements.html#PLPGSQL-SELECT-INTO
DECLARE
users_rec RECORD;
full_name varchar;
BEGIN
SELECT INT
Hi. I have just learned how to create my own triggers on plpgsql
language, and I think I have discover an error into the doc:
http://www.postgresql.org/docs/current/static/plpgsql-statements.html#PLPGSQL-SELECT-INTO
DECLARE