Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f801ceb
)
docs: add backend_type to file-fdw CSV log example
author
Bruce Momjian
<bruce@momjian.us>
Mon, 23 Mar 2020 22:38:42 +0000
(18:38 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 23 Mar 2020 22:38:42 +0000
(18:38 -0400)
backend_type was added to the CVS log output in commit
70a7b4776b
.
Reported-by: FabrÃzio de Royes Mello
Discussion: https://postgr.es/m/CAFcNs+ruvRks3BV1j7yQ-MvxsswmKJa0cVh2yK5Dd-xXVM8wPw@mail.gmail.com
Backpatch-through: master
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 28b61c8f2d047e41013c9b6e83ec2cd9bf459e22..ed028e4ec9426df5ee479aab3a476f2a507ea9ba 100644
(file)
--- a/
doc/src/sgml/file-fdw.sgml
+++ b/
doc/src/sgml/file-fdw.sgml
@@
-261,7
+261,8
@@
CREATE FOREIGN TABLE pglog (
query text,
query_pos integer,
location text,
- application_name text
+ application_name text,
+ backend_type text
) SERVER pglog
OPTIONS ( filename '/home/josh/data/log/pglog.csv', format 'csv' );
</programlisting>