# literal_column_headings
# Take uploaded column headings literally?
# The available choices are:
-# on The file's column headings, as typed, are the table's column names.
-# off The file's column headings are case-insensitive.
-# ask Put a "Take Column Headings Literally" checkbox on the upload screen.
-# Optional setting. The default is "off".
+# yes-always The file's column headings, as typed, are the table's
+# column names.
+# choice-yes Present a checkbox, default to "yes".
+# choice-no Present a checkbox, default to "no".
+# no-never The file's column headings are given to PostgreSQL as-is,
+# and so PostgreSQL normalizes them to lower case.
+# Optional setting. The default is "no-never".
#
# Caution: Non-ASCII column names, particularly in the Turkish locale,
# are not guaranteed to be case-insensitive.
# pgwui_bulk_upload
#pgwui.pgwui_bulk_upload =
-# literal_column_headings = off
+# literal_column_headings = no-never
# menu_label = bulk_upload -- Upload Many Files Into PostgreSQL
# map_file = contents.yml
# trim = choice-yes
#
-# literal_column_headings = off
+# literal_column_headings = no-never
# Take uploaded column headings literally?
# See pgwui_upload above for details.
#
# pgwui_upload
#pgwui.pgwui_upload =
-# literal_column_headings = off
+# literal_column_headings = no-never
# menu_label = upload -- Upload File Into Database
# trim = choice-yes
#
# literal_column_headings
# Take uploaded column headings literally?
# The available choices are:
-# on The file's column headings, as typed, are the table's column names.
-# off The file's column headings are case-insensitive.
-# ask Put a "Take Column Headings Literally" checkbox on the upload screen.
-# Optional setting. The default is "off".
+# yes-always The file's column headings, as typed, are the table's
+# column names.
+# choice-yes Present a checkbox, default to "yes".
+# choice-no Present a checkbox, default to "no".
+# no-never The file's column headings are given to PostgreSQL as-is,
+# and so PostgreSQL normalizes them to lower case.
+# Optional setting. The default is "no-never".
#
# Caution: Non-ASCII column names, particularly in the Turkish locale,
# are not guaranteed to be case-insensitive.
# pgwui_bulk_upload
#pgwui.pgwui_bulk_upload =
-# literal_column_headings = off
+# literal_column_headings = no-never
# menu_label = bulk_upload -- Upload Many Files Into PostgreSQL
# map_file = contents.yml
# trim = choice-yes
#
-# literal_column_headings = off
+# literal_column_headings = no-never
# Take uploaded column headings literally?
# See pgwui_upload above for details.
#