From 65ccd1039a50fd3a4a89d4efd0d726a363ec7876 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 18 Feb 1999 05:26:34 +0000 Subject: Enable bushy plans by default. --- src/man/postgres.1 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/man/postgres.1') 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 -- cgit v1.2.3