diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-02-24 12:56:37 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-02-24 12:56:37 -0500 |
commit | 6f14a6f703a26ec12f4da6f53f107dd260fbb9db (patch) | |
tree | 1fd0ef96989e3672dcd50ca6966283c7ca8ad8c4 /doc/src/sgml/plpgsql.sgml | |
parent | 4bad548d981636ceb79492a1b7f607f22f0867de (diff) | |
download | postgresql-6f14a6f703a26ec12f4da6f53f107dd260fbb9db.tar.gz |
docs: remove unnecessary references to old PG versions
Diffstat (limited to 'doc/src/sgml/plpgsql.sgml')
-rw-r--r-- | doc/src/sgml/plpgsql.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 25e98bdf8e..bddd458528 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -388,9 +388,8 @@ BEGIN END; $$ LANGUAGE plpgsql; </programlisting> - The other way, which was the only way available before - <productname>PostgreSQL</productname> 8.0, is to explicitly - declare an alias, using the declaration syntax + The other way is to explicitly declare an alias, using the + declaration syntax <synopsis> <replaceable>name</replaceable> ALIAS FOR $<replaceable>n</replaceable>; |