There is an unused variable in an example function in the PL/PgSQL
documentation; this patch removes it.
-Neil
Index: doc/src/sgml/plpgsql.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/plpgsql.sgml,v
retrieving revision 1.29
diff -c -r1.29 plpgsql.sgml
*** doc/src/sgml/plpgsql.sgml 12 Nov 2003 22:47:47 -0000 1.29
--- doc/src/sgml/plpgsql.sgml 21 Nov 2003 02:15:06 -0000
***************
*** 986,992 ****
<programlisting>
DECLARE
users_rec RECORD;
- full_name varchar;
BEGIN
SELECT INTO users_rec * FROM users WHERE user_id=3;
--- 986,991 ----
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])