File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Sun Jan 16 22:01:06 EST 2005
4
+ Last updated: Sun Jan 16 23:27:08 EST 2005
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
@@ -799,7 +799,7 @@ log_*
799
799
+ ~ (regular expression) patterns must start with ^.
800
800
* The search string can not start with a character class, e.g.
801
801
[a-e].
802
- * Case-insensitive searches such as ILIKE and ~* do not utilise
802
+ * Case-insensitive searches such as ILIKE and ~* do not utilize
803
803
indexes. Instead, use functional indexes, which are described in
804
804
section 4.11.
805
805
* The default C locale must be used during initdb because it is not
Original file line number Diff line number Diff line change 10
10
alink ="#0000ff ">
11
11
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
12
12
13
- < P > Last updated: Sun Jan 16 22:01:06 EST 2005</ P >
13
+ < P > Last updated: Sun Jan 16 23:27:08 EST 2005</ P >
14
14
15
15
< P > Current maintainer: Bruce Momjian (< A href =
16
16
"mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -995,7 +995,7 @@ <H4><A name="4.7">4.7</A>) My queries are slow or don't make use of
995
995
< LI > The search string can not start with a character class,
996
996
e.g. [a-e].</ LI >
997
997
< LI > Case-insensitive searches such as < SMALL > ILIKE</ SMALL > and
998
- < I > ~*</ I > do not utilise indexes. Instead, use functional
998
+ < I > ~*</ I > do not utilize indexes. Instead, use functional
999
999
indexes, which are described in section < a href ="#4.11 "> 4.11</ a > .</ LI >
1000
1000
< LI > The default < I > C</ I > locale must be used during
1001
1001
< i > initdb</ i > because it is not possible to know the next-greater
You can’t perform that action at this time.
0 commit comments