Reorganize docs in ini files
authorKarl O. Pinc <kop@karlpinc.com>
Wed, 20 Jan 2021 18:10:07 +0000 (12:10 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Wed, 20 Jan 2021 18:10:07 +0000 (12:10 -0600)
examples/etc/pgwui.ini
examples/misc/development.ini

index c911a69422c1a78ee3ea188c89d94c2cdea04c0b..c121dedbc17961f0d1f2d061364307ff46a23a4c 100644 (file)
@@ -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
index a2080d31380622e53d480a886de2a6dcc928889a..f522204f919381f466f155f2000f0d6dc875f94f 100644 (file)
@@ -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