projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe2bf8f
)
Add missing quote in docs
author
Magnus Hagander
<magnus@hagander.net>
Wed, 9 Sep 2020 10:20:53 +0000
(12:20 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 9 Sep 2020 10:20:53 +0000
(12:20 +0200)
Mistake in commit
68b603e1a9
.
Reported-by: Ian Barwick
doc/src/sgml/file-fdw.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/file-fdw.sgml
b/doc/src/sgml/file-fdw.sgml
index 29d79832a33cd8da841f9aadc4f78d2c9f4db88b..eefc6e7e5b192dd8a2ce1d8ea446a8eab1a31473 100644
(file)
--- a/
doc/src/sgml/file-fdw.sgml
+++ b/
doc/src/sgml/file-fdw.sgml
@@
-267,7
+267,7
@@
CREATE FOREIGN TABLE pglog (
application_name text,
backend_type text
) SERVER pglog
-OPTIONS ( filename log/pglog.csv', format 'csv' );
+OPTIONS ( filename
'
log/pglog.csv', format 'csv' );
</programlisting>
</para>