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.