Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a7c373

Browse files
committed
There is an unused variable in an example function in the PL/PgSQL
documentation; this patch removes it.Neil Conway
1 parent035fbb6 commit1a7c373

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:37pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.31 2003/11/30 04:47:37momjian 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)

[8]ページ先頭

©2009-2025 Movatter.jp