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

Commit90aaad0

Browse files
committed
Remove obsolete references to 8K query limit.
1 parent6f843e8 commit90aaad0

File tree

3 files changed

+8
-31
lines changed

3 files changed

+8
-31
lines changed

‎doc/src/sgml/libpq++.sgml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -749,14 +749,6 @@ data.endcopy();
749749
</para>
750750
</sect1>
751751

752-
<sect1>
753-
<title>Caveats</title>
754-
755-
<para>
756-
The query buffer is 8192 bytes long, and queries over that length will
757-
be silently truncated.
758-
</para>
759-
</sect1>
760752
</chapter>
761753

762754
<!-- Keep this comment at the end of the file

‎doc/src/sgml/libpq.sgml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,15 +1957,6 @@ for information on correct values for these environment variables.
19571957

19581958
</sect1>
19591959

1960-
<sect1>
1961-
<title>Caveats</title>
1962-
1963-
<para>
1964-
The query buffer is 8192 bytes long, and queries over
1965-
that length will be rejected.
1966-
</para>
1967-
</sect1>
1968-
19691960
<sect1>
19701961
<title>Sample Programs</title>
19711962

‎doc/src/sgml/syntax.sgml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -374,23 +374,17 @@ We also support C-style block comments, e.g.:
374374
<firstterm>Strings</firstterm>
375375
in SQL are arbitrary sequences of ASCII characters bounded by single
376376
quotes ("'", e.g. <literal>'This is a string'</literal>).
377-
Uppercase alphabetics within strings are accepted
378-
literally. Non-printing characters may be embedded within strings by
379-
prepending them with a backslash
380-
("\"; e.g. "\<replaceable>tab</replaceable>".
381377
SQL92 allows single quotes to be embedded in strings by typing two
382-
adjacent single quotes (e.g. 'Dianne''s horse'), and for
383-
historical reasons <productname>Postgres</productname> also allows
384-
single quotes to be escaped with a backslash
385-
(e.g. 'Dianne\'s horse').
378+
adjacent single quotes (e.g. <literal>'Dianne''s horse'</literal>).
379+
In <productname>Postgres</productname> single quotes may alternatively
380+
be escaped with a backslash ("\", e.g.
381+
<literal>'Dianne\'s horse'</literal>). To include a
382+
backslash in a string constant, type two backslashes.
383+
Non-printing characters may also be embedded within strings by
384+
prepending them with a backslash
385+
(e.g. <literal>'\<replaceable>tab</replaceable>'</literal>).
386386
</para>
387387

388-
<para>
389-
Because of the limitations on
390-
instance sizes, string constants are currently limited to a length of
391-
a little less than 8192 bytes. Larger strings may be handled using the
392-
Postgres Large Object interface.
393-
</para>
394388
</sect2>
395389

396390
<sect2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp