mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in
attstattarget to indicate 'use the default'. The default is now a GUC variable default_statistics_target, and so may be changed on the fly. Along the way we gain the ability to have pg_dump dump the per-column statistics target when it's not the default. Patch by Neil Conway, with some kibitzing from Tom Lane.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright 2000 by PostgreSQL Global Development Group
|
||||
*
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.52 2002/07/30 16:35:05 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.53 2002/07/31 17:19:53 tgl Exp $
|
||||
*/
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
@@ -246,6 +246,7 @@ psql_completion(char *text, int start, int end)
|
||||
"password_encryption",
|
||||
"transform_null_equals",
|
||||
|
||||
"default_statistics_target",
|
||||
"geqo_threshold",
|
||||
"geqo_pool_size",
|
||||
"geqo_effort",
|
||||
|
Reference in New Issue
Block a user