From: Bruce Momjian Date: Sun, 30 Nov 2003 05:45:22 +0000 (+0000) Subject: Remove INTO recommendation for plpgsql language. X-Git-Tag: REL8_0_0BETA1~1609 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09ab9b591510a8f5fe1dcfc9b8f1cd6ff73f063e;p=postgresql Remove INTO recommendation for plpgsql language. --- diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index c3502df3f5..85fb11a88e 100644 --- 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.