Skip to content

Commit 1a7c373

Browse files
committed
There is an unused variable in an example function in the PL/PgSQL
documentation; this patch removes it. Neil Conway
1 parent 035fbb6 commit 1a7c373

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/sgml/plpgsql.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.30 2003/11/29 19:51:37 pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.31 2003/11/30 04:47:37 momjian Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -986,7 +986,6 @@ END IF;
986986
<programlisting>
987987
DECLARE
988988
users_rec RECORD;
989-
full_name varchar;
990989
BEGIN
991990
SELECT INTO users_rec * FROM users WHERE user_id=3;
992991

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy