Remove INTO recommendation for plpgsql language.
authorBruce Momjian
Sun, 30 Nov 2003 05:45:22 +0000 (05:45 +0000)
committerBruce Momjian
Sun, 30 Nov 2003 05:45:22 +0000 (05:45 +0000)
doc/src/sgml/plpgsql.sgml

index c3502df3f5315d58b48d993eb7c66404ebd2477c..85fb11a88e5ec5ccb4089d19419b6ea66380655a 100644 (file)
@@ -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.