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

Commitc20ae1c

Browse files
committed
Remove references to pre-7.1; too old.
1 parentdddd860 commitc20ae1c

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

‎doc/FAQ

Lines changed: 7 additions & 8 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: Thu Jul 11 12:35:53 EDT 2002
4+
Last updated: Thu Jul 11 12:37:48 EDT 2002
55

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

@@ -803,7 +803,7 @@
803803

804804
The ~ operator does regular expression matching, and ~* does
805805
case-insensitive regular expression matching. The case-insensitive
806-
variant of LIKE is called ILIKE in PostgreSQL 7.1 and later.
806+
variant of LIKE is called ILIKE.
807807

808808
Case-insensitive equality comparisons are normally expressed as:
809809
SELECT *
@@ -956,10 +956,9 @@ BYTEA bytea variable-length byte array (null-byte safe)
956956

957957
4.18) Why do I get the error "ERROR: Memory exhausted in AllocSetAlloc()"?
958958

959-
If you are running a version older than 7.1, an upgrade may fix the
960-
problem. Also it is possible you have run out of virtual memory on
961-
your system, or your kernel has a low limit for certain resources. Try
962-
this before starting postmaster:
959+
You probably have run out of virtual memory on your system, or your
960+
kernel has a low limit for certain resources. Try this before starting
961+
postmaster:
963962
ulimit -d 262144
964963
limit datasize 256m
965964

@@ -1012,8 +1011,8 @@ SELECT *
10121011

10131012
4.23) How do I perform an outer join?
10141013

1015-
PostgreSQL7.1 and latersupports outer joins using the SQL standard
1016-
syntax. Hereare two examples:
1014+
PostgreSQL supports outer joins using the SQL standard syntax. Here
1015+
are two examples:
10171016
SELECT *
10181017
FROM t1 LEFT OUTER JOIN t2 ON (t1.col = t2.col);
10191018

‎doc/src/FAQ/FAQ.html

Lines changed: 7 additions & 8 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: Thu Jul 11 12:35:53 EDT 2002</P>
17+
<P>Last updated: Thu Jul 11 12:37:48 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>
@@ -1021,7 +1021,7 @@ <H4><A name="4.12">4.12</A>) How do I perform regular expression
10211021
<P>The<I>~</I> operator does regular expression matching, and
10221022
<I>~*</I> does case-insensitive regular expression matching. The
10231023
case-insensitive variant of<SMALL>LIKE</SMALL> is called
1024-
<SMALL>ILIKE</SMALL> in PostgreSQL 7.1 and later.</P>
1024+
<SMALL>ILIKE</SMALL>.</P>
10251025

10261026
<P>Case-insensitive equality comparisons are normally expressed
10271027
as:</P>
@@ -1229,10 +1229,9 @@ <H4><A name="4.17">4.17</A>) What is the meaning of some of the
12291229
<H4><Aname="4.18">4.18</A>) Why do I get the error<I>"ERROR:
12301230
Memory exhausted in AllocSetAlloc()"</I>?</H4>
12311231

1232-
<P>If you are running a version older than 7.1, an upgrade may fix
1233-
the problem. Also it is possible you have run out of virtual memory
1234-
on your system, or your kernel has a low limit for certain
1235-
resources. Try this before starting<I>postmaster</I>:</P>
1232+
<P>You probably have run out of virtual memory on your system,
1233+
or your kernel has a low limit for certain resources. Try this
1234+
before starting<I>postmaster</I>:</P>
12361235
<PRE>
12371236
ulimit -d 262144
12381237
limit datasize 256m
@@ -1301,8 +1300,8 @@ <H4><A name="4.22">4.22</A>) Why are my subqueries using
13011300

13021301
<H4><Aname="4.23">4.23</A>) How do I perform an outer join?</H4>
13031302

1304-
<P>PostgreSQL7.1 and latersupports outer joins using the SQL
1305-
standard syntax.Here are two examples:</P>
1303+
<P>PostgreSQL supports outer joins using the SQL standard syntax.
1304+
Here are two examples:</P>
13061305
<PRE>
13071306
SELECT *
13081307
FROM t1 LEFT OUTER JOIN t2 ON (t1.col = t2.col);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp