1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

Remove tabs from SGML files.

This commit is contained in:
Bruce Momjian
2007-11-11 14:23:18 +00:00
parent 554683f9a1
commit 6b8cc88268
13 changed files with 92 additions and 92 deletions

View File

@@ -237,10 +237,10 @@
<programlisting>
SELECT * FROM
xpath_table('article_id',
'article_xml',
'articles',
'/article/author|/article/pages|/article/title',
'date_entered > ''2003-01-01'' ')
'article_xml',
'articles',
'/article/author|/article/pages|/article/title',
'date_entered > ''2003-01-01'' ')
AS t(article_id integer, author text, page_count integer, title text);
</programlisting>