diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-12-19 01:49:02 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-12-19 01:49:02 +0000 |
commit | c43d26c1af6405331a15df5d4867cea63127ccfe (patch) | |
tree | 0b376feeed1b2840c3ffad0bd2ef2f02f826eab6 /doc/src/sgml/ref/create_language.sgml | |
parent | efc16ea520679d713d98a2c7bf1453c4ff7b91ec (diff) | |
download | postgresql-c43d26c1af6405331a15df5d4867cea63127ccfe.tar.gz postgresql-c43d26c1af6405331a15df5d4867cea63127ccfe.zip |
Adjust some more places in the documentation to match the fact that
plpgsql is now installed by default.
Diffstat (limited to 'doc/src/sgml/ref/create_language.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_language.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_language.sgml b/doc/src/sgml/ref/create_language.sgml index f87308edb36..457af691832 100644 --- a/doc/src/sgml/ref/create_language.sgml +++ b/doc/src/sgml/ref/create_language.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_language.sgml,v 1.47 2009/10/08 04:41:07 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_language.sgml,v 1.48 2009/12/19 01:49:02 tgl Exp $ PostgreSQL documentation --> @@ -266,7 +266,7 @@ CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE <replaceable class="parameter">name</ The preferred way of creating any of the standard procedural languages is just: <programlisting> -CREATE LANGUAGE plpgsql; +CREATE LANGUAGE plperl; </programlisting> </para> |