We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent16d64a8 commit5267e5eCopy full SHA for 5267e5e
doc/src/sgml/ddl.sgml
@@ -3021,7 +3021,7 @@ ANALYZE measurement;
3021
<firstterm>foreign data wrapper</firstterm>. A foreign data wrapper is a
3022
library that can communicate with an external data source, hiding the
3023
details of connecting to the data source and fetching data from it. There
3024
- is a foreign data wrapper available as a <file>contrib</file> module,
+ is a foreign data wrapper available as a <filename>contrib</> module,
3025
which can read plain data files residing on the server. Other kind of
3026
foreign data wrappers might be found as third party products. If none of
3027
the existing foreign data wrappers suit your needs, you can write your