Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0830d21

Browse files
committed
docs: add backend_type to file-fdw CSV log example
backend_type was added to the CVS log output in commit70a7b47.Reported-by: Fabrízio de Royes MelloDiscussion:https://postgr.es/m/CAFcNs+ruvRks3BV1j7yQ-MvxsswmKJa0cVh2yK5Dd-xXVM8wPw@mail.gmail.comBackpatch-through: master
1 parentf801ceb commit0830d21

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
@@ -261,7 +261,8 @@ CREATE FOREIGN TABLE pglog (
261261
query text,
262262
query_pos integer,
263263
location text,
264-
application_name text
264+
application_name text,
265+
backend_type text
265266
) SERVER pglog
266267
OPTIONS ( filename '/home/josh/data/log/pglog.csv', format 'csv' );
267268
</programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp