aboutsummaryrefslogtreecommitdiff
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:16 -0400
commit5267e5ea5e4a4df36b7208df18b098f845c75fd8 (patch)
tree82734a9b32faef99a030b48da572fd644c784977
parent16d64a8773c6c381c55d678855f29953184693f7 (diff)
downloadpostgresql-5267e5ea5e4a4df36b7208df18b098f845c75fd8.tar.gz
postgresql-5267e5ea5e4a4df36b7208df18b098f845c75fd8.zip
Markup fix.
Fujii Masao
-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