Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
691bb1d2
Commit
691bb1d2
authored
Jan 17, 2005
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Spelling fix.
parent
48e2bb13
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+2
-2
2 additions, 2 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+2
-2
2 additions, 2 deletions
doc/src/FAQ/FAQ.html
with
4 additions
and
4 deletions
doc/FAQ
+
2
−
2
View file @
691bb1d2
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Sun Jan 16 2
2:01
:0
6
EST 2005
Last updated: Sun Jan 16 2
3:27
:0
8
EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -799,7 +799,7 @@ log_*
...
@@ -799,7 +799,7 @@ log_*
+ ~ (regular expression) patterns must start with ^.
+ ~ (regular expression) patterns must start with ^.
* The search string can not start with a character class, e.g.
* The search string can not start with a character class, e.g.
[a-e].
[a-e].
* Case-insensitive searches such as ILIKE and ~* do not utili
s
e
* Case-insensitive searches such as ILIKE and ~* do not utili
z
e
indexes. Instead, use functional indexes, which are described in
indexes. Instead, use functional indexes, which are described in
section 4.11.
section 4.11.
* The default C locale must be used during initdb because it is not
* The default C locale must be used during initdb because it is not
...
...
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
2
−
2
View file @
691bb1d2
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated: Sun Jan 16 2
2:01
:0
6
EST 2005
</P>
<P>
Last updated: Sun Jan 16 2
3:27
:0
8
EST 2005
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
@@ -995,7 +995,7 @@
...
@@ -995,7 +995,7 @@
<LI>
The search string can not start with a character class,
<LI>
The search string can not start with a character class,
e.g. [a-e].
</LI>
e.g. [a-e].
</LI>
<LI>
Case-insensitive searches such as
<SMALL>
ILIKE
</SMALL>
and
<LI>
Case-insensitive searches such as
<SMALL>
ILIKE
</SMALL>
and
<I>
~*
</I>
do not utili
s
e indexes. Instead, use functional
<I>
~*
</I>
do not utili
z
e indexes. Instead, use functional
indexes, which are described in section
<a
href=
"#4.11"
>
4.11
</a>
.
</LI>
indexes, which are described in section
<a
href=
"#4.11"
>
4.11
</a>
.
</LI>
<LI>
The default
<I>
C
</I>
locale must be used during
<LI>
The default
<I>
C
</I>
locale must be used during
<i>
initdb
</i>
because it is not possible to know the next-greater
<i>
initdb
</i>
because it is not possible to know the next-greater
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment