Re: [DOCS] [JDBC] PostgreSQL on Windows?

2004-04-19 Thread Marcos Truchado
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

[DOCS] error in plpgsql-statements.html#PLPGSQL-SELECT-INTO

2003-11-24 Thread Marcos Truchado
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

[DOCS] error in plpgsql-statements.html#PLPGSQL-SELECT-INTO

2003-11-24 Thread Marcos Truchado
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