mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
New PGQUERY_LIMIT environment variable, and doc changes.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.85 1998/10/13 20:44:49 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.86 1998/10/14 05:31:48 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -142,6 +142,9 @@ static struct EnvironmentOptions
|
||||
{
|
||||
"PGGEQO", "geqo"
|
||||
},
|
||||
{
|
||||
"PGQUERY_LIMIT", "query_limit"
|
||||
},
|
||||
{
|
||||
NULL
|
||||
}
|
||||
|
Reference in New Issue
Block a user