diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-06-14 17:43:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-06-14 17:43:14 +0000 |
commit | 954f6bcffe215cbcb09f06aabf155586e6059172 (patch) | |
tree | 86e9a12b12b5a6a4882e06ef23aaa2c547730e5a /src/bin/psql/tab-complete.c | |
parent | dac94e349557dafb134abb377ed49d13c053e8ae (diff) |
Add GUC krb_server_hostname so the server hostname can be specified as
part of service principal. If not set, any service principal matching
an entry in the keytab can be used.
NEW KERBEROS MATCHING BEHAVIOR FOR 8.1.
Todd Kover
Diffstat (limited to 'src/bin/psql/tab-complete.c')
-rw-r--r-- | src/bin/psql/tab-complete.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index 3d1ce4ca122..2b215d97286 100644 --- a/src/bin/psql/tab-complete.c +++ b/src/bin/psql/tab-complete.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.130 2005/05/25 22:12:05 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.131 2005/06/14 17:43:14 momjian Exp $ */ /*---------------------------------------------------------------------- @@ -559,7 +559,6 @@ psql_completion(char *text, int start, int end) "geqo_selection_bias", "geqo_threshold", "join_collapse_limit", - "krb_server_keyfile", "lc_messages", "lc_monetary", "lc_numeric", |