aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-02-26 16:02:39 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-02-26 16:02:39 +0000
commit9de59fd191dc86e7a49a5d7726ef09041549fc88 (patch)
tree9edc44560aa7beca92b7bc6c8e889c78655172c0 /src/include/pg_config_manual.h
parenteea49769d415b00ea36e2ee64774cb4d1313d991 (diff)
downloadpostgresql-9de59fd191dc86e7a49a5d7726ef09041549fc88.tar.gz
postgresql-9de59fd191dc86e7a49a5d7726ef09041549fc88.zip
Add a -w/--no-password option that prevents all password prompts to all
programs that have a -W/--password option. In passing, remove the ancient PSQL_ALWAYS_GET_PASSWORDS compile option.
Diffstat (limited to 'src/include/pg_config_manual.h')
-rw-r--r--src/include/pg_config_manual.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
index bc66df2eb34..57bcec768f8 100644
--- a/src/include/pg_config_manual.h
+++ b/src/include/pg_config_manual.h
@@ -6,7 +6,7 @@
* for developers. If you edit any of these, be sure to do a *full*
* rebuild (and an initdb if noted).
*
- * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.37 2009/01/12 05:10:45 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.38 2009/02/26 16:02:39 petere Exp $
*------------------------------------------------------------------------
*/
@@ -59,12 +59,6 @@
#define NUM_USER_DEFINED_LWLOCKS 4
/*
- * Define this if you want psql to _always_ ask for a username and a
- * password for password authentication.
- */
-/* #define PSQL_ALWAYS_GET_PASSWORDS */
-
-/*
* Define this if you want to allow the lo_import and lo_export SQL
* functions to be executed by ordinary users. By default these
* functions are only available to the Postgres superuser. CAUTION: