Skip to content

Commit e568ed0

Browse files
committed
Add leader_pid field into the example of file_fdw for csvlog.
Commit b8fdee7 added leader_pid field into csvlog, but forgot to update the example of file_fdw for csvlog. Author: Yuta Katsuragi
1 parent 5423853 commit e568ed0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/file-fdw.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@ CREATE FOREIGN TABLE pglog (
265265
query_pos integer,
266266
location text,
267267
application_name text,
268-
backend_type text
268+
backend_type text,
269+
leader_pid integer
269270
) SERVER pglog
270271
OPTIONS ( filename 'log/pglog.csv', format 'csv' );
271272
</programlisting>

0 commit comments

Comments
 (0)