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

Commit1e988ce

Browse files
committed
Update HISTORY to current.
1 parentf4bd04b commit1e988ce

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎HISTORY

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ Migration to 7.2
4444
re-enabled using a postgresql.conf parameter. The SELECT ... LIMIT
4545
#,# syntax will be removed in 7.3. You should change your queries to
4646
use separate LIMIT and OFFSET clauses, e.g. LIMIT 10 OFFSET 20. Also,
47-
pg_hba.conf now only loads on SIGHUP.
47+
pg_hba.conf now only loads on SIGHUP. Octet_length() now returns
48+
uncompressed data length. 'current' no longer used; use
49+
CURRENT_TIMESTAMP instead.
4850

4951

5052

51-
AS OF 2001-11-19
53+
AS OF 2001-12-04
5254

5355
Bug Fixes
5456
---------
@@ -97,7 +99,7 @@ Native language support for error messages in psql, pg_dump, libpq, and
9799
postgres components; configure --enable-nls
98100
(Peter E [German, some French, some Swedish], Serguei A. Mokhov [Russian],
99101
Karel Zak [Czech], Weiping He [Simplified Chinese], Zhenbang Wei
100-
[Traditional Chinese])
102+
[Traditional Chinese], Zoltan [Hungarian])
101103
Make NULL appear at beginning/end based on ORDER BY (Tom)
102104
Add %TYPE capability to CREATE TYPE (Ian Lance Taylor)
103105
Truncate extra-long sequence names to a reasonable value (Tom)
@@ -160,6 +162,7 @@ Remove 'triggered data change violation' error check (Tom)
160162
Optimize LIKE/ILIKE when using single-byte encodings (Tatsuo)
161163
New libpq function PQescapeBytea() escapes binary strings for use as
162164
SQL string literals
165+
Improve reporting of PL/PgSQL error location (Tom)
163166

164167
Types
165168
-----

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp