~ubuntu-branches/ubuntu/karmic/postgresql-8.4/karmic-security

« back to all changes in this revision

Viewing changes to src/interfaces/ecpg/ecpglib/po/zh_CN.po

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-02-01 22:30:52 UTC
  • mfrom: (0.1.7 upstream) (8.1.3 karmic-proposed)
  • Revision ID: james.westby@ubuntu.com-20110201223052-ikezaq42g6c3yv2e
Tags: 8.4.7-0ubuntu0.9.10
* New upstream security/bug fix release: (LP: #711318)
  - Fix buffer overrun in "contrib/intarray"'s input function for the
    query_int type.
    This bug is a security risk since the function's return address
    could be overwritten. Thanks to Apple Inc's security team for
    reporting this issue and supplying the fix. (CVE-2010-4015)
  - Avoid failures when "EXPLAIN" tries to display a simple-form CASE
    expression.
    If the CASE's test expression was a constant, the planner could
    simplify the CASE into a form that confused the expression-display
    code, resulting in "unexpected CASE WHEN clause" errors.
  - Fix assignment to an array slice that is before the existing range
    of subscripts.
    If there was a gap between the newly added subscripts and the first
    pre-existing subscript, the code miscalculated how many entries
    needed to be copied from the old array's null bitmap, potentially
    leading to data corruption or crash.
  - Avoid unexpected conversion overflow in planner for very distant
    date values.
    The date type supports a wider range of dates than can be
    represented by the timestamp types, but the planner assumed it
    could always convert a date to timestamp with impunity.
  - Fix pg_restore's text output for large objects (BLOBs) when
    standard_conforming_strings is on.
    Although restoring directly to a database worked correctly, string
    escaping was incorrect if pg_restore was asked for SQL text output
    and standard_conforming_strings had been enabled in the source
    database.
  - Fix erroneous parsing of tsquery values containing ... &
    !(subexpression) | ... .
    Queries containing this combination of operators were not executed
    correctly. The same error existed in "contrib/intarray"'s query_int
    type and "contrib/ltree"'s ltxtquery type.
  - Fix bug in "contrib/seg"'s GiST picksplit algorithm.
    This could result in considerable inefficiency, though not actually
    incorrect answers, in a GiST index on a seg column. If you have
    such an index, consider "REINDEX"ing it after installing this
    update. (This is identical to the bug that was fixed in
    "contrib/cube" in the previous update.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#
6
6
msgid ""
7
7
msgstr ""
8
 
"Project-Id-Version: PostgreSQL 8.4\n"
 
8
"Project-Id-Version: ecpglib (PostgreSQL 8.4)\n"
9
9
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
10
 
"POT-Creation-Date: 2010-02-19 02:00+0000\n"
 
10
"POT-Creation-Date: 2010-10-01 14:54+0000\n"
11
11
"PO-Revision-Date: 2010-03-30 13:34+0800\n"
12
12
"Last-Translator: Weibin <ssmei_2000@yahoo.com>\n"
13
 
"Language-Team: LANGUAGE <LL@li.org>\n"
 
13
"Language-Team: Chinese (Simplified)\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"Language: zh_CN\n"
17
18
 
18
19
#: connect.c:226
19
20
msgid "empty message text"
20
21
msgstr "消息文本为空"
21
22
 
22
 
#: connect.c:381
23
 
#: connect.c:407
24
 
#: connect.c:520
 
23
#: connect.c:381 connect.c:407 connect.c:520
25
24
msgid "<DEFAULT>"
26
25
msgstr "<DEFAULT>"
27
26
 
155
154
msgid "SQL error %d on line %d"
156
155
msgstr "在第%2$d行上的SQL命令发生错误 代码%1$d"
157
156
 
158
 
#: error.c:391
 
157
# common.c:298
 
158
#: error.c:316
 
159
msgid "the connection to the server was lost"
 
160
msgstr "与服务器的连接丢失"
 
161
 
 
162
#: error.c:402
159
163
#, c-format
160
164
msgid "SQL error: %s\n"
161
165
msgstr "SQL语句错误: %s\n"
167
171
#: misc.c:113
168
172
msgid "NULL"
169
173
msgstr "NULL"
170