From 1f54d43075d8c457935cd9fe8adfea949104995d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 30 Jul 2005 15:17:26 +0000 Subject: Add GUC variables to control keep-alive times for idle, interval, and count. Oliver Jowett --- src/bin/psql/tab-complete.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/bin/psql/tab-complete.c') diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index 80441733fb1..2be131993bb 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.135 2005/07/28 22:14:30 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.136 2005/07/30 15:17:22 momjian Exp $ */ /*---------------------------------------------------------------------- @@ -601,6 +601,9 @@ psql_completion(char *text, int start, int end) "superuser_reserved_connections", "syslog_facility", "syslog_ident", + "tcp_keepalives_idle", + "tcp_keepalives_interval", + "tcp_keepalives_count", "temp_buffers", "TimeZone", "trace_notify", -- cgit v1.2.3