projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
744ea25
)
Remove INTO recommendation for plpgsql language.
author
Bruce Momjian
Sun, 30 Nov 2003 05:45:22 +0000
(
05:45
+0000)
committer
Bruce Momjian
Sun, 30 Nov 2003 05:45:22 +0000
(
05:45
+0000)
doc/src/sgml/plpgsql.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plpgsql.sgml
b/doc/src/sgml/plpgsql.sgml
index c3502df3f5315d58b48d993eb7c66404ebd2477c..85fb11a88e5ec5ccb4089d19419b6ea66380655a 100644
(file)
--- a/
doc/src/sgml/plpgsql.sgml
+++ b/
doc/src/sgml/plpgsql.sgml
@@
-1,5
+1,5
@@
@@
-957,11
+957,8
@@
SELECT INTO
target
select_expressions
- At present, the
INTO> clause can appear almost anywhere in the
SELECT
- statement, but it is recommended to place it immediately after the
SELECT
- key word as depicted above. Future versions of
-
PL/pgSQL
may be less forgiving about
- placement of the
INTO
clause.
+ The
INTO> clause can appear almost anywhere in the
SELECT
+ statement.