mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03: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:
@ -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>
|
||||
|
Reference in New Issue
Block a user