Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcdfa456

Browse files
committed
Update FAQ.
1 parentc1e2f35 commitcdfa456

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎doc/FAQ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Mon Jun 24 23:32:16 EDT 2002
4+
Last updated: Mon Jun 24 23:35:08 EDT 2002
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -752,15 +752,15 @@
752752
of the string, i.e.:
753753

754754
* LIKE patterns must not start with %.
755-
* ~(regular expression) patterns must start with ^.
755+
* ~(regular expression) patterns must start with ^.
756756

757757
The search string can not start with a character class, e.g. [a-e].
758758

759759
Case-insensitive searches like ILIKE and ~* can not be used.
760760
Instead, use functional indexes, which are described later in this
761761
FAQ.
762762

763-
The default C local musthave been used during initdb.
763+
The default C local mustbe used during initdb.
764764

765765
4.9) How do I see how the query optimizer is evaluating my query?
766766

‎doc/src/FAQ/FAQ.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
alink="#0000ff">
1515
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1616

17-
<P>Last updated: Mon Jun 24 23:32:16 EDT 2002</P>
17+
<P>Last updated: Mon Jun 24 23:35:08 EDT 2002</P>
1818

1919
<P>Current maintainer: Bruce Momjian (<Ahref=
2020
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -960,15 +960,15 @@ <H4><A name="4.8">4.8</A>) My queries are slow or don't make use of
960960
of the string, i.e.:</LI>
961961
<UL>
962962
<LI><SMALL>LIKE</SMALL> patterns must not start with<I>%.</I></LI>
963-
<LI><I>~</I>(regular expression) patterns must start with
963+
<LI><I>~</I>(regular expression) patterns must start with
964964
<I>^.</I></LI>
965965
</UL>
966966
<LI>The search string can not start with a character class,
967967
e.g. [a-e].</LI>
968968
<LI>Case-insensitive searches like<SMALL>ILIKE</SMALL> and
969969
<I>~*</I> can not be used. Instead, use functional
970970
indexes, which are described later in this FAQ.</LI>
971-
<LI>The default<I>C</I> local musthave been used during
971+
<LI>The default<I>C</I> local mustbe used during
972972
<i>initdb.</i></LI>
973973
</UL>
974974
<P>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp