We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035fbb6 commit 1a7c373Copy full SHA for 1a7c373
doc/src/sgml/plpgsql.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.30 2003/11/29 19:51:37 pgsql Exp $
+$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.31 2003/11/30 04:47:37 momjian Exp $
3
-->
4
5
<chapter id="plpgsql">
@@ -986,7 +986,6 @@ END IF;
986
<programlisting>
987
DECLARE
988
users_rec RECORD;
989
- full_name varchar;
990
BEGIN
991
SELECT INTO users_rec * FROM users WHERE user_id=3;
992
0 commit comments