Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0830d21

Browse files
committed
docs: add backend_type to file-fdw CSV log example
backend_type was added to the CVS log output in commit 70a7b47. Reported-by: Fabrízio de Royes Mello Discussion: https://postgr.es/m/CAFcNs+ruvRks3BV1j7yQ-MvxsswmKJa0cVh2yK5Dd-xXVM8wPw@mail.gmail.com Backpatch-through: master
1 parent f801ceb commit 0830d21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/file-fdw.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ CREATE FOREIGN TABLE pglog (
261261
query text,
262262
query_pos integer,
263263
location text,
264-
application_name text
264+
application_name text,
265+
backend_type text
265266
) SERVER pglog
266267
OPTIONS ( filename '/home/josh/data/log/pglog.csv', format 'csv' );
267268
</programlisting>

0 commit comments

Comments
 (0)