Comment the pgwui_upload settings so the component need not be installed
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 5 Jan 2021 21:55:19 +0000 (15:55 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 5 Jan 2021 21:55:19 +0000 (15:55 -0600)
examples/etc/pgwui.ini
examples/misc/development.ini

index f38238599a7dd929b0d3009f1214b5651c3019d2..d0b7ceae0498a8699a9d788a76241bac7a59b264 100644 (file)
@@ -216,9 +216,9 @@ pgwui.dry_run = False
 #
 # Caution: Non-ASCII column names, particularly in the Turkish locale,
 # are not guaranteed to be case-insensitive.
-pgwui.pgwui_upload =
-    literal_column_headings = off
-    # menu_label = upload -- Upload File Into Database
+#pgwui.pgwui_upload =
+#    literal_column_headings = off
+#    # menu_label = upload -- Upload File Into Database
 
 
 #
index 80974faa5211fc56be8dd37b5b19584d7773e947..f2b29e0a2bbf3e64e4a4512ccfafa19a6a42611b 100644 (file)
@@ -221,9 +221,9 @@ pgwui.validate_hmac = False
 #
 # Caution: Non-ASCII column names, particularly in the Turkish locale,
 # are not guaranteed to be case-insensitive.
-pgwui.pgwui_upload =
-    literal_column_headings = off
-    # menu_label = upload -- Upload File Into Database
+#pgwui.pgwui_upload =
+#    literal_column_headings = off
+#    # menu_label = upload -- Upload File Into Database
 
 
 #