From fde85883328c31f4977f0cecf252b1d493aac12d Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 20 Jan 2021 12:10:07 -0600 Subject: [PATCH] Reorganize docs in ini files --- examples/etc/pgwui.ini | 15 ++++++++------- examples/misc/development.ini | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/examples/etc/pgwui.ini b/examples/etc/pgwui.ini index c911a69..c121ded 100644 --- a/examples/etc/pgwui.ini +++ b/examples/etc/pgwui.ini @@ -223,13 +223,14 @@ pgwui.dry_run = False # pgwui_bulk_upload -# pgwui_bulk_upload.literal_column_headings: -# Take uploaded column headings literally? -# See pgwui_upload above for details. - -# pgwui_bulk_upload.map_file = contents.yml -# Name of the file in the zip file that maps file names to table -# names. The default name of the map file is `contents.yml`. +#pgwui.pgwui_upload = +# literal_column_headings = off +# # Take uploaded column headings literally? +# # See pgwui_upload above for details. +# # menu_label = upload -- Upload File Into Database +# map_file = contents.yml +# # Name of the file in the zip file that maps file names to table +# # names. The default name of the map file is `contents.yml`. # # The map file is in YAML syntax, which for purposes of this document # can be thought of as a superset of JSON. It must contain a top-level diff --git a/examples/misc/development.ini b/examples/misc/development.ini index a2080d3..f522204 100644 --- a/examples/misc/development.ini +++ b/examples/misc/development.ini @@ -228,13 +228,14 @@ pgwui.validate_hmac = False # pgwui_bulk_upload -# pgwui_bulk_upload.literal_column_headings: -# Take uploaded column headings literally? -# See pgwui_upload above for details. - -# pgwui_bulk_upload.map_file = contents.yml -# Name of the file in the zip file that maps file names to table -# names. The default name of the map file is `contents.yml`. +#pgwui.pgwui_upload = +# literal_column_headings = off +# # Take uploaded column headings literally? +# # See pgwui_upload above for details. +# # menu_label = upload -- Upload File Into Database +# map_file = contents.yml +# # Name of the file in the zip file that maps file names to table +# # names. The default name of the map file is `contents.yml`. # # The map file is in YAML syntax, which for purposes of this document # can be thought of as a superset of JSON. It must contain a top-level -- 2.34.1