Commit e568ed0e authored by Fujii Masao's avatar Fujii Masao

Add leader_pid field into the example of file_fdw for csvlog.

Commit b8fdee7d added leader_pid field into csvlog,
but forgot to update the example of file_fdw for csvlog.

Author: Yuta Katsuragi
parent 5423853f
...@@ -265,7 +265,8 @@ CREATE FOREIGN TABLE pglog ( ...@@ -265,7 +265,8 @@ CREATE FOREIGN TABLE pglog (
query_pos integer, query_pos integer,
location text, location text,
application_name text, application_name text,
backend_type text backend_type text,
leader_pid integer
) SERVER pglog ) SERVER pglog
OPTIONS ( filename 'log/pglog.csv', format 'csv' ); OPTIONS ( filename '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