diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-03-19 23:27:11 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-03-19 23:27:11 +0000 |
| commit | 91728fa26cabac4b34055ab8e23d0751f0b16753 (patch) | |
| tree | 59a1caabd632d250173dbe6fcec4031ce05283b4 /src/bin/psql/tab-complete.c | |
| parent | d65522aeb6eac89f8491b0852c3543d6c0aeb94a (diff) | |
Add temp_buffers GUC variable to allow users to determine the size
of the local buffer arena for temporary table access.
Diffstat (limited to 'src/bin/psql/tab-complete.c')
| -rw-r--r-- | src/bin/psql/tab-complete.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index 4255d62ac94..a858f409402 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.121 2005/01/23 15:58:50 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.122 2005/03/19 23:27:08 tgl Exp $ */ /*---------------------------------------------------------------------- @@ -594,6 +594,7 @@ psql_completion(char *text, int start, int end) "superuser_reserved_connections", "syslog_facility", "syslog_ident", + "temp_buffers", "TimeZone", "trace_notify", "transform_null_equals", |
