diff options
| author | Bruce Momjian | 1999-03-07 12:00:40 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-03-07 12:00:40 +0000 |
| commit | a564d2bf0f5f72a752ddc4a212731404eccf403e (patch) | |
| tree | c7f10f3b5bd2928993aba11475ba22ef5f692e77 /src/man | |
| parent | 6f66fd8c2e1f786be643060498d27ca2af15dfd8 (diff) | |
geqo now at 11 tables
Diffstat (limited to 'src/man')
| -rw-r--r-- | src/man/set.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/set.l b/src/man/set.l index 281a7620197..38e644faa33 100644 --- a/src/man/set.l +++ b/src/man/set.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.15 1999/02/18 06:01:11 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.16 1999/03/07 12:00:40 momjian Exp $ .TH SET SQL 05/14/97 PostgreSQL PostgreSQL .SH NAME set - set run-time parameters for session @@ -44,7 +44,7 @@ determines the output format for the date and time data types. .IR GEQO enables or disables the genetic optimizer algorithm. This algorithm is .IR on -by default, which used GEQO for statements of six or more tables. +by default, which used GEQO for statements of eleven or more tables. Set the .IR Programmer's Guide for more information. |
