From a4bf79db06a3bc38d734a412c52a52f6dd3542bd Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 5 Jan 2021 15:55:19 -0600 Subject: [PATCH] Comment the pgwui_upload settings so the component need not be installed --- examples/etc/pgwui.ini | 6 +++--- examples/misc/development.ini | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/etc/pgwui.ini b/examples/etc/pgwui.ini index f382385..d0b7cea 100644 --- a/examples/etc/pgwui.ini +++ b/examples/etc/pgwui.ini @@ -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 # diff --git a/examples/misc/development.ini b/examples/misc/development.ini index 80974fa..f2b29e0 100644 --- a/examples/misc/development.ini +++ b/examples/misc/development.ini @@ -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 # -- 2.34.1