summaryrefslogtreecommitdiff
path: root/doc/src/sgml/plpgsql.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-02-24 12:56:37 -0500
committerBruce Momjian <bruce@momjian.us>2014-02-24 12:56:37 -0500
commit6f14a6f703a26ec12f4da6f53f107dd260fbb9db (patch)
tree1fd0ef96989e3672dcd50ca6966283c7ca8ad8c4 /doc/src/sgml/plpgsql.sgml
parent4bad548d981636ceb79492a1b7f607f22f0867de (diff)
downloadpostgresql-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.sgml5
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>;