mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Update FAQ.
This commit is contained in:
6
doc/FAQ
6
doc/FAQ
@ -1,7 +1,7 @@
|
||||
|
||||
Frequently Asked Questions (FAQ) for PostgreSQL
|
||||
|
||||
Last updated: Mon Jun 24 23:32:16 EDT 2002
|
||||
Last updated: Mon Jun 24 23:35:08 EDT 2002
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
@ -752,7 +752,7 @@
|
||||
of the string, i.e.:
|
||||
|
||||
* LIKE patterns must not start with %.
|
||||
* ~(regular expression) patterns must start with ^.
|
||||
* ~ (regular expression) patterns must start with ^.
|
||||
|
||||
The search string can not start with a character class, e.g. [a-e].
|
||||
|
||||
@ -760,7 +760,7 @@
|
||||
Instead, use functional indexes, which are described later in this
|
||||
FAQ.
|
||||
|
||||
The default C local must have been used during initdb.
|
||||
The default C local must be used during initdb.
|
||||
|
||||
4.9) How do I see how the query optimizer is evaluating my query?
|
||||
|
||||
|
Reference in New Issue
Block a user