aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-06-13 10:14:02 -0400
committerRobert Haas <rhaas@postgresql.org>2011-06-13 10:14:02 -0400
commit9052e285b53e26727a28ac376b1418c0202533d1 (patch)
tree25fd5aeb6904925218ff8a6a2d4d828ed34e1a47 /doc/src
parent43ea23a346cd32d5ae2ca1d465db6f3beb65bf13 (diff)
downloadpostgresql-9052e285b53e26727a28ac376b1418c0202533d1.tar.gz
postgresql-9052e285b53e26727a28ac376b1418c0202533d1.zip
Markup fix.
Fujii Masao
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ddl.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 09d7a24a25c..4c9fc5d57a1 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -3021,7 +3021,7 @@ ANALYZE measurement;
<firstterm>foreign data wrapper</firstterm>. A foreign data wrapper is a
library that can communicate with an external data source, hiding the
details of connecting to the data source and fetching data from it. There
- is a foreign data wrapper available as a <file>contrib</file> module,
+ is a foreign data wrapper available as a <filename>contrib</> module,
which can read plain data files residing on the server. Other kind of
foreign data wrappers might be found as third party products. If none of
the existing foreign data wrappers suit your needs, you can write your