Commit 0830d21f authored by Bruce Momjian's avatar Bruce Momjian

docs: add backend_type to file-fdw CSV log example

backend_type was added to the CVS log output in commit 70a7b477.

Reported-by: Fabrízio de Royes Mello

Discussion: https://postgr.es/m/CAFcNs+ruvRks3BV1j7yQ-MvxsswmKJa0cVh2yK5Dd-xXVM8wPw@mail.gmail.com

Backpatch-through: master
parent f801ceb6
...@@ -261,7 +261,8 @@ CREATE FOREIGN TABLE pglog ( ...@@ -261,7 +261,8 @@ CREATE FOREIGN TABLE pglog (
query text, query text,
query_pos integer, query_pos integer,
location text, location text,
application_name text application_name text,
backend_type text
) SERVER pglog ) SERVER pglog
OPTIONS ( filename '/home/josh/data/log/pglog.csv', format 'csv' ); OPTIONS ( filename '/home/josh/data/log/pglog.csv', format 'csv' );
</programlisting> </programlisting>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment