mirror of
https://github.com/postgres/postgres.git
synced 2026-04-01 07:16:24 -04:00
Add leader_pid field into the example of file_fdw for csvlog.
Commit b8fdee7d0c added leader_pid field into csvlog,
but forgot to update the example of file_fdw for csvlog.
Author: Yuta Katsuragi
This commit is contained in:
parent
5423853fee
commit
e568ed0eb0
1 changed files with 2 additions and 1 deletions
|
|
@ -265,7 +265,8 @@ CREATE FOREIGN TABLE pglog (
|
|||
query_pos integer,
|
||||
location text,
|
||||
application_name text,
|
||||
backend_type text
|
||||
backend_type text,
|
||||
leader_pid integer
|
||||
) SERVER pglog
|
||||
OPTIONS ( filename 'log/pglog.csv', format 'csv' );
|
||||
</programlisting>
|
||||
|
|
|
|||
Loading…
Reference in a new issue