1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

Update feature list for SQL:2008.

This commit is contained in:
Peter Eisentraut
2008-10-18 00:35:32 +00:00
parent af59a0650b
commit 123c8efd89
3 changed files with 160 additions and 25 deletions

View File

@ -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;