pgsql: doc: Add example for how to set file_fdw column option

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add example for how to set file_fdw column option
Date: 2023-09-18 13:08:26
Message-ID: E1qiDzF-004Ync-P0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add example for how to set file_fdw column option

The documentation is pretty light on how to set column options
on foreign tables, and the file_fdw docs refer to COPY when
documenting force_null even though it's not used in the same
way. Add a small example to describe how to use it.

Reported-by: Boshomi Phenix <boshomi(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAJVkCUparn4_Oarernm=U6LWVsTkecKcALHtwGr5M3qJRj_czw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/51908a37d7ea67655560ff2efcba66816ca458e2

Modified Files
--------------
doc/src/sgml/file-fdw.sgml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-09-18 14:21:19 pgsql: Fix psql's \? output for \watch
Previous Message Peter Eisentraut 2023-09-18 06:15:13 pgsql: Fix information schema for catalogued not-null constraints