diff options
author | Bruce Momjian | 1999-02-18 05:26:34 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-02-18 05:26:34 +0000 |
commit | 65ccd1039a50fd3a4a89d4efd0d726a363ec7876 (patch) | |
tree | 1cda5b7dc5cab57c716ac470bbc20abbfbe25620 /src/man/postgres.1 | |
parent | e78662d879dec9f5630637119333e99121ee03d3 (diff) |
Enable bushy plans by default.
Diffstat (limited to 'src/man/postgres.1')
-rw-r--r-- | src/man/postgres.1 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/man/postgres.1 b/src/man/postgres.1 index 3373f1b3615..ef9b72af315 100644 --- a/src/man/postgres.1 +++ b/src/man/postgres.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.12 1998/08/24 01:51:20 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.13 1999/02/18 05:26:34 momjian Exp $ .TH POSTGRESQL UNIX 12/08/96 PostgreSQL PostgreSQL .SH NAME postgres - the Postgres backend server @@ -173,12 +173,6 @@ Turns off the locking system. .BR "-N" Disables use of newline as a query delimiter. .TP -.BR "-b" -Enables generation of bushy query plan trees (as opposed to left-deep -query plans trees). These query plans are not intended for actual -execution; in addition, this flag often causes Postgres to run out of -memory. -.TP .BR "-f" Forbids the use of particular scan and join methods: .IR s " and " i |