Skip to content
Snippets Groups Projects
Commit 1a7c373d authored by Bruce Momjian's avatar Bruce Momjian
Browse files

There is an unused variable in an example function in the PL/PgSQL

documentation; this patch removes it.

Neil Conway
parent 035fbb64
No related branches found
No related tags found
No related merge requests found
<!--
$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 $
-->
<chapter id="plpgsql">
......@@ -986,7 +986,6 @@ END IF;
<programlisting>
DECLARE
users_rec RECORD;
full_name varchar;
BEGIN
SELECT INTO users_rec * FROM users WHERE user_id=3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment