diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-03-31 03:54:38 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-03-31 03:54:38 +0000 |
| commit | fd977434b36fc3be3276bc20981146592a60bcc3 (patch) | |
| tree | d340bee296d9d04ef63a77b8229ca42948d378a3 /doc/src/sgml/pltcl.sgml | |
| parent | aeb502346b73153992f491f638d084b7b506dde6 (diff) | |
| download | postgresql-fd977434b36fc3be3276bc20981146592a60bcc3.tar.gz | |
Adjust SGML ulink tags to the URL is always displayed in our printed docs.
Diffstat (limited to 'doc/src/sgml/pltcl.sgml')
| -rw-r--r-- | doc/src/sgml/pltcl.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/pltcl.sgml b/doc/src/sgml/pltcl.sgml index 7cb60a3c58..75a4866fe6 100644 --- a/doc/src/sgml/pltcl.sgml +++ b/doc/src/sgml/pltcl.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/pltcl.sgml,v 2.35 2005/03/13 09:36:30 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/pltcl.sgml,v 2.36 2005/03/31 03:54:38 momjian Exp $ --> <chapter id="pltcl"> @@ -16,8 +16,8 @@ $PostgreSQL: pgsql/doc/src/sgml/pltcl.sgml,v 2.35 2005/03/13 09:36:30 neilc Exp <para> PL/Tcl is a loadable procedural language for the <productname>PostgreSQL</productname> database system - that enables the <ulink url="http://www.tcl.tk/">Tcl</ulink> - language to be used to write functions and + that enables the Tcl language, <ulink url="http://www.tcl.tk/"></ulink>, + to be used to write functions and trigger procedures. </para> |
