summaryrefslogtreecommitdiff
path: root/doc/src/sgml/mk_feature_tables.pl
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2008-10-18 00:35:32 +0000
committerPeter Eisentraut <peter_e@gmx.net>2008-10-18 00:35:32 +0000
commit123c8efd896a951fabf96d000de78ecef2e3a6fd (patch)
treecab2950934ff1291eee2beb733ea172ef372b4fb /doc/src/sgml/mk_feature_tables.pl
parentaf59a0650b3eb27cc4ce919a66f40e9e218dd3ab (diff)
downloadpostgresql-123c8efd896a951fabf96d000de78ecef2e3a6fd.tar.gz
Update feature list for SQL:2008.
Diffstat (limited to 'doc/src/sgml/mk_feature_tables.pl')
-rw-r--r--doc/src/sgml/mk_feature_tables.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/mk_feature_tables.pl b/doc/src/sgml/mk_feature_tables.pl
index 7b4f45f3de..5dad68b809 100644
--- a/doc/src/sgml/mk_feature_tables.pl
+++ b/doc/src/sgml/mk_feature_tables.pl
@@ -1,6 +1,6 @@
# /usr/bin/perl -w
-# $PostgreSQL: pgsql/doc/src/sgml/mk_feature_tables.pl,v 2.2 2006/03/11 04:38:30 momjian Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/mk_feature_tables.pl,v 2.3 2008/10/18 00:35:32 petere Exp $
my $yesno = $ARGV[0];
@@ -30,6 +30,8 @@ while (<FEAT>) {
$is_supported eq $yesno || next;
+ $feature_name =~ s/</&lt;/g;
+ $feature_name =~ s/>/&gt;/g;
$subfeature_name =~ s/</&lt;/g;
$subfeature_name =~ s/>/&gt;/g;