1
0
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:
Bruce Momjian
1998-10-14 05:31:50 +00:00
parent 8cec4cf91b
commit aa3a1f46df
4 changed files with 22 additions and 3 deletions

View File

@ -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
}