diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2003-09-15 20:42:40 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2003-09-15 20:42:40 +0000 |
| commit | 7ce5f25b5b99760b40951cdb60a552b72ca1f340 (patch) | |
| tree | 1ba8dd32c21e32ff63d25a41c10c5034e32433b4 /src/backend | |
| parent | 2d13472c9e708ec3ed1b5c8fcb763a0ba22afd1e (diff) | |
Translation updates
Diffstat (limited to 'src/backend')
| -rw-r--r-- | src/backend/po/zh_CN.po | 15738 |
1 files changed, 8794 insertions, 6944 deletions
diff --git a/src/backend/po/zh_CN.po b/src/backend/po/zh_CN.po index a1ce1578141..ca6e74c5062 100644 --- a/src/backend/po/zh_CN.po +++ b/src/backend/po/zh_CN.po @@ -1,12182 +1,14032 @@ # simplified Chinese translation file for PostgreSQL server # Weiping He <laser@zhengmai.com.cn>, 2001. # -# $Header: /cvsroot/pgsql/src/backend/po/Attic/zh_CN.po,v 1.5 2002/11/19 17:21:39 momjian Exp $ +# $Header: /cvsroot/pgsql/src/backend/po/Attic/zh_CN.po,v 1.6 2003/09/15 20:41:58 petere Exp $ # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 7.2\n" -"POT-Creation-Date: 2001-10-07 11:56+0800\n" -"PO-Revision-Date: 2001-11-30 21:49:24+0800\n" -"Last-Translator: Weiping He <laser@zhengmai.com.cn>\n" +"Project-Id-Version: PostgreSQL 7.4\n" +"POT-Creation-Date: 2003-03-19 09:25+0800\n" +"PO-Revision-Date: 2003-09-15 13:49:24+0800\n" +"Last-Translator: Bao Wei <bao_paul@yahoo.com.cn>\n" "Language-Team: Weiping He <laser@zhengmai.com.cn>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=GB2312\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/dllist.c:41 -msgid "Memory exhausted in DLNewList" -msgstr "在 DLNewList 里内存耗尽" +#: access/common/heaptuple.c:179 +msgid "heap_attisnull: zero attnum disallowed" +msgstr "heap_attisnull: 不允许属性号为零" -#: ../lib/dllist.c:84 -msgid "Memory exhausted in DLNewElem" -msgstr "在 DLNewElem 里内存耗尽" +#: access/common/heaptuple.c:182 +msgid "heap_attisnull: undefined negative attnum" +msgstr "heap_attisnull: 不明确的负数属性号" -#: ../main/main.c:84 +#: access/common/heaptuple.c:460 #, c-format -msgid "%s: setsysinfo failed: %s\n" -msgstr "%s: setsysinfo 失败: %s\n" - -#: ../main/main.c:127 -msgid "" -"\"root\" execution of the PostgreSQL server is not permitted.\n" -"\n" -"The server must be started under an unprivileged user id to prevent\n" -"a possible system security compromise. See the documentation for\n" -"more information on how to properly start the server.\n" -"\n" -msgstr "" -"不允许 \"root\" 执行 PostgreSQL 服务器.\n" -"\n" -"服务器必须以一个非特权的用户身份启动以避免\n" -"可能的系统安全性问题.参阅文档获取更多\n" -"有关如何正确启动服务器的信息.\n" -"\n" +msgid "heap_getsysattr: invalid attnum %d" +msgstr "heap_getsysattr: 无效的属性号 %d" -#: ../main/main.c:147 +#: access/common/heaptuple.c:584 #, c-format -msgid "%s: real and effective user ids must match\n" -msgstr "%s: 真实和有效用户标识必须相互匹配\n" +msgid "heap_formtuple: numberOfAttributes %d exceeds limit %d" +msgstr "heap_formtuple: 属性号 %d 超过限制 %d" -#: ../main/main.c:196 +#: access/common/heaptuple.c:687 #, c-format -msgid "%s: invalid current euid %d\n" -msgstr "%s: 非法的当前 euid %d\n" - -#: ../port/beos/sem.c:160 -msgid "beos : semctl error : GETNCNT not implemented" -msgstr "beos : semctl 错误 : GETNCNT 尚未实现" - -#: ../port/beos/sem.c:175 -msgid "beos : semctl error : unknown flag" -msgstr "beos : semctl 错误 : 未知标志" - -#: ../port/beos/support.c:45 -msgid "Error loading BeOS support server : can't create communication ports" -msgstr "装载 BeOS 支持服务器错误 : 无法创建通讯端口" +msgid "heap_modifytuple: repl is \\%3d" +msgstr "heap_modifytuple: repl 是 \\%3d" -#: ../port/beos/support.c:71 -msgid "Can't load this add-on " -msgstr "无法装载这个附件 " +#: access/common/indextuple.c:55 +#, c-format +msgid "index_formtuple: numberOfAttributes %d > %d" +msgstr "index_formtuple: 属性号 %d > %d" -#: ../port/beos/support.c:95 -msgid "Can't load this add-on : map text error" -msgstr "无法装载这个附件 : 文本映射错误" +#: access/common/indextuple.c:161 +#, c-format +msgid "index_formtuple: data takes %lu bytes, max is %d" +msgstr "index_formtuple: 数据为 %lu 字节, 最大值为 %d" -#: ../port/beos/support.c:111 -msgid "Can't load this add-on : map data error" -msgstr "无法装载这个附件 : 数据映射错误" +#: access/common/tupdesc.c:420 +#, c-format +msgid "Unable to look up type id %u" +msgstr "无法找到 type id 为 %u" -#: ../port/beos/support.c:130 +#: access/common/tupdesc.c:646 executor/nodeFunctionscan.c:204 +#: parser/parse_relation.c:931 parser/parse_relation.c:1286 +#: parser/parse_relation.c:1596 #, c-format -msgid "loading symbol '%s' failed " -msgstr "装入符号 %s 失败" +msgid "Invalid typrelid for complex type %u" +msgstr "对于复合类型 %u typrelid 是无效的" -#: ../port/dynloader.c:31 ../port/dynloader/linux.c:31 -msgid "dynamic load not supported" -msgstr "不支持动态装载" +#: access/common/tupdesc.c:660 access/common/tupdesc.c:683 +msgid "TypeGetTupleDesc: number of aliases does not match number of attributes" +msgstr "TypeGetTupleDesc: 别名个数与属性个数不匹配" -#: ../port/dynloader.c:67 ../port/dynloader/bsdi.c:59 -#: ../port/dynloader/linux.c:67 -msgid "dld: Cannot link C library!" -msgstr "dld: 无法链接 C 库!" +#: access/common/tupdesc.c:679 +msgid "TypeGetTupleDesc: no column alias was provided" +msgstr "TypeGetTupleDesc: 没有列别名被提供" -#: ../port/dynloader.c:74 ../port/dynloader/bsdi.c:66 -#: ../port/dynloader/linux.c:74 -msgid "dld: Cannot link math library!" -msgstr "dld: 无法链接数学库!" +#: access/common/tupdesc.c:698 +msgid "Unable to determine tuple description for function returning \"record\"" +msgstr "无法确定函数返回 \"record\" 的元组描述" -#: ../port/dynloader.c:83 ../port/dynloader/bsdi.c:75 -#: ../port/dynloader/linux.c:83 -msgid "dld: Undefined:" -msgstr "dld: 未定义:" +#: access/common/tupdesc.c:700 catalog/pg_proc.c:463 +#: executor/nodeFunctionscan.c:234 parser/parse_relation.c:1383 +#: parser/parse_relation.c:1637 +msgid "Unknown kind of return type specified for function" +msgstr "未知的函数返回值类型" -#: ../port/dynloader.c:86 ../port/dynloader/bsdi.c:78 -#: ../port/dynloader/linux.c:86 ../port/dynloader/ultrix4.c:61 +#: access/gist/gist.c:171 access/hash/hash.c:72 access/nbtree/nbtree.c:111 +#: access/rtree/rtree.c:128 #, c-format -msgid " %s" -msgstr "" - -#: ../port/dynloader/beos.c:55 -msgid "add-on not loaded correctly" -msgstr "附件没有正确装载" - -#: ../port/dynloader/beos.c:66 -msgid "error while unloading add-on" -msgstr "卸载附件时出错" - -#: ../port/dynloader/ultrix4.c:58 -msgid "dl: Undefined:" -msgstr "dl: 未定义:" +msgid "%s already contains data" +msgstr "%s 已经包含数据" -#: ../tcop/fastpath.c:171 +#: access/gist/gist.c:399 access/gist/gist.c:606 #, c-format -msgid "fetch_fp_info: cache lookup for function %u failed" -msgstr "fetch_fp_info: 在缓冲中查找函数 %u 失败" +msgid "gist: failed to add index item to %s" +msgstr "gist: 增加索引项目到 %s 失败" -#: ../tcop/fastpath.c:271 +#: access/gist/gist.c:1666 #, c-format -msgid "" -"HandleFunctionRequest: actual arguments (%d) != registered arguments (%d)" -msgstr "HandleFunctionRequest: 实际参数 (%d) != 注册参数 (%d)" +msgid "initGISTstate: numberOfAttributes %d > %d" +msgstr "initGISTstate: 属性号 %d > %d" -#: ../tcop/fastpath.c:290 ../tcop/fastpath.c:302 +#: access/gist/gist.c:1928 #, c-format -msgid "HandleFunctionRequest: bogus argsize %d" -msgstr "HandleFunctionRequest: 错误的 argsize %d" +msgid "%sPage: %d %s blk: %d maxoff: %d free: %d" +msgstr "" -#: ../tcop/fastpath.c:315 +#: access/gist/gist.c:1938 #, c-format -msgid "HandleFunctionRequest: bogus argsize %d, should be %d" -msgstr "HandleFunctionRequest: 错误的 argsize %d, 应为 %d" - -#: ../tcop/fastpath.c:333 ../tcop/postgres.c:708 -msgid "" -"current transaction is aborted, queries ignored until end of transaction " -"block" -msgstr "当前事务已退出, 事务块结束之前的查询被忽略" +msgid "%s Tuple. blk: %d size: %d" +msgstr "" -#: ../tcop/pquery.c:119 -#, c-format -msgid "CreateOperationTag: unknown operation type %d" -msgstr "CreateOperationTag: 未知操作类型 %d" +#: access/gist/gist.c:1953 +msgid "gist_redo: unimplemented" +msgstr "gist_redo: 未实现" -#: ../tcop/pquery.c:148 -#, c-format -msgid "Closing pre-existing portal \"%s\"" -msgstr "关闭预存在的入口 \"%s\"" +#: access/gist/gist.c:1959 +msgid "gist_undo: unimplemented" +msgstr "gist_undo: 未实现" -#: ../tcop/postgres.c:306 +#: access/gist/gistscan.c:254 #, c-format -msgid "Socket command type %c unknown" -msgstr "未知的 Socket 命令类型 %c" +msgid "GiST scan list corrupted -- cannot find 0x%p" +msgstr "GiST 扫描列表被毁坏 -- 无法找到 0x%p" -#: ../tcop/postgres.c:389 +#: access/gist/gistscan.c:390 #, c-format -msgid "query: %s" -msgstr "查询: %s" +msgid "Bad operation in GiST scan adjust: %d" +msgstr "在 GiST 扫描调整的错误操作: %d" -#: ../tcop/postgres.c:452 -msgid "parse tree:" -msgstr "分析树:" +#: access/hash/hash.c:504 +msgid "hash_redo: unimplemented" +msgstr "hash_redo: 未实现" -#: ../tcop/postgres.c:456 -#, c-format -msgid "parse tree: %s" -msgstr "分析树: %s" +#: access/hash/hash.c:510 +msgid "hash_undo: unimplemented" +msgstr "hash_undo: 未实现" -#: ../tcop/postgres.c:490 -msgid "pg_analyze_and_rewrite: copyObject failed on parse tree" -msgstr "pg_analyze_and_rewrite: copyObject 打开分析树失败" +#: access/hash/hashinsert.c:51 +msgid "Hash indices valid for only one index key." +msgstr "" -#: ../tcop/postgres.c:499 ../tcop/postgres.c:509 -msgid "rewritten parse tree:" -msgstr "重写分析树:" +#: access/hash/hashinsert.c:166 +msgid "hash item too large" +msgstr "hash 项目太大" -#: ../access/transam/xlog.c:761 ../access/transam/xlog.c:2555 -#: ../tcop/postgres.c:513 ../utils/adt/varchar.c:84 ../utils/adt/varchar.c:419 -#: ../utils/adt/varlena.c:199 scan.l:59 +#: access/hash/hashinsert.c:231 #, c-format -msgid "%s" -msgstr "" +msgid "_hash_pgaddtup: failed to add index item to %s" +msgstr "_hash_pgaddtup: 增加索引项目到 %s 失败" -#: ../tcop/postgres.c:556 -msgid "pg_plan_query: copyObject failed on plan tree" -msgstr "pg_plan_query: 在分析树上 copyObject 失败" +#: access/hash/hashovfl.c:61 +msgid "_hash_addovflpage: problem with _hash_getovfladdr." +msgstr "_hash_addovflpage: _hash_getovfladdr 的问题." -#: ../tcop/postgres.c:570 -msgid "plan:" -msgstr "规划:" +#: access/hash/hashovfl.c:196 +msgid "overflow_page: problem with _hash_initbitmap." +msgstr "overflow_page: _hash_initbitmap 的问题." -#: ../tcop/postgres.c:574 +#: access/hash/hashovfl.c:568 #, c-format -msgid "plan: %s" -msgstr "规划: %s" +msgid "_hash_squeezebucket: failed to add index item to %s" +msgstr "_hash_squeezebucket: 增加索引项目到 %s 失败" -#: ../tcop/postgres.c:775 +#: access/hash/hashpage.c:93 #, c-format -msgid "ProcessUtility: %s" -msgstr "" +msgid "Cannot initialize non-empty hash table %s" +msgstr "无法初始化非空的 hash 表 %s" -#: ../tcop/postgres.c:777 -msgid "ProcessUtility" -msgstr "" +#: access/hash/hashpage.c:151 +msgid "Problem with _hash_initbitmap." +msgstr "_hash_initbitmap 的问题." -#: ../tcop/postgres.c:811 -msgid "ProcessQuery" -msgstr "" +#: access/hash/hashpage.c:196 +msgid "_hash_getbuf: internal error: hash AM does not use P_NEW" +msgstr "_hash_getbuf: 内部错误: hash AM 未使用 P_NEW" -#: ../tcop/postgres.c:873 -msgid "StartTransactionCommand" +#: access/hash/hashpage.c:204 +#, c-format +msgid "_hash_getbuf: invalid access (%d) on new blk: %s" msgstr "" -#: ../tcop/postgres.c:885 -msgid "CommitTransactionCommand" +#: access/hash/hashpage.c:231 +#, c-format +msgid "_hash_relbuf: invalid access (%d) on blk %x: %s" msgstr "" -#: ../tcop/postgres.c:912 -msgid "" -"Message from PostgreSQL backend:\n" -"\tThe Postmaster has informed me that some other backend\n" -"\tdied abnormally and possibly corrupted shared memory.\n" -"\tI have rolled back the current transaction and am\n" -"\tgoing to terminate your database system connection and exit.\n" -"\tPlease reconnect to the database system and repeat your query." +#: access/hash/hashpage.c:290 +#, c-format +msgid "_hash_chgbufaccess: invalid access (%d) on blk %x: %s" msgstr "" -"来自 PostgreSQL 后端的信息:\n" -"\tPostmaster 高速我说其它一些后端非正常退出,\n" -"并可能已损坏共享内存. 我已经将当前事务回卷并且\n" -"准备终止你的数据库系统联接并退出. 请重新联接到\n" -"数据库系统并重做你的查询." - -#: ../tcop/postgres.c:1030 -msgid "" -"floating point exception! The last floating point operation either exceeded " -"legal ranges or was a divide by zero" -msgstr "浮点错误! 最后的浮点操作不是超出了范围就是被零除" - -#: ../tcop/postgres.c:1062 -msgid "This connection has been terminated by the administrator." -msgstr "这个联接已被管理员终止." - -#: ../tcop/postgres.c:1068 -msgid "Query was canceled." -msgstr "查询已被取消." - -#: ../tcop/postgres.c:1216 -msgid "Assert checking is not compiled in" -msgstr "没有把断言检查编译进来" -#: ../tcop/postgres.c:1437 -msgid "only one -x flag is allowed" -msgstr "只允许一个 -x 标志" - -#: ../tcop/postgres.c:1455 -msgid "use -x {off,nor,nopull,nopm,pullall,wait}" -msgstr "使用 -x {off, nor, nopull, nopm, pullall, wait}" - -#: ../postmaster/postmaster.c:531 ../tcop/postgres.c:1471 +#: access/hash/hashpage.c:325 #, c-format -msgid "--%s requires argument" -msgstr "--%s 需要参数" +msgid "_hash_setpagelock: invalid access (%d) on blk %x: %s" +msgstr "" -#: ../postmaster/postmaster.c:533 ../tcop/postgres.c:1473 +#: access/hash/hashpage.c:349 #, c-format -msgid "-c %s requires argument" -msgstr "-c %s 需要参数" - -#: ../tcop/postgres.c:1494 -msgid "" -"Query statistics are disabled because parser, planner, or executor " -"statistics are on." -msgstr "因为打开了分析器, 规划器或者执行器统计, 所以查询统计被关闭." +msgid "_hash_unsetpagelock: invalid access (%d) on blk %x: %s" +msgstr "" -#: ../tcop/postgres.c:1573 ../tcop/postgres.c:1585 +#: access/hash/hashpage.c:537 access/hash/hashpage.c:674 #, c-format -msgid "" -"%s: invalid command line arguments\n" -"Try -? for help." +msgid "_hash_splitpage: empty overflow page %d" msgstr "" -"%s: 非法命令行参数\n" -"键入 -? 获取帮助." -#: ../tcop/postgres.c:1593 +#: access/hash/hashpage.c:576 #, c-format -msgid "%s: user name undefined and no database specified\n" -msgstr "%s: 没有声明用户名并且没有声明数据库\n" +msgid "_hash_splitpage: empty ovfl page %d!" +msgstr "" -#: ../tcop/postgres.c:1625 +#: access/hash/hashpage.c:629 #, c-format -msgid "%s: could not locate executable, bailing out..." -msgstr "%s: 无法定位可执行文件, 退出..." +msgid "_hash_splitpage: failed to add index item to %s" +msgstr "_hash_splitpage: 增加索引项目到 %s 失败" -#: ../tcop/postgres.c:1684 +#: access/hash/hashscan.c:105 #, c-format -msgid "connection: host=%s user=%s database=%s" -msgstr "联接: 主机=%s 用户=%s 数据库=%s" - -#: ../tcop/postgres.c:1695 -msgid "InitPostgres" +msgid "hash scan list trashed; can't find 0x%p" msgstr "" -#: ../tcop/postgres.c:1778 -msgid "AbortCurrentTransaction" +#: access/hash/hashutil.c:81 +msgid "hash indices cannot include null keys" msgstr "" -#: ../tcop/postgres.c:1974 -msgid "unknown frontend message was received" -msgstr "收到未知前端信息" - -#: ../tcop/postgres.c:2122 +#: access/heap/heapam.c:138 #, c-format -msgid "Assert test successfull (val = %d)" -msgstr "断言测试成功 (val = %d)" - -#: ../tcop/postgres.c:2125 -#, c-format -msgid "Assert checking is disabled (val = %d)" -msgstr "断言检查已关闭 ( val = %d)" +msgid "heapgettup(%s, tid=0x%x[%d,%d], dir=%d, ...)" +msgstr "" -#: ../tcop/utility.c:89 +#: access/heap/heapam.c:144 #, c-format -msgid "\"%s\" is not %s %s. Use DROP %s to remove %s %s" -msgstr "\"%s\" 不是 %s %s. 使用 DROP %s 删除 %s %s" +msgid "heapgettup(%s, tid=0x%x, dir=%d, ...)" +msgstr "" -#: ../tcop/utility.c:93 +#: access/heap/heapam.c:147 #, c-format -msgid "\"%s\" is not %s %s" -msgstr "\"%s\" 不是 %s %s" +msgid "heapgettup(..., b=0x%x, nkeys=%d, key=0x%x" +msgstr "" -#: ../tcop/utility.c:113 +#: access/heap/heapam.c:149 #, c-format -msgid "%s \"%s\" does not exist" -msgstr "%s \"%s\" 不存在" +msgid "heapgettup: relation(%c)=`%s', %p" +msgstr "heapgettup: 关系(%c)=`%s', %p" -#: ../tcop/utility.c:121 -#, c-format -msgid "you do not own %s \"%s\"" -msgstr "你没有拥有 %s \"%s\"" +#: access/heap/heapam.c:197 access/heap/heapam.c:232 access/heap/heapam.c:272 +#: access/heap/heapam.c:366 +msgid "heapgettup: failed ReadBuffer" +msgstr "heapgettup: ReadBuffer 失败" -#: ../tcop/utility.c:126 +#: access/heap/heapam.c:462 #, c-format -msgid "%s \"%s\" is a system %s" -msgstr "%s \"%s\" 是一个系统 %s" +msgid "Relation %u does not exist" +msgstr "关系 %u 不存在" -#: ../commands/copy.c:286 ../commands/trigger.c:319 ../executor/execMain.c:425 -#: ../executor/execMain.c:456 ../storage/ipc/shmqueue.c:237 -#: ../storage/ipc/shmqueue.c:257 ../tcop/utility.c:274 ../tcop/utility.c:556 -#: ../tcop/utility.c:878 ../tcop/utility.c:884 +#: access/heap/heapam.c:535 catalog/namespace.c:185 tcop/utility.c:153 #, c-format -msgid "%s: %s" -msgstr "" +msgid "Relation \"%s\" does not exist" +msgstr "关系 \"%s\" 不存在" -#: ../tcop/utility.c:304 +#: access/heap/heapam.c:581 access/heap/heapam.c:610 access/heap/heapam.c:639 #, c-format -msgid "TRUNCATE cannot be used on system tables. '%s' is a system table" -msgstr "不能在系统表上使用 TRUNCATE. '%s' 是一个系统表" +msgid "%s is an index relation" +msgstr "%s 为索引关系" -#: ../tcop/utility.c:310 +#: access/heap/heapam.c:584 access/heap/heapam.c:613 access/heap/heapam.c:642 #, c-format -msgid "TRUNCATE cannot be used on sequences. '%s' is a sequence" -msgstr "不能在序列上使用 TRUNCATE. '%s' 是一个序列" +msgid "%s is a special relation" +msgstr "%s 为特别关系" -#: ../tcop/utility.c:313 +#: access/heap/heapam.c:587 access/heap/heapam.c:616 access/heap/heapam.c:645 #, c-format -msgid "TRUNCATE cannot be used on views. '%s' is a sequence" -msgstr "不能在视图上使用 TRUNCATE. '%s' 是一个序列" +msgid "%s is a composite type" +msgstr "%s 为混和类型" -#: ../tcop/utility.c:318 -#, c-format -msgid "you do not own class \"%s\"" -msgstr "你不是表 \"%s\" 的所有者" +#: access/heap/heapam.c:668 +msgid "heap_beginscan: !RelationIsValid(relation)" +msgstr "" -#: ../commands/command.c:323 ../commands/command.c:534 -#: ../commands/command.c:1039 ../tcop/utility.c:373 +#: access/heap/heapam.c:770 #, c-format -msgid "ALTER TABLE: relation \"%s\" is a system catalog" -msgstr "ALTER TABLE: 关系 \"%s\" 是一个系统表" +msgid "heap_getnext([%s,nkeys=%d],dir=%d) called" +msgstr "" -#: ../catalog/aclchk.c:98 ../commands/trigger.c:80 ../tcop/utility.c:376 -#: ../tcop/utility.c:694 ../tcop/utility.c:853 ../utils/init/miscinit.c:501 -#: ../utils/misc/guc.c:744 -msgid "permission denied" -msgstr "没有足够权限" +#: access/heap/heapam.c:774 +msgid "heap_getnext returning EOS" +msgstr "" -#: ../tcop/utility.c:470 -msgid "T_AlterTableStmt: unknown subtype" -msgstr "T_AlterTableStmt: 未知子类型" +#: access/heap/heapam.c:777 +msgid "heap_getnext returning tuple" +msgstr "" -#: ../tcop/utility.c:613 -msgid "CREATE VERSION is not currently implemented" -msgstr "CREATE VERSION 实现得不正确" +#: access/heap/heapam.c:794 +msgid "heap_getnext: NULL relscan" +msgstr "" -#: ../tcop/utility.c:691 +#: access/heap/heapam.c:878 #, c-format -msgid "CLUSTER: relation \"%s\" is a system catalog" -msgstr "CLUSTER: 关系 \"%s\" 是一个系统表" +msgid "heap_fetch: ReadBuffer(%s, %lu) failed" +msgstr "heap_fetch: ReadBuffer(%s, %lu) 失败" -#: ../tcop/utility.c:871 +#: access/heap/heapam.c:988 #, c-format -msgid "" -"\"%s\" is a system index. call REINDEX under standalone postgres with -O -P " -"options" -msgstr "" -"\"%s\" 是个系统表. 在带有 -O -P 选项运行的独立 postgres 进程下调用REINDEX" +msgid "heap_get_latest_tid: %s relation: ReadBuffer(%lx) failed" +msgstr "heap_get_latest_tid: 关系 %s: ReadBuffer(%lx) 失败" -#: ../tcop/utility.c:874 -#, c-format -msgid "" -"\"%s\" is a system index. call REINDEX under standalone postgres with -P -O " -"options" -msgstr "" -"\"%s\" 是个系统索引. 在带有 -P -O 选项运行的独立 postgres 进程下调用REINDEX" +#: access/heap/heapam.c:1222 +msgid "heap_delete: failed ReadBuffer" +msgstr "heap_delete: ReadBuffer 失败" -#: ../tcop/utility.c:890 -msgid "must be called under standalone postgres with -O -P options" -msgstr "必须在带有 -O -P 选项运行的独立 postgres 进程下调用" +#: access/heap/heapam.c:1241 +msgid "heap_delete: (am)invalid tid" +msgstr "heap_delete: (am)无效的 tid" -#: ../tcop/utility.c:892 -msgid "must be called under standalone postgres with -P -O options" -msgstr "必须在带有 -P -O 选项运行的独立 postgres 进程下调用" +#: access/heap/heapam.c:1374 +msgid "simple_heap_delete: tuple already updated by self" +msgstr "simple_heap_delete: 元组已经自己更新了" + +#: access/heap/heapam.c:1382 +msgid "simple_heap_delete: tuple concurrently updated" +msgstr "simple_heap_delete: 元组被同时更新了" -#: ../tcop/utility.c:905 +#: access/heap/heapam.c:1386 executor/execMain.c:1428 #, c-format -msgid "ProcessUtility: command #%d unsupported" -msgstr "ProcessUtility: 不支持 #%d 命令" +msgid "Unknown status %u from heap_delete" +msgstr "来自 heap_delete 的未知状态 %u" -#: ../rewrite/rewriteManip.c:559 ../rewrite/rewriteManip.c:566 -msgid "getInsertSelectQuery: expected to find SELECT subquery" -msgstr "getInsertSelectQuery: 预期找到 SELECT 子查询" +#: access/heap/heapam.c:1416 +msgid "heap_update: failed ReadBuffer" +msgstr "heap_update: ReadBuffer 失败" -#: ../rewrite/rewriteManip.c:577 -msgid "getInsertSelectQuery: can't find rule placeholders" -msgstr "getInsertSelectQuery: 无法找到规则占位符" +#: access/heap/heapam.c:1441 +msgid "heap_update: (am)invalid tid" +msgstr "heap_update: (am)无效的 tid" -#: ../rewrite/rewriteManip.c:611 ../rewrite/rewriteManip.c:651 -msgid "Conditional utility statements are not implemented" -msgstr "未实现条件工具语句" +#: access/heap/heapam.c:1704 +msgid "simple_heap_update: tuple already updated by self" +msgstr "simple_heap_update: 元组已经自己更新了" -#: ../rewrite/rewriteManip.c:776 -msgid "ResolveNew: can't handle whole-tuple reference" -msgstr "ResolveNew: 无法处理全元组引用" +#: access/heap/heapam.c:1712 +msgid "simple_heap_update: tuple concurrently updated" +msgstr "simple_heap_update: 元组被同时更新了" -#: ../rewrite/rewriteDefine.c:62 +#: access/heap/heapam.c:1716 executor/execMain.c:1566 #, c-format -msgid "Attempt to insert rule \"%s\" failed: already exists" -msgstr "试图插入规则 \"%s\" 失败: 已经存在" +msgid "Unknown status %u from heap_update" +msgstr "来自 heap_update 的无效状态 %u" -#: ../rewrite/rewriteDefine.c:129 -msgid "rules not allowed for insert or delete events to an attribute" -msgstr "不允许规则对一个属性进行插入或者删除事件" +#: access/heap/heapam.c:1736 +msgid "heap_mark4update: failed ReadBuffer" +msgstr "heap_mark4update: ReadBuffer 失败" -#: ../rewrite/rewriteDefine.c:198 -msgid "attribute level rules currently not supported" -msgstr "目前不支持属性级别的规则" +#: access/heap/heapam.c:1753 +msgid "heap_mark4update: (am)invalid tid" +msgstr "heap_mark4update: (am)无效的 tid" -#: ../rewrite/rewriteDefine.c:218 -msgid "" -"rule actions on OLD currently not supported\n" -"\tuse views or triggers instead" +#: access/heap/heapam.c:2044 +msgid "heap_clean_redo: no block" msgstr "" -"目前不支持在 OLD 上的规则动作\n" -"\t用视图或者触发器代替" -#: ../rewrite/rewriteDefine.c:221 -msgid "" -"rule actions on NEW currently not supported\n" -"\tuse triggers instead" -msgstr "" -"目前不支持在 NEW 上的规则动作\n" -"\t用触发器代替" +#: access/heap/heapam.c:2048 +msgid "heap_clean_redo: uninitialized page" +msgstr "heap_clean_redo: 未初始化的页" -#: ../rewrite/rewriteDefine.c:239 -msgid "" -"instead nothing rules on select currently not supported\n" -"\tuse views instead" +#: access/heap/heapam.c:2102 +#, c-format +msgid "heap_delete_%sdo: no block" msgstr "" -"目前不支持在 select 上的 instead nothing 规则\n" -"\t用视图代替" -#: ../rewrite/rewriteDefine.c:247 -msgid "multiple action rules on select currently not supported" -msgstr "目前不支持在 select 上的多动作规则" +#: access/heap/heapam.c:2106 +#, c-format +msgid "heap_delete_%sdo: uninitialized page" +msgstr "heap_delete_%sdo: 未初始化的页" -#: ../rewrite/rewriteDefine.c:254 -msgid "only instead-select rules currently supported on select" -msgstr "目前只支持在 select 上的 instead-select 规则" +#: access/heap/heapam.c:2118 +msgid "heap_delete_undo: bad page LSN" +msgstr "" -#: ../rewrite/rewriteDefine.c:260 -msgid "event qualifications not supported for rules on select" -msgstr "不支持在 select 上规则的事件条件" +#: access/heap/heapam.c:2125 +#, c-format +msgid "heap_delete_%sdo: invalid lp" +msgstr "" -#: ../rewrite/rewriteDefine.c:278 -msgid "select rule's target list has too many entries" -msgstr "选择规则的目标列表的记录太多" +#: access/heap/heapam.c:2145 +msgid "heap_delete_undo: unimplemented" +msgstr "heap_delete_undo: 未实现" -#: ../rewrite/rewriteDefine.c:284 +#: access/heap/heapam.c:2173 #, c-format -msgid "select rule's target entry %d has different column name from %s" -msgstr "选择规则的目标记录 %d 的名字和 %s 不同" +msgid "heap_insert_%sdo: uninitialized page" +msgstr "heap_insert_%sdo: 未初始化的页" -#: ../rewrite/rewriteDefine.c:287 -#, c-format -msgid "select rule's target entry %d has different type from attribute %s" -msgstr "选择规则的目标记录 %d 和属性 %s 的类型不同" +#: access/heap/heapam.c:2197 +msgid "heap_insert_redo: invalid max offset number" +msgstr "" -#: ../rewrite/rewriteDefine.c:298 -#, c-format -msgid "select rule's target entry %d has different size from attribute %s" -msgstr "选择规则的目标记录 %d 与属性 %s 的大小不同" +#: access/heap/heapam.c:2221 +msgid "heap_insert_redo: failed to add tuple" +msgstr "heap_insert_redo: 增加元组失败" -#: ../rewrite/rewriteDefine.c:302 -msgid "select rule's target list has too few entries" -msgstr "选择规则的目标列表记录数目太少" +#: access/heap/heapam.c:2231 +msgid "heap_insert_undo: bad page LSN" +msgstr "" -#: ../rewrite/rewriteDefine.c:315 -#, c-format -msgid "\"%s\" is already a view" -msgstr "\"%s\" 已经是一个视图了" +#: access/heap/heapam.c:2233 +msgid "heap_insert_undo: unimplemented" +msgstr "heap_insert_undo: 未实现" -#: ../rewrite/rewriteDefine.c:326 +#: access/heap/heapam.c:2264 #, c-format -msgid "view rule for \"%s\" must be named \"%s\"" -msgstr "用于 \"%s\" 的视图规则必须命名为 \"%s\"" +msgid "heap_update_%sdo: no block" +msgstr "" -#: ../rewrite/rewriteDefine.c:345 +#: access/heap/heapam.c:2268 #, c-format -msgid "Relation \"%s\" is not empty. Cannot convert it to view" -msgstr "关系 \"%s\" 不为空. 无法把它转换成视图" +msgid "heap_update_%sdo: uninitialized old page" +msgstr "heap_update_%sdo: 未初始化老的页" -#: ../rewrite/rewriteDefine.c:503 -#, c-format -msgid "RenameRewriteRule: rule \"%s\" does not exist" -msgstr "RenameRewriteRule: 规则 \"%s\" 不存在" +#: access/heap/heapam.c:2282 +msgid "heap_update_undo: bad old tuple page LSN" +msgstr "" -#: ../rewrite/rewriteDefine.c:507 +#: access/heap/heapam.c:2289 #, c-format -msgid "Attempt to rename rule \"%s\" failed: \"%s\" already exists" -msgstr "试图给规则 \"%s\" 重命名失败: \"%s\" 已经存在" +msgid "heap_update_%sdo: invalid lp" +msgstr "heap_update_%sdo: 无效的 lp" + +#: access/heap/heapam.c:2324 access/heap/heapam.c:2424 +msgid "heap_update_undo: unimplemented" +msgstr "heap_update_undo: 未实现" -#: ../rewrite/rewriteSupport.c:100 +#: access/heap/heapam.c:2345 #, c-format -msgid "SetRelationRuleStatus: cache lookup failed for relation %u" -msgstr "SetRelationRuleStatus: 为关系 %u 查找缓冲区失败" +msgid "heap_update_%sdo: uninitialized page" +msgstr "heap_update_%sdo: 未初始化页" -#: ../rewrite/rewriteHandler.c:272 -msgid "ApplyRetrieveRule: expected just one rule action" -msgstr "ApplyRetrieveRule: 预期只有一个规则动作" +#: access/heap/heapam.c:2369 +msgid "heap_update_redo: invalid max offset number" +msgstr "" -#: ../rewrite/rewriteHandler.c:274 -msgid "ApplyRetrieveRule: can't handle qualified ON SELECT rule" -msgstr "ApplyRetrieveRule: 无法处理有条件的 ON SELECT 规则" +#: access/heap/heapam.c:2413 +msgid "heap_update_redo: failed to add tuple" +msgstr "heap_update_redo: 增加元组失败" -#: ../rewrite/rewriteHandler.c:276 -msgid "ApplyRetrieveRule: can't handle per-attribute ON SELECT rule" -msgstr "ApplyRetrieveRule: 无法处理每个属性的 ON SELECT 规则" +#: access/heap/heapam.c:2422 +msgid "heap_update_undo: bad new tuple page LSN" +msgstr "heap_update_undo: 坏的新元组页 LSN" -#: ../rewrite/rewriteHandler.c:491 ../rewrite/rewriteHandler.c:778 -#, c-format -msgid "Relation \"%s\" with OID %u no longer exists" -msgstr "有着 OID 为 %2$u 的关系 \"%1$s\" 不再存在" +#: access/heap/heapam.c:2440 +msgid "_heap_unlock_tuple: can't open relation" +msgstr "_heap_unlock_tuple: 无法打开关系" -#: ../rewrite/rewriteHandler.c:558 -msgid "fireRIRrules: failed to remove aggs from qual" -msgstr "fireRIRrules: 无法从条件中删除聚集" +#: access/heap/heapam.c:2445 +msgid "_heap_unlock_tuple: can't read buffer" +msgstr "_heap_unlock_tuple: 无法读取缓冲区" -#: ../rewrite/rewriteHandler.c:830 -#, c-format -msgid "query rewritten %d times, may contain cycles" -msgstr "查询重写了 %d 次, 可能包含循环" +#: access/heap/heapam.c:2449 +msgid "_heap_unlock_tuple: uninitialized page" +msgstr "_heap_unlock_tuple: 未初始化页" -#: ../rewrite/rewriteHandler.c:951 -msgid "Cannot insert into a view without an appropriate rule" -msgstr "没有合适规则情况下无法插入一个视图" +#: access/heap/heapam.c:2453 +msgid "_heap_unlock_tuple: invalid itemid" +msgstr "_heap_unlock_tuple: 无效的 itemid" -#: ../rewrite/rewriteHandler.c:954 -msgid "Cannot update a view without an appropriate rule" -msgstr "没有合适规则情况下无法更新一个视图" +#: access/heap/heapam.c:2457 +msgid "_heap_unlock_tuple: unused/deleted tuple in rollback" +msgstr "" -#: ../rewrite/rewriteHandler.c:957 -msgid "Cannot delete from a view without an appropriate rule" -msgstr "没有合适规则情况下无法从视图中删除" +#: access/heap/heapam.c:2462 +msgid "_heap_unlock_tuple: invalid xmax in rollback" +msgstr "" -#: ../rewrite/rewriteHandler.c:960 +#: access/heap/heapam.c:2486 #, c-format -msgid "QueryRewrite: unexpected commandType %d" -msgstr "QueryRewrite: 意外的 commandType %d" +msgid "heap_redo: unknown op code %u" +msgstr "heap_redo: 未知的 op 代码 %u" -#: ../rewrite/rewriteRemove.c:44 +#: access/heap/heapam.c:2506 #, c-format -msgid "Rule or view \"%s\" not found" -msgstr "没有找到名为 \"%s\" 的规则或视图" +msgid "heap_undo: unknown op code %u" +msgstr "heap_undo: 未知的 op 代码 %u" -#: ../rewrite/rewriteRemove.c:53 ../utils/adt/tid.c:157 +#: access/heap/hio.c:47 +msgid "RelationPutHeapTuple: failed to add tuple" +msgstr "RelatioinPutHeapTuple: 增加元组失败" + +#: access/heap/hio.c:107 #, c-format -msgid "Relation %u not found" -msgstr "未找到关系 %u" +msgid "Tuple is too big: size %lu, max size %ld" +msgstr "元组太大: 大小 %lu, 最大大小 %ld" -#: ../rewrite/rewriteRemove.c:93 +#: access/heap/hio.c:271 #, c-format -msgid "Rule \"%s\" not found" -msgstr "未找到规则 \"%s\"" +msgid "Tuple is too big: size %lu" +msgstr "元组太大: 大小 %lu" -#: ../rewrite/rewriteRemove.c:114 -msgid "Cannot remove a view's SELECT rule" -msgstr "无法删除视图的 SELECT 规则" +#: access/heap/tuptoaster.c:899 +msgid "Failed to build TOAST tuple" +msgstr "建立 TOAST 元组失败" -#: ../libpq/crypt.c:85 -#, c-format -msgid "could not open %s: %s" -msgstr "无法打开 %s: %s" +#: access/heap/tuptoaster.c:915 +msgid "Failed to insert index entry for TOAST tuple" +msgstr "为 TOAST 元组插入索引记录失败" -#: ../libpq/be-fsstubs.c:85 +#: access/heap/tuptoaster.c:1074 access/heap/tuptoaster.c:1254 #, c-format -msgid "lo_open(%u,%d)" +msgid "unexpected chunk number %d (expected %d) for toast value %u" msgstr "" -#: ../libpq/be-fsstubs.c:103 +#: access/heap/tuptoaster.c:1080 access/heap/tuptoaster.c:1087 +#: access/heap/tuptoaster.c:1260 access/heap/tuptoaster.c:1267 #, c-format -msgid "cannot open large object %u" -msgstr "无法打开大对象 %u" - -#: ../libpq/be-fsstubs.c:123 -#, c-format -msgid "lo_close: invalid large obj descriptor (%d)" -msgstr "lo_close: 无效大对象描述符 (%d)" +msgid "unexpected chunk size %d in chunk %d for toast value %u" +msgstr "" -#: ../libpq/be-fsstubs.c:127 +#: access/heap/tuptoaster.c:1092 #, c-format -msgid "lo_close(%d)" +msgid "unexpected chunk number %d for toast value %u" msgstr "" -#: ../libpq/be-fsstubs.c:159 +#: access/heap/tuptoaster.c:1110 access/heap/tuptoaster.c:1294 #, c-format -msgid "lo_read: invalid large obj descriptor (%d)" -msgstr "lo_read: 无效大对象描述符 (%d)" +msgid "missing chunk number %d for toast value %u" +msgstr "" -#: ../libpq/be-fsstubs.c:181 -#, c-format -msgid "lo_write: invalid large obj descriptor (%d)" -msgstr "lo_write: 无效大对象描述符 (%d)" +#: access/index/genam.c:74 +msgid "RelationGetIndexScan: relation invalid" +msgstr "RelationGetIndexScan: 关系无效" -#: ../libpq/be-fsstubs.c:207 -#, c-format -msgid "lo_lseek: invalid large obj descriptor (%d)" -msgstr "lo_lseek: 无效大对象描述符 (%d)" +#: access/index/genam.c:139 +msgid "IndexScanEnd: invalid scan" +msgstr "IndexScanEnd: 无效的扫描" -#: ../libpq/be-fsstubs.c:262 +#: access/index/indexam.c:92 access/index/indexam.c:101 #, c-format -msgid "lo_tell: invalid large object descriptor (%d)" -msgstr "lo_tell: 无效大对象描述符 (%d)" - -#: ../libpq/be-fsstubs.c:364 -msgid "" -"You must have Postgres superuser privilege to use server-side lo_import().\n" -"\tAnyone can use the client-side lo_import() provided by libpq." +msgid "index_%s: invalid %s regproc" msgstr "" -"要使用服务器端的 lo_import(), 你必须有 Postgres 超级用户权限.\n" -"\t任何人都可以使用 libpq 提供的客户端 lo_import()." -#: ../libpq/be-fsstubs.c:379 +#: access/index/indexam.c:132 access/index/indexam.c:155 +#: access/index/indexam.c:178 #, c-format -msgid "lo_import: can't open unix file \"%s\": %m" -msgstr "lo_import: 无法打开 unix 文件 \"%s\": %m" +msgid "%s is not an index relation" +msgstr "%s 不是索引关系" -#: ../libpq/be-fsstubs.c:387 +#: access/index/indexam.c:719 #, c-format -msgid "lo_import: can't create inv object for \"%s\"" -msgstr "lo_import: 无法为 \"%s\"创建转置大对象" +msgid "Missing support function %d for attribute %d of index %s" +msgstr "" -#: ../libpq/be-fsstubs.c:398 +#: access/index/istrat.c:238 #, c-format -msgid "lo_import: error while reading \"%s\"" -msgstr "lo_import: 读取 \"%s\" 的时候发生错误" - -#: ../libpq/be-fsstubs.c:427 -msgid "" -"You must have Postgres superuser privilege to use server-side lo_export().\n" -"\tAnyone can use the client-side lo_export() provided by libpq." +msgid "StrategyTermEvaluate: impossible case %d" msgstr "" -"要使用服务器端的 lo_export(), 你必须有 Postgres 超级用户权限.\n" -"\t任何人都可以使用 libpq 提供的客户端 lo_export()." -#: ../libpq/be-fsstubs.c:437 +#: access/index/istrat.c:313 #, c-format -msgid "lo_export: can't open inv object %u" -msgstr "lo_export: 无法打开转置对象 %u" +msgid "RelationGetStrategy: impossible case %d" +msgstr "" -#: ../libpq/be-fsstubs.c:455 -#, c-format -msgid "lo_export: can't open unix file \"%s\": %m" -msgstr "lo_export: 无法打开 unix 文件 \"%s\": %m" +#: access/index/istrat.c:319 +msgid "RelationGetStrategy: corrupted evaluation" +msgstr "" -#: ../libpq/be-fsstubs.c:465 +#: access/index/istrat.c:438 #, c-format -msgid "lo_export: error while writing \"%s\"" -msgstr "lo_export: 写出 \"%s\" 时出错" +msgid "RelationInvokeStrategy: cannot evaluate strategy %d" +msgstr "" -#: ../libpq/auth.c:456 +#: access/nbtree/nbtinsert.c:240 #, c-format -msgid "%s authentication failed for user \"%s\"" -msgstr "为用户 \"%2$s\" %1$s 认证失败" - -#: ../libpq/auth.c:477 -msgid "Missing or erroneous pg_hba.conf file, see postmaster log for details" -msgstr "缺失或者时拿到错误的 pg_hba.conf 文件, 见 postmaster 日志获取细节" +msgid "Cannot insert a duplicate key into unique index %s" +msgstr "" -#: ../libpq/auth.c:506 +#: access/nbtree/nbtinsert.c:294 #, c-format -msgid "No pg_hba.conf entry for host %s, user %s, database %s" -msgstr "没有用于主机 %s, 用户 %s, 数据库 %s 的 pg_hba.conf 记录" +msgid "_bt_check_unique: fell off the end of %s" +msgstr "" -#: ../libpq/auth.c:538 +#: access/nbtree/nbtinsert.c:390 #, c-format -msgid "pg_local_sendauth: can't do setsockopt: %s\n" -msgstr "pg_local_sendauth: 无法进行 setsockopt: %s\n" +msgid "btree: index item size %lu exceeds maximum %lu" +msgstr "" -#: ../libpq/pqformat.c:201 +#: access/nbtree/nbtinsert.c:448 #, c-format -msgid "pq_sendint: unsupported size %d" -msgstr "pq_sendint: 不支持的尺寸 %d" +msgid "_bt_insertonpg: fell off the end of %s" +msgstr "" -#: ../nodes/copyfuncs.c:2980 -#, c-format -msgid "copyObject: don't know how to copy node type %d" -msgstr "copyObject: 不知道如何拷贝节点类型 %d" +#: access/nbtree/nbtinsert.c:708 +msgid "btree: failed to add hikey to the right sibling" +msgstr "" -#: ../nodes/readfuncs.c:70 -msgid "toIntList: unexpected datatype" -msgstr "toIntList: 非预期数据类型" +#: access/nbtree/nbtinsert.c:733 +msgid "btree: failed to add hikey to the left sibling" +msgstr "" -#: ../nodes/readfuncs.c:104 -msgid "toOidList: unexpected datatype" -msgstr "toOidList: 非预期数据类型" +#: access/nbtree/nbtinsert.c:818 +msgid "btree: right sibling's left-link doesn't match" +msgstr "" -#: ../nodes/readfuncs.c:798 +#: access/nbtree/nbtinsert.c:1062 #, c-format -msgid "_readExpr: unknown opType \"%.*s\"" -msgstr "_readExpr: 未知 opType \"%.*s\"" +msgid "_bt_findsplitloc: can't find a feasible split point for %s" +msgstr "" -#: ../nodes/readfuncs.c:2024 -#, c-format -msgid "badly formatted planstring \"%.10s\"..." -msgstr "错误的规划串(planstring) \"%.10s\"" +#: access/nbtree/nbtinsert.c:1196 +msgid "_bt_insert_parent: concurrent ROOT page split" +msgstr "" -#: ../nodes/readfuncs.c:2057 ../nodes/readfuncs.c:2089 +#: access/nbtree/nbtinsert.c:1235 access/nbtree/nbtpage.c:854 #, c-format -msgid "readDatum: expected '%s', got '%s'; length = %lu" -msgstr "readDatum: 预期 '%s', 得到 '%s'; 长度 = %lu" +msgid "" +"_bt_getstackbuf: my bits moved right off the end of the world!\n" +"\tRecreate index %s." +msgstr "" -#: ../nodes/readfuncs.c:2064 -#, c-format -msgid "readDatum: byval & length = %lu" +#: access/nbtree/nbtinsert.c:1434 +msgid "btree: failed to add leftkey to new root page" msgstr "" -#: ../nodes/equalfuncs.c:202 -#, c-format -msgid "_equalParam: Invalid paramkind value: %d" -msgstr "equalParam: 非法 paramkind 值: %d" +#: access/nbtree/nbtinsert.c:1451 +msgid "btree: failed to add rightkey to new root page" +msgstr "" -#: ../nodes/equalfuncs.c:2127 +#: access/nbtree/nbtinsert.c:1536 #, c-format -msgid "equal: don't know whether nodes of type %d are equal" -msgstr "equal: 不知道类型为 %d 的节点是否相等" - -#: ../nodes/list.c:162 -msgid "tryout to nconc a list to itself" -msgstr "试图给一个列表本身进行 nconc" - -#: ../nodes/read.c:296 -msgid "nodeRead: did not find '}' at end of plan node" -msgstr "nodeRead: 在规划节点的结尾没有找到 '}'" +msgid "btree: failed to add item to the %s for %s" +msgstr "btree: 为 %2$s 向 %1$s 增加项失败" -#: ../nodes/read.c:376 +#: access/nbtree/nbtpage.c:47 #, c-format -msgid "nodeRead: Bad type %d" -msgstr "nodeRead: 错误的类型 %d" +msgid "Cannot initialize non-empty btree %s" +msgstr "无法初始化非空的 btree %s" -#: ../nodes/outfuncs.c:1295 +#: access/nbtree/nbtpage.c:148 access/nbtree/nbtpage.c:323 #, c-format -msgid "_outValue: don't know how to print type %d " -msgstr "outValue: 不知道如何打印类型 %d" +msgid "Index %s is not a btree" +msgstr "索引 %s 不是一个 btree" -#: ../nodes/outfuncs.c:1675 +#: access/nbtree/nbtpage.c:152 access/nbtree/nbtpage.c:327 #, c-format -msgid "_outNode: don't know how to print type %d " -msgstr "outNode: 不知道如何打印类型 %d" +msgid "Version mismatch on %s: version %d file, version %d code" +msgstr "" -#: ../tioga/tgRecipe.c:81 +#: access/nbtree/nbtpage.c:268 access/nbtree/nbtpage.c:354 #, c-format -msgid "" -"TextArray2ArrTgString: badly formed string, must have %c as first character\n" -msgstr "TextArray2ArrTgString: 字串形式格式错误, 必须以 %c 作为首字符\n" - -#: ../tioga/tgRecipe.c:91 -msgid "TextArray2ArrTgString: text string ended prematurely\n" -msgstr "TextArray2ArrTgString: 文本字串提前结束\n" - -#: ../tioga/tgRecipe.c:97 -msgid "textArray2ArrTgString: missing a begin quote\n" -msgstr "textArray2ArrTgString: 缺少开引号\n" - -#: ../tioga/tgRecipe.c:102 -msgid "textArray2ArrTgString: missing an end quote\n" -msgstr "textArray2ArrTgString: 缺少关引号\n" +msgid "No live root page found in %s" +msgstr "" -#: ../tioga/tgRecipe.c:138 +#: access/nbtree/nbtpage.c:277 access/nbtree/nbtpage.c:363 #, c-format -msgid "Element named %s not found in recipe named %s" +msgid "Root page %u of %s has level %u, expected %u" msgstr "" -#: ../tioga/tgRecipe.c:162 -#, c-format -msgid "Node named %s not found in recipe named %s" +#: access/nbtree/nbtpage.c:419 +msgid "_bt_getbuf: FSM returned nonrecyclable page" msgstr "" -#: ../tioga/tgRecipe.c:249 -#, c-format -msgid "fillTgNode: unknown nodeType field value : %s\n" +#: access/nbtree/nbtpage.c:778 +msgid "_bt_pagedel: not enough stack items" msgstr "" -#: ../tioga/tgRecipe.c:328 -#, c-format -msgid "fillTgElement(): unknown srcLang field value : %s\n" +#: access/nbtree/nbtpage.c:808 +msgid "_bt_pagedel: no left sibling (concurrent deletion?)" msgstr "" -#: ../tioga/tgRecipe.c:338 -#, c-format -msgid "fillTgElement(): unknown elemType field value : %s\n" +#: access/nbtree/nbtpage.c:840 +msgid "_bt_pagedel: left link changed unexpectedly" msgstr "" -#: ../tioga/tgRecipe.c:378 -#, c-format -msgid "lookupEdges(): Error while executing query : %s\n" +#: access/nbtree/nbtpage.c:957 +msgid "_bt_pagedel: right sibling is not next child" msgstr "" -#: ../tioga/tgRecipe.c:379 ../tioga/tgRecipe.c:542 ../tioga/tgRecipe.c:561 -#: ../tioga/tgRecipe.c:598 ../tioga/tgRecipe.c:709 +#: access/nbtree/nbtree.c:818 #, c-format -msgid "result = %s, error is %s\n" +msgid "btvacuumcleanup: FlushRelationBuffers returned %d" msgstr "" -#: ../tioga/tgRecipe.c:404 -msgid "lookupEdges(): SANITY CHECK failed. Edge with invalid fromPort value!" +#: access/nbtree/nbtree.c:931 +#, c-format +msgid "" +"_bt_restscan: my bits moved right off the end of the world!\n" +"\tRecreate index %s." msgstr "" -#: ../tioga/tgRecipe.c:409 -msgid "lookupEdges(): SANITY CHECK failed. Edge with invalid toPort value!!" +#: access/nbtree/nbtree.c:946 +#, c-format +msgid "_bt_restscan: fell off the end of %s" msgstr "" -#: ../tioga/tgRecipe.c:418 -msgid "lookupEdges(): SANITY CHECK failed. Edge with bad fromNode value!" +#: access/nbtree/nbtsearch.c:171 +#, c-format +msgid "_bt_moveright: fell off the end of %s" msgstr "" -#: ../tioga/tgRecipe.c:424 -msgid "lookupEdges(): SANITY CHECK failed. Edge with bad toNode value!" +#: access/nbtree/nbtsearch.c:555 +msgid "_bt_first: btree doesn't support is(not)null, yet" msgstr "" -#: ../tioga/tgRecipe.c:471 -msgid "Internal Error: connectTee() called with a null origToNode" +#: access/nbtree/nbtsearch.c:703 +msgid "_bt_first: equal items disappeared?" msgstr "" -#: ../tioga/tgRecipe.c:541 ../tioga/tgRecipe.c:560 +#: access/nbtree/nbtsearch.c:994 #, c-format -msgid "fillAllNodes(): Error while executing query : %s\n" +msgid "_bt_walk_left: fell off the end of %s" msgstr "" -#: ../tioga/tgRecipe.c:597 +#: access/nbtree/nbtsearch.c:1018 #, c-format -msgid "fillAllElements(): Error while executing query : %s\n" +msgid "_bt_walk_left: can't find left sibling in %s" msgstr "" -#: ../tioga/tgRecipe.c:708 +#: access/nbtree/nbtsearch.c:1078 #, c-format -msgid "retrieveRecipe: Error while executing query : %s\n" +msgid "_bt_get_endpoint: fell off the end of %s" msgstr "" -#: ../tioga/tgRecipe.c:717 +#: access/nbtree/nbtsearch.c:1090 #, c-format -msgid "retrieveRecipe(): No recipe named %s exists\n" +msgid "_bt_get_endpoint: btree level %u not found" msgstr "" -#: ../tioga/tgRecipe.c:722 +#: access/nbtree/nbtsearch.c:1179 #, c-format -msgid "retrieveRecipe(): Multiple (%d) recipes named %s exists\n" +msgid "Illegal scan direction %d" msgstr "" -#: ../utils/mb/mbutils.c:225 -#, c-format -msgid "Invalid encoding name %s" -msgstr "无效的编码名 '%s'" +#: access/nbtree/nbtsort.c:335 +msgid "btree: failed to add item to the page in _bt_sort" +msgstr "" -#: ../utils/mb/mbutils.c:230 ../utils/mb/mbutils.c:273 +#: access/nbtree/nbtsort.c:400 #, c-format -msgid "Conversion from %s to %s is not possible" +msgid "btree: index item size %lu exceeds maximum %ld" msgstr "" -#: ../utils/mb/mbutils.c:236 ../utils/mb/mbutils.c:280 -msgid "Encoding conversion failed" +#: access/nbtree/nbtutils.c:230 +msgid "_bt_orderkeys: key(s) for attribute 1 missed" msgstr "" -#: ../utils/mb/mbutils.c:267 +#: access/nbtree/nbtutils.c:308 #, c-format -msgid "Invalid source encoding name %s" -msgstr "无效编码名 '%s'" +msgid "_bt_orderkeys: key(s) for attribute %d missed" +msgstr "" -#: ../utils/mb/mbutils.c:269 +#: access/nbtree/nbtutils.c:465 #, c-format -msgid "Invalid destination encoding name %s" -msgstr "无效用户名 '%s'" +msgid "_bt_getstrategynumber: unable to identify operator %u" +msgstr "" -#: ../utils/mb/mbutils.c:448 -msgid "SetDatabaseEncoding(): invalid database encoding" +#: access/nbtree/nbtxlog.c:67 +msgid "forget_matching_split: block unfound" msgstr "" -#: ../utils/mb/conv.c:1209 -msgid "Could not convert UTF-8 to ISO8859-1" +#: access/nbtree/nbtxlog.c:82 +msgid "forget_matching_split: fishy is_root data" msgstr "" -#: ../utils/mb/conv.c:1289 -#, c-format -msgid "utf_to_local: could not convert UTF-8 (0x%04x). Ignored" +#: access/nbtree/nbtxlog.c:104 +msgid "_bt_restore_page: can't add item to page" msgstr "" -#: ../utils/mb/conv.c:1386 -#, c-format -msgid "Invalid encoding number %d" -msgstr "无效编码编号 %d" +#: access/nbtree/nbtxlog.c:121 +msgid "_bt_restore_meta: no metapage" +msgstr "" -#: ../utils/mb/conv.c:1423 +#: access/nbtree/nbtxlog.c:177 #, c-format -msgid "local_to_utf: could not convert (0x%04x) %s to UTF-8. Ignored" +msgid "btree_insert_%sdo: block unfound" msgstr "" -#: ../utils/mb/encnames.c:176 -msgid "pg_char_to_encname_struct(): encoding name too long" +#: access/nbtree/nbtxlog.c:180 +#, c-format +msgid "btree_insert_%sdo: uninitialized page" msgstr "" -#: ../utils/adt/numeric.c:1501 -msgid "Cannot convert NaN to int4" +#: access/nbtree/nbtxlog.c:194 +msgid "btree_insert_redo: failed to add item" msgstr "" -#: ../utils/adt/numeric.c:1551 -msgid "Cannot convert NaN to int8" +#: access/nbtree/nbtxlog.c:204 +msgid "btree_insert_undo: bad page LSN" msgstr "" -#: ../utils/adt/numeric.c:1602 -msgid "Cannot convert NaN to int2" +#: access/nbtree/nbtxlog.c:212 +msgid "btree_insert_undo: unimplemented" msgstr "" -#: ../utils/adt/numeric.c:1739 -msgid "do_numeric_accum: expected 3-element numeric array" +#: access/nbtree/nbtxlog.c:260 +#, c-format +msgid "btree_split_%s: lost left sibling" msgstr "" -#: ../utils/adt/numeric.c:1830 -msgid "numeric_avg: expected 3-element numeric array" +#: access/nbtree/nbtxlog.c:266 +msgid "btree_split_undo: uninitialized left sibling" msgstr "" -#: ../utils/adt/numeric.c:1865 -msgid "numeric_variance: expected 3-element numeric array" +#: access/nbtree/nbtxlog.c:288 +msgid "btree_split_undo: bad left sibling LSN" msgstr "" -#: ../utils/adt/numeric.c:1932 -msgid "numeric_stddev: expected 3-element numeric array" +#: access/nbtree/nbtxlog.c:289 access/nbtree/nbtxlog.c:324 +msgid "btree_split_undo: unimplemented" msgstr "" -#: ../utils/adt/numeric.c:2114 -msgid "int2_avg_accum: expected 2-element int8 array" +#: access/nbtree/nbtxlog.c:295 +#, c-format +msgid "btree_split_%s: lost right sibling" msgstr "" -#: ../utils/adt/numeric.c:2134 -msgid "int4_avg_accum: expected 2-element int8 array" +#: access/nbtree/nbtxlog.c:301 +msgid "btree_split_undo: uninitialized right sibling" msgstr "" -#: ../utils/adt/numeric.c:2152 -msgid "int8_avg: expected 2-element int8 array" +#: access/nbtree/nbtxlog.c:323 +msgid "btree_split_undo: bad right sibling LSN" msgstr "" -#: ../utils/adt/numeric.c:2344 ../utils/adt/numeric.c:2359 -#: ../utils/adt/numeric.c:2377 ../utils/adt/numeric.c:2381 -#: ../utils/adt/numeric.c:2392 -#, c-format -msgid "Bad numeric input format '%s'" +#: access/nbtree/nbtxlog.c:334 +msgid "btree_split_redo: lost next right page" msgstr "" -#: ../utils/adt/numeric.c:2711 -#, c-format -msgid "" -"overflow on numeric ABS(value) >= 10^%d for field with precision %d scale %d" +#: access/nbtree/nbtxlog.c:338 +msgid "btree_split_redo: uninitialized next right page" msgstr "" -#: ../utils/adt/numeric.c:3125 -msgid "division by zero on numeric" +#: access/nbtree/nbtxlog.c:387 +msgid "btree_delete_redo: block unfound" msgstr "" -#: ../utils/adt/numeric.c:3430 -msgid "math error on numeric - cannot compute SQRT of negative value" +#: access/nbtree/nbtxlog.c:390 +msgid "btree_delete_redo: uninitialized page" msgstr "" -#: ../utils/adt/numeric.c:3516 -msgid "argument for EXP() too big" +#: access/nbtree/nbtxlog.c:448 +msgid "btree_delete_page_redo: parent block unfound" msgstr "" -#: ../utils/adt/numeric.c:3583 -msgid "math error on numeric - cannot compute LN of value <= zero" +#: access/nbtree/nbtxlog.c:452 +msgid "btree_delete_page_redo: uninitialized parent page" msgstr "" -#: ../utils/adt/datum.c:71 -msgid "datumGetSize: Invalid Datum Pointer" +#: access/nbtree/nbtxlog.c:492 +msgid "btree_delete_page_redo: lost right sibling" msgstr "" -#: ../utils/adt/timestamp.c:66 ../utils/adt/timestamp.c:189 -#, c-format -msgid "Bad timestamp external representation '%s'" +#: access/nbtree/nbtxlog.c:495 +msgid "btree_delete_page_redo: uninitialized right sibling" msgstr "" -#: ../utils/adt/timestamp.c:72 ../utils/adt/timestamp.c:195 -#, c-format -msgid "Timestamp out of range '%s'" -msgstr "Timestamp 超出范围 '%s'" +#: access/nbtree/nbtxlog.c:518 +msgid "btree_delete_page_redo: lost left sibling" +msgstr "" -#: ../utils/adt/timestamp.c:88 -#, c-format -msgid "Timestamp '%s' no longer supported" +#: access/nbtree/nbtxlog.c:521 +msgid "btree_delete_page_redo: uninitialized left sibling" msgstr "" -#: ../utils/adt/timestamp.c:93 +#: access/nbtree/nbtxlog.c:541 #, c-format -msgid "Timestamp '%s' not parsed; internal coding error" +msgid "btree_delete_page_%s: lost target page" msgstr "" -#: ../utils/adt/timestamp.c:121 -msgid "Unable to format timestamp; internal coding error" +#: access/nbtree/nbtxlog.c:546 +msgid "btree_delete_page_undo: uninitialized target page" msgstr "" -#: ../utils/adt/timestamp.c:211 -#, c-format -msgid "Timestamp with time zone '%s' no longer supported" +#: access/nbtree/nbtxlog.c:564 +msgid "btree_delete_page_undo: bad left sibling LSN" msgstr "" -#: ../utils/adt/timestamp.c:216 -#, c-format -msgid "Timestamp with time zone '%s' not parsed; internal coding error" +#: access/nbtree/nbtxlog.c:565 +msgid "btree_delete_page_undo: unimplemented" msgstr "" -#: ../utils/adt/timestamp.c:245 -msgid "Unable to format timestamp with time zone; internal coding error" +#: access/nbtree/nbtxlog.c:601 +msgid "btree_newroot_redo: no root page" msgstr "" -#: ../utils/adt/timestamp.c:300 ../utils/adt/timestamp.c:308 -#, c-format -msgid "Bad interval external representation '%s'" +#: access/nbtree/nbtxlog.c:671 +msgid "btree_newpage_redo: block unfound" msgstr "" -#: ../utils/adt/timestamp.c:312 +#: access/nbtree/nbtxlog.c:730 #, c-format -msgid "Interval '%s' no longer supported" +msgid "btree_redo: unknown op code %u" msgstr "" -#: ../utils/adt/timestamp.c:316 +#: access/nbtree/nbtxlog.c:781 #, c-format -msgid "Interval '%s' not parsed; internal coding error" +msgid "btree_undo: unknown op code %u" msgstr "" -#: ../utils/adt/timestamp.c:336 -msgid "Unable to encode interval; internal coding error" +#: access/nbtree/nbtxlog.c:946 +msgid "btree_xlog_cleanup: left block unfound" msgstr "" -#: ../utils/adt/timestamp.c:339 -msgid "Unable to format interval; internal coding error" +#: access/nbtree/nbtxlog.c:951 +msgid "btree_xlog_cleanup: right block unfound" msgstr "" -#: ../utils/adt/timestamp.c:1015 -msgid "Unable to subtract non-finite timestamps" +#: access/rtree/rtree.c:331 +#, c-format +msgid "rtdoinsert: failed to add index item to %s" msgstr "" -#: ../utils/adt/timestamp.c:1075 -msgid "" -"Unable to add timestamp and interval\n" -"\ttimestamp_pl_span() internal error encoding timestamp" +#: access/rtree/rtree.c:523 access/rtree/rtree.c:547 +#, c-format +msgid "rtdosplit: failed to add index item to %s" msgstr "" -#: ../utils/adt/timestamp.c:1082 -msgid "" -"Unable to add timestamp and interval\n" -"\ttimestamp_pl_span() internal error decoding timestamp" +#: access/rtree/rtree.c:643 +msgid "Variable-length rtree keys are not supported." msgstr "" -#: ../utils/adt/timestamp.c:1167 -msgid "" -"Unable to add timestamp and interval\n" -"\ttimestamptz_pl_span() internal error encoding timestamp" +#: access/rtree/rtree.c:663 +#, c-format +msgid "rtintinsert: failed to add index item to %s" msgstr "" -#: ../utils/adt/timestamp.c:1172 -msgid "" -"Unable to add timestamp and interval\n" -"\ttimestamptz_pl_span() internal error decoding timestamp" +#: access/rtree/rtree.c:689 access/rtree/rtree.c:694 +#, c-format +msgid "rtnewroot: failed to add index item to %s" msgstr "" -#: ../utils/adt/timestamp.c:1354 -msgid "interval_div: divide by 0.0 error" +#: access/rtree/rtree.c:781 +#, c-format +msgid "rtree: index item size %lu exceeds maximum %lu" msgstr "" -#: ../utils/adt/timestamp.c:1391 -msgid "interval_accum: expected 2-element interval array" +#: access/rtree/rtree.c:1068 +msgid "rtpicksplit: failed to find a workable page split" msgstr "" -#: ../utils/adt/timestamp.c:1430 -msgid "interval_avg: expected 2-element interval array" +#: access/rtree/rtree.c:1347 +msgid "rtree_redo: unimplemented" msgstr "" -#: ../utils/adt/timestamp.c:1549 -msgid "" -"Unable to encode interval\n" -"\ttimestamp_age() internal coding error" +#: access/rtree/rtree.c:1353 +msgid "rtree_undo: unimplemented" msgstr "" -#: ../utils/adt/timestamp.c:1553 -msgid "" -"Unable to decode timestamp\n" -"\ttimestamp_age() internal coding error" +#: access/rtree/rtscan.c:255 +#, c-format +msgid "rtree scan list corrupted -- cannot find 0x%p" msgstr "" -#: ../utils/adt/timestamp.c:1658 ../utils/adt/timestamp.c:1661 -msgid "Unable to decode timestamp" +#: access/rtree/rtscan.c:391 +#, c-format +msgid "Bad operation in rtree scan adjust: %d" msgstr "" -#: ../utils/adt/timestamp.c:1714 -msgid "Bad timestamp external representation (too long)" -msgstr "" +#: access/transam/clog.c:546 access/transam/clog.c:598 +#, c-format +msgid "open of %s failed: %m" +msgstr "打开 %s 失败: %m" -#: ../utils/adt/timestamp.c:1770 -msgid "Bad timestamp with time zone external representation (too long)" +#: access/transam/clog.c:547 +#, c-format +msgid "clog file %s doesn't exist, reading as zeroes" msgstr "" -#: ../utils/adt/timestamp.c:1827 -msgid "Bad interval external representation (too long)" +#: access/transam/clog.c:553 access/transam/clog.c:606 +#, c-format +msgid "lseek of clog file %u, offset %u failed: %m" msgstr "" -#: ../utils/adt/timestamp.c:1857 ../utils/adt/timestamp.c:1944 -#: ../utils/adt/timestamp.c:2033 ../utils/adt/timestamp.c:2096 -#: ../utils/adt/timestamp.c:2205 ../utils/adt/timestamp.c:2349 -#: ../utils/adt/timestamp.c:2502 ../utils/adt/timestamp.c:2595 +#: access/transam/clog.c:558 #, c-format -msgid "Interval units '%s' not recognized" +msgid "read of clog file %u, offset %u failed: %m" msgstr "" -#: ../utils/adt/timestamp.c:1906 ../utils/adt/timestamp.c:1993 -#: ../utils/adt/timestamp.c:2284 ../utils/adt/timestamp.c:2312 +#: access/transam/clog.c:602 access/transam/xlog.c:1377 #, c-format -msgid "Timestamp units '%s' not supported" -msgstr "不支持单位为 '%s' 的 Timestamp" +msgid "creation of file %s failed: %m" +msgstr "创建文件 %s 失败: %m" -#: ../utils/adt/timestamp.c:1911 ../utils/adt/timestamp.c:2000 +#: access/transam/clog.c:615 #, c-format -msgid "Unable to truncate timestamp to '%s'" +msgid "write of clog file %u, offset %u failed: %m" +msgstr "写入 clog 文件 %u, 偏移量 %u 失败: %m" + +#: access/transam/clog.c:834 +msgid "unable to truncate commit log: apparent wraparound" msgstr "" -#: ../utils/adt/timestamp.c:1915 ../utils/adt/timestamp.c:2004 -#: ../utils/adt/timestamp.c:2319 +#: access/transam/clog.c:889 #, c-format -msgid "Timestamp units '%s' not recognized" +msgid "could not open transaction-commit log directory (%s): %m" msgstr "" -#: ../utils/adt/timestamp.c:2081 ../utils/adt/timestamp.c:2570 +#: access/transam/clog.c:905 #, c-format -msgid "Interval units '%s' not supported" -msgstr "不支持单位为 '%s' 的时间间隔" +msgid "removing commit log file %s" +msgstr "" -#: ../utils/adt/timestamp.c:2085 +#: access/transam/clog.c:914 #, c-format -msgid "Unable to truncate interval to '%s'" +msgid "could not read transaction-commit log directory (%s): %m" msgstr "" -#: ../utils/adt/timestamp.c:2090 -msgid "Unable to decode interval; internal coding error" +#: access/transam/xact.c:407 +msgid "You may only have 2^32-1 commands per transaction" msgstr "" -#: ../utils/adt/timestamp.c:2118 -msgid "isoweek2date(): can't convert without year information" +#: access/transam/xact.c:690 +#, c-format +msgid "RecordTransactionAbort: xact %u already committed" msgstr "" -#: ../utils/adt/timestamp.c:2298 ../utils/adt/timestamp.c:2305 -msgid "Unable to encode timestamp" +#: access/transam/xact.c:900 +msgid "CommitTransaction and not in in-progress state" msgstr "" -#: ../utils/adt/timestamp.c:2439 ../utils/adt/timestamp.c:2468 -#, c-format -msgid "Timestamp with time zone units '%s' not supported" +#: access/transam/xact.c:1040 +msgid "AbortTransaction and not in in-progress state" msgstr "" -#: ../utils/adt/timestamp.c:2454 ../utils/adt/timestamp.c:2461 -msgid "Unable to encode timestamp with time zone" +#: access/transam/xact.c:1124 +msgid "CleanupTransaction and not in abort state" msgstr "" -#: ../utils/adt/timestamp.c:2474 -#, c-format -msgid "Timestamp with time zone units '%s' not recognized" +#: access/transam/xact.c:1155 +msgid "StartTransactionCommand: can't prevent chain" msgstr "" -#: ../utils/adt/timestamp.c:2579 -msgid "" -"Unable to decode interval\n" -"\tinterval_part() internal coding error" +#: access/transam/xact.c:1174 +msgid "StartTransactionCommand: unexpected TBLOCK_BEGIN" msgstr "" -#: ../utils/adt/date.c:1480 ../utils/adt/date.c:1504 -#: ../utils/adt/timestamp.c:2623 ../utils/adt/timestamp.c:2645 -#: ../utils/adt/timestamp.c:2765 ../utils/adt/timestamp.c:2808 -#, c-format -msgid "Time zone '%s' not recognized" +#: access/transam/xact.c:1195 +msgid "StartTransactionCommand: unexpected TBLOCK_END" msgstr "" -#: ../utils/adt/date.c:1524 ../utils/adt/timestamp.c:2668 -#: ../utils/adt/timestamp.c:2838 -#, c-format -msgid "INTERVAL time zone '%s' not legal (month specified)" +#: access/transam/xact.c:1218 +msgid "StartTransactionCommand: unexpected TBLOCK_ENDABORT" msgstr "" -#: ../utils/adt/timestamp.c:2698 -msgid "Unable to convert timestamp to timestamp with time zone (tm)" +#. translator: %s represents an SQL statement name +#: access/transam/xact.c:1431 +#, c-format +msgid "%s cannot run inside a transaction block" msgstr "" -#: ../utils/adt/timestamp.c:2703 -msgid "Unable to convert timestamp to timestamp with time zone" +#. translator: %s represents an SQL statement name +#: access/transam/xact.c:1441 +#, c-format +msgid "%s cannot be executed from a function" msgstr "" -#: ../utils/adt/timestamp.c:2730 -msgid "Unable to convert timestamp with time zone to timestamp (tm)" +#: access/transam/xact.c:1445 +msgid "PreventTransactionChain: can't prevent chain" msgstr "" -#: ../utils/adt/timestamp.c:2733 -msgid "Unable to convert timestamp with time zone to timestamp" +#. translator: %s represents an SQL statement name +#: access/transam/xact.c:1452 +#, c-format +msgid "%s will be committed automatically" msgstr "" -#: ../utils/adt/timestamp.c:2787 -msgid "" -"Unable to decode timestamp\n" -"\ttimestamp_zone() internal coding error" +#. translator: %s represents an SQL statement name +#: access/transam/xact.c:1495 +#, c-format +msgid "%s may only be used in begin/end transaction blocks" msgstr "" -#: ../utils/adt/timestamp.c:2848 -msgid "" -"Unable to decode timestamp\n" -"\ttimestamp_izone() internal coding error" +#: access/transam/xact.c:1516 +msgid "BEGIN: already a transaction in progress" msgstr "" -#: ../utils/adt/nabstime.c:343 ../utils/adt/nabstime.c:358 -#, c-format -msgid "Invalid timezone '%s'" -msgstr "无效时区 '%s'" - -#: ../utils/adt/nabstime.c:440 -#, c-format -msgid "Bad (length) abstime external representation '%s'" +#: access/transam/xact.c:1579 +msgid "COMMIT: no transaction in progress" msgstr "" -#: ../utils/adt/nabstime.c:444 -#, c-format -msgid "Bad abstime external representation '%s'" +#: access/transam/xact.c:1615 access/transam/xact.c:1661 +msgid "ROLLBACK: no transaction in progress" msgstr "" -#: ../utils/adt/nabstime.c:471 +#: access/transam/xact.c:1739 access/transam/xact.c:1750 #, c-format -msgid "Bad abstime (internal coding error) '%s'" +msgid "xact_redo: unknown op code %u" msgstr "" -#: ../utils/adt/nabstime.c:661 ../utils/adt/nabstime.c:726 -msgid "Unable to convert timestamp to abstime" +#: access/transam/xact.c:1748 +msgid "xact_undo: can't undo committed xaction" msgstr "" -#: ../utils/adt/nabstime.c:684 -msgid "Unable to convert abstime 'invalid' to timestamp" +#: access/transam/xact.c:1785 +msgid "XactPushRollback: already installed" msgstr "" -#: ../utils/adt/nabstime.c:745 -msgid "Unable to convert abstime 'invalid' to timestamptz" +#: access/transam/xlog.c:505 +#, c-format +msgid "XLogInsert: invalid info mask %02X" msgstr "" -#: ../utils/adt/nabstime.c:788 +#: access/transam/xlog.c:610 #, c-format -msgid "Bad (length) reltime external representation '%s'" +msgid "XLogInsert: can backup %d blocks at most" msgstr "" -#: ../utils/adt/nabstime.c:792 +#: access/transam/xlog.c:628 #, c-format -msgid "Bad reltime external representation '%s'" +msgid "XLogInsert: invalid record length %u" msgstr "" -#: ../utils/adt/nabstime.c:802 +#: access/transam/xlog.c:785 access/transam/xlog.c:2637 scan.l:36 +#: utils/adt/name.c:52 utils/adt/varchar.c:83 utils/adt/varchar.c:357 +#: utils/adt/varlena.c:226 #, c-format -msgid "Bad reltime (internal coding error) '%s'" +msgid "%s" msgstr "" -#: ../utils/adt/nabstime.c:860 +#: access/transam/xlog.c:1029 #, c-format -msgid "Unable to decode tinterval '%s'" +msgid "XLogWrite: write request %X/%X is past end of log %X/%X" msgstr "" -#: ../utils/adt/nabstime.c:961 -msgid "Unable to convert reltime 'invalid' to interval" +#: access/transam/xlog.c:1046 access/transam/xlog.c:1156 +#: access/transam/xlog.c:3363 +#, c-format +msgid "close of log file %u, segment %u failed: %m" msgstr "" -#: ../utils/adt/not_in.c:65 -msgid "int4notin: must provide relationname.attributename" +#: access/transam/xlog.c:1081 +msgid "XLogWrite: time for a checkpoint, signaling postmaster" msgstr "" -#: ../utils/adt/not_in.c:76 +#: access/transam/xlog.c:1100 #, c-format -msgid "int4notin: unknown attribute %s for relation %s" +msgid "lseek of log file %u, segment %u, offset %u failed: %m" msgstr "" -#: ../utils/adt/acl.c:89 +#: access/transam/xlog.c:1112 #, c-format -msgid "getid: identifier must be <%d characters" +msgid "write of log file %u, segment %u, offset %u failed: %m" msgstr "" -#: ../utils/adt/acl.c:125 +#: access/transam/xlog.c:1216 #, c-format -msgid "aclparse: input = '%s'" +msgid "XLogFlush%s: request %X/%X; write %X/%X; flush %X/%X" msgstr "" -#: ../utils/adt/acl.c:137 -msgid "aclparse: bad keyword, must be [group|user]" -msgstr "" - -#: ../utils/adt/acl.c:140 -msgid "aclparse: a name must follow the [group|user] keyword" +#: access/transam/xlog.c:1312 +#, c-format +msgid "XLogFlush: request %X/%X is not satisfied --- flushed only to %X/%X" msgstr "" -#: ../utils/adt/acl.c:157 +#: access/transam/xlog.c:1355 access/transam/xlog.c:1436 +#: access/transam/xlog.c:1544 access/transam/xlog.c:1548 #, c-format -msgid "aclparse: mode change flag must use \"%s\"" +msgid "open of %s (log file %u, segment %u) failed: %m" msgstr "" -#: ../utils/adt/acl.c:188 +#: access/transam/xlog.c:1404 #, c-format -msgid "aclparse: mode flags must use \"%s\"" +msgid "ZeroFill failed to write %s: %m" msgstr "" -#: ../utils/adt/acl.c:207 +#: access/transam/xlog.c:1409 #, c-format -msgid "aclparse: correctly read [%x %d %x], modechg=%x" -msgstr "" +msgid "fsync of file %s failed: %m" +msgstr "fsync 文件 %s 失败: %m" -#: ../utils/adt/acl.c:227 +#: access/transam/xlog.c:1512 #, c-format -msgid "makeacl: invalid size: %d" +msgid "" +"link from %s to %s (initialization of log file %u, segment %u) failed: %m" msgstr "" -#: ../utils/adt/acl.c:257 -msgid "aclitemin: cannot accept anything but = ACLs" +#: access/transam/xlog.c:1517 +#, c-format +msgid "" +"rename from %s to %s (initialization of log file %u, segment %u) failed: %m" msgstr "" -#: ../utils/adt/acl.c:261 -msgid "aclitemin: extra garbage at end of specification" +#: access/transam/xlog.c:1598 +#, c-format +msgid "could not open transaction log directory (%s): %m" msgstr "" -#: ../utils/adt/acl.c:329 +#: access/transam/xlog.c:1613 #, c-format -msgid "aclitemout: bad ai_idtype: %d" +msgid "archiving transaction log file %s" msgstr "" -#: ../utils/adt/acl.c:448 -msgid "aclinsert3: insertion before world ACL??" +#: access/transam/xlog.c:1615 +msgid "archiving log files is not implemented!" msgstr "" -#: ../utils/adt/acl.c:557 -msgid "aclremove: removal of the world ACL??" +#: access/transam/xlog.c:1629 +#, c-format +msgid "recycled transaction log file %s" msgstr "" -#: ../utils/adt/acl.c:828 ../utils/adt/acl.c:899 ../utils/adt/acl.c:1023 +#: access/transam/xlog.c:1635 #, c-format -msgid "has_table_privilege: invalid relation oid %u" -msgstr "" +msgid "removing transaction log file %s" +msgstr "删除事务日志文件 %s" -#: ../utils/adt/acl.c:960 +#: access/transam/xlog.c:1644 #, c-format -msgid "has_table_privilege: invalid privilege type %s" -msgstr "" +msgid "could not read transaction log directory (%s): %m" +msgstr "无法读取事务日志目录 (%s): %m" -#: ../utils/adt/acl.c:1062 +#: access/transam/xlog.c:1717 #, c-format -msgid "has_table_privilege: relation \"%s\" does not exist" +msgid "ReadRecord: bad resource manager data checksum in record at %X/%X" msgstr "" -#: ../utils/adt/like.c:495 ../utils/adt/like_match.c:294 -msgid "ESCAPE string must be empty or one character" +#: access/transam/xlog.c:1739 +#, c-format +msgid "ReadRecord: bad checksum of backup block %d in record at %X/%X" msgstr "" -#: ../utils/adt/int.c:96 -msgid "int2vector value has too many values" +#: access/transam/xlog.c:1808 +#, c-format +msgid "ReadRecord: invalid record offset at %X/%X" msgstr "" -#: ../utils/adt/int.c:250 +#: access/transam/xlog.c:1831 #, c-format -msgid "i4toi2: '%d' causes int2 underflow" +msgid "ReadRecord: lseek of log file %u, segment %u, offset %u failed: %m" msgstr "" -#: ../utils/adt/int.c:252 +#: access/transam/xlog.c:1837 access/transam/xlog.c:1921 #, c-format -msgid "i4toi2: '%d' causes int2 overflow" +msgid "ReadRecord: read of log file %u, segment %u, offset %u failed: %m" msgstr "" -#: ../utils/adt/mac.c:51 +#: access/transam/xlog.c:1847 #, c-format -msgid "macaddr_in: error in parsing \"%s\"" +msgid "ReadRecord: contrecord is requested by %X/%X" msgstr "" -#: ../utils/adt/mac.c:56 +#: access/transam/xlog.c:1861 #, c-format -msgid "macaddr_in: illegal address \"%s\"" +msgid "ReadRecord: record with zero length at %X/%X" msgstr "" -#: ../utils/adt/mac.c:129 -msgid "Text is too long to convert to MAC address" +#: access/transam/xlog.c:1885 +#, c-format +msgid "ReadRecord: record length %u at %X/%X too long" msgstr "" -#: ../utils/adt/oid.c:46 +#: access/transam/xlog.c:1891 #, c-format -msgid "%s: error reading \"%s\": %m" +msgid "ReadRecord: invalid resource manager id %u at %X/%X" msgstr "" -#: ../utils/adt/oid.c:49 ../utils/adt/oid.c:63 +#: access/transam/xlog.c:1929 #, c-format -msgid "%s: error in \"%s\": can't parse \"%s\"" +msgid "" +"ReadRecord: there is no ContRecord flag in log file %u, segment %u, offset %u" msgstr "" -#: ../utils/adt/oid.c:84 +#: access/transam/xlog.c:1937 #, c-format -msgid "%s: error reading \"%s\": %s" +msgid "" +"ReadRecord: invalid ContRecord length %u in log file %u, segment %u, offset %" +"u" msgstr "" -#: ../utils/adt/oid.c:138 -msgid "oidvector value has too many values" +#: access/transam/xlog.c:2001 +#, c-format +msgid "" +"ReadRecord: invalid magic number %04X in log file %u, segment %u, offset %u" msgstr "" -#: ../utils/adt/tid.c:54 +#: access/transam/xlog.c:2007 #, c-format -msgid "invalid tid format: '%s'" -msgstr "无效 tid 格式: '%s'" +msgid "" +"ReadRecord: invalid info bits %04X in log file %u, segment %u, offset %u" +msgstr "" -#: ../utils/adt/tid.c:182 +#: access/transam/xlog.c:2015 #, c-format -msgid "Relation %s not found" +msgid "" +"ReadRecord: unexpected pageaddr %X/%X in log file %u, segment %u, offset %u" msgstr "" -#: ../utils/adt/ri_triggers.c:185 -msgid "RI_FKey_check() not fired by trigger manager" +#. translator: SUI = startup id +#: access/transam/xlog.c:2037 +#, c-format +msgid "" +"ReadRecord: out-of-sequence SUI %u (after %u) in log file %u, segment %u, " +"offset %u" msgstr "" -#: ../utils/adt/ri_triggers.c:188 -msgid "RI_FKey_check() must be fired AFTER ROW" -msgstr "" +#: access/transam/xlog.c:2096 +msgid "invalid LC_COLLATE setting" +msgstr "无效的 LC_COLLATE 设置" -#: ../utils/adt/ri_triggers.c:191 -msgid "RI_FKey_check() must be fired for INSERT or UPDATE" +#: access/transam/xlog.c:2100 +msgid "invalid LC_CTYPE setting" +msgstr "无效的 LC_CTYPE 设置" + +#: access/transam/xlog.c:2118 +msgid "sizeof(ControlFileData) is larger than BLCKSZ; fix either one" msgstr "" -#: ../utils/adt/ri_triggers.c:199 -msgid "wrong # of arguments in call to RI_FKey_check()" +#: access/transam/xlog.c:2126 +#, c-format +msgid "WriteControlFile: could not create control file (%s): %m" msgstr "" -#: ../utils/adt/ri_triggers.c:201 +#: access/transam/xlog.c:2135 #, c-format -msgid "too many keys (%d max) in call to RI_FKey_check()" +msgid "WriteControlFile: write to control file failed: %m" msgstr "" -#: ../utils/adt/ri_triggers.c:264 ../utils/adt/ri_triggers.c:375 -msgid "SPI_connect() failed in RI_FKey_check()" +#: access/transam/xlog.c:2139 +#, c-format +msgid "WriteControlFile: fsync of control file failed: %m" msgstr "" -#: ../utils/adt/ri_triggers.c:271 ../utils/adt/ri_triggers.c:454 -msgid "SPI_execp() failed in RI_FKey_check()" +#: access/transam/xlog.c:2155 access/transam/xlog.c:2278 +#, c-format +msgid "could not open control file (%s): %m" msgstr "" -#: ../utils/adt/ri_triggers.c:276 +#: access/transam/xlog.c:2158 #, c-format -msgid "%s referential integrity violation - no rows found in %s" +msgid "read from control file failed: %m" msgstr "" -#: ../utils/adt/ri_triggers.c:282 ../utils/adt/ri_triggers.c:466 -msgid "SPI_finish() failed in RI_FKey_check()" +#: access/transam/xlog.c:2170 +#, c-format +msgid "" +"The database cluster was initialized with PG_CONTROL_VERSION %d,\n" +"\tbut the server was compiled with PG_CONTROL_VERSION %d.\n" +"\tIt looks like you need to initdb." msgstr "" -#: ../utils/adt/ri_triggers.c:292 ../utils/adt/ri_triggers.c:697 -#: ../utils/adt/ri_triggers.c:911 ../utils/adt/ri_triggers.c:1104 -#: ../utils/adt/ri_triggers.c:1328 ../utils/adt/ri_triggers.c:1539 -#: ../utils/adt/ri_triggers.c:1761 ../utils/adt/ri_triggers.c:1965 -#: ../utils/adt/ri_triggers.c:2219 ../utils/adt/ri_triggers.c:2470 -#: ../utils/adt/ri_triggers.c:2750 ../utils/adt/ri_triggers.c:2832 -msgid "MATCH PARTIAL not yet supported" +#: access/transam/xlog.c:2183 +msgid "invalid checksum in control file" msgstr "" -#: ../utils/adt/ri_triggers.c:328 +#: access/transam/xlog.c:2199 #, c-format msgid "" -"%s referential integrity violation - MATCH FULL doesn't allow mixing of NULL " -"and NON-NULL key values" +"The database cluster was initialized with CATALOG_VERSION_NO %d,\n" +"\tbut the backend was compiled with CATALOG_VERSION_NO %d.\n" +"\tIt looks like you need to initdb." msgstr "" -#: ../utils/adt/ri_triggers.c:352 -msgid "MATCH PARTIAL not yet implemented" +#: access/transam/xlog.c:2205 +#, c-format +msgid "" +"The database cluster was initialized with BLCKSZ %d,\n" +"\tbut the backend was compiled with BLCKSZ %d.\n" +"\tIt looks like you need to initdb." msgstr "" -#: ../utils/adt/ri_triggers.c:459 +#: access/transam/xlog.c:2211 #, c-format msgid "" -"%s referential integrity violation - key referenced from %s not found in %s" +"The database cluster was initialized with RELSEG_SIZE %d,\n" +"\tbut the backend was compiled with RELSEG_SIZE %d.\n" +"\tIt looks like you need to recompile or initdb." msgstr "" -#: ../utils/adt/ri_triggers.c:473 -msgid "internal error #1 in ri_triggers.c" +#: access/transam/xlog.c:2218 +#, c-format +msgid "" +"The database cluster was initialized with NAMEDATALEN %d,\n" +"\tbut the backend was compiled with NAMEDATALEN %d.\n" +"\tIt looks like you need to recompile or initdb." msgstr "" -#: ../utils/adt/ri_triggers.c:538 -msgid "RI_FKey_noaction_del() not fired by trigger manager" +#: access/transam/xlog.c:2225 +#, c-format +msgid "" +"The database cluster was initialized with FUNC_MAX_ARGS %d,\n" +"\tbut the backend was compiled with FUNC_MAX_ARGS %d.\n" +"\tIt looks like you need to recompile or initdb." msgstr "" -#: ../utils/adt/ri_triggers.c:541 -msgid "RI_FKey_noaction_del() must be fired AFTER ROW" +#: access/transam/xlog.c:2233 +msgid "" +"The database cluster was initialized without HAVE_INT64_TIMESTAMP\n" +"\tbut the backend was compiled with HAVE_INT64_TIMESTAMP.\n" +"\tIt looks like you need to recompile or initdb." msgstr "" -#: ../utils/adt/ri_triggers.c:543 -msgid "RI_FKey_noaction_del() must be fired for DELETE" +#: access/transam/xlog.c:2239 +msgid "" +"The database cluster was initialized with HAVE_INT64_TIMESTAMP\n" +"\tbut the backend was compiled without HAVE_INT64_TIMESTAMP.\n" +"\tIt looks like you need to recompile or initdb." msgstr "" -#: ../utils/adt/ri_triggers.c:551 -msgid "wrong # of arguments in call to RI_FKey_noaction_del()" +#: access/transam/xlog.c:2246 +#, c-format +msgid "" +"The database cluster was initialized with LOCALE_NAME_BUFLEN %d,\n" +"\tbut the backend was compiled with LOCALE_NAME_BUFLEN %d.\n" +"\tIt looks like you need to initdb." msgstr "" -#: ../utils/adt/ri_triggers.c:553 +#: access/transam/xlog.c:2253 #, c-format -msgid "too many keys (%d max) in call to RI_FKey_noaction_del()" +msgid "" +"The database cluster was initialized with LC_COLLATE '%s',\n" +"\twhich is not recognized by setlocale().\n" +"\tIt looks like you need to initdb." msgstr "" -#: ../utils/adt/ri_triggers.c:608 -msgid "SPI_connect() failed in RI_FKey_noaction_del()" +#: access/transam/xlog.c:2259 +#, c-format +msgid "" +"The database cluster was initialized with LC_CTYPE '%s',\n" +"\twhich is not recognized by setlocale().\n" +"\tIt looks like you need to initdb." msgstr "" -#: ../utils/adt/ri_triggers.c:677 -msgid "SPI_execp() failed in RI_FKey_noaction_del()" +#: access/transam/xlog.c:2286 +#, c-format +msgid "write to control file failed: %m" +msgstr "写入控制文件失败: %m" + +#: access/transam/xlog.c:2290 +#, c-format +msgid "fsync of control file failed: %m" msgstr "" -#: ../utils/adt/ri_triggers.c:682 ../utils/adt/ri_triggers.c:896 -#: ../utils/adt/ri_triggers.c:1524 ../utils/adt/ri_triggers.c:1746 +#: access/transam/xlog.c:2430 #, c-format -msgid "%s referential integrity violation - key in %s still referenced from %s" +msgid "BootStrapXLOG failed to write log file: %m" msgstr "" -#: ../utils/adt/ri_triggers.c:689 -msgid "SPI_finish() failed in RI_FKey_noaction_del()" +#: access/transam/xlog.c:2434 +#, c-format +msgid "BootStrapXLOG failed to fsync log file: %m" msgstr "" -#: ../utils/adt/ri_triggers.c:704 -msgid "internal error #2 in ri_triggers.c" +#: access/transam/xlog.c:2500 +msgid "control file context is broken" msgstr "" -#: ../utils/adt/ri_triggers.c:744 -msgid "RI_FKey_noaction_upd() not fired by trigger manager" +#: access/transam/xlog.c:2503 +#, c-format +msgid "database system was shut down at %s" msgstr "" -#: ../utils/adt/ri_triggers.c:747 -msgid "RI_FKey_noaction_upd() must be fired AFTER ROW" +#: access/transam/xlog.c:2506 +#, c-format +msgid "database system shutdown was interrupted at %s" msgstr "" -#: ../utils/adt/ri_triggers.c:749 -msgid "RI_FKey_noaction_upd() must be fired for UPDATE" +#: access/transam/xlog.c:2509 +#, c-format +msgid "" +"database system was interrupted being in recovery at %s\n" +"\tThis probably means that some data blocks are corrupted\n" +"\tand you will have to use the last backup for recovery." msgstr "" -#: ../utils/adt/ri_triggers.c:757 -msgid "wrong # of arguments in call to RI_FKey_noaction_upd()" +#: access/transam/xlog.c:2514 +#, c-format +msgid "database system was interrupted at %s" msgstr "" -#: ../utils/adt/ri_triggers.c:759 +#: access/transam/xlog.c:2531 #, c-format -msgid "too many keys (%d max) in call to RI_FKey_noaction_upd()" +msgid "checkpoint record is at %X/%X" msgstr "" -#: ../utils/adt/ri_triggers.c:822 -msgid "SPI_connect() failed in RI_FKey_noaction_upd()" +#: access/transam/xlog.c:2540 +#, c-format +msgid "using previous checkpoint record at %X/%X" msgstr "" -#: ../utils/adt/ri_triggers.c:891 -msgid "SPI_execp() failed in RI_FKey_noaction_upd()" +#: access/transam/xlog.c:2545 +msgid "unable to locate a valid checkpoint record" msgstr "" -#: ../utils/adt/ri_triggers.c:903 -msgid "SPI_finish() failed in RI_FKey_noaction_upd()" +#: access/transam/xlog.c:2551 +#, c-format +msgid "redo record is at %X/%X; undo record is at %X/%X; shutdown %s" msgstr "" -#: ../utils/adt/ri_triggers.c:918 -msgid "internal error #3 in ri_triggers.c" +#: access/transam/xlog.c:2555 +#, c-format +msgid "next transaction id: %u; next oid: %u" msgstr "" -#: ../utils/adt/ri_triggers.c:954 -msgid "RI_FKey_cascade_del() not fired by trigger manager" +#: access/transam/xlog.c:2558 +msgid "invalid next transaction id" msgstr "" -#: ../utils/adt/ri_triggers.c:957 -msgid "RI_FKey_cascade_del() must be fired AFTER ROW" +#: access/transam/xlog.c:2569 +msgid "invalid redo in checkpoint record" msgstr "" -#: ../utils/adt/ri_triggers.c:959 -msgid "RI_FKey_cascade_del() must be fired for DELETE" +#: access/transam/xlog.c:2577 +msgid "invalid redo/undo record in shutdown checkpoint" msgstr "" -#: ../utils/adt/ri_triggers.c:967 -msgid "wrong # of arguments in call to RI_FKey_cascade_del()" +#: access/transam/xlog.c:2588 +msgid "" +"database system was not properly shut down; automatic recovery in progress" msgstr "" -#: ../utils/adt/ri_triggers.c:969 +#: access/transam/xlog.c:2615 #, c-format -msgid "too many keys (%d max) in call to RI_FKey_cascade_del()" +msgid "redo starts at %X/%X" msgstr "" -#: ../utils/adt/ri_triggers.c:1025 -msgid "SPI_connect() failed in RI_FKey_cascade_del()" +#: access/transam/xlog.c:2646 +#, c-format +msgid "redo done at %X/%X" msgstr "" -#: ../utils/adt/ri_triggers.c:1091 -msgid "SPI_execp() failed in RI_FKey_cascade_del()" +#: access/transam/xlog.c:2652 +msgid "redo is not required" msgstr "" -#: ../utils/adt/ri_triggers.c:1096 -msgid "SPI_finish() failed in RI_FKey_cascade_del()" +#: access/transam/xlog.c:2734 +#, c-format +msgid "undo starts at %X/%X" msgstr "" -#: ../utils/adt/ri_triggers.c:1111 -msgid "internal error #4 in ri_triggers.c" +#: access/transam/xlog.c:2744 +#, c-format +msgid "undo done at %X/%X" msgstr "" -#: ../utils/adt/ri_triggers.c:1149 -msgid "RI_FKey_cascade_upd() not fired by trigger manager" +#: access/transam/xlog.c:2748 +msgid "undo is not required" msgstr "" -#: ../utils/adt/ri_triggers.c:1152 -msgid "RI_FKey_cascade_upd() must be fired AFTER ROW" +#: access/transam/xlog.c:2804 +msgid "database system is ready" +msgstr "数据库系统准备就绪" + +#: access/transam/xlog.c:2932 +msgid "shutting down" +msgstr "正在关闭" + +#: access/transam/xlog.c:2945 +msgid "database system is shut down" +msgstr "数据库系统已关闭" + +#: access/transam/xlog.c:2966 +msgid "CreateCheckPoint: cannot be called inside transaction block" msgstr "" -#: ../utils/adt/ri_triggers.c:1154 -msgid "RI_FKey_cascade_upd() must be fired for UPDATE" +#: access/transam/xlog.c:3081 +msgid "active transaction while database system is shutting down" msgstr "" -#: ../utils/adt/ri_triggers.c:1162 -msgid "wrong # of arguments in call to RI_FKey_cascade_upd()" +#: access/transam/xlog.c:3127 +msgid "" +"concurrent transaction log activity while database system is shutting down" msgstr "" -#: ../utils/adt/ri_triggers.c:1164 +#: access/transam/xlog.c:3358 access/transam/xlog.c:3386 #, c-format -msgid "too many keys (%d max) in call to RI_FKey_cascade_upd()" +msgid "fsync of log file %u, segment %u failed: %m" msgstr "" -#: ../utils/adt/ri_triggers.c:1228 -msgid "SPI_connect() failed in RI_FKey_cascade_upd()" +#: access/transam/xlog.c:3392 +#, c-format +msgid "fdatasync of log file %u, segment %u failed: %m" msgstr "" -#: ../utils/adt/ri_triggers.c:1315 -msgid "SPI_execp() failed in RI_FKey_cascade_upd()" +#: access/transam/xlog.c:3400 +#, c-format +msgid "bogus wal_sync_method %d" msgstr "" -#: ../utils/adt/ri_triggers.c:1320 -msgid "SPI_finish() failed in RI_FKey_cascade_upd()" +#: access/transam/xlogutils.c:253 +msgid "_xl_remove_hash_entry: file was not found in cache" msgstr "" -#: ../utils/adt/ri_triggers.c:1335 -msgid "internal error #5 in ri_triggers.c" -msgstr "" +#: access/transam/xlogutils.c:350 +msgid "XLogOpenRelation: out of memory for cache" +msgstr "XLogOpenRelation: 缓冲内存用尽" -#: ../utils/adt/ri_triggers.c:1378 -msgid "RI_FKey_restrict_del() not fired by trigger manager" +#: access/transam/xlogutils.c:353 +msgid "XLogOpenRelation: file found on insert into cache" msgstr "" -#: ../utils/adt/ri_triggers.c:1381 -msgid "RI_FKey_restrict_del() must be fired AFTER ROW" +#: bootstrap/bootstrap.c:195 +msgid "" +"Usage:\n" +" postgres -boot [-d level] [-D datadir] [-F] [-o file] [-x num] dbname\n" +" -d 1-5 debug mode\n" +" -D datadir data directory\n" +" -F turn off fsync\n" +" -o file send debug output to file\n" +" -x num internal use\n" msgstr "" +"用法:\n" +" postgres -boot [-d level] [-D datadir] [-F] [-o file] [-x num] dbname\n" +" -d 1-5 调试模式\n" +" -D datadir 数据目录\n" +" -F 关闭 fsync\n" +" -o file 把调试信息输出到文件 file\n" +" -x num 内部使用\n" -#: ../utils/adt/ri_triggers.c:1383 -msgid "RI_FKey_restrict_del() must be fired for DELETE" +#: bootstrap/bootstrap.c:309 postmaster/postmaster.c:309 +#, c-format +msgid "" +"%s does not know where to find the database system data.\n" +"You must specify the directory that contains the database system\n" +"either by specifying the -D invocation option or by setting the\n" +"PGDATA environment variable.\n" +"\n" msgstr "" +"%s 不知道在哪里可以找到数据库系统数据.\n" +"你必须通过声明 -D 调用选项或者通过设置\n" +"PGDATA 环境变量声明包含数据库系统的目录.\n" +"\n" -#: ../utils/adt/ri_triggers.c:1391 -msgid "wrong # of arguments in call to RI_FKey_restrict_del()" +#: bootstrap/bootstrap.c:411 +#, c-format +msgid "Unsupported XLOG op %d" msgstr "" -#: ../utils/adt/ri_triggers.c:1393 +#: bootstrap/bootstrap.c:514 #, c-format -msgid "too many keys (%d max) in call to RI_FKey_restrict_del()" +msgid "open relation %s, attrsize %d" msgstr "" -#: ../utils/adt/ri_triggers.c:1449 -msgid "SPI_connect() failed in RI_FKey_restrict_del()" +#: bootstrap/bootstrap.c:530 +#, c-format +msgid "create attribute %d name %s len %d num %d type %u" msgstr "" -#: ../utils/adt/ri_triggers.c:1519 -msgid "SPI_execp() failed in RI_FKey_restrict_del()" +#: bootstrap/bootstrap.c:549 +#, c-format +msgid "closerel: close of '%s' when '%s' was expected" msgstr "" -#: ../utils/adt/ri_triggers.c:1531 -msgid "SPI_finish() failed in RI_FKey_restrict_del()" +#: bootstrap/bootstrap.c:553 +#, c-format +msgid "closerel: close of '%s' before any relation was opened" msgstr "" -#: ../utils/adt/ri_triggers.c:1546 -msgid "internal error #6 in ri_triggers.c" -msgstr "" +#: bootstrap/bootstrap.c:558 +msgid "no open relation to close" +msgstr "没有已打开的关系要关闭" -#: ../utils/adt/ri_triggers.c:1590 -msgid "RI_FKey_restrict_upd() not fired by trigger manager" -msgstr "" +#: bootstrap/bootstrap.c:561 +#, c-format +msgid "close relation %s" +msgstr "关闭关系 %s" -#: ../utils/adt/ri_triggers.c:1593 -msgid "RI_FKey_restrict_upd() must be fired AFTER ROW" -msgstr "" +#: bootstrap/bootstrap.c:585 +msgid "warning: no open relations allowed with 'create' command" +msgstr "警告: 打开的关系里没有允许 'create' 命令" -#: ../utils/adt/ri_triggers.c:1595 -msgid "RI_FKey_restrict_upd() must be fired for UPDATE" -msgstr "" +#: bootstrap/bootstrap.c:594 +#, c-format +msgid "column %s %s" +msgstr "列 %s %s" -#: ../utils/adt/ri_triggers.c:1603 -msgid "wrong # of arguments in call to RI_FKey_restrict_upd()" -msgstr "" +#: bootstrap/bootstrap.c:684 +#, c-format +msgid "inserting row oid %u, %d columns" +msgstr "插入行 oid %u, %d 列" -#: ../utils/adt/ri_triggers.c:1605 +#: bootstrap/bootstrap.c:696 +msgid "row inserted" +msgstr "行已插入" + +#: bootstrap/bootstrap.c:718 #, c-format -msgid "too many keys (%d max) in call to RI_FKey_restrict_upd()" -msgstr "" +msgid "inserting column %d value '%s'" +msgstr "正在插入数值为 '%2$s' 的字段 %1$d" -#: ../utils/adt/ri_triggers.c:1669 -msgid "SPI_connect() failed in RI_FKey_restrict_upd()" +#: bootstrap/bootstrap.c:724 +msgid "Typ != NULL" msgstr "" -#: ../utils/adt/ri_triggers.c:1741 -msgid "SPI_execp() failed in RI_FKey_restrict_upd()" -msgstr "" +#: bootstrap/bootstrap.c:731 +#, c-format +msgid "unable to find atttypid %u in Typ list" +msgstr "在类型列表中无法找到 atttypid %u" -#: ../utils/adt/ri_triggers.c:1753 -msgid "SPI_finish() failed in RI_FKey_restrict_upd()" -msgstr "" +#: bootstrap/bootstrap.c:742 bootstrap/bootstrap.c:763 +#, c-format +msgid " -> %s" +msgstr " -> %s" -#: ../utils/adt/ri_triggers.c:1768 -msgid "internal error #7 in ri_triggers.c" -msgstr "" +#: bootstrap/bootstrap.c:753 +#, c-format +msgid "type oid %u not found" +msgstr "未找到类型 oid %u" -#: ../utils/adt/ri_triggers.c:1804 -msgid "RI_FKey_setnull_del() not fired by trigger manager" +#: bootstrap/bootstrap.c:754 +#, c-format +msgid "Typ == NULL, typeindex = %u" msgstr "" -#: ../utils/adt/ri_triggers.c:1807 -msgid "RI_FKey_setnull_del() must be fired AFTER ROW" -msgstr "" +#: bootstrap/bootstrap.c:766 +msgid "inserted" +msgstr "已插入" -#: ../utils/adt/ri_triggers.c:1809 -msgid "RI_FKey_setnull_del() must be fired for DELETE" -msgstr "" +#: bootstrap/bootstrap.c:776 +#, c-format +msgid "inserting column %d NULL" +msgstr "正在插入字段 %d NULL" -#: ../utils/adt/ri_triggers.c:1817 -msgid "wrong # of arguments in call to RI_FKey_setnull_del()" -msgstr "" +#: bootstrap/bootstrap.c:823 +msgid "Memory manager fault: cleanup called twice.\n" +msgstr "存储器管理器失败: 清理过程调用了两次.\n" -#: ../utils/adt/ri_triggers.c:1819 +#: bootstrap/bootstrap.c:870 #, c-format -msgid "too many keys (%d max) in call to RI_FKey_setnull_del()" -msgstr "" +msgid "external type: %s" +msgstr "外部类型: %s" -#: ../utils/adt/ri_triggers.c:1875 -msgid "SPI_connect() failed in RI_FKey_setnull_del()" -msgstr "" +#: bootstrap/bootstrap.c:894 +#, c-format +msgid "Error: unknown type '%s'.\n" +msgstr "错误: 未知类型 '%s'.\n" -#: ../utils/adt/ri_triggers.c:1952 -msgid "SPI_execp() failed in RI_FKey_setnull_del()" -msgstr "" +#: bootstrap/bootstrap.c:910 +msgid "AllocateAttribute: malloc failed" +msgstr "AllocateAttribute: malloc 失败" -#: ../utils/adt/ri_triggers.c:1957 -msgid "SPI_finish() failed in RI_FKey_setnull_del()" -msgstr "" +#: bootstrap/bootstrap.c:1061 +msgid "" +"There are too many string constants and identifiers for the compiler to " +"handle." +msgstr "编译器要处理过多的字串约束和标识符." -#: ../utils/adt/ri_triggers.c:1972 -msgid "internal error #8 in ri_triggers.c" -msgstr "" +#: bootparse.y:59 +msgid "start transaction" +msgstr "启动事务" -#: ../utils/adt/ri_triggers.c:2011 -msgid "RI_FKey_setnull_upd() not fired by trigger manager" -msgstr "" +#: bootparse.y:67 +msgid "commit transaction" +msgstr "提交事务" -#: ../utils/adt/ri_triggers.c:2014 -msgid "RI_FKey_setnull_upd() must be fired AFTER ROW" -msgstr "" +#: bootparse.y:158 +#, c-format +msgid "creating%s%s relation %s..." +msgstr "创建 %s%s 关系 %s..." -#: ../utils/adt/ri_triggers.c:2016 -msgid "RI_FKey_setnull_upd() must be fired for UPDATE" -msgstr "" +#: bootparse.y:179 +msgid "create bootstrap: warning, open relation exists, closing first" +msgstr "创建引导数据: 警告, 关系打开已存在, 先关闭" -#: ../utils/adt/ri_triggers.c:2024 -msgid "wrong # of arguments in call to RI_FKey_setnull_upd()" -msgstr "" +#: bootparse.y:189 +msgid "bootstrap relation created" +msgstr "引导关系创建" -#: ../utils/adt/ri_triggers.c:2026 +#: bootparse.y:202 #, c-format -msgid "too many keys (%d max) in call to RI_FKey_setnull_upd()" -msgstr "" +msgid "relation created with oid %u" +msgstr "关系创建为 oid 为 %u" -#: ../utils/adt/ri_triggers.c:2092 -msgid "SPI_connect() failed in RI_FKey_setnull_upd()" -msgstr "" +#: bootparse.y:213 +#, c-format +msgid "inserting row with oid %u..." +msgstr "用 oid %u 插入行..." -#: ../utils/adt/ri_triggers.c:2206 -msgid "SPI_execp() failed in RI_FKey_setnull_upd()" -msgstr "" +#: bootparse.y:215 +msgid "inserting row..." +msgstr "插入行..." -#: ../utils/adt/ri_triggers.c:2211 -msgid "SPI_finish() failed in RI_FKey_setnull_upd()" -msgstr "" +#: bootparse.y:221 +#, c-format +msgid "incorrect number of columns in row (expected %d, got %d)" +msgstr "行中字段数目错误 (预期 %d, 实际 %d)" -#: ../utils/adt/ri_triggers.c:2226 -msgid "internal error #9 in ri_triggers.c" -msgstr "" +#: bootparse.y:225 +msgid "relation not open" +msgstr "关系未打开" -#: ../utils/adt/ri_triggers.c:2262 -msgid "RI_FKey_setdefault_del() not fired by trigger manager" -msgstr "" +#: bootparse.y:306 +msgid "too many columns" +msgstr "太多字段" -#: ../utils/adt/ri_triggers.c:2265 -msgid "RI_FKey_setdefault_del() must be fired AFTER ROW" -msgstr "" +#: bootscanner.l:128 +#, c-format +msgid "syntax error at line %d: unexpected character %s" +msgstr "在第 %d 行处语法错误: 未知字符 %s" -#: ../utils/adt/ri_triggers.c:2267 -msgid "RI_FKey_setdefault_del() must be fired for DELETE" -msgstr "" +#: bootscanner.l:138 +#, c-format +msgid "syntax error at line %d: unexpected token %s" +msgstr "在第 %d 行处语法错误: 未知记号 %s" -#: ../utils/adt/ri_triggers.c:2275 -msgid "wrong # of arguments in call to RI_FKey_setdefault_del()" +#: catalog/aclchk.c:60 +#, c-format +msgid "acl size = %d, # acls = %d" msgstr "" -#: ../utils/adt/ri_triggers.c:2277 +#: catalog/aclchk.c:64 #, c-format -msgid "too many keys (%d max) in call to RI_FKey_setdefault_del()" +msgid "\tacl[%d]: %s" msgstr "" -#: ../utils/adt/ri_triggers.c:2332 -msgid "SPI_connect() failed in RI_FKey_setdefault_del()" +#: catalog/aclchk.c:122 +msgid "grant options can only be granted to individual users" msgstr "" -#: ../utils/adt/ri_triggers.c:2457 -msgid "SPI_execp() failed in RI_FKey_setdefault_del()" +#: catalog/aclchk.c:166 +#, c-format +msgid "bogus GrantStmt.objtype %d" msgstr "" -#: ../utils/adt/ri_triggers.c:2462 -msgid "SPI_finish() failed in RI_FKey_setdefault_del()" +#: catalog/aclchk.c:186 +#, c-format +msgid "invalid privilege type %s for table object" msgstr "" -#: ../utils/adt/ri_triggers.c:2477 -msgid "internal error #10 in ri_triggers.c" -msgstr "" +#: catalog/aclchk.c:215 +#, c-format +msgid "relation %u not found" +msgstr "未找到关系 %u" -#: ../utils/adt/ri_triggers.c:2515 -msgid "RI_FKey_setdefault_upd() not fired by trigger manager" -msgstr "" +#: catalog/aclchk.c:224 +#, c-format +msgid "\"%s\" is an index" +msgstr "\"%s\" 是一个索引" -#: ../utils/adt/ri_triggers.c:2518 -msgid "RI_FKey_setdefault_upd() must be fired AFTER ROW" +#: catalog/aclchk.c:284 +#, c-format +msgid "invalid privilege type %s for database object" msgstr "" -#: ../utils/adt/ri_triggers.c:2520 -msgid "RI_FKey_setdefault_upd() must be fired for UPDATE" -msgstr "" +#: catalog/aclchk.c:314 +#, c-format +msgid "database \"%s\" not found" +msgstr "未找到数据库 \"%s\"" -#: ../utils/adt/ri_triggers.c:2528 -msgid "wrong # of arguments in call to RI_FKey_setdefault_upd()" +#: catalog/aclchk.c:378 +#, c-format +msgid "invalid privilege type %s for function object" msgstr "" -#: ../utils/adt/ri_triggers.c:2530 +#: catalog/aclchk.c:408 parser/parse_func.c:885 parser/parse_func.c:1332 #, c-format -msgid "too many keys (%d max) in call to RI_FKey_setdefault_upd()" -msgstr "" +msgid "function %u not found" +msgstr "未找到函数 %u" -#: ../utils/adt/ri_triggers.c:2595 -msgid "SPI_connect() failed in RI_FKey_setdefault_upd()" +#: catalog/aclchk.c:474 +#, c-format +msgid "invalid privilege type %s for language object" msgstr "" -#: ../utils/adt/ri_triggers.c:2737 -msgid "SPI_execp() failed in RI_FKey_setdefault_upd()" -msgstr "" +#: catalog/aclchk.c:500 +#, c-format +msgid "language \"%s\" not found" +msgstr "未找到语言 \"%s\"" -#: ../utils/adt/ri_triggers.c:2742 -msgid "SPI_finish() failed in RI_FKey_setdefault_upd()" -msgstr "" +#: catalog/aclchk.c:504 +#, c-format +msgid "language \"%s\" is not trusted" +msgstr "语言 \"%s\" 不可信" -#: ../utils/adt/ri_triggers.c:2757 -msgid "internal error #11 in ri_triggers.c" +#: catalog/aclchk.c:567 +#, c-format +msgid "invalid privilege type %s for namespace object" msgstr "" -#: ../utils/adt/ri_triggers.c:2788 -msgid "wrong # of arguments in call to RI_FKey_keyequal_upd()" +#: catalog/aclchk.c:593 +#, c-format +msgid "namespace \"%s\" not found" +msgstr "未找到名字空间 \"%s\"" + +#: catalog/aclchk.c:672 +#, c-format +msgid "privilege_to_string: unrecognized privilege %d" +msgstr "privilege_to_string: 不被认可的权限 %d" + +#: catalog/aclchk.c:694 +#, c-format +msgid "non-existent group \"%s\"" msgstr "" -#: ../utils/adt/ri_triggers.c:2790 +#: catalog/aclchk.c:764 #, c-format -msgid "too many keys (%d max) in call to RI_FKey_keyequal_upd()" +msgid "in_group: group %u not found" msgstr "" -#: ../utils/adt/ri_triggers.c:2839 -msgid "internal error #12 in ri_triggers.c" +#: catalog/aclchk.c:789 +msgid "aclcheck: internal error -- null ACL" msgstr "" -#: ../utils/adt/ri_triggers.c:2872 +#: catalog/aclchk.c:835 commands/user.c:1304 #, c-format -msgid "unrecognized referential integrity MATCH type '%s'" -msgstr "" +msgid "%s: permission denied" +msgstr "%s: 权限不够" -#: ../utils/adt/ri_triggers.c:2922 ../utils/adt/ri_triggers.c:2930 +#: catalog/aclchk.c:838 #, c-format -msgid "constraint %s: table %s does not have an attribute %s" -msgstr "" +msgid "%s: must be owner" +msgstr "%s: 必需为所有者" -#: ../utils/adt/ri_triggers.c:3059 -msgid "out of memory for RI plan cache" +#: catalog/aclchk.c:841 +#, c-format +msgid "%s: unexpected AclResult %d" msgstr "" -#: ../utils/adt/ri_triggers.c:3255 +#: catalog/aclchk.c:869 #, c-format -msgid "ri_AttributesEqual(): cannot find '=' operator for type %u" -msgstr "" +msgid "pg_class_aclcheck: invalid user id %u" +msgstr "pg_class_aclcheck: 非法用户 id %u" -#: ../utils/adt/ri_triggers.c:3273 -msgid "out of memory for RI operator cache" -msgstr "" +#: catalog/aclchk.c:884 +#, c-format +msgid "pg_class_aclcheck: relation %u not found" +msgstr "pg_class_aclcheck: 未找到关系 %u" + +#: catalog/aclchk.c:897 +msgid "pg_class_aclcheck: catalog update: permission denied" +msgstr "pg_class_aclcheck: catalog update: 权限不够" -#: ../utils/adt/varchar.c:116 ../utils/adt/varchar.c:126 -#: ../utils/adt/varchar.c:224 ../utils/adt/varchar.c:236 +#: catalog/aclchk.c:909 #, c-format -msgid "value too long for type character(%d)" -msgstr "" +msgid "pg_class_aclcheck: %u is superuser" +msgstr "pg_calss_aclcheck: %u 是超级用户" -#: ../utils/adt/varchar.c:436 ../utils/adt/varchar.c:506 -#: ../utils/adt/varchar.c:514 +#: catalog/aclchk.c:977 #, c-format -msgid "value too long for type character varying(%d)" -msgstr "" +msgid "pg_database_aclcheck: database %u not found" +msgstr "pg_database_aclcheck: 未找到数据库 %u" -#: ../utils/adt/ruleutils.c:177 -msgid "get_ruledef: cannot connect to SPI manager" -msgstr "" +#: catalog/aclchk.c:1032 +#, c-format +msgid "pg_proc_aclcheck: function %u not found" +msgstr "pg_proc_aclcheck: 未找到函数 %u" -#: ../utils/adt/ruleutils.c:192 ../utils/adt/ruleutils.c:285 +#: catalog/aclchk.c:1085 #, c-format -msgid "SPI_prepare() failed for \"%s\"" -msgstr "" +msgid "pg_language_aclcheck: language %u not found" +msgstr "pg_language_aclcheck: 未找到语言 %u" -#: ../utils/adt/ruleutils.c:204 +#: catalog/aclchk.c:1142 #, c-format -msgid "failed to get pg_rewrite tuple for %s" -msgstr "" +msgid "pg_namespace_aclcheck: namespace %u not found" +msgstr "pg_namespace_aclcheck: 未找到名字空间 %u" -#: ../utils/adt/ruleutils.c:208 ../utils/adt/ruleutils.c:233 -msgid "get_ruledef: SPI_finish() failed" -msgstr "" +#: catalog/aclchk.c:1190 +#, c-format +msgid "pg_class_ownercheck: relation %u not found" +msgstr "pg_class_ownercheck: 未找到关系 %u" -#: ../utils/adt/ruleutils.c:270 -msgid "get_viewdef: cannot connect to SPI manager" -msgstr "" +#: catalog/aclchk.c:1216 +#, c-format +msgid "pg_type_ownercheck: type %u not found" +msgstr "pg_type_ownercheck: 未找到类型 %u" -#: ../utils/adt/ruleutils.c:298 +#: catalog/aclchk.c:1242 #, c-format -msgid "failed to get pg_rewrite tuple for view %s" -msgstr "为视图 %s 获取 pg_rewrite 元组失败" +msgid "pg_oper_ownercheck: operator %u not found" +msgstr "pg_oper_ownercheck: 未找到操作符 %u" -#: ../utils/adt/ruleutils.c:323 -msgid "get_viewdef: SPI_finish() failed" -msgstr "" +#: catalog/aclchk.c:1268 +#, c-format +msgid "pg_proc_ownercheck: function %u not found" +msgstr "pg_proc_ownercheck: 未找到函数 %u" -#: ../utils/adt/ruleutils.c:361 +#: catalog/aclchk.c:1294 #, c-format -msgid "syscache lookup for index %u failed" -msgstr "" +msgid "pg_namespace_ownercheck: namespace %u not found" +msgstr "pg_namespace_ownercheck: 未找到名字空间 %u" -#: ../utils/adt/ruleutils.c:371 ../utils/adt/ruleutils.c:381 +#: catalog/aclchk.c:1321 #, c-format -msgid "syscache lookup for relid %u failed" -msgstr "" +msgid "pg_opclass_ownercheck: operator class %u not found" +msgstr "pg_opclass_ownercheck: 未找到操作符表 %u" -#: ../utils/adt/ruleutils.c:392 +#: catalog/dependency.c:171 #, c-format -msgid "lookup for AM %u failed" +msgid "" +"Cannot drop %s because other objects depend on it\n" +"\tUse DROP ... CASCADE to drop the dependent objects too" msgstr "" +"无法删除 %s 因为有其它对象倚赖它\n" +"\t使用 DROP .. CASCADE 把倚赖对象一并删除" + +#: catalog/dependency.c:229 +#, c-format +msgid "Failed to drop all objects depending on %s" +msgstr "删除所有倚赖于 %s 的对象失败" + +#: catalog/dependency.c:323 catalog/dependency.c:710 +#, c-format +msgid "Cannot drop %s because it is required by the database system" +msgstr "无法删除 %s, 因为它是数据库系统所需要的" -#: ../parser/parse_expr.c:862 ../utils/adt/ruleutils.c:447 -#: ../utils/adt/ruleutils.c:2029 +#: catalog/dependency.c:327 #, c-format -msgid "cache lookup for proc %u failed" +msgid "findAutoDeletableObjects: unknown dependency type '%c' for %s" msgstr "" -#: ../utils/adt/ruleutils.c:747 +#: catalog/dependency.c:457 #, c-format -msgid "get_ruledef: rule %s has unsupported event type %d" +msgid "" +"Cannot drop %s because %s requires it\n" +"\tYou may drop %s instead" msgstr "" +"无法删除 %s, 因为 %s 需要它\n" +"\t你也许可以删除 %s 代替" -#: ../utils/adt/ruleutils.c:931 +#: catalog/dependency.c:483 #, c-format -msgid "get_ruledef of %s: query command type %d not implemented yet" +msgid "recursiveDeletion: multiple INTERNAL dependencies for %s" msgstr "" -#: ../utils/adt/ruleutils.c:1151 +#: catalog/dependency.c:495 #, c-format -msgid "get_setop_query: unexpected set op %d" +msgid "recursiveDeletion: incorrect use of PIN dependency with %s" msgstr "" -#: ../utils/adt/ruleutils.c:1162 +#: catalog/dependency.c:499 catalog/dependency.c:714 #, c-format -msgid "get_setop_query: unexpected node %d" +msgid "recursiveDeletion: unknown dependency type '%c' for %s" msgstr "" -#: ../utils/adt/ruleutils.c:1217 -msgid "get_insert_query_def: too many RTEs in INSERT!" +#: catalog/dependency.c:525 catalog/dependency.c:672 catalog/dependency.c:697 +#, c-format +msgid "Drop auto-cascades to %s" msgstr "" -#: ../utils/adt/ruleutils.c:1364 -msgid "get_utility_query_def: unexpected statement type" +#: catalog/dependency.c:529 catalog/dependency.c:676 +#, c-format +msgid "%s depends on %s" +msgstr "%s 倚赖于 %s" + +#: catalog/dependency.c:535 catalog/dependency.c:682 +#, c-format +msgid "Drop cascades to %s" msgstr "" -#: ../utils/adt/ruleutils.c:1391 +#: catalog/dependency.c:803 #, c-format -msgid "get_names_for_var: bogus varlevelsup %d" +msgid "doDeletion: Unsupported object class %u" msgstr "" -#: ../utils/adt/ruleutils.c:1536 +#: catalog/dependency.c:886 #, c-format -msgid "find_alias_in_namespace: unexpected node type %d" +msgid "find_expr_references_walker: bogus varlevelsup %d" msgstr "" -#: ../utils/adt/ruleutils.c:1647 +#: catalog/dependency.c:890 #, c-format -msgid "phony_equal: unexpected node type %d" +msgid "find_expr_references_walker: bogus varno %d" msgstr "" -#: ../utils/adt/ruleutils.c:1732 +#: catalog/dependency.c:910 #, c-format -msgid "cache lookup for operator %u failed" +msgid "find_expr_references_walker: bogus varattno %d" msgstr "" -#: ../utils/adt/ruleutils.c:1749 -msgid "get_rule_expr: bogus oprkind" +#: catalog/dependency.c:974 +msgid "find_expr_references_walker: already-planned subqueries not supported" msgstr "" -#: ../utils/adt/ruleutils.c:1789 +#: catalog/dependency.c:1310 #, c-format -msgid "get_rule_expr: expr opType %d not supported" +msgid "getObjectClass: Unknown object class %u" msgstr "" -#: ../commands/analyze.c:411 ../utils/adt/ruleutils.c:1867 -#: ../utils/adt/ruleutils.c:1894 ../utils/adt/ruleutils.c:2162 +#: catalog/dependency.c:1367 #, c-format -msgid "cache lookup of type %u failed" -msgstr "" +msgid "getObjectDescription: Cast %u does not exist" +msgstr "getObjectDescription: 转换 %u 不存在" -#: ../utils/adt/ruleutils.c:1872 +#: catalog/dependency.c:1401 #, c-format -msgid "Argument type %s of FieldSelect is not a tuple type" -msgstr "" +msgid "getObjectDescription: Constraint %u does not exist" +msgstr "getObjectDescription: 约束 %u 不存在" -#: ../utils/adt/ruleutils.c:1953 +#: catalog/dependency.c:1431 #, c-format -msgid "get_rule_expr: unexpected nulltesttype %d" -msgstr "" +msgid "getObjectDescription: Conversion %u does not exist" +msgstr "getObjectDescription: 转换 %u 不存在" -#: ../utils/adt/ruleutils.c:1986 +#: catalog/dependency.c:1460 #, c-format -msgid "get_rule_expr: unexpected booltesttype %d" -msgstr "" +msgid "getObjectDescription: Default %u does not exist" +msgstr "getObjectDescription: 默认值 %u 不存在" -#: ../utils/adt/ruleutils.c:1998 +#: catalog/dependency.c:1485 #, c-format -msgid "get_ruledef of %s: unknown node type %d in get_rule_expr()" -msgstr "" +msgid "getObjectDescription: Language %u does not exist" +msgstr "getObjectDescription: 语言 %u 不存在" -#: ../utils/adt/ruleutils.c:2306 +#: catalog/dependency.c:1510 #, c-format -msgid "get_sublink_expr: unsupported sublink type %d" -msgstr "" +msgid "cache lookup of opclass %u failed" +msgstr "在缓冲中查找操作符表 %u 失败" -#: ../utils/adt/ruleutils.c:2450 +#: catalog/dependency.c:1528 utils/adt/ruleutils.c:426 #, c-format -msgid "get_from_clause_item: unknown join type %d" -msgstr "" +msgid "syscache lookup for AM %u failed" +msgstr "在系统缓冲中查找 AM %u 失败" -#: ../utils/adt/ruleutils.c:2501 +#: catalog/dependency.c:1560 #, c-format -msgid "get_from_clause_item: unexpected node type %d" -msgstr "" +msgid "getObjectDescription: Rule %u does not exist" +msgstr "getObjectDescription: 规则 %u 不存在" -#: ../utils/adt/ruleutils.c:2528 ../utils/cache/lsyscache.c:275 +#: catalog/dependency.c:1594 #, c-format -msgid "cache lookup failed for opclass %u" -msgstr "" +msgid "getObjectDescription: Trigger %u does not exist" +msgstr "getObjectDescription: 触发器 %u 不存在" -#: ../utils/adt/ruleutils.c:2558 -msgid "tleIsArrayAssign: I'm confused ..." -msgstr "" +#: catalog/dependency.c:1614 +#, c-format +msgid "getObjectDescription: Schema %u does not exist" +msgstr "getObjectDescription: 大纲 %u 不存在" -#: ../catalog/heap.c:1826 ../catalog/heap.c:2007 ../utils/adt/ruleutils.c:2641 +#: catalog/dependency.c:1646 catalog/heap.c:1655 catalog/pg_constraint.c:470 +#: utils/adt/ruleutils.c:3235 #, c-format msgid "cache lookup of relation %u failed" -msgstr "" +msgstr "缓冲区中关系 %u 的查找失败" -#: ../catalog/heap.c:1426 ../parser/parse_relation.c:959 -#: ../utils/adt/ruleutils.c:2665 +#: catalog/heap.c:156 catalog/heap.c:159 #, c-format -msgid "cache lookup of attribute %d in relation %u failed" -msgstr "" +msgid "SystemAttributeDefinition: invalid attribute number %d" +msgstr "SystemAttributeDefinition: 无效的属性号 %d" -#: ../utils/adt/encode.c:51 ../utils/adt/encode.c:83 +#: catalog/heap.c:226 #, c-format -msgid "No such encoding as '%s'" -msgstr "" +msgid "" +"cannot create %s.%s: system catalog modifications are currently disallowed" +msgstr "无法创建 %s.%s: 系统表修改是不被同时允许的" -#: ../utils/adt/encode.c:60 -msgid "Overflow - encode estimate too small" -msgstr "" +#: catalog/heap.c:353 +#, c-format +msgid "Number of columns is out of range (0 to %d)" +msgstr "字段编号超出范围 (0 到 %d)" -#: ../utils/adt/encode.c:92 -msgid "Overflow - decode estimate too small" +#: catalog/heap.c:368 +#, c-format +msgid "name of column \"%s\" conflicts with an existing system column" +msgstr "字段名 \"%s\" 与已存在的系统字段冲突" + +#: catalog/heap.c:382 +#, c-format +msgid "column name \"%s\" is duplicated" +msgstr "字段名 \"%s\" 被复制" + +#: catalog/heap.c:420 +#, c-format +msgid "" +"Attribute \"%s\" has an unknown type\n" +"\tProceeding with relation creation anyway" msgstr "" +"属性 \"%s\" 有一个未知类型\n" +"\t继续关系的创建" -#: ../utils/adt/encode.c:140 +#: catalog/heap.c:424 #, c-format -msgid "Bad hex code: '%c'" +msgid "Attribute \"%s\" has pseudo-type %s" +msgstr "属性 \"%s\" 有 pseudo-type %s" + +#: catalog/heap.c:431 +#, c-format +msgid "Attribute \"%s\" has composite type %s" +msgstr "属性 \"%s\" 有混和类型 %s" + +#: catalog/heap.c:714 +#, c-format +msgid "Relation '%s' already exists" +msgstr "关系 '%s' 已经存在" + +#: catalog/heap.c:871 +#, c-format +msgid "DeleteRelationTuple: cache lookup failed for relation %u" +msgstr "DeleteRelationTuple: 为关系 %u 查找缓冲区失败" + +#: catalog/heap.c:950 +#, c-format +msgid "RemoveAttributeById: Failed to find attribute %d in relation %u" +msgstr "RemoveAttributeById: 在关系 %2$u 中查找属性 %1$d 失败" + +#: catalog/heap.c:1029 +#, c-format +msgid "RemoveAttrDefault: no default found for rel %u attnum %d" +msgstr "RemoveAttrDefault: 没有发现 rel %u attnum %d 的默认值" + +#: catalog/heap.c:1065 +#, c-format +msgid "RemoveAttrDefaultById: cache lookup failed for attrdef %u" +msgstr "RemoveAttrDefaultById: 为 attrdef %u 查找缓冲区失败" + +#: catalog/heap.c:1088 +#, c-format +msgid "RemoveAttrDefaultById: cache lookup failed for rel %u attr %d" +msgstr "RemoveAttrDefaultById: 为 rel %u attr %d 查找缓冲区失败" + +#: catalog/heap.c:1143 +#, c-format +msgid "heap_drop_with_catalog: FlushRelationBuffers returned %d" +msgstr "heap_drop_with_catalog: FlushRelationBuffers 返回 %d" + +#: catalog/heap.c:1264 parser/parse_relation.c:1503 utils/adt/ruleutils.c:3415 +#, c-format +msgid "cache lookup of attribute %d in relation %u failed" +msgstr "在关系 %2$u 中查找属性 %1$d 缓冲区失败" + +#: catalog/heap.c:1522 commands/tablecmds.c:2747 commands/tablecmds.c:2785 +#, c-format +msgid "constraint \"%s\" already exists for relation \"%s\"" +msgstr "约束 \"%s\" 已经存在于关系 \"%s\" 中" + +#: catalog/heap.c:1536 commands/tablecmds.c:206 +#, c-format +msgid "Duplicate CHECK constraint name: '%s'" msgstr "" -#: ../utils/adt/encode.c:166 -msgid "hex_decode: invalid data" +#: catalog/heap.c:1596 +#, c-format +msgid "Only relation \"%s\" can be referenced in CHECK constraint expression" msgstr "" -#: ../utils/adt/encode.c:280 -msgid "base64: unexpected '='" +#: catalog/heap.c:1603 commands/tablecmds.c:2867 commands/typecmds.c:1624 +msgid "cannot use subselect in CHECK constraint expression" msgstr "" -#: ../utils/adt/encode.c:289 -msgid "base64: Invalid symbol" +#: catalog/heap.c:1605 commands/tablecmds.c:2869 commands/typecmds.c:1626 +msgid "cannot use aggregate function in CHECK constraint expression" msgstr "" -#: ../utils/adt/encode.c:307 -msgid "base64: invalid end sequence" +#: catalog/heap.c:1710 +msgid "cannot use column references in DEFAULT clause" msgstr "" -#: ../utils/adt/encode.c:416 ../utils/adt/encode.c:481 -msgid "decode: Bad input string for type bytea" +#: catalog/heap.c:1716 +msgid "DEFAULT clause must not return a set" msgstr "" -#: ../utils/adt/datetime.c:927 ../utils/adt/datetime.c:1379 -#: ../utils/adt/formatting.c:3041 +#: catalog/heap.c:1722 +msgid "cannot use subselects in DEFAULT clause" +msgstr "在默认子句中不能 subselects" + +#: catalog/heap.c:1724 +msgid "cannot use aggregate functions in DEFAULT clause" +msgstr "在默认子句中不能使用聚集函数" + +#: catalog/heap.c:1745 rewrite/rewriteHandler.c:510 #, c-format -msgid "Inconsistant use of year %04d and 'BC'" +msgid "" +"Column \"%s\" is of type %s but default expression is of type %s\n" +"\tYou will need to rewrite or cast the expression" msgstr "" -#: ../utils/adt/numutils.c:61 -msgid "pg_atoi: NULL pointer!" -msgstr "" +#: catalog/index.c:124 +#, c-format +msgid "Function %u does not exist" +msgstr "函数 %u 不存在" -#: ../utils/adt/numutils.c:73 ../utils/adt/numutils.c:85 -#: ../utils/adt/numutils.c:90 ../utils/adt/numutils.c:98 -#: ../utils/adt/numutils.c:103 ../utils/adt/numutils.c:110 -#: ../utils/adt/numutils.c:115 +#: catalog/index.c:143 catalog/index.c:280 #, c-format -msgid "pg_atoi: error reading \"%s\": %m" -msgstr "" +msgid "Opclass %u does not exist" +msgstr "Opclass %u 不存在" -#: ../utils/adt/numutils.c:75 +#: catalog/index.c:157 catalog/index.c:293 #, c-format -msgid "pg_atoi: error in \"%s\": can't parse \"%s\"" -msgstr "" +msgid "Type %u does not exist" +msgstr "类型 %u 不存在" -#: ../utils/adt/numutils.c:119 +#: catalog/index.c:238 #, c-format -msgid "pg_atoi: invalid result size: %d" -msgstr "pg_atoi: 非法的结果尺寸: %d" +msgid "cannot create index: column %d does not exist" +msgstr "无法创建索引: 字段 %d 不存在" -#: ../utils/adt/varlena.c:77 ../utils/adt/varlena.c:117 -msgid "Bad input string for type bytea" -msgstr "" +#: catalog/index.c:543 +msgid "must index at least one column" +msgstr "索引必需至少为一个字段" -#: ../utils/adt/varlena.c:867 +#: catalog/index.c:548 +msgid "User-defined indexes on system catalogs are not supported" +msgstr "在系统表上用户定义的索引是不被支持的" + +#: catalog/index.c:558 +msgid "Shared indexes cannot be created after initdb" +msgstr "在 initdb 之后, 不能创建共享索引" + +#: catalog/index.c:561 #, c-format -msgid "byteaGetByte: index %d out of range [0..%d]" -msgstr "" +msgid "relation named \"%s\" already exists" +msgstr "名字为 \"%s\" 的关系已经存在" -#: ../utils/adt/varlena.c:896 +#: catalog/index.c:674 +msgid "index_create: constraint must be PRIMARY or UNIQUE" +msgstr "index_create: 约束必需为 PRIMARY 或 UNIQUE" + +#: catalog/index.c:824 #, c-format -msgid "byteaGetBit: index %d out of range [0..%d]" -msgstr "" +msgid "index_drop: cache lookup failed for index %u" +msgstr "index_drop: 为索引 %u 查找缓冲区失败" -#: ../utils/adt/varlena.c:930 +#: catalog/index.c:837 #, c-format -msgid "byteaSetByte: index %d out of range [0..%d]" +msgid "index_drop: FlushRelationBuffers returned %d" +msgstr "index_drop: FlushRelationBuffers 返回 %d" + +#: catalog/index.c:1039 +#, c-format +msgid "relation %s isn't an indexable relation" msgstr "" -#: ../utils/adt/varlena.c:971 +#: catalog/index.c:1110 #, c-format -msgid "byteaSetBit: index %d out of range [0..%d]" +msgid "setRelhasindex: cannot find relation %u in pg_class" +msgstr "setRelhasindex: 在 pg_class 中无法找到关系 %u" + +#: catalog/index.c:1226 +#, c-format +msgid "setNewRelfilenode: cannot find relation %u in pg_class" +msgstr "setNewRelfilenode: 在 pg_class 中无法找到关系 %u" + +#: catalog/index.c:1338 +#, c-format +msgid "UpdateStats: cannot find relation %u in pg_class" +msgstr "UpdateStats: 在 pg_class 中无法找到关系 %u" + +#: catalog/index.c:1617 +msgid "IndexBuildHeapScan: concurrent insert in progress" msgstr "" -#: ../utils/adt/varlena.c:981 -msgid "byteaSetBit: new bit must be 0 or 1" +#: catalog/index.c:1632 +msgid "IndexBuildHeapScan: concurrent delete in progress" msgstr "" -#: ../utils/adt/float.c:152 -msgid "Bad float4 input format -- overflow" +#: catalog/index.c:1637 commands/vacuum.c:1214 commands/vacuumlazy.c:353 +#: commands/vacuumlazy.c:841 +msgid "Unexpected HeapTupleSatisfiesVacuum result" msgstr "" -#: ../utils/adt/float.c:154 -msgid "Bad float4 input format -- underflow" +#: catalog/index.c:1725 +#, c-format +msgid "IndexGetRelation: can't find index id %u" msgstr "" -#: ../utils/adt/float.c:177 -msgid "Bad float8 input format -- overflow" +#: catalog/index.c:1774 +msgid "reindex_index: can't open index relation" msgstr "" -#: ../utils/adt/float.c:179 -msgid "Bad float8 input format -- underflow" +#: catalog/index.c:1785 +msgid "reindex_index: can't open heap relation" msgstr "" -#: ../utils/adt/float.c:210 +#: catalog/index.c:1799 catalog/index.c:1922 #, c-format -msgid "Bad float4 input format '%s'" +msgid "the target relation %u is shared" msgstr "" -#: ../utils/adt/float.c:215 +#: catalog/index.c:1805 #, c-format -msgid "Input '%s' is out of range for float4" +msgid "the target relation %u is nailed" msgstr "" -#: ../utils/adt/float.c:275 +#: catalog/namespace.c:164 catalog/namespace.c:211 catalog/namespace.c:1150 +#: parser/parse_expr.c:938 parser/parse_target.c:147 +#, fuzzy +msgid "Cross-database references are not implemented" +msgstr "未实现条件工具语句" + +#: catalog/namespace.c:182 #, c-format -msgid "Bad float8 input format '%s'" +msgid "Relation \"%s\".\"%s\" does not exist" +msgstr "关系 \"%s\".\"%s\" 不存在" + +#: catalog/namespace.c:218 +msgid "TEMP tables may not specify a namespace" msgstr "" -#: ../utils/adt/float.c:280 +#: catalog/namespace.c:232 catalog/namespace.c:1179 catalog/namespace.c:1214 +#: catalog/namespace.c:1768 #, c-format -msgid "Input '%s' is out of range for float8" -msgstr "" +msgid "Namespace \"%s\" does not exist" +msgstr "名字空间 \"%s\" 不存在" -#: ../utils/adt/float.c:497 -msgid "float4div: divide by zero error" +#: catalog/namespace.c:242 catalog/namespace.c:1224 +msgid "No namespace has been selected to create in" msgstr "" -#: ../utils/adt/float.c:559 -msgid "float8div: divide by zero error" -msgstr "" +#: catalog/namespace.c:295 +#, c-format +msgid "Cache lookup failed for relation %u" +msgstr "为关系 %u 查找缓冲区失败" -#: ../utils/adt/float.c:809 -msgid "dtoi4: integer out of range" -msgstr "" +#: catalog/namespace.c:377 +#, c-format +msgid "Cache lookup failed for type %u" +msgstr "为类型 %u 查找缓冲区失败" -#: ../utils/adt/float.c:826 -msgid "dtoi2: integer out of range" -msgstr "" +#: catalog/namespace.c:578 +#, c-format +msgid "Cache lookup failed for procedure %u" +msgstr "为过程 %u 查找缓冲区失败" -#: ../utils/adt/float.c:871 -msgid "ftoi4: integer out of range" -msgstr "" +#: catalog/namespace.c:790 +#, c-format +msgid "Cache lookup failed for operator %u" +msgstr "在缓冲中查找操作符 %u 失败" -#: ../utils/adt/float.c:888 -msgid "ftoi2: integer out of range" -msgstr "" +#: catalog/namespace.c:1003 +#, fuzzy, c-format +msgid "Cache lookup failed for opclass %u" +msgstr "在缓冲中查找类型 %u 失败" -#: ../utils/adt/float.c:1078 -msgid "can't take sqrt of a negative number" -msgstr "" +#: catalog/namespace.c:1084 +#, fuzzy, c-format +msgid "Cache lookup failed for conversion %u" +msgstr "SetRelationRuleStatus: 为关系 %u 查找缓冲区失败" -#: ../utils/adt/float.c:1122 -msgid "pow() result is out of range" -msgstr "pow() 的结果超出范围" +#: catalog/namespace.c:1153 gram.y:2293 gram.y:6848 +#, c-format +msgid "Improper qualified name (too many dotted names): %s" +msgstr "不合适的条件名称 (名字中太多的点符号): %s" -#: ../utils/adt/float.c:1150 -msgid "exp() result is out of range" -msgstr "exp() 的结果超出范围" +#: catalog/namespace.c:1257 +msgid "Improper relation name (too many dotted names)" +msgstr "不合适的关系名称 (名字中太多的点符号)" -#: ../utils/adt/float.c:1168 ../utils/adt/float.c:1189 -msgid "can't take log of zero" +#: catalog/namespace.c:1469 +msgid "recomputeNamespacePath: invalid list syntax" msgstr "" -#: ../utils/adt/float.c:1170 ../utils/adt/float.c:1191 -msgid "can't take log of a negative number" -msgstr "" +#: catalog/namespace.c:1598 +#, fuzzy, c-format +msgid "%s: not authorized to create temp tables" +msgstr "创建临时文件 %s 失败" + +#: catalog/pg_aggregate.c:62 +msgid "no aggregate name supplied" +msgstr "没有提供聚集名称" -#: ../utils/adt/float.c:1216 +#: catalog/pg_aggregate.c:65 +msgid "aggregate must have a transition function" +msgstr "聚集必需有一个转换函数" + +#: catalog/pg_aggregate.c:87 #, c-format -msgid "acos(%f) input is out of range" +msgid "return type of transition function %s is not %s" +msgstr "转换函数的返回类型 %s 不是 %s" + +#: catalog/pg_aggregate.c:99 +msgid "" +"must not omit initval when transfn is strict and transtype is not compatible " +"with input type" msgstr "" -#: ../utils/adt/float.c:1239 +#: catalog/pg_constraint.c:437 #, c-format -msgid "asin(%f) input is out of range" -msgstr "" +msgid "RemoveConstraintById: constraint %u not found" +msgstr "RemoveConstraintById: 约束 %u 没找到" -#: ../utils/adt/float.c:1262 +#: catalog/pg_constraint.c:475 #, c-format -msgid "atan(%f) input is out of range" +msgid "RemoveConstraintById: relation %s has relchecks = 0" msgstr "" -#: ../utils/adt/float.c:1286 +#: catalog/pg_constraint.c:502 #, c-format -msgid "atan2(%f,%f) input is out of range" -msgstr "" +msgid "RemoveConstraintById: Constraint %u is not a known type" +msgstr "RemoveConstraintById: 约束 %u 是一个未知类型" -#: ../utils/adt/float.c:1309 +#: catalog/pg_conversion.c:57 +msgid "no conversion name supplied" +msgstr "没有提供约束名称" + +#: catalog/pg_conversion.c:64 #, c-format -msgid "cos(%f) input is out of range" -msgstr "" +msgid "conversion name \"%s\" already exists" +msgstr "转换名称 \"%s\" 已经存在" -#: ../utils/adt/float.c:1332 +#: catalog/pg_conversion.c:75 #, c-format -msgid "cot(%f) input is out of range" -msgstr "" +msgid "default conversion for %s to %s already exists" +msgstr "默认的 %s 到 %s 的转换已经存在" -#: ../utils/adt/float.c:1356 +#: catalog/pg_conversion.c:141 catalog/pg_conversion.c:308 #, c-format -msgid "sin(%f) input is out of range" +msgid "Conversion %u search from syscache failed" msgstr "" -#: ../utils/adt/float.c:1379 +#: catalog/pg_conversion.c:146 +msgid "DROP CONVERSION: permission denied" +msgstr "DROP_CONVERSION: 没有足够权限" + +#: catalog/pg_conversion.c:192 #, c-format -msgid "tan(%f) input is out of range" -msgstr "" +msgid "conversion %u does not exist" +msgstr "转换 %u 不存在" -#: ../utils/adt/float.c:1491 +#: catalog/pg_conversion.c:302 commands/conversioncmds.c:97 #, c-format -msgid "%s: expected 3-element float8 array" -msgstr "" +msgid "conversion %s not found" +msgstr "未找到转换 %s" -#: ../utils/adt/float.c:1686 -msgid "float48div: divide by zero" -msgstr "" +#: catalog/pg_largeobject.c:108 +#, c-format +msgid "LargeObjectDrop: large object %u not found" +msgstr "LargeObjectDrop: 未找到大对象 %u" -#: ../utils/adt/float.c:1746 -msgid "float84div: divide by zero" -msgstr "" +#: catalog/pg_namespace.c:43 +msgid "no namespace name supplied" +msgstr "没有提供名字空间名称" -#: ../utils/adt/cash.c:210 +#: catalog/pg_namespace.c:49 #, c-format -msgid "Bad money external representation %s" +msgid "namespace \"%s\" already exists" +msgstr "名字空间 \"%s\" 已经存在" + +#: catalog/pg_operator.c:215 catalog/pg_operator.c:401 +#, c-format +msgid "\"%s\" is not a valid operator name" +msgstr "\"%s\" 不是一个有效的操作符名称" + +#: catalog/pg_operator.c:404 +msgid "at least one of leftarg or rightarg must be specified" msgstr "" -#: ../utils/adt/cash.c:320 ../utils/adt/cash.c:333 -msgid "Memory allocation failed, can't output cash" +#: catalog/pg_operator.c:410 +msgid "only binary operators can have commutators" msgstr "" -#: ../utils/adt/cash.c:473 ../utils/adt/cash.c:523 -msgid "cash_div: divide by 0.0 error" +#: catalog/pg_operator.c:412 +msgid "only binary operators can have join selectivity" msgstr "" -#: ../utils/adt/cash.c:574 -msgid "cash_div_int4: divide by 0 error" +#: catalog/pg_operator.c:414 +msgid "only binary operators can hash" msgstr "" -#: ../utils/adt/cash.c:624 -msgid "cash_div: divide by 0 error" +#: catalog/pg_operator.c:416 +msgid "only binary operators can mergejoin" msgstr "" -#: ../utils/adt/bool.c:77 +#: catalog/pg_operator.c:426 #, c-format -msgid "Bad boolean external representation '%s'" -msgstr "" +msgid "OperatorDef: operator \"%s\" already defined" +msgstr "OperatorDef: 操作符 \"%s\" 已经存在" -#: ../utils/adt/date.c:58 +#: catalog/pg_operator.c:624 #, c-format -msgid "Bad date external representation '%s'" -msgstr "" +msgid "OperatorDef: operator %u not found" +msgstr "OperatorDef: 未找到操作符 %u" -#: ../utils/adt/date.c:66 -msgid "" -"Date CURRENT no longer supported\n" -"\tdate_in() internal coding error" +#: catalog/pg_operator.c:712 +msgid "operator cannot be its own negator or sort operator" msgstr "" -#: ../utils/adt/date.c:76 +#: catalog/pg_operator.c:729 #, c-format -msgid "Unrecognized date external representation '%s'" +msgid "OperatorDef: can't create operator shell \"%s\"" msgstr "" -#: ../utils/adt/date.c:256 ../utils/adt/date.c:325 ../utils/adt/date.c:749 -#: ../utils/adt/date.c:1375 -msgid "Unable to convert timestamp to date" -msgstr "" +#: catalog/pg_proc.c:86 commands/functioncmds.c:140 parser/parse_func.c:1393 +#, c-format +msgid "functions cannot have more than %d arguments" +msgstr "函数不能超过 %d 个参数" -#: ../utils/adt/date.c:290 -msgid "Unable to convert date to tm" +#: catalog/pg_proc.c:127 +msgid "lookup for procedure by source needs fix (Jan)" msgstr "" -#: ../utils/adt/date.c:350 -msgid "Unable to convert reserved abstime value to date" +#: catalog/pg_proc.c:139 +#, c-format +msgid "method %s already an attribute of type %s" msgstr "" -#: ../utils/adt/date.c:409 -msgid "Bad date external representation (too long)" -msgstr "" +#: catalog/pg_proc.c:189 +#, c-format +msgid "function %s already exists with same argument types" +msgstr "函数 %s 已经存在并且有相同的参数类型" -#: ../utils/adt/date.c:446 ../utils/adt/date.c:957 +#: catalog/pg_proc.c:192 #, c-format -msgid "Bad time external representation '%s'" -msgstr "" +msgid "ProcedureCreate: you do not have permission to replace function %s" +msgstr "ProcedureCreate: 您没有权限重置函数 %s" -#: ../utils/adt/date.c:917 -msgid "Bad time external representation (too long)" +#: catalog/pg_proc.c:201 +msgid "" +"ProcedureCreate: cannot change return type of existing function.\n" +"\tUse DROP FUNCTION first." msgstr "" +"ProcedureCreate: 不能改变已经存在的函数的返回值类型.\n" +"\t先使用 DROP FUNCTION." -#: ../utils/adt/date.c:1447 -msgid "Bad timetz external representation (too long)" -msgstr "" +#: catalog/pg_proc.c:208 +#, c-format +msgid "function %s is an aggregate" +msgstr "函数 %s 是一个聚集函数" -#: ../utils/adt/int8.c:77 ../utils/adt/int8.c:87 +#: catalog/pg_proc.c:211 #, c-format -msgid "Bad int8 external representation \"%s\"" -msgstr "" +msgid "function %s is not an aggregate" +msgstr "函数 %s 不是一个聚集函数" -#: ../utils/adt/int8.c:83 +#: catalog/pg_proc.c:323 #, c-format -msgid "int8 value out of range: \"%s\"" -msgstr "" +msgid "function declared to return %s, but no SELECT provided" +msgstr "函数被声明返回 %s, 但是没有 SELECT 被提供" -#: ../utils/adt/int8.c:106 -msgid "Unable to format int8" -msgstr "" +#: catalog/pg_proc.c:341 +msgid "function declared to return void, but final statement is a SELECT" +msgstr "函数被声明返回 void, 但是最终声明是一个 SELECT" -#: ../utils/adt/int8.c:695 -msgid "int8 conversion to int4 is out of range" -msgstr "" +#: catalog/pg_proc.c:347 +#, c-format +msgid "function declared to return %s, but final statement is not a SELECT" +msgstr "函数被声明返回 %s, 但是最终声明不是一个 SELECT" -#: ../utils/adt/int8.c:731 -msgid "Floating point conversion to int8 is out of range" -msgstr "" +#: catalog/pg_proc.c:368 +#, c-format +msgid "function declared to return %s returns multiple columns in final SELECT" +msgstr "函数被声明返回 %s, 在最终 SELECT 返回多个字段" -#: ../utils/adt/geo_ops.c:294 -msgid "Unable to format path" -msgstr "" +#: catalog/pg_proc.c:373 +#, c-format +msgid "return type mismatch in function: declared to return %s, returns %s" +msgstr "函数返回类型不匹配: 声明返回 %s, 实际返回 %s" -#: ../utils/adt/geo_ops.c:366 +#: catalog/pg_proc.c:421 catalog/pg_proc.c:447 #, c-format -msgid "Bad box external representation '%s'" -msgstr "" +msgid "" +"function declared to return %s does not SELECT the right number of columns (%" +"d)" +msgstr "函数被声明返回 %s, 是否 SELECT 正确的字段个数 (%d)" -#: ../utils/adt/geo_ops.c:825 +#: catalog/pg_proc.c:430 #, c-format -msgid "Bad line external representation '%s'" -msgstr "" +msgid "function declared to return %s returns %s instead of %s at column %d" +msgstr "函数被声明返回 %1$s, 在字段 %4$d 返回 %2$s 替代 %3$s" -#: ../utils/adt/geo_ops.c:830 ../utils/adt/geo_ops.c:894 -msgid "line not yet implemented" -msgstr "" +#: catalog/pg_proc.c:486 catalog/pg_proc.c:525 catalog/pg_proc.c:568 +#: commands/functioncmds.c:739 utils/adt/ruleutils.c:3277 +#, c-format +msgid "cache lookup of function %u failed" +msgstr "在缓冲中查找函数 %u 失败" + +#: catalog/pg_proc.c:491 catalog/pg_proc.c:530 catalog/pg_proc.c:590 +msgid "null prosrc" +msgstr "没有 prosrc" -#: ../utils/adt/geo_ops.c:1221 ../utils/adt/geo_ops.c:1242 +#: catalog/pg_proc.c:495 #, c-format -msgid "Bad path external representation '%s'" -msgstr "" +msgid "there is no built-in function named \"%s\"" +msgstr "没有名为 \"%s\" 的内建函数" -#: ../utils/adt/geo_ops.c:1499 +#: catalog/pg_proc.c:535 +msgid "null probin" +msgstr "没有 probin" + +#: catalog/pg_proc.c:578 #, c-format -msgid "Bad point external representation '%s'" -msgstr "" +msgid "SQL functions cannot return type %s" +msgstr "SQL 函数无法返回 %s 类型" -#: ../utils/adt/geo_ops.c:1695 +#: catalog/pg_proc.c:584 #, c-format -msgid "Bad lseg external representation '%s'" -msgstr "" +msgid "SQL functions cannot have arguments of type %s" +msgstr "SQL 函数不能有 %s 类型的参数" -#: ../utils/adt/geo_ops.c:2240 -msgid "dist_lb not implemented" -msgstr "" +#: catalog/pg_type.c:187 catalog/pg_type.c:191 +#, c-format +msgid "TypeCreate: invalid type internal size %d" +msgstr "TypeCreate: 无效类型内部大小 %d" -#: ../utils/adt/geo_ops.c:2763 -msgid "close_lb not implemented" -msgstr "" +#: catalog/pg_type.c:196 +msgid "TypeCreate: fixed size types must have storage PLAIN" +msgstr "TypeCreate: 固定大小类型必需有明确的存储" -#: ../utils/adt/geo_ops.c:3042 -msgid "Unable to create bounding box for empty polygon" -msgstr "" +#: catalog/pg_type.c:273 +#, c-format +msgid "type %s already exists" +msgstr "类型 %s 已经存在" -#: ../utils/adt/geo_ops.c:3064 ../utils/adt/geo_ops.c:3075 +#: catalog/pg_type.c:464 #, c-format -msgid "Bad polygon external representation '%s'" -msgstr "" +msgid "type %s does not exist" +msgstr "类型 %s 不存在" -#: ../utils/adt/geo_ops.c:3364 -msgid "poly_distance not implemented" -msgstr "" +#: catalog/pg_type.c:470 +#, c-format +msgid "type named %s already exists" +msgstr "类型名字 %s 已经存在" -#: ../utils/adt/geo_ops.c:3443 -msgid "point_div: divide by 0.0 error" -msgstr "" +#: commands/aggregatecmds.c:93 +#, c-format +msgid "DefineAggregate: attribute \"%s\" not recognized" +msgstr "DefineAggregate: 属性 \"%s\" 不被认可" -#: ../utils/adt/geo_ops.c:3671 -msgid "path_center not implemented" -msgstr "" +#: commands/aggregatecmds.c:101 +msgid "Define: \"basetype\" unspecified" +msgstr "Define: \"basetype\" 未被指定" -#: ../utils/adt/geo_ops.c:3686 -msgid "Open path cannot be converted to polygon" -msgstr "" +#: commands/aggregatecmds.c:103 +msgid "Define: \"stype\" unspecified" +msgstr "Define: \"stype\" 未被指定" + +#: commands/aggregatecmds.c:105 +msgid "Define: \"sfunc\" unspecified" +msgstr "Define: \"sfunc\" 未被指定" -#: ../utils/adt/geo_ops.c:3852 ../utils/adt/geo_ops.c:3860 -#: ../utils/adt/geo_ops.c:3873 ../utils/adt/geo_ops.c:3877 +#: commands/aggregatecmds.c:123 #, c-format -msgid "Bad circle external representation '%s'" -msgstr "" +msgid "Aggregate transition datatype cannot be %s" +msgstr "聚集转换数据类型不能为 %s" -#: ../utils/adt/geo_ops.c:3897 ../utils/adt/geo_ops.c:3903 -msgid "Unable to format circle" -msgstr "" +#: commands/aggregatecmds.c:174 +#, c-format +msgid "RemoveAggregate: couldn't find pg_proc tuple for %s" +msgstr "RemoveAggregate: 无法为 %s 找到 pg_proc 元组" -#: ../utils/adt/geo_ops.c:4383 -msgid "Unable to convert circle to polygon" -msgstr "" +#: commands/analyze.c:199 +#, c-format +msgid "Skipping \"%s\" --- only table or database owner can ANALYZE it" +msgstr "忽略 \"%s\" --- 只有表或数据库的所有者能 ANALYZE 它" -#: ../utils/adt/geo_ops.c:4417 ../utils/adt/geo_ops.c:4438 -msgid "Unable to convert polygon to circle" -msgstr "" +#: commands/analyze.c:213 commands/vacuum.c:791 +#, c-format +msgid "" +"Skipping \"%s\" --- can not process indexes, views or special system tables" +msgstr "忽略 \"%s\" --- 无法处理索引, 视图或特殊的系统表" -#: ../utils/adt/network.c:66 +#: commands/analyze.c:242 #, c-format -msgid "invalid %s value '%s'" -msgstr "%s 的无效数值 '%s'" +msgid "Analyzing %s.%s" +msgstr "正在分析 %s.%s" -#: ../utils/adt/network.c:77 +#: commands/analyze.c:431 utils/adt/ruleutils.c:2605 #, c-format -msgid "invalid CIDR value '%s': has bits set to right of mask" -msgstr "" +msgid "cache lookup of type %u failed" +msgstr "为类型 %u 查找缓冲区失败" -#: ../utils/adt/network.c:129 ../utils/adt/network.c:471 +#: commands/analyze.c:638 #, c-format -msgid "unable to print address (%s)" -msgstr "" +msgid "acquire_sample_rows: ReadBuffer(%s,%u) failed" +msgstr "acquire_sample_rows: ReadBuffer(%s,%u) 失败" -#: ../utils/adt/network.c:139 ../utils/adt/network.c:404 -#: ../utils/adt/network.c:441 ../utils/adt/network.c:475 -#: ../utils/adt/network.c:521 ../utils/adt/network.c:561 -#: ../utils/adt/network.c:603 ../utils/adt/network.c:639 +#: commands/async.c:153 #, c-format -msgid "unknown address family (%d)" -msgstr "" +msgid "Async_Notify: %s" +msgstr "Async_Notify: %s" -#: ../utils/adt/network.c:186 +#: commands/async.c:201 #, c-format -msgid "set_masklen - invalid value '%d'" -msgstr "" +msgid "Async_Listen: %s" +msgstr "Async_Listen: %s" -#: ../utils/adt/network.c:228 ../utils/adt/network.c:317 -#: ../utils/adt/network.c:337 ../utils/adt/network.c:357 -#: ../utils/adt/network.c:377 +#: commands/async.c:224 #, c-format -msgid "cannot compare address families %d and %d" -msgstr "无法比较地址族 %d 和 %d" +msgid "Async_Listen: We are already listening on %s" +msgstr "Async_Listen: 我们正在 %s 上监听" -#: ../utils/adt/network.c:400 ../utils/adt/network.c:431 +#: commands/async.c:296 #, c-format -msgid "unable to print host (%s)" -msgstr "" +msgid "Async_Unlisten %s" +msgstr "Async_Unlisten %s" -#: ../utils/adt/network.c:658 +#: commands/async.c:354 +msgid "Async_UnlistenAll" +msgstr "Async_UnlistenAll" + +#: commands/async.c:456 +msgid "AtCommit_Notify" +msgstr "AtCommit_Notify" + +#: commands/async.c:488 +msgid "AtCommit_Notify: notifying self" +msgstr "AtCommit_Notify: 正在通告自己" + +#: commands/async.c:495 #, c-format -msgid "convert_network_to_scalar: unsupported type %u" -msgstr "" +msgid "AtCommit_Notify: notifying pid %d" +msgstr "AtCommit_Notify: 正在通告 pid 为 %d" + +#: commands/async.c:544 +msgid "AtCommit_Notify: done" +msgstr "AtCommit_Notify: 完成" + +#: commands/async.c:631 +msgid "Async_NotifyHandler: perform async notify" +msgstr "Async_NotifyHandler: 执行 async 通告" + +#: commands/async.c:636 +msgid "Async_NotifyHandler: done" +msgstr "Async_NotifyHandler: 完成" + +#: commands/async.c:710 +msgid "EnableNotifyInterrupt: perform async notify" +msgstr "EnableNotifyInterrupt: 执行 async 通告" + +#: commands/async.c:715 +msgid "EnableNotifyInterrupt: done" +msgstr "EnableNotifyInterrupt: 完成" + +#: commands/async.c:766 +msgid "ProcessIncomingNotify" +msgstr "ProcessIncomingNotify" -#: ../utils/adt/sets.c:84 +#: commands/async.c:802 #, c-format -msgid "SetDefine: unable to define set %s" -msgstr "" +msgid "ProcessIncomingNotify: received %s from %d" +msgstr "ProcessIncomingNotify: 从 %2$d 接收到 %1$s" -#: ../executor/execQual.c:684 ../executor/execQual.c:719 -#: ../executor/execQual.c:1710 ../executor/functions.c:552 -#: ../executor/functions.c:578 ../utils/adt/sets.c:203 -msgid "Set-valued function called in context that cannot accept a set" -msgstr "" +#: commands/async.c:837 +msgid "ProcessIncomingNotify: done" +msgstr "ProcessIncomingNotify: 完成" -#: ../utils/adt/selfuncs.c:820 +#: commands/async.c:864 #, c-format -msgid "patternsel: no = operator for type %u" -msgstr "" +msgid "NOTIFY for %s" +msgstr "为 %s 通告" -#: ../utils/adt/selfuncs.c:1004 ../utils/adt/selfuncs.c:1081 -#: ../utils/adt/selfuncs.c:1121 ../utils/adt/selfuncs.c:1151 +#: commands/cluster.c:119 #, c-format -msgid "booltestsel: unexpected booltesttype %d" -msgstr "" +msgid "CLUSTER: You do not own relation %s" +msgstr "CLUSTER: 你不是关系 %s 的所有者" -#: ../utils/adt/selfuncs.c:1192 ../utils/adt/selfuncs.c:1247 +#: commands/cluster.c:137 commands/cluster.c:570 commands/cluster.c:589 #, c-format -msgid "nulltestsel: unexpected nulltesttype %d" -msgstr "" +msgid "Cache lookup failed for index %u" +msgstr "为索引 %u 查找缓冲区失败" -#: ../utils/adt/selfuncs.c:1808 +#: commands/cluster.c:150 #, c-format -msgid "convert_numeric_to_scalar: unsupported type %u" -msgstr "" +msgid "CLUSTER: No previously clustered index found on table \"%s\"" +msgstr "CLUSTER: 在表 \"%s\" 中未找到先前建簇的索引" -#: ../utils/adt/selfuncs.c:1999 +#: commands/cluster.c:159 #, c-format -msgid "convert_string_datum: unsupported type %u" -msgstr "" +msgid "CLUSTER: cannot find index \"%s\" for table \"%s\"" +msgstr "CLUSTER: 在表 \"%2$s\" 中无法找到索引 \"%1$s\"" -#: ../utils/adt/selfuncs.c:2170 +#: commands/cluster.c:313 #, c-format -msgid "convert_timevalue_to_scalar: unsupported type %u" -msgstr "" +msgid "CLUSTER: \"%s\" is not an index for table \"%s\"" +msgstr "CLUSTER: 对于表 \"%2$s\" \"%1$s\" 不是一个索引" -#: ../utils/adt/selfuncs.c:2562 -msgid "pattern_fixed_prefix: bogus ptype" +#: commands/cluster.c:324 +msgid "CLUSTER: cannot cluster on partial index" +msgstr "CLUSTER: 无法对部分索引建簇" + +#: commands/cluster.c:336 +msgid "" +"CLUSTER: cannot cluster on functional index when index access method does " +"not handle nulls" msgstr "" -#: ../utils/adt/selfuncs.c:2591 +#: commands/cluster.c:340 #, c-format -msgid "prefix_selectivity: no >= operator for type %u" +msgid "" +"CLUSTER: cannot cluster when index access method does not handle nulls\n" +"\tYou may be able to work around this by marking column \"%s\" NOT NULL" msgstr "" -#: ../utils/adt/selfuncs.c:2614 +#: commands/cluster.c:353 #, c-format -msgid "prefix_selectivity: no < operator for type %u" -msgstr "" +msgid "CLUSTER: cannot cluster system relation \"%s\"" +msgstr "CLSTER: 不能集群系统关系 \"%s\"" -#: ../utils/adt/selfuncs.c:2852 -msgid "pattern_selectivity: bogus ptype" -msgstr "" +#: commands/cluster.c:361 +#, fuzzy +msgid "CLUSTER cannot be used on temp tables of other processes" +msgstr "不能在系统表上使用 TRUNCATE. '%s' 是一个系统表" -#: ../utils/adt/selfuncs.c:2881 -msgid "Invalid LC_COLLATE setting" -msgstr "" +#: commands/cluster.c:656 +#, c-format +msgid "cache lookup failed for index %u" +msgstr "为关系 %u 查找缓冲区失败" -#: ../utils/adt/selfuncs.c:3004 +#: commands/cluster.c:708 commands/cluster.c:715 #, c-format -msgid "string_lessthan: unexpected datatype %u" -msgstr "" +msgid "CLUSTER: Cannot find tuple for relation %u" +msgstr "CLUSTER: 无法为关系 %u 找到元组" + +#: commands/cluster.c:727 commands/cluster.c:733 +#, c-format +msgid "CLUSTER: FlushRelationBuffers returned %d" +msgstr "CLUSTER: FlushRelationBuffers 返回 %d" -#: ../utils/adt/ascii.c:33 gram.y:3028 gram.y:3040 -msgid "Multi-byte support is not enabled" +#: commands/cluster.c:795 +msgid "CLUSTER: expected both swapped tables to have TOAST tables" msgstr "" -#: ../utils/adt/ascii.c:110 +#: commands/cluster.c:801 commands/cluster.c:806 #, c-format -msgid "pg_to_ascii(): unsupported encoding from %s" +msgid "CLUSTER: expected one dependency record for TOAST table, found %ld" msgstr "" -#: ../utils/adt/formatting.c:396 +#: commands/comment.c:111 #, c-format -msgid "" -"TMFC:\n" -"hh %d\n" -"am %d\n" -"pm %d\n" -"mi %d\n" -"ss %d\n" -"ssss %d\n" -"d %d\n" -"dd %d\n" -"ddd %d\n" -"mm %d\n" -"ms: %d\n" -"yyyy %d\n" -"bc %d\n" -"iw %d\n" -"ww %d\n" -"w %d\n" -"cc %d\n" -"q %d\n" -"j %d\n" -"us: %d" -msgstr "" +msgid "An attempt was made to comment on a unknown type: %d" +msgstr "为解释一个未知类型做了一次尝试: %d" -#: ../utils/adt/formatting.c:402 +#: commands/comment.c:306 #, c-format -msgid "" -"TM:\n" -"sec %d\n" -"year %d\n" -"min %d\n" -"wday %d\n" -"hour %d\n" -"yday %d\n" -"mday %d\n" -"nisdst %d\n" -"mon %d\n" -msgstr "" +msgid "relation \"%s\" is not an index" +msgstr "关系 \"%s\" 不是一个索引" -#: ../utils/adt/formatting.c:982 -msgid "to_char/to_number(): '9' must be ahead of 'PR'." -msgstr "" +#: commands/comment.c:311 +#, c-format +msgid "relation \"%s\" is not a sequence" +msgstr "关系 \"%s\" 不是一个序列" -#: ../utils/adt/formatting.c:999 -msgid "to_char/to_number(): '0' must be ahead of 'PR'." -msgstr "" +#: commands/comment.c:316 +#, c-format +msgid "relation \"%s\" is not a table" +msgstr "关系 \"%s\" 不是一个表" -#: ../utils/adt/formatting.c:1026 -msgid "to_char/to_number(): not unique decimal point." -msgstr "" +#: commands/comment.c:321 +#, c-format +msgid "relation \"%s\" is not a view" +msgstr "关系 \"%s\" 不是一个视图" -#: ../utils/adt/formatting.c:1031 ../utils/adt/formatting.c:1118 -msgid "to_char/to_number(): can't use 'V' and decimal poin together." -msgstr "" +#: commands/comment.c:357 +msgid "CommentAttribute: must specify relation.attribute" +msgstr "CommentAttribute: 必需指定 关系.属性" -#: ../utils/adt/formatting.c:1044 -msgid "to_char/to_number(): not unique 'S'." -msgstr "" +#: commands/comment.c:374 commands/tablecmds.c:1951 commands/tablecmds.c:2085 +#: commands/tablecmds.c:2202 commands/tablecmds.c:2535 +#: optimizer/prep/prepunion.c:808 optimizer/prep/prepunion.c:985 +#: parser/parse_func.c:1176 parser/parse_relation.c:1551 +#: parser/parse_relation.c:1614 parser/parse_relation.c:1770 +#: parser/parse_type.c:88 +#, c-format +msgid "Relation \"%s\" has no column \"%s\"" +msgstr "关系 \"%s\" 没有字段 \"%s\"" -#: ../utils/adt/formatting.c:1049 -msgid "to_char/to_number(): can't use 'S' and 'PL'/'MI'/'SG'/'PR' together." +#: commands/comment.c:403 +msgid "CommentDatabase: database name may not be qualified" msgstr "" -#: ../utils/adt/formatting.c:1071 -msgid "to_char/to_number(): can't use 'S' and 'MI' together." -msgstr "" +#: commands/comment.c:409 commands/dbcommands.c:531 utils/adt/acl.c:1123 +#, c-format +msgid "database \"%s\" does not exist" +msgstr "数据库 \"%s\" 不存在" -#: ../utils/adt/formatting.c:1080 -msgid "to_char/to_number(): can't use 'S' and 'PL' together." -msgstr "" +#: commands/comment.c:414 +#, c-format +msgid "you are not permitted to comment on database \"%s\"" +msgstr "你不被允许为数据库 \"%s\" 注释" -#: ../utils/adt/formatting.c:1089 -msgid "to_char/to_number(): can't use 'S' and 'SG' together." -msgstr "" +#: commands/comment.c:419 +msgid "Database comments may only be applied to the current database" +msgstr "数据库注释只能适用当前数据库" -#: ../utils/adt/formatting.c:1099 -msgid "to_char/to_number(): can't use 'PR' and 'S'/'PL'/'MI'/'SG' together." -msgstr "" +#: commands/comment.c:442 +msgid "CommentSchema: schema name may not be qualified" +msgstr "CommentSchema: 大纲名称也许不符合条件" -#: ../utils/adt/formatting.c:1125 -msgid "to_char/to_number(): 'E' is not supported." -msgstr "" +#: commands/comment.c:449 +#, c-format +msgid "CommentSchema: Schema \"%s\" could not be found" +msgstr "CommentSchema: 无法找到大纲 \"%s\"" -#: ../utils/adt/formatting.c:1149 -msgid "to_char/number(): run parser." -msgstr "" +#: commands/comment.c:521 commands/comment.c:555 +#, c-format +msgid "rule \"%s\" does not exist" +msgstr "规则 \"%s\" 不存在" -#: ../utils/adt/formatting.c:1348 -msgid "to_from-char(): DUMP FORMAT" +#: commands/comment.c:527 +#, c-format +msgid "" +"There are multiple rules \"%s\"\n" +"\tPlease specify a relation name as well as a rule name" msgstr "" +"有多个 \"%s\" 规则\n" +"\t请指定关系名和规则名" + +#: commands/comment.c:732 +msgid "CommentTrigger: must specify relation and trigger" +msgstr "CommentTrigger: 必需指定关系和触发器" -#: ../utils/adt/formatting.c:1353 +#: commands/comment.c:765 #, c-format -msgid "%d:\t NODE_TYPE_ACTION '%s'\t(%s,%s)" -msgstr "" +msgid "trigger \"%s\" for relation \"%s\" does not exist" +msgstr "对于关系 \"%2$s\" 的 \"%1$s\" 触发器不存在" -#: ../utils/adt/formatting.c:1356 +#: commands/comment.c:807 +msgid "CommentConstraint: must specify relation and constraint" +msgstr "CommentConstraint: 必需指定关系和约束" + +#: commands/comment.c:841 #, c-format -msgid "%d:\t NODE_TYPE_CHAR '%c'" -msgstr "" +msgid "Relation \"%s\" has multiple constraints named \"%s\"" +msgstr "关系 \"%s\" 有多个名为 \"%s\" 的约束" -#: ../utils/adt/formatting.c:1359 +#: commands/comment.c:851 #, c-format -msgid "%d:\t NODE_TYPE_END" -msgstr "" +msgid "constraint \"%s\" for relation \"%s\" does not exist" +msgstr "关系 \"%2$s\" 的约束 \"%1$s\" 不存在" -#: ../utils/adt/formatting.c:1363 +#: commands/conversioncmds.c:58 #, c-format -msgid "%d:\t UnKnown NODE !!!" -msgstr "" +msgid "Invalid for encoding name: %s" +msgstr "无效的编码名: %s" -#: ../utils/adt/formatting.c:1388 +#: commands/conversioncmds.c:62 #, c-format -msgid "get_th: '%s' is not number." -msgstr "" +msgid "Invalid to encoding name: %s" +msgstr "无效的编码名: %s" -#: ../utils/adt/formatting.c:1556 -msgid "TO-FROM_CHAR: Dump KeyWord Index:" -msgstr "" +#: commands/copy.c:128 +#, c-format +msgid "CopySendData: %m" +msgstr "CopySendData: %m" + +#: commands/copy.c:303 +msgid "COPY: BINARY option appears more than once" +msgstr "COPY: BINARY 选项出现了多次" + +#: commands/copy.c:310 +msgid "COPY: OIDS option appears more than once" +msgstr "COPY: OIDS 选项出现了多次" -#: ../utils/adt/formatting.c:1562 +#: commands/copy.c:317 +msgid "COPY: DELIMITER string may only be defined once in query" +msgstr "COPY: 在查询中 DELIMITER 只能被定义一次" + +#: commands/copy.c:324 +msgid "COPY: NULL representation may only be defined once in query" +msgstr "COPY: 在查询中 NULL 表示法只能被定义一次" + +#: commands/copy.c:329 #, c-format -msgid "\t%c: %s, " +msgid "COPY: option \"%s\" not recognized" +msgstr "COPY: 选项 \"%s\" 不被认可" + +#: commands/copy.c:334 +msgid "You can not specify the DELIMITER in BINARY mode." +msgstr "在 BINARY 模式中你不能指定 DELIMITER." + +#: commands/copy.c:337 +msgid "You can not specify NULL in BINARY mode." +msgstr "在 BINARY 模式中你不能指定 NULL." + +#: commands/copy.c:353 executor/execMain.c:468 tcop/utility.c:222 +msgid "transaction is read-only" +msgstr "事务是只读" + +#: commands/copy.c:361 +msgid "" +"You must have Postgres superuser privilege to do a COPY directly to or from " +"a file. Anyone can COPY to stdout or from stdin. Psql's \\copy command " +"also works for anyone." msgstr "" +"你必需有 Postgres 超级用户权限才能直接 COPY 到一个文件或从一个文件 COPY出来. " +"任何人可以 COPY 到标准输出或来自标准输入的 COPY. 可以使用 Psql 的 \\copy命令." + +#: commands/copy.c:370 +msgid "COPY BINARY is not supported to stdout or from stdin" +msgstr "COPOY BINARY 不支持输出到标准输出或来自标准输入" + +#: commands/copy.c:376 +msgid "COPY delimiter must be a single character" +msgstr "COPY 的分隔符必需是单个字符" -#: ../utils/adt/formatting.c:1568 +#: commands/copy.c:382 #, c-format -msgid "\t(%d) %c %d" -msgstr "" +msgid "COPY: table \"%s\" does not have OIDs" +msgstr "COPY: 表 \"%s\" 没有 OID" -#: ../utils/adt/formatting.c:1571 +#: commands/copy.c:403 commands/copy.c:448 #, c-format -msgid "" -"\n" -"\t\tUsed positions: %d,\n" -"\t\tFree positions: %d" -msgstr "" +msgid "You cannot copy view %s" +msgstr "你不可以拷贝视图 %s" -#: ../utils/adt/formatting.c:1644 -msgid "to_timestamp(): bad AM/PM string" -msgstr "" +#: commands/copy.c:406 +#, c-format +msgid "You cannot change sequence relation %s" +msgstr "你不可以改变序列关系 %s" -#: ../utils/adt/formatting.c:1971 -msgid "to_timestamp(): TZ/tz not supported." -msgstr "" +#: commands/copy.c:409 commands/copy.c:454 +#, c-format +msgid "You cannot copy object %s" +msgstr "你不可以拷贝目标 %s" -#: ../utils/adt/formatting.c:1979 +#: commands/copy.c:429 #, c-format -msgid "to_timestamp(): bad value for %s" +msgid "" +"COPY command, running in backend with effective uid %d, could not open file " +"'%s' for reading. Errno = %s (%d)." msgstr "" +"COPY 命令, 以有效 uid %d 在候端运行, 无法为读取打开文件 '%s'. Errno= %s (%d)." -#: ../utils/adt/formatting.c:2585 ../utils/adt/formatting.c:3171 +#: commands/copy.c:438 commands/copy.c:494 #, c-format -msgid "Cache is full (%d)" -msgstr "" +msgid "COPY: %s is a directory" +msgstr "COPY: %s 是一个目录" -#: ../utils/adt/formatting.c:2593 ../utils/adt/formatting.c:3189 +#: commands/copy.c:451 #, c-format -msgid "OLD: '%s' AGE: %d" -msgstr "" +msgid "You cannot copy sequence %s" +msgstr "你不可以拷贝序列 %s" -#: ../utils/adt/formatting.c:2604 ../utils/adt/formatting.c:3201 +#: commands/copy.c:478 +msgid "Relative path not allowed for server side COPY command" +msgstr "服务器端 COPY 命令不允许相对路径" + +#: commands/copy.c:486 #, c-format -msgid "NEW (%d)" +msgid "" +"COPY command, running in backend with effective uid %d, could not open file " +"'%s' for writing. Errno = %s (%d)." msgstr "" +"COPY 命令, 以有效 uid %d 在候端运行, 无法为写打开文件 '%s'. Errno= %s (%d)." -#: ../utils/adt/formatting.c:2766 ../utils/adt/formatting.c:2790 -msgid "to_char(): Unable to convert timestamp to tm" -msgstr "" +#: commands/copy.c:565 +#, c-format +msgid "COPY: couldn't lookup info for type %u" +msgstr "COPY: 无法为类型 %u 查找信息" -#: ../utils/adt/formatting.c:2963 -msgid "to_timestamp(): AM/PM hour must be between 1 and 12" -msgstr "" +#: commands/copy.c:569 commands/copy.c:839 +msgid "COPY BINARY: cstring not supported" +msgstr "COPY BINARY: 不支持 cstring" -#: ../utils/adt/formatting.c:3073 -msgid "to_timestamp() cat't convert yday without year information" -msgstr "" +#: commands/copy.c:908 +msgid "COPY BINARY: file signature not recognized" +msgstr "COPY BINARY: 文件签字不被认可" -#: ../utils/adt/formatting.c:3101 -msgid "to_timestamp(): can't convert 'tm' to timestamp." -msgstr "" +#: commands/copy.c:912 +msgid "COPY BINARY: incompatible integer layout" +msgstr "COPY BINARY: 整体布局不兼容" -#: ../utils/adt/formatting.c:3251 +#: commands/copy.c:916 +msgid "COPY BINARY: bogus file header (missing flags)" +msgstr "COPY BINARY: 伪文件头 (缺少标志)" + +#: commands/copy.c:920 +msgid "COPY BINARY: unrecognized critical flags in header" +msgstr "COPY BINARY: 在头部有为认可的危险标志" + +#: commands/copy.c:924 +msgid "COPY BINARY: bogus file header (missing length)" +msgstr "COPY BINARY: 伪文件头 (缺少长度)" + +#: commands/copy.c:930 +msgid "COPY BINARY: bogus file header (wrong length)" +msgstr "COPY BINARY: 伪文件头 (错误长度)" + +#: commands/copy.c:981 +msgid "NULL Oid" +msgstr "没有 Oid" + +#: commands/copy.c:987 +msgid "Invalid Oid" +msgstr "无效 Oid" + +#: commands/copy.c:1004 #, c-format -msgid "REMOVING ENTRY (%s)" -msgstr "" +msgid "Missing data for column \"%s\"" +msgstr "字段 \"%s\" 缺少数据" -#: ../utils/adt/formatting.c:3485 -msgid "CALL: get_last_relevant_decnum()" -msgstr "" +#: commands/copy.c:1036 +msgid "Extra data after last expected column" +msgstr "最后期望字段后有额外数据" -#: ../utils/adt/formatting.c:3510 -msgid " --- scan start --- " -msgstr "" +#: commands/copy.c:1060 +#, c-format +msgid "COPY BINARY: tuple field count is %d, expected %d" +msgstr "COPY BINARY: 元组字段计数是 %d, 期望计数是 %d" -#: ../utils/adt/formatting.c:3531 +#: commands/copy.c:1067 commands/copy.c:1073 commands/copy.c:1088 +#: commands/copy.c:1102 commands/copy.c:1111 commands/copy.c:1123 +#: commands/copy.c:1138 +msgid "COPY BINARY: unexpected EOF" +msgstr "COPY BINARY: 意外的 EOF" + +#: commands/copy.c:1069 #, c-format -msgid "Try read sign (%c)." -msgstr "" +msgid "COPY BINARY: sizeof(Oid) is %d, expected %d" +msgstr "COPY BINARY: sizeof(Oid) 是 %d, 期望是 %d" + +#: commands/copy.c:1075 +msgid "COPY BINARY: Invalid Oid" +msgstr "COPY BINARY: 无效的 Oid" -#: ../utils/adt/formatting.c:3543 +#: commands/copy.c:1092 #, c-format -msgid "Try read locale sign (%c)." -msgstr "" +msgid "COPY BINARY: sizeof(field %d) is %d, expected %d" +msgstr "COPY BINARY: sizeof(field %d) 是 %d, 期望是 %d" -#: ../utils/adt/formatting.c:3562 +#: commands/copy.c:1104 +msgid "COPY BINARY: bogus varlena length" +msgstr "COPY BINARY: 伪 varlena 长度" + +#: commands/copy.c:1286 #, c-format -msgid "Try read sipmle sign (%c)." -msgstr "" +msgid "GetInputFunction: Cache lookup of type %u failed" +msgstr "GetInputFunction: 类型 %u 的缓冲区查找失败" -#: ../utils/adt/formatting.c:3603 +#: commands/copy.c:1302 #, c-format -msgid "Read digit (%c)." -msgstr "" +msgid "GetTypeElement: Cache lookup of type %u failed" +msgstr "GetTypeElement: 类型 %u 的缓冲区查找失败" -#: ../utils/adt/formatting.c:3614 +#: commands/copy.c:1444 +msgid "CopyReadAttribute: end of record marker corrupted" +msgstr "CopyReadAttribute: 记录尾部标签被破坏" + +#: commands/copy.c:1596 #, c-format -msgid "Try read decimal point (%c)." -msgstr "" +msgid "Attribute \"%s\" specified more than once" +msgstr "属性 \"%s\" 被指定多次" -#: ../utils/adt/formatting.c:3629 +#: commands/dbcommands.c:99 commands/dbcommands.c:105 +#: commands/dbcommands.c:111 commands/dbcommands.c:117 +msgid "CREATE DATABASE: conflicting options" +msgstr "CREATE DATABASE: 选项冲突" + +#: commands/dbcommands.c:121 #, c-format -msgid "Try read locale point (%c)." -msgstr "" +msgid "CREATE DATABASE: option \"%s\" not recognized" +msgstr "CREATE DATABASE: 选项 \"%s\" 不被认可" -#: ../utils/adt/formatting.c:3662 +#: commands/dbcommands.c:141 #, c-format -msgid "SIGN_WROTE: %d, CURRENT: %d, NUMBER_P: '%s', INOUT: '%s'" -msgstr "" +msgid "%d is not a valid encoding code" +msgstr "%d 是一个无效编码" -#: ../utils/adt/formatting.c:3677 +#: commands/dbcommands.c:147 #, c-format -msgid "Writing sign to position: %d" -msgstr "" +msgid "%s is not a valid encoding name" +msgstr "%s 是一个无效编码名字" + +#: commands/dbcommands.c:151 +msgid "CREATE DATABASE: bogus encoding parameter" +msgstr "CREATE DATABASE: 伪编码参数" -#: ../utils/adt/formatting.c:3721 +#: commands/dbcommands.c:164 commands/dbcommands.c:171 +msgid "CREATE DATABASE: permission denied" +msgstr "CREATE DATABASE: 权限不够" + +#: commands/dbcommands.c:186 commands/dbcommands.c:326 #, c-format -msgid "Writing bracket to position %d" -msgstr "" +msgid "CREATE DATABASE: database \"%s\" already exists" +msgstr "CREATE DATABASE: 数据库 \"%s\" 已经存在" -#: ../utils/adt/formatting.c:3744 +#: commands/dbcommands.c:198 #, c-format -msgid "Writing blank space to position %d" -msgstr "" +msgid "CREATE DATABASE: template \"%s\" does not exist" +msgstr "CREATE DATABASE: 模板 \"%s\" 不存在" -#: ../utils/adt/formatting.c:3760 +#: commands/dbcommands.c:208 #, c-format -msgid "Writing zero to position %d" -msgstr "" +msgid "CREATE DATABASE: permission to copy \"%s\" denied" +msgstr "CREATE DATABASE: 拷贝 \"%s\" 权限不够" -#: ../utils/adt/formatting.c:3779 +#: commands/dbcommands.c:227 #, c-format -msgid "Writing decimal point to position %d" -msgstr "" +msgid "" +"CREATE DATABASE: source database \"%s\" is being accessed by other users" +msgstr "CREATE DATABASE: 其他用户正在使用源数据库 \"%s\"" + +#: commands/dbcommands.c:235 +msgid "CREATE DATABASE: invalid backend encoding" +msgstr "CREATE DATABASE: 无效后端编码" -#: ../utils/adt/formatting.c:3833 +#: commands/dbcommands.c:263 commands/dbcommands.c:265 +#: commands/dbcommands.c:267 +msgid "database path may not contain single quotes" +msgstr "数据库路径不能包含单引号" + +#: commands/dbcommands.c:290 #, c-format -msgid "Writing digit '%c' to position %d" -msgstr "" +msgid "CREATE DATABASE: unable to create database directory '%s': %m" +msgstr "CREATE DATABASE: 无法创建数据库目录 '%s': %m" -#: ../utils/adt/formatting.c:3876 -msgid "to_number(): RN is not supported" -msgstr "" +#: commands/dbcommands.c:293 +#, c-format +msgid "CREATE DATABASE: unable to remove temp directory '%s': %m" +msgstr "CREATE DATABASE: 无法删除临时目录 '%s': %m" -#: ../utils/adt/formatting.c:3999 +#: commands/dbcommands.c:300 #, c-format +msgid "CREATE DATABASE: could not link '%s' to '%s': %m" +msgstr "CREATE DATABASE: 无法链接 '%s' 到 '%s': %m" + +#: commands/dbcommands.c:310 +msgid "CREATE DATABASE: could not initialize database directory" +msgstr "CREATE DATABASE: 无法初始化数据库目录" + +#: commands/dbcommands.c:312 msgid "" -"\n" -"\tNUM: '%s'\n" -"\tPRE: %d\n" -"\tPOST: %d\n" -"\tNUM_COUNT: %d\n" -"\tNUM_PRE: %d\n" -"\tSIGN_POS: %d\n" -"\tSIGN_WROTE: %s\n" -"\tZERO: %s\n" -"\tZERO_START: %d\n" -"\tZERO_END: %d\n" -"\tLAST_RELEVANT: %s" -msgstr "" +"CREATE DATABASE: could not initialize database directory; delete failed as " +"well" +msgstr "CREATE DATABASE: 无法初始化数据库目录; 删除也失败了" -#: ../utils/adt/formatting.c:4261 +#: commands/dbcommands.c:402 +msgid "DROP DATABASE: cannot be executed on the currently open database" +msgstr "DROP DATABASE: 在当前打开的数据库上无法执行" + +#: commands/dbcommands.c:419 #, c-format -msgid "TO_NUMBER (number): '%s'" -msgstr "" +msgid "DROP DATABASE: database \"%s\" does not exist" +msgstr "DROP DATABASE: 数据库 \"%s\" 不存在" + +#: commands/dbcommands.c:422 +msgid "DROP DATABASE: permission denied" +msgstr "DROP DATABASE: 权限不够" -#: ../utils/adt/pg_locale.c:89 +#: commands/dbcommands.c:430 +msgid "DROP DATABASE: database is marked as a template" +msgstr "DROP DATABASE: 数据库被标记为一个模板" + +#: commands/dbcommands.c:439 #, c-format -msgid "" -"CURRENT LOCALE ENVIRONMENT:\n" -"\n" -"LANG: \t%s\n" -"LC_CTYPE:\t%s\n" -"LC_NUMERIC:\t%s\n" -"LC_TIME:\t%s\n" -"LC_COLLATE:\t%s\n" -"LC_MONETARY:\t%s\n" -"LC_MESSAGES:\t%s\n" -msgstr "" +msgid "DROP DATABASE: database \"%s\" is being accessed by other users" +msgstr "DROP DATABASE: 其他用户正在使用数据库 \"%s\"" -#: ../utils/adt/pg_locale.c:98 +#: commands/dbcommands.c:456 #, c-format msgid "" -"CURRENT LOCALE ENVIRONMENT:\n" -"\n" -"LANG: \t%s\n" -"LC_CTYPE:\t%s\n" -"LC_NUMERIC:\t%s\n" -"LC_TIME:\t%s\n" -"LC_COLLATE:\t%s\n" -"LC_MONETARY:\t%s\n" -msgstr "" +"DROP DATABASE: Database \"%s\" doesn't exist despite earlier reports to the " +"contrary" +msgstr "DROP DATABASE: 数据库 \"%s\" 不存在, 尽管在较早的报告中存在" + +#: commands/dbcommands.c:535 +msgid "ALTER DATABASE SET: permission denied" +msgstr "ALTER DATABASE SET: 没有足够权限" + +#: commands/dbcommands.c:700 +msgid "Relative paths are not allowed as database locations" +msgstr "数据库位置不允许用相对路径" -#: ../utils/adt/pg_locale.c:123 +#: commands/dbcommands.c:702 +msgid "Absolute paths are not allowed as database locations" +msgstr "数据库位置不允许用绝对路径" + +#: commands/dbcommands.c:712 #, c-format -msgid "pg_setlocale(): 'LC_COLLATE=%s' cannot be honored." -msgstr "" +msgid "Postmaster environment variable '%s' not set" +msgstr "Postmaster 环境变量 '%s' 没有设置" -#: ../utils/adt/pg_locale.c:127 +#: commands/dbcommands.c:714 #, c-format -msgid "pg_setlocale(): 'LC_CTYPE=%s' cannot be honored." -msgstr "" +msgid "Postmaster environment variable '%s' must be absolute path" +msgstr "Postmaster 环境变量 '%s' 必需为绝对路径" + +#: commands/dbcommands.c:720 +msgid "Alternate path is too long" +msgstr "交互路径太长" -#: ../utils/adt/pg_locale.c:131 +#: commands/dbcommands.c:749 #, c-format -msgid "pg_setlocale(): 'LC_NUMERIC=%s' cannot be honored." -msgstr "" +msgid "could not remove '%s': %m" +msgstr "无法删除 '%s': %m" -#: ../utils/adt/pg_locale.c:135 +#: commands/dbcommands.c:758 #, c-format -msgid "pg_setlocale(): 'LC_TIME=%s' cannot be honored." -msgstr "" +msgid "database directory '%s' could not be removed" +msgstr "数据库目录 '%s' 不能删除" -#: ../utils/adt/pg_locale.c:139 +#: commands/dbcommands.c:830 commands/vacuum.c:588 #, c-format -msgid "pg_setlocale(): 'LC_MONETARY=%s' cannot be honored." -msgstr "" +msgid "database %u does not exist" +msgstr "数据库 %u 不存在" -#: ../utils/adt/pg_locale.c:144 +#: commands/define.c:68 commands/define.c:157 commands/define.c:185 +#: commands/define.c:215 #, c-format -msgid "pg_setlocale(): 'LC_MESSAGES=%s' cannot be honored." -msgstr "" +msgid "Define: \"%s\" requires a parameter" +msgstr "Define: \"%s\" 需要一个参数" -#: ../utils/adt/arrayfuncs.c:157 +#: commands/define.c:93 commands/define.c:239 #, c-format -msgid "array_in: more than %d dimensions" -msgstr "" +msgid "Define: cannot interpret argument of \"%s\"" +msgstr "Define: 无法解释 \"%s\" 的参数" -#: ../utils/adt/arrayfuncs.c:160 ../utils/adt/arrayfuncs.c:169 -msgid "array_in: missing dimension value" -msgstr "" +#: commands/define.c:106 commands/define.c:115 commands/define.c:128 +#: commands/define.c:144 +#, c-format +msgid "Define: \"%s\" requires a numeric value" +msgstr "Define: \"%s\" 需要一个数字值" -#: ../utils/adt/arrayfuncs.c:177 -msgid "array_in: missing ']' in array declaration" -msgstr "" +#: commands/define.c:169 +#, c-format +msgid "Define: argument of \"%s\" must be a name" +msgstr "Define: \"%s\" 的参数必须是一个名字" -#: ../utils/adt/arrayfuncs.c:182 -msgid "array_in: upper_bound cannot be < lower_bound" -msgstr "" +#: commands/define.c:201 +#, c-format +msgid "Define: argument of \"%s\" must be a type name" +msgstr "Define: \"%s\" 的参数必需是一个类型名" -#: ../utils/adt/arrayfuncs.c:191 -msgid "array_in: Need to specify dimension" -msgstr "" +#: commands/define.c:222 +#, c-format +msgid "Define: \"%s\" requires an integral value" +msgstr "Define: \"%s\" 需要一个整数值" -#: ../utils/adt/arrayfuncs.c:200 -msgid "array_in: missing assignment operator" -msgstr "" +#: commands/define.c:242 +#, c-format +msgid "Define: invalid argument for \"%s\": \"%s\"" +msgstr "Define: \"%s\" 的无效参数: \"%s\"" -#: ../utils/adt/arrayfuncs.c:226 -msgid "array_in: missing left brace" -msgstr "" +#: commands/explain.c:149 +msgid "ExplainOneQuery: unexpected rewrite result" +msgstr "ExplainOneQuery: 意外的重写结果" -#: ../utils/adt/arrayfuncs.c:291 +#: commands/explain.c:1000 #, c-format -msgid "malformed array constant: %s" -msgstr "" +msgid "show_sort_keys: no tlist entry for key %d" +msgstr "show_sort_keys: 键 %d 没有 tlist 记录" -#: ../utils/adt/arrayfuncs.c:414 ../utils/adt/arrayfuncs.c:449 -msgid "array_in: illformed array constant" -msgstr "" +#: commands/functioncmds.c:81 +#, c-format +msgid "SQL function cannot return shell type \"%s\"" +msgstr "SQL 函数不能返回 shell 类型 \"%s\"" -#: ../utils/adt/arrayfuncs.c:851 -msgid "Slices of fixed-length arrays not implemented" -msgstr "" +#: commands/functioncmds.c:84 +#, c-format +msgid "Return type \"%s\" is only a shell" +msgstr "返回类型 \"%s\" 只是一个 shell" -#: ../utils/adt/arrayfuncs.c:967 ../utils/adt/arrayfuncs.c:969 -#: ../utils/adt/arrayfuncs.c:986 ../utils/adt/arrayfuncs.c:1006 -#: ../utils/adt/arrayfuncs.c:1016 ../utils/adt/arrayfuncs.c:1141 -#: ../utils/adt/arrayfuncs.c:1156 ../utils/adt/arrayfuncs.c:1165 -#: ../utils/adt/arrayfuncs.c:1172 -msgid "Invalid array subscripts" -msgstr "" +#: commands/functioncmds.c:103 commands/functioncmds.c:159 +#: commands/typecmds.c:353 commands/typecmds.c:360 commands/typecmds.c:697 +#: commands/typecmds.c:941 commands/typecmds.c:1056 commands/typecmds.c:1172 +#: commands/typecmds.c:1259 commands/typecmds.c:1824 parser/parse_func.c:1403 +#: parser/parse_oper.c:98 parser/parse_oper.c:107 parser/parse_type.c:191 +#: parser/parse_type.c:213 parser/parse_type.c:219 +#, c-format +msgid "Type \"%s\" does not exist" +msgstr "类型 \"%s\" 不存在" -#: ../utils/adt/arrayfuncs.c:1130 -msgid "Updates on slices of fixed-length arrays not implemented" -msgstr "" +#: commands/functioncmds.c:106 +#, c-format +msgid "ProcedureCreate: type %s is not yet defined" +msgstr "ProcedureCreate: 类型 %s 仍没被定义" -#: ../utils/adt/arrayfuncs.c:1183 -msgid "Source array too small" -msgstr "" +#: commands/functioncmds.c:116 +#, c-format +msgid "could not create type %s" +msgstr "无法创建类型 %s" -#: ../utils/adt/arrayfuncs.c:1314 +#: commands/functioncmds.c:150 #, c-format -msgid "array_map: invalid nargs: %d" -msgstr "" +msgid "SQL function cannot accept shell type \"%s\"" +msgstr "SQL 函数不能接收 shell 类型 \"%s\"" -#: ../utils/adt/arrayfuncs.c:1316 -msgid "array_map: null input array" -msgstr "" +#: commands/functioncmds.c:153 +#, c-format +msgid "Argument type \"%s\" is only a shell" +msgstr "参数类型 \"%s\" 只是一个 shell" -#: ../utils/adt/arrayfuncs.c:1360 -msgid "array_map: cannot handle NULL in array" +#: commands/functioncmds.c:164 +msgid "Functions cannot accept set arguments" +msgstr "函数不能接收设定参数" + +#: commands/functioncmds.c:200 commands/functioncmds.c:206 +#: commands/functioncmds.c:212 commands/functioncmds.c:218 +#: commands/functioncmds.c:224 +msgid "conflicting or redundant options" +msgstr "选项冲突或过多" + +#: commands/functioncmds.c:228 +msgid "invalid CREATE FUNCTION option" +msgstr "无效的 CREATE FUNCTION 选项" + +#: commands/functioncmds.c:234 +msgid "no function body specified" +msgstr "没有指定函数体" + +#: commands/functioncmds.c:239 +msgid "no language specified" +msgstr "没有指定语言" + +#: commands/functioncmds.c:250 +msgid "invalid volatility" msgstr "" -#: ../utils/adt/arrayfuncs.c:1538 +#: commands/functioncmds.c:297 #, c-format -msgid "array_out: Cache lookup failed for type %u" -msgstr "" +msgid "Unrecognized function attribute '%s' ignored" +msgstr "忽略未认可的函数属性 '%s'" -#: ../utils/adt/format_type.c:126 ../utils/adt/format_type.c:143 +#: commands/functioncmds.c:339 #, c-format -msgid "could not locate data type with oid %u in catalog" -msgstr "" +msgid "CREATE FUNCTION: only one AS item needed for %s language" +msgstr "CREATE FUNCTION: 对于 %s 语言只能要求一个 AS 项目" -#: ../utils/adt/varbit.c:103 ../utils/adt/varbit.c:219 +#: commands/functioncmds.c:399 utils/adt/acl.c:1535 #, c-format -msgid "bit string length does not match type bit(%d)" -msgstr "" +msgid "language \"%s\" does not exist" +msgstr "语言 \"%s\" 不存在" -#: ../utils/adt/varbit.c:124 ../utils/adt/varbit.c:332 +#: commands/functioncmds.c:505 #, c-format -msgid "cannot parse %c as a binary digit" -msgstr "" +msgid "RemoveFunction: couldn't find tuple for function %s" +msgstr "RemoveFunction: 无法为函数 %s 找到元组" -#: ../utils/adt/varbit.c:145 ../utils/adt/varbit.c:353 +#: commands/functioncmds.c:515 #, c-format -msgid "cannot parse %c as a hex digit" +msgid "" +"RemoveFunction: function '%s' is an aggregate\n" +"\tUse DROP AGGREGATE to remove it" msgstr "" +"RemoveFunction: 函数 '%s' 是一个聚集函数\n" +"\t用 DROP AGGREGATE 删除" -#: ../utils/adt/varbit.c:311 ../utils/adt/varbit.c:426 +#: commands/functioncmds.c:522 #, c-format -msgid "bit string too long for type bit varying(%d)" -msgstr "" +msgid "Removing built-in function \"%s\"" +msgstr "删除内建函数 \"%s\"" -#: ../utils/adt/varbit.c:819 -msgid "cannot AND bit strings of different sizes" -msgstr "" +#: commands/functioncmds.c:560 +#, c-format +msgid "RemoveFunctionById: couldn't find tuple for function %u" +msgstr "RemoveFunctionById: 无法找到函数 %u 的元组" -#: ../utils/adt/varbit.c:857 -msgid "cannot OR bit strings of different sizes" -msgstr "" +#: commands/functioncmds.c:582 +#, c-format +msgid "RemoveFunctionById: couldn't find pg_aggregate tuple for %u" +msgstr "RemoveFunctionById: 无法找到 %u 的 pg_aggregate 元组" -#: ../utils/adt/varbit.c:901 -msgid "cannot XOR bit strings of different sizes" -msgstr "" +#: commands/functioncmds.c:614 +#, c-format +msgid "SetFunctionReturnType: couldn't find tuple for function %u" +msgstr "SetFunctionreturnType: 无法找到函数 %u 的元组" -#: ../utils/adt/varbit.c:1116 -msgid "bit string is too large to fit in type integer" -msgstr "" +#: commands/functioncmds.c:619 +#, c-format +msgid "SetFunctionReturnType: function %u doesn't return OPAQUE" +msgstr "SetFunctionReturnType: 函数 %u 没有返回 OPAQUE" -#: ../utils/adt/varbit.c:1204 +#: commands/functioncmds.c:652 #, c-format -msgid "S. %d %d em=%2x sm=%2x r=%d" -msgstr "" +msgid "SetFunctionArgType: couldn't find tuple for function %u" +msgstr "SetFunctionArgType: 无法找到函数 %u 的元组" -#: ../utils/adt/pgstatfuncs.c:186 -msgid "" -"pg_stat_get_backend_idset: called in context that does not accept a set " -"result" +#: commands/functioncmds.c:658 +#, c-format +msgid "SetFunctionArgType: function %u doesn't take OPAQUE" +msgstr "SetFunctionArgType: 函数 %u 没有取到 OPAQUE" + +#: commands/functioncmds.c:693 commands/functioncmds.c:891 +#, c-format +msgid "source data type %s does not exist" +msgstr "源数据类型 %s 不存在" + +#: commands/functioncmds.c:698 commands/functioncmds.c:896 +#, c-format +msgid "target data type %s does not exist" +msgstr "目标数据类型 %s 不存在" + +#: commands/functioncmds.c:702 +msgid "source data type and target data type are the same" +msgstr "源数据类型和目标数据类型相同" + +#: commands/functioncmds.c:706 +#, c-format +msgid "source data type %s is only a shell" +msgstr "源数据类型 %s 只是一个 shell" + +#: commands/functioncmds.c:710 +#, c-format +msgid "target data type %s is only a shell" +msgstr "目标数据类型 %s 只是一个 shell" + +#: commands/functioncmds.c:714 +#, c-format +msgid "source data type %s is a pseudo-type" +msgstr "源数据类型 %s 是一个 pseudo-type" + +#: commands/functioncmds.c:718 +#, c-format +msgid "target data type %s is a pseudo-type" +msgstr "目标数据类型 %s 是一个 pseudo-type" + +#: commands/functioncmds.c:723 commands/functioncmds.c:911 +#, c-format +msgid "must be owner of type %s or type %s" +msgstr "只能是类型 %s 或 %s 的所由者" + +#: commands/functioncmds.c:743 +msgid "cast function must take 1 argument" +msgstr "转换函数只能带一个参数" + +#: commands/functioncmds.c:745 +msgid "argument of cast function must match source data type" +msgstr "转换函数参数必需与源数据类型匹配" + +#: commands/functioncmds.c:747 +msgid "return data type of cast function must match target data type" +msgstr "转换函数返回数据类型必需与目标数据类型匹配" + +#: commands/functioncmds.c:755 +msgid "cast function must not be volatile" msgstr "" -#: ../utils/adt/pgstatfuncs.c:191 -msgid "No function memory context in set-function" +#: commands/functioncmds.c:758 +msgid "cast function must not be an aggregate function" +msgstr "转换函数不能是一个聚集函数" + +#: commands/functioncmds.c:760 +msgid "cast function must not return a set" +msgstr "转换函数不能返回一个组合" + +#: commands/functioncmds.c:781 +msgid "Must be superuser to create a cast WITHOUT FUNCTION" +msgstr "只有超级用户能创建一个非函数类型的转换" + +#: commands/functioncmds.c:794 +msgid "source and target datatypes are not physically compatible" msgstr "" -#: ../utils/adt/regexp.c:144 +#: commands/functioncmds.c:810 #, c-format -msgid "Invalid regular expression: %s" -msgstr "" +msgid "CreateCast: bogus CoercionContext %c" +msgstr "CreateCast: 伪 CoercionContext %c" -#: ../utils/adt/regproc.c:61 +#: commands/functioncmds.c:827 #, c-format -msgid "No procedure with oid %s" -msgstr "" +msgid "cast from data type %s to data type %s already exists" +msgstr "数据类型 %s 到 数据类型 %s 的转换已经存在" -#: ../utils/adt/regproc.c:128 +#: commands/functioncmds.c:904 #, c-format -msgid "" -"There is more than one procedure named %s.\n" -"\tSupply the pg_proc oid inside single quotes." -msgstr "" +msgid "cast from type %s to type %s does not exist" +msgstr "类型 %s 到类型 %s 的转换不存在" -#: ../utils/adt/regproc.c:130 +#: commands/functioncmds.c:947 #, c-format -msgid "No procedure with name %s" -msgstr "" +msgid "could not find tuple for cast %u" +msgstr "无法找到转换 %u 的元组" -#: ../utils/fmgr/dfmgr.c:98 +#: commands/indexcmds.c:94 +msgid "DefineIndex: must specify at least one attribute" +msgstr "DefineIndex: 必需至少指定一个属性" + +#: commands/indexcmds.c:96 #, c-format -msgid "stat failed on file '%s': %m" -msgstr "检测文件 '%s' 的状态失败: %m" +msgid "Cannot use more than %d attributes in an index" +msgstr "在一个索引中不能使用超过 %d 个属性" -#: ../utils/fmgr/dfmgr.c:115 -msgid "Out of memory in load_external_function" -msgstr "" +#: commands/indexcmds.c:107 +#, c-format +msgid "DefineIndex: relation \"%s\" is not a table" +msgstr "DefineIndex: 关系 \"%s\" 不是一个表" + +#: commands/indexcmds.c:116 +msgid "Existing indexes are inactive. REINDEX first" +msgstr "现存的索引没有激活. 先 REINDEX" -#: ../utils/fmgr/dfmgr.c:128 +#: commands/indexcmds.c:144 #, c-format -msgid "Load of file %s failed: %s" -msgstr "装载文件 %s 失败: %s" +msgid "DefineIndex: access method \"%s\" not found" +msgstr "DefineIndex: 存取方法 \"%s\" 没有" -#: ../utils/fmgr/dfmgr.c:155 +#: commands/indexcmds.c:150 #, c-format -msgid "Can't find function %s in file %s" -msgstr "" +msgid "DefineIndex: access method \"%s\" does not support UNIQUE indexes" +msgstr "DefineIndex: 存取方法 \"%s\" 不支持 UNIQUE 索引" -#: ../utils/fmgr/dfmgr.c:185 +#: commands/indexcmds.c:153 #, c-format -msgid "LOAD: could not open file '%s': %m" -msgstr "" +msgid "DefineIndex: access method \"%s\" does not support multi-column indexes" +msgstr "DefineIndex: 存取方法 \"%s\" 不支持多字段索引" -#: ../utils/fmgr/dfmgr.c:240 +#: commands/indexcmds.c:208 commands/indexcmds.c:345 #, c-format -msgid "stat failed on %s: %s" -msgstr "探测 %s 状态失败: %s" +msgid "DefineIndex: column \"%s\" named in key does not exist" +msgstr "DefineIndex: 在键字中命名的字段 \"%s\" 不存在" -#: ../utils/fmgr/dfmgr.c:335 -msgid "invalid macro name in dynamic library path" +#: commands/indexcmds.c:231 +msgid "Functional index can only have one attribute" +msgstr "功能索引只能有一个属性" + +#: commands/indexcmds.c:235 +#, c-format +msgid "Index function can take at most %d arguments" +msgstr "索引函数最多带 %d 个参数" + +#: commands/indexcmds.c:290 +msgid "Partial-index predicates may refer only to the base relation" msgstr "" -#: ../utils/fmgr/dfmgr.c:385 -msgid "zero length dynamic_library_path component" +#: commands/indexcmds.c:298 +msgid "Cannot use subselect in index predicate" msgstr "" -#: ../utils/fmgr/dfmgr.c:396 -msgid "dynamic_library_path component is not absolute" +#: commands/indexcmds.c:300 +msgid "Cannot use aggregate in index predicate" msgstr "" -#: ../utils/fmgr/dfmgr.c:403 -#, c-format -msgid "find_in_dynamic_libpath: trying %s" +#: commands/indexcmds.c:307 +msgid "Functions in index predicate must be marked IMMUTABLE" msgstr "" -#: ../utils/fmgr/fmgr.c:172 -#, c-format -msgid "fmgr_info: function %u: cache lookup failed" +#: commands/indexcmds.c:370 +msgid "DefineIndex: functional index may not use an aggregate function" +msgstr "DefineIndex: 功能索引不能使用聚集函数" + +#: commands/indexcmds.c:372 +msgid "" +"DefineIndex: functional index must use a real function, not a type coercion\n" +"\tTry specifying the index opclass you want to use, instead" msgstr "" -#: ../utils/fmgr/fmgr.c:205 -#, c-format -msgid "fmgr_info: function %s not in internal table" +#: commands/indexcmds.c:380 +msgid "DefineIndex: cannot index on a function returning a set" msgstr "" -#: ../utils/fmgr/fmgr.c:252 +#: commands/indexcmds.c:396 +msgid "DefineIndex: index function must be marked IMMUTABLE" +msgstr "DefineIndex: 索引函数必需标记为 IMMUTABLE" + +#: commands/indexcmds.c:431 +msgid "missing attribute for define index" +msgstr "定义索引时缺少属性" + +#: commands/indexcmds.c:435 #, c-format -msgid "fmgr: Could not extract prosrc for %u from pg_proc" -msgstr "" +msgid "DefineIndex: attribute \"%s\" not found" +msgstr "DefineIndex: 属性 \"%s\" 没发现" -#: ../utils/fmgr/fmgr.c:259 +#: commands/indexcmds.c:464 #, c-format -msgid "fmgr: Could not extract probin for %u from pg_proc" +msgid "" +"data type %s has no default operator class for access method \"%s\"\n" +"\tYou must specify an operator class for the index or define a\n" +"\tdefault operator class for the data type" msgstr "" -#: ../utils/fmgr/fmgr.c:292 +#: commands/indexcmds.c:495 commands/indexcmds.c:503 #, c-format -msgid "Unknown function API version %d" +msgid "" +"DefineIndex: operator class \"%s\" not supported by access method \"%s\"" msgstr "" -#: ../utils/fmgr/fmgr.c:317 +#: commands/indexcmds.c:514 #, c-format -msgid "fmgr_info: cache lookup for language %u failed" +msgid "operator class \"%s\" does not accept data type %s" msgstr "" -#: ../utils/fmgr/fmgr.c:333 +#: commands/indexcmds.c:568 #, c-format -msgid "fmgr_info: language %u has old-style handler" +msgid "pg_opclass contains multiple default opclasses for data type %s" msgstr "" -#: ../utils/fmgr/fmgr.c:338 +#: commands/indexcmds.c:590 commands/indexcmds.c:622 commands/indexcmds.c:665 #, c-format -msgid "fmgr_info: function %u: unsupported language %u" +msgid "relation \"%s\" is of type \"%c\"" msgstr "" -#: ../utils/fmgr/fmgr.c:386 +#: commands/indexcmds.c:619 #, c-format -msgid "Null result from %s" -msgstr "" +msgid "index \"%s\" does not exist" +msgstr "索引 \"%s\" 不存在" -#: ../utils/fmgr/fmgr.c:394 +#: commands/indexcmds.c:630 #, c-format -msgid "Unknown version %d reported by %s" +msgid "" +"\"%s\" is a system index. call REINDEX under standalone postgres with -O -P " +"options" msgstr "" +"\"%s\" 是个系统表. 在带有 -O -P 选项运行的独立 postgres 进程下调用REINDEX" -#: ../utils/fmgr/fmgr.c:462 -msgid "Internal error: fmgr_oldstyle received NULL pointer" +#: commands/indexcmds.c:633 +#, c-format +msgid "" +"\"%s\" is a system index. call REINDEX under standalone postgres with -P -O " +"options" msgstr "" +"\"%s\" 是个系统索引. 在带有 -P -O 选项运行的独立 postgres 进程下调用REINDEX" -#: ../utils/fmgr/fmgr.c:611 +#: commands/indexcmds.c:648 #, c-format -msgid "fmgr_oldstyle: function %u: too many arguments (%d > %d)" -msgstr "" +msgid "index \"%s\" wasn't reindexed" +msgstr "索引 \"%s\" 没被重新索引" -#: ../utils/fmgr/fmgr.c:632 -msgid "Untrusted functions not supported" -msgstr "" +#: commands/indexcmds.c:680 +#, c-format +msgid "table \"%s\" wasn't reindexed" +msgstr "表 \"%s\" 没被重新索引" + +#: commands/indexcmds.c:704 +msgid "REINDEX DATABASE: Can be executed only on the currently open database." +msgstr "REINDEX DATABASE: 只能在当前打开的数据库执行" + +#: commands/indexcmds.c:707 +msgid "REINDEX DATABASE: Permission denied." +msgstr "REINDEX DATABASE: 权限不够." + +#: commands/indexcmds.c:710 +msgid "must be called under standalone postgres with -O -P options" +msgstr "必须在带有 -O -P 选项运行的独立 postgres 进程下调用" + +#: commands/indexcmds.c:712 +msgid "must be called under standalone postgres with -P -O options" +msgstr "必须在带有 -P -O 选项运行的独立 postgres 进程下调用" -#: ../utils/fmgr/fmgr.c:661 +#: commands/indexcmds.c:778 #, c-format -msgid "DirectFunctionCall1: function %p returned NULL" -msgstr "" +msgid "relation %u was reindexed" +msgstr "关系 %u 被重新索引" -#: ../utils/fmgr/fmgr.c:682 +#: commands/lockcmds.c:65 #, c-format -msgid "DirectFunctionCall2: function %p returned NULL" -msgstr "" +msgid "LOCK TABLE: %s is not a table" +msgstr "LOCK TABLE: %s 不是一个表" -#: ../utils/fmgr/fmgr.c:705 +#: commands/opclasscmds.c:88 #, c-format -msgid "DirectFunctionCall3: function %p returned NULL" +msgid "DefineOpClass: access method \"%s\" not found" +msgstr "DefineOpClass: 存取方法 \"%s\" 没发现" + +#: commands/opclasscmds.c:107 +msgid "Must be superuser to create an operator class" msgstr "" -#: ../utils/fmgr/fmgr.c:729 +#: commands/opclasscmds.c:146 #, c-format -msgid "DirectFunctionCall4: function %p returned NULL" +msgid "DefineOpClass: invalid operator number %d, must be between 1 and %d" msgstr "" -#: ../utils/fmgr/fmgr.c:754 +#: commands/opclasscmds.c:150 #, c-format -msgid "DirectFunctionCall5: function %p returned NULL" +msgid "DefineOpClass: operator number %d appears more than once" msgstr "" -#: ../utils/fmgr/fmgr.c:781 +#: commands/opclasscmds.c:167 #, c-format -msgid "DirectFunctionCall6: function %p returned NULL" +msgid "DefineOpClass: Operator '%s' for types '%s' and '%s' does not exist" msgstr "" -#: ../utils/fmgr/fmgr.c:809 +#: commands/opclasscmds.c:183 #, c-format -msgid "DirectFunctionCall7: function %p returned NULL" -msgstr "" +msgid "DefineOpClass: invalid procedure number %d, must be between 1 and %d" +msgstr "DefineOpClass: 无效的过程号 %d, 必需在 1 到 %d 之间" -#: ../utils/fmgr/fmgr.c:838 +#: commands/opclasscmds.c:187 #, c-format -msgid "DirectFunctionCall8: function %p returned NULL" -msgstr "" +msgid "DefineOpClass: procedure number %d appears more than once" +msgstr "DefineOpClass: 过程号 %d 出现过多次" + +#: commands/opclasscmds.c:200 +msgid "DefineOpClass: storage type specified more than once" +msgstr "DefineOpClass: 存储类型指定了多次" -#: ../utils/fmgr/fmgr.c:869 +#: commands/opclasscmds.c:204 #, c-format -msgid "DirectFunctionCall9: function %p returned NULL" -msgstr "" +msgid "DefineOpClass: bogus item type %d" +msgstr "DefineOpClass: 伪项目类型 %d" -#: ../utils/fmgr/fmgr.c:895 +#: commands/opclasscmds.c:226 #, c-format -msgid "FunctionCall1: function %u returned NULL" +msgid "Storage type may not be different from datatype for access method %s" msgstr "" -#: ../utils/fmgr/fmgr.c:917 +#: commands/opclasscmds.c:242 #, c-format -msgid "FunctionCall2: function %u returned NULL" +msgid "Operator class \"%s\" already exists for access method \"%s\"" msgstr "" -#: ../utils/fmgr/fmgr.c:941 +#: commands/opclasscmds.c:266 #, c-format -msgid "FunctionCall3: function %u returned NULL" +msgid "" +"Can't add class \"%s\" as default for type %s\n" +"\tclass \"%s\" already is the default" msgstr "" -#: ../utils/fmgr/fmgr.c:966 +#: commands/opclasscmds.c:474 #, c-format -msgid "FunctionCall4: function %u returned NULL" -msgstr "" +msgid "RemoveOpClass: access method \"%s\" not found" +msgstr "RemoveOpClass: 存取方法 \"%s\" 没发现" -#: ../utils/fmgr/fmgr.c:992 +#: commands/opclasscmds.c:501 commands/opclasscmds.c:509 #, c-format -msgid "FunctionCall5: function %u returned NULL" +msgid "" +"RemoveOpClass: operator class \"%s\" not supported by access method \"%s\"" msgstr "" -#: ../utils/fmgr/fmgr.c:1020 +#: commands/opclasscmds.c:553 #, c-format -msgid "FunctionCall6: function %u returned NULL" +msgid "RemoveOpClassById: couldn't find pg_class entry %u" msgstr "" -#: ../utils/fmgr/fmgr.c:1049 -#, c-format -msgid "FunctionCall7: function %u returned NULL" +#: commands/operatorcmds.c:103 +msgid "setof type not implemented for leftarg" msgstr "" -#: ../utils/fmgr/fmgr.c:1079 -#, c-format -msgid "FunctionCall8: function %u returned NULL" +#: commands/operatorcmds.c:109 +msgid "setof type not implemented for rightarg" msgstr "" -#: ../utils/fmgr/fmgr.c:1111 +#: commands/operatorcmds.c:135 #, c-format -msgid "FunctionCall9: function %u returned NULL" -msgstr "" +msgid "DefineOperator: attribute \"%s\" not recognized" +msgstr "DefineOperator: 属性 \"%s\" 不被认可" + +#: commands/operatorcmds.c:144 +msgid "Define: \"procedure\" unspecified" +msgstr "Define: \"procedure\" 未被指定" -#: ../utils/fmgr/fmgr.c:1142 +#: commands/operatorcmds.c:215 #, c-format -msgid "OidFunctionCall1: function %u returned NULL" +msgid "RemoveOperator: failed to find tuple for operator '%s'" msgstr "" -#: ../utils/fmgr/fmgr.c:1167 +#: commands/operatorcmds.c:251 #, c-format -msgid "OidFunctionCall2: function %u returned NULL" +msgid "RemoveOperatorById: failed to find tuple for operator %u" msgstr "" -#: ../utils/fmgr/fmgr.c:1194 -#, c-format -msgid "OidFunctionCall3: function %u returned NULL" +#: commands/portalcmds.c:59 commands/portalcmds.c:62 +msgid "PerformCursorOpen: unexpected rewrite result" msgstr "" -#: ../utils/fmgr/fmgr.c:1222 -#, c-format -msgid "OidFunctionCall4: function %u returned NULL" +#: commands/portalcmds.c:65 +msgid "DECLARE CURSOR may not specify INTO" +msgstr "DECLARE CURSOR 也许没有指定 INTO" + +#: commands/portalcmds.c:67 +msgid "" +"DECLARE/UPDATE is not supported\n" +"\tCursors must be READ ONLY" msgstr "" +"不支持 DECLARE/UPDATE\n" +"\t游标必需为只读" -#: ../utils/fmgr/fmgr.c:1251 +#: commands/portalcmds.c:133 #, c-format -msgid "OidFunctionCall5: function %u returned NULL" +msgid "PerformPortalFetch: portal \"%s\" not found" +msgstr "PerformPortalFetch: 入口 \"%s\" 没发现" + +#: commands/portalcmds.c:262 +msgid "DoPortalFetch: bogus direction" msgstr "" -#: ../utils/fmgr/fmgr.c:1282 -#, c-format -msgid "OidFunctionCall6: function %u returned NULL" +#: commands/portalcmds.c:411 +msgid "" +"Cursor can only scan forward\n" +"\tDeclare it with SCROLL option to enable backward scan" msgstr "" +"游标能够只向前扫描\n" +"\t带 SCROLL 选项声明允许向后扫描" -#: ../utils/fmgr/fmgr.c:1314 +#: commands/portalcmds.c:488 #, c-format -msgid "OidFunctionCall7: function %u returned NULL" -msgstr "" +msgid "PerformPortalClose: portal \"%s\" not found" +msgstr "PerformPortalClose: 入口 \"%s\" 没发现" -#: ../utils/fmgr/fmgr.c:1347 +#: commands/portalcmds.c:518 #, c-format -msgid "OidFunctionCall8: function %u returned NULL" +msgid "Closing pre-existing portal \"%s\"" +msgstr "关闭预存在的入口 \"%s\"" + +#: commands/prepare.c:67 +msgid "No statement name given" msgstr "" -#: ../utils/fmgr/fmgr.c:1382 -#, c-format -msgid "OidFunctionCall9: function %u returned NULL" +#: commands/prepare.c:70 +#, fuzzy +msgid "Utility statements cannot be prepared" +msgstr "未实现条件工具语句" + +#: commands/prepare.c:145 commands/prepare.c:453 +msgid "INTO clause specified for non-SELECT query" msgstr "" -#: ../utils/fmgr/fmgr.c:1421 +#: commands/prepare.c:196 +msgid "EvaluateParams: wrong number of arguments" +msgstr "EvaluateParams: 错误的参数个数" + +#: commands/prepare.c:244 +msgid "InitQueryHashTable: unable to create hash table" +msgstr "InitQueryHashTable: 无法创建 hash 表" + +#: commands/prepare.c:274 +#, fuzzy, c-format +msgid "Prepared statement with name \"%s\" already exists" +msgstr "试图给规则 \"%s\" 重命名失败: \"%s\" 已经存在" + +#: commands/prepare.c:304 #, c-format -msgid "fmgr: function %u: too many arguments (%d > %d)" +msgid "Unable to store prepared statement \"%s\"!" msgstr "" -#: ../utils/fmgr/fmgr.c:1433 +#: commands/prepare.c:331 commands/prepare.c:348 +#, fuzzy, c-format +msgid "Prepared statement with name \"%s\" does not exist" +msgstr "RenameRewriteRule: 规则 \"%s\" 不存在" + +#: commands/proclang.c:61 +msgid "" +"Only users with superuser privilege are permitted to create procedural " +"languages" +msgstr "只有有超级用户权限的用户才被允许增加过程语言" + +#: commands/proclang.c:73 #, c-format -msgid "fmgr: function %u returned NULL" -msgstr "" +msgid "Language %s already exists" +msgstr "语言 %s 已经存在" -#: ../utils/hash/dynahash.c:663 +#: commands/proclang.c:82 #, c-format -msgid "hash_search: bogus action %d" -msgstr "" +msgid "function %s() doesn't exist" +msgstr "函数 %s() 不存在" -#: ../utils/hash/dynahash.c:936 ../utils/hash/dynahash.c:938 +#: commands/proclang.c:94 #, c-format -msgid "Hash table '%s' corrupted" +msgid "" +"CreateProceduralLanguage: changing return type of function %s() from OPAQUE " +"to LANGUAGE_HANDLER" msgstr "" -#: ../utils/init/miscinit.c:137 ../utils/init/miscinit.c:156 -#: ../utils/init/miscinit.c:164 ../utils/init/miscinit.c:328 -#: ../utils/misc/guc.c:533 ../utils/misc/guc.c:540 ../utils/misc/guc.c:895 -#: ../utils/misc/guc.c:907 ../utils/misc/guc.c:925 ../utils/misc/guc.c:933 -#: ../utils/misc/guc.c:1088 ../utils/misc/guc.c:1094 ../utils/misc/guc.c:1101 -#: guc-file.l:148 guc-file.l:267 guc-file.l:308 -msgid "out of memory" -msgstr "内存用尽" +#: commands/proclang.c:99 +#, c-format +msgid "CreateProceduralLanguage: function %s() must return LANGUAGE_HANDLER" +msgstr "CreateProceduralLanguage: 函数 %s() 必需返回 LANGUAGE_HANDLER" -#: ../utils/init/miscinit.c:150 +#: commands/proclang.c:109 #, c-format -msgid "cannot get current working directory: %m" -msgstr "" +msgid "function %s(oid) doesn't exist" +msgstr "函数 %s(oid) 不存在" + +#: commands/proclang.c:183 +msgid "" +"Only users with superuser privilege are permitted to drop procedural " +"languages" +msgstr "只有有超级用户权限的用户才被允许删除过程语言" -#: ../utils/init/miscinit.c:171 +#: commands/proclang.c:196 #, c-format -msgid "could not read permissions of directory %s: %s" -msgstr "" +msgid "Language %s doesn't exist" +msgstr "语言 %s 不存在" + +#: commands/proclang.c:225 +#, c-format +msgid "DropProceduralLanguageById: language %u not found" +msgstr "DropProceduralLanguageById: 语言 %u 没发现" -#: ../utils/init/miscinit.c:175 +#: commands/schemacmds.c:79 #, c-format msgid "" -"data directory %s has group or world access; permissions should be u=rwx " -"(0700)" +"CREATE SCHEMA: permission denied\n" +"\t\"%s\" is not a superuser, so cannot create a schema for \"%s\"" msgstr "" +"CREATE SCHEMA: 权限不够\n" +"\t\"%s\" 不是超级用户, 因此不能为 \"%s\" 创建大纲" -#: ../utils/init/miscinit.c:215 ../utils/init/miscinit.c:222 +#: commands/schemacmds.c:92 +#, c-format msgid "" -"convert is not supported. To use convert, you need to enable multibyte " -"capability" +"CREATE SCHEMA: Illegal schema name: \"%s\" -- pg_ is reserved for system " +"schemas" +msgstr "CREATE SCHEMA: 不合规定的大纲名字: \"%s\" -- pg_ 是保留给系统大纲的" + +#: commands/schemacmds.c:162 +msgid "Schema name may not be qualified" msgstr "" -#: ../utils/cache/lsyscache.c:1096 ../utils/init/miscinit.c:469 +#: commands/schemacmds.c:169 #, c-format -msgid "user \"%s\" does not exist" -msgstr "" +msgid "Schema \"%s\" does not exist" +msgstr "大纲 \"%s\" 不存在" -#: ../utils/init/miscinit.c:523 +#: commands/schemacmds.c:206 #, c-format -msgid "invalid user id %u" -msgstr "非法用户 id %u" +msgid "RemoveSchemaById: schema %u not found" +msgstr "RemoveSchemaById: 大纲 %u 没发现" -#: ../utils/init/miscinit.c:606 +#: commands/sequence.c:208 +msgid "DefineSequence: ReadBuffer failed" +msgstr "DefineSequence: ReadBuffer 失败" + +#: commands/sequence.c:335 #, c-format -msgid "Can't create lock file %s: %m" -msgstr "无法创建锁文件 %s: %m" +msgid "%s.nextval: you don't have permissions to set sequence %s" +msgstr "%s.nextval: 你没有权限设置序列 %s" -#: ../utils/init/miscinit.c:617 ../utils/init/miscinit.c:620 +#: commands/sequence.c:410 #, c-format -msgid "Can't read lock file %s: %m" -msgstr "无法读取锁文件 %s: %m" +msgid "%s.nextval: reached MAXVALUE (%s)" +msgstr "%s.nextval: 已达到最大值 (%s)" -#: ../utils/init/miscinit.c:630 +#: commands/sequence.c:431 #, c-format -msgid "Bogus data in lock file %s" -msgstr "" +msgid "%s.nextval: reached MINVALUE (%s)" +msgstr "%s.nextval: 已达到最小值 (%s)" -#: ../utils/init/miscinit.c:705 +#: commands/sequence.c:521 #, c-format -msgid "" -"Can't remove old lock file %s: %m\n" -"\tThe file seems accidentally left, but I couldn't remove it.\n" -"\tPlease remove the file by hand and try again." -msgstr "" +msgid "%s.currval: you don't have permissions to read sequence %s" +msgstr "%s.currval: 你没有权限读取序列 %s" -#: ../utils/init/miscinit.c:726 +#: commands/sequence.c:525 #, c-format -msgid "Can't write lock file %s: %m" -msgstr "无法写入锁文件 %s: %m" +msgid "%s.currval is not yet defined in this session" +msgstr "在此期间 %s.currval 仍没被定义" -#: ../utils/init/miscinit.c:817 +#: commands/sequence.c:560 #, c-format -msgid "Failed to rewrite %s: %m" -msgstr "重写 %s 失败: %m" +msgid "%s.setval: you don't have permissions to set sequence %s" +msgstr "%s.setval: 你没有权限设置序列 %s" -#: ../utils/init/miscinit.c:823 +#: commands/sequence.c:575 #, c-format -msgid "Failed to read %s: %m" -msgstr "读取 %s 失败: %m" +msgid "%s.setval: value %s is out of bounds (%s,%s)" +msgstr "%s.setval: 值 %s 超过范围 (%s,%s)" -#: ../utils/init/miscinit.c:836 +#: commands/sequence.c:701 #, c-format -msgid "Bogus data in %s" -msgstr "" +msgid "%s.%s: %s is not a sequence" +msgstr "%s.%s: %s 不是一个序列" + +#: commands/sequence.c:719 +msgid "Memory exhausted in init_sequence" +msgstr "init_sequence 中内存用尽" -#: ../utils/init/miscinit.c:861 +#: commands/sequence.c:747 #, c-format -msgid "Failed to write %s: %m" -msgstr "写入 %s 失败: %m" +msgid "%s.%s: invalid number of blocks in sequence" +msgstr "%s.%s: 在序列中无效的块个数" -#: ../utils/init/miscinit.c:903 +#: commands/sequence.c:752 #, c-format -msgid "File %s is missing. This is not a valid data directory." +msgid "%s.%s: ReadBuffer failed" +msgstr "%s.%s: ReadBuffer 失败" + +#: commands/sequence.c:761 +#, c-format +msgid "%s.%s: bad magic (%08X)" msgstr "" -#: ../storage/smgr/smgr.c:271 ../utils/init/miscinit.c:905 -#: ../utils/misc/database.c:150 +#: commands/sequence.c:795 +msgid "DefineSequence: INCREMENT BY defined twice" +msgstr "DefineSequence: INCREMENT BY 定义了两次" + +#: commands/sequence.c:801 +msgid "DefineSequence: LAST VALUE defined twice" +msgstr "DefineSequence: LAST VALUE 定义了两次" + +#: commands/sequence.c:807 +msgid "DefineSequence: MAX VALUE defined twice" +msgstr "DefineSequence: MAX VALUE 定义了两次" + +#: commands/sequence.c:813 +msgid "DefineSequence: MIN VALUE defined twice" +msgstr "DefineSequence: MIN VALUE 定义了两次" + +#: commands/sequence.c:819 +msgid "DefineSequence: CACHE defined twice" +msgstr "DefineSequence: CACHE 定义了两次" + +#: commands/sequence.c:825 +msgid "DefineSequence: CYCLE defined twice" +msgstr "DefineSequence: CYCLE 定义了两次" + +#: commands/sequence.c:830 #, c-format -msgid "cannot open %s: %m" -msgstr "无法打开 %s: %m" +msgid "DefineSequence: option \"%s\" not recognized" +msgstr "DefineSequence: 选项 \"%s\" 不被认可" -#: ../utils/init/miscinit.c:910 +#: commands/sequence.c:837 +msgid "DefineSequence: can't INCREMENT by 0" +msgstr "DefineSequence: 不能在 0 之前 INCREMENT" + +#: commands/sequence.c:866 #, c-format -msgid "cannot read %s: %m" -msgstr "无法读取 %s: %m" +msgid "DefineSequence: MINVALUE (%s) must be less than MAXVALUE (%s)" +msgstr "DefineSequence: MINVALUE (%s) 必需小于 MAXVALUE (%s)" -#: ../utils/init/miscinit.c:912 +#: commands/sequence.c:887 #, c-format -msgid "`%s' does not have a valid format. You need to initdb." -msgstr "" +msgid "DefineSequence: START value (%s) can't be less than MINVALUE (%s)" +msgstr "DefineSequence: START 值 (%s) 不能小于 MINVALUE (%s)" -#: ../utils/init/miscinit.c:917 +#: commands/sequence.c:897 #, c-format -msgid "" -"The data directory was initialized by PostgreSQL version %ld.%ld, which is " -"not compatible with this version %s." -msgstr "" +msgid "DefineSequence: START value (%s) can't be greater than MAXVALUE (%s)" +msgstr "DefineSequence: START 值 (%s) 不能大于 MAXVALUE (%s)" -#: ../utils/init/postinit.c:110 +#: commands/sequence.c:908 #, c-format -msgid "Database \"%s\", OID %u, has disappeared from pg_database" -msgstr "" +msgid "DefineSequence: CACHE (%s) can't be <= 0" +msgstr "DefineSequence: CACHE (%s) 不能小于等于 0" -#: ../utils/init/postinit.c:119 +#: commands/sequence.c:928 #, c-format -msgid "Database \"%s\" is not currently accepting connections" -msgstr "" +msgid "seq_redo: unknown op code %u" +msgstr "seq_redo: 未知的 op 代码 %u" -#: ../utils/init/postinit.c:131 +#: commands/sequence.c:936 #, c-format -msgid "" -"database was initialized with MULTIBYTE encoding %d,\n" -"\tbut the backend was compiled without multibyte support.\n" -"\tlooks like you need to initdb or recompile." -msgstr "" +msgid "seq_redo: can't read block of %u/%u" +msgstr "seq_redo: 不能读取 %u/%u 的块" + +#: commands/sequence.c:952 +msgid "seq_redo: failed to add item to page" +msgstr "seq_redo: 增加项目到页失败" -#: ../utils/init/postinit.c:226 +#: commands/tablecmds.c:149 +msgid "ON COMMIT can only be used on TEMP tables" +msgstr "ON COMMIT 只能被用于 TEMP 表上" + +#: commands/tablecmds.c:379 #, c-format -msgid "" -"Database system not found.\n" -"\tData directory '%s' does not exist." -msgstr "" +msgid "TRUNCATE cannot be used on sequences. '%s' is a sequence" +msgstr "不能在序列上使用 TRUNCATE. '%s' 是一个序列" -#: ../utils/init/postinit.c:241 +#: commands/tablecmds.c:382 #, c-format -msgid "Database \"%s\" does not exist in the system catalog." -msgstr "" +msgid "TRUNCATE cannot be used on views. '%s' is a view" +msgstr "不能在视图上使用 TRUNCATE. '%s' 是一个视图" + +#: commands/tablecmds.c:385 +#, c-format +msgid "TRUNCATE can only be used on tables. '%s' is not a table" +msgstr "TRUNCATE 只能被用于表上. '%s' 不是一个表" + +#: commands/tablecmds.c:391 +#, c-format +msgid "TRUNCATE cannot be used on system tables. '%s' is a system table" +msgstr "不能在系统表上使用 TRUNCATE. '%s' 是一个系统表" + +#: commands/tablecmds.c:402 +msgid "TRUNCATE cannot be used on temp tables of other processes" +msgstr "TRUNCATE 不能用于其他程序的临时表上" -#: ../utils/init/postinit.c:249 +#: commands/tablecmds.c:426 #, c-format msgid "" -"Database \"%s\" does not exist.\n" -"\tThe database subdirectory '%s' is missing." +"TRUNCATE cannot be used as table %s references this one via foreign key " +"constraint %s" msgstr "" -#: ../utils/init/postinit.c:256 +#: commands/tablecmds.c:537 #, c-format -msgid "Unable to change directory to '%s': %m" -msgstr "" +msgid "CREATE TABLE: attribute \"%s\" duplicated" +msgstr "CREATE TABLE: 属性 \"%s\" 被复制" -#: ../utils/init/postinit.c:285 +#: commands/tablecmds.c:560 #, c-format -msgid "InitPostgres: bad backend id %d" -msgstr "" +msgid "CREATE TABLE: inherited relation \"%s\" is not a table" +msgstr "CREATE TABLE: 继承关系 \"%s\" 不是一个表" -#: ../utils/init/postinit.c:340 -msgid "There are currently no users defined in this database system." -msgstr "" +#: commands/tablecmds.c:564 +#, c-format +msgid "CREATE TABLE: cannot inherit from temp relation \"%s\"" +msgstr "CREATE TABLE: 无法从临时关系 \"%s\" 继承" + +#: commands/tablecmds.c:579 +#, c-format +msgid "CREATE TABLE: inherited relation \"%s\" duplicated" +msgstr "CREATE TABLE: 继承关系 \"%s\" 被复制" -#: ../utils/init/postinit.c:341 +#: commands/tablecmds.c:631 #, c-format msgid "" -"You should immediately run 'CREATE USER \"%s\" WITH SYSID %d CREATEUSER;'." -msgstr "" +"CREATE TABLE: merging multiple inherited definitions of attribute \"%s\"" +msgstr "CREATE TABLE: 合并属性 \"%s\" 的多个继承定义" -#: guc-file.l:159 -msgid "could not read configuration file `" -msgstr "" +#: commands/tablecmds.c:636 +#, c-format +msgid "CREATE TABLE: inherited attribute \"%s\" type conflict (%s and %s)" +msgstr "CREATE TABLE: 继承属性 \"%s\" 类型冲突 (%s 和 %s)" -#: guc-file.l:159 +#: commands/tablecmds.c:782 #, c-format -msgid "': %s" -msgstr "" +msgid "CREATE TABLE: merging attribute \"%s\" with inherited definition" +msgstr "CREATE TABLE: 合并属性 \"%s\" 连同继承定义" -#: guc-file.l:259 +#: commands/tablecmds.c:787 #, c-format -msgid ":%u: syntax error, token=\"%s\"" -msgstr "" +msgid "CREATE TABLE: attribute \"%s\" type conflict (%s and %s)" +msgstr "CREATE TABLE: 属性 \"%s\" 类型冲突 (%s 和 %s)" -#: ../commands/vacuum.c:582 ../utils/misc/superuser.c:73 +#: commands/tablecmds.c:825 #, c-format -msgid "database %u does not exist" +msgid "" +"CREATE TABLE: attribute \"%s\" inherits conflicting default values\n" +"\tTo resolve the conflict, specify a default explicitly" msgstr "" +"CREATE TABLE: 属性 \"%s\" 继承与默认值冲突\n" +"\t要解决冲突, 指定明确的默认值" -#: ../utils/misc/guc.c:698 +#: commands/tablecmds.c:1067 #, c-format -msgid "'%s' is not a valid option name" -msgstr "" +msgid "setRelhassubclassInRelation: cache lookup failed for relation %u" +msgstr "setRelhassubclassInRelation: 为关系 %u 查找缓冲区失败" -#: ../utils/misc/guc.c:713 +#: commands/tablecmds.c:1122 #, c-format -msgid "'%s' cannot be changed after server start" -msgstr "" +msgid "renameatt: class \"%s\" is a system catalog" +msgstr "renameatt: 类 \"%s\" 是一个系统表" -#: ../utils/misc/guc.c:717 +#: commands/tablecmds.c:1168 #, c-format -msgid "'%s' cannot be changed now" -msgstr "" +msgid "Inherited attribute \"%s\" must be renamed in child tables too" +msgstr "在子表中继承属性 \"%s\" 也必需重命名" -#: ../utils/misc/guc.c:740 +#: commands/tablecmds.c:1176 #, c-format -msgid "'%s' cannot be set after connection start" -msgstr "" +msgid "renameatt: attribute \"%s\" does not exist" +msgstr "renameatt: 属性 \"%s\" 不存在" -#: ../utils/misc/guc.c:766 +#: commands/tablecmds.c:1181 #, c-format -msgid "option '%s' requires a boolean value" -msgstr "" +msgid "renameatt: system attribute \"%s\" may not be renamed" +msgstr "renameatt: 系统属性 \"%s\" 不能被重命名" -#: ../utils/misc/guc.c:798 +#: commands/tablecmds.c:1189 #, c-format -msgid "option '%s' expects an integer value" -msgstr "" +msgid "renameatt: inherited attribute \"%s\" may not be renamed" +msgstr "renameatt: 继承属性 \"%s\" 不能被重命名" -#: ../utils/misc/guc.c:803 +#: commands/tablecmds.c:1198 #, c-format -msgid "option '%s' value %d is outside of permissible range [%d .. %d]" -msgstr "" +msgid "renameatt: attribute \"%s\" exists" +msgstr "renameatt: 属性 \"%s\" 已存在" -#: ../utils/misc/guc.c:810 +#: commands/tablecmds.c:1228 #, c-format -msgid "invalid value for option '%s': %d" -msgstr "" +msgid "renameatt: can't find index id %u" +msgstr "renameatt: 无法找到索引 id %u" -#: ../utils/misc/guc.c:842 +#: commands/tablecmds.c:1313 #, c-format -msgid "option '%s' expects a real number" -msgstr "" +msgid "renamerel: system relation \"%s\" may not be renamed" +msgstr "renamerel: 系统关系 \"%s\" 不能被重命名" -#: ../utils/misc/guc.c:847 +#: commands/tablecmds.c:1329 #, c-format -msgid "option '%s' value %g is outside of permissible range [%g .. %g]" -msgstr "" +msgid "renamerel: relation \"%s\" does not exist" +msgstr "renamerel: 关系 \"%s\" 不存在" -#: ../utils/misc/guc.c:854 +#: commands/tablecmds.c:1333 #, c-format -msgid "invalid value for option '%s': %g" -msgstr "" +msgid "renamerel: relation \"%s\" exists" +msgstr "renamerel: 关系 \"%s\" 已存在" -#: ../utils/misc/guc.c:884 +#: commands/tablecmds.c:1631 commands/tablecmds.c:1906 +#: commands/tablecmds.c:2040 commands/tablecmds.c:2254 +#: commands/tablecmds.c:2400 commands/tablecmds.c:2519 +#: commands/tablecmds.c:2689 commands/tablecmds.c:3651 +#: commands/tablecmds.c:3826 #, c-format -msgid "invalid value for option '%s': '%s'" -msgstr "" +msgid "ALTER TABLE: relation \"%s\" is not a table" +msgstr "ALTER TABLE: 关系 \"%s\" 不是一个表" -#: ../utils/misc/guc.c:982 +#: commands/tablecmds.c:1642 commands/tablecmds.c:1911 +#: commands/tablecmds.c:2045 commands/tablecmds.c:2162 +#: commands/tablecmds.c:2261 commands/tablecmds.c:2405 +#: commands/tablecmds.c:2524 commands/tablecmds.c:2694 +#: commands/tablecmds.c:3656 #, c-format -msgid "Option '%s' is not recognized" -msgstr "" +msgid "ALTER TABLE: relation \"%s\" is a system catalog" +msgstr "ALTER TABLE: 关系 \"%s\" 是一个系统表" -#: ../commands/variable.c:692 ../utils/misc/guc.c:1040 +#: commands/tablecmds.c:1695 #, c-format -msgid "%s is %s" -msgstr "" +msgid "ALTER TABLE: child table \"%s\" has different type for column \"%s\"" +msgstr "ALTER TABLE: 子表 \"%s\" 的字段 \"%s\" 有不同的类型" -#: ../utils/misc/guc.c:1157 -msgid "bogus transaction isolation level" +#: commands/tablecmds.c:1703 +#, c-format +msgid "ALTER TABLE: merging definition of column \"%s\" for child %s" +msgstr "ALTER TABLE: 合并子表 %2$s 字段 \"%1$s\" 的定义" + +#: commands/tablecmds.c:1733 +msgid "Attribute must be added to child tables too" +msgstr "属性也必需加入到子表中" + +#: commands/tablecmds.c:1750 +msgid "" +"Adding columns with defaults is not implemented.\n" +"\tAdd the column, then use ALTER TABLE SET DEFAULT." msgstr "" +"增加有默认值的字段未实现.\n" +"\t先增加字段, 然后用 ALTER TABLE SET DEFAULT." -#: ../utils/mmgr/aset.c:332 -#, c-format -msgid "Memory exhausted in AllocSetContextCreate(%lu)" +#: commands/tablecmds.c:1754 +msgid "" +"Adding NOT NULL columns is not implemented.\n" +"\tAdd the column, then use ALTER TABLE ... SET NOT NULL." msgstr "" +"增加 NOT NULL 的字段未实现.\n" +"\t先增加字段, 然后用 ALTER TABLE ... SET NOT NULL." -#: ../utils/mmgr/aset.c:495 ../utils/mmgr/aset.c:693 +#: commands/tablecmds.c:1763 commands/tablecmds.c:3968 #, c-format -msgid "Memory exhausted in AllocSetAlloc(%lu)" -msgstr "" +msgid "ALTER TABLE: relation \"%s\" not found" +msgstr "ALTER TABLE: 关系 \"%s\" 没发现" -#: ../utils/mmgr/aset.c:742 +#: commands/tablecmds.c:1775 #, c-format -msgid "AllocSetFree: detected write past chunk end in %s %p" -msgstr "" +msgid "ALTER TABLE: column name \"%s\" already exists in table \"%s\"" +msgstr "ALTER TABLE: 在表 \"%2$s\" 中字段名 \"%1$s\" 已经存在" -#: ../utils/mmgr/aset.c:764 +#: commands/tablecmds.c:1781 #, c-format -msgid "AllocSetFree: cannot find block containing chunk %p" +msgid "ALTER TABLE: relations limited to %d columns" msgstr "" -#: ../utils/mmgr/aset.c:818 +#: commands/tablecmds.c:1956 commands/tablecmds.c:2090 +#: commands/tablecmds.c:2207 #, c-format -msgid "AllocSetRealloc: detected write past chunk end in %s %p" -msgstr "" +msgid "ALTER TABLE: Cannot alter system attribute \"%s\"" +msgstr "ALTER TABLE: 无法修改系统属性 \"%s\"" -#: ../utils/mmgr/aset.c:859 +#: commands/tablecmds.c:1977 #, c-format -msgid "AllocSetRealloc: cannot find block containing chunk %p" -msgstr "" +msgid "ALTER TABLE: Index %u not found" +msgstr "ALTER TABLE: 索引 %u 没发现" -#: ../utils/mmgr/aset.c:872 +#: commands/tablecmds.c:1992 #, c-format -msgid "Memory exhausted in AllocSetReAlloc(%lu)" -msgstr "" +msgid "ALTER TABLE: Attribute \"%s\" is in a primary key" +msgstr "ALTER TABLE: 属性 \"%s\" 是一个主键" -#: ../utils/mmgr/aset.c:1030 +#: commands/tablecmds.c:2008 commands/tablecmds.c:2122 +#: commands/tablecmds.c:2349 #, c-format -msgid "AllocSetCheck: %s: empty block %p" -msgstr "" +msgid "ALTER TABLE: relation \"%s\" has no column \"%s\"" +msgstr "ALTER TABLE: 关系 \"%s\" 没有字段 \"%s\"" -#: ../utils/mmgr/aset.c:1052 +#: commands/tablecmds.c:2109 #, c-format -msgid "AllocSetCheck: %s: req size > alloc size for chunk %p in block %p" -msgstr "" +msgid "ALTER TABLE: Attribute \"%s\" contains NULL values" +msgstr "ALTER TABLE: 属性 \"%s\" 包含 NULL 值" -#: ../utils/mmgr/aset.c:1055 +#: commands/tablecmds.c:2157 #, c-format -msgid "AllocSetCheck: %s: bad size %lu for chunk %p in block %p" -msgstr "" +msgid "ALTER TABLE: relation \"%s\" is not a table or view" +msgstr "ALTER TABLE: 关系 \"%s\" 不是一个表或视图" -#: ../utils/mmgr/aset.c:1061 +#: commands/tablecmds.c:2281 #, c-format -msgid "AllocSetCheck: %s: bad single-chunk %p in block %p" -msgstr "" +msgid "ALTER TABLE: statistics target %d is too low" +msgstr "ALTER TABLE: 目标统计 %d 太低" + +#: commands/tablecmds.c:2286 +msgid "ALTER TABLE: lowering statistics target to 1000" +msgstr "ALTER TABLE: 降低目标统计到 1000" -#: ../utils/mmgr/aset.c:1070 +#: commands/tablecmds.c:2307 +#, fuzzy, c-format +msgid "ALTER TABLE: \"%s\" storage not recognized" +msgstr "ALTER TABLE: 关系 \"%s\" 是一个系统表" + +#: commands/tablecmds.c:2312 #, c-format -msgid "AllocSetCheck: %s: bogus aset link in block %p, chunk %p" -msgstr "" +msgid "ALTER TABLE: Invalid column flag: %c" +msgstr "ALTER TABLE: 无效字段标志: %c" -#: ../utils/mmgr/aset.c:1077 +#: commands/tablecmds.c:2354 #, c-format -msgid "AllocSetCheck: %s: detected write past chunk end in block %p, chunk %p" -msgstr "" +msgid "ALTER TABLE: cannot change system attribute \"%s\"" +msgstr "ALTER TABLE: 无法改变系统属性 \"%s\"" -#: ../utils/mmgr/aset.c:1087 +#: commands/tablecmds.c:2371 #, c-format -msgid "AllocSetCheck: %s: found inconsistent memory block %p" -msgstr "" +msgid "ALTER TABLE: Column datatype %s can only have storage \"plain\"" +msgstr "ALTER TABLE: 字段数据类型 %s 只能存储为 \"plain\"" -#: ../utils/mmgr/mcxt.c:418 +#: commands/tablecmds.c:2419 commands/tablecmds.c:3731 #, c-format -msgid "MemoryContextAlloc: invalid request size %lu" -msgstr "" +msgid "ALTER TABLE: relation %u not found" +msgstr "ALTER TABLE: 未找到关系 %u" -#: ../utils/mmgr/mcxt.c:478 +#: commands/tablecmds.c:2430 #, c-format -msgid "repalloc: invalid request size %lu" -msgstr "" +msgid "ALTER TABLE: Table is already %s" +msgstr "ALTER TABLE: 表已经 %s" -#: ../utils/mmgr/portalmem.c:78 -msgid "out of memory in PortalHashTable" -msgstr "" +#: commands/tablecmds.c:2473 +msgid "ALTER TABLE WITH OIDS is unsupported" +msgstr "不支持 ALTER TABLE WITH OIDS" -#: ../utils/mmgr/portalmem.c:80 -msgid "trying to insert a portal name that exists." -msgstr "" +#: commands/tablecmds.c:2490 +#, c-format +msgid "ALTER TABLE: relation %u doesn't have an Oid column to remove" +msgstr "ALTER TABLE: 关系 %u 没有可删除的 Oid 字段" -#: ../utils/mmgr/portalmem.c:93 -msgid "trying to delete portal name that does not exist." -msgstr "" +#: commands/tablecmds.c:2541 +#, c-format +msgid "ALTER TABLE: Cannot drop system attribute \"%s\"" +msgstr "ALTER TABLE: 无法删除系统属性 \"%s\"" -#: ../utils/mmgr/portalmem.c:196 +#: commands/tablecmds.c:2547 #, c-format -msgid "CreatePortal: portal \"%s\" already exists" -msgstr "" +msgid "ALTER TABLE: Cannot drop inherited column \"%s\"" +msgstr "ALTER TABLE: 无法删除继承字段 \"%s\"" -#: ../utils/sort/tuplesort.c:722 -msgid "tuplesort_puttuple: invalid state" -msgstr "" +#: commands/tablecmds.c:2576 commands/tablecmds.c:2627 +#, c-format +msgid "ALTER TABLE: relation %u has no column \"%s\"" +msgstr "ALTER TABLE: 关系 %u 没有字段 \"%s\"" -#: ../utils/sort/tuplesort.c:769 -msgid "tuplesort_performsort: invalid state" -msgstr "" +#: commands/tablecmds.c:2581 commands/tablecmds.c:2632 +#, c-format +msgid "ALTER TABLE: relation %u has non-inherited column \"%s\"" +msgstr "ALTER TABLE: 关系 %u 有非继承字段 \"%s\"" -#: ../utils/sort/tuplesort.c:890 ../utils/sort/tuplesort.c:905 -msgid "tuplesort_gettuple: bogus tuple len in backward scan" +#: commands/tablecmds.c:2768 +msgid "" +"ALTER TABLE / ADD CONSTRAINT is not implemented for that constraint type." msgstr "" -#: ../utils/sort/tuplesort.c:958 -msgid "tuplesort_gettuple: invalid state" +#: commands/tablecmds.c:2800 +msgid "" +"ALTER TABLE / ADD CONSTRAINT unable to determine type of constraint passed" msgstr "" -#: ../utils/sort/tuplesort.c:1519 -msgid "tuplesort_rescan: invalid state" +#: commands/tablecmds.c:2860 +#, c-format +msgid "Only relation '%s' can be referenced in CHECK" msgstr "" -#: ../utils/sort/tuplesort.c:1546 -msgid "tuplesort_markpos: invalid state" +#: commands/tablecmds.c:2918 +#, c-format +msgid "AlterTableAddConstraint: rejected due to CHECK constraint %s" msgstr "" -#: ../utils/sort/tuplesort.c:1571 -msgid "tuplesort_restorepos failed" -msgstr "" +#: commands/tablecmds.c:2974 +#, c-format +msgid "referenced relation \"%s\" is not a table" +msgstr "参考关系 \"%s\" 不是一个表" -#: ../utils/sort/tuplesort.c:1575 -msgid "tuplesort_restorepos: invalid state" -msgstr "" +#: commands/tablecmds.c:2979 +#, c-format +msgid "%s: relation \"%s\" is a system catalog" +msgstr "%s: 关系 \"%s\" 是一个系统表" -#: ../utils/sort/tuplesort.c:1694 -msgid "tuplesort: unexpected end of tape" +#: commands/tablecmds.c:2994 +#, c-format +msgid "%s: Unable to reference temporary table from permanent table constraint" msgstr "" -#: ../utils/sort/tuplesort.c:1696 ../utils/sort/tuplesort.c:1809 -#: ../utils/sort/tuplesort.c:1813 ../utils/sort/tuplesort.c:1937 -#: ../utils/sort/tuplesort.c:1941 ../utils/sort/tuplesort.c:2006 -#: ../utils/sort/tuplesort.c:2010 -msgid "tuplesort: unexpected end of data" +#: commands/tablecmds.c:3036 +#, c-format +msgid "" +"%s: number of referencing and referenced attributes for foreign key disagree" msgstr "" -#: ../utils/sort/tuplesort.c:1890 -msgid "Cannot create unique index. Table contains non-unique values" -msgstr "" +#: commands/tablecmds.c:3117 +#, fuzzy, c-format +msgid "%s: column \"%s\" referenced in foreign key constraint does not exist" +msgstr "CREATE TABLE: 在键字中命名的字段 \"%s\" 不存在" -#: ../utils/sort/tuplesort.c:1974 -msgid "copytup_datum() should not be called" -msgstr "" +#: commands/tablecmds.c:3120 +#, c-format +msgid "Can only have %d keys in a foreign key" +msgstr "在一个外键中只能有 %d 个键" -#: ../utils/sort/tuplesort.c:2128 +#: commands/tablecmds.c:3164 #, c-format -msgid "SelectSortFunction: cache lookup failed for operator %u" -msgstr "" +msgid "transformFkeyGetPrimaryKey: index %u not found" +msgstr "transformFkeyGetPrimaryKey: 索引 %u 没发现" -#: ../utils/sort/tuplesort.c:2209 +#: commands/tablecmds.c:3182 #, c-format -msgid "Invalid SortFunctionKind %d" +msgid "PRIMARY KEY for referenced table \"%s\" not found" msgstr "" -#: ../utils/sort/tuplestore.c:314 -msgid "tuplestore_puttuple: invalid state" -msgstr "" +#: commands/tablecmds.c:3238 +#, c-format +msgid "transformFkeyCheckAttrs: index %u not found" +msgstr "transformFkeyCheckAttrs: 未找到索引 %u" -#: ../utils/sort/tuplestore.c:350 -msgid "tuplestore_donestoring: seek(0) failed" +#: commands/tablecmds.c:3296 +#, c-format +msgid "" +"UNIQUE constraint matching given keys for referenced table \"%s\" not found" msgstr "" -#: ../utils/sort/tuplestore.c:358 -msgid "tuplestore_donestoring: invalid state" +#: commands/tablecmds.c:3459 +#, c-format +msgid "" +"number of key attributes in referenced table must be equal to foreign key\n" +"\tIllegal FOREIGN KEY definition references \"%s\"" msgstr "" -#: ../utils/sort/tuplestore.c:479 ../utils/sort/tuplestore.c:494 -msgid "tuplestore_gettuple: bogus tuple len in backward scan" +#: commands/tablecmds.c:3515 +msgid "Unrecognized ON DELETE action for FOREIGN KEY constraint" msgstr "" -#: ../utils/sort/tuplestore.c:499 -msgid "tuplestore_gettuple: invalid state" +#: commands/tablecmds.c:3581 +msgid "Unrecognized ON UPDATE action for FOREIGN KEY constraint" msgstr "" -#: ../utils/sort/tuplestore.c:535 -msgid "tuplestore_rescan: seek(0) failed" +#: commands/tablecmds.c:3626 +#, c-format +msgid "fkMatchTypeToString: Unknown MATCH TYPE '%c'" msgstr "" -#: ../utils/sort/tuplestore.c:542 -msgid "tuplestore_rescan: invalid state" -msgstr "" +#: commands/tablecmds.c:3702 +#, c-format +msgid "ALTER TABLE / DROP CONSTRAINT: %s does not exist" +msgstr "ALTER TABLE / DROP CONSTRAINT: %s 不存在" -#: ../utils/sort/tuplestore.c:568 -msgid "tuplestore_markpos: invalid state" +#: commands/tablecmds.c:3706 +msgid "Multiple constraints dropped" msgstr "" -#: ../utils/sort/tuplestore.c:593 -msgid "tuplestore_restorepos failed" -msgstr "" +#: commands/tablecmds.c:3793 +#, c-format +msgid "" +"ALTER TABLE: relation \"%s\" is not a table, TOAST table, index, view, or " +"sequence" +msgstr "ALTER TABLE: 关系 \"%s\" 不是一个表, TOAST 表, 索引, 视图, 或者序列" -#: ../utils/sort/tuplestore.c:597 -msgid "tuplestore_restorepos: invalid state" +#: commands/tablecmds.c:3843 +msgid "Shared relations cannot be toasted after initdb" msgstr "" -#: ../utils/sort/tuplestore.c:613 -msgid "tuplestore: unexpected end of tape" +#: commands/tablecmds.c:3856 +#, c-format +msgid "ALTER TABLE: relation \"%s\" already has a toast table" msgstr "" -#: ../utils/sort/tuplestore.c:615 ../utils/sort/tuplestore.c:683 -#: ../utils/sort/tuplestore.c:687 -msgid "tuplestore: unexpected end of data" +#: commands/tablecmds.c:3871 +#, c-format +msgid "ALTER TABLE: relation \"%s\" does not need a toast table" msgstr "" -#: ../utils/sort/tuplestore.c:625 ../utils/sort/tuplestore.c:655 -#: ../utils/sort/tuplestore.c:658 ../utils/sort/tuplestore.c:662 -msgid "tuplestore: write failed" +#: commands/trigger.c:132 +#, c-format +msgid "Unable to find table for constraint \"%s\"" msgstr "" -#: ../utils/sort/logtape.c:199 +#: commands/trigger.c:137 #, c-format -msgid "" -"ltsWriteBlock: failed to write block %ld of temporary file\n" -"\t\tPerhaps out of disk space?" -msgstr "" +msgid "CreateTrigger: relation \"%s\" is not a table" +msgstr "CreateTrigger: 关系 \"%s\" 不是一个表" -#: ../utils/sort/logtape.c:214 +#: commands/trigger.c:141 #, c-format -msgid "ltsReadBlock: failed to read block %ld of temporary file" -msgstr "" +msgid "CreateTrigger: can't create trigger for system relation %s" +msgstr "CreateTrigger: 不能为系统关系 %s 创建触发器" -#: ../utils/sort/logtape.c:572 -msgid "LogicalTapeWrite: impossible state" -msgstr "" +#: commands/trigger.c:208 +msgid "CreateTrigger: double INSERT event specified" +msgstr "CreateTrigger: INSERT 事件指定了两边" -#: ../utils/sort/logtape.c:837 -msgid "LogicalTapeBackspace: unexpected end of tape" -msgstr "" +#: commands/trigger.c:213 +msgid "CreateTrigger: double DELETE event specified" +msgstr "CreateTrigger: DELETE 事件指定了两边" -#: ../utils/sort/logtape.c:894 ../utils/sort/logtape.c:904 -msgid "LogicalTapeSeek: unexpected end of tape" -msgstr "" +#: commands/trigger.c:218 +msgid "CreateTrigger: double UPDATE event specified" +msgstr "CreateTRigger: UPDATE 事件指定了两边" + +#: commands/trigger.c:222 +msgid "CreateTrigger: unknown event specified" +msgstr "CreateTrigger: 指定了未知事件" -#: ../utils/cache/temprel.c:161 +#: commands/trigger.c:248 #, c-format -msgid "Cannot rename temp table \"%s\": temp table \"%s\" already exists" -msgstr "" +msgid "CreateTrigger: trigger %s already defined on relation %s" +msgstr "CreateTrigger: 在关系 %2$s 中触发器 %1$s 已经定义了" -#: ../utils/cache/temprel.c:193 +#: commands/trigger.c:260 +#, c-format +msgid "CreateTrigger: function %s() does not exist" +msgstr "CreateTrigger: 函数 %s() 不存在" + +#: commands/trigger.c:271 #, c-format msgid "" -"Cannot rename \"%s\" to \"%s\": a temp table by that name already exists" -msgstr "" +"CreateTrigger: changing return type of function %s() from OPAQUE to TRIGGER" +msgstr "CreateTrigger: 改变函数 %s() 返回类型, 从 OPAQUE 到 TRIGGER" -#: ../utils/cache/fcache.c:30 -msgid "init_fcache: too many arguments" -msgstr "" +#: commands/trigger.c:276 +#, c-format +msgid "CreateTrigger: function %s() must return TRIGGER" +msgstr "CreateTrigger: 函数 %s() 必需返回 TRIGGER" -#: ../utils/cache/catcache.c:127 +#: commands/trigger.c:376 #, c-format -msgid "GetCCHashFunc: type %u unsupported as catcache key" -msgstr "" +msgid "CreateTrigger: relation %s not found in pg_class" +msgstr "CreateTrigger: 在 pg_class 中没找到关系 %s" -#: ../utils/cache/catcache.c:182 +#: commands/trigger.c:461 #, c-format -msgid "CatalogCacheInitializeCache: cache @%p %s" -msgstr "" +msgid "DropTrigger: there is no trigger %s on relation %s" +msgstr "DropTrigger: 关系 %2$s 没有触发器 %1$s" -#: ../utils/cache/catcache.c:188 +#: commands/trigger.c:510 #, c-format -msgid "CatalogCacheInitializeCache: load %d/%d w/%d, %u" -msgstr "" +msgid "RemoveTriggerById: Trigger %u does not exist" +msgstr "RemoveTriggerById: 触发器 %u 不存在" -#: ../utils/cache/catcache.c:192 +#: commands/trigger.c:521 #, c-format -msgid "CatalogCacheInitializeCache: load %d/%d w/%d" -msgstr "" +msgid "DropTrigger: relation \"%s\" is not a table" +msgstr "DropTrigger: 关系 \"%s\" 不是一个表" -#: ../utils/cache/catcache.c:261 -msgid "CatalogCacheInit: only sys attr supported is OID" -msgstr "" +#: commands/trigger.c:525 +#, c-format +msgid "DropTrigger: can't drop trigger for system relation %s" +msgstr "DropTrigger: 不能删除系统关系 %s 的触发器" -#: ../utils/cache/catcache.c:328 +#: commands/trigger.c:550 #, c-format -msgid "CCComputeHashIndex: %d cc_nkeys" -msgstr "" +msgid "DropTrigger: relation %s not found in pg_class" +msgstr "DropTrigger: 在 pg_class 中没有关系 %s" -#: ../utils/cache/catcache.c:392 +#: commands/trigger.c:555 #, c-format -msgid "CCComputeTupleHashIndex: %d cc_nkeys" -msgstr "" +msgid "DropTrigger: relation %s has reltriggers = 0" +msgstr "DropTrigger: 关系 %s 的 reltriggers = 0" -#: ../utils/cache/catcache.c:517 +#: commands/trigger.c:626 #, c-format -msgid "Cache reference leak: cache %s (%d), tuple %u has count %d" -msgstr "" +msgid "renametrig: trigger %s already defined on relation %s" +msgstr "renametrig: 在关系 %2$s 中, 触发器 %1$s 已经定义了" -#: ../utils/cache/catcache.c:680 +#: commands/trigger.c:667 #, c-format -msgid "InitCatCache: rel=%s id=%d nkeys=%d size=%d\n" -msgstr "" +msgid "renametrig: trigger %s not defined on relation %s" +msgstr "renametrig: 在关系 %2$s 中, 触发器 %1$s 未被定义" -#: ../utils/cache/catcache.c:803 +#: commands/trigger.c:730 #, c-format -msgid "IndexScanOK: %s not found in %s" +msgid "RelationBuildTriggers: unexpected record found for rel %s" msgstr "" -#: ../utils/cache/lsyscache.c:70 +#: commands/trigger.c:758 #, c-format -msgid "op_requires_recheck: op %u is not a member of opclass %u" +msgid "RelationBuildTriggers: tgargs IS NULL for rel %s" msgstr "" -#: ../utils/cache/lsyscache.c:242 +#: commands/trigger.c:778 #, c-format -msgid "cache lookup failed for relation %u attribute %d" +msgid "RelationBuildTriggers: %d record(s) not found for rel %s" msgstr "" -#: ../utils/cache/lsyscache.c:411 +#: commands/trigger.c:1129 #, c-format -msgid "Operator OID %u does not exist" +msgid "ExecCallTriggerFunc: function %u returned NULL" +msgstr "ExecCallTriggerFunc: 函数 %u 返回了 NULL" + +#: commands/trigger.c:1179 commands/trigger.c:1290 commands/trigger.c:1414 +msgid "BEFORE STATEMENT trigger cannot return a value." +msgstr "BEFORE STATEMENT 触发器不能返回值." + +#: commands/trigger.c:1536 executor/execMain.c:1119 executor/execMain.c:1412 +#: executor/execMain.c:1546 +msgid "Can't serialize access due to concurrent update" msgstr "" -#: ../optimizer/util/clauses.c:1404 ../utils/cache/lsyscache.c:536 -#: ../utils/cache/lsyscache.c:557 +#: commands/trigger.c:1559 executor/execMain.c:1140 #, c-format -msgid "Function OID %u does not exist" -msgstr "" +msgid "Unknown status %u from heap_mark4update" +msgstr "来自 heap_mark4update 的未知状态 %u" + +#: commands/trigger.c:1571 +msgid "GetTupleForTrigger: failed ReadBuffer" +msgstr "GetTupleForTrigger: ReadBuffer 失败" + +#: commands/trigger.c:1759 +msgid "DeferredTriggerExecute: failed to fetch old tuple" +msgstr "DeferredTriggerExecute: 取得旧元组失败" -#: ../utils/cache/lsyscache.c:698 +#: commands/trigger.c:1766 +msgid "DeferredTriggerExecute: failed to fetch new tuple" +msgstr "DeferredTriggerExecute: 取得新元组失败" + +#: commands/trigger.c:1787 #, c-format -msgid "cache lookup failed for type %u" -msgstr "" +msgid "DeferredTriggerExecute: can't find trigger %u" +msgstr "DeferredTriggerExecute: 无法找到触发器 %u" -#: ../utils/cache/lsyscache.c:773 +#: commands/trigger.c:1933 #, c-format -msgid "get_typdefault: failed to lookup type %u" +msgid "deferredTriggerInvokeEvents: relation %u has no triggers" +msgstr "deferredTriggerInvokeEvents: 关系 %u 没有触发器" + +#: commands/trigger.c:2038 +msgid "DeferredTriggerBeginXact() called while inside transaction" msgstr "" -#: ../utils/cache/lsyscache.c:978 -msgid "get_attstatsslot: stavalues is null" +#: commands/trigger.c:2213 +msgid "unnamed constraints cannot be set explicitly" msgstr "" -#: ../utils/cache/lsyscache.c:995 +#: commands/trigger.c:2244 #, c-format -msgid "get_attstatsslot: Cache lookup failed for type %u" +msgid "Constraint '%s' is not deferrable" msgstr "" -#: ../utils/cache/lsyscache.c:1029 -msgid "get_attstatsslot: stanumbers is null" -msgstr "" +#: commands/trigger.c:2258 +#, c-format +msgid "Constraint '%s' does not exist" +msgstr "约束 '%s' 不存在" -#: ../utils/cache/lsyscache.c:1039 -msgid "get_attstatsslot: stanumbers is bogus" +#: commands/trigger.c:2335 +msgid "DeferredTriggerSaveEvent() called outside of transaction" msgstr "" -#: ../utils/cache/syscache.c:406 +#: commands/typecmds.c:125 #, c-format -msgid "InitCatalogCache: Can't init cache %s (%d)" -msgstr "" +msgid "DefineType: type names must be %d characters or less" +msgstr "DefineType: 类型名必需为 %d 个字符或更少" -#: ../utils/cache/syscache.c:438 +#: commands/typecmds.c:155 #, c-format -msgid "SearchSysCache: Bad cache id %d" +msgid "Array element type cannot be %s" msgstr "" -#: ../utils/cache/syscache.c:575 +#: commands/typecmds.c:186 #, c-format -msgid "SysCacheGetAttr: Bad cache id %d" +msgid "DefineType: \"%s\" alignment not recognized" msgstr "" -#: ../utils/cache/syscache.c:578 +#: commands/typecmds.c:202 #, c-format -msgid "SysCacheGetAttr: missing cache data for id %d" -msgstr "" +msgid "DefineType: \"%s\" storage not recognized" +msgstr "DefineType: \"%s\" 存储不被认可" -#: ../utils/cache/relcache.c:147 ../utils/cache/relcache.c:155 -#: ../utils/cache/relcache.c:163 -msgid "out of memory for relation descriptor cache" -msgstr "" +#: commands/typecmds.c:207 +#, c-format +msgid "DefineType: attribute \"%s\" not recognized" +msgstr "DefineType: 属性 \"%s\" 不被认可" -#: ../utils/cache/relcache.c:210 ../utils/cache/relcache.c:215 -#: ../utils/cache/relcache.c:220 -msgid "trying to delete a reldesc that does not exist." -msgstr "" +#: commands/typecmds.c:216 +msgid "Define: \"input\" unspecified" +msgstr "Define: \"input\" 未被指定" -#: ../utils/cache/relcache.c:318 ../utils/cache/relcache.c:384 -msgid "ScanPgRelation: bad buildinfo" -msgstr "" +#: commands/typecmds.c:218 +msgid "Define: \"output\" unspecified" +msgstr "Define: \"output\" 未被指定" -#: ../utils/cache/relcache.c:596 +#: commands/typecmds.c:251 #, c-format -msgid "catalog is missing %d attribute%s for relid %u" -msgstr "" +msgid "TypeCreate: changing return type of function %s from OPAQUE to %s" +msgstr "TypeCreate: 函数 %s 的返回类型 OPAQUE 改变成 %s" -#: ../utils/cache/relcache.c:667 +#: commands/typecmds.c:256 #, c-format -msgid "cannot find attribute %d of relation %s" -msgstr "" +msgid "Type input function %s must return %s" +msgstr "类型输入函数 %s 必需返回 %s" -#: ../utils/cache/relcache.c:1072 +#: commands/typecmds.c:264 #, c-format -msgid "RelationBuildDesc: can't open %s: %m" -msgstr "" +msgid "TypeCreate: changing return type of function %s from OPAQUE to CSTRING" +msgstr "TypeCreate: 函数 %s 的返回类型 OPAQUE 改变成 CSTRING" -#: ../utils/cache/relcache.c:1310 +#: commands/typecmds.c:269 #, c-format -msgid "fixrdesc: no pg_class entry for %s" -msgstr "" +msgid "Type output function %s must return cstring" +msgstr "类型输出函数 %s 必需返回 cstring" -#: ../utils/cache/relcache.c:1319 +#: commands/typecmds.c:397 #, c-format -msgid "fixrdesc: no existing relcache entry for %s" -msgstr "" +msgid "RemoveTypeById: type %u not found" +msgstr "RemoveTypeById: 未找到类型 %u" -#: ../utils/cache/relcache.c:1551 +#: commands/typecmds.c:458 #, c-format -msgid "RelationReloadClassinfo system relation id=%d doesn't exist" -msgstr "" +msgid "CREATE DOMAIN: domain names must be %d characters or less" +msgstr "CREATE DOMAIN: domain 名字必需为 %d 个字符或者更少" -#: ../utils/cache/relcache.c:1680 +#: commands/typecmds.c:477 #, c-format -msgid "RelationClearRelation: relation %u deleted while still in use" +msgid "DefineDomain: %s is not a basetype" +msgstr "DefineDomain: %s 不是一个基础类型" + +#: commands/typecmds.c:530 +msgid "CREATE DOMAIN / FOREIGN KEY constraints not supported" msgstr "" -#: ../utils/cache/relcache.c:1783 -#, c-format -msgid "Local relation %s not found in list" +#: commands/typecmds.c:534 +msgid "DefineDomain: unexpected constraint node type" msgstr "" -#: ../utils/cache/relcache.c:1831 -msgid "inval call to RFI" +#: commands/typecmds.c:546 +msgid "CREATE DOMAIN has multiple DEFAULT expressions" msgstr "" -#: ../utils/cache/relcache.c:2308 -#, c-format -msgid "AttrDefaultFetch: second record found for attr %s in rel %s" +#: commands/typecmds.c:573 commands/typecmds.c:580 +msgid "CREATE DOMAIN has conflicting NULL / NOT NULL constraint" msgstr "" -#: ../utils/cache/relcache.c:2316 -#, c-format -msgid "AttrDefaultFetch: adbin IS NULL for attr %s in rel %s" +#: commands/typecmds.c:596 +msgid "CREATE DOMAIN / UNIQUE not supported" +msgstr "不支持 CREATE DOMAIN / UNIQUE" + +#: commands/typecmds.c:600 +msgid "CREATE DOMAIN / PRIMARY KEY not supported" +msgstr "不支持 CREATE DOMAIN / PRIMARY KEY" + +#: commands/typecmds.c:607 +msgid "" +"CREATE DOMAIN: DEFERRABLE, NON DEFERRABLE, DEFERRED and IMMEDIATE not " +"supported" msgstr "" +"CREATE DOMAIN: 不支持 DEFERRABLE, NON DEFERRABLE, DEFERRED 和 IMMEDIATE" -#: ../utils/cache/relcache.c:2329 -#, c-format -msgid "AttrDefaultFetch: unexpected record found for attr %d in rel %s" +#: commands/typecmds.c:612 +msgid "DefineDomain: unrecognized constraint subtype" msgstr "" -#: ../utils/cache/relcache.c:2335 +#: commands/typecmds.c:704 #, c-format -msgid "AttrDefaultFetch: %d record not found for rel %s" -msgstr "" +msgid "RemoveDomain: type \"%s\" does not exist" +msgstr "RemoveDomain: 类型 \"%s\" 不存在" -#: ../utils/cache/relcache.c:2409 +#: commands/typecmds.c:717 commands/typecmds.c:1540 commands/typecmds.c:1837 #, c-format -msgid "RelCheckFetch: unexpected record found for rel %s" -msgstr "" +msgid "%s is not a domain" +msgstr "%s 不是一个域" -#: ../utils/cache/relcache.c:2416 +#: commands/typecmds.c:786 #, c-format -msgid "RelCheckFetch: rcname IS NULL for rel %s" -msgstr "" +msgid "TypeCreate: changing argument type of function %s from OPAQUE to %s" +msgstr "TypeCreate: 函数 %s 参数类型 OPAQUE 改变成 %s" -#: ../utils/cache/relcache.c:2424 +#: commands/typecmds.c:845 #, c-format -msgid "RelCheckFetch: rcbin IS NULL for rel %s" +msgid "" +"TypeCreate: changing argument type of function %s from OPAQUE to CSTRING" +msgstr "TypeCreate: 函数 %s 参数类型 OPAQUE 改变成 CSTRING" + +#: commands/typecmds.c:888 +msgid "attempted to define composite type relation with no attrs" msgstr "" -#: ../utils/cache/relcache.c:2435 +#: commands/typecmds.c:949 commands/typecmds.c:1063 commands/typecmds.c:1180 +#: commands/typecmds.c:1266 commands/typecmds.c:1831 #, c-format -msgid "RelCheckFetch: %d record not found for rel %s" -msgstr "" +msgid "AlterDomain: type \"%s\" does not exist" +msgstr "AlterDomain: 类型 \"%s\" 不存在" -#: ../utils/cache/relcache.c:2856 +#: commands/typecmds.c:1073 #, c-format -msgid "" -"Cannot create init file %s: %m\n" -"\tContinuing anyway, but there's something wrong." +msgid "AlterDomain: %s is already set to %s" +msgstr "AlterDomain: %s 已经设置成 %s" + +#: commands/typecmds.c:1115 +#, c-format +msgid "ALTER DOMAIN: Relation \"%s\" attribute \"%s\" contains NULL values" +msgstr "ALTER DOMAIN: 关系 \"%s\" 属性 \"%s\" 包含 NULL 值" + +#: commands/typecmds.c:1275 +msgid "ALTER DOMAIN / FOREIGN KEY constraints not supported" msgstr "" -#: ../utils/cache/relcache.c:2925 -msgid "cannot write init file -- descriptor length" +#: commands/typecmds.c:1279 +msgid "AlterDomainAddConstraint: unexpected constraint node type" msgstr "" -#: ../utils/cache/relcache.c:2929 -msgid "cannot write init file -- reldesc" -msgstr "无法写入初始化文件 -- reldesc" +#: commands/typecmds.c:1286 +msgid "Use ALTER DOMAIN .. SET DEFAULT instead" +msgstr "用 ALTER DOMAIN .. SET DEFAULT 替代" -#: ../utils/cache/relcache.c:2935 -msgid "cannot write init file -- am tuple form length" -msgstr "" +#: commands/typecmds.c:1291 +msgid "Use ALTER DOMAIN .. [ SET | DROP ] NOT NULL instead" +msgstr "用 ALTER DOMAIN .. [ SET | DROP ] NOT NULL 替代" -#: ../utils/cache/relcache.c:2938 -msgid "cannot write init file -- am tuple form" -msgstr "" +#: commands/typecmds.c:1299 +msgid "ALTER DOMAIN / UNIQUE indexes not supported" +msgstr "ALTER DOMAIN / UNIQUE 索引不被支持" -#: ../utils/cache/relcache.c:2944 -msgid "cannot write init file -- relation tuple form length" -msgstr "" +#: commands/typecmds.c:1303 +msgid "ALTER DOMAIN / PRIMARY KEY indexes not supported" +msgstr "ALTER DOMAIN / PRIMARY KEY 索引不被支持" -#: ../utils/cache/relcache.c:2947 -msgid "cannot write init file -- relation tuple form" +#: commands/typecmds.c:1310 +msgid "" +"ALTER DOMAIN: DEFERRABLE, NON DEFERRABLE, DEFERRED and IMMEDIATE not " +"supported" +msgstr "ALTER DOMAIN: 不支持 DEFERRABLE, NON DEFERRABLE, DEFERRED 和 IMMEDIATE" + +#: commands/typecmds.c:1315 +msgid "AlterDomainAddConstraint: unrecognized constraint node type" msgstr "" -#: ../utils/cache/relcache.c:2955 +#: commands/typecmds.c:1379 #, c-format -msgid "cannot write init file -- length of attdesc %d" +msgid "" +"ALTER DOMAIN: Relation \"%s\" attribute \"%s\" contains values that fail the " +"new constraint" msgstr "" -#: ../utils/cache/relcache.c:2958 +#: commands/typecmds.c:1571 #, c-format -msgid "cannot write init file -- attdesc %d" -msgstr "无法写入初始化文件 -- attdesc %d" - -#: ../utils/cache/relcache.c:2966 -msgid "cannot write init file -- strategy map length" +msgid "constraint \"%s\" already exists for domain \"%s\"" msgstr "" -#: ../utils/cache/relcache.c:2969 -msgid "cannot write init file -- strategy map" +#: commands/typecmds.c:1611 +msgid "Relations cannot be referenced in domain CHECK constraint" msgstr "" -#: ../utils/cache/relcache.c:2975 -msgid "cannot write init file -- support vector length" +#: commands/typecmds.c:1618 +msgid "cannot use column references in domain CHECK clause" msgstr "" -#: ../utils/cache/relcache.c:2978 -msgid "cannot write init file -- support vector" -msgstr "" +#: commands/typecmds.c:1704 +#, c-format +msgid "GetDomainConstraints: failed to lookup type %u" +msgstr "GetDomainConstraints: 查找类型 %u 失败" -#: ../utils/cache/relcache.c:2992 +#: commands/typecmds.c:1736 #, c-format -msgid "" -"Cannot rename init file %s to %s: %m\n" -"\tContinuing anyway, but there's something wrong." +msgid "GetDomainConstraints: domain %s constraint %s has NULL conbin" msgstr "" -#: ../utils/cache/inval.c:393 +#: commands/user.c:147 #, c-format -msgid "ExecuteInvalidationMessage: bogus message id %d" -msgstr "" +msgid "write_group_file: unable to write %s: %m" +msgstr "write_group_file: 无法写入 %s: %m" -#. translator: This string will be truncated at 31 characters. -#: ../utils/error/elog.c:174 +#: commands/user.c:181 #, c-format -msgid "copy: line %d, " -msgstr "拷贝: 行 %d, " +msgid "Invalid group name '%s'" +msgstr "无效组名 '%s'" -#. translator: This must fit in fmt_fixedbuf. -#: ../utils/error/elog.c:197 ../utils/error/elog.c:293 -msgid "elog: out of memory" -msgstr "elog: 内存用尽" +#: commands/user.c:211 commands/user.c:335 +#, c-format +msgid "Invalid user name '%s'" +msgstr "无效用户名 '%s'" -#: ../utils/error/elog.c:415 -msgid "elog: error during error recovery, giving up!" -msgstr "" +#: commands/user.c:242 commands/user.c:364 +#, c-format +msgid "%s: %m" +msgstr "%s: %m" -#: ../utils/error/elog.c:460 +#: commands/user.c:250 commands/user.c:372 #, c-format -msgid "DebugFileOpen: open of %s: %m" -msgstr "" +msgid "rename %s to %s: %m" +msgstr "重命名 %s 到 %s: %m" -#: ../utils/error/elog.c:469 +#: commands/user.c:286 #, c-format -msgid "DebugFileOpen: %s reopen as stderr: %m" -msgstr "" +msgid "write_user_file: unable to write %s: %m" +msgstr "writer_user_file: 无法写入 %s: %m" -#: ../utils/error/elog.c:481 +#: commands/user.c:341 #, c-format -msgid "DebugFileOpen: %s reopen as stdout: %m" -msgstr "" +msgid "Invalid user password '%s'" +msgstr "无效用户口令 '%s'" -#: ../utils/error/elog.c:498 -msgid "DebugFileOpen: could not open debugging file" -msgstr "" +#: commands/user.c:505 commands/user.c:515 commands/user.c:521 +#: commands/user.c:527 commands/user.c:533 commands/user.c:539 +msgid "CREATE USER: conflicting options" +msgstr "CREATE USER: 选项冲突" -#: ../utils/error/elog.c:725 -msgid "Numerical result out of range" -msgstr "数值结果超出范围" +#: commands/user.c:543 +#, c-format +msgid "CREATE USER: option \"%s\" not recognized" +msgstr "CREATE USER: 选项 \"%s\" 不被认可" + +#: commands/user.c:555 +msgid "user id must be positive" +msgstr "用户 id 必需为正数" + +#: commands/user.c:570 +msgid "CREATE USER: permission denied" +msgstr "CREATE USER: 权限不够" -#. translator: This string will be truncated at 47 characters expanded. -#: ../utils/error/elog.c:736 +#: commands/user.c:573 #, c-format -msgid "operating system error %d" -msgstr "操作系统错误 %d" +msgid "CREATE USER: user name \"%s\" is reserved" +msgstr "CREATE USER: 用户名 \"%s\" 被保留了" -#: ../utils/error/elog.c:753 -msgid "DEBUG: " -msgstr "调试: " +#: commands/user.c:608 +#, c-format +msgid "CREATE USER: user name \"%s\" already exists" +msgstr "CREATE USER: 用户名 \"%s\" 已经存在" -#: ../utils/error/elog.c:756 -msgid "NOTICE: " -msgstr "注意: " +#: commands/user.c:611 +#, c-format +msgid "CREATE USER: sysid %d is already assigned" +msgstr "CREATE USER: sysid %d 已经被赋值" -#: ../utils/error/elog.c:759 -msgid "ERROR: " -msgstr "错误: " +#: commands/user.c:642 commands/user.c:843 +msgid "CREATE USER: password encryption failed" +msgstr "CREATE USER: 口令加密失败" -#: ../utils/error/elog.c:762 -msgid "FATAL 1: " -msgstr "致命错误 1: " +#: commands/user.c:733 commands/user.c:743 commands/user.c:749 +#: commands/user.c:755 +msgid "ALTER USER: conflicting options" +msgstr "ALTER USER: 选项冲突" -#: ../utils/error/elog.c:765 -msgid "FATAL 2: " -msgstr "致命错误 2: " +#: commands/user.c:759 +#, c-format +msgid "ALTER USER: option \"%s\" not recognized" +msgstr "ALTER USER: 选项 \"%s\" 不被认可" -#: ../access/gist/gistscan.c:273 +#: commands/user.c:782 +msgid "ALTER USER: permission denied" +msgstr "ALTER USER: 权限不够" + +#: commands/user.c:796 #, c-format -msgid "GiST scan list corrupted -- cannot find 0x%p" -msgstr "" +msgid "ALTER USER: user \"%s\" does not exist" +msgstr "ALTER USER: 用户 \"%s\" 不存在" -#: ../access/gist/gistscan.c:410 +#: commands/user.c:907 commands/variable.c:560 utils/cache/lsyscache.c:1564 +#: utils/init/miscinit.c:559 #, c-format -msgid "Bad operation in GiST scan adjust: %d" -msgstr "" +msgid "user \"%s\" does not exist" +msgstr "用户 \"%s\" 不存在" + +#: commands/user.c:911 +msgid "ALTER USER SET: permission denied" +msgstr "ALTER USER SET: 权限不够" + +#: commands/user.c:968 +msgid "DROP USER: permission denied" +msgstr "DROP USER: 权限不够" -#: ../access/gist/gist.c:171 ../access/hash/hash.c:72 -#: ../access/nbtree/nbtree.c:128 ../access/rtree/rtree.c:128 +#: commands/user.c:995 #, c-format -msgid "%s already contains data" -msgstr "" +msgid "DROP USER: user \"%s\" does not exist (no users removed)" +msgstr "DROP USER: 用户 \"%s\" 不存在 (没有用户被删除)" -#: ../access/gist/gist.c:390 ../access/gist/gist.c:584 +#: commands/user.c:997 #, c-format -msgid "gist: failed to add index item to %s" -msgstr "" +msgid "DROP USER: user \"%s\" does not exist" +msgstr "DROP USER: 用户 \"%s\" 不存在" -#: ../access/gist/gist.c:1548 +#: commands/user.c:1003 +msgid "current user cannot be dropped" +msgstr "当前用户不能被删除" + +#: commands/user.c:1005 +msgid "session user cannot be dropped" +msgstr "会话用户不能被删除" + +#: commands/user.c:1029 #, c-format -msgid "initGISTstate: numberOfAttributes %d > %d" -msgstr "" +msgid "DROP USER: user \"%s\" owns database \"%s\", cannot be removed%s" +msgstr "DROP USER: 用户 \"%s\" 拥有数据库 \"%s\", 不能被删除 %s" -#: ../access/gist/gist.c:1799 +#: commands/user.c:1109 #, c-format -msgid "%sPage: %d %s blk: %d maxoff: %d free: %d" -msgstr "" +msgid "CheckPgUserAclNotNull: \"%s\" not found" +msgstr "CheckPgUserAclNotNull: \"%s\" 没有发现" -#: ../access/gist/gist.c:1809 +#: commands/user.c:1114 #, c-format -msgid "%s Tuple. blk: %d size: %d" +msgid "" +"To use passwords, you have to revoke permissions on %s so normal users " +"cannot read the passwords. Try 'REVOKE ALL ON \"%s\" FROM PUBLIC'." msgstr "" -#: ../access/gist/gist.c:1825 -msgid "gist_redo: unimplemented" +#: commands/user.c:1156 commands/user.c:1162 +msgid "CREATE GROUP: conflicting options" +msgstr "CREATE GROUP: 选项冲突" + +#: commands/user.c:1166 +#, c-format +msgid "CREATE GROUP: option \"%s\" not recognized" +msgstr "CREATE GROUP: 选项 \"%s\" 不被认可" + +#: commands/user.c:1174 +msgid "group id must be positive" msgstr "" -#: ../access/gist/gist.c:1831 -msgid "gist_undo: unimplemented" +#: commands/user.c:1185 +msgid "CREATE GROUP: permission denied" +msgstr "CREATE GROUP: 权限不够" + +#: commands/user.c:1188 +#, c-format +msgid "CREATE GROUP: group name \"%s\" is reserved" +msgstr "CREATE GROUP: 组名 \"%s\" 被保留了" + +#: commands/user.c:1223 +#, c-format +msgid "CREATE GROUP: group name \"%s\" already exists" +msgstr "CREATE GROUP: 组名 \"%s\" 已经存在" + +#: commands/user.c:1226 +#, c-format +msgid "CREATE GROUP: group sysid %d is already assigned" +msgstr "CREATE GROUP: 组 sysid %d 已经被赋值" + +#: commands/user.c:1319 +#, c-format +msgid "%s: group \"%s\" does not exist" +msgstr "%s: 组 \"%s\" 不存在" + +#: commands/user.c:1360 +#, c-format +msgid "AlterGroup: unknown tag %s" +msgstr "AlterGroup: 未知标志 %s" + +#: commands/user.c:1372 +#, c-format +msgid "%s: user \"%s\" is already in group \"%s\"" +msgstr "%s: 用户 \"%s\" 已经在组 \"%s\" 中" + +#: commands/user.c:1387 +#, c-format +msgid "ALTER GROUP: group \"%s\" does not have any members" +msgstr "ALTER GROUP: 组 \"%s\" 没有任何成员" + +#: commands/user.c:1412 +#, c-format +msgid "ALTER GROUP: user \"%s\" is not in group \"%s\"" +msgstr "ALTER GROUP: 用户 \"%s\" 不在组 \"%s\" 中" + +#: commands/user.c:1541 +msgid "DROP GROUP: permission denied" +msgstr "DROP GROUP: 权限不够" + +#: commands/user.c:1554 +#, c-format +msgid "DROP GROUP: group \"%s\" does not exist" +msgstr "DROP GROUP: 组 \"%s\" 不存在" + +#: commands/vacuum.c:466 +msgid "" +"oldest Xmin is far in the past --- close open transactions soon to avoid " +"wraparound problems" msgstr "" -#: ../access/hash/hashpage.c:93 +#: commands/vacuum.c:512 commands/vacuum.c:519 #, c-format -msgid "Cannot initialize non-empty hash table %s" +msgid "pg_class entry for relid %u vanished during vacuuming" msgstr "" -#: ../access/hash/hashpage.c:151 -msgid "Problem with _hash_initbitmap." +#: commands/vacuum.c:672 +msgid "" +"Some databases have not been vacuumed in over 2 billion transactions.\n" +"\tYou may have already suffered transaction-wraparound data loss." msgstr "" -#: ../access/hash/hashpage.c:196 -msgid "_hash_getbuf: internal error: hash AM does not use P_NEW" +#: commands/vacuum.c:683 +msgid "" +"Some databases have not been vacuumed in over 1 billion transactions.\n" +"\tBetter vacuum them soon, or you may have a wraparound failure." msgstr "" -#: ../access/hash/hashpage.c:204 +#: commands/vacuum.c:690 #, c-format -msgid "_hash_getbuf: invalid access (%d) on new blk: %s" +msgid "" +"Some databases have not been vacuumed in %d transactions.\n" +"\tBetter vacuum them within %d transactions,\n" +"\tor you may have a wraparound failure." msgstr "" -#: ../access/hash/hashpage.c:231 +#: commands/vacuum.c:778 #, c-format -msgid "_hash_relbuf: invalid access (%d) on blk %x: %s" -msgstr "" +msgid "Skipping \"%s\" --- only table or database owner can VACUUM it" +msgstr "忽略 \"%s\" --- 只有表或数据库所有者能够 VACUUM" -#: ../access/hash/hashpage.c:290 +#: commands/vacuum.c:984 #, c-format -msgid "_hash_chgbufaccess: invalid access (%d) on blk %x: %s" -msgstr "" +msgid "VACUUM (full_vacuum_rel): FlushRelationBuffers returned %d" +msgstr "VACUMM (full_vacuum_rel): FlushRelationBuffers 返回了 %d" -#: ../access/hash/hashpage.c:335 +#: commands/vacuum.c:1051 commands/vacuumlazy.c:205 #, c-format -msgid "_hash_setpagelock: invalid access (%d) on blk %x: %s" -msgstr "" +msgid "--Relation %s.%s--" +msgstr "--关系 %s.%s--" -#: ../access/hash/hashpage.c:359 +#: commands/vacuum.c:1085 commands/vacuumlazy.c:262 #, c-format -msgid "_hash_unsetpagelock: invalid access (%d) on blk %x: %s" +msgid "Rel %s: Uninitialized page %u - fixing" msgstr "" -#: ../access/hash/hashpage.c:548 ../access/hash/hashpage.c:689 +#: commands/vacuum.c:1199 #, c-format -msgid "_hash_splitpage: empty overflow page %d" +msgid "" +"Rel %s: TID %u/%u: InsertTransactionInProgress %u - can't shrink relation" msgstr "" -#: ../access/hash/hashpage.c:589 +#: commands/vacuum.c:1209 #, c-format -msgid "_hash_splitpage: empty ovfl page %d!" +msgid "" +"Rel %s: TID %u/%u: DeleteTransactionInProgress %u - can't shrink relation" msgstr "" -#: ../access/hash/hashpage.c:644 +#: commands/vacuum.c:1227 commands/vacuumlazy.c:366 #, c-format -msgid "_hash_splitpage: failed to add index item to %s" +msgid "Rel %s: TID %u/%u: OID IS INVALID. TUPGONE %d." msgstr "" -#: ../access/hash/hashovfl.c:61 -msgid "_hash_addovflpage: problem with _hash_getovfladdr." +#: commands/vacuum.c:1365 +#, c-format +msgid "" +"Pages %u: Changed %u, reaped %u, Empty %u, New %u; Tup %.0f: Vac %.0f, Keep/" +"VTL %.0f/%u, UnUsed %.0f, MinLen %lu, MaxLen %lu; Re-using: Free/Avail. " +"Space %.0f/%.0f; EndEmpty/Avail. Pages %u/%u.\n" +"\t%s" msgstr "" -#: ../access/hash/hashovfl.c:196 -msgid "overflow_page: problem with _hash_initbitmap." +#: commands/vacuum.c:1589 +msgid "HEAP_MOVED_IN was not expected" msgstr "" -#: ../access/hash/hashovfl.c:569 -#, c-format -msgid "_hash_squeezebucket: failed to add index item to %s" +#: commands/vacuum.c:1599 +msgid "Invalid XVAC in tuple header" msgstr "" -#: ../access/hash/hashscan.c:103 -#, c-format -msgid "hash scan list trashed; can't find 0x%p" +#: commands/vacuum.c:1624 +msgid "HEAP_MOVED_OFF was expected" msgstr "" -#: ../access/hash/hashutil.c:81 -msgid "hash indices cannot include null keys" +#: commands/vacuum.c:1678 commands/vacuum.c:1800 +msgid "Parent item in update-chain not found - can't continue repair_frag" msgstr "" -#: ../access/hash/hash.c:472 -msgid "hash_redo: unimplemented" +#: commands/vacuum.c:1715 +msgid "" +"Child itemid in update-chain marked as unused - can't continue repair_frag" msgstr "" -#: ../access/hash/hash.c:478 -msgid "hash_undo: unimplemented" +#: commands/vacuum.c:1812 +msgid "Parent itemid marked as unused" msgstr "" -#: ../access/hash/hashinsert.c:51 -msgid "Hash indices valid for only one index key." +#: commands/vacuum.c:1836 +msgid "Too old parent tuple found - can't continue repair_frag" msgstr "" -#: ../access/hash/hashinsert.c:169 -msgid "hash item too large" +#: commands/vacuum.c:1965 +#, c-format +msgid "moving chain: failed to add item with len = %lu to page %u" msgstr "" -#: ../access/hash/hashinsert.c:235 +#: commands/vacuum.c:2109 #, c-format -msgid "_hash_pgaddtup: failed to add index item to %s" +msgid "" +"failed to add item with len = %lu to page %u (free space %lu, nusd %u, noff %" +"u)" msgstr "" -#: ../access/heap/hio.c:53 -msgid "RelationPutHeapTuple: failed to add tuple" +#: commands/vacuum.c:2198 +msgid "HEAP_MOVED_IN was not expected (2)" msgstr "" -#: ../access/heap/hio.c:112 -#, c-format -msgid "Tuple is too big: size %lu, max size %ld" +#: commands/vacuum.c:2202 +msgid "Invalid XVAC in tuple header (4)" msgstr "" -#: ../access/heap/hio.c:268 -#, c-format -msgid "Tuple is too big: size %lu" +#: commands/vacuum.c:2227 +msgid "HEAP_MOVED_OFF was expected (2)" msgstr "" -#: ../access/heap/tuptoaster.c:849 -msgid "Failed to build TOAST tuple" +#: commands/vacuum.c:2338 +msgid "HEAP_MOVED_OFF/HEAP_MOVED_IN was expected" msgstr "" -#: ../access/heap/tuptoaster.c:865 -msgid "Failed to insert index entry for TOAST tuple" +#: commands/vacuum.c:2340 +msgid "Invalid XVAC in tuple header (2)" msgstr "" -#: ../access/heap/tuptoaster.c:1048 +#: commands/vacuum.c:2358 #, c-format -msgid "unexpected chunk number %d for toast value %u" +msgid "" +"Rel %s: Pages: %u --> %u; Tuple(s) moved: %u.\n" +"\t%s" msgstr "" -#: ../access/heap/tuptoaster.c:1054 ../access/heap/tuptoaster.c:1061 -#, c-format -msgid "unexpected chunk size %d in chunk %d for toast value %u" +#: commands/vacuum.c:2419 +msgid "Invalid XVAC in tuple header (3)" msgstr "" -#: ../access/heap/tuptoaster.c:1066 -#, c-format -msgid "chunk %d for toast value %u appears multiple times" +#: commands/vacuum.c:2424 +msgid "HEAP_MOVED_OFF was expected (3)" msgstr "" -#: ../access/heap/tuptoaster.c:1084 +#: commands/vacuum.c:2473 #, c-format -msgid "not all toast chunks found for value %u" -msgstr "" +msgid "VACUUM (repair_frag): FlushRelationBuffers returned %d" +msgstr "VACUUM (repari_frag): FlushRelationBuffers 返回了 %d" -#: ../access/heap/heapam.c:143 +#: commands/vacuum.c:2539 #, c-format -msgid "heapgettup(%s, tid=0x%x[%d,%d], dir=%d, ...)" -msgstr "" +msgid "VACUUM (vacuum_heap): FlushRelationBuffers returned %d" +msgstr "VACUUM (vacuum_heap): FlushRelationBuffers 返回了 %d" -#: ../access/heap/heapam.c:149 +#: commands/vacuum.c:2545 #, c-format -msgid "heapgettup(%s, tid=0x%x, dir=%d, ...)" +msgid "Rel %s: Pages: %u --> %u." msgstr "" -#: ../access/heap/heapam.c:152 +#: commands/vacuum.c:2636 commands/vacuumlazy.c:585 #, c-format -msgid "heapgettup(..., b=0x%x, nkeys=%d, key=0x%x" +msgid "" +"Index %s: Pages %u, %u deleted, %u free; Tuples %.0f.\n" +"\t%s" msgstr "" -#: ../access/heap/heapam.c:154 +#: commands/vacuum.c:2650 commands/vacuum.c:2712 #, c-format -msgid "heapgettup: relation(%c)=`%s', %p" +msgid "" +"Index %s: NUMBER OF INDEX' TUPLES (%.0f) IS NOT THE SAME AS HEAP' (%.0f).\n" +"\tRecreate the index." msgstr "" -#: ../access/heap/heapam.c:202 ../access/heap/heapam.c:237 -#: ../access/heap/heapam.c:278 ../access/heap/heapam.c:371 -msgid "heapgettup: failed ReadBuffer" +#: commands/vacuum.c:2698 commands/vacuumlazy.c:641 +#, c-format +msgid "" +"Index %s: Pages %u, %u deleted, %u free; Tuples %.0f: Deleted %.0f.\n" +"\t%s" msgstr "" -#: ../access/heap/heapam.c:468 +#: commands/vacuumlazy.c:428 #, c-format -msgid "Relation %u does not exist" +msgid "" +"Pages %u: Changed %u, Empty %u; Tup %.0f: Vac %.0f, Keep %.0f, UnUsed %.0f.\n" +"\tTotal %s" msgstr "" -#: ../access/heap/heapam.c:472 ../access/heap/heapam.c:509 -#: ../access/heap/heapam.c:546 ../access/heap/heapam.c:576 +#: commands/vacuumlazy.c:478 #, c-format -msgid "%s is an index relation" +msgid "" +"Removed %d tuples in %d pages.\n" +"\t%s" msgstr "" -#: ../access/heap/heapam.c:505 +#: commands/vacuumlazy.c:715 #, c-format -msgid "Relation '%s' does not exist" -msgstr "关系 '%s' 不存在" +msgid "VACUUM (lazy_truncate_heap): FlushRelationBuffers returned %d" +msgstr "VACUUM (lazy_truncate_heap): FlushRelationBuffers 返回了 %d" -#: ../access/heap/heapam.c:637 -msgid "heap_beginscan: !RelationIsValid(relation)" +#: commands/vacuumlazy.c:750 +#, c-format +msgid "" +"Truncated %u --> %u pages.\n" +"\t%s" +msgstr "" + +#: commands/variable.c:62 +msgid "SET DATESTYLE: invalid list syntax" msgstr "" -#: ../access/heap/heapam.c:752 +#: commands/variable.c:141 #, c-format -msgid "heap_getnext([%s,nkeys=%d],backw=%d) called" +msgid "SET DATESTYLE: unrecognized keyword %s" msgstr "" -#: ../access/heap/heapam.c:756 -msgid "heap_getnext returning EOS" +#: commands/variable.c:156 +msgid "SET DATESTYLE: conflicting specifications" msgstr "" -#: ../access/heap/heapam.c:759 -msgid "heap_getnext returning tuple" +#: commands/variable.c:288 +msgid "SET TIME ZONE: illegal INTERVAL; month not allowed" msgstr "" -#: ../access/heap/heapam.c:782 -msgid "heap_getnext: NULL relscan" +#: commands/variable.c:331 +msgid "Unable to clear TZ environment variable" msgstr "" -#: ../access/heap/heapam.c:880 -#, c-format -msgid "heap_fetch: %s relation: ReadBuffer(%lx) failed" +#: commands/variable.c:351 +msgid "assign_timezone: putenv failed" +msgstr "assign_timezone: putenv 失败" + +#: commands/variable.c:420 +msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query" msgstr "" -#: ../access/heap/heapam.c:969 +#: commands/variable.c:495 #, c-format -msgid "heap_get_latest_tid: %s relation: ReadBuffer(%lx) failed" -msgstr "" +msgid "Conversion between %s and %s is not supported" +msgstr "不支持 %s 和 %s 之间的转换" -#: ../access/heap/heapam.c:1171 -msgid "heap_delete: failed ReadBuffer" -msgstr "" +#: commands/variable.c:507 +msgid "SET SERVER_ENCODING is not supported" +msgstr "不支持 SET SERVER_ENCODING" -#: ../access/heap/heapam.c:1190 -msgid "heap_delete: (am)invalid tid" -msgstr "" +#: commands/view.c:87 +msgid "attempted to define virtual relation with no attrs" +msgstr "尝试定义没有属性的虚拟关系" -#: ../access/heap/heapam.c:1310 -msgid "simple_heap_delete: tuple already updated by self" -msgstr "" +#: commands/view.c:109 +#, c-format +msgid "%s is not a view" +msgstr "%s 不是一个视图" -#: ../access/heap/heapam.c:1318 -msgid "simple_heap_delete: tuple concurrently updated" -msgstr "" +#: commands/view.c:162 commands/view.c:172 +msgid "Cannot change number of columns in view" +msgstr "视图中不能改变字段个数" -#: ../access/heap/heapam.c:1322 ../executor/execMain.c:1358 +#: commands/view.c:175 #, c-format -msgid "Unknown status %u from heap_delete" -msgstr "" +msgid "Cannot change name of view column \"%s\"" +msgstr "无法改变视图字段 \"%s\" 的名字" -#: ../access/heap/heapam.c:1357 -msgid "heap_update: failed ReadBuffer" -msgstr "" +#: commands/view.c:180 +#, c-format +msgid "Cannot change datatype of view column \"%s\"" +msgstr "无法改变视图字段 \"%s\" 的数据类型" -#: ../access/heap/heapam.c:1382 -msgid "heap_update: (am)invalid tid" +#: executor/execAmi.c:163 +#, c-format +msgid "ExecReScan: node type %d not supported" msgstr "" -#: ../access/heap/heapam.c:1626 -msgid "simple_heap_update: tuple already updated by self" +#: executor/execAmi.c:211 +#, c-format +msgid "ExecMarkPos: node type %d not supported" msgstr "" -#: ../access/heap/heapam.c:1634 -msgid "simple_heap_update: tuple concurrently updated" +#: executor/execAmi.c:252 +#, c-format +msgid "ExecRestrPos: node type %d not supported" msgstr "" -#: ../access/heap/heapam.c:1638 ../executor/execMain.c:1495 +#: executor/execGrouping.c:280 #, c-format -msgid "Unknown status %u from heap_update" +msgid "ComputeHashFunc: Invalid typLen %d" msgstr "" -#: ../access/heap/heapam.c:1661 -msgid "heap_mark4update: failed ReadBuffer" +#: executor/execMain.c:414 +#, c-format +msgid "ExecCheckRTEPerms: bogus operation %d" msgstr "" -#: ../access/heap/heapam.c:1678 -msgid "heap_mark4update: (am)invalid tid" +#: executor/execMain.c:844 +#, c-format +msgid "You can't change sequence relation %s" msgstr "" -#: ../access/heap/heapam.c:1961 -msgid "heap_clean_redo: no block" +#: executor/execMain.c:848 +#, c-format +msgid "You can't change toast relation %s" msgstr "" -#: ../access/heap/heapam.c:1965 -msgid "heap_clean_redo: uninitialized page" +#: executor/execMain.c:852 +#, c-format +msgid "You can't change view relation %s" msgstr "" -#: ../access/heap/heapam.c:2018 -#, c-format -msgid "heap_delete_%sdo: no block" +#: executor/execMain.c:1067 +msgid "ExecutePlan: NO (junk) `ctid' was found!" msgstr "" -#: ../access/heap/heapam.c:2022 -#, c-format -msgid "heap_delete_%sdo: uninitialized page" +#: executor/execMain.c:1071 +msgid "ExecutePlan: (junk) `ctid' is NULL!" msgstr "" -#: ../access/heap/heapam.c:2034 -msgid "heap_delete_undo: bad page LSN" +#: executor/execMain.c:1096 +#, c-format +msgid "ExecutePlan: NO (junk) `%s' was found!" msgstr "" -#: ../access/heap/heapam.c:2041 +#: executor/execMain.c:1101 #, c-format -msgid "heap_delete_%sdo: invalid lp" +msgid "ExecutePlan: (junk) `%s' is NULL!" msgstr "" -#: ../access/heap/heapam.c:2057 -msgid "heap_delete_undo: unimplemented" +#: executor/execMain.c:1190 +msgid "ExecutePlan: unknown operation in queryDesc" msgstr "" -#: ../access/heap/heapam.c:2083 -#, c-format -msgid "heap_insert_%sdo: uninitialized page" +#: executor/execMain.c:1476 +msgid "ExecUpdate: UPDATE can't run without transactions" msgstr "" -#: ../access/heap/heapam.c:2109 -msgid "heap_insert_redo: invalid max offset number" +#: executor/execMain.c:1676 +#, c-format +msgid "%s: Fail to add null value in not null attribute %s" msgstr "" -#: ../access/heap/heapam.c:2133 -msgid "heap_insert_redo: failed to add tuple" +#: executor/execMain.c:1686 +#, c-format +msgid "%s: rejected due to CHECK constraint \"%s\" on \"%s\"" msgstr "" -#: ../access/heap/heapam.c:2143 -msgid "heap_insert_undo: bad page LSN" +#: executor/execMain.c:1729 +#, c-format +msgid "EvalPlanQual: can't find RTE %d" msgstr "" -#: ../access/heap/heapam.c:2145 -msgid "heap_insert_undo: unimplemented" +#: executor/execMain.c:1747 +msgid "EvalPlanQual: t_xmin is uncommitted ?!" msgstr "" -#: ../access/heap/heapam.c:2176 +#: executor/execProcnode.c:218 #, c-format -msgid "heap_update_%sdo: no block" +msgid "ExecInitNode: node type %d unsupported" msgstr "" -#: ../access/heap/heapam.c:2180 +#: executor/execProcnode.c:378 #, c-format -msgid "heap_update_%sdo: uninitialized old page" +msgid "ExecProcNode: node type %d unsupported" msgstr "" -#: ../access/heap/heapam.c:2194 -msgid "heap_update_undo: bad old tuple page LSN" +#: executor/execProcnode.c:471 +#, c-format +msgid "ExecCountSlotsNode: node type %d unsupported" msgstr "" -#: ../access/heap/heapam.c:2201 +#: executor/execProcnode.c:600 #, c-format -msgid "heap_update_%sdo: invalid lp" +msgid "ExecEndNode: node type %d unsupported" msgstr "" -#: ../access/heap/heapam.c:2229 ../access/heap/heapam.c:2334 -msgid "heap_update_undo: unimplemented" +#: executor/execProcnode.c:776 +#, c-format +msgid "ExecGetTupType: node type %d unsupported" msgstr "" -#: ../access/heap/heapam.c:2250 +#: executor/execQual.c:173 executor/execQual.c:195 #, c-format -msgid "heap_update_%sdo: uninitialized page" +msgid "ExecEvalArrayRef: can only handle %d dimensions" msgstr "" -#: ../access/heap/heapam.c:2276 -msgid "heap_update_redo: invalid max offset number" +#: executor/execQual.c:217 +msgid "ExecEvalArrayRef: upper and lower indices mismatch" msgstr "" -#: ../access/heap/heapam.c:2322 -msgid "heap_update_redo: failed to add tuple" +#: executor/execQual.c:298 +msgid "ExecEvalAggref: no aggregates in this expression context" msgstr "" -#: ../access/heap/heapam.c:2332 -msgid "heap_update_undo: bad new tuple page LSN" +#: executor/execQual.c:476 +#, c-format +msgid "ExecEvalParam: invalid paramkind %d" msgstr "" -#: ../access/heap/heapam.c:2350 -msgid "_heap_unlock_tuple: can't open relation" +#: executor/execQual.c:488 +#, c-format +msgid "ExecEvalParam: Unknown value for parameter %s" msgstr "" -#: ../access/heap/heapam.c:2355 -msgid "_heap_unlock_tuple: can't read buffer" +#: executor/execQual.c:491 +#, c-format +msgid "ExecEvalParam: Unknown value for parameter %d" msgstr "" -#: ../access/heap/heapam.c:2359 -msgid "_heap_unlock_tuple: uninitialized page" +#: executor/execQual.c:523 +msgid "GetAttributeByNum: Invalid attribute number" msgstr "" -#: ../access/heap/heapam.c:2363 -msgid "_heap_unlock_tuple: invalid itemid" +#: executor/execQual.c:526 +msgid "GetAttributeByNum: cannot access system attributes here" msgstr "" -#: ../access/heap/heapam.c:2367 -msgid "_heap_unlock_tuple: unused/deleted tuple in rollback" +#: executor/execQual.c:529 +msgid "GetAttributeByNum: a NULL isNull flag was passed" msgstr "" -#: ../access/heap/heapam.c:2373 -msgid "_heap_unlock_tuple: invalid xmax/cmax in rollback" +#: executor/execQual.c:557 +msgid "GetAttributeByName: Invalid attribute name" msgstr "" -#: ../access/heap/heapam.c:2397 -#, c-format -msgid "heap_redo: unknown op code %u" +#: executor/execQual.c:560 +msgid "GetAttributeByName: a NULL isNull flag was passed" msgstr "" -#: ../access/heap/heapam.c:2417 +#: executor/execQual.c:582 #, c-format -msgid "heap_undo: unknown op code %u" -msgstr "" +msgid "GetAttributeByName: attribute %s not found" +msgstr "GetAttributeByName: 属性 %s 没发现" -#: ../access/index/genam.c:103 -msgid "RelationGetIndexScan: relation invalid" -msgstr "" +#: executor/execQual.c:609 +msgid "init_fcache: too many arguments" +msgstr "init_fcache: 参数太多" -#: ../access/index/genam.c:148 -msgid "IndexScanEnd: invalid scan" +#: executor/execQual.c:651 +msgid "Functions and operators can take only one set argument" msgstr "" -#: ../access/index/genam.c:176 -msgid "IndexScanRestart: invalid scan" +#: executor/execQual.c:701 executor/execQual.c:743 executor/execQual.c:928 +#: executor/execQual.c:2535 executor/functions.c:524 executor/functions.c:559 +#: utils/adt/sets.c:204 +msgid "Set-valued function called in context that cannot accept a set" msgstr "" -#: ../access/index/genam.c:237 -msgid "IndexScanRestorePosition: no mark to restore" +#: executor/execQual.c:1039 executor/execQual.c:1074 +msgid "" +"ExecMakeTableFunctionResult: Invalid result from function returning tuple" msgstr "" -#: ../access/index/indexam.c:90 ../access/index/indexam.c:99 -#, c-format -msgid "index_%s: invalid %s regproc" +#: executor/execQual.c:1099 +msgid "ExecMakeTableFunctionResult: Materialize-mode protocol not followed" msgstr "" -#: ../access/index/indexam.c:128 +#: executor/execQual.c:1104 #, c-format -msgid "Index %u does not exist" -msgstr "索引 %u 不存在" +msgid "ExecMakeTableFunctionResult: unknown returnMode %d" +msgstr "" -#: ../access/index/indexam.c:131 ../access/index/indexam.c:155 -#, c-format -msgid "%s is not an index relation" +#: executor/execQual.c:1216 +msgid "IS DISTINCT FROM does not support set arguments" msgstr "" -#: ../access/index/indexam.c:152 -#, c-format -msgid "Index '%s' does not exist" -msgstr "索引 '%s' 不存在" +#: executor/execQual.c:1494 +msgid "NULLIF does not support set arguments" +msgstr "" -#: ../access/index/istrat.c:249 +#: executor/execQual.c:1554 #, c-format -msgid "StrategyTermEvaluate: impossible case %d" +msgid "ExecEvalNullTest: unexpected nulltesttype %d" msgstr "" -#: ../access/index/istrat.c:325 +#: executor/execQual.c:1639 #, c-format -msgid "RelationGetStrategy: impossible case %d" +msgid "ExecEvalBooleanTest: unexpected booltesttype %d" msgstr "" -#: ../access/index/istrat.c:331 -msgid "RelationGetStrategy: corrupted evaluation" +#: executor/execQual.c:1673 +#, c-format +msgid "Domain %s does not allow NULL values" msgstr "" -#: ../access/index/istrat.c:450 +#: executor/execQual.c:1700 #, c-format -msgid "RelationInvokeStrategy: cannot evaluate strategy %d" +msgid "ExecEvalCoerceToDomain: Domain %s constraint %s failed" msgstr "" -#: ../access/index/istrat.c:475 -#, c-format -msgid "FillScanKeyEntry: unknown operator %u" +#: executor/execQual.c:1709 +msgid "ExecEvalCoerceToDomain: Constraint type unknown" msgstr "" -#: ../access/index/istrat.c:485 +#: executor/execQual.c:1882 #, c-format -msgid "FillScanKeyEntry: no procedure for operator %u" -msgstr "" +msgid "ExecEvalExpr: unknown boolop %d" +msgstr "ExecEvalExpr: 未知 boolop %d" -#: ../access/index/istrat.c:530 +#: executor/execQual.c:1946 #, c-format -msgid "IndexSupportInitialize: no pg_index entry for index %u" +msgid "ExecEvalExpr: unknown expression type %d" msgstr "" -#: ../access/index/istrat.c:544 -msgid "IndexSupportInitialize: bogus pg_index tuple" -msgstr "" +#: executor/execQual.c:2045 optimizer/util/clauses.c:403 +msgid "Aggregate function calls may not be nested" +msgstr "聚集函数调用不允许嵌套" -#: ../access/rtree/rtree.c:329 -#, c-format -msgid "rtdoinsert: failed to add index item to %s" +#: executor/execQual.c:2048 +msgid "ExecInitExpr: Aggref not expected here" msgstr "" -#: ../access/rtree/rtree.c:523 ../access/rtree/rtree.c:547 -#, c-format -msgid "rtdosplit: failed to add index item to %s" +#: executor/execQual.c:2117 executor/execQual.c:2284 +msgid "ExecInitExpr: SubPlan not expected here" msgstr "" -#: ../access/rtree/rtree.c:643 -msgid "Variable-length rtree keys are not supported." +#: executor/execQual.c:2260 +#, fuzzy, c-format +msgid "ExecInitExpr: unknown expression type %d" +msgstr "CreateOperationTag: 未知操作类型 %d" + +#: executor/execTuples.c:259 +msgid "" +"Plan requires more slots than are available\n" +"\tsend mail to your local executor guru to fix this" msgstr "" -#: ../access/rtree/rtree.c:663 +#: executor/functions.c:154 #, c-format -msgid "rtintinsert: failed to add index item to %s" +msgid "init_sql_fcache: Cache lookup failed for procedure %u" msgstr "" -#: ../access/rtree/rtree.c:689 ../access/rtree/rtree.c:694 +#: executor/functions.c:166 #, c-format -msgid "rtnewroot: failed to add index item to %s" +msgid "init_sql_fcache: Cache lookup failed for type %u" msgstr "" -#: ../access/rtree/rtree.c:780 +#: executor/functions.c:228 #, c-format -msgid "rtree: index item size %lu exceeds maximum %lu" +msgid "init_sql_fcache: null prosrc for procedure %u" msgstr "" -#: ../access/rtree/rtree.c:1066 -msgid "rtpicksplit: failed to find a workable page split" +#: executor/instrument.c:40 +msgid "InstrStartTimer called twice in a row" msgstr "" -#: ../access/rtree/rtree.c:1351 -msgid "rtree_redo: unimplemented" +#: executor/instrument.c:56 +msgid "InstrStopNode without start" msgstr "" -#: ../access/rtree/rtree.c:1357 -msgid "rtree_undo: unimplemented" -msgstr "" +#: executor/nodeAgg.c:1210 +#, fuzzy, c-format +msgid "ExecAgg: cache lookup failed for aggregate %u" +msgstr "SetRelationRuleStatus: 为关系 %u 查找缓冲区失败" -#: ../access/rtree/rtscan.c:270 +#: executor/nodeAgg.c:1265 #, c-format -msgid "rtree scan list corrupted -- cannot find 0x%p" +msgid "Aggregate %u needs to have compatible input type and transition type" msgstr "" -#: ../access/rtree/rtscan.c:407 +#: executor/nodeAgg.c:1317 #, c-format -msgid "Bad operation in rtree scan adjust: %d" +msgid "" +"GetAggInitVal: cache lookup failed on aggregate transition function return " +"type %u" msgstr "" -#: ../access/common/indextuple.c:56 +#: executor/nodeAgg.c:1425 #, c-format -msgid "index_formtuple: numberOfAttributes %d > %d" +msgid "Aggregate function %u called as normal function" +msgstr "聚集函数 %u 被作为普通函数调用" + +#: executor/nodeFunctionscan.c:91 +msgid "" +"Query-specified return tuple and actual function return tuple do not match" msgstr "" -#: ../access/common/indextuple.c:163 +#: executor/nodeHashjoin.c:380 #, c-format -msgid "index_formtuple: data takes %lu bytes, max is %d" +msgid "ExecInitHashJoin: unsupported join type %d" msgstr "" -#: ../access/common/heaptuple.c:171 -msgid "heap_attisnull: zero attnum disallowed" -msgstr "" +#: executor/nodeHashjoin.c:558 executor/nodeHashjoin.c:566 +msgid "Read from hashjoin temp file failed" +msgstr "读取散列联接临时文件失败" -#: ../access/common/heaptuple.c:174 -msgid "heap_attisnull: undefined negative attnum" +#: executor/nodeHashjoin.c:622 executor/nodeHashjoin.c:627 +msgid "Failed to rewind hash temp file" msgstr "" -#: ../access/common/heaptuple.c:459 -#, c-format -msgid "heap_getsysattr: invalid attnum %d" +#: executor/nodeHashjoin.c:676 executor/nodeHashjoin.c:679 +msgid "Write to hashjoin temp file failed" +msgstr "写入散列联接临时文件失败" + +#: executor/nodeIndexscan.c:669 +msgid "ExecInitIndexScan: indxqual not an opclause!" msgstr "" -#: ../access/common/heaptuple.c:585 +#: executor/nodeIndexscan.c:771 executor/nodeIndexscan.c:808 #, c-format -msgid "heap_formtuple: numberOfAttributes of %d > %d" -msgstr "" +msgid "ExecInitIndexScan: %s" +msgstr "ExecInitIndexScan: %s" -#: ../access/common/heaptuple.c:688 +#: executor/nodeIndexscan.c:881 #, c-format -msgid "heap_modifytuple: repl is \\%3d" +msgid "indexes of the relation %u was inactivated" msgstr "" -#: ../access/common/printtup.c:49 -#, c-format -msgid "getTypeOutputInfo: Cache lookup of type %u failed" +#: executor/nodeLimit.c:152 executor/nodeLimit.c:167 +msgid "ExecLimit: subplan failed to run backwards" msgstr "" -#: ../access/common/tupdesc.c:598 +#: executor/nodeLimit.c:198 #, c-format -msgid "DefineRelation: no such type %s" +msgid "ExecLimit: impossible state %d" msgstr "" -#: ../access/transam/xlogutils.c:252 -msgid "_xl_remove_hash_entry: file was not found in cache" +#: executor/nodeMergejoin.c:132 +msgid "MJFormSkipQuals: op not an OpExpr!" msgstr "" -#: ../access/transam/xlogutils.c:351 -msgid "XLogOpenRelation: out of memory for cache" -msgstr "XLogOpenRelation: 缓冲内存用尽" - -#: ../access/transam/xlogutils.c:354 -msgid "XLogOpenRelation: file found on insert into cache" +#: executor/nodeMergejoin.c:401 +#, c-format +msgid "ExecMergeJoin: unsupported join type %d" msgstr "" -#: ../access/transam/clog.c:545 ../access/transam/clog.c:596 +#: executor/nodeMergejoin.c:1391 #, c-format -msgid "open of %s failed: %m" -msgstr "打开 %s 失败: %m" +msgid "ExecMergeJoin: invalid join state %d, aborting" +msgstr "" -#: ../access/transam/clog.c:546 -#, c-format -msgid "clog file %s doesn't exist, reading as zeroes" +#: executor/nodeMergejoin.c:1479 +msgid "RIGHT JOIN is only supported with mergejoinable join conditions" msgstr "" -#: ../access/transam/clog.c:552 ../access/transam/clog.c:604 -#, c-format -msgid "lseek of clog file %u, offset %u failed: %m" +#: executor/nodeMergejoin.c:1494 optimizer/path/joinpath.c:818 +msgid "FULL JOIN is only supported with mergejoinable join conditions" msgstr "" -#: ../access/transam/clog.c:557 +#: executor/nodeMergejoin.c:1497 #, c-format -msgid "read of clog file %u, offset %u failed: %m" +msgid "ExecInitMergeJoin: unsupported join type %d" msgstr "" -#: ../access/transam/clog.c:600 ../access/transam/xlog.c:1311 +#: executor/nodeNestloop.c:336 #, c-format -msgid "creation of file %s failed: %m" -msgstr "创建文件 %s 失败: %m" +msgid "ExecInitNestLoop: unsupported join type %d" +msgstr "" -#: ../access/transam/clog.c:613 +#: executor/nodeSetOp.c:173 #, c-format -msgid "write of clog file %u, offset %u failed: %m" -msgstr "写入 clog 文件 %u, 偏移量 %u 失败: %m" +msgid "ExecSetOp: bogus command code %d" +msgstr "" -#: ../access/transam/clog.c:831 -msgid "unable to truncate commit log: apparent wraparound" +#: executor/nodeSort.c:52 +msgid "ExtractSortKeys: keycount <= 0" msgstr "" -#: ../access/transam/clog.c:884 -#, c-format -msgid "could not open transaction-commit log directory (%s): %m" +#: executor/nodeSubplan.c:53 +msgid "ExecSubPlan: can't set parent params from subquery" msgstr "" -#: ../access/transam/clog.c:900 -#, c-format -msgid "removing commit log file %s" +#: executor/nodeSubplan.c:77 +msgid "ExecHashSubPlan: direct correlation not supported" msgstr "" -#: ../access/transam/clog.c:909 -#, c-format -msgid "could not read transaction-commit log directory (%s): %m" +#: executor/nodeSubplan.c:281 executor/nodeSubplan.c:306 +#: executor/nodeSubplan.c:897 +msgid "More than one tuple returned by a subselect used as an expression." msgstr "" -#: ../access/transam/xact.c:439 -msgid "You may only have 2^32-1 commands per transaction" +#: executor/nodeSubplan.c:868 +msgid "ExecSetParamPlan: ANY/ALL subselect unsupported" msgstr "" -#: ../access/transam/xact.c:929 -msgid "CommitTransaction and not in in-progress state" +#: executor/nodeSubplan.c:988 +msgid "ExecReScanSetParamPlan: direct correlated subquery unsupported, yet" msgstr "" -#: ../access/transam/xact.c:1054 -msgid "AbortTransaction and not in in-progress state" +#: executor/nodeSubplan.c:990 +msgid "ExecReScanSetParamPlan: setParam list is empty" msgstr "" -#: ../access/transam/xact.c:1133 -msgid "CleanupTransaction and not in abort state" +#: executor/nodeSubplan.c:992 +msgid "ExecReScanSetParamPlan: extParam set of plan is empty" msgstr "" -#: ../access/transam/xact.c:1174 -msgid "StartTransactionCommand: unexpected TBLOCK_BEGIN" +#: executor/spi.c:70 +msgid "SPI_connect: no connection(s) expected" msgstr "" -#: ../access/transam/xact.c:1195 -msgid "StartTransactionCommand: unexpected TBLOCK_END" +#: executor/spi.c:76 +msgid "SPI_connect: some connection(s) expected" msgstr "" -#: ../access/transam/xact.c:1218 -msgid "StartTransactionCommand: unexpected TBLOCK_ENDABORT" +#: executor/spi.c:82 +msgid "Memory exhausted in SPI_connect" +msgstr "在 SPI_connect 中内存用尽" + +#: executor/spi.c:156 +msgid "Memory exhausted in SPI_finish" +msgstr "在 SPI_finish 中内存用尽" + +#: executor/spi.c:318 executor/spi.c:345 executor/spi.c:374 executor/spi.c:412 +#: executor/spi.c:656 executor/spi.c:1393 +msgid "SPI: stack corrupted" msgstr "" -#: ../access/transam/xact.c:1400 -msgid "BEGIN: already a transaction in progress" +#: executor/spi.c:722 +msgid "cannot open multi-query plan as cursor" msgstr "" -#: ../access/transam/xact.c:1463 -msgid "COMMIT: no transaction in progress" +#: executor/spi.c:727 +msgid "plan in SPI_cursor_open() is not a SELECT" msgstr "" -#: ../access/transam/xact.c:1501 ../access/transam/xact.c:1550 -msgid "ROLLBACK: no transaction in progress" +#: executor/spi.c:729 +msgid "plan in SPI_cursor_open() must NOT be a SELECT INTO" msgstr "" -#: ../access/transam/xact.c:1624 ../access/transam/xact.c:1635 +#: executor/spi.c:760 #, c-format -msgid "xact_redo: unknown op code %u" +msgid "cursor \"%s\" already in use" +msgstr "游标 \"%s\" 已经使用" + +#: executor/spi.c:867 executor/spi.c:1340 +msgid "invalid portal in SPI cursor operation" msgstr "" -#: ../access/transam/xact.c:1633 -msgid "xact_undo: can't undo committed xaction" +#: executor/spi.c:892 executor/spi.c:897 +msgid "SPI: improper call to spi_dest_setup" msgstr "" -#: ../access/transam/xact.c:1670 -msgid "XactPushRollback: already installed" +#: executor/spi.c:894 +msgid "SPI: stack corrupted in spi_dest_setup" msgstr "" -#: ../access/transam/xlog.c:490 -#, c-format -msgid "XLogInsert: invalid info mask %02X" +#: executor/spi.c:934 executor/spi.c:940 +msgid "SPI: improper call to spi_printtup" msgstr "" -#: ../access/transam/xlog.c:595 -#, c-format -msgid "XLogInsert: can backup %d blocks at most" +#: executor/spi.c:936 +msgid "SPI: stack corrupted in spi_printtup" msgstr "" -#: ../access/transam/xlog.c:613 -#, c-format -msgid "XLogInsert: invalid record length %u" +#: executor/spi.c:1302 +msgid "SPI_select: # of processed tuples check failed" msgstr "" -#: ../access/transam/xlog.c:996 +#: executor/spi.c:1359 +msgid "SPI_fetch: # of processed tuples check failed" +msgstr "" + +#: lib/dllist.c:41 +msgid "Memory exhausted in DLNewList" +msgstr "在 DLNewList 里内存耗尽" + +#: lib/dllist.c:84 +msgid "Memory exhausted in DLNewElem" +msgstr "在 DLNewElem 里内存耗尽" + +#: libpq/auth.c:112 #, c-format -msgid "XLogWrite: write request %X/%X is past end of log %X/%X" +msgid "pg_krb4_recvauth: kerberos error: %s" msgstr "" -#: ../access/transam/xlog.c:1014 ../access/transam/xlog.c:1129 -#: ../access/transam/xlog.c:3248 +#: libpq/auth.c:118 #, c-format -msgid "close of log file %u, segment %u failed: %m" +msgid "pg_krb4_recvauth: protocol version \"%s\" != \"%s\"" msgstr "" -#: ../access/transam/xlog.c:1027 -msgid "XLogWrite: new log file created - consider increasing WAL_FILES" +#: libpq/auth.c:124 +#, c-format +msgid "pg_krb4_recvauth: name \"%s\" != \"%s\"" msgstr "" -#: ../access/transam/xlog.c:1053 -msgid "XLogWrite: time for a checkpoint, signaling postmaster" +#: libpq/auth.c:136 +msgid "pg_krb4_recvauth: Kerberos not implemented on this server" msgstr "" -#: ../access/transam/xlog.c:1072 +#: libpq/auth.c:196 #, c-format -msgid "lseek of log file %u, segment %u, offset %u failed: %m" +msgid "pg_krb5_init: krb5_init_context returned Kerberos error %d" msgstr "" -#: ../access/transam/xlog.c:1084 +#: libpq/auth.c:205 #, c-format -msgid "write of log file %u, segment %u, offset %u failed: %m" +msgid "pg_krb5_init: krb5_kt_resolve returned Kerberos error %d" msgstr "" -#: ../access/transam/xlog.c:1176 +#: libpq/auth.c:217 #, c-format -msgid "XLogFlush%s%s: request %X/%X; write %X/%X; flush %X/%X\n" +msgid "pg_krb5_init: krb5_sname_to_principal returned Kerberos error %d" msgstr "" -#: ../access/transam/xlog.c:1241 +#: libpq/auth.c:261 #, c-format -msgid "XLogFlush: request %X/%X is not satisfied --- flushed only to %X/%X" +msgid "pg_krb5_recvauth: krb5_recvauth returned Kerberos error %d" msgstr "" -#: ../access/transam/xlog.c:1289 ../access/transam/xlog.c:1370 -#: ../access/transam/xlog.c:1480 ../access/transam/xlog.c:1484 +#: libpq/auth.c:285 #, c-format -msgid "open of %s (log file %u, segment %u) failed: %m" +msgid "pg_krb5_recvauth: krb5_unparse_name returned Kerberos error %d" msgstr "" -#: ../access/transam/xlog.c:1338 +#: libpq/auth.c:296 #, c-format -msgid "ZeroFill failed to write %s: %m" +msgid "pg_krb5_recvauth: user name \"%s\" != krb5 name \"%s\"" +msgstr "" + +#: libpq/auth.c:315 +msgid "pg_krb5_recvauth: Kerberos not implemented on this server" msgstr "" -#: ../access/transam/xlog.c:1343 +#: libpq/auth.c:380 #, c-format -msgid "fsync of file %s failed: %m" -msgstr "fsync 文件 %s 失败: %m" +msgid "%s authentication failed for user \"%s\"" +msgstr "为用户 \"%2$s\" %1$s 认证失败" -#: ../access/transam/xlog.c:1448 +#: libpq/auth.c:402 +msgid "Missing or erroneous pg_hba.conf file, see postmaster log for details" +msgstr "缺失或者时拿到错误的 pg_hba.conf 文件, 见 postmaster 日志获取细节" + +#: libpq/auth.c:429 #, c-format -msgid "" -"link from %s to %s (initialization of log file %u, segment %u) failed: %m" -msgstr "" +msgid "No pg_hba.conf entry for host %s, user %s, database %s" +msgstr "没有用于主机 %s, 用户 %s, 数据库 %s 的 pg_hba.conf 记录" -#: ../access/transam/xlog.c:1453 +#: libpq/auth.c:464 #, c-format -msgid "" -"rename from %s to %s (initialization of log file %u, segment %u) failed: %m" -msgstr "" +msgid "pg_local_sendauth: can't do setsockopt: %m" +msgstr "pg_local_sendauth: 无法进行 setsockopt: %m" -#: ../access/transam/xlog.c:1545 +#: libpq/auth.c:553 #, c-format -msgid "could not open transaction log directory (%s): %m" +msgid "pam_passwd_conv_proc: Error from underlying PAM layer: '%s'" msgstr "" -#: ../access/transam/xlog.c:1560 +#: libpq/auth.c:557 #, c-format -msgid "archiving transaction log file %s" +msgid "pam_passwd_conv_proc: Unexpected PAM conversation %d/'%s'" msgstr "" -#: ../access/transam/xlog.c:1562 -msgid "archiving log files is not implemented!" -msgstr "" +#: libpq/auth.c:587 +msgid "received PAM packet" +msgstr "接收到 PAM 包" + +#: libpq/auth.c:591 +msgid "pam_passwd_conv_proc: no password" +msgstr "pam_passwd_conv_proc: 没有口令" + +#: libpq/auth.c:604 +msgid "pam_passwd_conv_proc: Out of memory!" +msgstr "pam_passwd_conv_proc: 内存溢出" -#: ../access/transam/xlog.c:1576 +#: libpq/auth.c:648 #, c-format -msgid "recycled transaction log file %s" +msgid "CheckPAMAuth: Failed to create PAM authenticator: '%s'" msgstr "" -#: ../access/transam/xlog.c:1582 +#: libpq/auth.c:658 #, c-format -msgid "removing transaction log file %s" -msgstr "" +msgid "CheckPAMAuth: pam_set_item(PAM_USER) failed: '%s'" +msgstr "CheckPAMAuth: pam_set_item(PAM_USER) 失败: '%s'" -#: ../access/transam/xlog.c:1591 +#: libpq/auth.c:668 #, c-format -msgid "could not read transaction log directory (%s): %m" -msgstr "" +msgid "CheckPAMAuth: pam_set_item(PAM_CONV) failed: '%s'" +msgstr "CheckPAMAuth: pam_set_item(PAM_CONV) 失败: '%s'" -#: ../access/transam/xlog.c:1664 +#: libpq/auth.c:678 #, c-format -msgid "ReadRecord: bad resource manager data checksum in record at %X/%X" -msgstr "" +msgid "CheckPAMAuth: pam_authenticate failed: '%s'" +msgstr "CheckPAMAuth: pam_authenticate 失败: '%s'" -#: ../access/transam/xlog.c:1686 +#: libpq/auth.c:688 #, c-format -msgid "ReadRecord: bad checksum of backup block %d in record at %X/%X" -msgstr "" +msgid "CheckPAMAuth: pam_acct_mgmt failed: '%s'" +msgstr "CheckPAMAuth: pam_acct_mgmt 失败: '%s'" -#: ../access/transam/xlog.c:1756 +#: libpq/auth.c:698 #, c-format -msgid "ReadRecord: invalid record offset at %X/%X" +msgid "CheckPAMAuth: Failed to release PAM authenticator: '%s'" msgstr "" -#: ../access/transam/xlog.c:1779 +#: libpq/auth.c:738 #, c-format -msgid "ReadRecord: lseek of log file %u, segment %u, offset %u failed: %m" +msgid "unexpected password packet size: read %d, expected %d" msgstr "" -#: ../access/transam/xlog.c:1785 ../access/transam/xlog.c:1869 +#: libpq/auth.c:742 +msgid "received password packet" +msgstr "接收到口令包" + +#: libpq/be-fsstubs.c:84 #, c-format -msgid "ReadRecord: read of log file %u, segment %u, offset %u failed: %m" -msgstr "" +msgid "lo_open(%u,%d)" +msgstr "lo_open(%u,%d)" -#: ../access/transam/xlog.c:1795 +#: libpq/be-fsstubs.c:102 #, c-format -msgid "ReadRecord: contrecord is requested by %X/%X" -msgstr "" +msgid "cannot open large object %u" +msgstr "无法打开大对象 %u" -#: ../access/transam/xlog.c:1809 +#: libpq/be-fsstubs.c:122 #, c-format -msgid "ReadRecord: record with zero length at %X/%X" -msgstr "" +msgid "lo_close: invalid large obj descriptor (%d)" +msgstr "lo_close: 无效大对象描述符 (%d)" -#: ../access/transam/xlog.c:1833 +#: libpq/be-fsstubs.c:126 #, c-format -msgid "ReadRecord: record length %u at %X/%X too long" -msgstr "" +msgid "lo_close(%d)" +msgstr "lo_close(%d)" -#: ../access/transam/xlog.c:1839 +#: libpq/be-fsstubs.c:158 #, c-format -msgid "ReadRecord: invalid resource manager id %u at %X/%X" -msgstr "" +msgid "lo_read: invalid large obj descriptor (%d)" +msgstr "lo_read: 无效大对象描述符 (%d)" -#: ../access/transam/xlog.c:1877 +#: libpq/be-fsstubs.c:180 #, c-format -msgid "" -"ReadRecord: there is no ContRecord flag in log file %u, segment %u, offset %u" -msgstr "" +msgid "lo_write: invalid large obj descriptor (%d)" +msgstr "lo_write: 无效大对象描述符 (%d)" -#: ../access/transam/xlog.c:1885 +#: libpq/be-fsstubs.c:206 #, c-format -msgid "" -"ReadRecord: invalid ContRecord length %u in log file %u, segment %u, offset %" -"u" -msgstr "" +msgid "lo_lseek: invalid large obj descriptor (%d)" +msgstr "lo_lseek: 无效大对象描述符 (%d)" -#: ../access/transam/xlog.c:1949 +#: libpq/be-fsstubs.c:261 #, c-format +msgid "lo_tell: invalid large object descriptor (%d)" +msgstr "lo_tell: 无效大对象描述符 (%d)" + +#: libpq/be-fsstubs.c:363 msgid "" -"ReadRecord: invalid magic number %04X in log file %u, segment %u, offset %u" +"You must have Postgres superuser privilege to use server-side lo_import().\n" +"\tAnyone can use the client-side lo_import() provided by libpq." msgstr "" +"要使用服务器端的 lo_import(), 你必须有 Postgres 超级用户权限.\n" +"\t任何人都可以使用 libpq 提供的客户端 lo_import()." -#: ../access/transam/xlog.c:1955 +#: libpq/be-fsstubs.c:378 #, c-format -msgid "" -"ReadRecord: invalid info bits %04X in log file %u, segment %u, offset %u" -msgstr "" +msgid "lo_import: can't open unix file \"%s\": %m" +msgstr "lo_import: 无法打开 unix 文件 \"%s\": %m" -#: ../access/transam/xlog.c:1963 +#: libpq/be-fsstubs.c:386 #, c-format -msgid "" -"ReadRecord: unexpected pageaddr %X/%X in log file %u, segment %u, offset %u" -msgstr "" +msgid "lo_import: can't create inv object for \"%s\"" +msgstr "lo_import: 无法为 \"%s\"创建转置大对象" -#. translator: SUI = startup id -#: ../access/transam/xlog.c:1985 +#: libpq/be-fsstubs.c:397 #, c-format +msgid "lo_import: error while reading \"%s\"" +msgstr "lo_import: 读取 \"%s\" 的时候发生错误" + +#: libpq/be-fsstubs.c:426 msgid "" -"ReadRecord: out-of-sequence SUI %u (after %u) in log file %u, segment %u, " -"offset %u" +"You must have Postgres superuser privilege to use server-side lo_export().\n" +"\tAnyone can use the client-side lo_export() provided by libpq." msgstr "" +"要使用服务器端的 lo_export(), 你必须有 Postgres 超级用户权限.\n" +"\t任何人都可以使用 libpq 提供的客户端 lo_export()." -#: ../access/transam/xlog.c:2038 -msgid "invalid LC_COLLATE setting" -msgstr "" +#: libpq/be-fsstubs.c:436 +#, c-format +msgid "lo_export: can't open inv object %u" +msgstr "lo_export: 无法打开转置对象 %u" -#: ../access/transam/xlog.c:2042 -msgid "invalid LC_CTYPE setting" -msgstr "" +#: libpq/be-fsstubs.c:454 +#, c-format +msgid "lo_export: can't open unix file \"%s\": %m" +msgstr "lo_export: 无法打开 unix 文件 \"%s\": %m" -#: ../access/transam/xlog.c:2051 +#: libpq/be-fsstubs.c:464 #, c-format -msgid "" -"Initializing database with %s collation order.\n" -"\tThis locale setting will prevent use of index optimization for\n" -"\tLIKE and regexp searches. If you are concerned about speed of\n" -"\tsuch queries, you may wish to set LC_COLLATE to \"C\" and\n" -"\tre-initdb. For more information see the Administrator's Guide." -msgstr "" +msgid "lo_export: error while writing \"%s\"" +msgstr "lo_export: 写出 \"%s\" 时出错" -#: ../access/transam/xlog.c:2077 -msgid "sizeof(ControlFileData) is larger than BLCKSZ; fix either one" -msgstr "" +#: libpq/be-secure.c:290 libpq/be-secure.c:345 +#, c-format +msgid "SSL SYSCALL error: %s" +msgstr "SSL SYSCALL 错误: %s" -#: ../access/transam/xlog.c:2085 +#: libpq/be-secure.c:293 libpq/be-secure.c:348 #, c-format -msgid "WriteControlFile: could not create control file (%s): %m" +msgid "SSL error: %s" +msgstr "SSL 错误: %s" + +#: libpq/be-secure.c:325 libpq/be-secure.c:327 libpq/be-secure.c:330 +msgid "SSL renegotiation failure" msgstr "" -#: ../access/transam/xlog.c:2094 +#: libpq/be-secure.c:396 #, c-format -msgid "WriteControlFile: write to control file failed: %m" +msgid "DH errors (%s): %d bits expected, %d bits found" msgstr "" -#: ../access/transam/xlog.c:2098 +#: libpq/be-secure.c:406 #, c-format -msgid "WriteControlFile: fsync of control file failed: %m" +msgid "DH_check error (%s): %s" +msgstr "DH_check 错误 (%s): %s" + +#: libpq/be-secure.c:411 +#, c-format +msgid "DH error (%s): p is not prime" msgstr "" -#: ../access/transam/xlog.c:2114 ../access/transam/xlog.c:2211 +#: libpq/be-secure.c:418 #, c-format -msgid "could not open control file (%s): %m" +msgid "DH error (%s): neither suitable generator or safe prime" msgstr "" -#: ../access/transam/xlog.c:2117 +#: libpq/be-secure.c:444 #, c-format -msgid "read from control file failed: %m" +msgid "DH load buffer: %s" msgstr "" -#: ../access/transam/xlog.c:2129 +#: libpq/be-secure.c:516 #, c-format -msgid "" -"The database cluster was initialized with PG_CONTROL_VERSION %d,\n" -"\tbut the server was compiled with PG_CONTROL_VERSION %d.\n" -"\tIt looks like you need to initdb." +msgid "DH: generating parameters (%d bits)...." msgstr "" -#: ../access/transam/xlog.c:2142 -msgid "invalid checksum in control file" +#: libpq/be-secure.c:550 +msgid "SSL: handshake start" +msgstr "SSL: 握手开始" + +#: libpq/be-secure.c:553 +msgid "SSL: handshake done" +msgstr "SSL: 握手完成" + +#: libpq/be-secure.c:556 +msgid "SSL: accept loop" msgstr "" -#: ../access/transam/xlog.c:2158 +#: libpq/be-secure.c:559 #, c-format -msgid "" -"The database cluster was initialized with CATALOG_VERSION_NO %d,\n" -"\tbut the backend was compiled with CATALOG_VERSION_NO %d.\n" -"\tIt looks like you need to initdb." +msgid "SSL: accept exit (%d)" msgstr "" -#: ../access/transam/xlog.c:2164 -#, c-format -msgid "" -"The database cluster was initialized with BLCKSZ %d,\n" -"\tbut the backend was compiled with BLCKSZ %d.\n" -"\tIt looks like you need to initdb." +#: libpq/be-secure.c:562 +msgid "SSL: connect loop" msgstr "" -#: ../access/transam/xlog.c:2170 +#: libpq/be-secure.c:565 #, c-format -msgid "" -"The database cluster was initialized with RELSEG_SIZE %d,\n" -"\tbut the backend was compiled with RELSEG_SIZE %d.\n" -"\tIt looks like you need to initdb." +msgid "SSL: connect exit (%d)" msgstr "" -#: ../access/transam/xlog.c:2177 +#: libpq/be-secure.c:568 #, c-format -msgid "" -"The database cluster was initialized with LC_COLLATE '%s',\n" -"\twhich is not recognized by setlocale().\n" -"\tIt looks like you need to initdb." +msgid "SSL: read alert (0x%04x)" msgstr "" -#: ../access/transam/xlog.c:2183 +#: libpq/be-secure.c:571 #, c-format -msgid "" -"The database cluster was initialized with LC_CTYPE '%s',\n" -"\twhich is not recognized by setlocale().\n" -"\tIt looks like you need to initdb." +msgid "SSL: write alert (0x%04x)" msgstr "" -#: ../access/transam/xlog.c:2191 +#: libpq/be-secure.c:592 +#, c-format +msgid "failed to create SSL context: %s" +msgstr "创建 SSL 环境失败: %s" + +#: libpq/be-secure.c:603 +#, c-format +msgid "failed to load server certificate (%s): %s" +msgstr "装载服务器认证 (%s) 失败: %s" + +#: libpq/be-secure.c:611 +#, fuzzy, c-format +msgid "failed to stat private key file (%s): %s" +msgstr "装载私钥文件 (%s) 失败: %s" + +#: libpq/be-secure.c:618 #, c-format msgid "" -"The database cluster was initialized with LC_COLLATE '%s' and\n" -"\tLC_CTYPE '%s', but the server was compiled without locale support.\n" -"\tIt looks like you need to initdb or recompile." +"bad permissions on private key file (%s)\n" +"File must be owned by the proper user and must have no permissions for\n" +"\"group\" or \"other\"." msgstr "" -#: ../access/transam/xlog.c:2219 +#: libpq/be-secure.c:625 #, c-format -msgid "write to control file failed: %m" -msgstr "写入控制文件失败: %m" +msgid "failed to load private key file (%s): %s" +msgstr "装载私钥文件 (%s) 失败: %s" -#: ../access/transam/xlog.c:2223 +#: libpq/be-secure.c:631 #, c-format -msgid "fsync of control file failed: %m" -msgstr "" +msgid "check of private key failed: %s" +msgstr "检查私钥失败: %s" + +#: libpq/be-secure.c:648 +#, fuzzy, c-format +msgid "could not read root cert file (%s): %s" +msgstr "无法创建文件 %s: %s" -#: ../access/transam/xlog.c:2363 +#: libpq/be-secure.c:682 +#, fuzzy, c-format +msgid "failed to initialize SSL connection: %s" +msgstr "初始化 SSL 联接失败: %s (%s)" + +#: libpq/be-secure.c:704 #, c-format -msgid "BootStrapXLOG failed to write log file: %m" +msgid "secure connection from '%s'" msgstr "" -#: ../access/transam/xlog.c:2367 +#: libpq/crypt.c:61 +msgid "Password is stored MD5 encrypted. 'crypt' auth method cannot be used." +msgstr "口令已 MD5 加密存储. 'crypt' 认证方法不能再被使用." + +#: libpq/hba.c:127 #, c-format -msgid "BootStrapXLOG failed to fsync log file: %m" +msgid "Token too long in authentication file, skipping, %s" msgstr "" -#: ../access/transam/xlog.c:2433 -msgid "control file context is broken" +#: libpq/hba.c:260 +#, c-format +msgid "" +"tokenize_inc_file: Unable to open secondary authentication file \"@%s\" as " +"\"%s\": %m" msgstr "" -#: ../access/transam/xlog.c:2436 +#: libpq/hba.c:667 #, c-format -msgid "database system was shut down at %s" +msgid "parse_hba: invalid syntax in pg_hba.conf file at line %d, token \"%s\"" msgstr "" -#: ../access/transam/xlog.c:2439 +#: libpq/hba.c:720 libpq/hba.c:742 #, c-format -msgid "database system shutdown was interrupted at %s" -msgstr "" +msgid "could not open %s: %m" +msgstr "无法打开 %s: %m" + +#: libpq/hba.c:853 +#, c-format +msgid "load_hba: Unable to open authentication config file \"%s\": %m" +msgstr "load_hba: 无法打开认证配置文件 \"%s\": %m" -#: ../access/transam/xlog.c:2442 +#: libpq/hba.c:913 #, c-format msgid "" -"database system was interrupted being in recovery at %s\n" -"\tThis propably means that some data blocks are corrupted\n" -"\tand you will have to use the last backup for recovery." +"parse_ident_usermap: invalid syntax in pg_ident.conf file at line %d, token " +"\"%s\"" msgstr "" -#: ../access/transam/xlog.c:2447 -#, c-format -msgid "database system was interrupted at %s" +#: libpq/hba.c:945 +msgid "" +"check_ident_usermap: hba configuration file does not have the usermap field " +"filled in in the entry that pertains to this connection. That field is " +"essential for Ident-based authentication." msgstr "" -#: ../access/transam/xlog.c:2458 +#: libpq/hba.c:995 +#, fuzzy, c-format +msgid "load_ident: Unable to open usermap file \"%s\": %m" +msgstr "lo_import: 无法打开 unix 文件 \"%s\": %m" + +#: libpq/hba.c:1117 #, c-format -msgid "checkpoint record is at %X/%X" +msgid "Failed to create socket on which to talk to Ident server: %m" msgstr "" -#: ../access/transam/xlog.c:2467 +#: libpq/hba.c:1153 #, c-format -msgid "using previous checkpoint record at %X/%X" +msgid "" +"Unable to connect to Ident server on the host which is trying to connect to " +"Postgres (IP address %s, Port %d): %s" msgstr "" -#: ../access/transam/xlog.c:2472 -msgid "unable to locate a valid checkpoint record" +#: libpq/hba.c:1176 +#, c-format +msgid "" +"Unable to send query to Ident server on the host which is trying to connect " +"to Postgres (Host %s, Port %d), even though we successfully connected to it: " +"%s" msgstr "" -#: ../access/transam/xlog.c:2478 +#: libpq/hba.c:1193 #, c-format -msgid "redo record is at %X/%X; undo record is at %X/%X; shutdown %s" +msgid "" +"Unable to receive response from Ident server on the host which is trying to " +"connect to Postgres (Host %s, Port %d), even though we successfully sent our " +"query to it: %s" msgstr "" -#: ../access/transam/xlog.c:2482 +#: libpq/hba.c:1234 libpq/hba.c:1262 libpq/hba.c:1327 #, c-format -msgid "next transaction id: %u; next oid: %u" +msgid "ident_unix: error receiving credentials: %m" msgstr "" -#: ../access/transam/xlog.c:2485 -msgid "invalid next transaction id" +#: libpq/hba.c:1242 libpq/hba.c:1270 libpq/hba.c:1336 +#, c-format +msgid "ident_unix: unknown local user with uid %d" msgstr "" -#: ../access/transam/xlog.c:2496 -msgid "invalid redo in checkpoint record" +#: libpq/hba.c:1346 +msgid "'ident' auth is not supported on local connections on this platform" msgstr "" -#: ../access/transam/xlog.c:2504 -msgid "invalid redo/undo record in shutdown checkpoint" -msgstr "" +#: libpq/ip.c:88 +#, c-format +msgid "getaddrinfo2: gethostbyname(%s) failed\n" +msgstr "getaddrinfo2: gethostbyname(%s) 失败\n" -#: ../access/transam/xlog.c:2513 -msgid "" -"database system was not properly shut down; automatic recovery in progress" +#: libpq/ip.c:164 +msgid "hints.ai_family is invalied getaddrinfo_unix()\n" msgstr "" -#: ../access/transam/xlog.c:2533 +#: libpq/pqcomm.c:269 #, c-format -msgid "redo starts at %X/%X" +msgid "server socket failure: getaddrinfo2()%s: %s" msgstr "" -#: ../access/transam/xlog.c:2564 +#: libpq/pqcomm.c:282 #, c-format -msgid "redo done at %X/%X" +msgid "server socket failure: socket(): %s" msgstr "" -#: ../access/transam/xlog.c:2570 -msgid "redo is not required" +#: libpq/pqcomm.c:293 +#, c-format +msgid "server socket failure: setsockopt(SO_REUSEADDR): %s" msgstr "" -#: ../access/transam/xlog.c:2653 +#: libpq/pqcomm.c:308 #, c-format -msgid "undo starts at %X/%X" +msgid "" +"server socket failure: bind(): %s\n" +"\tIs another postmaster already running on port %d?" msgstr "" -#: ../access/transam/xlog.c:2663 +#: libpq/pqcomm.c:312 #, c-format -msgid "undo done at %X/%X" +msgid "\tIf not, remove socket node (%s) and retry." msgstr "" -#: ../access/transam/xlog.c:2667 -msgid "undo is not required" +#: libpq/pqcomm.c:315 +msgid "\tIf not, wait a few seconds and retry." msgstr "" -#: ../access/transam/xlog.c:2702 -msgid "database system is ready" +#: libpq/pqcomm.c:343 +#, c-format +msgid "server socket failure: listen(): %s" msgstr "" -#: ../access/transam/xlog.c:2734 -msgid "invalid primary checkpoint link in control file" +#: libpq/pqcomm.c:418 +#, c-format +msgid "server socket failure: no such group '%s'" msgstr "" -#: ../access/transam/xlog.c:2735 -msgid "invalid secondary checkpoint link in control file" +#: libpq/pqcomm.c:426 +#, c-format +msgid "server socket failure: could not set group of %s: %s" msgstr "" -#: ../access/transam/xlog.c:2744 -msgid "invalid primary checkpoint record" +#: libpq/pqcomm.c:434 +#, c-format +msgid "server socket failure: could not set permissions on %s: %s" msgstr "" -#: ../access/transam/xlog.c:2745 -msgid "invalid secondary checkpoint record" +#: libpq/pqcomm.c:465 +#, c-format +msgid "StreamConnection: accept() failed: %m" msgstr "" -#: ../access/transam/xlog.c:2751 -msgid "invalid resource manager id in primary checkpoint record" +#: libpq/pqcomm.c:483 +#, c-format +msgid "StreamConnection: getsockname() failed: %m" msgstr "" -#: ../access/transam/xlog.c:2752 -msgid "invalid resource manager id in secondary checkpoint record" +#: libpq/pqcomm.c:495 +#, c-format +msgid "StreamConnection: setsockopt(TCP_NODELAY) failed: %m" msgstr "" -#: ../access/transam/xlog.c:2759 -msgid "invalid xl_info in primary checkpoint record" +#: libpq/pqcomm.c:501 +#, c-format +msgid "StreamConnection: setsockopt(SO_KEEPALIVE) failed: %m" msgstr "" -#: ../access/transam/xlog.c:2760 -msgid "invalid xl_info in secondary checkpoint record" -msgstr "" +#: libpq/pqcomm.c:601 +#, c-format +msgid "pq_recvbuf: recv() failed: %m" +msgstr "pq_recvbuf: recv() 失败: %m" -#: ../access/transam/xlog.c:2766 -msgid "invalid length of primary checkpoint record" +#: libpq/pqcomm.c:607 +msgid "pq_recvbuf: unexpected EOF on client connection" msgstr "" -#: ../access/transam/xlog.c:2767 -msgid "invalid length of secondary checkpoint record" -msgstr "" +#: libpq/pqcomm.c:805 +#, c-format +msgid "pq_flush: send() failed: %m" +msgstr "pq_flush: send() 失败: %m" -#: ../access/transam/xlog.c:2815 -msgid "shutting down" -msgstr "" +#: libpq/pqcomm.c:839 +#, c-format +msgid "pq_eof: recv() failed: %m" +msgstr "pq_eof: recv() 失败: %m" -#: ../access/transam/xlog.c:2826 -msgid "database system is shut down" -msgstr "" +#: libpq/pqformat.c:159 +#, c-format +msgid "pq_sendint: unsupported size %d" +msgstr "pq_sendint: 不支持的尺寸 %d" -#: ../access/transam/xlog.c:2844 -msgid "CreateCheckPoint: cannot be called inside transaction block" -msgstr "" +#: libpq/pqformat.c:241 +#, c-format +msgid "pq_getint: unsupported size %d" +msgstr "pq_getint: 不支持的尺寸 %d" -#: ../access/transam/xlog.c:2942 -msgid "active transaction while database system is shutting down" -msgstr "" +#: main/main.c:83 +#, c-format +msgid "%s: setsysinfo failed: %s\n" +msgstr "%s: setsysinfo 失败: %s\n" -#: ../access/transam/xlog.c:2989 +#: main/main.c:172 msgid "" -"concurrent transaction log activity while database system is shutting down" +"\"root\" execution of the PostgreSQL server is not permitted.\n" +"\n" +"The server must be started under an unprivileged user id to prevent\n" +"a possible system security compromise. See the documentation for\n" +"more information on how to properly start the server.\n" +"\n" msgstr "" +"不允许 \"root\" 执行 PostgreSQL 服务器.\n" +"\n" +"服务器必须以一个非特权的用户身份启动以避免\n" +"可能的系统安全性问题.参阅文档获取更多\n" +"有关如何正确启动服务器的信息.\n" +"\n" -#: ../access/transam/xlog.c:3226 +#: main/main.c:192 #, c-format -msgid "bogus wal_sync_method %s" -msgstr "" +msgid "%s: real and effective user ids must match\n" +msgstr "%s: 真实和有效用户标识必须相互匹配\n" -#: ../access/transam/xlog.c:3243 ../access/transam/xlog.c:3269 +#: main/main.c:227 #, c-format -msgid "fsync of log file %u, segment %u failed: %m" -msgstr "" +msgid "%s: invalid current euid %d\n" +msgstr "%s: 非法的当前 euid %d\n" + +#: nodes/copyfuncs.c:1284 +#, fuzzy, c-format +msgid "_copyAConst: unknown node type %d" +msgstr "copyObject: 不知道如何拷贝节点类型 %d" -#: ../access/transam/xlog.c:3275 +#: nodes/copyfuncs.c:2383 +#, fuzzy, c-format +msgid "_copyValue: unknown node type %d" +msgstr "outValue: 不知道如何打印类型 %d" + +#: nodes/copyfuncs.c:2894 #, c-format -msgid "fdatasync of log file %u, segment %u failed: %m" -msgstr "" +msgid "copyObject: don't know how to copy node type %d" +msgstr "copyObject: 不知道如何拷贝节点类型 %d" -#: ../access/transam/xlog.c:3283 +#: nodes/equalfuncs.c:192 #, c-format -msgid "bogus wal_sync_method %d" -msgstr "" +msgid "_equalParam: Invalid paramkind value: %d" +msgstr "equalParam: 非法 paramkind 值: %d" -#: ../access/nbtree/nbtsearch.c:546 -msgid "_bt_first: btree doesn't support is(not)null, yet" -msgstr "" +#: nodes/equalfuncs.c:1565 +#, fuzzy, c-format +msgid "_equalValue: unknown node type %d" +msgstr "outValue: 不知道如何打印类型 %d" -#: ../access/nbtree/nbtsearch.c:694 -msgid "_bt_first: equal items disappeared?" +#: nodes/equalfuncs.c:2018 +#, c-format +msgid "equal: don't know whether nodes of type %d are equal" +msgstr "equal: 不知道类型为 %d 的节点是否相等" + +#: nodes/list.c:189 +#, fuzzy +msgid "can't nconc a list to itself" +msgstr "试图给一个列表本身进行 nconc" + +#: nodes/list.c:241 +msgid "llast: empty list" msgstr "" -#: ../access/nbtree/nbtsearch.c:1004 +#: nodes/outfuncs.c:1275 nodes/readfuncs.c:875 #, c-format -msgid "Illegal scan direction %d" +msgid "bogus rte kind %d" msgstr "" -#: ../access/nbtree/nbtree.c:728 +#: nodes/outfuncs.c:1353 +#, fuzzy, c-format +msgid "_outValue: don't know how to print type %d" +msgstr "outValue: 不知道如何打印类型 %d" + +#: nodes/outfuncs.c:1755 +#, fuzzy, c-format +msgid "_outNode: don't know how to print type %d" +msgstr "outNode: 不知道如何打印类型 %d" + +#: nodes/print.c:85 #, c-format msgid "" -"_bt_restscan: my bits moved right off the end of the world!\n" -"\tRecreate index %s." +"%s:\n" +"%s" msgstr "" +"%s:\n" +"%s" -#: ../access/nbtree/nbtree.c:758 -msgid "_bt_restore_page: can't add item to page" -msgstr "" +#: nodes/print.c:353 +#, c-format +msgid "Cache lookup for type %u failed" +msgstr "在缓冲中查找类型 %u 失败" -#: ../access/nbtree/nbtree.c:781 -msgid "btree_delete_redo: block unfound" -msgstr "" +#: nodes/read.c:296 +#, fuzzy +msgid "nodeRead: did not find '}' at end of node" +msgstr "nodeRead: 在规划节点的结尾没有找到 '}'" -#: ../access/nbtree/nbtree.c:784 -msgid "btree_delete_redo: uninitialized page" -msgstr "" +#: nodes/read.c:376 +#, c-format +msgid "nodeRead: Bad type %d" +msgstr "nodeRead: 错误的类型 %d" -#: ../access/nbtree/nbtree.c:820 +#: nodes/readfuncs.c:149 +msgid "toIntList: unexpected datatype" +msgstr "toIntList: 非预期数据类型" + +#: nodes/readfuncs.c:183 +msgid "toOidList: unexpected datatype" +msgstr "toOidList: 非预期数据类型" + +#: nodes/readfuncs.c:531 +#, fuzzy, c-format +msgid "_readBoolExpr: unknown boolop \"%.*s\"" +msgstr "_readExpr: 未知 opType \"%.*s\"" + +#: nodes/readfuncs.c:986 +#, fuzzy, c-format +msgid "badly formatted node string \"%.32s\"..." +msgstr "错误的规划串(planstring) \"%.10s\"" + +#: nodes/readfuncs.c:1019 nodes/readfuncs.c:1051 #, c-format -msgid "btree_insert_%sdo: block unfound" -msgstr "" +msgid "readDatum: expected '%s', got '%s'; length = %lu" +msgstr "readDatum: 预期 '%s', 得到 '%s'; 长度 = %lu" -#: ../access/nbtree/nbtree.c:823 +#: nodes/readfuncs.c:1026 #, c-format -msgid "btree_insert_%sdo: uninitialized page" +msgid "readDatum: byval & length = %lu" msgstr "" -#: ../access/nbtree/nbtree.c:837 -msgid "btree_insert_redo: failed to add item" +#: nodes/bitmapset.c:187 +msgid "bms_make_singleton: negative set member not allowed" msgstr "" -#: ../access/nbtree/nbtree.c:846 -msgid "btree_insert_undo: bad page LSN" +#: nodes/bitmapset.c:357 +msgid "bms_is_member: negative set member not allowed" msgstr "" -#: ../access/nbtree/nbtree.c:854 -msgid "btree_insert_undo: unimplemented" +#: nodes/bitmapset.c:404 nodes/bitmapset.c:424 +msgid "bms_singleton_member: set is empty" msgstr "" -#: ../access/nbtree/nbtree.c:881 -#, c-format -msgid "btree_split_%s: lost left sibling" +#: nodes/bitmapset.c:413 +msgid "bms_singleton_member: set has multiple members" msgstr "" -#: ../access/nbtree/nbtree.c:887 -msgid "btree_split_undo: uninitialized left sibling" +#: nodes/bitmapset.c:531 +msgid "bms_add_member: negative set member not allowed" msgstr "" -#: ../access/nbtree/nbtree.c:910 -msgid "btree_split_undo: bad left sibling LSN" +#: nodes/bitmapset.c:571 +msgid "bms_del_member: negative set member not allowed" msgstr "" -#: ../access/nbtree/nbtree.c:911 ../access/nbtree/nbtree.c:950 -msgid "btree_split_undo: unimplemented" +#: optimizer/geqo/geqo_erx.c:336 +msgid "gimme_gene: Internal error - minimum_count not set" msgstr "" -#: ../access/nbtree/nbtree.c:919 -#, c-format -msgid "btree_split_%s: lost right sibling" +#: optimizer/geqo/geqo_erx.c:362 +msgid "gimme_gene: neither shared nor minimum number nor random edge found" msgstr "" -#: ../access/nbtree/nbtree.c:925 -msgid "btree_split_undo: uninitialized right sibling" +#: optimizer/geqo/geqo_erx.c:422 +msgid "edge_failure(1): no edge found via random decision and total_edges == 4" msgstr "" -#: ../access/nbtree/nbtree.c:949 -msgid "btree_split_undo: bad right sibling LSN" +#: optimizer/geqo/geqo_erx.c:447 +msgid "edge_failure(2): no edge found via random decision and remainig edges" msgstr "" -#: ../access/nbtree/nbtree.c:963 -msgid "btree_split_redo: lost next right page" +#: optimizer/geqo/geqo_erx.c:465 +msgid "edge_failure(3): no edge found via looking for the last ununsed point" msgstr "" -#: ../access/nbtree/nbtree.c:967 -msgid "btree_split_redo: uninitialized next right page" +#: optimizer/geqo/geqo_erx.c:470 +msgid "edge_failure: no edge detected" msgstr "" -#: ../access/nbtree/nbtree.c:1004 -msgid "btree_newroot_redo: no root page" +#: optimizer/geqo/geqo_main.c:123 +msgid "geqo_main: using edge recombination crossover [ERX]" msgstr "" -#: ../access/nbtree/nbtree.c:1007 -msgid "btree_newroot_redo: no metapage" +#: optimizer/geqo/geqo_main.c:127 +msgid "geqo_main: using partially matched crossover [PMX]" msgstr "" -#: ../access/nbtree/nbtree.c:1061 -#, c-format -msgid "btree_redo: unknown op code %u" +#: optimizer/geqo/geqo_main.c:131 +msgid "geqo_main: using cycle crossover [CX]" msgstr "" -#: ../access/nbtree/nbtree.c:1081 -#, c-format -msgid "btree_undo: unknown op code %u" +#: optimizer/geqo/geqo_main.c:136 +msgid "geqo_main: using position crossover [PX]" msgstr "" -#: ../access/nbtree/nbtinsert.c:246 -#, c-format -msgid "Cannot insert a duplicate key into unique index %s" +#: optimizer/geqo/geqo_main.c:141 +msgid "geqo_main: using order crossover [OX1]" msgstr "" -#: ../access/nbtree/nbtinsert.c:362 -#, c-format -msgid "btree: index item size %lu exceeds maximum %lu" +#: optimizer/geqo/geqo_main.c:146 +msgid "geqo_main: using order crossover [OX2]" msgstr "" -#: ../access/nbtree/nbtinsert.c:492 -msgid "btree: concurrent ROOT page split" +#: optimizer/geqo/geqo_main.c:211 +#, c-format +msgid "[GEQO] failures: %d, average: %d" msgstr "" -#: ../access/nbtree/nbtinsert.c:502 -#, c-format -msgid "bt_insertonpg[%s]: no root page found" +#: optimizer/geqo/geqo_main.c:214 +msgid "[GEQO] No edge failures detected." msgstr "" -#: ../access/nbtree/nbtinsert.c:505 +#: optimizer/geqo/geqo_main.c:220 #, c-format -msgid "bt_insertonpg[%s]: root page unfound - fixing upper levels" +msgid "[GEQO] mutations: %d, generations: %d" msgstr "" -#: ../access/nbtree/nbtinsert.c:552 -#, c-format -msgid "" -"_bt_getstackbuf: my bits moved right off the end of the world!\n" -"\tRecreate index %s." +#: optimizer/geqo/geqo_main.c:222 +msgid "[GEQO] No mutations processed." msgstr "" -#: ../access/nbtree/nbtinsert.c:555 -#, c-format -msgid "bt_insertonpg[%s]: parent page unfound - fixing branch" +#: optimizer/geqo/geqo_main.c:242 +msgid "geqo: failed to make a valid plan" msgstr "" -#: ../access/nbtree/nbtinsert.c:720 -msgid "btree: failed to add hikey to the right sibling" +#: optimizer/geqo/geqo_misc.c:41 +msgid "avg_pool: pool_size of zero" msgstr "" -#: ../access/nbtree/nbtinsert.c:746 -msgid "btree: failed to add hikey to the left sibling" +#: optimizer/path/allpaths.c:204 +msgid "SELECT FOR UPDATE is not supported for inherit queries" msgstr "" -#: ../access/nbtree/nbtinsert.c:1075 +#: optimizer/path/allpaths.c:619 #, c-format -msgid "_bt_findsplitloc: can't find a feasible split point for %s" +msgid "recurse_pushdown_safe: unexpected node %d" msgstr "" -#: ../access/nbtree/nbtinsert.c:1301 -msgid "btree: failed to add leftkey to new root page" -msgstr "" +#: optimizer/path/allpaths.c:687 +#, fuzzy, c-format +msgid "recurse_push_qual: unexpected node %d" +msgstr "QueryRewrite: 意外的 commandType %d" -#: ../access/nbtree/nbtinsert.c:1318 -msgid "btree: failed to add rightkey to new root page" +#: optimizer/path/clausesel.c:553 +#, c-format +msgid "clause_selectivity: s1 %f" msgstr "" -#: ../access/nbtree/nbtinsert.c:1402 -msgid "bt_fixroot: not valid old root page" +#: optimizer/path/costsize.c:1479 +msgid "cost_qual_eval: can't handle unplanned sub-select" msgstr "" -#: ../access/nbtree/nbtinsert.c:1533 +#: optimizer/path/costsize.c:1771 #, c-format -msgid "bt_fixtree[%s]: invalid start page (need to recreate index)" +msgid "set_joinrel_size_estimates: unsupported join type %d" msgstr "" -#: ../access/nbtree/nbtinsert.c:1559 -#, c-format -msgid "bt_fixtree[%s]: fixing root page" +#: optimizer/path/indxpath.c:495 +msgid "extract_or_indexqual_conditions: no matching clause" msgstr "" -#: ../access/nbtree/nbtinsert.c:1607 -#, c-format -msgid "bt_fixlevel[%s]: invalid maxoff on start page (need to recreate index)" +#: optimizer/path/indxpath.c:1260 +msgid "pred_test_simple_clause: unknown test_op" msgstr "" -#: ../access/nbtree/nbtinsert.c:1614 -#, c-format -msgid "" -"bt_fixtlevel[%s]: non-leftmost child page of leftmost parent (need to " -"recreate index)" +#: optimizer/path/indxpath.c:1301 +msgid "pred_test_simple_clause: null test result" msgstr "" -#: ../access/nbtree/nbtinsert.c:1617 +#: optimizer/path/indxpath.c:2093 #, c-format -msgid "bt_fixtlevel[%s]: invalid start child (need to recreate index)" +msgid "prefix_quals: unexpected operator %u" msgstr "" -#: ../access/nbtree/nbtinsert.c:1644 +#: optimizer/path/indxpath.c:2109 #, c-format -msgid "bt_fixlevel[%s]: invalid item order(1) (need to recreate index)" +msgid "prefix_quals: no = operator for type %u" msgstr "" -#: ../access/nbtree/nbtinsert.c:1676 +#: optimizer/path/indxpath.c:2124 #, c-format -msgid "bt_fixlevel[%s]: pointer disappeared (need to recreate index)" +msgid "prefix_quals: no >= operator for type %u" msgstr "" -#: ../access/nbtree/nbtinsert.c:1695 +#: optimizer/path/indxpath.c:2140 #, c-format -msgid "bt_fixlevel[%s]: invalid item order(2) (need to recreate index)" +msgid "prefix_quals: no < operator for type %u" msgstr "" -#: ../access/nbtree/nbtinsert.c:1709 +#: optimizer/path/indxpath.c:2186 #, c-format -msgid "bt_fixlevel[%s]: invalid item order(3) (need to recreate index)" +msgid "network_prefix_quals: unexpected operator %u" msgstr "" -#: ../access/nbtree/nbtinsert.c:1839 +#: optimizer/path/indxpath.c:2199 #, c-format -msgid "bt_fixbranch[%s]: left pointer unfound (need to recreate index)" +msgid "network_prefix_quals: no %s operator for type %u" msgstr "" -#: ../access/nbtree/nbtinsert.c:1846 +#: optimizer/path/indxpath.c:2214 #, c-format -msgid "bt_fixbranch[%s]: invalid item order (need to recreate index)" +msgid "network_prefix_quals: no <= operator for type %u" msgstr "" -#: ../access/nbtree/nbtinsert.c:1855 +#: optimizer/path/joinpath.c:168 #, c-format -msgid "bt_fixbranch[%s]: right pointer unfound(1) (need to recreate index)" -msgstr "" +msgid "sort_inner_and_outer: unexpected join type %d" +msgstr "sort_inner_and_outer: 未知的连接类型 %d" -#: ../access/nbtree/nbtinsert.c:1863 +#: optimizer/path/joinpath.c:366 #, c-format -msgid "bt_fixbranch[%s]: right pointer unfound(2) (need to recreate index)" +msgid "match_unsorted_outer: unexpected join type %d" msgstr "" -#: ../access/nbtree/nbtinsert.c:1911 +#: optimizer/path/joinrels.c:230 #, c-format -msgid "bt_fixbranch[%s]: fixing upper levels" +msgid "make_rels_by_joins: failed to build any %d-way joins" msgstr "" -#: ../access/nbtree/nbtinsert.c:1942 -#, c-format -msgid "bt_fixup[%s]: checking/fixing upper levels" +#: optimizer/path/joinrels.c:371 +msgid "make_jointree_rel: invalid join order!?" msgstr "" -#: ../access/nbtree/nbtinsert.c:1957 +#: optimizer/path/joinrels.c:388 #, c-format -msgid "bt_fixup[%s]: fixing root page" +msgid "make_jointree_rel: unexpected node type %d" msgstr "" -#: ../access/nbtree/nbtinsert.c:2020 +#: optimizer/path/joinrels.c:574 #, c-format -msgid "btree: failed to add item to the %s for %s" -msgstr "btree: 为 %2$s 向 %1$s 增加项失败" +msgid "make_join_rel: unsupported join type %d" +msgstr "" -#: ../access/nbtree/nbtpage.c:66 -#, c-format -msgid "Cannot initialize non-empty btree %s" +#: optimizer/path/pathkeys.c:1107 +msgid "" +"make_pathkeys_for_mergeclauses: can't identify which side of mergeclause to " +"use" msgstr "" -#: ../access/nbtree/nbtpage.c:127 +#: optimizer/plan/createplan.c:160 #, c-format -msgid "Index %s is not a btree" +msgid "create_plan: unknown pathtype %d" msgstr "" -#: ../access/nbtree/nbtpage.c:131 +#: optimizer/plan/createplan.c:264 #, c-format -msgid "Version mismatch on %s: version %d file, version %d code" +msgid "create_scan_plan: unknown node type: %d" msgstr "" -#: ../access/nbtree/nbtpage.c:259 +#: optimizer/plan/createplan.c:403 #, c-format -msgid "bt_getroot[%s]: fixing root page" +msgid "create_join_plan: unknown node type: %d" msgstr "" -#: ../access/nbtree/nbtsort.c:286 -msgid "btree: failed to add item to the page in _bt_sort" +#: optimizer/plan/createplan.c:1143 +msgid "fix_indxqual_sublist: indexqual clause is not binary opclause" msgstr "" -#: ../access/nbtree/nbtsort.c:351 -#, c-format -msgid "btree: index item size %lu exceeds maximum %ld" +#: optimizer/plan/createplan.c:1232 +msgid "fix_indxqual_operand: var is not index attribute" msgstr "" -#: ../access/nbtree/nbtutils.c:219 -msgid "_bt_orderkeys: key(s) for attribute 1 missed" +#: optimizer/plan/createplan.c:1711 +msgid "make_sort_from_pathkeys: cannot find pathkey item to sort" msgstr "" -#: ../access/nbtree/nbtutils.c:287 -#, c-format -msgid "_bt_orderkeys: key(s) for attribute %d missed" +#: optimizer/plan/initsplan.c:99 +msgid "SELECT FOR UPDATE cannot be applied to a join" msgstr "" -#: ../access/nbtree/nbtutils.c:404 -#, c-format -msgid "_bt_orderkeys: unable to identify operator %u" -msgstr "" +#: optimizer/plan/initsplan.c:102 +#, fuzzy, c-format +msgid "add_base_rels_to_query: unexpected node type %d" +msgstr "sort_inner_and_outer: 未知的连接类型 %d" -#: ../storage/ipc/ipc.c:138 -#, c-format -msgid "proc_exit(%d)" +#: optimizer/plan/initsplan.c:266 optimizer/prep/prepjointree.c:337 +msgid "UNION JOIN is not implemented yet" msgstr "" -#: ../storage/ipc/ipc.c:157 +#: optimizer/plan/initsplan.c:270 #, c-format -msgid "exit(%d)" +msgid "distribute_quals_to_rels: unsupported join type %d" msgstr "" -#: ../storage/ipc/ipc.c:171 +#: optimizer/plan/initsplan.c:284 #, c-format -msgid "shmem_exit(%d)" +msgid "distribute_quals_to_rels: unexpected node type %d" msgstr "" -#: ../storage/ipc/ipc.c:197 -msgid "Out of on_proc_exit slots" +#: optimizer/plan/initsplan.c:322 +msgid "" +"SELECT FOR UPDATE cannot be applied to the nullable side of an OUTER JOIN" msgstr "" -#: ../storage/ipc/ipc.c:216 -msgid "Out of on_shmem_exit slots" +#: optimizer/plan/initsplan.c:393 +msgid "JOIN qualification may not refer to other relations" msgstr "" -#: ../storage/ipc/sinval.c:51 -msgid "Backend cache invalidation initialization failed" +#: optimizer/plan/initsplan.c:585 +msgid "distribute_qual_to_rels: can't cope with variable-free clause" msgstr "" -#: ../postmaster/postmaster.c:1114 ../storage/ipc/sinval.c:53 -#: ../storage/lmgr/proc.c:1088 -msgid "Sorry, too many clients already" +#: optimizer/plan/initsplan.c:727 +#, c-format +msgid "Unable to identify an equality operator for types '%s' and '%s'" msgstr "" -#: ../storage/ipc/sinval.c:69 -msgid "SendSharedInvalidMessage: SI buffer overflow" +#: optimizer/plan/initsplan.c:738 +#, c-format +msgid "" +"Equality operator for types '%s' and '%s' should be mergejoinable, but isn't" msgstr "" -#: ../storage/ipc/sinval.c:111 -msgid "ReceiveSharedInvalidMessages: cache state reset" +#: optimizer/plan/planmain.c:157 +msgid "query_planner: failed to construct a relation" msgstr "" -#: ../storage/ipc/sinval.c:311 ../storage/ipc/sinval.c:321 -msgid "Memory exhausted in GetSnapshotData" +#: optimizer/plan/planner.c:445 +#, c-format +msgid "preprocess_qual_conditions: unexpected node type %d" msgstr "" -#: ../storage/ipc/shmem.c:156 -msgid "ShmemAlloc: out of memory" -msgstr "ShmemAlloc: 内存用尽" - -#: ../storage/ipc/shmem.c:202 -msgid "InitShmemIndex: couldn't initialize Shmem Index" +#: optimizer/plan/planner.c:579 parser/analyze.c:1749 parser/analyze.c:1902 +#: parser/analyze.c:2432 +msgid "SELECT FOR UPDATE is not allowed with UNION/INTERSECT/EXCEPT" msgstr "" -#: ../storage/ipc/shmem.c:213 -msgid "InitShmemIndex: Shmem Index out of memory" +#: optimizer/plan/planner.c:643 +msgid "SELECT FOR UPDATE is not allowed in subselects" msgstr "" -#: ../storage/ipc/shmem.c:331 -msgid "ShmemInitStruct: Shmem Index out of memory" +#: optimizer/plan/planner.c:1468 +msgid "locate_grouping_columns: failed" msgstr "" -#: ../storage/ipc/shmem.c:346 -msgid "ShmemInitStruct: ShmemIndex entry size is wrong" +#: optimizer/plan/planner.c:1549 optimizer/plan/planner.c:1555 +msgid "postprocess_setop_tlist: resjunk output columns not implemented" msgstr "" -#: ../storage/ipc/shmem.c:363 +#: optimizer/plan/setrefs.c:235 #, c-format -msgid "ShmemInitStruct: cannot allocate '%s'" +msgid "set_plan_references: unknown plan type %d" msgstr "" -#: ../storage/ipc/sinvaladt.c:124 -#, c-format -msgid "SIBackendInit: backend id %d" +#: optimizer/plan/setrefs.c:584 +msgid "join_references: variable not in subplan target lists" msgstr "" -#: ../storage/ipc/sinvaladt.c:224 -#, c-format -msgid "SIInsertDataEntry: table is 70%% full, signaling postmaster" +#: optimizer/plan/setrefs.c:680 +msgid "replace_vars_with_subplan_refs: variable not in subplan target list" msgstr "" -#: ../storage/ipc/ipci.c:108 -msgid "Couldn't create the lock table" +#: optimizer/plan/subselect.c:478 optimizer/plan/subselect.c:566 +#, c-format +msgid "cache lookup failed for operator %u" msgstr "" -#: ../storage/file/fd.c:273 -#, c-format -msgid "BasicOpenFile: not enough descs, retry, er= %d" +#: optimizer/plan/subselect.c:928 +#, fuzzy, c-format +msgid "finalize_plan: node %d unsupported" +msgstr "ProcessUtility: 不支持 #%d 命令" + +#: optimizer/plan/subselect.c:948 +msgid "finalize_plan: plan shouldn't reference subplan's variable" msgstr "" -#: ../storage/file/fd.c:307 -#, c-format -msgid "pg_nofile: sysconf(_SC_OPEN_MAX) failed; using %ld" +#: optimizer/prep/preptlist.c:58 +msgid "preprocess_targetlist: subquery cannot be result relation" msgstr "" -#: ../storage/file/fd.c:329 -#, c-format -msgid "" -"pg_nofile: insufficient file descriptors available to start backend.\n" -"\tSystem allows %ld, we need at least %d." +#: optimizer/prep/preptlist.c:209 +msgid "expand_targetlist: unexpected command_type" msgstr "" -#: ../storage/file/fd.c:368 -#, c-format -msgid "Delete %d (%s)" +#: optimizer/prep/preptlist.c:239 +msgid "expand_targetlist: targetlist is not sorted correctly" msgstr "" -#: ../storage/file/fd.c:388 +#: optimizer/prep/prepunion.c:189 #, c-format -msgid "LruDelete %d (%s)" +msgid "recurse_set_operations: unexpected node %d" msgstr "" -#: ../storage/file/fd.c:423 -#, c-format -msgid "Insert %d (%s)" +#: optimizer/prep/prepunion.c:306 +msgid "generate_nonunion_plan: bogus operation code" msgstr "" -#: ../storage/file/fd.c:445 +#: optimizer/prep/prepjointree.c:340 #, c-format -msgid "LruInsert %d (%s)" +msgid "pull_up_subqueries: unexpected join type %d" msgstr "" -#: ../storage/file/fd.c:467 +#: optimizer/prep/prepjointree.c:346 #, c-format -msgid "RE_OPEN FAILED: %d" +msgid "pull_up_subqueries: unexpected node type %d" msgstr "" -#: ../storage/file/fd.c:472 -msgid "RE_OPEN SUCCESS" +#: optimizer/prep/prepjointree.c:366 +msgid "is_simple_subquery: subquery is bogus" msgstr "" -#: ../storage/file/fd.c:496 +#: optimizer/prep/prepjointree.c:481 #, c-format -msgid "ReleaseLruFile. Opened %d" +msgid "resolvenew_in_jointree: unexpected node type %d" msgstr "" -#: ../storage/file/fd.c:518 -#, c-format -msgid "AllocateVfd. Size %d" +#: optimizer/prep/prepjointree.c:527 +msgid "reduce_outer_joins: so where are the outer joins?" msgstr "" -#: ../storage/file/fd.c:525 -msgid "AllocateVfd: no room for VFD array" -msgstr "" +#: optimizer/prep/prepjointree.c:594 +#, fuzzy, c-format +msgid "reduce_outer_joins_pass1: unexpected node type %d" +msgstr "sort_inner_and_outer: 未知的连接类型 %d" -#: ../storage/file/fd.c:558 -msgid "AllocateVfd: no room to enlarge VFD array" +#: optimizer/prep/prepjointree.c:618 +msgid "reduce_outer_joins_pass2: reached empty jointree" msgstr "" -#: ../storage/file/fd.c:591 -#, c-format -msgid "FreeVfd: %d (%s)" +#: optimizer/prep/prepjointree.c:621 +msgid "reduce_outer_joins_pass2: reached base rel" msgstr "" -#: ../storage/file/fd.c:643 -#, c-format -msgid "FileAccess %d (%s)" -msgstr "" +#: optimizer/prep/prepjointree.c:738 +#, fuzzy, c-format +msgid "reduce_outer_joins_pass2: unexpected node type %d" +msgstr "sort_inner_and_outer: 未知的连接类型 %d" -#: ../storage/file/fd.c:697 -msgid "fileNameOpenFile: NULL fname" -msgstr "" +#: optimizer/prep/prepjointree.c:975 +#, fuzzy, c-format +msgid "simplify_jointree: unexpected node type %d" +msgstr "sort_inner_and_outer: 未知的连接类型 %d" -#: ../storage/file/fd.c:699 -#, c-format -msgid "fileNameOpenFile: %s %x %o" -msgstr "" +#: optimizer/prep/prepjointree.c:1046 +#, fuzzy, c-format +msgid "get_relids_in_jointree: unexpected node type %d" +msgstr "sort_inner_and_outer: 未知的连接类型 %d" -#: ../storage/file/fd.c:719 +#: optimizer/prep/prepjointree.c:1064 #, c-format -msgid "fileNameOpenFile: success %d" +msgid "get_relids_for_join: join node %d not found" msgstr "" -#: ../storage/file/fd.c:726 -msgid "fileNameOpenFile: no room to save VFD filename" +#: optimizer/prep/prepjointree.c:1111 +#, fuzzy, c-format +msgid "find_jointree_node_for_rel: unexpected node type %d" +msgstr "sort_inner_and_outer: 未知的连接类型 %d" + +#: optimizer/util/clauses.c:976 +msgid "CommuteClause: applied to non-binary-operator clause" msgstr "" -#: ../storage/file/fd.c:819 +#: optimizer/util/clauses.c:981 #, c-format -msgid "Failed to create temporary file %s" -msgstr "创建临时文件 %s 失败" +msgid "CommuteClause: no commutator for operator %u" +msgstr "" -#: ../storage/file/fd.c:838 +#: optimizer/util/clauses.c:1334 #, c-format -msgid "FileClose: %d (%s)" +msgid "eval_const_expressions: unexpected boolop %d" msgstr "" -#: ../storage/file/fd.c:887 +#: optimizer/util/clauses.c:1562 utils/cache/lsyscache.c:592 +#: utils/cache/lsyscache.c:613 utils/cache/lsyscache.c:634 +#: utils/cache/lsyscache.c:655 #, c-format -msgid "FileUnlink: %d (%s)" +msgid "Function OID %u does not exist" msgstr "" -#: ../storage/file/fd.c:903 +#: optimizer/util/clauses.c:1779 #, c-format -msgid "FileRead: %d (%s) %ld %d %p" +msgid "inline_function: null prosrc for procedure %u" msgstr "" -#: ../storage/file/fd.c:924 -#, c-format -msgid "FileWrite: %d (%s) %ld %d %p" +#: optimizer/util/clauses.c:1938 +msgid "substitute_actual_parameters_mutator: unexpected paramkind" msgstr "" -#: ../storage/file/fd.c:950 -#, c-format -msgid "FileSeek: %d (%s) %ld %ld %d" +#: optimizer/util/clauses.c:1940 +msgid "substitute_actual_parameters_mutator: unexpected paramid" msgstr "" -#: ../storage/file/fd.c:960 ../storage/file/fd.c:981 +#: optimizer/util/clauses.c:2252 #, c-format -msgid "FileSeek: invalid offset: %ld" +msgid "expression_tree_walker: Unexpected node type %d" msgstr "" -#: ../storage/file/fd.c:971 ../storage/file/fd.c:993 +#: optimizer/util/clauses.c:2693 #, c-format -msgid "FileSeek: invalid whence: %d" +msgid "expression_tree_mutator: Unexpected node type %d" msgstr "" -#: ../storage/file/fd.c:1008 -#, c-format -msgid "FileTell %d (%s)" +#: optimizer/util/pathnode.c:136 +msgid "Unable to devise a query plan for the given query" msgstr "" -#: ../storage/file/fd.c:1022 +#: optimizer/util/plancat.c:230 #, c-format -msgid "FileTruncate %d (%s)" +msgid "restriction_selectivity: bad value %f" msgstr "" -#: ../storage/file/fd.c:1122 +#: optimizer/util/plancat.c:265 #, c-format -msgid "FileMarkDirty: %d (%s)" +msgid "join_selectivity: bad value %f" msgstr "" -#: ../storage/file/fd.c:1152 +#: optimizer/util/plancat.c:337 #, c-format -msgid "AllocateFile: Allocated %d" +msgid "has_subclass: Relation %u not found" msgstr "" -#: ../storage/file/fd.c:1155 -msgid "AllocateFile: too many private FDs demanded" +#: optimizer/util/relnode.c:58 +msgid "build_base_rel: rel already exists" msgstr "" -#: ../storage/file/fd.c:1169 -#, c-format -msgid "AllocateFile: not enough descs, retry, er= %d" +#: optimizer/util/relnode.c:66 +msgid "build_base_rel: rel already exists as 'other' rel" msgstr "" -#: ../storage/file/fd.c:1185 -#, c-format -msgid "FreeFile: Allocated %d" +#: optimizer/util/relnode.c:101 +msgid "build_other_rel: rel already exists as base rel" msgstr "" -#: ../storage/file/fd.c:1198 -msgid "FreeFile: file was not obtained from AllocateFile" -msgstr "" +#: optimizer/util/relnode.c:166 +#, fuzzy, c-format +msgid "make_base_rel: unsupported RTE kind %d" +msgstr "pq_sendint: 不支持的尺寸 %d" -#: ../storage/file/buffile.c:479 +#: optimizer/util/relnode.c:199 #, c-format -msgid "BufFileSeek: invalid whence: %d" +msgid "find_base_rel: no relation entry for relid %d" msgstr "" -#: ../storage/lmgr/lwlock.c:69 -#, c-format -msgid "%s(%d): excl %d shared %d head %p" +#: optimizer/util/tlist.c:230 +msgid "" +"get_sortgroupclause_tle: ORDER/GROUP BY expression not found in targetlist" msgstr "" -#: ../storage/lmgr/lwlock.c:172 -msgid "No more LWLockIds available" +#: parser/analyze.c:260 +msgid "CREATE VIEW specifies more column names than columns" msgstr "" -#: ../storage/lmgr/lwlock.c:241 -msgid "LWLockAcquire: can't wait without a PROC structure" +#: parser/analyze.c:456 +msgid "INSERT ... SELECT may not specify INTO" msgstr "" -#: ../storage/lmgr/lwlock.c:387 -#, c-format -msgid "LWLockRelease: lock %d is not held" +#: parser/analyze.c:544 +msgid "INSERT has more expressions than target columns" msgstr "" -#: ../storage/lmgr/lmgr.c:105 -msgid "InitLockTable: couldn't initialize lock table" +#: parser/analyze.c:578 +msgid "INSERT has more target columns than expressions" msgstr "" -#: ../storage/lmgr/lmgr.c:114 -msgid "InitLockTable: couldn't rename long-term lock table" +#: parser/analyze.c:774 +msgid "parser: unrecognized node (internal error)" msgstr "" -#: ../storage/lmgr/lmgr.c:155 -msgid "LockRelation: LockAcquire failed" +#: parser/analyze.c:856 +#, c-format +msgid "%s will create implicit sequence '%s' for SERIAL column '%s.%s'" msgstr "" -#: ../storage/lmgr/lmgr.c:244 -msgid "LockRelationForSession: LockAcquire failed" +#: parser/analyze.c:937 parser/analyze.c:945 +#, c-format +msgid "%s/(NOT) NULL conflicting declaration for '%s.%s'" msgstr "" -#: ../storage/lmgr/lmgr.c:282 -msgid "LockPage: LockAcquire failed" +#: parser/analyze.c:953 +#, c-format +msgid "%s/DEFAULT multiple values specified for '%s.%s'" msgstr "" -#: ../storage/lmgr/lmgr.c:323 -msgid "XactLockTableInsert: LockAcquire failed" +#: parser/analyze.c:995 parser/analyze.c:1034 +msgid "parser: unrecognized constraint (internal error)" msgstr "" -#: ../storage/lmgr/lmgr.c:346 -msgid "XactLockTableWait: LockAcquire failed" +#: parser/analyze.c:1030 +msgid "parser: illegal context for constraint (internal error)" msgstr "" -#: ../storage/lmgr/lock.c:111 +#: parser/analyze.c:1074 #, c-format -msgid "" -"%s: lock(%lx) tbl(%d) rel(%u) db(%u) obj(%u) grantMask(%x) req(%d,%d,%d,%d,%" -"d,%d,%d)=%d grant(%d,%d,%d,%d,%d,%d,%d)=%d wait(%d) type(%s)" +msgid "%s / PRIMARY KEY multiple primary keys for table '%s' are not allowed" msgstr "" -#: ../storage/lmgr/lock.c:137 +#: parser/analyze.c:1144 #, c-format -msgid "" -"%s: holder(%lx) lock(%lx) tbl(%d) proc(%lx) xid(%u) hold(%d,%d,%d,%d,%d,%d,%" -"d)=%d" -msgstr "" +msgid "inherited table \"%s\" is not a relation" +msgstr "继承表 \"%s\" 不是一个关系" -#: ../storage/lmgr/lock.c:252 +#: parser/analyze.c:1188 #, c-format -msgid "LockMethodTableInit: too many lock types %d greater than %d" -msgstr "" +msgid "%s: column \"%s\" named in key does not exist" +msgstr "%s: 在键字中命名的字段 \"%s\" 不存在" -#: ../storage/lmgr/lock.c:283 ../storage/lmgr/lock.c:324 -#: ../storage/lmgr/lock.c:344 +#: parser/analyze.c:1196 #, c-format -msgid "LockMethodTableInit: couldn't initialize %s" +msgid "%s: column \"%s\" appears twice in %s constraint" msgstr "" -#: ../storage/lmgr/lock.c:465 +#: parser/analyze.c:1286 #, c-format -msgid "LockAcquire: user lock [%u] %s" +msgid "%s: failed to make implicit index name" msgstr "" -#: ../storage/lmgr/lock.c:476 +#: parser/analyze.c:1289 #, c-format -msgid "LockAcquire: bad lock table %d" +msgid "%s / %s%s will create implicit index '%s' for table '%s'" msgstr "" -#: ../storage/lmgr/lock.c:494 +#: parser/analyze.c:1304 #, c-format -msgid "LockAcquire: lock table %d is out of memory" -msgstr "" - -#: ../storage/lmgr/lock.c:541 -msgid "LockAcquire: holder table out of memory" +msgid "%s will create implicit trigger(s) for FOREIGN KEY check(s)" msgstr "" -#: ../storage/lmgr/lock.c:586 +#: parser/analyze.c:1446 parser/analyze.c:1568 #, c-format -msgid "Deadlock risk: raising lock level from %s to %s on object %u/%u/%u" +msgid "transformRuleStmt: unexpected event type %d" msgstr "" -#: ../storage/lmgr/lock.c:664 -msgid "LockAcquire: remove holder, table corrupted" +#: parser/analyze.c:1455 +msgid "Rule WHERE condition may not contain references to other relations" msgstr "" -#: ../storage/lmgr/lock.c:922 -msgid "deadlock detected" +#: parser/analyze.c:1459 +msgid "Rule WHERE condition may not contain aggregate functions" msgstr "" -#: ../storage/lmgr/lock.c:1003 -#, c-format -msgid "LockRelease: user lock tag [%u] %d" +#: parser/analyze.c:1528 +msgid "" +"Rules with WHERE conditions may only have SELECT, INSERT, UPDATE, or DELETE " +"actions" msgstr "" -#: ../storage/lmgr/lock.c:1013 -msgid "lockMethodTable is null in LockRelease" +#: parser/analyze.c:1552 +msgid "ON SELECT rule may not use OLD" msgstr "" -#: ../storage/lmgr/lock.c:1035 -msgid "LockRelease: no such lock" +#: parser/analyze.c:1554 +msgid "ON SELECT rule may not use NEW" msgstr "" -#: ../storage/lmgr/lock.c:1058 -msgid "LockRelease: no lock with this tag" +#: parser/analyze.c:1561 +msgid "ON INSERT rule may not use OLD" msgstr "" -#: ../storage/lmgr/lock.c:1061 -msgid "LockRelease: holder table corrupted" +#: parser/analyze.c:1565 +msgid "ON DELETE rule may not use NEW" msgstr "" -#: ../storage/lmgr/lock.c:1075 -#, c-format -msgid "LockRelease: you don't own a lock of type %s" +#: parser/analyze.c:1865 +msgid "" +"ORDER BY on a UNION/INTERSECT/EXCEPT result must be on one of the result " +"columns" msgstr "" -#: ../storage/lmgr/lock.c:1130 -msgid "LockRelease: remove lock, table corrupted" +#: parser/analyze.c:1899 +msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT" msgstr "" -#: ../storage/lmgr/lock.c:1159 -msgid "LockRelease: remove holder, table corrupted" +#: parser/analyze.c:1956 +msgid "" +"UNION/INTERSECT/EXCEPT member statement may not refer to other relations of " +"same query level" msgstr "" -#: ../storage/lmgr/lock.c:1200 +#: parser/analyze.c:2006 #, c-format -msgid "LockReleaseAll: lockmethod=%d, pid=%d" +msgid "Each %s query must have the same number of columns" msgstr "" -#: ../storage/lmgr/lock.c:1208 +#: parser/analyze.c:2064 #, c-format -msgid "LockReleaseAll: bad lockmethod %d" +msgid "getSetColTypes: unexpected node %d" msgstr "" -#: ../storage/lmgr/lock.c:1312 -msgid "LockReleaseAll: holder table corrupted" +#: parser/analyze.c:2075 +msgid "CREATE TABLE AS specifies too many column names" msgstr "" -#: ../storage/lmgr/lock.c:1330 -msgid "LockReleaseAll: cannot remove lock from HTAB" -msgstr "" +#: parser/analyze.c:2158 parser/analyze.c:2167 +msgid "UPDATE target count mismatch --- internal error" +msgstr "UPDATE 目标数不匹配 --- 内部错误" -#: ../storage/lmgr/lock.c:1345 -msgid "LockReleaseAll: done" +#: parser/analyze.c:2253 +msgid "Unexpected node type in ALTER TABLE ADD CONSTRAINT" msgstr "" -#: ../storage/lmgr/lock.c:1464 -msgid "DumpAllLocks: holder->tag.lock = NULL" +#: parser/analyze.c:2302 +msgid "transformDeclareCursorStmt: internal error" +msgstr "transformDeclareCursorStmt: 内部错误" + +#: parser/analyze.c:2358 +msgid "transformPrepareStmt: internal error" +msgstr "transformPrepareStmt: 内部错误" + +#: parser/analyze.c:2385 +#, fuzzy, c-format +msgid "Wrong number of parameters, expected %d but got %d" +msgstr "行中字段数目错误 (预期 %d, 实际 %d)" + +#: parser/analyze.c:2398 +msgid "Cannot use subselects in EXECUTE parameters" msgstr "" -#: ../storage/lmgr/proc.c:209 -msgid "InitProcess: Proc Header uninitialized" +#: parser/analyze.c:2400 +msgid "Cannot use aggregates in EXECUTE parameters" msgstr "" -#: ../storage/lmgr/proc.c:212 -msgid "InitProcess: you already exist" +#: parser/analyze.c:2411 +#, c-format +msgid "" +"Parameter $%d of type %s cannot be coerced into the expected type %s\n" +"\tYou will need to rewrite or cast the expression" msgstr "" -#: ../storage/lmgr/proc.c:235 -msgid "cannot create new proc: out of memory" -msgstr "无法创建新过程: 内存用尽" +#: parser/analyze.c:2434 +msgid "SELECT FOR UPDATE is not allowed with DISTINCT clause" +msgstr "SELECT FOR UPDATE 不允许带 DISTINCT 子句" -#: ../storage/lmgr/proc.c:298 -msgid "InitDummyProcess: Proc Header uninitialized" -msgstr "" +#: parser/analyze.c:2436 +msgid "SELECT FOR UPDATE is not allowed with GROUP BY clause" +msgstr "SELECT FOR UPDATE 不允许带 GROUP BY 子句" -#: ../storage/lmgr/proc.c:301 -msgid "InitDummyProcess: you already exist" +#: parser/analyze.c:2438 +msgid "SELECT FOR UPDATE is not allowed with AGGREGATE" msgstr "" -#: ../storage/lmgr/proc.c:307 +#: parser/analyze.c:2503 #, c-format -msgid "InitDummyProcess: DummyProc is in use by PID %d" +msgid "FOR UPDATE: relation \"%s\" not found in FROM clause" msgstr "" -#: ../storage/lmgr/proc.c:693 -msgid "ProcSleep: Unable to set timer for process wakeup" -msgstr "" +#: parser/analyze.c:2543 +#, c-format +msgid "relationHasPrimaryKey: index %u not found" +msgstr "relationHasPrimaryKey: 未找到索引 %u" -#: ../storage/lmgr/proc.c:715 -msgid "ProcSleep: Unable to disable timer for process wakeup" -msgstr "" +#: parser/analyze.c:2594 +msgid "Misplaced DEFERRABLE clause" +msgstr "DEFERRABLE 子句位置错误" -#: ../storage/lmgr/spin.c:165 -msgid "s_init_lock_sema: not enough semaphores" -msgstr "" +#: parser/analyze.c:2596 parser/analyze.c:2605 +msgid "Multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" +msgstr "不允许多个 DEFERRABLE/NOT DEFERRABLE 子句" -#: ../storage/lmgr/deadlock.c:274 -msgid "DeadLockCheckRecurse: inconsistent results" -msgstr "" +#: parser/analyze.c:2603 +msgid "Misplaced NOT DEFERRABLE clause" +msgstr "NOT DEFERRABLE 子句位置错误" -#: ../storage/page/bufpage.c:112 -msgid "PageAddItem: tried overwrite after maxoff" +#: parser/analyze.c:2610 parser/analyze.c:2628 gram.y:2152 gram.y:2166 +msgid "INITIALLY DEFERRED constraint must be DEFERRABLE" msgstr "" -#: ../storage/page/bufpage.c:121 -msgid "PageAddItem: tried overwrite of used ItemId" -msgstr "" +#: parser/analyze.c:2615 +msgid "Misplaced INITIALLY DEFERRED clause" +msgstr "INITIALLY DEFERRED 子句位置错误" -#: ../storage/smgr/md.c:252 ../storage/smgr/md.c:445 ../storage/smgr/md.c:488 -#: ../storage/smgr/md.c:522 ../storage/smgr/md.c:567 -msgid "seekpos too big!" -msgstr "" +#: parser/analyze.c:2617 parser/analyze.c:2635 +msgid "Multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" +msgstr "不允许多个 INITIALLY IMMEDIATE/DEFERRED 子句" -#: ../storage/smgr/md.c:287 -msgid "segment too big!" -msgstr "" +#: parser/analyze.c:2633 +msgid "Misplaced INITIALLY IMMEDIATE clause" +msgstr "INITIALLY IMMEDIATE 子句位置错误" -#: ../storage/smgr/md.c:342 -msgid "segment too big on relopen!" +#: parser/analyze.c:2742 +#, c-format +msgid "" +"New table specifies a schema (%s) different from the one being created (%s)" msgstr "" -#: ../storage/smgr/md.c:577 +#: parser/analyze.c:2761 #, c-format -msgid "mdblindwrt: lseek(%ld) failed: %m" +msgid "" +"New view specifies a schema (%s) different from the one being created (%s)" +msgstr "" + +#: parser/analyze.c:2778 +msgid "parser: unsupported schema node (internal error)" msgstr "" -#: ../storage/smgr/md.c:591 +#: parser/parse_agg.c:143 #, c-format -msgid "mdblindwrt: write() failed: %m" +msgid "Attribute %s.%s must be GROUPed or used in an aggregate function" msgstr "" -#: ../storage/smgr/md.c:597 +#: parser/parse_agg.c:146 #, c-format -msgid "mdblindwrt: close() failed: %m" +msgid "Sub-SELECT uses un-GROUPed attribute %s.%s from outer query" msgstr "" -#: ../storage/smgr/md.c:681 -msgid "segment too big in mdnblocks!" +#: parser/parse_agg.c:196 +msgid "Aggregates not allowed in WHERE clause" msgstr "" -#: ../storage/smgr/md.c:700 -#, c-format -msgid "cannot count blocks for %s -- open failed: %m" +#: parser/parse_agg.c:198 +msgid "Aggregates not allowed in JOIN conditions" msgstr "" -#: ../storage/smgr/md.c:892 -msgid "_fdvec_alloc error" +#: parser/parse_agg.c:217 +msgid "Aggregates not allowed in GROUP BY clause" msgstr "" -#: ../storage/smgr/md.c:974 -msgid "segment too big on openseg!" +#: parser/parse_clause.c:194 +msgid "Bogus InhOption value" msgstr "" -#: ../storage/smgr/md.c:993 +#: parser/parse_clause.c:339 #, c-format -msgid "_mdfd_getrelnfd: cannot open relation %s: %m" +msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN" msgstr "" -#: ../storage/smgr/md.c:1036 -#, c-format -msgid "cannot open segment %u of relation %s (target block %u): %m" +#: parser/parse_clause.c:397 +msgid "sub-select in FROM must have an alias" msgstr "" -#: ../storage/smgr/md.c:1088 -#, c-format -msgid "_mdfd_blind_getseg: couldn't open %s: %m" +#: parser/parse_clause.c:410 parser/parse_clause.c:413 +msgid "Unexpected parse analysis result for subselect in FROM" msgstr "" -#: ../storage/smgr/mm.c:189 -msgid "main memory storage mgr hash table out of memory" +#: parser/parse_clause.c:416 +msgid "Expected SELECT query from subselect in FROM" msgstr "" -#: ../storage/smgr/mm.c:232 -msgid "mmunlink: cache hash table corrupted" +#: parser/parse_clause.c:418 +msgid "Subselect in FROM may not have SELECT INTO" msgstr "" -#: ../storage/smgr/mm.c:249 -msgid "mmunlink: rel cache hash table corrupted" +#: parser/parse_clause.c:436 +msgid "Subselect in FROM may not refer to other relations of same query level" msgstr "" -#: ../storage/smgr/mm.c:312 -msgid "mmextend: rel cache hash table corrupt" +#: parser/parse_clause.c:489 +msgid "" +"FROM function expression may not refer to other relations of same query level" msgstr "" -#: ../storage/smgr/mm.c:323 -msgid "mmextend: cache hash table corrupt" +#: parser/parse_clause.c:499 +msgid "cannot use aggregate function in FROM function expression" msgstr "" -#: ../storage/smgr/mm.c:434 -msgid "mmwrite: hash table missing requested page" +#: parser/parse_clause.c:622 parser/parse_clause.c:634 +msgid "transformFromClauseItem: unexpected subtree type" msgstr "" -#: ../storage/smgr/smgrtype.c:51 +#: parser/parse_clause.c:717 #, c-format -msgid "smgrin: unknown storage manager name '%s'" +msgid "USING column name \"%s\" appears more than once" msgstr "" -#: ../storage/smgr/smgrtype.c:62 +#: parser/parse_clause.c:729 #, c-format -msgid "Illegal storage manager id %d" +msgid "Common column name \"%s\" appears more than once in left table" msgstr "" -#: ../storage/smgr/smgr.c:137 +#: parser/parse_clause.c:735 #, c-format -msgid "initialization failed on %s: %m" +msgid "JOIN/USING column \"%s\" not found in left table" msgstr "" -#: ../storage/smgr/smgr.c:159 +#: parser/parse_clause.c:747 #, c-format -msgid "shutdown failed on %s: %m" +msgid "Common column name \"%s\" appears more than once in right table" msgstr "" -#: ../storage/smgr/smgr.c:179 +#: parser/parse_clause.c:753 #, c-format -msgid "cannot create %s: %m" -msgstr "无法创建 %s: %m" +msgid "JOIN/USING column \"%s\" not found in right table" +msgstr "" + +#: parser/parse_clause.c:802 +#, fuzzy, c-format +msgid "Column alias list for \"%s\" has too many entries" +msgstr "选择规则的目标列表的记录太多" -#: ../storage/smgr/smgr.c:249 +#: parser/parse_clause.c:829 #, c-format msgid "" -"cannot extend %s: %m.\n" -"\tCheck free disk space." +"transformFromClauseItem: unexpected node (internal error)\n" +"\t%s" msgstr "" -#: ../storage/smgr/smgr.c:285 +#: parser/parse_clause.c:933 #, c-format -msgid "cannot close %s: %m" -msgstr "无法关闭 %s: %m" +msgid "buildMergedJoinVar: unexpected jointype %d" +msgstr "buildMergedJoinVar: 未知的连接类型 %d" -#: ../storage/smgr/smgr.c:308 +#: parser/parse_clause.c:1054 #, c-format -msgid "cannot read block %d of %s: %m" -msgstr "无法读取 %2$s 的块 %1$d: %m" +msgid "%s '%s' is ambiguous" +msgstr "%s '%s' 是不明确的" -#: ../storage/smgr/smgr.c:330 +#: parser/parse_clause.c:1073 #, c-format -msgid "cannot write block %d of %s: %m" -msgstr "无法写入 %2$s 的块 %1$d: %m" +msgid "Non-integer constant in %s" +msgstr "" -#: ../storage/smgr/smgr.c:347 +#: parser/parse_clause.c:1086 #, c-format -msgid "cannot flush block %d of %s to stable store: %m" +msgid "%s position %d is not in target list" msgstr "" -#: ../storage/smgr/smgr.c:378 -#, c-format -msgid "cannot write block %d of %u/%u blind: %m" +#: parser/parse_clause.c:1227 +msgid "For SELECT DISTINCT, ORDER BY expressions must appear in target list" msgstr "" -#: ../storage/smgr/smgr.c:404 -#, c-format -msgid "cannot mark block %d of %s: %m" +#: parser/parse_clause.c:1265 +msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" msgstr "" -#: ../storage/smgr/smgr.c:425 -#, c-format -msgid "cannot mark block %d of %u/%u blind: %m" +#: parser/parse_clause.c:1289 +msgid "" +"transformDistinctClause: failed to add DISTINCT ON clause to target list" msgstr "" -#: ../storage/smgr/smgr.c:451 +#: parser/parse_coerce.c:278 #, c-format -msgid "cannot count blocks for %s: %m" -msgstr "无法为 %s 计算块数: %m" +msgid "coerce_type: no conversion function from %s to %s" +msgstr "coerce_type: 没有把 %s 转换成 %s 的转换函数" -#: ../storage/smgr/smgr.c:483 +#. translator: first %s is name of a SQL construct, eg WHERE +#: parser/parse_coerce.c:535 #, c-format -msgid "cannot truncate %s to %u blocks: %m" -msgstr "无法将 %s 截断为 %u 块: %m" +msgid "Argument of %s must be type boolean, not type %s" +msgstr "%s 的参数必需是布尔类型, 而不是 %s 类型" -#: ../storage/smgr/smgr.c:525 +#. translator: %s is name of a SQL construct, eg WHERE +#: parser/parse_coerce.c:543 #, c-format -msgid "cannot unlink %u/%u: %m" +msgid "Argument of %s must not be a set function" msgstr "" -#: ../storage/smgr/smgr.c:548 +#: parser/parse_coerce.c:590 #, c-format -msgid "transaction commit failed on %s: %m" +msgid "%s types '%s' and '%s' not matched" msgstr "" -#: ../storage/smgr/smgr.c:567 +#: parser/parse_coerce.c:642 #, c-format -msgid "transaction abort failed on %s: %m" -msgstr "" +msgid "%s unable to convert to type %s" +msgstr "%s 不能转换成 %s 类型" -#: ../storage/smgr/smgr.c:586 +#: parser/parse_coerce.c:924 #, c-format -msgid "storage sync failed on %s: %m" +msgid "find_coercion_pathway: bogus castcontext %c" msgstr "" -#: ../storage/smgr/smgr.c:600 +#: parser/parse_expr.c:101 #, c-format -msgid "illegal storage manager number %d" +msgid "Expression too complex: nesting depth exceeds max_expr_depth = %d" msgstr "" -#: ../storage/buffer/buf_table.c:58 -msgid "couldn't initialize shared buffer pool Hash Tbl" -msgstr "" +#: parser/parse_expr.c:120 +#, c-format +msgid "Parameter '$%d' is out of range" +msgstr "参数 '$%d' 超出范围" -#: ../storage/buffer/buf_table.c:100 -msgid "BufTableDelete: BufferLookup table corrupted" +#: parser/parse_expr.c:273 +msgid "IS DISTINCT FROM requires = operator to yield boolean" msgstr "" -#: ../storage/buffer/buf_table.c:131 -msgid "BufTableInsert: BufferLookup table out of memory" +#: parser/parse_expr.c:291 +msgid "NULLIF requires = operator to yield boolean" msgstr "" -#: ../storage/buffer/buf_table.c:138 -msgid "BufTableInsert: BufferLookup table corrupted" +#: parser/parse_expr.c:380 parser/parse_expr.c:384 +msgid "Bad query in subselect" msgstr "" -#: ../storage/buffer/localbuf.c:94 -msgid "no empty local buffer." +#: parser/parse_expr.c:408 +msgid "Subselect must have a field" msgstr "" -#: ../storage/buffer/localbuf.c:138 -msgid "Out of memory in LocalBufferAlloc" +#: parser/parse_expr.c:412 +msgid "Subselect must have only one field" msgstr "" -#: ../storage/buffer/freelist.c:203 -msgid "out of free buffers: time to abort!" +#: parser/parse_expr.c:464 +#, c-format +msgid "Row comparison cannot use operator %s" msgstr "" -#: ../storage/buffer/bufmgr.c:254 -msgid "BufRead: buffer table broken after IO error" +#: parser/parse_expr.c:489 +msgid "Subselect has too many fields" msgstr "" -#: ../storage/buffer/bufmgr.c:426 +#: parser/parse_expr.c:505 #, c-format -msgid "BufferAlloc: cannot write block %u for %u/%u" +msgid "" +"%s has result type of %s, but must return %s to be used with quantified " +"predicate subquery" msgstr "" -#: ../storage/buffer/bufmgr.c:444 +#: parser/parse_expr.c:511 #, c-format -msgid "BufferAlloc: content of block %u (%u/%u) changed while flushing" -msgstr "" - -#: ../storage/buffer/bufmgr.c:537 -msgid "buffer wasn't in the buffer table" -msgstr "" - -#: ../storage/buffer/bufmgr.c:545 -msgid "Buffer in lookup table twice" +msgid "%s must not return a set to be used with quantified predicate subquery" msgstr "" -#: ../storage/buffer/bufmgr.c:806 -#, c-format -msgid "BufferSync: cannot write %u for %u/%u" +#: parser/parse_expr.c:521 +msgid "Subselect has too few fields" msgstr "" -#: ../storage/buffer/bufmgr.c:965 +#: parser/parse_expr.c:709 #, c-format -msgid "" -"Buffer Leak: [%03d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, " -"flags=0x%x, refcount=%d %ld)" +msgid "transformExpr: unexpected booltesttype %d" msgstr "" -#: ../storage/buffer/bufmgr.c:1364 ../storage/buffer/bufmgr.c:1396 +#: parser/parse_expr.c:751 #, c-format -msgid "" -"[%02d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, flags=0x%x, " -"refcount=%d %ld)" +msgid "transformExpr: does not know how to transform node %d (internal error)" msgstr "" -#: ../storage/buffer/bufmgr.c:1498 +#: parser/parse_expr.c:856 #, c-format -msgid "" -"FlushRelationBuffers(%s (local), %u): block %u is dirty, could not flush it" -msgstr "" +msgid "Attribute \"%s\" not found" +msgstr "未找到属性 \"%s\"" -#: ../storage/buffer/bufmgr.c:1508 -#, c-format -msgid "FlushRelationBuffers(%s (local), %u): block %u is referenced (%ld)" +#: parser/parse_expr.c:968 parser/parse_target.c:153 +msgid "Invalid qualified name syntax (too many names)" msgstr "" -#: ../storage/buffer/bufmgr.c:1560 -#, c-format -msgid "FlushRelationBuffers: cannot write %u for %u/%u" +#: parser/parse_expr.c:1028 +msgid "exprType: Cannot get type for untransformed sublink" msgstr "" -#: ../storage/buffer/bufmgr.c:1586 +#: parser/parse_expr.c:1103 #, c-format -msgid "" -"FlushRelationBuffers(%s, %u): block %u is referenced (private %ld, global %d)" +msgid "Relation reference \"%s\" cannot be used in an expression" msgstr "" -#: ../storage/buffer/bufmgr.c:1819 -msgid "buffer alloc trace error and can't open log file" -msgstr "" +#: parser/parse_expr.c:1108 +#, fuzzy, c-format +msgid "exprType: Do not know how to get type for %d node" +msgstr "outNode: 不知道如何打印类型 %d" -#: ../storage/buffer/bufmgr.c:2016 +#: parser/parse_expr.c:1308 #, c-format -msgid "LockBuffer: unknown lock mode %d" -msgstr "" +msgid "Cannot cast type %s to %s" +msgstr "无法把类型 %s 转换为 %s" -#: ../storage/buffer/bufmgr.c:2048 ../storage/buffer/bufmgr.c:2055 -msgid "LockBufferForCleanup: wrong local pin count" +#: parser/parse_func.c:97 +#, c-format +msgid "Cannot pass more than %d arguments to a function" msgstr "" -#: ../storage/buffer/bufmgr.c:2077 -msgid "Multiple backends attempting to wait for pincount 1" +#: parser/parse_func.c:104 +#, c-format +msgid "Function '%s' does not allow NULL input" msgstr "" -#: ../storage/buffer/bufmgr.c:2201 +#: parser/parse_func.c:192 #, c-format -msgid "write error may be permanent: cannot write block %u for %u/%u" +msgid "Cannot find type OID for relation %u" msgstr "" -#: ../storage/freespace/freespace.c:176 ../storage/freespace/freespace.c:191 -#: ../storage/freespace/freespace.c:199 -msgid "Insufficient shared memory for free space map" +#: parser/parse_func.c:232 +#, c-format +msgid "Cannot pass result of sub-select or join %s to a function" msgstr "" -#: ../storage/freespace/freespace.c:522 -msgid "FreeSpaceMap hashtable out of memory" +#: parser/parse_func.c:270 +#, c-format +msgid "%s(*) specified, but %s is not an aggregate function" msgstr "" -#: ../storage/freespace/freespace.c:592 -msgid "FreeSpaceMap hashtable corrupted" +#: parser/parse_func.c:273 +#, c-format +msgid "DISTINCT specified, but %s is not an aggregate function" msgstr "" -#: ../storage/freespace/freespace.c:764 -msgid "fsm_record_free_space: unexpected match" +#: parser/parse_func.c:296 +#, c-format +msgid "Attribute notation .%s applied to type %s, which is not a complex type" msgstr "" -#: ../storage/freespace/freespace.c:880 -msgid "insert_fsm_page_entry: entry already exists!" +#: parser/parse_func.c:299 +#, c-format +msgid "Attribute \"%s\" not found in datatype %s" msgstr "" -#: ../storage/freespace/freespace.c:889 -msgid "insert_fsm_page_entry: failed to insert entry!" +#: parser/parse_func.c:342 +msgid "Aggregates may not return sets" msgstr "" -#: ../storage/large_object/inv_api.c:49 -msgid "getbytealen: VARSIZE(data) < VARHDRSZ. This is internal error." +#: parser/parse_func.c:1257 +#, c-format +msgid "No such attribute %s.%s.%s" msgstr "" -#: ../storage/large_object/inv_api.c:75 +#: parser/parse_func.c:1260 #, c-format -msgid "inv_create: large object %u already exists. This is internal error." -msgstr "" +msgid "No such attribute %s.%s" +msgstr "没有 %s.%s 属性" -#: ../storage/large_object/inv_api.c:108 +#: parser/parse_func.c:1287 #, c-format -msgid "inv_create: invalid flags: %d" -msgstr "" +msgid "Function %s(%s) does not exist%s%s" +msgstr "函数 %s(%s) 不存在%s%s" -#: ../storage/large_object/inv_api.c:127 +#: parser/parse_func.c:1293 #, c-format -msgid "inv_open: large object %u not found" -msgstr "" +msgid "%s: function %s(%s) does not exist%s%s" +msgstr "%s: 函数 %s(%s) 不存在%s%s" -#: ../storage/large_object/inv_api.c:145 +#: parser/parse_func.c:1319 #, c-format -msgid "inv_open: invalid flags: %d" -msgstr "" +msgid "%s: aggregate %s(*) does not exist" +msgstr "%s: 聚集函数 %s(*) 不存在" -#: ../storage/large_object/inv_api.c:254 +#: parser/parse_func.c:1322 #, c-format -msgid "inv_getsize: large object %u not found" -msgstr "" +msgid "%s: aggregate %s(%s) does not exist" +msgstr "%s: 聚集函数 %s(%s) 不存在" -#: ../storage/large_object/inv_api.c:267 ../storage/large_object/inv_api.c:272 -#: ../storage/large_object/inv_api.c:280 +#: parser/parse_func.c:1338 #, c-format -msgid "inv_seek: invalid offset: %d" -msgstr "" +msgid "%s: function %s(*) is not an aggregate" +msgstr "%s: 函数 %s(*) 不是一个聚集函数" -#: ../storage/large_object/inv_api.c:285 +#: parser/parse_func.c:1341 #, c-format -msgid "inv_seek: invalid whence: %d" -msgstr "inv_seek: 非法起点: %d" +msgid "%s: function %s(%s) is not an aggregate" +msgstr "%s: 函数 %s(%s) 不是一个聚集函数" -#: ../commands/rename.c:73 +#: parser/parse_node.c:211 #, c-format -msgid "renameatt: class \"%s\" is a system catalog" +msgid "transformArraySubscripts: Cache lookup failed for array type %u" msgstr "" -#: ../commands/rename.c:77 +#: parser/parse_node.c:217 #, c-format -msgid "renameatt: you do not own class \"%s\"" +msgid "transformArraySubscripts: type %s is not an array" msgstr "" -#: ../commands/rename.c:122 +#: parser/parse_node.c:225 #, c-format -msgid "renameatt: can't find catalog entry for inheriting class with oid %u" +msgid "transformArraySubscripts: Cache lookup failed for array element type %u" msgstr "" -#: ../commands/rename.c:142 -#, c-format -msgid "renameatt: attribute \"%s\" does not exist" +#: parser/parse_node.c:282 parser/parse_node.c:302 +msgid "array index expressions must be integers" msgstr "" -#: ../commands/rename.c:145 +#: parser/parse_node.c:321 #, c-format -msgid "renameatt: system attribute \"%s\" not renamed" +msgid "" +"Array assignment requires type %s but expression is of type %s\n" +"\tYou will need to rewrite or cast the expression" msgstr "" -#: ../commands/rename.c:152 +#: parser/parse_node.c:431 #, c-format -msgid "renameatt: attribute \"%s\" exists" -msgstr "" +msgid "make_const: unknown type %d" +msgstr "make_const: 未知类型 %d" -#: ../commands/rename.c:186 +#: parser/parse_oper.c:116 #, c-format -msgid "renamerel: system relation \"%s\" may not be renamed" +msgid "%s: Prefix operator '%s' for type '%s' does not exist" msgstr "" -#: ../commands/rename.c:190 +#: parser/parse_oper.c:120 #, c-format -msgid "" -"renamerel: Illegal class name: \"%s\" -- pg_ is reserved for system catalogs" +msgid "%s: Postfix operator '%s' for type '%s' does not exist" msgstr "" -#: ../catalog/heap.c:941 ../commands/rename.c:207 +#: parser/parse_oper.c:124 #, c-format -msgid "Relation \"%s\" does not exist" +msgid "%s: Operator '%s' for types '%s' and '%s' does not exist" msgstr "" -#: ../commands/rename.c:244 +#: parser/parse_oper.c:166 #, c-format -msgid "renamerel: relation \"%s\" does not exist" +msgid "Unable to identify an equality operator for type %s" msgstr "" -#: ../commands/rename.c:247 +#: parser/parse_oper.c:204 #, c-format -msgid "renamerel: relation \"%s\" exists" +msgid "" +"Unable to identify an ordering operator for type %s\n" +"\tUse an explicit ordering operator or modify the query" msgstr "" -#: ../commands/remove.c:59 ../commands/remove.c:66 +#: parser/parse_oper.c:966 #, c-format -msgid "RemoveOperator: type '%s' does not exist" +msgid "" +"Left hand side of operator '%s' has an unknown type\n" +"\tProbably a bad attribute name" msgstr "" -#: ../commands/remove.c:87 +#: parser/parse_oper.c:971 #, c-format -msgid "RemoveOperator: operator '%s': permission denied" +msgid "" +"Right hand side of operator %s has an unknown type\n" +"\tProbably a bad attribute name" msgstr "" -#: ../commands/remove.c:100 +#: parser/parse_oper.c:975 #, c-format msgid "" -"RemoveOperator: binary operator '%s' taking '%s' and '%s' does not exist" +"Unable to identify an operator '%s' for types '%s' and '%s'\n" +"\tYou will have to retype this query using an explicit cast" msgstr "" -#: ../commands/remove.c:107 +#: parser/parse_oper.c:991 #, c-format -msgid "RemoveOperator: right unary operator '%s' taking '%s' does not exist" +msgid "" +"operand of prefix operator '%s' has an unknown type\n" +"\t(probably an invalid column reference)" msgstr "" -#: ../commands/remove.c:113 +#: parser/parse_oper.c:995 #, c-format -msgid "RemoveOperator: left unary operator '%s' taking '%s' does not exist" +msgid "" +"operand of postfix operator '%s' has an unknown type\n" +"\t(probably an invalid column reference)" msgstr "" -#: ../commands/remove.c:246 +#: parser/parse_oper.c:1002 #, c-format -msgid "RemoveType: type '%s': permission denied" +msgid "" +"Unable to identify a prefix operator '%s' for type '%s'\n" +"\tYou may need to add parentheses or an explicit cast" msgstr "" -#: ../commands/remove.c:255 ../commands/remove.c:270 +#: parser/parse_oper.c:1006 #, c-format -msgid "RemoveType: type '%s' does not exist" +msgid "" +"Unable to identify a postfix operator '%s' for type '%s'\n" +"\tYou may need to add parentheses or an explicit cast" msgstr "" -#: ../catalog/pg_proc.c:99 ../commands/comment.c:647 ../commands/remove.c:299 +#: parser/parse_relation.c:169 parser/parse_relation.c:181 #, c-format -msgid "functions cannot have more than %d arguments" +msgid "Table reference \"%s\" is ambiguous" msgstr "" -#: ../commands/remove.c:317 +#: parser/parse_relation.c:185 #, c-format -msgid "RemoveFunction: type '%s' not found" +msgid "scanNameSpaceForRefname: unexpected node type %d" msgstr "" -#: ../commands/remove.c:323 +#: parser/parse_relation.c:239 parser/parse_relation.c:251 #, c-format -msgid "RemoveFunction: function '%s': permission denied" +msgid "Table reference %u is ambiguous" msgstr "" -#: ../commands/remove.c:341 +#: parser/parse_relation.c:255 +#, fuzzy, c-format +msgid "scanNameSpaceForRelid: unexpected node type %d" +msgstr "sort_inner_and_outer: 未知的连接类型 %d" + +#: parser/parse_relation.c:319 #, c-format -msgid "Removing built-in function \"%s\"" +msgid "checkNameSpaceConflicts: unexpected node type %d" msgstr "" -#: ../commands/remove.c:375 +#: parser/parse_relation.c:342 parser/parse_relation.c:352 #, c-format -msgid "RemoveAggregate: type '%s' does not exist" +msgid "Table name \"%s\" specified more than once" msgstr "" -#: ../commands/remove.c:383 +#: parser/parse_relation.c:373 #, c-format -msgid "RemoveAggregate: aggregate '%s' for all types: permission denied" +msgid "scanNameSpaceForConflict: unexpected node type %d" msgstr "" -#: ../commands/remove.c:386 -#, c-format -msgid "RemoveAggregate: aggregate '%s' for type %s: permission denied" +#: parser/parse_relation.c:408 +msgid "RTERangeTablePosn: RTE not found (internal error)" msgstr "" -#: ../commands/variable.c:112 +#: parser/parse_relation.c:460 parser/parse_relation.c:553 #, c-format -msgid "Syntax error near \"%s\": empty setting" +msgid "Column reference \"%s\" is ambiguous" msgstr "" -#: ../commands/variable.c:139 ../commands/variable.c:173 +#: parser/parse_relation.c:547 #, c-format -msgid "Syntax error near \"%s\"" +msgid "colnameToVar: unexpected node type %d" msgstr "" -#: ../commands/variable.c:149 +#: parser/parse_relation.c:646 parser/parse_relation.c:739 +#: parser/parse_relation.c:832 parser/parse_relation.c:946 #, c-format -msgid "Syntax error near \"=%s\"" +msgid "Table \"%s\" has %d columns available but %d columns specified" msgstr "" -#: ../commands/variable.c:251 -#, c-format -msgid "Bad value for date style (%s)" +#: parser/parse_relation.c:907 +msgid "A column definition list is only allowed for functions returning RECORD" msgstr "" -#: ../commands/variable.c:255 -msgid "Conflicting settings for date" +#: parser/parse_relation.c:916 +msgid "A column definition list is required for functions returning RECORD" msgstr "" -#: ../commands/variable.c:381 ../commands/variable.c:425 +#: parser/parse_relation.c:972 #, c-format -msgid "Unable to set TZ environment variable to %s" +msgid "Too many column aliases specified for function %s" msgstr "" -#: ../commands/variable.c:396 +#: parser/parse_relation.c:993 #, c-format -msgid "Time zone is %s" -msgstr "时区是 %s" - -#: ../commands/variable.c:437 -msgid "Unable to clear TZ environment variable" +msgid "Unknown kind of return type specified for function %s" msgstr "" -#: ../commands/variable.c:460 ../commands/variable.c:492 -msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query" -msgstr "" +#: parser/parse_relation.c:1425 +#, fuzzy, c-format +msgid "expandRTE: unsupported RTE kind %d" +msgstr "pq_sendint: 不支持的尺寸 %d" -#: ../commands/variable.c:470 +#: parser/parse_relation.c:1515 #, c-format -msgid "invalid transaction isolation level: %s" -msgstr "" - -#: ../commands/variable.c:480 -msgid "TRANSACTION ISOLATION LEVEL is SERIALIZABLE" +msgid "Invalid attnum %d for rangetable entry %s" msgstr "" -#: ../commands/variable.c:482 -msgid "TRANSACTION ISOLATION LEVEL is READ COMMITTED" -msgstr "" +#: parser/parse_relation.c:1542 parser/parse_relation.c:1605 +#: parser/parse_relation.c:1683 +#, fuzzy, c-format +msgid "Relation \"%s\" does not have attribute %d" +msgstr "关系 '%s' 不存在" -#: ../commands/variable.c:523 -msgid "Seed for random number generator is unavailable" +#: parser/parse_relation.c:1574 +#, c-format +msgid "Subquery %s does not have attribute %d" msgstr "" -#: ../commands/variable.c:556 ../commands/variable.c:571 +#: parser/parse_relation.c:1655 #, c-format -msgid "Client encoding %s is not supported" +msgid "get_rte_attribute_type: unsupported RTE kind %d" msgstr "" -#: ../commands/variable.c:558 -msgid "No client encoding is specified" +#: parser/parse_relation.c:1716 +#, c-format +msgid "Relation %s does not have attribute %d" msgstr "" -#: ../commands/variable.c:564 +#: parser/parse_relation.c:1732 #, c-format -msgid "Conversion between %s and %s is not supported" +msgid "get_rte_attribute_is_dropped: unsupported RTE kind %d" msgstr "" -#: ../commands/variable.c:579 +#: parser/parse_relation.c:1815 #, c-format -msgid "Current client encoding is %s" +msgid "attnumAttName: invalid attribute number %d" msgstr "" -#: ../commands/variable.c:615 -msgid "SET SERVER_ENCODING is not supported" +#: parser/parse_relation.c:1837 +#, c-format +msgid "attnumTypeId: invalid attribute number %d" msgstr "" -#: ../commands/variable.c:622 +#: parser/parse_relation.c:1864 #, c-format -msgid "Current server encoding is %s" +msgid "Adding missing FROM-clause entry%s for table \"%s\"" msgstr "" -#: ../commands/variable.c:629 -msgid "RESET SERVER_ENCODING is not supported" +#: parser/parse_target.c:62 +msgid "You can't use relation names alone in the target list, try relation.*." msgstr "" -#: ../commands/trigger.c:75 +#: parser/parse_target.c:236 #, c-format -msgid "CreateTrigger: can't create trigger for system relation %s" +msgid "Cannot assign to system attribute '%s'" msgstr "" -#: ../commands/trigger.c:115 -msgid "CreateTrigger: STATEMENT triggers are unimplemented, yet" +#: parser/parse_target.c:298 +#, c-format +msgid "" +"column \"%s\" is of type %s but expression is of type %s\n" +"\tYou will need to rewrite or cast the expression" msgstr "" -#: ../commands/trigger.c:123 -msgid "CreateTrigger: double INSERT event specified" -msgstr "" +#: parser/parse_target.c:371 +#, c-format +msgid "Attribute '%s' specified more than once" +msgstr "属性 '%s' 被指定过多次" -#: ../commands/trigger.c:128 -msgid "CreateTrigger: double DELETE event specified" +#: parser/parse_target.c:406 +#, c-format +msgid "" +"ExpandAllTables: unexpected node (internal error)\n" +"\t%s" msgstr "" -#: ../commands/trigger.c:133 -msgid "CreateTrigger: double UPDATE event specified" +#: parser/parse_target.c:424 +msgid "Wildcard with no tables specified not allowed" msgstr "" -#: ../commands/trigger.c:137 -msgid "CreateTrigger: unknown event specified" +#: parser/parse_type.c:60 +#, c-format +msgid "Improper %%TYPE reference (too few dotted names): %s" msgstr "" -#: ../commands/trigger.c:156 +#: parser/parse_type.c:79 #, c-format -msgid "CreateTrigger: trigger %s already defined on relation %s" +msgid "Improper %%TYPE reference (too many dotted names): %s" msgstr "" -#: ../commands/trigger.c:172 +#: parser/parse_type.c:96 #, c-format -msgid "CreateTrigger: function %s() does not exist" +msgid "%s converted to %s" msgstr "" -#: ../commands/trigger.c:175 +#: parser/parse_type.c:194 parser/parse_type.c:222 +#: utils/cache/lsyscache.c:1286 #, c-format -msgid "CreateTrigger: function %s() must return OPAQUE" +msgid "Type \"%s\" is only a shell" msgstr "" -#: ../commands/trigger.c:189 +#: parser/parse_type.c:247 #, c-format -msgid "CreateTrigger: cache lookup for language %u failed" +msgid "Unable to locate type oid %u in catalog" msgstr "" -#: ../commands/trigger.c:192 -msgid "CreateTrigger: only internal, C and PL functions are supported" +#: parser/parse_type.c:256 +msgid "typeTypeId() called with NULL type struct" msgstr "" -#: ../commands/trigger.c:284 +#: parser/parse_type.c:389 #, c-format -msgid "CreateTrigger: relation %s not found in pg_class" +msgid "typeidOutfunc: Invalid type - oid = %u" msgstr "" -#: ../commands/trigger.c:349 +#: parser/parse_type.c:410 #, c-format -msgid "DropTrigger: there is no trigger %s on relation %s" +msgid "typeidTypeRelid: Invalid type - oid = %u" msgstr "" -#: ../commands/trigger.c:352 -#, c-format -msgid "DropTrigger: found (and deleted) %d triggers %s on relation %s" +#: parser/parse_type.c:447 parser/parse_type.c:462 parser/parse_type.c:464 +#: parser/parse_type.c:470 parser/parse_type.c:476 parser/parse_type.c:480 +#, fuzzy, c-format +msgid "Invalid type name '%s'" +msgstr "无效时区 '%s'" + +#: scan.l:295 +msgid "unterminated /* comment" msgstr "" -#: ../commands/trigger.c:367 -#, c-format -msgid "DropTrigger: relation %s not found in pg_class" +#: scan.l:323 +msgid "unterminated bit string literal" msgstr "" -#: ../commands/trigger.c:437 -#, c-format -msgid "RelationRemoveTriggers: relation %u not found in pg_class" +#: scan.l:342 +msgid "unterminated hexadecimal string literal" msgstr "" -#: ../commands/trigger.c:472 -#, c-format -msgid "" -"DROP TABLE implicitly drops referential integrity trigger from table \"%s\"" +#: scan.l:388 +msgid "unterminated quoted string" msgstr "" -#: ../commands/trigger.c:563 -#, c-format -msgid "RelationBuildTriggers: unexpected record found for rel %s" +#: scan.l:399 +msgid "zero-length delimited identifier" msgstr "" -#: ../commands/trigger.c:593 ../commands/trigger.c:604 +#: scan.l:406 scan.l:562 #, c-format -msgid "RelationBuildTriggers: tgargs IS NULL for rel %s" +msgid "identifier \"%s\" will be truncated to \"%.*s\"" msgstr "" -#: ../commands/trigger.c:626 -#, c-format -msgid "RelationBuildTriggers: %d record(s) not found for rel %s" +#: scan.l:420 +msgid "unterminated quoted identifier" msgstr "" -#: ../commands/trigger.c:885 +#: scan.l:580 #, c-format -msgid "ExecCallTriggerFunc: function %u returned NULL" +msgid "parser: %s at end of input" msgstr "" -#: ../commands/trigger.c:1129 ../executor/execMain.c:1070 -#: ../executor/execMain.c:1342 ../executor/execMain.c:1475 -msgid "Can't serialize access due to concurrent update" +#: scan.l:582 +#, c-format +msgid "parser: %s at or near \"%s\" at character %d" msgstr "" -#: ../commands/trigger.c:1152 ../executor/execMain.c:1091 -#, c-format -msgid "Unknown status %u from heap_mark4update" +#: /usr/share/bison/bison.simple:179 +msgid "parse error: cannot back up" msgstr "" -#: ../commands/trigger.c:1164 -msgid "GetTupleForTrigger: failed ReadBuffer" +#: gram.y:957 gram.y:974 +msgid "Time zone interval must be HOUR or HOUR TO MINUTE" msgstr "" -#: ../commands/trigger.c:1348 +#: gram.y:968 gram.y:4990 gram.y:6954 utils/adt/timestamp.c:674 #, c-format -msgid "deferredTriggerGetPreviousEvent: event for tuple %s not found" +msgid "INTERVAL(%d) precision must be between %d and %d" msgstr "" -#: ../commands/trigger.c:1395 -msgid "DeferredTriggerExecute: failed to fetch old tuple" +#: gram.y:1415 gram.y:1421 gram.y:4397 gram.y:4404 +msgid "GLOBAL TEMPORARY TABLE is not currently supported" msgstr "" -#: ../commands/trigger.c:1403 -msgid "DeferredTriggerExecute: failed to fetch new tuple" +#: gram.y:1459 +#, c-format +msgid "CREATE TABLE / COLLATE %s not yet implemented; clause ignored" msgstr "" -#: ../commands/trigger.c:1424 -#, c-format -msgid "DeferredTriggerExecute: can't find trigger %u" +#: gram.y:1643 +#, fuzzy +msgid "LIKE in table definitions not yet supported" +msgstr "不支持单位为 '%s' 的时间间隔" + +#: gram.y:1747 +msgid "FOREIGN KEY/MATCH PARTIAL not yet implemented" msgstr "" -#: ../commands/trigger.c:1622 -msgid "DeferredTriggerBeginXact() called while inside transaction" +#: gram.y:1827 +msgid "CREATE TABLE AS may not specify INTO" msgstr "" -#: ../commands/trigger.c:1836 -msgid "unnamed constraints cannot be set explicitly" +#: gram.y:2216 +#, fuzzy +msgid "CREATE ASSERTION is not yet supported" +msgstr "CREATE VERSION 实现得不正确" + +#: gram.y:2230 +msgid "DROP ASSERTION is not yet supported" msgstr "" -#: ../commands/trigger.c:1887 -#, c-format -msgid "Constraint '%s' is not deferrable" +#: gram.y:3060 +msgid "CREATE FUNCTION / OUT parameters are not supported" msgstr "" -#: ../commands/trigger.c:1902 -#, c-format -msgid "Constraint '%s' does not exist" +#: gram.y:3066 +msgid "CREATE FUNCTION / INOUT parameters are not supported" msgstr "" -#: ../commands/trigger.c:2020 -msgid "DeferredTriggerSaveEvent() called outside of transaction" +#: gram.y:3218 +msgid "parser: argument type missing (use NONE for unary operators)" msgstr "" -#: ../commands/trigger.c:2184 ../commands/trigger.c:2191 -#: ../commands/trigger.c:2225 +#: gram.y:3745 #, c-format -msgid "triggered data change violation on relation \"%s\"" +msgid "CREATE DOMAIN / COLLATE %s not yet implemented; clause ignored" msgstr "" -#: ../commands/command.c:114 -msgid "PerformPortalFetch: missing portal name" +#: gram.y:4483 +msgid "" +"LIMIT #,# syntax not supported.\n" +"\tUse separate LIMIT and OFFSET clauses." msgstr "" -#: ../commands/command.c:124 -#, c-format -msgid "PerformPortalFetch: portal \"%s\" not found" +#: gram.y:4499 +msgid "LIMIT must not be negative" msgstr "" -#: ../commands/command.c:244 -msgid "PerformPortalClose: missing portal name" +#: gram.y:4537 +msgid "OFFSET must not be negative" msgstr "" -#: ../commands/command.c:254 -#, c-format -msgid "PerformPortalClose: portal \"%s\" not found" +#: gram.y:4679 +msgid "" +"sub-SELECT in FROM must have an alias\n" +"\tFor example, FROM (SELECT ...) [AS] foo" msgstr "" -#: ../commands/command.c:326 ../commands/command.c:538 -#: ../commands/command.c:707 ../commands/command.c:1043 -#: ../commands/command.c:1179 ../commands/command.c:1773 -#: ../commands/command.c:1842 ../commands/command.c:1920 -msgid "ALTER TABLE: permission denied" +#: gram.y:5084 +msgid "precision for FLOAT must be at least 1" msgstr "" -#: ../commands/command.c:335 ../commands/command.c:543 -#: ../commands/command.c:712 ../commands/command.c:1053 -#: ../commands/command.c:1930 -#, c-format -msgid "ALTER TABLE: relation \"%s\" is not a table" +#: gram.y:5091 +msgid "precision for FLOAT must be less than 16" msgstr "" -#: ../commands/command.c:345 -msgid "Can't add a NOT NULL attribute to an existing relation" +#: gram.y:5104 gram.y:5117 +#, c-format +msgid "NUMERIC precision %d must be between 1 and %d" msgstr "" -#: ../commands/command.c:348 -msgid "Adding columns with defaults is not implemented." +#: gram.y:5108 +#, c-format +msgid "NUMERIC scale %d must be between 0 and precision %d" msgstr "" -#: ../commands/command.c:400 ../commands/command.c:1073 -#: ../commands/command.c:1858 ../commands/command.c:1944 +#: gram.y:5134 gram.y:5147 #, c-format -msgid "ALTER TABLE: relation \"%s\" not found" +msgid "DECIMAL precision %d must be between 1 and %d" msgstr "" -#: ../commands/command.c:406 +#: gram.y:5138 #, c-format -msgid "ALTER TABLE: relations limited to %d columns" +msgid "DECIMAL scale %d must be between 0 and precision %d" msgstr "" -#: ../commands/command.c:438 +#: gram.y:5195 gram.y:5269 #, c-format -msgid "ALTER TABLE: column name \"%s\" already exists in table \"%s\"" +msgid "length for type '%s' must be at least 1" msgstr "" -#: ../commands/command.c:459 +#: gram.y:5198 gram.y:5272 #, c-format -msgid "ALTER TABLE: type \"%s\" does not exist" +msgid "length for type '%s' cannot exceed %d" msgstr "" -#: ../commands/command.c:590 ../commands/command.c:764 +#: gram.y:5349 #, c-format -msgid "ALTER TABLE: relation \"%s\" has no column \"%s\"" +msgid "TIMESTAMP(%d)%s precision must be between %d and %d" msgstr "" -#: ../commands/command.c:768 +#: gram.y:5381 #, c-format -msgid "ALTER TABLE: cannot change system attribute \"%s\"" +msgid "TIME(%d)%s precision must be between %d and %d" msgstr "" -#: ../commands/command.c:950 -msgid "target column is used in a constraint" +#: gram.y:5523 gram.y:7512 gram.y:7564 +msgid "Unequal number of entries in row expression" msgstr "" -#: ../commands/command.c:985 -msgid "target column is used in an index" +#: gram.y:5936 +msgid "UNIQUE predicate is not yet implemented" msgstr "" -#: ../commands/command.c:1030 -msgid "ALTER TABLE / DROP COLUMN with inherit option is not supported yet" +#: gram.y:6165 +#, c-format +msgid "CURRENT_TIME(%d) precision must be between %d and %d" msgstr "" -#: ../commands/command.c:1063 -msgid "ALTER TABLE: cannot drop a column on table that is inherited from" +#: gram.y:6210 +#, c-format +msgid "CURRENT_TIMESTAMP(%d) precision must be between %d and %d" msgstr "" -#: ../commands/command.c:1084 ../commands/command.c:1955 -msgid "couldn't lock pg_class tuple" +#: gram.y:6255 +#, c-format +msgid "LOCALTIME(%d) precision must be between %d and %d" msgstr "" -#: ../commands/command.c:1099 +#: gram.y:6300 #, c-format -msgid "ALTER TABLE: column name \"%s\" doesn't exist in table \"%s\"" +msgid "LOCALTIMESTAMP(%d) precision must be between %d and %d" msgstr "" -#: ../commands/command.c:1105 -#, c-format -msgid "ALTER TABLE: column name \"%s\" was already dropped" +#: gram.y:7385 +msgid "OLD used in non-rule query" msgstr "" -#: ../commands/command.c:1114 -msgid "the column is referenced" +#: gram.y:7392 +msgid "NEW used in non-rule query" msgstr "" -#: ../commands/command.c:1161 -msgid "ALTER TABLE / DROP COLUMN is not implemented" +#: /usr/share/bison/bison.simple:795 +msgid "parse error; also virtual memory exhausted" msgstr "" -#: ../commands/command.c:1175 -msgid "ALTER TABLE / ADD CONSTRAINT passed invalid constraint." +#: /usr/share/bison/bison.simple:799 +#, fuzzy +msgid "parse error" +msgstr "分析树:" + +#: /usr/share/bison/bison.simple:924 +msgid "parser stack overflow" msgstr "" -#: ../commands/command.c:1184 +#: gram.y:7546 #, c-format -msgid "ALTER TABLE ADD CONSTRAINT: %s is not a table" +msgid "Operator '%s' not implemented for row expressions" msgstr "" -#: ../commands/command.c:1223 -msgid "ALTER TABLE: cannot add constraint to a view" +#: gram.y:7619 +msgid "Wrong number of parameters on left side of OVERLAPS expression" msgstr "" -#: ../commands/command.c:1251 -#, c-format -msgid "CHECK '%s' does not yield boolean result" +#: gram.y:7624 +msgid "Wrong number of parameters on right side of OVERLAPS expression" msgstr "" -#: ../commands/command.c:1259 -#, c-format -msgid "Only relation '%s' can be referenced in CHECK" +#: gram.y:7661 +msgid "Multiple ORDER BY clauses not allowed" +msgstr "不允许多个 ORDER BY 子句" + +#: gram.y:7667 +msgid "Multiple FOR UPDATE clauses not allowed" +msgstr "不允许多个 FOR UPDATE 子句" + +#: gram.y:7673 +msgid "Multiple OFFSET clauses not allowed" +msgstr "不允许多个 OFFSET 子句" + +#: gram.y:7679 +msgid "Multiple LIMIT clauses not allowed" +msgstr "不允许多个 LIMIT 子句" + +#: port/ipc_test.c:93 storage/ipc/ipc.c:171 +msgid "Out of on_shmem_exit slots" msgstr "" -#: ../commands/command.c:1300 -#, c-format -msgid "AlterTableAddConstraint: rejected due to CHECK constraint %s" +#: port/posix_sema.c:168 port/sysv_sema.c:319 port/pg_sema.c:319 +msgid "Out of memory in PGReserveSemaphores" msgstr "" -#: ../commands/command.c:1421 -#, c-format -msgid "ALTER TABLE/ADD CONSTRAINT: Index \"%u\" not found" +#: port/posix_sema.c:205 port/sysv_sema.c:358 port/pg_sema.c:358 +msgid "PGSemaphoreCreate: too many semaphores created" msgstr "" -#: ../commands/command.c:1455 +#: port/beos/sem.c:158 +msgid "beos : semctl error : GETNCNT not implemented" +msgstr "beos : semctl 错误 : GETNCNT 尚未实现" + +#: port/beos/sem.c:173 +msgid "beos : semctl error : unknown flag" +msgstr "beos : semctl 错误 : 未知标志" + +#: port/beos/support.c:45 +msgid "Error loading BeOS support server : can't create communication ports" +msgstr "装载 BeOS 支持服务器错误 : 无法创建通讯端口" + +#: port/beos/support.c:71 +msgid "Can't load this add-on " +msgstr "无法装载这个附件 " + +#: port/beos/support.c:95 +msgid "Can't load this add-on : map text error" +msgstr "无法装载这个附件 : 文本映射错误" + +#: port/beos/support.c:111 +msgid "Can't load this add-on : map data error" +msgstr "无法装载这个附件 : 数据映射错误" + +#: port/beos/support.c:129 #, c-format -msgid "ALTER TABLE/ADD CONSTRAINT: Key \"%u[%u]\" not found" -msgstr "" +msgid "loading symbol '%s' failed " +msgstr "装入符号 %s 失败" + +#: port/dynloader.c:35 port/dynloader/linux.c:35 +msgid "dynamic load not supported" +msgstr "不支持动态装载" + +#: port/dynloader.c:71 port/dynloader/bsdi.c:59 port/dynloader/linux.c:71 +msgid "dld: Cannot link C library!" +msgstr "dld: 无法链接 C 库!" + +#: port/dynloader.c:78 port/dynloader/bsdi.c:66 port/dynloader/linux.c:78 +msgid "dld: Cannot link math library!" +msgstr "dld: 无法链接数学库!" + +#: port/dynloader.c:87 port/dynloader/bsdi.c:75 port/dynloader/linux.c:87 +msgid "dld: Undefined:" +msgstr "dld: 未定义:" -#: ../commands/command.c:1471 +#: port/dynloader.c:90 port/dynloader/bsdi.c:78 port/dynloader/linux.c:90 +#: port/dynloader/ultrix4.c:61 #, c-format -msgid "Unique primary key already defined on relation \"%s\"" -msgstr "" +msgid " %s" +msgstr " %s" + +#: port/dynloader/beos.c:55 +msgid "add-on not loaded correctly" +msgstr "附件没有正确装载" -#: ../commands/command.c:1473 +#: port/dynloader/beos.c:66 +msgid "error while unloading add-on" +msgstr "卸载附件时出错" + +#: port/dynloader/ultrix4.c:58 +msgid "dl: Undefined:" +msgstr "dl: 未定义:" + +#: postmaster/pgstat.c:178 +#, fuzzy, c-format +msgid "PGSTAT: socket() failed: %m" +msgstr "pq_flush: send() 失败: %m" + +#: postmaster/pgstat.c:192 #, c-format -msgid "" -"Unique constraint already defined on the specified attributes in relation \"%" -"s\"" +msgid "PGSTAT: bind(127.0.0.1) failed: %m" msgstr "" -#: ../commands/command.c:1487 +#: postmaster/pgstat.c:197 #, c-format -msgid "ALTER TABLE/ADD UNIQUE will create implicit index '%s' for table '%s'" +msgid "PGSTAT: getsockname() failed: %m" msgstr "" -#: ../commands/command.c:1490 -#, c-format -msgid "" -"Unique constraint supercedes existing index on relation \"%s\". Drop the " -"existing index to remove redundancy." +#: postmaster/pgstat.c:209 +#, fuzzy, c-format +msgid "PGSTAT: connect() failed: %m" +msgstr "pq_eof: recv() 失败: %m" + +#: postmaster/pgstat.c:221 +#, fuzzy, c-format +msgid "PGSTAT: fcntl() failed: %m" +msgstr "pq_eof: recv() 失败: %m" + +#: postmaster/pgstat.c:230 postmaster/pgstat.c:1158 +#, fuzzy, c-format +msgid "PGSTAT: pipe() failed: %m" +msgstr "pq_eof: recv() 失败: %m" + +#: postmaster/pgstat.c:273 +msgid "PGSTAT: statistics collector startup skipped" msgstr "" -#: ../commands/command.c:1499 -msgid "" -"ALTER TABLE / ADD CONSTRAINT is not implemented for that constraint type." +#: postmaster/pgstat.c:296 postmaster/pgstat.c:1165 +#, fuzzy, c-format +msgid "PGSTAT: fork() failed: %m" +msgstr "fork 失败: %s" + +#: postmaster/pgstat.c:697 +msgid "Only database superusers can reset statistic counters" msgstr "" -#: ../commands/command.c:1528 -msgid "" -"ALTER TABLE / ADD CONSTRAINT: Unable to reference temporary table from " -"permanent table constraint." +#: postmaster/pgstat.c:764 postmaster/pgstat.c:773 postmaster/pgstat.c:820 +#: postmaster/pgstat.c:830 +msgid "PGSTATBE: malloc() failed" msgstr "" -#: ../commands/command.c:1537 -#, c-format -msgid "referenced table \"%s\" not a relation" +#: postmaster/pgstat.c:1219 +msgid "PGSTAT: Creation of dead backend hash table failed" msgstr "" -#: ../commands/command.c:1549 -#, c-format -msgid "referencing table \"%s\" not a relation" +#: postmaster/pgstat.c:1230 +msgid "PGSTAT: Allocation of backend table failed" msgstr "" -#: ../commands/command.c:1570 ../parser/analyze.c:2974 -#: ../parser/analyze.c:3071 -#, c-format -msgid "transformFkeyGetPrimaryKey: index %u not found" +#: postmaster/pgstat.c:1294 +#, fuzzy, c-format +msgid "PGSTAT: select() failed: %m" +msgstr "ServerLoop: select 失败: %s" + +#: postmaster/pgstat.c:1334 +#, fuzzy, c-format +msgid "PGSTAT: read() failed: %m" +msgstr "pq_eof: recv() 失败: %m" + +#: postmaster/pgstat.c:1352 +msgid "PGSTAT: bogus message length" msgstr "" -#: ../commands/command.c:1625 ../parser/analyze.c:1421 -#: ../parser/analyze.c:3020 +#: postmaster/pgstat.c:1502 #, c-format -msgid "" -"UNIQUE constraint matching given keys for referenced table \"%s\" not found" +msgid "PGSTATBUFF: fcntl() failed: %m" msgstr "" -#: ../commands/command.c:1664 ../parser/analyze.c:1280 -msgid "columns referenced in foreign key constraint not found." +#: postmaster/pgstat.c:1512 +msgid "PGSTATBUFF: malloc() failed" msgstr "" -#: ../commands/command.c:1751 -msgid "" -"ALTER TABLE / ADD CONSTRAINT unable to determine type of constraint passed" +#: postmaster/pgstat.c:1539 +msgid "PGSTATBUFF: Warning - receive buffer full" msgstr "" -#: ../commands/command.c:1779 -msgid "ALTER TABLE / DROP CONSTRAINT does not support the CASCADE keyword" -msgstr "" +#: postmaster/pgstat.c:1570 +#, fuzzy, c-format +msgid "PGSTATBUFF: select() failed: %m" +msgstr "ServerLoop: select 失败: %s" -#: ../commands/command.c:1790 +#: postmaster/pgstat.c:1586 +#, fuzzy, c-format +msgid "PGSTATBUFF: recvfrom() failed: %m" +msgstr "pq_eof: recv() 失败: %m" + +#: postmaster/pgstat.c:1661 +#, fuzzy, c-format +msgid "PGSTATBUFF: write() failed: %m" +msgstr "pq_eof: recv() 失败: %m" + +#: postmaster/pgstat.c:1714 #, c-format -msgid "ALTER TABLE / DROP CONSTRAINT: %s is not a table" +msgid "PGSTAT: Invalid backend ID %d" msgstr "" -#: ../commands/command.c:1818 -#, c-format -msgid "ALTER TABLE / DROP CONSTRAINT: %s does not exist" +#: postmaster/pgstat.c:1770 +msgid "PGSTAT: DB hash table out of memory - abort" msgstr "" -#: ../commands/command.c:1822 -msgid "Multiple constraints dropped" +#: postmaster/pgstat.c:1799 postmaster/pgstat.c:2214 postmaster/pgstat.c:2221 +msgid "PGSTAT: failed to initialize hash table for new database entry" msgstr "" -#: ../commands/command.c:1870 -#, c-format -msgid "ALTER TABLE: relation \"%s\" is not a table, index, view, or sequence" +#: postmaster/pgstat.c:1851 +msgid "PGSTAT: dead backend hash table out of memory" msgstr "" -#: ../commands/command.c:1973 -#, c-format -msgid "ALTER TABLE: relation \"%s\" already has a toast table" +#: postmaster/pgstat.c:1898 +#, fuzzy, c-format +msgid "PGSTAT: cannot open temp stats file %s: %m" +msgstr "无法创建文件 %s: %s" + +#: postmaster/pgstat.c:1924 +msgid "PGSTAT: database hash table corrupted during cleanup - abort" msgstr "" -#: ../commands/command.c:1990 +#: postmaster/pgstat.c:1960 #, c-format -msgid "ALTER TABLE: relation \"%s\" does not need a toast table" +msgid "" +"PGSTAT: tables hash table for database %d corrupted during cleanup - abort" msgstr "" -#: ../commands/command.c:2168 +#: postmaster/pgstat.c:2007 #, c-format -msgid "LOCK TABLE: %s is not a table" +msgid "PGSTAT: Error closing temp stats file %s: %m" msgstr "" -#: ../commands/command.c:2179 -msgid "LOCK TABLE: permission denied" +#: postmaster/pgstat.c:2014 +#, fuzzy, c-format +msgid "PGSTAT: Cannot rename temp stats file %s: %m" +msgstr "无法创建文件 %s: %s" + +#: postmaster/pgstat.c:2035 +msgid "PGSTAT: dead backend hash table corrupted during cleanup - abort" msgstr "" -#: ../commands/comment.c:112 -#, c-format -msgid "An attempt was made to comment on a unknown type: %d" +#: postmaster/pgstat.c:2100 postmaster/pgstat.c:2104 +msgid "PGSTAT: Creation of DB hash table failed" msgstr "" -#: ../commands/comment.c:332 ../commands/comment.c:404 -#, c-format -msgid "you are not permitted to comment on class '%s'" +#: postmaster/pgstat.c:2142 postmaster/pgstat.c:2148 postmaster/pgstat.c:2177 +#: postmaster/pgstat.c:2183 postmaster/pgstat.c:2248 postmaster/pgstat.c:2254 +#: postmaster/pgstat.c:2287 postmaster/pgstat.c:2293 postmaster/pgstat.c:2316 +#: postmaster/pgstat.c:2322 postmaster/pgstat.c:2370 postmaster/pgstat.c:2376 +#: postmaster/pgstat.c:2411 postmaster/pgstat.c:2417 +msgid "PGSTAT: corrupted pgstat.stat file" msgstr "" -#: ../commands/comment.c:355 -#, c-format -msgid "relation '%s' is not an index" +#: postmaster/pgstat.c:2164 postmaster/pgstat.c:2170 +msgid "PGSTAT: DB hash table out of memory" msgstr "" -#: ../commands/comment.c:359 -#, c-format -msgid "relation '%s' is not a table" +#: postmaster/pgstat.c:2273 postmaster/pgstat.c:2279 +msgid "PGSTAT: Tab hash table out of memory" msgstr "" -#: ../commands/comment.c:363 +#: postmaster/pgstat.c:2526 #, c-format -msgid "relation '%s' is not a view" +msgid "PGSTAT: tables hash table out of memory for database %d - abort" msgstr "" -#: ../commands/comment.c:367 -#, c-format -msgid "relation '%s' is not a sequence" +#: postmaster/pgstat.c:2706 +msgid "PGSTAT: failed to reinitialize hash table for database entry" msgstr "" -#: ../commands/comment.c:414 +#: postmaster/postmaster.c:329 #, c-format -msgid "'%s' is not an attribute of class '%s'" -msgstr "" +msgid "data directory %s was not found" +msgstr "未找到数据目录 %s" -#: ../commands/comment.c:458 +#: postmaster/postmaster.c:331 #, c-format -msgid "database '%s' does not exist" +msgid "could not read permissions of directory %s: %m" msgstr "" -#: ../commands/comment.c:464 +#: postmaster/postmaster.c:336 #, c-format -msgid "you are not permitted to comment on database '%s'" +msgid "" +"data directory %s has group or world access; permissions should be u=rwx " +"(0700)" msgstr "" -#: ../commands/comment.c:500 +#: postmaster/postmaster.c:349 #, c-format -msgid "you are not permitted to comment on rule '%s'" +msgid "" +"%s does not find the database system.\n" +"Expected to find it in the PGDATA directory \"%s\",\n" +"but unable to open file \"%s\": %s\n" +"\n" msgstr "" +"%s 未找到数据库系统.\n" +"预期在 PGDATA 目录 \"%s\" 找到,\n" +"但是无法打开文件 \"%s\": %s\n" +"\n" + +#: postmaster/postmaster.c:434 +msgid "Assert checking is not compiled in." +msgstr "没有把断言检查编译到程序里." -#: ../commands/comment.c:509 +#: postmaster/postmaster.c:540 tcop/postgres.c:1575 #, c-format -msgid "rule '%s' does not exist" -msgstr "" +msgid "--%s requires argument" +msgstr "--%s 需要参数" -#: ../commands/comment.c:542 +#: postmaster/postmaster.c:542 tcop/postgres.c:1577 #, c-format -msgid "you are not permitted to comment on type '%s'" -msgstr "" +msgid "-c %s requires argument" +msgstr "-c %s 需要参数" -#: ../commands/comment.c:551 ../commands/comment.c:585 +#: postmaster/postmaster.c:553 postmaster/postmaster.c:564 +#: postmaster/postmaster.c:641 #, c-format -msgid "type '%s' does not exist" -msgstr "" +msgid "Try '%s --help' for more information.\n" +msgstr "用 '%s --help' 获取更多的信息.\n" -#: ../commands/comment.c:595 +#: postmaster/postmaster.c:563 #, c-format -msgid "you are not permitted to comment on aggregate '%s' for all types" +msgid "invalid argument -- %s" +msgstr "无效参数 -- %s" + +#: postmaster/postmaster.c:587 +msgid "" +"The number of buffers (-B) must be at least twice the number of allowed " +"connections (-N) and at least 16." +msgstr "缓冲区的数量 (-B) 必须至少是允许的联接数 (-N)的两倍并且至少为 16." + +#: postmaster/postmaster.c:593 +msgid "superuser_reserved_connections must be less than max_connections." msgstr "" -#: ../commands/comment.c:598 -#, c-format -msgid "you are not permitted to comment on aggregate '%s' for type %s" +#: postmaster/postmaster.c:602 +msgid "Invalid datetoken tables, please fix." msgstr "" -#: ../commands/comment.c:664 +#: postmaster/postmaster.c:620 #, c-format -msgid "CommentProc: type '%s' not found" +msgid "%s: PostmasterMain: initial environ dump:" msgstr "" -#: ../commands/comment.c:671 -#, c-format -msgid "you are not permitted to comment on function '%s'" +#: postmaster/postmaster.c:621 postmaster/postmaster.c:624 +msgid "-----------------------------------------" msgstr "" -#: ../commands/comment.c:734 +#: postmaster/postmaster.c:623 postmaster/postmaster.c:2325 #, c-format -msgid "left type '%s' does not exist" +msgid "\t%s" msgstr "" -#: ../commands/comment.c:743 +#: postmaster/postmaster.c:631 tcop/postgres.c:1720 #, c-format -msgid "right type '%s' does not exist" +msgid "%s: could not locate executable, bailing out..." +msgstr "%s: 无法定位可执行文件, 退出..." + +#: postmaster/postmaster.c:640 +msgid "For SSL, TCP/IP connections must be enabled." +msgstr "对于 SSL 而言, 必须打开 TCP/IP 联接." + +#: postmaster/postmaster.c:689 +msgid "IPv6 support disabled --- perhaps the kernel does not support IPv6" msgstr "" -#: ../commands/comment.c:755 -#, c-format -msgid "operator '%s' is of an illegal type'" +#: postmaster/postmaster.c:697 +msgid "cannot create INET stream port" +msgstr "无法创建 INET 流端口" + +#: postmaster/postmaster.c:702 +msgid "IPv4 socket created" msgstr "" -#: ../commands/comment.c:765 +#: postmaster/postmaster.c:714 +msgid "cannot create UNIX stream port" +msgstr "无法创建 UNIX 流端口" + +#: postmaster/postmaster.c:834 #, c-format -msgid "operator '%s' does not exist" -msgstr "" +msgid "fork failed: %s" +msgstr "fork 失败: %s" -#: ../commands/comment.c:772 +#: postmaster/postmaster.c:856 #, c-format -msgid "you are not permitted to comment on operator '%s'" -msgstr "" +msgid "cannot disassociate from controlling TTY: %s" +msgstr "无法与控制 TTY: %s 断开联系" -#: ../commands/comment.c:780 +#: postmaster/postmaster.c:876 #, c-format -msgid "operator '%s' does not have an underlying function" +msgid "" +"%s is the PostgreSQL server.\n" +"\n" msgstr "" +"%s 是 PostgreSQL 服务器.\n" +"\n" -#: ../commands/comment.c:813 +#: postmaster/postmaster.c:877 #, c-format -msgid "you are not permitted to comment on trigger '%s' %s '%s'" +msgid "" +"Usage:\n" +" %s [OPTION]...\n" +"\n" msgstr "" +"用法:\n" +" %s [选项]...\n" +"\n" + +#: postmaster/postmaster.c:878 +msgid "Options:\n" +msgstr "选项:\n" + +#: postmaster/postmaster.c:880 +msgid " -A 1|0 enable/disable run-time assert checking\n" +msgstr " -A 1|0 打开/关闭运行时断言检查\n" -#: ../commands/comment.c:832 +#: postmaster/postmaster.c:882 #, c-format -msgid "trigger '%s' defined for relation '%s' does not exist" -msgstr "" +msgid " -B NBUFFERS number of shared buffers (default %d)\n" +msgstr " -B 缓冲区数量 共享缓冲区的数量 (缺省是 %d)\n" + +#: postmaster/postmaster.c:883 +msgid " -c NAME=VALUE set run-time parameter\n" +msgstr " -c 名字=数值 设置运行时参数\n" + +#: postmaster/postmaster.c:884 +msgid " -d 1-5 debugging level\n" +msgstr " -d 1-5 调试级别\n" + +#: postmaster/postmaster.c:885 +msgid " -D DATADIR database directory\n" +msgstr " -D 数据目录 数据库目录\n" + +#: postmaster/postmaster.c:886 +msgid " -F turn fsync off\n" +msgstr " -F 关闭 fsync\n" + +#: postmaster/postmaster.c:887 +msgid " -h HOSTNAME host name or IP address to listen on\n" +msgstr " -h 主机名 侦听的主机名或者 IP 地址\n" + +#: postmaster/postmaster.c:888 +msgid " -i enable TCP/IP connections\n" +msgstr " -i 打开 TCP/IP 联接\n" + +#: postmaster/postmaster.c:889 +msgid " -k DIRECTORY Unix-domain socket location\n" +msgstr " -k 目录 Unix 域套接字的位置\n" + +#: postmaster/postmaster.c:891 +msgid " -l enable SSL connections\n" +msgstr " -l 打开 SSL 联接\n" -#: ../commands/explain.c:54 +#: postmaster/postmaster.c:893 #, c-format -msgid "(transaction aborted): %s" -msgstr "" +msgid " -N MAX-CONNECT maximum number of allowed connections (default %d)\n" +msgstr " -N 最大联接 允许建立的最大联接数目 (缺省是 %d)\n" -#: ../commands/explain.c:62 -msgid "Utility statements have no plan structure" -msgstr "" +#: postmaster/postmaster.c:895 +msgid " -o OPTIONS pass 'OPTIONS' to each backend server\n" +msgstr " -o 选项 把'选项'传递给每一个后端服务器\n" -#: ../commands/explain.c:72 -msgid "Query rewrites to nothing" -msgstr "" +#: postmaster/postmaster.c:896 +#, c-format +msgid " -p PORT port number to listen on (default %d)\n" +msgstr " -p PORT 侦听的端口号 (缺省是 %d)\n" -#: ../commands/explain.c:97 +#: postmaster/postmaster.c:897 msgid "" -"QUERY PLAN:\n" -"\n" -"NOTIFY\n" -msgstr "" +" -S silent mode (start in background without logging output)\n" +msgstr " -S 安静模式(后端启动之后不再记录日志输出)\n" + +#: postmaster/postmaster.c:898 +msgid " --help show this help, then exit\n" +msgstr " --help 显示此帮助信息, 然后退出\n" -#: ../commands/explain.c:99 +#: postmaster/postmaster.c:899 +msgid " --version output version information, then exit\n" +msgstr " --version 输出版本信息, 然后退出\n" + +#: postmaster/postmaster.c:901 msgid "" -"QUERY PLAN:\n" "\n" -"UTILITY\n" +"Developer options:\n" msgstr "" +"\n" +"开发人员选项:\n" -#: ../commands/explain.c:155 -#, c-format +#: postmaster/postmaster.c:902 msgid "" -"QUERY DUMP:\n" -"\n" -"%s" -msgstr "" +" -n do not reinitialize shared memory after abnormal exit\n" +msgstr " -n 在异常退出之后不再重新初始化共享内存\n" -#: ../commands/explain.c:168 -#, c-format +#: postmaster/postmaster.c:903 +msgid " -s send SIGSTOP to all backend servers if one dies\n" +msgstr " -s 如果一个后端退出, 那么向所有后端发送 SIGSTOP\n" + +#: postmaster/postmaster.c:905 msgid "" -"QUERY PLAN:\n" "\n" -"%s" +"Please read the documentation for the complete list of run-time\n" +"configuration settings and how to set them on the command line or in\n" +"the configuration file.\n" +"\n" +"Report bugs to <pgsql-bugs@postgresql.org>.\n" msgstr "" +"\n" +"请阅读文档获取运行时配置设置的完整列表\n" +"以及如何在命令行或者在配置文件里设置它们的详细信息.\n" +"\n" +"请向 <pgsql-bugs@postgresql.org> 报告臭虫.\n" -#: ../commands/dbcommands.c:84 ../commands/dbcommands.c:316 -msgid "current user name is invalid" -msgstr "" +#: postmaster/postmaster.c:987 +#, c-format +msgid "ServerLoop: select failed: %m" +msgstr "ServerLoop: select 失败: %m" -#: ../commands/dbcommands.c:87 -msgid "CREATE DATABASE: permission denied" -msgstr "" +#: postmaster/postmaster.c:1113 postmaster/postmaster.c:1128 +msgid "incomplete startup packet" +msgstr "不完整的启动包" -#: ../commands/dbcommands.c:91 -msgid "CREATE DATABASE: may not be called in a transaction block" -msgstr "" +#: postmaster/postmaster.c:1121 +msgid "invalid length of startup packet" +msgstr "无效的启动包长度" -#: ../commands/dbcommands.c:102 ../commands/dbcommands.c:232 +#: postmaster/postmaster.c:1161 #, c-format -msgid "CREATE DATABASE: database \"%s\" already exists" +msgid "failed to send SSL negotiation response: %m" +msgstr "发送 SSL 协商响应失败: %m" + +#: postmaster/postmaster.c:1183 +msgid "unsupported frontend protocol" msgstr "" -#: ../commands/dbcommands.c:114 +#: postmaster/postmaster.c:1210 +msgid "no PostgreSQL user name specified in startup packet" +msgstr "在启动包中没有指定 PostgreSQL 用户名" + +#: postmaster/postmaster.c:1243 +msgid "The database system is starting up" +msgstr "数据库系统启动中" + +#: postmaster/postmaster.c:1246 +msgid "The database system is shutting down" +msgstr "数据库系统停止中" + +#: postmaster/postmaster.c:1249 +msgid "The database system is in recovery mode" +msgstr "数据库系统在恢复模式中" + +#: postmaster/postmaster.c:1252 storage/ipc/sinval.c:52 +#: storage/lmgr/proc.c:219 +msgid "Sorry, too many clients already" +msgstr "对不起, 已经有太多的客户" + +#: postmaster/postmaster.c:1282 #, c-format -msgid "CREATE DATABASE: template \"%s\" does not exist" +msgid "processCancelRequest: CheckPointPID in cancel request for process %d" msgstr "" -#: ../commands/dbcommands.c:124 +#: postmaster/postmaster.c:1296 #, c-format -msgid "CREATE DATABASE: permission to copy \"%s\" denied" +msgid "processing cancel request: sending SIGINT to process %d" msgstr "" -#: ../commands/dbcommands.c:143 +#: postmaster/postmaster.c:1302 #, c-format -msgid "" -"CREATE DATABASE: source database \"%s\" is being accessed by other users" +msgid "bad key in cancel request for process %d" msgstr "" -#: ../commands/dbcommands.c:152 -msgid "CREATE DATABASE: invalid backend encoding" +#: postmaster/postmaster.c:1309 +#, c-format +msgid "bad pid in cancel request for process %d" msgstr "" -#: ../commands/dbcommands.c:171 ../commands/dbcommands.c:173 -#: ../commands/dbcommands.c:175 -msgid "database path may not contain single quotes" +#: postmaster/postmaster.c:1352 +msgid "ConnCreate: malloc failed" msgstr "" -#: ../commands/dbcommands.c:198 -#, c-format -msgid "CREATE DATABASE: unable to create database directory '%s': %m" +#: postmaster/postmaster.c:1447 +msgid "Received SIGHUP, reloading configuration files" msgstr "" -#: ../commands/dbcommands.c:206 +#: postmaster/postmaster.c:1471 #, c-format -msgid "CREATE DATABASE: could not link '%s' to '%s': %m" +msgid "pmdie %d" msgstr "" -#: ../commands/dbcommands.c:216 -msgid "CREATE DATABASE: could not initialize database directory" +#: postmaster/postmaster.c:1485 +msgid "smart shutdown request" msgstr "" -#: ../commands/dbcommands.c:218 -msgid "" -"CREATE DATABASE: could not initialize database directory; delete failed as " -"well" -msgstr "" +#: postmaster/postmaster.c:1497 postmaster/postmaster.c:1541 +#, c-format +msgid "shutdown process %d already running" +msgstr "停止进程 %d 已经在运行" -#: ../commands/dbcommands.c:310 -msgid "DROP DATABASE: cannot be executed on the currently open database" -msgstr "" +#: postmaster/postmaster.c:1515 +msgid "fast shutdown request" +msgstr "快速停止请求" -#: ../commands/dbcommands.c:313 -msgid "DROP DATABASE: may not be called in a transaction block" -msgstr "" +#: postmaster/postmaster.c:1521 +msgid "aborting any active transactions" +msgstr "中断任何激活事务" -#: ../commands/dbcommands.c:331 -#, c-format -msgid "DROP DATABASE: database \"%s\" does not exist" +#: postmaster/postmaster.c:1557 +msgid "immediate shutdown request" +msgstr "立即停止请求" + +#: postmaster/postmaster.c:1592 +msgid "reaping dead processes" msgstr "" -#: ../commands/dbcommands.c:334 -msgid "DROP DATABASE: permission denied" +#: postmaster/postmaster.c:1609 +msgid "statistics collector process" msgstr "" -#: ../commands/dbcommands.c:342 -msgid "DROP DATABASE: database is marked as a template" +#: postmaster/postmaster.c:1622 +msgid "shutdown process" +msgstr "停止进程" + +#: postmaster/postmaster.c:1633 +msgid "startup process" +msgstr "启动进程" + +#: postmaster/postmaster.c:1635 +msgid "aborting startup due to startup process failure" msgstr "" -#: ../commands/dbcommands.c:351 +#: postmaster/postmaster.c:1663 #, c-format -msgid "DROP DATABASE: database \"%s\" is being accessed by other users" +msgid "startup process %d died while shutdown process %d already running" msgstr "" -#: ../commands/dbcommands.c:368 -#, c-format +#: postmaster/postmaster.c:1684 msgid "" -"DROP DATABASE: Database \"%s\" doesn't exist despite earlier reports to the " -"contrary" -msgstr "" +"all server processes terminated; reinitializing shared memory and semaphores" +msgstr "所有的服务器进程被中止; 重新初始化共享内存和信号" -#: ../commands/dbcommands.c:531 -msgid "Relative paths are not allowed as database locations" -msgstr "" +#: postmaster/postmaster.c:1722 +msgid "child process" +msgstr "子进程" -#: ../commands/dbcommands.c:533 -msgid "Absolute paths are not allowed as database locations" -msgstr "" +#: postmaster/postmaster.c:1767 +msgid "server process" +msgstr "服务器进程" -#: ../commands/dbcommands.c:543 -#, c-format -msgid "Postmaster environment variable '%s' not set" -msgstr "" +#: postmaster/postmaster.c:1768 +msgid "terminating any other active server processes" +msgstr "中断任何其它已激活的服务器进程" -#: ../commands/dbcommands.c:545 +#: postmaster/postmaster.c:1789 #, c-format -msgid "Postmaster environment variable '%s' must be absolute path" -msgstr "" +msgid "CleanupProc: sending %s to process %d" +msgstr "CleanupProc: 发送 %s 到进程 %d" -#: ../commands/dbcommands.c:577 +#: postmaster/postmaster.c:1833 #, c-format -msgid "could not remove '%s': %m" -msgstr "" +msgid "%s (pid %d) exited with exit code %d" +msgstr "%s (pid %d) 已退出, 退出代码 %d" -#: ../commands/dbcommands.c:586 +#: postmaster/postmaster.c:1836 #, c-format -msgid "database directory '%s' could not be removed" -msgstr "" +msgid "%s (pid %d) was terminated by signal %d" +msgstr "%s (pid %d) 被信号 %d 中断" -#: ../commands/creatinh.c:81 -msgid "DefineRelation: please inherit from a relation or define an attribute" -msgstr "" +#: postmaster/postmaster.c:1839 +#, c-format +msgid "%s (pid %d) exited with unexpected status %d" +msgstr "%s (pid %d) 已退出, 意外状态 %d" -#: ../catalog/heap.c:1697 ../catalog/heap.c:1711 ../commands/creatinh.c:110 +#: postmaster/postmaster.c:1861 #, c-format -msgid "Duplicate CHECK constraint name: '%s'" -msgstr "" +msgid "SignalChildren: sending signal %d to process %d" +msgstr "SignalChildren: 发送信号 %d 到进程 %d" + +#: postmaster/postmaster.c:1899 +msgid "out of memory; connection startup aborted" +msgstr "内存溢出; 联接启动中止" -#: ../commands/creatinh.c:328 +#: postmaster/postmaster.c:1950 +msgid "connection startup failed" +msgstr "联接启动失败" + +#: postmaster/postmaster.c:1967 #, c-format -msgid "CREATE TABLE: attribute \"%s\" duplicated" -msgstr "" +msgid "connection startup failed (fork failure): %s" +msgstr "联接启动失败 (fork 失败): %s" -#: ../commands/creatinh.c:342 +#: postmaster/postmaster.c:1974 #, c-format -msgid "CREATE TABLE: inherited relation \"%s\" duplicated" -msgstr "" +msgid "BackendStartup: forked pid=%d socket=%d" +msgstr "BackendStartup: forked pid=%d socket=%d" -#: ../commands/creatinh.c:365 +#: postmaster/postmaster.c:2008 +msgid "Server process fork() failed: " +msgstr "服务器进程 fork() 失败: " + +#: postmaster/postmaster.c:2161 #, c-format -msgid "CREATE TABLE: inherited relation \"%s\" is not a table" -msgstr "" +msgid "connection received: host=%s port=%hu" +msgstr "联接接收到: 主机=%s 端口=%hu" -#: ../commands/creatinh.c:368 +#: postmaster/postmaster.c:2181 #, c-format -msgid "CREATE TABLE: cannot inherit from temp relation \"%s\"" -msgstr "" +msgid "connection received: host=%s" +msgstr "联接接收到: 主机=%s" + +#: postmaster/postmaster.c:2201 +msgid "DoBackend: Unable to set timer for auth timeout" +msgstr "DoBackend: 无法为认证超时设置计时器" -#: ../commands/creatinh.c:375 +#: postmaster/postmaster.c:2230 +msgid "DoBackend: Unable to disable timer for auth timeout" +msgstr "DoBackend: 无法取消认证超时的计时器" + +#: postmaster/postmaster.c:2234 #, c-format -msgid "you do not own table \"%s\"" -msgstr "" +msgid "connection authorized: user=%s database=%s" +msgstr "联接认证: 主机=%s 数据库=%s" -#: ../commands/creatinh.c:411 +#: postmaster/postmaster.c:2323 #, c-format -msgid "CREATE TABLE: cache lookup failed for type %u" -msgstr "" +msgid "%s child[%d]: starting with (" +msgstr "%s child[%d]: 开始于 (" + +#: postmaster/postmaster.c:2326 +msgid ")" +msgstr ")" -#: ../commands/creatinh.c:426 +#: postmaster/postmaster.c:2388 #, c-format msgid "" -"CREATE TABLE: merging multiple inherited definitions of attribute \"%s\"" +"Checkpoint segments are being created too frequently (%d secs)\n" +"\tConsider increasing CHECKPOINT_SEGMENTS" msgstr "" -#: ../commands/creatinh.c:431 +#: postmaster/postmaster.c:2646 #, c-format -msgid "CREATE TABLE: inherited attribute \"%s\" type conflict (%s and %s)" -msgstr "" +msgid "could not launch startup process (fork failure): %m" +msgstr "无法开始启动进程 (fork 失败): %m" -#: ../commands/creatinh.c:561 +#: postmaster/postmaster.c:2649 #, c-format -msgid "CREATE TABLE: merging attribute \"%s\" with inherited definition" -msgstr "" +msgid "could not launch checkpoint process (fork failure): %m" +msgstr "无法开始检查进程 (fork 失败): %m" -#: ../commands/creatinh.c:566 +#: postmaster/postmaster.c:2652 #, c-format -msgid "CREATE TABLE: attribute \"%s\" type conflict (%s and %s)" -msgstr "" +msgid "could not launch shutdown process (fork failure): %m" +msgstr "无法开始停止进程 (fork 失败): %m" -#: ../commands/creatinh.c:600 +#: postmaster/postmaster.c:2676 +msgid "CheckPointDataBase: malloc failed" +msgstr "CheckPointDataBase: malloc 失败" + +#: postmaster/postmaster.c:2716 #, c-format -msgid "" -"CREATE TABLE: attribute \"%s\" inherits conflicting default values\n" -"\tTo resolve the conflict, specify a default explicitly" -msgstr "" +msgid "cannot create file %s: %s" +msgstr "无法创建文件 %s: %s" -#: ../commands/creatinh.c:839 +#: postmaster/postmaster.c:2728 #, c-format -msgid "setRelhassubclassInRelation: cache lookup failed for relation %u" -msgstr "" +msgid "writing file %s failed" +msgstr "写入文件 %s 失败" -#: ../commands/copy.c:117 +#: rewrite/rewriteDefine.c:100 #, c-format -msgid "CopySendData: %m" +msgid "Attempt to insert rule \"%s\" failed: already exists" +msgstr "试图插入规则 \"%s\" 失败: 已经存在" + +#: rewrite/rewriteDefine.c:227 +msgid "" +"rule actions on OLD currently not supported\n" +"\tuse views or triggers instead" msgstr "" +"目前不支持在 OLD 上的规则动作\n" +"\t用视图或者触发器代替" -#: ../commands/copy.c:288 +#: rewrite/rewriteDefine.c:230 msgid "" -"You must have Postgres superuser privilege to do a COPY directly to or from " -"a file. Anyone can COPY to stdout or from stdin. Psql's \\copy command " -"also works for anyone." +"rule actions on NEW currently not supported\n" +"\tuse triggers instead" msgstr "" +"目前不支持在 NEW 上的规则动作\n" +"\t用触发器代替" -#: ../commands/copy.c:297 -msgid "COPY BINARY is not supported to stdout or from stdin" +#: rewrite/rewriteDefine.c:247 +msgid "" +"instead nothing rules on select currently not supported\n" +"\tuse views instead" msgstr "" +"目前不支持在 select 上的 instead nothing 规则\n" +"\t用视图代替" + +#: rewrite/rewriteDefine.c:255 +msgid "multiple action rules on select currently not supported" +msgstr "目前不支持在 select 上的多动作规则" -#: ../commands/copy.c:313 ../commands/copy.c:345 +#: rewrite/rewriteDefine.c:262 +msgid "only instead-select rules currently supported on select" +msgstr "目前只支持在 select 上的 instead-select 规则" + +#: rewrite/rewriteDefine.c:268 +msgid "event qualifications not supported for rules on select" +msgstr "不支持在 select 上规则的事件条件" + +#: rewrite/rewriteDefine.c:286 +msgid "select rule's target list has too many entries" +msgstr "选择规则的目标列表的记录太多" + +#: rewrite/rewriteDefine.c:300 +msgid "cannot convert relation containing dropped columns to view" +msgstr "无法转换包含已删除字段的关系为视图" + +#: rewrite/rewriteDefine.c:303 #, c-format -msgid "You cannot copy view %s" -msgstr "" +msgid "select rule's target entry %d has different column name from %s" +msgstr "选择规则的目标记录 %d 的名字和 %s 不同" -#: ../commands/copy.c:315 +#: rewrite/rewriteDefine.c:306 #, c-format -msgid "You cannot change sequence relation %s" -msgstr "" +msgid "select rule's target entry %d has different type from attribute %s" +msgstr "选择规则的目标记录 %d 和属性 %s 的类型不同" -#: ../commands/copy.c:317 ../commands/copy.c:349 +#: rewrite/rewriteDefine.c:317 #, c-format -msgid "You cannot copy object %s" -msgstr "" +msgid "select rule's target entry %d has different size from attribute %s" +msgstr "选择规则的目标记录 %d 与属性 %s 的大小不同" -#: ../commands/copy.c:333 +#: rewrite/rewriteDefine.c:321 +msgid "select rule's target list has too few entries" +msgstr "选择规则的目标列表记录数目太少" + +#: rewrite/rewriteDefine.c:334 #, c-format -msgid "" -"COPY command, running in backend with effective uid %d, could not open file " -"'%s' for reading. Errno = %s (%d)." -msgstr "" +msgid "\"%s\" is already a view" +msgstr "\"%s\" 已经是一个视图了" -#: ../commands/copy.c:347 +#: rewrite/rewriteDefine.c:356 #, c-format -msgid "You cannot copy sequence %s" -msgstr "" +msgid "view rule for \"%s\" must be named \"%s\"" +msgstr "用于 \"%s\" 的视图规则必须命名为 \"%s\"" -#: ../commands/copy.c:371 -msgid "Relative path not allowed for server side COPY command." -msgstr "" +#: rewrite/rewriteDefine.c:373 +#, c-format +msgid "Relation \"%s\" is not empty. Cannot convert it to view" +msgstr "关系 \"%s\" 不为空. 无法把它转换成视图" -#: ../commands/copy.c:379 +#: rewrite/rewriteDefine.c:512 #, c-format -msgid "" -"COPY command, running in backend with effective uid %d, could not open file " -"'%s' for writing. Errno = %s (%d)." -msgstr "" +msgid "RenameRewriteRule: rule \"%s\" does not exist" +msgstr "RenameRewriteRule: 规则 \"%s\" 不存在" -#: ../commands/copy.c:428 +#: rewrite/rewriteDefine.c:516 #, c-format -msgid "COPY: table %s does not have OIDs" -msgstr "" +msgid "Attempt to rename rule \"%s\" failed: \"%s\" already exists" +msgstr "试图给规则 \"%s\" 重命名失败: \"%s\" 已经存在" -#: ../commands/copy.c:448 +#: rewrite/rewriteHandler.c:368 #, c-format -msgid "COPY: couldn't lookup info for type %u" -msgstr "" +msgid "rewriteTargetList: bogus resno %d in targetlist" +msgstr "rewriteTargetList: targetlist 中的伪 resno %d" -#: ../commands/copy.c:696 -msgid "COPY BINARY: file signature not recognized" +#: rewrite/rewriteHandler.c:410 rewrite/rewriteHandler.c:422 +#, c-format +msgid "Multiple assignments to same attribute \"%s\"" msgstr "" -#: ../commands/copy.c:701 -msgid "COPY BINARY: incompatible integer layout" -msgstr "" +#: rewrite/rewriteHandler.c:579 +msgid "ApplyRetrieveRule: expected just one rule action" +msgstr "ApplyRetrieveRule: 预期只有一个规则动作" -#: ../commands/copy.c:705 -msgid "COPY BINARY: bogus file header (missing flags)" -msgstr "" +#: rewrite/rewriteHandler.c:581 +msgid "ApplyRetrieveRule: can't handle qualified ON SELECT rule" +msgstr "ApplyRetrieveRule: 无法处理有条件的 ON SELECT 规则" -#: ../commands/copy.c:709 -msgid "COPY BINARY: unrecognized critical flags in header" -msgstr "" +#: rewrite/rewriteHandler.c:583 +msgid "ApplyRetrieveRule: can't handle per-attribute ON SELECT rule" +msgstr "ApplyRetrieveRule: 无法处理每个属性的 ON SELECT 规则" -#: ../commands/copy.c:714 -msgid "COPY BINARY: bogus file header (missing length)" -msgstr "" +#: rewrite/rewriteHandler.c:832 rewrite/rewriteHandler.c:1110 +#, c-format +msgid "Infinite recursion detected in rules for relation %s" +msgstr "关系 %s 的规则中发现无限循环" -#: ../commands/copy.c:720 -msgid "COPY BINARY: bogus file header (wrong length)" +#: rewrite/rewriteHandler.c:873 +msgid "fireRIRrules: failed to remove aggs from qual" +msgstr "fireRIRrules: 无法从条件中删除聚集" + +#: rewrite/rewriteHandler.c:1215 +msgid "" +"Cannot insert into a view\n" +"\tYou need an unconditional ON INSERT DO INSTEAD rule" msgstr "" +"无法插入到一个视图中\n" +"\t你需要一个无条件的 ON INSERT DO INSTEAD 规则" -#: ../commands/copy.c:759 -msgid "COPY TEXT: NULL Oid" +#: rewrite/rewriteHandler.c:1219 +msgid "" +"Cannot update a view\n" +"\tYou need an unconditional ON UPDATE DO INSTEAD rule" msgstr "" +"无法更新一个视图\n" +"\t你需要一个无条件的 ON UPDATE DO INSTEAD 规则" -#: ../commands/copy.c:767 -msgid "COPY TEXT: Invalid Oid" +#: rewrite/rewriteHandler.c:1223 +msgid "" +"Cannot delete from a view\n" +"\tYou need an unconditional ON DELETE DO INSTEAD rule" msgstr "" +"无法从一个视图中删除\n" +"\t你需要一个无条件的 ON DELETE DO INSTEAD 规则" -#: ../commands/copy.c:805 +#: rewrite/rewriteHandler.c:1227 #, c-format -msgid "COPY BINARY: tuple field count is %d, expected %d" -msgstr "" +msgid "QueryRewrite: unexpected commandType %d" +msgstr "QueryRewrite: 意外的 commandType %d" -#: ../commands/copy.c:812 ../commands/copy.c:818 ../commands/copy.c:827 -#: ../commands/copy.c:841 ../commands/copy.c:850 ../commands/copy.c:862 -#: ../commands/copy.c:878 -msgid "COPY BINARY: unexpected EOF" -msgstr "" +#: rewrite/rewriteManip.c:639 rewrite/rewriteManip.c:646 +msgid "getInsertSelectQuery: expected to find SELECT subquery" +msgstr "getInsertSelectQuery: 预期找到 SELECT 子查询" + +#: rewrite/rewriteManip.c:657 +msgid "getInsertSelectQuery: can't find rule placeholders" +msgstr "getInsertSelectQuery: 无法找到规则占位符" + +#: rewrite/rewriteManip.c:691 rewrite/rewriteManip.c:731 +msgid "Conditional utility statements are not implemented" +msgstr "未实现条件工具语句" + +#: rewrite/rewriteManip.c:846 +msgid "ResolveNew: can't handle whole-tuple reference" +msgstr "ResolveNew: 无法处理全元组引用" -#: ../commands/copy.c:814 +#: rewrite/rewriteRemove.c:57 #, c-format -msgid "COPY BINARY: sizeof(Oid) is %d, expected %d" -msgstr "" +msgid "Rule \"%s\" not found" +msgstr "未找到规则 \"%s\"" -#: ../commands/copy.c:820 -msgid "COPY BINARY: Invalid Oid" -msgstr "" +#: rewrite/rewriteRemove.c:113 +#, c-format +msgid "RemoveRewriteRuleById: Rule %u does not exist" +msgstr "RemoveRewriteRuleById: 规则 %u 不存在" -#: ../commands/copy.c:831 +#: rewrite/rewriteSupport.c:68 #, c-format -msgid "COPY BINARY: sizeof(field %d) is %d, expected %d" +msgid "SetRelationRuleStatus: cache lookup failed for relation %u" +msgstr "SetRelationRuleStatus: 为关系 %u 查找缓冲区失败" + +#: storage/buffer/buf_table.c:58 +msgid "couldn't initialize shared buffer pool Hash Tbl" msgstr "" -#: ../commands/copy.c:843 -msgid "COPY BINARY: bogus varlena length" +#: storage/buffer/buf_table.c:100 +msgid "BufTableDelete: BufferLookup table corrupted" +msgstr "bufTableDelete: BufferLookup 表被破坏" + +#: storage/buffer/buf_table.c:131 +msgid "BufTableInsert: BufferLookup table out of memory" +msgstr "BufTableInsert: BufferLookup 表内存溢出" + +#: storage/buffer/buf_table.c:138 +msgid "BufTableInsert: BufferLookup table corrupted" +msgstr "bufTableInsert: BufferLookup 表被破坏" + +#: storage/buffer/bufmgr.c:243 +msgid "BufRead: buffer table broken after IO error" msgstr "" -#: ../commands/copy.c:976 +#: storage/buffer/bufmgr.c:413 #, c-format -msgid "GetInputFunction: Cache lookup of type %u failed" +msgid "BufferAlloc: cannot write block %u for %u/%u" msgstr "" -#: ../commands/copy.c:992 +#: storage/buffer/bufmgr.c:431 #, c-format -msgid "GetTypeElement: Cache lookup of type %u failed" +msgid "BufferAlloc: content of block %u (%u/%u) changed while flushing" msgstr "" -#: ../commands/copy.c:1008 -msgid "CopyReadNewline: extra fields ignored" +#: storage/buffer/bufmgr.c:523 +msgid "buffer wasn't in the buffer table" msgstr "" -#: ../commands/copy.c:1143 -msgid "CopyReadAttribute: end of record marker corrupted" +#: storage/buffer/bufmgr.c:531 +msgid "Buffer in lookup table twice" msgstr "" -#: ../commands/vacuum.c:970 ../commands/vacuumlazy.c:211 +#: storage/buffer/bufmgr.c:570 #, c-format -msgid "--Relation %s--" +msgid "write_buffer: bad buffer %d" msgstr "" -#: ../commands/vacuum.c:1000 ../commands/vacuumlazy.c:264 +#: storage/buffer/bufmgr.c:782 #, c-format -msgid "Rel %s: Uninitialized page %u - fixing" -msgstr "" - -#: ../catalog/index.c:1747 ../commands/vacuum.c:1124 -#: ../commands/vacuumlazy.c:353 ../commands/vacuumlazy.c:829 -msgid "Unexpected HeapTupleSatisfiesVacuum result" +msgid "BufferSync: cannot write %u for %u/%u" msgstr "" -#: ../commands/vacuum.c:1137 ../commands/vacuumlazy.c:366 +#: storage/buffer/bufmgr.c:920 #, c-format -msgid "Rel %s: TID %u/%u: OID IS INVALID. TUPGONE %d." +msgid "" +"Buffer Leak: [%03d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, " +"flags=0x%x, refcount=%d %ld)" msgstr "" -#: ../commands/vacuumlazy.c:428 +#: storage/buffer/bufmgr.c:1167 #, c-format -msgid "" -"Pages %u: Changed %u, Empty %u; Tup %.0f: Vac %.0f, Keep %.0f, UnUsed %.0f.\n" -"\tTotal %s" +msgid "DropRelFileNodeBuffers: block %u is referenced (private %ld, global %d)" msgstr "" -#: ../commands/vacuumlazy.c:477 +#: storage/buffer/bufmgr.c:1270 storage/buffer/bufmgr.c:1304 #, c-format msgid "" -"Removed %d tuples in %d pages.\n" -"\t%s" +"[%02d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, flags=0x%x, " +"refcount=%d %ld)" msgstr "" -#: ../commands/vacuum.c:2436 ../commands/vacuumlazy.c:585 +#: storage/buffer/bufmgr.c:1379 #, c-format msgid "" -"Index %s: Pages %u; Tuples %.0f.\n" -"\t%s" +"FlushRelationBuffers(%s (local), %u): block %u is dirty, could not flush it" msgstr "" -#: ../commands/vacuum.c:2490 ../commands/vacuumlazy.c:632 +#: storage/buffer/bufmgr.c:1389 #, c-format -msgid "" -"Index %s: Pages %u; Tuples %.0f: Deleted %.0f.\n" -"\t%s" +msgid "FlushRelationBuffers(%s (local), %u): block %u is referenced (%ld)" msgstr "" -#: ../commands/vacuumlazy.c:706 +#: storage/buffer/bufmgr.c:1441 #, c-format -msgid "VACUUM (lazy_truncate_heap): FlushRelationBuffers returned %d" +msgid "FlushRelationBuffers: cannot write %u for %u/%u" msgstr "" -#: ../commands/vacuumlazy.c:740 +#: storage/buffer/bufmgr.c:1467 #, c-format msgid "" -"Truncated %u --> %u pages.\n" -"\t%s" +"FlushRelationBuffers(%s, %u): block %u is referenced (private %ld, global %d)" msgstr "" -#: ../commands/define.c:150 -msgid "untrusted function has been decommissioned." +#: storage/buffer/bufmgr.c:1666 +msgid "buffer alloc trace error and can't open log file" msgstr "" -#: ../commands/define.c:161 +#: storage/buffer/bufmgr.c:1765 #, c-format -msgid "Unrecognized function attribute '%s' ignored" +msgid "SetBufferCommitInfoNeedsSave: bad buffer %d" msgstr "" -#: ../commands/define.c:204 +#: storage/buffer/bufmgr.c:1859 #, c-format -msgid "CREATE FUNCTION: only one AS item needed for %s language" -msgstr "" +msgid "LockBuffer: unknown lock mode %d" +msgstr "LockBuffer: 未知的锁模式 %d" -#: ../commands/define.c:263 -#, c-format -msgid "" -"Only users with Postgres superuser privilege are permitted to create a " -"function in the '%s' language.\n" -"\tOthers may use the 'sql' language or the created procedural languages." +#: storage/buffer/bufmgr.c:1890 storage/buffer/bufmgr.c:1897 +msgid "LockBufferForCleanup: wrong local pin count" msgstr "" -#: ../commands/define.c:284 -#, c-format -msgid "" -"Unrecognized language specified in a CREATE FUNCTION: '%s'.\n" -"\tRecognized languages are sql, C, internal, and created procedural " -"languages." +#: storage/buffer/bufmgr.c:1919 +msgid "Multiple backends attempting to wait for pincount 1" msgstr "" -#: ../commands/define.c:293 +#: storage/buffer/bufmgr.c:2042 #, c-format -msgid "Language '%s' isn't defined as PL" +msgid "write error may be permanent: cannot write block %u for %u/%u" msgstr "" -#: ../commands/define.c:300 -#, c-format -msgid "" -"Only users with Postgres superuser privilege are permitted to create a " -"function in the '%s' language." +#: storage/buffer/freelist.c:201 +msgid "out of free buffers: time to abort!" msgstr "" -#: ../commands/define.c:388 -msgid "setof type not implemented for leftarg" +#: storage/buffer/localbuf.c:83 +msgid "no empty local buffer." msgstr "" -#: ../commands/define.c:395 -msgid "setof type not implemented for rightarg" -msgstr "" +#: storage/buffer/localbuf.c:125 +msgid "Out of memory in LocalBufferAlloc" +msgstr "LocalBufferAlloc 中内存溢出" -#: ../commands/define.c:402 -msgid "CREATE OPERATOR: precedence not implemented" +#: storage/buffer/localbuf.c:232 +#, c-format +msgid "" +"Local Buffer Leak: [%03d] (rel=%u/%u, blockNum=%u, flags=0x%x, refcount=%d %" +"ld)" msgstr "" -#: ../commands/define.c:407 -msgid "CREATE OPERATOR: associativity not implemented" +#: storage/file/buffile.c:477 +#, c-format +msgid "BufFileSeek: invalid whence: %d" msgstr "" -#: ../commands/define.c:433 +#: storage/file/fd.c:272 #, c-format -msgid "DefineOperator: attribute \"%s\" not recognized" +msgid "BasicOpenFile: not enough descs, retry, er= %d" msgstr "" -#: ../commands/define.c:442 -msgid "Define: \"procedure\" unspecified" +#: storage/file/fd.c:306 +#, c-format +msgid "pg_nofile: sysconf(_SC_OPEN_MAX) failed; using %ld" msgstr "" -#: ../commands/define.c:504 +#: storage/file/fd.c:328 #, c-format -msgid "DefineAggregate: attribute \"%s\" not recognized" +msgid "" +"pg_nofile: insufficient file descriptors available to start backend.\n" +"\tSystem allows %ld, we need at least %d." msgstr "" -#: ../commands/define.c:512 -msgid "Define: \"basetype\" unspecified" +#: storage/file/fd.c:366 +#, c-format +msgid "Delete %d (%s)" msgstr "" -#: ../commands/define.c:514 -msgid "Define: \"stype\" unspecified" +#: storage/file/fd.c:385 +#, c-format +msgid "LruDelete %d (%s)" msgstr "" -#: ../commands/define.c:516 -msgid "Define: \"sfunc\" unspecified" -msgstr "" +#: storage/file/fd.c:399 +#, fuzzy, c-format +msgid "LruDelete: failed to close %s: %m" +msgstr "检测文件 '%s' 的状态失败: %m" -#: ../commands/define.c:557 +#: storage/file/fd.c:413 #, c-format -msgid "DefineType: type names must be %d characters or less" +msgid "Insert %d (%s)" msgstr "" -#: ../commands/define.c:610 +#: storage/file/fd.c:434 #, c-format -msgid "DefineType: \"%s\" alignment not recognized" +msgid "LruInsert %d (%s)" msgstr "" -#: ../commands/define.c:626 +#: storage/file/fd.c:456 #, c-format -msgid "DefineType: \"%s\" storage not recognized" +msgid "RE_OPEN FAILED: %d" +msgstr "RE_OPEN 失败: %d" + +#: storage/file/fd.c:461 +msgid "RE_OPEN SUCCESS" +msgstr "RE_OPEN 成功" + +#: storage/file/fd.c:487 +#, c-format +msgid "ReleaseLruFile. Opened %d" msgstr "" -#: ../commands/define.c:631 +#: storage/file/fd.c:508 #, c-format -msgid "DefineType: attribute \"%s\" not recognized" +msgid "AllocateVfd. Size %d" msgstr "" -#: ../commands/define.c:640 -msgid "Define: \"input\" unspecified" +#: storage/file/fd.c:515 +msgid "AllocateVfd: no room for VFD array" msgstr "" -#: ../commands/define.c:642 -msgid "Define: \"output\" unspecified" +#: storage/file/fd.c:547 +msgid "AllocateVfd: no room to enlarge VFD array" msgstr "" -#: ../commands/define.c:697 ../commands/define.c:749 +#: storage/file/fd.c:580 #, c-format -msgid "Define: \"%s\" requires a parameter" +msgid "FreeVfd: %d (%s)" msgstr "" -#: ../commands/define.c:720 ../commands/define.c:770 +#: storage/file/fd.c:630 #, c-format -msgid "Define: cannot interpret argument of \"%s\"" +msgid "FileAccess %d (%s)" msgstr "" -#: ../commands/define.c:730 ../commands/define.c:739 -#, c-format -msgid "Define: \"%s\" requires a numeric value" +#: storage/file/fd.c:682 +msgid "fileNameOpenFile: NULL fname" msgstr "" -#: ../commands/define.c:756 +#: storage/file/fd.c:684 #, c-format -msgid "Define: \"%s\" requires an integral value" +msgid "fileNameOpenFile: %s %x %o" +msgstr "fileNameOpenFile: %s %x %o" + +#: storage/file/fd.c:704 +#, c-format +msgid "fileNameOpenFile: success %d" msgstr "" -#: ../commands/define.c:773 +#: storage/file/fd.c:711 +msgid "fileNameOpenFile: no room to save VFD filename" +msgstr "" + +#: storage/file/fd.c:795 #, c-format -msgid "Define: invalid argument for \"%s\"" -msgstr "Define: 给 \"%s\" 的无效参数" +msgid "Failed to create temporary file %s" +msgstr "创建临时文件 %s 失败" -#: ../commands/cluster.c:97 +#: storage/file/fd.c:814 #, c-format -msgid "CLUSTER: no pg_index entry for index %u" -msgstr "" +msgid "FileClose: %d (%s)" +msgstr "FileClose: %d (%s)" -#: ../commands/cluster.c:100 +#: storage/file/fd.c:826 #, c-format -msgid "CLUSTER: \"%s\" is not an index for table \"%s\"" -msgstr "" +msgid "FileClose: failed to close %s: %m" +msgstr "FileClose: 关闭 %s 失败: %m" -#: ../commands/indexcmds.c:87 -msgid "DefineIndex: must specify at least one attribute" -msgstr "" +#: storage/file/fd.c:841 +#, c-format +msgid "FileClose: failed to unlink %s: %m" +msgstr "FileClose: 删除 %s 失败: %m" -#: ../commands/indexcmds.c:89 +#: storage/file/fd.c:859 #, c-format -msgid "Cannot use more than %d attributes in an index" -msgstr "" +msgid "FileUnlink: %d (%s)" +msgstr "FileUnlink: %d (%s)" -#: ../commands/indexcmds.c:96 +#: storage/file/fd.c:875 #, c-format -msgid "DefineIndex: relation \"%s\" not found" -msgstr "" +msgid "FileRead: %d (%s) %ld %d %p" +msgstr "FileRead: %d (%s) %ld %d %p" -#: ../commands/indexcmds.c:106 +#: storage/file/fd.c:896 #, c-format -msgid "DefineIndex: access method \"%s\" not found" +msgid "FileWrite: %d (%s) %ld %d %p" +msgstr "FileWrite: %d (%s) %ld %d %p" + +#: storage/file/fd.c:922 +#, c-format +msgid "FileSeek: %d (%s) %ld %ld %d" msgstr "" -#: ../commands/indexcmds.c:112 +#: storage/file/fd.c:932 storage/file/fd.c:953 #, c-format -msgid "DefineIndex: access method \"%s\" does not support UNIQUE indexes" +msgid "FileSeek: invalid offset: %ld" msgstr "" -#: ../commands/indexcmds.c:115 +#: storage/file/fd.c:943 storage/file/fd.c:965 #, c-format -msgid "DefineIndex: access method \"%s\" does not support multi-column indexes" +msgid "FileSeek: invalid whence: %d" msgstr "" -#: ../commands/indexcmds.c:134 -msgid "Existing indexes are inactive. REINDEX first" +#: storage/file/fd.c:980 +#, c-format +msgid "FileTell %d (%s)" msgstr "" -#: ../commands/indexcmds.c:152 -msgid "Functional index can only have one attribute" +#: storage/file/fd.c:993 +#, c-format +msgid "FileTruncate %d (%s)" msgstr "" -#: ../commands/indexcmds.c:156 +#: storage/file/fd.c:1024 #, c-format -msgid "Index function can take at most %d arguments" +msgid "AllocateFile: Allocated %d" msgstr "" -#: ../commands/indexcmds.c:211 -msgid "Partial-index predicates may refer only to the base relation" +#: storage/file/fd.c:1027 +msgid "AllocateFile: too many private FDs demanded" msgstr "" -#: ../commands/indexcmds.c:218 -msgid "Cannot use subselect in index predicate" +#: storage/file/fd.c:1041 +#, c-format +msgid "AllocateFile: not enough descs, retry, er= %d" msgstr "" -#: ../commands/indexcmds.c:220 -msgid "Cannot use aggregate in index predicate" +#: storage/file/fd.c:1057 +#, c-format +msgid "FreeFile: Allocated %d" msgstr "" -#: ../commands/indexcmds.c:227 -msgid "Cannot use non-cachable function in index predicate" +#: storage/file/fd.c:1070 +msgid "FreeFile: file was not obtained from AllocateFile" msgstr "" -#: ../commands/indexcmds.c:268 ../commands/indexcmds.c:359 -#, c-format -msgid "DefineIndex: attribute \"%s\" not found" +#: storage/freespace/freespace.c:272 storage/freespace/freespace.c:287 +#: storage/freespace/freespace.c:298 +msgid "Insufficient shared memory for free space map" msgstr "" -#: ../commands/indexcmds.c:293 -msgid "" -"DefineIndex: functional index must use a real function, not a type coercion\n" -"\tTry specifying the index opclass you want to use, instead" +#: storage/freespace/freespace.c:293 +#, c-format +msgid "max_fsm_pages must exceed max_fsm_relations * %d" msgstr "" -#: ../commands/indexcmds.c:300 -msgid "DefineIndex: cannot index on a function returning a set" +#: storage/freespace/freespace.c:324 +msgid "max_fsm_pages is too large" msgstr "" -#: ../commands/indexcmds.c:317 -msgid "DefineIndex: index function must be marked iscachable" +#: storage/freespace/freespace.c:494 +msgid "RecordRelationFreeSpace: data not in page order" msgstr "" -#: ../commands/indexcmds.c:352 -msgid "missing attribute for define index" +#: storage/freespace/freespace.c:581 storage/freespace/freespace.c:1583 +msgid "RecordIndexFreeSpace: data not in page order" msgstr "" -#: ../commands/indexcmds.c:386 +#: storage/freespace/freespace.c:691 #, c-format msgid "" -"data type %s has no default operator class for access method \"%s\"\n" -"\tYou must specify an operator class for the index or define a\n" -"\tdefault operator class for the data type" +"Free space map: %d relations, %d pages stored; %.0f total pages needed.\n" +"\tAllocated FSM size: %d relations + %d pages = %.0f KB shared mem." msgstr "" -#: ../commands/indexcmds.c:402 +#: storage/freespace/freespace.c:722 storage/freespace/freespace.c:781 +#: utils/init/miscinit.c:989 #, c-format -msgid "" -"DefineIndex: operator class \"%s\" not supported by access method \"%s\"" -msgstr "" +msgid "Failed to write %s: %m" +msgstr "写入 %s 失败: %m" -#: ../commands/indexcmds.c:410 +#: storage/freespace/freespace.c:822 utils/init/miscinit.c:952 #, c-format -msgid "operator class \"%s\" does not accept data type %s" -msgstr "" +msgid "Failed to read %s: %m" +msgstr "读取 %s 失败: %m" -#: ../commands/indexcmds.c:474 +#: storage/freespace/freespace.c:835 #, c-format -msgid "pg_opclass contains multiple default opclasses for data tyype %s" +msgid "Bogus file header in %s" msgstr "" -#: ../commands/indexcmds.c:500 ../commands/indexcmds.c:537 +#: storage/freespace/freespace.c:857 #, c-format -msgid "index \"%s\" does not exist" +msgid "Bogus rel header in %s" msgstr "" -#: ../commands/indexcmds.c:503 ../commands/indexcmds.c:540 -#: ../commands/indexcmds.c:579 +#: storage/freespace/freespace.c:874 #, c-format -msgid "relation \"%s\" is of type \"%c\"" +msgid "Premature EOF in %s" msgstr "" -#: ../commands/indexcmds.c:531 ../commands/indexcmds.c:570 -msgid "REINDEX cannot run inside a BEGIN/END block" +#: storage/freespace/freespace.c:987 +msgid "FreeSpaceMap hashtable out of memory" msgstr "" -#: ../commands/indexcmds.c:546 -#, c-format -msgid "index \"%s\" wasn't reindexed" +#: storage/freespace/freespace.c:1040 +msgid "FreeSpaceMap hashtable corrupted" msgstr "" -#: ../commands/indexcmds.c:576 -#, c-format -msgid "table \"%s\" does not exist" +#: storage/freespace/freespace.c:1185 +msgid "find_free_space: called for an index relation" msgstr "" -#: ../commands/indexcmds.c:583 -#, c-format -msgid "table \"%s\" wasn't reindexed" +#: storage/freespace/freespace.c:1235 +msgid "find_index_free_space: called for a non-index relation" msgstr "" -#: ../commands/indexcmds.c:613 -msgid "REINDEX DATABASE: Can be executed only on the currently open database." +#: storage/freespace/freespace.c:1263 +msgid "fsm_record_free_space: called for an index relation" msgstr "" -#: ../commands/indexcmds.c:616 -msgid "REINDEX DATABASE: Permission denied." +#: storage/freespace/freespace.c:1423 +msgid "compact_fsm_storage: can't juggle and compress too" msgstr "" -#: ../commands/indexcmds.c:624 -msgid "REINDEX DATABASE cannot run inside a BEGIN/END block" +#: storage/freespace/freespace.c:1438 +msgid "compact_fsm_storage: insufficient room" msgstr "" -#: ../commands/indexcmds.c:676 -#, c-format -msgid "relation %u was reindexed" +#: storage/freespace/freespace.c:1514 +msgid "push_fsm_rels_after: out of room" msgstr "" -#: ../commands/analyze.c:205 -#, c-format -msgid "Skipping \"%s\" --- only table or database owner can ANALYZE it" +#: storage/freespace/freespace.c:1557 +msgid "pack_incoming_pages: bogus freespace amount" msgstr "" -#: ../commands/analyze.c:212 -#, c-format -msgid "Analyzing %s" +#: storage/freespace/freespace.c:1628 +msgid "pack_existing_pages: bogus freespace amount" msgstr "" -#: ../commands/analyze.c:239 +#: storage/ipc/ipc.c:95 #, c-format -msgid "ANALYZE: there is no attribute %s in %s" +msgid "proc_exit(%d)" msgstr "" -#: ../commands/analyze.c:607 +#: storage/ipc/ipc.c:113 #, c-format -msgid "acquire_sample_rows: ReadBuffer(%s,%u) failed" +msgid "exit(%d)" msgstr "" -#: ../commands/user.c:76 ../commands/user.c:159 +#: storage/ipc/ipc.c:126 #, c-format -msgid "write_password_file: unable to write %s: %m" +msgid "shmem_exit(%d)" msgstr "" -#: ../commands/user.c:136 -#, c-format -msgid "%s: %m" +#: storage/ipc/ipc.c:152 +msgid "Out of on_proc_exit slots" msgstr "" -#: ../commands/user.c:144 +#: storage/ipc/ipci.c:73 #, c-format -msgid "rename %s to %s: %m" +msgid "invoking IpcMemoryCreate(size=%d)" msgstr "" -#: ../commands/user.c:227 ../commands/user.c:236 ../commands/user.c:241 -#: ../commands/user.c:246 ../commands/user.c:251 ../commands/user.c:256 -msgid "CREATE USER: conflicting options" +#: storage/ipc/ipci.c:115 +msgid "Couldn't create the lock table" msgstr "" -#: ../commands/user.c:260 -#, c-format -msgid "CREATE USER: option \"%s\" not recognized" +#: storage/ipc/shmem.c:161 +msgid "ShmemAlloc: out of memory" +msgstr "ShmemAlloc: 内存用尽" + +#: storage/ipc/shmem.c:207 +msgid "InitShmemIndex: couldn't initialize Shmem Index" msgstr "" -#: ../commands/user.c:272 -msgid "user id must be positive" +#: storage/ipc/shmem.c:218 +msgid "InitShmemIndex: Shmem Index out of memory" msgstr "" -#: ../commands/user.c:287 -msgid "CREATE USER: permission denied" +#: storage/ipc/shmem.c:336 +msgid "ShmemInitStruct: Shmem Index out of memory" msgstr "" -#: ../commands/user.c:326 -#, c-format -msgid "CREATE USER: user name \"%s\" already exists" +#: storage/ipc/shmem.c:351 +msgid "ShmemInitStruct: ShmemIndex entry size is wrong" msgstr "" -#: ../commands/user.c:329 +#: storage/ipc/shmem.c:368 #, c-format -msgid "CREATE USER: sysid %d is already assigned" +msgid "ShmemInitStruct: cannot allocate '%s'" msgstr "" -#: ../commands/user.c:359 ../commands/user.c:592 -msgid "CREATE USER: password encryption failed" +#: storage/ipc/shmqueue.c:232 storage/ipc/shmqueue.c:252 +#, c-format +msgid "%s: %s" msgstr "" -#: ../commands/user.c:462 ../commands/user.c:471 ../commands/user.c:476 -#: ../commands/user.c:481 -msgid "ALTER USER: conflicting options" +#: storage/ipc/sinval.c:50 +msgid "Backend cache invalidation initialization failed" msgstr "" -#: ../commands/user.c:485 -#, c-format -msgid "ALTER USER: option \"%s\" not recognized" +#: storage/ipc/sinval.c:68 +msgid "SendSharedInvalidMessage: SI buffer overflow" msgstr "" -#: ../commands/user.c:508 -msgid "ALTER USER: permission denied" +#: storage/ipc/sinval.c:111 +msgid "ReceiveSharedInvalidMessages: cache state reset" msgstr "" -#: ../commands/user.c:512 -msgid "ALTER USER: password changes cannot be rolled back" -msgstr "" +#: storage/ipc/sinval.c:320 storage/ipc/sinval.c:330 +msgid "Memory exhausted in GetSnapshotData" +msgstr "在 GetSnapshotData 中内存用尽" -#: ../commands/user.c:526 +#: storage/ipc/sinvaladt.c:124 #, c-format -msgid "ALTER USER: user \"%s\" does not exist" +msgid "SIBackendInit: backend id %d" msgstr "" -#: ../commands/user.c:663 -msgid "DROP USER: permission denied" +#: storage/ipc/sinvaladt.c:229 +#, c-format +msgid "SIInsertDataEntry: table is 70%% full, signaling postmaster" msgstr "" -#: ../commands/user.c:666 -msgid "DROP USER cannot be rolled back completely" +#: storage/large_object/inv_api.c:48 +msgid "getbytealen: VARSIZE(data) < VARHDRSZ. This is internal error." msgstr "" -#: ../commands/user.c:693 +#: storage/large_object/inv_api.c:74 #, c-format -msgid "DROP USER: user \"%s\" does not exist%s" -msgstr "" +msgid "inv_create: large object %u already exists. This is internal error." +msgstr "inv_create: 大对象 %u 已经存在. 内部错误." -#: ../commands/user.c:699 -msgid "current user cannot be dropped" -msgstr "" +#: storage/large_object/inv_api.c:107 +#, c-format +msgid "inv_create: invalid flags: %d" +msgstr "inv_create: 无效标志: %d" -#: ../commands/user.c:701 -msgid "session user cannot be dropped" -msgstr "" +#: storage/large_object/inv_api.c:126 +#, c-format +msgid "inv_open: large object %u not found" +msgstr "inv_open: 没有找到大对象 %u" -#: ../commands/user.c:728 +#: storage/large_object/inv_api.c:144 #, c-format -msgid "DROP USER: user \"%s\" owns database \"%s\", cannot be removed%s" -msgstr "" +msgid "inv_open: invalid flags: %d" +msgstr "inv_open: 无效标志: %d" -#: ../commands/user.c:808 +#: storage/large_object/inv_api.c:244 #, c-format -msgid "CheckPgUserAclNotNull: \"%s\" not found" +msgid "inv_getsize: large object %u not found" +msgstr "inv_getsize: 没有找到大对象 %u" + +#: storage/large_object/inv_api.c:257 storage/large_object/inv_api.c:262 +#: storage/large_object/inv_api.c:270 +#, c-format +msgid "inv_seek: invalid offset: %d" +msgstr "inv_seek: 无效偏移量: %d" + +#: storage/large_object/inv_api.c:275 +#, c-format +msgid "inv_seek: invalid whence: %d" +msgstr "inv_seek: 非法起点: %d" + +#: storage/lmgr/deadlock.c:227 +msgid "DeadLockCheck: deadlock seems to have disappeared" +msgstr "DeadLockCheck: 死锁好像已经消失了" + +#: storage/lmgr/deadlock.c:312 +msgid "DeadLockCheckRecurse: inconsistent results" +msgstr "DeadLockCheckRecurse: 不一致的结果" + +#: storage/lmgr/deadlock.c:861 +#, c-format +msgid "Proc %d waits for %s on transaction %u; blocked by %d" msgstr "" -#: ../commands/user.c:813 +#: storage/lmgr/deadlock.c:870 #, c-format -msgid "" -"To use passwords, you have to revoke permissions on %s so normal users " -"cannot read the passwords. Try 'REVOKE ALL ON \"%s\" FROM PUBLIC'." +msgid "Proc %d waits for %s on relation %u database %u; blocked by %d" msgstr "" -#: ../commands/user.c:854 ../commands/user.c:859 -msgid "CREATE GROUP: conflicting options" +#: storage/lmgr/lmgr.c:85 +msgid "InitLockTable: couldn't initialize lock table" msgstr "" -#: ../commands/user.c:863 -#, c-format -msgid "CREATE GROUP: option \"%s\" not recognized" +#: storage/lmgr/lmgr.c:94 +msgid "InitLockTable: couldn't rename long-term lock table" msgstr "" -#: ../commands/user.c:871 -msgid "group id must be positive" +#: storage/lmgr/lmgr.c:135 +msgid "LockRelation: LockAcquire failed" msgstr "" -#: ../commands/user.c:882 -msgid "CREATE GROUP: permission denied" +#: storage/lmgr/lmgr.c:224 +msgid "LockRelationForSession: LockAcquire failed" msgstr "" -#: ../commands/user.c:915 -#, c-format -msgid "CREATE GROUP: group name \"%s\" already exists" +#: storage/lmgr/lmgr.c:262 +msgid "LockPage: LockAcquire failed" msgstr "" -#: ../commands/user.c:918 -#, c-format -msgid "CREATE GROUP: group sysid %d is already assigned" +#: storage/lmgr/lmgr.c:303 +msgid "XactLockTableInsert: LockAcquire failed" msgstr "" -#: ../commands/user.c:1008 -#, c-format -msgid "%s: permission denied" +#: storage/lmgr/lmgr.c:326 +msgid "XactLockTableWait: LockAcquire failed" msgstr "" -#: ../commands/user.c:1020 +#: storage/lmgr/lock.c:110 #, c-format -msgid "%s: group \"%s\" does not exist" +msgid "" +"%s: lock(%lx) tbl(%d) rel(%u) db(%u) obj(%u) grantMask(%x) req(%d,%d,%d,%d,%" +"d,%d,%d)=%d grant(%d,%d,%d,%d,%d,%d,%d)=%d wait(%d) type(%s)" msgstr "" -#: ../commands/user.c:1084 +#: storage/lmgr/lock.c:136 #, c-format -msgid "AlterGroup: unknown tag %s" +msgid "" +"%s: proclock(%lx) lock(%lx) tbl(%d) proc(%lx) xid(%u) hold(%d,%d,%d,%d,%d,%d," +"%d)=%d" msgstr "" -#: ../commands/user.c:1095 +#: storage/lmgr/lock.c:245 #, c-format -msgid "%s: user \"%s\" is already in group \"%s\"" +msgid "LockMethodTableInit: too many lock types %d greater than %d" msgstr "" -#: ../commands/user.c:1147 +#: storage/lmgr/lock.c:264 storage/lmgr/lock.c:310 storage/lmgr/lock.c:330 #, c-format -msgid "ALTER GROUP: group \"%s\" does not have any members" +msgid "LockMethodTableInit: couldn't initialize %s" msgstr "" -#: ../commands/user.c:1200 +#: storage/lmgr/lock.c:451 #, c-format -msgid "ALTER GROUP: user \"%s\" is not in group \"%s\"" +msgid "LockAcquire: user lock [%u] %s" msgstr "" -#: ../commands/user.c:1266 -msgid "DROP GROUP: permission denied" +#: storage/lmgr/lock.c:462 +#, c-format +msgid "LockAcquire: bad lock table %d" msgstr "" -#: ../commands/user.c:1295 +#: storage/lmgr/lock.c:480 #, c-format -msgid "DROP GROUP: group \"%s\" does not exist" +msgid "LockAcquire: lock table %d is out of memory" msgstr "" -#: ../commands/view.c:80 -msgid "attempted to define virtual relation with no attrs" +#: storage/lmgr/lock.c:527 +msgid "LockAcquire: proclock table out of memory" msgstr "" -#: ../commands/proclang.c:72 -msgid "" -"Only users with Postgres superuser privilege are permitted to create " -"procedural languages" +#: storage/lmgr/lock.c:572 +#, c-format +msgid "Deadlock risk: raising lock level from %s to %s on object %u/%u/%u" msgstr "" -#: ../commands/proclang.c:84 -#, c-format -msgid "Language %s already exists" +#: storage/lmgr/lock.c:652 +msgid "LockAcquire: remove proclock, table corrupted" msgstr "" -#: ../commands/proclang.c:97 -#, c-format -msgid "PL handler function %s() doesn't exist" +#: storage/lmgr/lock.c:915 +msgid "deadlock detected" msgstr "" -#: ../commands/proclang.c:100 +#: storage/lmgr/lock.c:996 #, c-format -msgid "PL handler function %s() isn't of return type Opaque" +msgid "LockRelease: user lock tag [%u] %d" msgstr "" -#: ../commands/proclang.c:157 -msgid "" -"Only users with Postgres superuser privilege are permitted to drop " -"procedural languages" +#: storage/lmgr/lock.c:1006 +msgid "lockMethodTable is null in LockRelease" msgstr "" -#: ../commands/proclang.c:172 -#, c-format -msgid "Language %s doesn't exist" +#: storage/lmgr/lock.c:1028 +msgid "LockRelease: no such lock" msgstr "" -#: ../commands/proclang.c:175 -#, c-format -msgid "Language %s isn't a created procedural language" +#: storage/lmgr/lock.c:1051 +msgid "LockRelease: no lock with this tag" msgstr "" -#: ../commands/vacuum.c:187 -#, c-format -msgid "%s cannot run inside a BEGIN/END block" +#: storage/lmgr/lock.c:1054 +msgid "LockRelease: proclock table corrupted" msgstr "" -#: ../commands/vacuum.c:402 +#: storage/lmgr/lock.c:1068 #, c-format -msgid "%s: can not process indexes, views or special system tables" +msgid "LockRelease: you don't own a lock of type %s" msgstr "" -#: ../commands/vacuum.c:426 -#, c-format -msgid "%s: table not found" +#: storage/lmgr/lock.c:1122 +msgid "LockRelease: remove lock, table corrupted" msgstr "" -#: ../commands/vacuum.c:470 -msgid "" -"oldest Xmin is far in the past --- close open transactions soon to avoid " -"wraparound problems" +#: storage/lmgr/lock.c:1151 +msgid "LockRelease: remove proclock, table corrupted" msgstr "" -#: ../commands/vacuum.c:516 +#: storage/lmgr/lock.c:1192 #, c-format -msgid "pg_class entry for relid %u vanished during vacuuming" +msgid "LockReleaseAll: lockmethod=%d, pid=%d" msgstr "" -#: ../commands/vacuum.c:653 +#: storage/lmgr/lock.c:1200 #, c-format -msgid "" -"Some databases have not been vacuumed in %d transactions.\n" -"\tBetter vacuum them within %d transactions,\n" -"\tor you may have a wraparound failure." +msgid "LockReleaseAll: bad lockmethod %d" msgstr "" -#: ../commands/vacuum.c:732 -#, c-format -msgid "Skipping \"%s\" --- only table or database owner can VACUUM it" +#: storage/lmgr/lock.c:1304 +msgid "LockReleaseAll: proclock table corrupted" msgstr "" -#: ../commands/vacuum.c:903 -#, c-format -msgid "VACUUM (full_vacuum_rel): FlushRelationBuffers returned %d" +#: storage/lmgr/lock.c:1322 +msgid "LockReleaseAll: cannot remove lock from HTAB" msgstr "" -#: ../commands/vacuum.c:1110 -#, c-format -msgid "" -"Rel %s: TID %u/%u: InsertTransactionInProgress %u - can't shrink relation" +#: storage/lmgr/lock.c:1337 +msgid "LockReleaseAll: done" msgstr "" -#: ../commands/vacuum.c:1119 -#, c-format -msgid "" -"Rel %s: TID %u/%u: DeleteTransactionInProgress %u - can't shrink relation" +#: storage/lmgr/lock.c:1524 +msgid "DumpAllLocks: proclock->tag.lock = NULL" msgstr "" -#: ../commands/vacuum.c:1273 +#: storage/lmgr/lwlock.c:71 #, c-format -msgid "" -"Pages %u: Changed %u, reaped %u, Empty %u, New %u; Tup %.0f: Vac %.0f, Keep/" -"VTL %.0f/%u, UnUsed %.0f, MinLen %lu, MaxLen %lu; Re-using: Free/Avail. " -"Space %.0f/%.0f; EndEmpty/Avail. Pages %u/%u.\n" -"\t%s" +msgid "%s(%d): excl %d shared %d head %p rOK %d" msgstr "" -#: ../commands/vacuum.c:1493 -msgid "Invalid XID in t_cmin" +#: storage/lmgr/lwlock.c:81 +#, c-format +msgid "%s(%d): %s" msgstr "" -#: ../commands/vacuum.c:1495 -msgid "HEAP_MOVED_IN was not expected" +#: storage/lmgr/lwlock.c:184 +msgid "No more LWLockIds available" msgstr "" -#: ../commands/vacuum.c:1528 -msgid "HEAP_MOVED_OFF was expected" +#: storage/lmgr/lwlock.c:281 +msgid "LWLockAcquire: can't wait without a PGPROC structure" msgstr "" -#: ../commands/vacuum.c:1558 -msgid "No one parent tuple was found" +#: storage/lmgr/lwlock.c:427 +#, c-format +msgid "LWLockRelease: lock %d is not held" msgstr "" -#: ../commands/vacuum.c:1597 -msgid "" -"Child itemid in update-chain marked as unused - can't continue repair_frag" -msgstr "" +#: storage/lmgr/proc.c:151 storage/lmgr/proc.c:165 +msgid "cannot create new proc: out of memory" +msgstr "无法创建新过程: 内存用尽" -#: ../commands/vacuum.c:1676 -msgid "Parent tuple was not found" +#: storage/lmgr/proc.c:192 +msgid "InitProcess: Proc Header uninitialized" msgstr "" -#: ../commands/vacuum.c:1684 -msgid "Parent itemid marked as unused" +#: storage/lmgr/proc.c:195 +msgid "InitProcess: you already exist" msgstr "" -#: ../commands/vacuum.c:1716 -msgid "Too old parent tuple found - can't continue repair_frag" +#: storage/lmgr/proc.c:273 +msgid "InitDummyProcess: Proc Header uninitialized" msgstr "" -#: ../commands/vacuum.c:1845 -#, c-format -msgid "moving chain: failed to add item with len = %lu to page %u" +#: storage/lmgr/proc.c:276 +msgid "InitDummyProcess: you already exist" msgstr "" -#: ../commands/vacuum.c:1968 +#: storage/lmgr/proc.c:282 #, c-format -msgid "" -"failed to add item with len = %lu to page %u (free space %lu, nusd %u, noff %" -"u)" -msgstr "" - -#: ../commands/vacuum.c:2036 -msgid "Invalid XID in t_cmin (4)" +msgid "InitDummyProcess: DummyProc is in use by PID %d" msgstr "" -#: ../commands/vacuum.c:2038 -msgid "HEAP_MOVED_IN was not expected (2)" +#: storage/lmgr/proc.c:658 +msgid "ProcSleep: Unable to set timer for process wakeup" msgstr "" -#: ../commands/vacuum.c:2172 -msgid "Invalid XID in t_cmin (2)" +#: storage/lmgr/proc.c:680 +msgid "ProcSleep: Unable to disable timer for process wakeup" msgstr "" -#: ../commands/vacuum.c:2181 -msgid "HEAP_MOVED_OFF/HEAP_MOVED_IN was expected" +#: storage/lmgr/spin.c:84 +msgid "spin.c does not support S_LOCK_FREE()" msgstr "" -#: ../commands/vacuum.c:2191 +#: storage/page/bufpage.c:92 #, c-format msgid "" -"Rel %s: Pages: %u --> %u; Tuple(s) moved: %u.\n" -"\t%s" +"PageAddItem: corrupted page pointers: lower = %u, upper = %u, special = %u" msgstr "" -#: ../commands/vacuum.c:2251 -msgid "Invalid XID in t_cmin (3)" +#: storage/page/bufpage.c:112 +msgid "PageAddItem: tried overwrite of used ItemId" msgstr "" -#: ../commands/vacuum.c:2258 -msgid "HEAP_MOVED_OFF was expected (2)" +#: storage/page/bufpage.c:139 +msgid "PageAddItem: specified offset after maxoff" msgstr "" -#: ../commands/vacuum.c:2293 +#: storage/page/bufpage.c:288 #, c-format -msgid "VACUUM (repair_frag): FlushRelationBuffers returned %d" +msgid "" +"PageRepairFragmentation: corrupted page pointers: lower = %u, upper = %u, " +"special = %u" msgstr "" -#: ../commands/vacuum.c:2356 +#: storage/page/bufpage.c:330 #, c-format -msgid "VACUUM (vacuum_heap): FlushRelationBuffers returned %d" +msgid "PageRepairFragmentation: corrupted item pointer %u" msgstr "" -#: ../commands/vacuum.c:2362 +#: storage/page/bufpage.c:343 #, c-format -msgid "Rel %s: Pages: %u --> %u." +msgid "PageRepairFragmentation: corrupted item lengths, total %u, avail %u" msgstr "" -#: ../commands/vacuum.c:2449 ../commands/vacuum.c:2503 +#: storage/page/bufpage.c:421 #, c-format msgid "" -"Index %s: NUMBER OF INDEX' TUPLES (%.0f) IS NOT THE SAME AS HEAP' (%.0f).\n" -"\tRecreate the index." +"PageIndexTupleDelete: corrupted page pointers: lower = %u, upper = %u, " +"special = %u" msgstr "" -#: ../commands/vacuum.c:2815 +#: storage/page/bufpage.c:426 #, c-format -msgid "vac_is_partial_index: index %u not found" +msgid "PageIndexTupleDelete: bad offnum %u" msgstr "" -#: ../commands/async.c:153 +#: storage/page/bufpage.c:437 #, c-format -msgid "Async_Notify: %s" +msgid "PageIndexTupleDelete: corrupted item pointer: offset = %u size = %u" msgstr "" -#: ../commands/async.c:201 -#, c-format -msgid "Async_Listen: %s" +#: storage/smgr/md.c:252 storage/smgr/md.c:424 storage/smgr/md.c:471 +#: storage/smgr/md.c:510 +msgid "seekpos too big!" +msgstr "" + +#: storage/smgr/md.c:287 +msgid "segment too big!" +msgstr "" + +#: storage/smgr/md.c:341 +msgid "segment too big on relopen!" msgstr "" -#: ../commands/async.c:224 +#: storage/smgr/md.c:519 #, c-format -msgid "Async_Listen: We are already listening on %s" +msgid "mdblindwrt: lseek(%ld) failed: %m" +msgstr "mdblindwrt: lseek(%ld) 失败: %m" + +#: storage/smgr/md.c:533 +#, c-format +msgid "mdblindwrt: write() failed: %m" +msgstr "mdblindwrt: write() 失败: %m" + +#: storage/smgr/md.c:539 +#, c-format +msgid "mdblindwrt: close() failed: %m" +msgstr "mdblindwrt: close() 失败: %m" + +#: storage/smgr/md.c:591 +msgid "segment too big in mdnblocks!" msgstr "" -#: ../commands/async.c:303 +#: storage/smgr/md.c:611 #, c-format -msgid "Async_Unlisten %s" +msgid "cannot count blocks for %s -- open failed: %m" msgstr "" -#: ../commands/async.c:360 -msgid "Async_UnlistenAll" +#: storage/smgr/md.c:776 +msgid "_fdvec_alloc error" msgstr "" -#: ../commands/async.c:462 -msgid "AtCommit_Notify" +#: storage/smgr/md.c:858 +msgid "segment too big on openseg!" msgstr "" -#: ../commands/async.c:494 -msgid "AtCommit_Notify: notifying self" +#: storage/smgr/md.c:877 +#, c-format +msgid "_mdfd_getrelnfd: cannot open relation %s: %m" +msgstr "_mdfd_getrelnfd: 无法打开关系 %s: %m" + +#: storage/smgr/md.c:920 +#, c-format +msgid "cannot open segment %u of relation %s (target block %u): %m" msgstr "" -#: ../commands/async.c:501 +#: storage/smgr/md.c:973 #, c-format -msgid "AtCommit_Notify: notifying pid %d" +msgid "_mdfd_blind_getseg: couldn't open %s: %m" msgstr "" -#: ../commands/async.c:559 -msgid "AtCommit_Notify: done" +#: storage/smgr/mm.c:189 +msgid "main memory storage mgr hash table out of memory" msgstr "" -#: ../commands/async.c:633 -msgid "Async_NotifyHandler: perform async notify" +#: storage/smgr/mm.c:232 +msgid "mmunlink: cache hash table corrupted" msgstr "" -#: ../commands/async.c:638 -msgid "Async_NotifyHandler: done" +#: storage/smgr/mm.c:249 +msgid "mmunlink: rel cache hash table corrupted" msgstr "" -#: ../commands/async.c:706 -msgid "EnableNotifyInterrupt: perform async notify" +#: storage/smgr/mm.c:312 +msgid "mmextend: rel cache hash table corrupt" msgstr "" -#: ../commands/async.c:711 -msgid "EnableNotifyInterrupt: done" +#: storage/smgr/mm.c:323 +msgid "mmextend: cache hash table corrupt" msgstr "" -#: ../commands/async.c:762 -msgid "ProcessIncomingNotify" +#: storage/smgr/mm.c:434 +msgid "mmwrite: hash table missing requested page" msgstr "" -#: ../commands/async.c:798 +#: storage/smgr/smgr.c:132 #, c-format -msgid "ProcessIncomingNotify: received %s from %d" +msgid "initialization failed on %s: %m" msgstr "" -#: ../commands/async.c:840 -msgid "ProcessIncomingNotify: done" +#: storage/smgr/smgr.c:154 +#, c-format +msgid "shutdown failed on %s: %m" msgstr "" -#: ../commands/async.c:867 +#: storage/smgr/smgr.c:174 #, c-format -msgid "NOTIFY for %s" -msgstr "" +msgid "cannot create %s: %m" +msgstr "无法创建 %s: %m" -#: ../commands/sequence.c:189 -msgid "DefineSequence: ReadBuffer failed" +#: storage/smgr/smgr.c:246 +#, c-format +msgid "" +"cannot extend %s: %m.\n" +"\tCheck free disk space." msgstr "" -#: ../commands/sequence.c:268 +#: storage/smgr/smgr.c:270 utils/init/miscinit.c:1033 +#: utils/misc/database.c:147 #, c-format -msgid "%s.nextval: you don't have permissions to set sequence %s" -msgstr "" +msgid "cannot open %s: %m" +msgstr "无法打开 %s: %m" -#: ../commands/sequence.c:320 +#: storage/smgr/smgr.c:284 #, c-format -msgid "%s.nextval: reached MAXVALUE (" -msgstr "" +msgid "cannot close %s: %m" +msgstr "无法关闭 %s: %m" -#: ../commands/sequence.c:320 ../commands/sequence.c:336 -#: ../commands/sequence.c:461 ../commands/sequence.c:787 -#: ../commands/sequence.c:801 ../commands/sequence.c:804 -msgid ")" -msgstr "" +#: storage/smgr/smgr.c:307 +#, c-format +msgid "cannot read block %d of %s: %m" +msgstr "无法读取 %2$s 的块 %1$d: %m" -#: ../commands/sequence.c:336 +#: storage/smgr/smgr.c:331 #, c-format -msgid "%s.nextval: reached MINVALUE (" -msgstr "" +msgid "cannot write block %d of %s: %m" +msgstr "无法写入 %2$s 的块 %1$d: %m" -#: ../commands/sequence.c:400 +#: storage/smgr/smgr.c:360 #, c-format -msgid "%s.nextval: WriteBuffer failed" +msgid "cannot write block %d of %u/%u blind: %m" msgstr "" -#: ../commands/sequence.c:414 +#: storage/smgr/smgr.c:387 #, c-format -msgid "%s.currval: you don't have permissions to read sequence %s" -msgstr "" +msgid "cannot count blocks for %s: %m" +msgstr "无法为 %s 计算块数: %m" -#: ../commands/sequence.c:421 +#: storage/smgr/smgr.c:417 #, c-format -msgid "%s.currval is not yet defined in this session" -msgstr "" +msgid "cannot truncate %s to %u blocks: %m" +msgstr "无法将 %s 截断为 %u 块: %m" -#: ../commands/sequence.c:452 +#: storage/smgr/smgr.c:459 #, c-format -msgid "%s.setval: you don't have permissions to set sequence %s" -msgstr "" +msgid "cannot unlink %u/%u: %m" +msgstr "无法删除 %u/%u: %m" -#: ../commands/sequence.c:461 +#: storage/smgr/smgr.c:484 #, c-format -msgid "%s.setval: value " +msgid "transaction commit failed on %s: %m" msgstr "" -#: ../commands/sequence.c:461 -msgid " is out of bounds (" +#: storage/smgr/smgr.c:506 +#, c-format +msgid "transaction abort failed on %s: %m" msgstr "" -#: ../commands/sequence.c:461 -msgid "," +#: storage/smgr/smgr.c:528 +#, c-format +msgid "storage sync failed on %s: %m" msgstr "" -#: ../commands/sequence.c:505 +#: storage/smgr/smgr.c:542 #, c-format -msgid "%s.setval: WriteBuffer failed" +msgid "illegal storage manager number %d" msgstr "" -#: ../commands/sequence.c:607 +#: storage/smgr/smgrtype.c:51 #, c-format -msgid "%s.%s: invalid number of blocks in sequence" +msgid "smgrin: unknown storage manager name '%s'" msgstr "" -#: ../commands/sequence.c:612 +#: storage/smgr/smgrtype.c:62 #, c-format -msgid "%s.%s: ReadBuffer failed" +msgid "Illegal storage manager id %d" msgstr "" -#: ../commands/sequence.c:620 +#: tcop/fastpath.c:175 #, c-format -msgid "%s.%s: bad magic (%08X)" +msgid "fetch_fp_info: cache lookup for function %u failed" +msgstr "fetch_fp_info: 在缓冲中查找函数 %u 失败" + +#: tcop/fastpath.c:186 tcop/fastpath.c:191 +msgid "CSTRING not supported in fastpath protocol" msgstr "" -#: ../commands/sequence.c:657 +#: tcop/fastpath.c:279 #, c-format -msgid "%s.%s: %s is not a sequence" -msgstr "" +msgid "" +"HandleFunctionRequest: actual arguments (%d) != registered arguments (%d)" +msgstr "HandleFunctionRequest: 实际参数 (%d) != 注册参数 (%d)" -#: ../commands/sequence.c:669 +#: tcop/fastpath.c:298 tcop/fastpath.c:310 #, c-format -msgid "%s.%s: sequence was re-created" -msgstr "" +msgid "HandleFunctionRequest: bogus argsize %d" +msgstr "HandleFunctionRequest: 错误的 argsize %d" -#: ../commands/sequence.c:684 ../commands/sequence.c:687 -msgid "Memory exhausted in init_sequence" -msgstr "" +#: tcop/fastpath.c:323 +#, c-format +msgid "HandleFunctionRequest: bogus argsize %d, should be %d" +msgstr "HandleFunctionRequest: 错误的 argsize %d, 应为 %d" -#: ../commands/sequence.c:753 -msgid "DefineSequence: CYCLE ??" -msgstr "" +#: tcop/fastpath.c:341 tcop/postgres.c:675 +msgid "" +"current transaction is aborted, queries ignored until end of transaction " +"block" +msgstr "当前事务已退出, 事务块结束之前的查询被忽略" -#: ../commands/sequence.c:757 +#: tcop/postgres.c:284 #, c-format -msgid "DefineSequence: option \"%s\" not recognized" -msgstr "" +msgid "Socket command type %c unknown" +msgstr "未知的 Socket 命令类型 %c" -#: ../commands/sequence.c:764 -msgid "DefineSequence: can't INCREMENT by 0" -msgstr "" +#: tcop/postgres.c:372 +#, c-format +msgid "query: %s" +msgstr "查询: %s" -#: ../commands/sequence.c:787 -msgid "DefineSequence: MINVALUE (" -msgstr "" +#: tcop/postgres.c:459 +msgid "pg_analyze_and_rewrite: copyObject failed on parse tree" +msgstr "pg_analyze_and_rewrite: copyObject 打开分析树失败" -#: ../commands/sequence.c:787 -msgid ") can't be >= MAXVALUE (" -msgstr "" +#: tcop/postgres.c:503 +msgid "pg_plan_query: copyObject failed on plan tree" +msgstr "pg_plan_query: 在分析树上 copyObject 失败" -#: ../commands/sequence.c:801 ../commands/sequence.c:804 -msgid "DefineSequence: START value (" +#: tcop/postgres.c:752 +msgid "ProcessUtility" msgstr "" -#: ../commands/sequence.c:801 -msgid ") can't be < MINVALUE (" +#: tcop/postgres.c:834 +msgid "ProcessQuery" msgstr "" -#: ../commands/sequence.c:804 -msgid ") can't be > MAXVALUE (" +#: tcop/postgres.c:945 +#, c-format +msgid "duration: %ld.%06ld sec" msgstr "" -#: ../commands/sequence.c:810 -msgid "DefineSequence: CACHE (" +#: tcop/postgres.c:959 +msgid "StartTransactionCommand" msgstr "" -#: ../commands/sequence.c:810 -msgid ") can't be <= 0" +#: tcop/postgres.c:977 +msgid "CommitTransactionCommand" msgstr "" -#: ../commands/sequence.c:819 -#, c-format -msgid "DefineSequence: \"%s\" value unspecified" +#: tcop/postgres.c:1004 +msgid "" +"Message from PostgreSQL backend:\n" +"\tThe Postmaster has informed me that some other backend\n" +"\tdied abnormally and possibly corrupted shared memory.\n" +"\tI have rolled back the current transaction and am\n" +"\tgoing to terminate your database system connection and exit.\n" +"\tPlease reconnect to the database system and repeat your query." msgstr "" +"来自 PostgreSQL 后端的信息:\n" +"\tPostmaster 高速我说其它一些后端非正常退出,\n" +"并可能已损坏共享内存. 我已经将当前事务回卷并且\n" +"准备终止你的数据库系统联接并退出. 请重新联接到\n" +"数据库系统并重做你的查询." -#: ../commands/sequence.c:833 -#, c-format -msgid "DefineSequence: \"%s\" value must be integer" -msgstr "" +#: tcop/postgres.c:1122 +msgid "" +"floating point exception! The last floating point operation either exceeded " +"legal ranges or was a divide by zero" +msgstr "浮点错误! 最后的浮点操作不是超出了范围就是被零除" + +#: tcop/postgres.c:1155 +msgid "This connection has been terminated by the administrator." +msgstr "这个联接已被管理员终止." + +#: tcop/postgres.c:1162 +msgid "Query was canceled." +msgstr "查询已被取消." + +#: tcop/postgres.c:1309 +msgid "Assert checking is not compiled in" +msgstr "没有把断言检查编译进来" + +#: tcop/postgres.c:1541 +msgid "only one -x flag is allowed" +msgstr "只允许一个 -x 标志" + +#: tcop/postgres.c:1559 +msgid "use -x {off,nor,nopull,nopm,pullall,wait}" +msgstr "使用 -x {off, nor, nopull, nopm, pullall, wait}" -#: ../commands/sequence.c:850 +#: tcop/postgres.c:1614 +msgid "" +"Query statistics are disabled because parser, planner, or executor " +"statistics are on." +msgstr "因为打开了分析器, 规划器或者执行器统计, 所以查询统计被关闭." + +#: tcop/postgres.c:1690 tcop/postgres.c:1702 #, c-format -msgid "seq_redo: unknown op code %u" +msgid "" +"%s: invalid command line arguments\n" +"Try -? for help." msgstr "" +"%s: 非法命令行参数\n" +"键入 -? 获取帮助." -#: ../commands/sequence.c:858 +#: tcop/postgres.c:1710 #, c-format -msgid "seq_redo: can't read block of %u/%u" -msgstr "" +msgid "%s: user name undefined and no database specified" +msgstr "%s: 没有声明用户名并且没有指定数据库" -#: ../commands/sequence.c:872 -msgid "seq_redo: failed to add item to page" +#: tcop/postgres.c:1768 +msgid "InitPostgres" msgstr "" -#: ../commands/_deadcode/version.c:188 -msgid "Unable to expand all -- amopenr failed " +#: tcop/postgres.c:1853 +msgid "AbortCurrentTransaction" msgstr "" -#: ../commands/_deadcode/recipe.c:42 -msgid "You must compile with TIOGA defined in order to use recipes\n" -msgstr "" +#: tcop/postgres.c:2055 +msgid "unknown frontend message was received" +msgstr "收到未知前端信息" -#: ../commands/_deadcode/recipe.c:179 -msgid "beginRecipe: Currently eyes cannot have more than one input" +#: tcop/postgres.c:2184 +#, c-format +msgid "" +"%s\n" +"%s" msgstr "" +"%s\n" +"%s" -#: ../commands/_deadcode/recipe.c:188 +#: tcop/postgres.c:2554 +#, fuzzy, c-format +msgid "CreateCommandTag: unknown parse node type %d" +msgstr "CreateOperationTag: 未知操作类型 %d" + +#: tcop/utility.c:95 #, c-format -msgid "beginRecipe: eyes[%d] = %s\n" -msgstr "" +msgid "\"%s\" is not %s %s. Use DROP %s to remove %s %s" +msgstr "\"%s\" 不是 %s %s. 使用 DROP %s 删除 %s %s" -#: ../commands/_deadcode/recipe.c:240 +#: tcop/utility.c:99 #, c-format -msgid "adding tee plan node to the root of the %s\n" -msgstr "" +msgid "\"%s\" is not %s %s" +msgstr "\"%s\" 不是 %s %s" -#: ../commands/_deadcode/recipe.c:288 +#: tcop/utility.c:118 tcop/utility.c:123 #, c-format -msgid "beginRecipe: cursor named %s is now available" -msgstr "" +msgid "%s \"%s\" does not exist" +msgstr "%s \"%s\" 不存在" -#: ../commands/_deadcode/recipe.c:393 -msgid "tg_rewriteQuery: Whoa! why is my qual a List???" -msgstr "" +#: tcop/utility.c:136 +#, c-format +msgid "%s \"%s\" is a system %s" +msgstr "%s \"%s\" 是一个系统 %s" -#: ../commands/_deadcode/recipe.c:504 +#: tcop/utility.c:162 #, c-format -msgid "tg_replaceNumberedParam: unexpected paramkind value of %d" -msgstr "" +msgid "relation \"%s\" is a system catalog" +msgstr "关系 \"%s\" 是一个系统表" -#: ../commands/_deadcode/recipe.c:618 +#: tcop/utility.c:498 tcop/utility.c:502 #, c-format -msgid "" -"tg_rewriteParamsInExpr:can't substitute for parameter %d when that input is " -"unconnected" +msgid "ProcessUtility: Invalid type for RENAME: %d" msgstr "" -#: ../commands/_deadcode/recipe.c:632 +#: tcop/utility.c:606 +msgid "ALTER TABLE: permission denied" +msgstr "ALTER TABLE: 权限不够" + +#: tcop/utility.c:617 #, c-format -msgid "tg_rewriteParamsInExpr: unexpected paramkind value of %d" +msgid "ProcessUtility: Invalid type for AlterTableStmt: %d" msgstr "" -#: ../commands/_deadcode/recipe.c:704 +#: tcop/utility.c:663 +msgid "ALTER DOMAIN: permission denied" +msgstr "ALTER DOMAIN: 权限不够" + +#: tcop/utility.c:669 #, c-format -msgid "getParamTypes: Ingredients cannot take > %d arguments" +msgid "ProcessUtility: Invalid type for AlterDomainStmt: %d" msgstr "" -#: ../commands/_deadcode/recipe.c:710 -msgid "getParamTypes: Ingredient functions cannot take type 'opaque'" -msgstr "" +#: tcop/utility.c:970 +msgid "CHECKPOINT: permission denied" +msgstr "CHECKPOINT: 权限不够" -#: ../commands/_deadcode/recipe.c:716 +#: tcop/utility.c:1017 #, c-format -msgid "getParamTypes: arg type '%s' is not defined" -msgstr "" +msgid "ProcessUtility: command #%d unsupported" +msgstr "ProcessUtility: 不支持 #%d 命令" -#: ../commands/_deadcode/recipe.c:718 +#: utils/adt/acl.c:93 #, c-format -msgid "getParamTypes: arg type '%s' is only a shell" +msgid "getid: identifier must be <%d characters" msgstr "" -#: ../commands/_deadcode/recipe.c:844 ../commands/_deadcode/recipe.c:887 +#: utils/adt/acl.c:131 #, c-format -msgid "calling parser with %s" +msgid "aclparse: input = '%s'" msgstr "" -#: ../commands/_deadcode/recipe.c:854 ../commands/_deadcode/recipe.c:894 -msgid "tg_parseSubQuery: parser produced > 1 query tree" +#: utils/adt/acl.c:141 +msgid "aclparse: bad keyword, must be [group|user]" msgstr "" -#: ../commands/_deadcode/recipe.c:899 -msgid "tg_parseSubQuery: can't parse recipe graph ingredients yet!" +#: utils/adt/acl.c:144 +msgid "aclparse: a name must follow the [group|user] keyword" msgstr "" -#: ../commands/_deadcode/recipe.c:902 -msgid "tg_parseSubQuery: can't parse compiled ingredients yet!" +#: utils/adt/acl.c:150 +msgid "aclparse: expecting \"=\" sign" msgstr "" -#: ../commands/_deadcode/recipe.c:905 +#: utils/adt/acl.c:195 #, c-format -msgid "tg_parseSubQuery: unknown srcLang: %d" +msgid "aclparse: mode flags must use \"%s\"" msgstr "" -#: ../commands/_deadcode/recipe.c:948 -msgid "tg_parseSubQuery: can't handle eye nodes yet" +#: utils/adt/acl.c:221 +msgid "aclparse: a name must follow the \"/\" sign" msgstr "" -#: ../commands/_deadcode/recipe.c:1046 -msgid "tg_parseSubQuery: unexpected result from TupleDescInitEntry" +#: utils/adt/acl.c:228 +#, c-format +msgid "defaulting grantor to %u" msgstr "" -#: ../commands/_deadcode/recipe.c:1057 -msgid "tg_parseSubQuery: can't handle embedded recipes yet!" +#: utils/adt/acl.c:234 +#, c-format +msgid "aclparse: correctly read [%x %d %x]" msgstr "" -#: ../commands/_deadcode/recipe.c:1059 +#: utils/adt/acl.c:254 #, c-format -msgid "unknown nodeType: %d" +msgid "makeacl: invalid size: %d" msgstr "" -#: ../commands/_deadcode/recipe.c:1170 +#: utils/adt/acl.c:285 +msgid "aclitemin: extra garbage at end of specification" +msgstr "" + +#: utils/adt/acl.c:353 #, c-format -msgid "appendTeeQuery: teeNodeName '%s' not found in teeInfo" +msgid "aclitemout: bad idtype: %d" msgstr "" -#: ../commands/_deadcode/recipe.c:1317 -msgid "replaceTeeScans didn't find the corresponding tee plan" +#: utils/adt/acl.c:454 +#, c-format +msgid "acldefault: bogus objtype %d" msgstr "" -#: ../parser/parse_clause.c:189 -msgid "Bogus InhOption value" +#: utils/adt/acl.c:616 +msgid "dependent privileges exist (use CASCADE to revoke them too)" msgstr "" -#: ../parser/parse_clause.c:296 +#: utils/adt/acl.c:688 +msgid "aclremove: removal of the world ACL??" +msgstr "" + +#: utils/adt/acl.c:949 #, c-format -msgid "JOIN/USING clause must return type boolean, not type %s" +msgid "has_table_privilege: invalid privilege type %s" msgstr "" -#: ../parser/parse_clause.c:332 +#: utils/adt/acl.c:1158 #, c-format -msgid "JOIN/ON clause must return type boolean, not type %s" +msgid "has_database_privilege: invalid privilege type %s" msgstr "" -#: ../parser/parse_clause.c:352 +#: utils/adt/acl.c:1334 #, c-format -msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN" +msgid "function \"%s\" does not exist" +msgstr "函数 \"%s\" 不存在" + +#: utils/adt/acl.c:1359 +#, c-format +msgid "has_function_privilege: invalid privilege type %s" +msgstr "has_function_privilege: 无效的权限类型 %s" + +#: utils/adt/acl.c:1560 +#, c-format +msgid "has_language_privilege: invalid privilege type %s" +msgstr "has_language_privilege: 无效的权限类型 %s" + +#: utils/adt/acl.c:1736 +#, c-format +msgid "schema \"%s\" does not exist" +msgstr "大纲 \"%s\" 不存在" + +#: utils/adt/acl.c:1766 +#, c-format +msgid "has_schema_privilege: invalid privilege type %s" +msgstr "has_schema_privilege: 无效的权限类型 %s" + +#: utils/adt/arrayfuncs.c:176 +#, c-format +msgid "array_in: more than %d dimensions" +msgstr "array_in: 超过 %d 大小" + +#: utils/adt/arrayfuncs.c:179 utils/adt/arrayfuncs.c:188 +msgid "array_in: missing dimension value" +msgstr "array_in: 缺少大小值" + +#: utils/adt/arrayfuncs.c:196 +msgid "array_in: missing ']' in array declaration" +msgstr "array_in: 数组声明缺少 ']'" + +#: utils/adt/arrayfuncs.c:201 +msgid "array_in: upper_bound cannot be < lower_bound" +msgstr "array_in: 上限不能小于底限" + +#: utils/adt/arrayfuncs.c:210 +msgid "array_in: Need to specify dimension" +msgstr "array_in: 需要指定大小" + +#: utils/adt/arrayfuncs.c:219 +msgid "array_in: missing assignment operator" msgstr "" -#: ../parser/parse_clause.c:412 -msgid "sub-select in FROM must have an alias" +#: utils/adt/arrayfuncs.c:245 +msgid "array_in: missing left brace" msgstr "" -#: ../parser/parse_clause.c:434 ../parser/parse_clause.c:437 -msgid "Unexpected parse analysis result for subselect in FROM" +#: utils/adt/arrayfuncs.c:301 utils/adt/arrayfuncs.c:308 +#: utils/adt/arrayfuncs.c:420 utils/adt/arrayfuncs.c:430 +#, c-format +msgid "malformed array constant: %s" msgstr "" -#: ../parser/parse_clause.c:440 -msgid "Expected SELECT query from subselect in FROM" +#: utils/adt/arrayfuncs.c:317 utils/adt/arrayfuncs.c:328 +#: utils/adt/arrayfuncs.c:449 utils/adt/arrayfuncs.c:462 +#: utils/adt/arrayfuncs.c:498 +msgid "array_in: illformed array constant" msgstr "" -#: ../parser/parse_clause.c:442 -msgid "Subselect in FROM may not have SELECT INTO" +#: utils/adt/arrayfuncs.c:1039 +msgid "Slices of fixed-length arrays not implemented" msgstr "" -#: ../parser/parse_clause.c:643 -#, c-format -msgid "Common column name \"%s\" appears more than once in left table" +#: utils/adt/arrayfuncs.c:1175 utils/adt/arrayfuncs.c:1177 +#: utils/adt/arrayfuncs.c:1194 utils/adt/arrayfuncs.c:1214 +#: utils/adt/arrayfuncs.c:1224 utils/adt/arrayfuncs.c:1350 +#: utils/adt/arrayfuncs.c:1365 utils/adt/arrayfuncs.c:1374 +#: utils/adt/arrayfuncs.c:1381 utils/adt/arrayfuncs.c:1390 +msgid "Invalid array subscripts" msgstr "" -#: ../parser/parse_clause.c:649 -#, c-format -msgid "JOIN/USING column \"%s\" not found in left table" +#: utils/adt/arrayfuncs.c:1339 +msgid "Updates on slices of fixed-length arrays not implemented" msgstr "" -#: ../parser/parse_clause.c:660 -#, c-format -msgid "Common column name \"%s\" appears more than once in right table" +#: utils/adt/arrayfuncs.c:1400 +msgid "Source array too small" msgstr "" -#: ../parser/parse_clause.c:666 +#: utils/adt/arrayfuncs.c:1531 #, c-format -msgid "JOIN/USING column \"%s\" not found in right table" +msgid "array_map: invalid nargs: %d" msgstr "" -#: ../parser/parse_clause.c:745 -#, c-format -msgid "Column alias list for \"%s\" has wrong number of entries (need %d)" +#: utils/adt/arrayfuncs.c:1533 +msgid "array_map: null input array" msgstr "" -#: ../parser/parse_clause.c:757 -#, c-format -msgid "" -"transformFromClauseItem: unexpected node (internal error)\n" -"\t%s" +#: utils/adt/arrayfuncs.c:1577 +msgid "array_map: cannot handle NULL in array" msgstr "" -#: ../parser/parse_clause.c:779 +#: utils/adt/arrayfuncs.c:1768 utils/cache/lsyscache.c:940 +#: utils/cache/lsyscache.c:963 #, c-format -msgid "WHERE clause must return type boolean, not type %s" +msgid "cache lookup failed for type %u" msgstr "" -#: ../parser/parse_clause.c:876 +#: utils/adt/ascii.c:67 #, c-format -msgid "%s '%s' is ambiguous" +msgid "pg_to_ascii(): unsupported encoding from %s" msgstr "" -#: ../parser/parse_clause.c:895 +#: utils/adt/bool.c:77 #, c-format -msgid "Non-integer constant in %s" +msgid "Bad boolean external representation '%s'" msgstr "" -#: ../parser/parse_clause.c:908 +#: utils/adt/cash.c:195 #, c-format -msgid "%s position %d is not in target list" +msgid "Bad money external representation %s" msgstr "" -#: ../parser/parse_clause.c:1050 -msgid "For SELECT DISTINCT, ORDER BY expressions must appear in target list" +#: utils/adt/cash.c:292 utils/adt/cash.c:305 +msgid "Memory allocation failed, can't output cash" msgstr "" -#: ../parser/parse_clause.c:1088 -msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" +#: utils/adt/cash.c:445 utils/adt/cash.c:495 utils/adt/cash.c:546 +#: utils/adt/cash.c:596 utils/adt/char.c:154 utils/adt/float.c:508 +#: utils/adt/float.c:570 utils/adt/float.c:1756 utils/adt/float.c:1816 +#: utils/adt/geo_ops.c:3507 utils/adt/int.c:555 utils/adt/int.c:618 +#: utils/adt/int.c:657 utils/adt/int.c:696 utils/adt/int.c:708 +#: utils/adt/int.c:720 utils/adt/int.c:732 utils/adt/int.c:744 +#: utils/adt/int8.c:508 utils/adt/int8.c:535 utils/adt/int8.c:631 +#: utils/adt/int8.c:670 utils/adt/numeric.c:3269 utils/adt/timestamp.c:1872 +msgid "division by zero" msgstr "" -#: ../parser/parse_clause.c:1112 -msgid "" -"transformDistinctClause: failed to add DISTINCT ON clause to target list" +#: utils/adt/date.c:69 +#, c-format +msgid "Bad date external representation (too long) '%s'" msgstr "" -#: ../parser/parse_agg.c:118 +#: utils/adt/date.c:73 #, c-format -msgid "Attribute %s.%s must be GROUPed or used in an aggregate function" +msgid "Bad date external representation '%s'" msgstr "" -#: ../parser/parse_agg.c:156 -msgid "Aggregates not allowed in WHERE clause" +#: utils/adt/date.c:81 +msgid "" +"Date CURRENT no longer supported\n" +"\tdate_in() internal coding error" msgstr "" -#: ../parser/parse_agg.c:158 -msgid "Aggregates not allowed in JOIN conditions" +#: utils/adt/date.c:91 +#, c-format +msgid "Unrecognized date external representation '%s'" msgstr "" -#: ../parser/parse_agg.c:174 -msgid "Aggregates not allowed in GROUP BY clause" -msgstr "" +#: utils/adt/date.c:400 +msgid "Unable to convert timestamp to date" +msgstr "不能把 timestamp 转换为 date" -#: ../parser/parse_agg.c:250 -#, c-format -msgid "%s: aggregate '%s' for all types does not exist" +#: utils/adt/date.c:425 +msgid "Unable to convert reserved abstime value to date" msgstr "" -#: ../parser/parse_agg.c:253 -#, c-format -msgid "%s: aggregate '%s' for type %s does not exist" +#: utils/adt/date.c:484 +msgid "Bad date external representation (too long)" msgstr "" -#: ../parser/parse_relation.c:175 +#: utils/adt/date.c:522 #, c-format -msgid "scanNameSpaceForRefname: unexpected node type %d" +msgid "Bad time external representation (too long) '%s'" msgstr "" -#: ../parser/parse_relation.c:186 +#: utils/adt/date.c:526 utils/adt/date.c:1323 #, c-format -msgid "Table name \"%s\" specified more than once" +msgid "Bad time external representation '%s'" msgstr "" -#: ../parser/parse_relation.c:239 -#, c-format -msgid "checkNameSpaceConflicts: unexpected node type %d" -msgstr "" +#: utils/adt/date.c:915 +msgid "Unable to convert timestamp to time" +msgstr "不能把 timestamp 转换为 time" -#: ../parser/parse_relation.c:274 -msgid "RTERangeTablePosn: RTE not found (internal error)" +#: utils/adt/date.c:950 +msgid "Unable to convert timestamptz to time" +msgstr "不能把 timestamptz 转换为 time" + +#: utils/adt/date.c:1152 +msgid "Bad time external representation (too long)" msgstr "" -#: ../parser/parse_relation.c:304 ../parser/parse_relation.c:366 -#: ../parser/parse_relation.c:432 +#: utils/adt/date.c:1183 utils/adt/date.c:1266 #, c-format -msgid "Column reference \"%s\" is ambiguous" -msgstr "" +msgid "TIME units '%s' not recognized" +msgstr "TIME 单位 '%s' 不被认可" -#: ../parser/parse_relation.c:426 +#: utils/adt/date.c:1250 #, c-format -msgid "colnameToVar: unexpected node type %d" -msgstr "" +msgid "TIME units '%s' not supported" +msgstr "不支持 '%s' 的 TIME 单位" -#: ../parser/parse_relation.c:480 +#: utils/adt/date.c:1318 #, c-format -msgid "qualifiedNameToVar: unexpected node type %d" +msgid "Bad time with time zone external representation (too long) '%s'" msgstr "" -#: ../parser/parse_relation.c:536 ../parser/parse_relation.c:629 -#, c-format -msgid "Table \"%s\" has %d columns available but %d columns specified" +#: utils/adt/date.c:1781 +msgid "Unable to convert timestamptz to timetz" +msgstr "不能把 timestamptz 转换为 timetz" + +#: utils/adt/date.c:1857 +msgid "Bad timetz external representation (too long)" msgstr "" -#: ../parser/parse_relation.c:951 +#: utils/adt/date.c:1888 utils/adt/date.c:1984 #, c-format -msgid "Invalid attnum %d for rangetable entry %s" -msgstr "" +msgid "TIMETZ units '%s' not recognized" +msgstr "TIMETZ 单位 '%s' 不被认可" -#: ../parser/parse_relation.c:987 +#: utils/adt/date.c:1968 #, c-format -msgid "Relation '%s' does not have attribute '%s'" -msgstr "" +msgid "TIMETZ units '%s' not supported" +msgstr "不支持 '%s' 的 TIMETZ 单位" -#: ../parser/parse_relation.c:1036 +#: utils/adt/date.c:2011 utils/adt/date.c:2045 utils/adt/timestamp.c:3261 +#: utils/adt/timestamp.c:3284 utils/adt/timestamp.c:3398 +#: utils/adt/timestamp.c:3420 #, c-format -msgid "attnumTypeId: bogus attribute number %d" +msgid "Time zone '%s' not recognized" msgstr "" -#: ../parser/parse_relation.c:1068 +#: utils/adt/date.c:2064 utils/adt/timestamp.c:3306 utils/adt/timestamp.c:3443 #, c-format -msgid "Adding missing FROM-clause entry%s for table \"%s\"" +msgid "INTERVAL time zone '%s' not legal (month specified)" msgstr "" -#: ../parser/parse_coerce.c:139 +#: utils/adt/datetime.c:1249 utils/adt/datetime.c:1964 +msgid "'CURRENT' is no longer supported" +msgstr "'CURRENT' 不再支持" + +#: utils/adt/datetime.c:1426 utils/adt/datetime.c:2236 +#: utils/adt/formatting.c:3035 #, c-format -msgid "coerce_type: conversion function %s produced %s" +msgid "Inconsistent use of year %04d and 'BC'" msgstr "" -#: ../parser/parse_coerce.c:392 +#: utils/adt/datetime.c:3690 #, c-format -msgid "%s types \"%s\" and \"%s\" not matched" +msgid "Ordering error in %s table: \"%.*s\" >= \"%.*s\"" +msgstr "" + +#: utils/adt/datum.c:78 utils/adt/datum.c:87 +msgid "datumGetSize: Invalid Datum Pointer" msgstr "" -#: ../parser/parse_coerce.c:448 +#: utils/adt/datum.c:92 #, c-format -msgid "%s unable to convert to type \"%s\"" +msgid "datumGetSize: Invalid typLen %d" msgstr "" -#: gram.y:734 -msgid "ALTER SCHEMA not yet supported" +#: utils/adt/encode.c:53 utils/adt/encode.c:87 +#, c-format +msgid "No such encoding as '%s'" msgstr "" -#: gram.y:840 -msgid "SET must have at least one argument" +#: utils/adt/encode.c:62 +msgid "Overflow - encode estimate too small" msgstr "" -#: gram.y:1210 gram.y:1215 gram.y:3544 gram.y:3549 -msgid "GLOBAL TEMPORARY TABLE is not currently supported" +#: utils/adt/encode.c:96 +msgid "Overflow - decode estimate too small" msgstr "" -#: gram.y:1250 +#: utils/adt/encode.c:144 #, c-format -msgid "CREATE TABLE/COLLATE %s not yet implemented; clause ignored" +msgid "Bad hex code: '%c'" msgstr "" -#: gram.y:1506 -msgid "FOREIGN KEY/MATCH PARTIAL not yet implemented" +#: utils/adt/encode.c:170 +msgid "hex_decode: invalid data" msgstr "" -#: gram.y:1561 -msgid "CREATE TABLE/AS SELECT may not specify INTO" +#: utils/adt/encode.c:284 +msgid "base64: unexpected '='" msgstr "" -#: ../parser/analyze.c:3164 ../parser/analyze.c:3182 gram.y:1862 gram.y:1875 -msgid "INITIALLY DEFERRED constraint must be DEFERRABLE" +#: utils/adt/encode.c:294 +msgid "base64: Invalid symbol" msgstr "" -#: gram.y:2121 -msgid "FETCH/RELATIVE at current position is not supported" +#: utils/adt/encode.c:312 +msgid "base64: invalid end sequence" msgstr "" -#: gram.y:2249 -msgid "FETCH/ABSOLUTE not supported, using RELATIVE" +#: utils/adt/encode.c:419 utils/adt/encode.c:482 +msgid "decode: Bad input string for type bytea" msgstr "" -#: gram.y:2366 -msgid "" -"WITH GRANT OPTION is not supported. Only relation owners can set privileges" +#: utils/adt/float.c:151 +msgid "Bad float4 input format -- overflow" msgstr "" -#: gram.y:2555 -msgid "CREATE FUNCTION/OUT parameters are not supported" +#: utils/adt/float.c:153 +msgid "Bad float4 input format -- underflow" msgstr "" -#: gram.y:2560 -msgid "CREATE FUNCTION/INOUT parameters are not supported" +#: utils/adt/float.c:175 +msgid "Bad float8 input format -- overflow" msgstr "" -#: gram.y:2645 -msgid "parser: argument type missing (use NONE for unary operators)" +#: utils/adt/float.c:177 +msgid "Bad float8 input format -- underflow" msgstr "" -#: gram.y:2905 -msgid "COMMIT/CHAIN not yet supported" +#: utils/adt/float.c:207 +#, c-format +msgid "Bad float4 input format '%s'" msgstr "" -#: gram.y:3025 +#: utils/adt/float.c:212 #, c-format -msgid "%s is not a valid encoding name" +msgid "Input '%s' is out of range for float4" msgstr "" -#: gram.y:3037 +#: utils/adt/float.c:278 utils/adt/numeric.c:2836 utils/adt/numeric.c:2859 #, c-format -msgid "%d is not a valid encoding code" +msgid "Bad float8 input format '%s'" msgstr "" -#: gram.y:3618 -msgid "LIMIT must not be negative" +#: utils/adt/float.c:283 +#, c-format +msgid "Input '%s' is out of range for float8" msgstr "" -#: gram.y:3659 -msgid "OFFSET must not be negative" -msgstr "" +#: utils/adt/float.c:820 +msgid "dtoi4: integer out of range" +msgstr "dtoi4: 整数超出范围" -#: gram.y:3764 -msgid "" -"sub-SELECT in FROM must have an alias\n" -"\tFor example, FROM (SELECT ...) [AS] foo" -msgstr "" +#: utils/adt/float.c:837 +msgid "dtoi2: integer out of range" +msgstr "dtoi2: 整数超出范围" -#: gram.y:4063 -msgid "precision for FLOAT must be at least 1" +#: utils/adt/float.c:882 +msgid "ftoi4: integer out of range" +msgstr "ftoi4: 整数超出范围" + +#: utils/adt/float.c:899 +msgid "ftoi2: integer out of range" +msgstr "ftoi2: 整数超出范围" + +#: utils/adt/float.c:1133 +msgid "can't take sqrt of a negative number" msgstr "" -#: gram.y:4069 -msgid "precision for FLOAT must be less than 16" +#: utils/adt/float.c:1177 +msgid "pow() result is out of range" +msgstr "pow() 的结果超出范围" + +#: utils/adt/float.c:1205 +msgid "exp() result is out of range" +msgstr "exp() 的结果超出范围" + +#: utils/adt/float.c:1223 utils/adt/float.c:1244 +msgid "can't take log of zero" msgstr "" -#: gram.y:4080 gram.y:4091 -#, c-format -msgid "NUMERIC precision %d must be beween 1 and %d" +#: utils/adt/float.c:1225 utils/adt/float.c:1246 +msgid "can't take log of a negative number" msgstr "" -#: gram.y:4083 +#: utils/adt/float.c:1271 #, c-format -msgid "NUMERIC scale %d must be between 0 and precision %d" -msgstr "" +msgid "acos(%f) input is out of range" +msgstr "acos(%f) 的输入超出范围" -#: gram.y:4106 gram.y:4117 +#: utils/adt/float.c:1294 #, c-format -msgid "DECIMAL precision %d must be beween 1 and %d" -msgstr "" +msgid "asin(%f) input is out of range" +msgstr "asin(%f) 的输入超出范围" -#: gram.y:4109 +#: utils/adt/float.c:1317 #, c-format -msgid "DECIMAL scale %d must be between 0 and precision %d" -msgstr "" +msgid "atan(%f) input is out of range" +msgstr "atan(%f) 的输入超出范围" -#: gram.y:4139 gram.y:4174 +#: utils/adt/float.c:1341 #, c-format -msgid "length for type '%s' must be at least 1" -msgstr "" +msgid "atan2(%f,%f) input is out of range" +msgstr "atan2(%f,%f) 的输入超出范围" -#: gram.y:4142 gram.y:4177 +#: utils/adt/float.c:1364 #, c-format -msgid "length for type '%s' cannot exceed %d" -msgstr "" +msgid "cos(%f) input is out of range" +msgstr "cos(%f) 的输入超出范围" -#: gram.y:4254 +#: utils/adt/float.c:1387 #, c-format -msgid "TIMESTAMP(%d) %s precision must be beween %d and %d" -msgstr "" +msgid "cot(%f) input is out of range" +msgstr "cot(%f) 的输入超出范围" -#: gram.y:4279 +#: utils/adt/float.c:1411 #, c-format -msgid "TIME(%d) %s precision must be beween %d and %d" -msgstr "" +msgid "sin(%f) input is out of range" +msgstr "sin(%f) 的输入超出范围" -#: gram.y:4409 -msgid "Wrong number of parameters on left side of OVERLAPS expression" -msgstr "" +#: utils/adt/float.c:1434 +#, c-format +msgid "tan(%f) input is out of range" +msgstr "tan(%f) 的输入超出范围" -#: gram.y:4414 -msgid "Wrong number of parameters on right side of OVERLAPS expression" +#: utils/adt/float.c:1545 +#, c-format +msgid "%s: expected 3-element float8 array" msgstr "" -#: gram.y:4978 +#: utils/adt/format_type.c:136 utils/adt/format_type.c:162 #, c-format -msgid "CURRENT_TIME(%d) precision must be between %d and %d" +msgid "could not locate data type with oid %u in catalog" msgstr "" -#: gram.y:5034 +#: utils/adt/format_type.c:315 #, c-format -msgid "CURRENT_TIMESTAMP(%d) precision must be beween %d and %d" +msgid "Invalid INTERVAL typmod 0x%x" msgstr "" -#: gram.y:5902 -msgid "OLD used in non-rule query" +#: utils/adt/formatting.c:390 +#, c-format +msgid "" +"TMFC:\n" +"hh %d\n" +"am %d\n" +"pm %d\n" +"mi %d\n" +"ss %d\n" +"ssss %d\n" +"d %d\n" +"dd %d\n" +"ddd %d\n" +"mm %d\n" +"ms: %d\n" +"year %d\n" +"bc %d\n" +"iw %d\n" +"ww %d\n" +"w %d\n" +"cc %d\n" +"q %d\n" +"j %d\n" +"us: %d" msgstr "" -#: gram.y:5909 -msgid "NEW used in non-rule query" +#: utils/adt/formatting.c:396 +#, c-format +msgid "" +"TM:\n" +"sec %d\n" +"year %d\n" +"min %d\n" +"wday %d\n" +"hour %d\n" +"yday %d\n" +"mday %d\n" +"nisdst %d\n" +"mon %d\n" msgstr "" -#: gram.y:5968 -msgid "Unequal number of entries in row expression" +#: utils/adt/formatting.c:963 +msgid "to_char/to_number(): '9' must be ahead of 'PR'." msgstr "" -#: gram.y:5996 -#, c-format -msgid "Operator '%s' not implemented for row expressions" +#: utils/adt/formatting.c:980 +msgid "to_char/to_number(): '0' must be ahead of 'PR'." msgstr "" -#: gram.y:6009 -msgid "CREATE TABLE/AS SELECT has mismatched column count" +#: utils/adt/formatting.c:1007 +msgid "to_char/to_number(): not unique decimal point." msgstr "" -#: gram.y:6053 -msgid "Multiple ORDER BY clauses not allowed" +#: utils/adt/formatting.c:1012 utils/adt/formatting.c:1099 +msgid "to_char/to_number(): can't use 'V' and decimal poin together." msgstr "" -#: gram.y:6059 -msgid "Multiple FOR UPDATE clauses not allowed" +#: utils/adt/formatting.c:1025 +msgid "to_char/to_number(): not unique 'S'." msgstr "" -#: gram.y:6065 -msgid "Multiple OFFSET clauses not allowed" +#: utils/adt/formatting.c:1030 +msgid "to_char/to_number(): can't use 'S' and 'PL'/'MI'/'SG'/'PR' together." msgstr "" -#: gram.y:6071 -msgid "Multiple LIMIT clauses not allowed" +#: utils/adt/formatting.c:1052 +msgid "to_char/to_number(): can't use 'S' and 'MI' together." msgstr "" -#: scan.l:283 -msgid "Unterminated /* comment" +#: utils/adt/formatting.c:1061 +msgid "to_char/to_number(): can't use 'S' and 'PL' together." msgstr "" -#: scan.l:293 -#, c-format -msgid "invalid bit string input: '%s'" +#: utils/adt/formatting.c:1070 +msgid "to_char/to_number(): can't use 'S' and 'SG' together." msgstr "" -#: scan.l:306 -msgid "unterminated bit string literal" +#: utils/adt/formatting.c:1080 +msgid "to_char/to_number(): can't use 'PR' and 'S'/'PL'/'MI'/'SG' together." msgstr "" -#: scan.l:325 -#, c-format -msgid "Bad hexadecimal integer input '%s'" +#: utils/adt/formatting.c:1106 +msgid "to_char/to_number(): 'E' is not supported." msgstr "" -#: scan.l:330 -msgid "Unterminated hexadecimal integer" +#: utils/adt/formatting.c:1130 +msgid "to_char/number(): run parser." msgstr "" -#: scan.l:349 -msgid "Unterminated quoted string" +#: utils/adt/formatting.c:1326 +msgid "to_from-char(): DUMP FORMAT" msgstr "" -#: scan.l:359 -msgid "zero-length delimited identifier" +#: utils/adt/formatting.c:1331 +#, c-format +msgid "%d:\t NODE_TYPE_ACTION '%s'\t(%s,%s)" msgstr "" -#: scan.l:365 scan.l:369 scan.l:520 scan.l:524 +#: utils/adt/formatting.c:1334 #, c-format -msgid "identifier \"%s\" will be truncated to \"%.*s\"" +msgid "%d:\t NODE_TYPE_CHAR '%c'" msgstr "" -#: scan.l:383 -msgid "Unterminated quoted identifier" +#: utils/adt/formatting.c:1337 +#, c-format +msgid "%d:\t NODE_TYPE_END" msgstr "" -#: scan.l:540 +#: utils/adt/formatting.c:1341 #, c-format -msgid "parser: %s at or near \"%s\"" +msgid "%d:\t UnKnown NODE !!!" msgstr "" -#: scan.l:609 -msgid "Unput() failed.\n" +#: utils/adt/formatting.c:1365 +#, c-format +msgid "get_th: '%s' is not number." msgstr "" -#: ../parser/analyze.c:193 -msgid "CREATE VIEW specifies more column names than columns" +#: utils/adt/formatting.c:1539 +msgid "TO-FROM_CHAR: Dump KeyWord Index:" msgstr "" -#: ../parser/analyze.c:380 -msgid "INSERT ... SELECT may not specify INTO" -msgstr "" +#: utils/adt/formatting.c:1545 +#, c-format +msgid "\t%c: %s, " +msgstr "\t%c: %s, " -#: ../parser/analyze.c:466 -msgid "INSERT has more expressions than target columns" -msgstr "" +#: utils/adt/formatting.c:1551 +#, c-format +msgid "\t(%d) %c %d" +msgstr "\t(%d) %c %d" -#: ../parser/analyze.c:807 +#: utils/adt/formatting.c:1554 #, c-format msgid "" -"CREATE TABLE will create implicit sequence '%s' for SERIAL column '%s.%s'" +"\n" +"\t\tUsed positions: %d,\n" +"\t\tFree positions: %d" msgstr "" -#: ../parser/analyze.c:847 ../parser/analyze.c:855 +#: utils/adt/formatting.c:1626 +msgid "to_timestamp(): bad AM/PM string" +msgstr "to_timestamp(): 坏的 AM/PM 串" + +#: utils/adt/formatting.c:1970 +msgid "to_timestamp(): TZ/tz not supported." +msgstr "to_timestamp(): TZ/tz 不被支持" + +#: utils/adt/formatting.c:1978 #, c-format -msgid "CREATE TABLE/(NOT) NULL conflicting declaration for '%s.%s'" +msgid "to_timestamp(): bad value for %s" msgstr "" -#: ../parser/analyze.c:863 +#: utils/adt/formatting.c:2612 utils/adt/formatting.c:3171 #, c-format -msgid "CREATE TABLE/DEFAULT multiple values specified for '%s.%s'" +msgid "Cache is full (%d)" msgstr "" -#: ../parser/analyze.c:907 ../parser/analyze.c:942 -msgid "parser: unrecognized constraint (internal error)" +#: utils/adt/formatting.c:2620 utils/adt/formatting.c:3188 +#, c-format +msgid "OLD: '%s' AGE: %d" msgstr "" -#: ../parser/analyze.c:938 -msgid "parser: illegal context for constraint (internal error)" +#: utils/adt/formatting.c:2631 utils/adt/formatting.c:3200 +#, c-format +msgid "NEW (%d)" msgstr "" -#: ../parser/analyze.c:957 -msgid "parser: unrecognized node (internal error)" +#: utils/adt/formatting.c:2796 utils/adt/formatting.c:2822 +msgid "to_char(): Unable to convert timestamp to tm" +msgstr "to_char(): 不能把 timestamp 转换为 tm" + +#: utils/adt/formatting.c:2998 +msgid "to_timestamp(): AM/PM hour must be between 1 and 12" +msgstr "to_timestamp(): AM/PM 小时必需在 1 到 12 之间" + +#: utils/adt/formatting.c:3067 +msgid "to_timestamp() cat't convert yday without year information" msgstr "" -#: ../parser/analyze.c:983 +#: utils/adt/formatting.c:3102 +msgid "to_timestamp(): can't convert 'tm' to timestamp." +msgstr "to_timestamp(): 不能把 'tm' 转换为 timestamp." + +#: utils/adt/formatting.c:3250 #, c-format -msgid "" -"CREATE TABLE/PRIMARY KEY multiple primary keys for table '%s' are not allowed" +msgid "REMOVING ENTRY (%s)" msgstr "" -#: ../parser/analyze.c:1038 ../parser/analyze.c:1258 ../parser/analyze.c:1395 -#, c-format -msgid "inherited table \"%s\" is not a relation" +#: utils/adt/formatting.c:3475 +msgid "CALL: get_last_relevant_decnum()" msgstr "" -#: ../parser/analyze.c:1065 +#: utils/adt/formatting.c:3500 +msgid " --- scan start --- " +msgstr " --- 扫描开始 ---" + +#: utils/adt/formatting.c:3521 #, c-format -msgid "" -"inherited attribute \"%s\" cannot be a PRIMARY KEY because it is not marked " -"NOT NULL" +msgid "Try read sign (%c)." msgstr "" -#: ../parser/analyze.c:1077 +#: utils/adt/formatting.c:3533 #, c-format -msgid "CREATE TABLE: column \"%s\" named in key does not exist" -msgstr "CREATE TABLE: 在键字中命名的字段 \"%s\" 不存在" +msgid "Try read locale sign (%c)." +msgstr "" -#: ../parser/analyze.c:1085 +#: utils/adt/formatting.c:3552 #, c-format -msgid "CREATE TABLE: column \"%s\" appears twice in %s constraint" +msgid "Try read sipmle sign (%c)." msgstr "" -#: ../parser/analyze.c:1170 -msgid "CREATE TABLE: failed to make implicit index name" +#: utils/adt/formatting.c:3593 +#, c-format +msgid "Read digit (%c)." msgstr "" -#: ../parser/analyze.c:1172 +#: utils/adt/formatting.c:3604 #, c-format -msgid "CREATE TABLE/%s will create implicit index '%s' for table '%s'" +msgid "Try read decimal point (%c)." msgstr "" -#: ../parser/analyze.c:1200 -msgid "CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s)" +#: utils/adt/formatting.c:3619 +#, c-format +msgid "Try read locale point (%c)." msgstr "" -#: ../parser/analyze.c:1238 ../parser/analyze.c:1318 ../parser/analyze.c:1378 +#: utils/adt/formatting.c:3652 #, c-format -msgid "Unable to lookup type %s" +msgid "SIGN_WROTE: %d, CURRENT: %d, NUMBER_P: '%s', INOUT: '%s'" msgstr "" -#: ../parser/analyze.c:1328 ../parser/analyze.c:3086 +#: utils/adt/formatting.c:3667 #, c-format -msgid "PRIMARY KEY for referenced table \"%s\" not found" +msgid "Writing sign to position: %d" msgstr "" -#: ../parser/analyze.c:1473 ../parser/analyze.c:2573 +#: utils/adt/formatting.c:3709 #, c-format -msgid "Illegal FOREIGN KEY definition REFERENCES \"%s\"" +msgid "Writing bracket to position %d" msgstr "" -#: ../parser/analyze.c:1475 ../parser/analyze.c:2575 -msgid "" -"number of key attributes in referenced table must be equal to foreign key" +#: utils/adt/formatting.c:3731 +#, c-format +msgid "Writing blank space to position %d" msgstr "" -#: ../parser/analyze.c:1535 ../parser/analyze.c:2620 -msgid "Only one ON DELETE action can be specified for FOREIGN KEY constraint" +#: utils/adt/formatting.c:3746 +#, c-format +msgid "Writing zero to position %d" msgstr "" -#: ../parser/analyze.c:1608 ../parser/analyze.c:2691 -msgid "Only one ON UPDATE action can be specified for FOREIGN KEY constraint" +#: utils/adt/formatting.c:3764 +#, c-format +msgid "Writing decimal point to position %d" msgstr "" -#: ../parser/analyze.c:1751 ../parser/analyze.c:1868 +#: utils/adt/formatting.c:3813 #, c-format -msgid "transformRuleStmt: unexpected event type %d" +msgid "Writing digit '%c' to position %d" msgstr "" -#: ../parser/analyze.c:1760 -msgid "Rule WHERE condition may not contain references to other relations" +#: utils/adt/formatting.c:3857 +msgid "to_number(): RN is not supported" msgstr "" -#: ../parser/analyze.c:1828 +#: utils/adt/formatting.c:3979 +#, c-format msgid "" -"Rules with WHERE conditions may only have SELECT, INSERT, UPDATE, or DELETE " -"actions" +"\n" +"\tNUM: '%s'\n" +"\tPRE: %d\n" +"\tPOST: %d\n" +"\tNUM_COUNT: %d\n" +"\tNUM_PRE: %d\n" +"\tSIGN_POS: %d\n" +"\tSIGN_WROTE: %s\n" +"\tZERO: %s\n" +"\tZERO_START: %d\n" +"\tZERO_END: %d\n" +"\tLAST_RELEVANT: %s" msgstr "" -#: ../parser/analyze.c:1852 -msgid "ON SELECT rule may not use OLD" +#: utils/adt/formatting.c:4244 +#, c-format +msgid "TO_NUMBER (number): '%s'" msgstr "" -#: ../parser/analyze.c:1854 -msgid "ON SELECT rule may not use NEW" +#: utils/adt/geo_ops.c:290 utils/adt/geo_ops.c:3626 utils/adt/geo_ops.c:4452 +msgid "Too many points requested" msgstr "" -#: ../parser/analyze.c:1861 -msgid "ON INSERT rule may not use OLD" +#: utils/adt/geo_ops.c:311 +msgid "Unable to format path" msgstr "" -#: ../parser/analyze.c:1865 -msgid "ON DELETE rule may not use NEW" +#: utils/adt/geo_ops.c:383 +#, c-format +msgid "Bad box external representation '%s'" msgstr "" -#: ../parser/analyze.c:1930 ../parser/analyze.c:2142 -msgid "DECLARE CURSOR must not specify INTO" +#: utils/adt/geo_ops.c:842 +#, c-format +msgid "Bad line external representation '%s'" msgstr "" -#: ../parser/analyze.c:1932 ../parser/analyze.c:2144 -msgid "" -"DECLARE/UPDATE is not supported\n" -"\tCursors must be READ ONLY" +#: utils/adt/geo_ops.c:847 utils/adt/geo_ops.c:911 +msgid "line not yet implemented" msgstr "" -#: ../parser/analyze.c:1942 ../parser/analyze.c:2154 -msgid "DECLARE CURSOR may only be used in begin/end transaction blocks" +#: utils/adt/geo_ops.c:1237 utils/adt/geo_ops.c:1258 +#, c-format +msgid "Bad path external representation '%s'" msgstr "" -#: ../optimizer/plan/planner.c:799 ../parser/analyze.c:2078 -#: ../parser/analyze.c:2242 ../parser/analyze.c:2851 -msgid "SELECT FOR UPDATE is not allowed with UNION/INTERSECT/EXCEPT" +#: utils/adt/geo_ops.c:1574 +#, c-format +msgid "Bad point external representation '%s'" msgstr "" -#: ../parser/analyze.c:2203 -msgid "" -"ORDER BY on a UNION/INTERSECT/EXCEPT result must be on one of the result " -"columns" +#: utils/adt/geo_ops.c:1770 +#, c-format +msgid "Bad lseg external representation '%s'" msgstr "" -#: ../parser/analyze.c:2237 -msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT" +#: utils/adt/geo_ops.c:2320 +msgid "dist_lb not implemented" msgstr "" -#: ../parser/analyze.c:2239 -msgid "Portal may not appear in UNION/INTERSECT/EXCEPT" +#: utils/adt/geo_ops.c:2831 +msgid "close_lb not implemented" msgstr "" -#: ../parser/analyze.c:2334 -#, c-format -msgid "Each %s query must have the same number of columns" +#: utils/adt/geo_ops.c:3108 +msgid "Unable to create bounding box for empty polygon" msgstr "" -#: ../parser/analyze.c:2392 +#: utils/adt/geo_ops.c:3130 utils/adt/geo_ops.c:3140 #, c-format -msgid "getSetColTypes: unexpected node %d" +msgid "Bad polygon external representation '%s'" msgstr "" -#: ../parser/analyze.c:2467 ../parser/analyze.c:2476 -msgid "UPDATE target count mismatch --- internal error" +#: utils/adt/geo_ops.c:3428 +msgid "poly_distance not implemented" msgstr "" -#: ../parser/analyze.c:2515 -msgid "" -"ALTER TABLE ... ADD CONSTRAINT will create implicit trigger(s) for FOREIGN " -"KEY check(s)" +#: utils/adt/geo_ops.c:3734 +msgid "path_center not implemented" msgstr "" -#: ../parser/analyze.c:2796 -#, c-format -msgid "Unsupported type %d in transformTypeRefs" +#: utils/adt/geo_ops.c:3749 +msgid "Open path cannot be converted to polygon" msgstr "" -#: ../parser/analyze.c:2837 +#: utils/adt/geo_ops.c:3914 utils/adt/geo_ops.c:3922 utils/adt/geo_ops.c:3935 +#: utils/adt/geo_ops.c:3939 #, c-format -msgid "unsupported expression in %%TYPE" +msgid "Bad circle external representation '%s'" msgstr "" -#: ../parser/analyze.c:2840 -#, c-format -msgid "%s.%s%%TYPE converted to %s" +#: utils/adt/geo_ops.c:3959 utils/adt/geo_ops.c:3965 +msgid "Unable to format circle" msgstr "" -#: ../parser/analyze.c:2853 -msgid "SELECT FOR UPDATE is not allowed with DISTINCT clause" +#: utils/adt/geo_ops.c:4445 +msgid "Unable to convert circle to polygon" msgstr "" -#: ../parser/analyze.c:2855 -msgid "SELECT FOR UPDATE is not allowed with GROUP BY clause" +#: utils/adt/geo_ops.c:4485 utils/adt/geo_ops.c:4506 +msgid "Unable to convert polygon to circle" msgstr "" -#: ../parser/analyze.c:2857 -msgid "SELECT FOR UPDATE is not allowed with AGGREGATE" +#: utils/adt/int.c:96 +msgid "int2vector value has too many values" msgstr "" -#: ../parser/analyze.c:2922 +#: utils/adt/int.c:197 #, c-format -msgid "FOR UPDATE: relation \"%s\" not found in FROM clause" +msgid "i4toi2: '%d' causes int2 underflow" msgstr "" -#: ../parser/analyze.c:2953 ../parser/analyze.c:3052 +#: utils/adt/int.c:199 #, c-format -msgid "referenced table \"%s\" not found" -msgstr "未找到被引用的表 \"%s\"" +msgid "i4toi2: '%d' causes int2 overflow" +msgstr "" -#: ../parser/analyze.c:3148 -msgid "Misplaced DEFERRABLE clause" +#: utils/adt/int8.c:101 utils/adt/int8.c:125 +#, c-format +msgid "Bad int8 external representation \"%s\"" msgstr "" -#: ../parser/analyze.c:3150 ../parser/analyze.c:3159 -msgid "Multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" +#: utils/adt/int8.c:114 +#, c-format +msgid "int8 value out of range: \"%s\"" msgstr "" -#: ../parser/analyze.c:3157 -msgid "Misplaced NOT DEFERRABLE clause" +#: utils/adt/int8.c:157 +msgid "Unable to format int8" msgstr "" -#: ../parser/analyze.c:3169 -msgid "Misplaced INITIALLY DEFERRED clause" +#: utils/adt/int8.c:760 +msgid "int8 conversion to int4 is out of range" msgstr "" -#: ../parser/analyze.c:3171 ../parser/analyze.c:3189 -msgid "Multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" +#: utils/adt/int8.c:783 +msgid "int8 conversion to int2 is out of range" msgstr "" -#: ../parser/analyze.c:3187 -msgid "Misplaced INITIALLY IMMEDIATE clause" +#: utils/adt/int8.c:819 utils/adt/int8.c:856 +msgid "Floating point conversion to int8 is out of range" msgstr "" -#: ../parser/parse_expr.c:103 -#, c-format -msgid "Expression too complex: nesting depth exceeds max_expr_depth = %d" +#: utils/adt/int8.c:871 +#, fuzzy +msgid "int8 conversion to OID is out of range" +msgstr "pow() 的结果超出范围" + +#: utils/adt/like.c:451 utils/adt/like_match.c:289 utils/adt/regexp.c:453 +msgid "ESCAPE string must be empty or one character" msgstr "" -#: ../parser/parse_expr.c:132 +#: utils/adt/mac.c:61 #, c-format -msgid "Parameter '$%d' is out of range" -msgstr "参数 '$%d' 超出范围" +msgid "macaddr_in: error in parsing \"%s\"" +msgstr "" -#: ../parser/parse_expr.c:209 +#: utils/adt/mac.c:66 #, c-format -msgid "left-hand side of AND is type '%s', not '%s'" +msgid "macaddr_in: illegal address \"%s\"" msgstr "" -#: ../parser/parse_expr.c:214 -#, c-format -msgid "right-hand side of AND is type '%s', not '%s'" +#: utils/adt/mac.c:139 +msgid "Text is too long to convert to MAC address" msgstr "" -#: ../parser/parse_expr.c:235 +#: utils/adt/nabstime.c:215 utils/adt/nabstime.c:249 #, c-format -msgid "left-hand side of OR is type '%s', not '%s'" -msgstr "" +msgid "Invalid timezone '%s'" +msgstr "无效时区 '%s'" -#: ../parser/parse_expr.c:240 +#: utils/adt/nabstime.c:343 #, c-format -msgid "right-hand side of OR is type '%s', not '%s'" +msgid "Bad abstime external representation (too long) '%s'" msgstr "" -#: ../parser/parse_expr.c:258 +#: utils/adt/nabstime.c:347 #, c-format -msgid "argument to NOT is type '%s', not '%s'" +msgid "Bad abstime external representation '%s'" msgstr "" -#: ../parser/parse_expr.c:309 ../parser/parse_expr.c:313 -msgid "Bad query in subselect" +#: utils/adt/nabstime.c:377 +#, c-format +msgid "Bad abstime (internal coding error) '%s'" msgstr "" -#: ../parser/parse_expr.c:336 -msgid "Subselect must have a field" +#: utils/adt/nabstime.c:568 utils/adt/nabstime.c:636 +msgid "Unable to convert timestamp to abstime" msgstr "" -#: ../parser/parse_expr.c:340 -msgid "Subselect must have only one field" +#: utils/adt/nabstime.c:592 +msgid "Unable to convert abstime 'invalid' to timestamp" msgstr "" -#: ../parser/parse_expr.c:369 -#, c-format -msgid "Row comparison cannot use '%s'" +#: utils/adt/nabstime.c:607 +msgid "" +"Unable to convert ABSTIME to TIMESTAMP\n" +"\tabstime_timestamp() internal error" msgstr "" -#: ../parser/parse_expr.c:392 -msgid "Subselect has too many fields" +#: utils/adt/nabstime.c:660 +msgid "Unable to convert abstime 'invalid' to timestamptz" msgstr "" -#: ../parser/parse_expr.c:408 -#, c-format +#: utils/adt/nabstime.c:675 msgid "" -"'%s' result type of '%s' must return '%s' to be used with quantified " -"predicate subquery" +"Unable to convert ABSTIME to TIMESTAMP WITH TIME ZONE\n" +"\tabstime_timestamptz() internal error" msgstr "" -#: ../parser/parse_expr.c:420 -msgid "Subselect has too few fields" +#: utils/adt/nabstime.c:706 +#, c-format +msgid "Bad reltime external representation (too long) '%s'" msgstr "" -#: ../parser/parse_expr.c:506 -msgid "WHEN clause must have a boolean result" +#: utils/adt/nabstime.c:710 +#, c-format +msgid "Bad reltime external representation '%s'" msgstr "" -#: ../parser/parse_expr.c:565 +#: utils/adt/nabstime.c:720 #, c-format -msgid "transformExpr: unexpected booltesttype %d" +msgid "Bad reltime (internal coding error) '%s'" msgstr "" -#: ../parser/parse_expr.c:570 +#: utils/adt/nabstime.c:776 #, c-format -msgid "Argument of %s must be boolean" +msgid "Unable to decode tinterval '%s'" msgstr "" -#: ../parser/parse_expr.c:600 -#, c-format -msgid "transformExpr: does not know how to transform node %d (internal error)" +#: utils/adt/nabstime.c:889 +msgid "Unable to convert reltime 'invalid' to interval" msgstr "" -#: ../parser/parse_expr.c:659 +#: utils/adt/network.c:64 #, c-format -msgid "Attribute '%s' not found" -msgstr "" +msgid "invalid %s value '%s'" +msgstr "%s 的无效数值 '%s'" -#: ../parser/parse_expr.c:719 -msgid "Cannot get type for untransformed sublink" +#: utils/adt/network.c:75 +#, c-format +msgid "invalid CIDR value '%s': has bits set to right of mask" msgstr "" -#: ../parser/parse_expr.c:747 +#: utils/adt/network.c:127 utils/adt/network.c:468 #, c-format -msgid "Do not know how to get type for %d node" +msgid "unable to print address (%s)" msgstr "" -#: ../parser/parse_expr.c:887 +#: utils/adt/network.c:137 utils/adt/network.c:401 utils/adt/network.c:438 +#: utils/adt/network.c:472 utils/adt/network.c:517 utils/adt/network.c:556 +#: utils/adt/network.c:597 utils/adt/network.c:633 #, c-format -msgid "cache lookup for type %u failed" +msgid "unknown address family (%d)" msgstr "" -#: ../parser/parse_expr.c:942 +#: utils/adt/network.c:184 #, c-format -msgid "Cannot cast this expression to type '%s'" +msgid "set_masklen - invalid value '%d'" msgstr "" -#: ../parser/parse_expr.c:992 +#: utils/adt/network.c:225 utils/adt/network.c:314 utils/adt/network.c:334 +#: utils/adt/network.c:354 utils/adt/network.c:374 #, c-format -msgid "Cannot cast type '%s' to '%s'" -msgstr "无法把类型 '%s' 转换为 '%s'" +msgid "cannot compare address families %d and %d" +msgstr "无法比较地址族 %d 和 %d" -#: ../parser/parse_func.c:155 +#: utils/adt/network.c:397 utils/adt/network.c:428 #, c-format -msgid "Cannot pass more than %d arguments to a function" +msgid "unable to print host (%s)" msgstr "" -#: ../parser/parse_func.c:162 +#: utils/adt/network.c:652 #, c-format -msgid "Function '%s' does not allow NULL input" +msgid "convert_network_to_scalar: unsupported type %u" msgstr "" -#: ../parser/parse_func.c:208 -#, c-format -msgid "Type '%s' is not a relation type" +#: utils/adt/not_in.c:62 +msgid "int4notin: must provide relationname.attributename" msgstr "" -#: ../parser/parse_func.c:216 ../parser/parse_func.c:488 -#, c-format -msgid "No such attribute or function '%s'" +#: utils/adt/numeric.c:1512 +msgid "Cannot convert NaN to int4" msgstr "" -#: ../parser/parse_func.c:232 -msgid "Aggregate functions may only have one parameter" +#: utils/adt/numeric.c:1562 +msgid "Cannot convert NaN to int8" msgstr "" -#: ../parser/parse_func.c:235 -msgid "Aggregate functions cannot be applied to relation names" +#: utils/adt/numeric.c:1613 +msgid "Cannot convert NaN to int2" msgstr "" -#: ../parser/parse_func.c:291 -#, c-format -msgid "Unable to select an aggregate function %s(%s)" +#: utils/adt/numeric.c:1809 +msgid "do_numeric_accum: expected 3-element numeric array" msgstr "" -#: ../parser/parse_func.c:303 -#, c-format -msgid "There is no aggregate function %s(%s)" +#: utils/adt/numeric.c:1900 +msgid "numeric_avg: expected 3-element numeric array" msgstr "" -#: ../parser/parse_func.c:357 ../parser/parse_func.c:400 -#, c-format -msgid "No such attribute or function %s.%s" +#: utils/adt/numeric.c:1936 +msgid "numeric_variance: expected 3-element numeric array" msgstr "" -#: ../parser/parse_func.c:366 -#, c-format -msgid "Cannot pass result of join %s to a function" +#: utils/adt/numeric.c:2018 +msgid "numeric_stddev: expected 3-element numeric array" msgstr "" -#: ../parser/parse_func.c:373 -#, c-format -msgid "ParseFuncOrColumn: unexpected node type %d" +#: utils/adt/numeric.c:2214 +msgid "int2_avg_accum: expected 2-element int8 array" msgstr "" -#: ../parser/parse_func.c:405 -#, c-format -msgid "Cannot pass result of sub-select %s to a function" +#: utils/adt/numeric.c:2234 +msgid "int4_avg_accum: expected 2-element int8 array" msgstr "" -#: ../parser/parse_func.c:1720 -#, c-format -msgid "Function '%s(%s)' does not exist%s%s" +#: utils/adt/numeric.c:2252 +msgid "int8_avg: expected 2-element int8 array" msgstr "" -#: ../parser/parse_func.c:1726 +#: utils/adt/numeric.c:2443 utils/adt/numeric.c:2458 utils/adt/numeric.c:2476 +#: utils/adt/numeric.c:2480 utils/adt/numeric.c:2491 #, c-format -msgid "%s: function '%s(%s)' does not exist%s%s" +msgid "Bad numeric input format '%s'" msgstr "" -#: ../parser/parse_node.c:185 +#: utils/adt/numeric.c:2810 #, c-format -msgid "Relation %s does not have attribute %d" +msgid "" +"overflow on numeric ABS(value) >= 10^%d for field with precision %d scale %d" msgstr "" -#: ../parser/parse_node.c:209 -#, c-format -msgid "Subquery %s does not have attribute %d" +#: utils/adt/numeric.c:3650 +msgid "math error on numeric - cannot compute SQRT of negative value" msgstr "" -#: ../parser/parse_node.c:263 -#, c-format -msgid "transformArraySubscripts: Cache lookup failed for array type %u" +#: utils/adt/numeric.c:3739 +msgid "argument for EXP() too big" msgstr "" -#: ../parser/parse_node.c:269 -#, c-format -msgid "transformArraySubscripts: type %s is not an array" +#: utils/adt/numeric.c:3818 +msgid "math error on numeric - cannot compute LN of value <= zero" msgstr "" -#: ../parser/parse_node.c:277 -#, c-format -msgid "transformArraySubscripts: Cache lookup failed for array element type %u" +#: utils/adt/numutils.c:71 +msgid "pg_atoi: NULL pointer" msgstr "" -#: ../parser/parse_node.c:332 ../parser/parse_node.c:352 -msgid "array index expressions must be integers" +#: utils/adt/numutils.c:73 +msgid "pg_atoi: zero-length string" msgstr "" -#: ../parser/parse_node.c:373 +#: utils/adt/numutils.c:83 utils/adt/numutils.c:95 utils/adt/numutils.c:100 +#: utils/adt/numutils.c:108 utils/adt/numutils.c:113 utils/adt/numutils.c:120 +#: utils/adt/numutils.c:125 #, c-format -msgid "" -"Array assignment requires type '%s' but expression is of type '%s'\n" -"\tYou will need to rewrite or cast the expression" +msgid "pg_atoi: error reading \"%s\": %m" msgstr "" -#: ../parser/parse_node.c:486 +#: utils/adt/numutils.c:85 #, c-format -msgid "make_const: unknown type %d" +msgid "pg_atoi: error in \"%s\": can't parse \"%s\"" msgstr "" -#: ../parser/parse_oper.c:50 +#: utils/adt/numutils.c:129 #, c-format -msgid "" -"Unable to identify an ordering operator '%s' for type '%s'\n" -"\tUse an explicit ordering operator or modify the query" -msgstr "" +msgid "pg_atoi: invalid result size: %d" +msgstr "pg_atoi: 非法的结果尺寸: %d" -#: ../parser/parse_oper.c:926 +#: utils/adt/oid.c:46 #, c-format -msgid "" -"Left hand side of operator '%s' has an unknown type\n" -"\tProbably a bad attribute name" +msgid "%s: error reading \"%s\": %m" msgstr "" -#: ../parser/parse_oper.c:930 +#: utils/adt/oid.c:49 utils/adt/oid.c:63 #, c-format -msgid "" -"Right hand side of operator %s has an unknown type\n" -"\tProbably a bad attribute name" +msgid "%s: error in \"%s\": can't parse \"%s\"" msgstr "" -#: ../parser/parse_oper.c:933 +#: utils/adt/oid.c:84 #, c-format -msgid "" -"Unable to identify an operator '%s' for types '%s' and '%s'\n" -"\tYou will have to retype this query using an explicit cast" +msgid "%s: error reading \"%s\": %s" msgstr "" -#: ../parser/parse_oper.c:948 -#, c-format -msgid "" -"operand of prefix operator '%s' has an unknown type\n" -"\t(probably an invalid column reference)" +#: utils/adt/oid.c:138 +msgid "oidvector value has too many values" msgstr "" -#: ../parser/parse_oper.c:952 -#, c-format -msgid "" -"operand of postfix operator '%s' has an unknown type\n" -"\t(probably an invalid column reference)" +#: utils/adt/oracle_compat.c:199 utils/adt/oracle_compat.c:294 +msgid "Requested length too large" msgstr "" -#: ../parser/parse_oper.c:959 -#, c-format -msgid "" -"Unable to identify a prefix operator '%s' for type '%s'\n" -"\tYou may need to add parentheses or an explicit cast" +#: utils/adt/oracle_compat.c:857 +msgid "Requested buffer is too large." msgstr "" -#: ../parser/parse_oper.c:963 -#, c-format +#: utils/adt/pg_locale.c:160 +msgid "Invalid LC_COLLATE setting" +msgstr "" + +#: utils/adt/pgstatfuncs.c:188 msgid "" -"Unable to identify a postfix operator '%s' for type '%s'\n" -"\tYou may need to add parentheses or an explicit cast" +"pg_stat_get_backend_idset: called in context that does not accept a set " +"result" msgstr "" -#: ../parser/parse_target.c:60 -msgid "You can't use relation names alone in the target list, try relation.*." +#: utils/adt/pgstatfuncs.c:193 +msgid "No function memory context in set-function" msgstr "" -#: ../parser/parse_target.c:144 +#: utils/adt/pseudotypes.c:35 utils/adt/pseudotypes.c:86 +#: utils/adt/pseudotypes.c:109 utils/adt/pseudotypes.c:157 +#: utils/adt/pseudotypes.c:180 utils/adt/pseudotypes.c:203 +#: utils/adt/pseudotypes.c:226 #, c-format -msgid "transformTargetList: unexpected node type %d" +msgid "Cannot accept a constant of type %s" msgstr "" -#: ../parser/parse_target.c:205 +#: utils/adt/pseudotypes.c:46 utils/adt/pseudotypes.c:97 +#: utils/adt/pseudotypes.c:168 utils/adt/pseudotypes.c:191 +#: utils/adt/pseudotypes.c:214 utils/adt/pseudotypes.c:237 #, c-format -msgid "Cannot assign to system attribute '%s'" +msgid "Cannot display a value of type %s" msgstr "" -#: ../parser/parse_target.c:268 +#: utils/adt/regexp.c:174 #, c-format -msgid "" -"column \"%s\" is of type '%s' but expression is of type '%s'\n" -"\tYou will need to rewrite or cast the expression" +msgid "Invalid regular expression: %s" msgstr "" -#: ../parser/parse_target.c:390 +#: utils/adt/regexp.c:185 +#, fuzzy +msgid "Out of memory" +msgstr "内存用尽" + +#: utils/adt/regproc.c:115 utils/adt/regproc.c:130 utils/adt/regproc.c:258 #, c-format -msgid "Attribute '%s' specified more than once" +msgid "No procedure with name %s" msgstr "" -#: ../parser/parse_target.c:440 +#: utils/adt/regproc.c:117 utils/adt/regproc.c:132 #, c-format -msgid "" -"ExpandAllTables: unexpected node (internal error)\n" -"\t%s" +msgid "There is more than one procedure named %s" msgstr "" -#: ../parser/parse_target.c:446 -msgid "Wildcard with no tables specified not allowed" +#: utils/adt/regproc.c:413 utils/adt/regproc.c:428 utils/adt/regproc.c:576 +#, c-format +msgid "No operator with name %s" msgstr "" -#: ../parser/parse_type.c:47 ../parser/parse_type.c:222 +#: utils/adt/regproc.c:415 utils/adt/regproc.c:430 #, c-format -msgid "Unable to locate type oid %u in catalog" +msgid "There is more than one operator named %s" msgstr "" -#: ../parser/parse_type.c:59 -msgid "typenameType: Null typename" +#: utils/adt/regproc.c:556 +msgid "" +"regoperatorin: use NONE to denote the missing argument of a unary operator" msgstr "" -#: ../parser/parse_type.c:65 +#: utils/adt/regproc.c:558 +msgid "regoperatorin: provide two argument types for operator" +msgstr "" + +#: utils/adt/regproc.c:726 #, c-format -msgid "Unable to locate type name '%s' in catalog" +msgid "No class with name %s" msgstr "" -#: ../parser/parse_type.c:74 -msgid "typeTypeId() called with NULL type struct" +#: utils/adt/regproc.c:870 +#, c-format +msgid "No type with name %s" msgstr "" -#: ../parser/parse_type.c:200 +#: utils/adt/regproc.c:955 utils/adt/regproc.c:958 utils/adt/varlena.c:1367 +#: utils/adt/varlena.c:1370 #, c-format -msgid "typeidOutfunc: Invalid type - oid = %u" +msgid "%s: invalid name syntax" msgstr "" -#: ../parser/parse_type.c:247 +#: utils/adt/regproc.c:1015 #, c-format -msgid "typeidTypeRelid: Invalid type - oid = %u" +msgid "%s: expected a left parenthesis" msgstr "" -#: ../optimizer/geqo/geqo_erx.c:338 -msgid "gimme_gene: Internal error - minimum_count not set" +#: utils/adt/regproc.c:1029 +#, c-format +msgid "%s: expected a right parenthesis" msgstr "" -#: ../optimizer/geqo/geqo_erx.c:364 -msgid "gimme_gene: neither shared nor minimum number nor random edge found" +#: utils/adt/regproc.c:1045 +#, fuzzy, c-format +msgid "%s: expected a type name" +msgstr "toIntList: 非预期数据类型" + +#: utils/adt/regproc.c:1075 +#, c-format +msgid "%s: improper type name" msgstr "" -#: ../optimizer/geqo/geqo_erx.c:424 -msgid "edge_failure(1): no edge found via random decision and total_edges == 4" +#: utils/adt/regproc.c:1107 +#, c-format +msgid "%s: too many argument datatypes" msgstr "" -#: ../optimizer/geqo/geqo_erx.c:449 -msgid "edge_failure(2): no edge found via random decision and remainig edges" +#: utils/adt/ri_triggers.c:209 +msgid "wrong # of arguments in call to RI_FKey_check()" msgstr "" -#: ../optimizer/geqo/geqo_erx.c:467 -msgid "edge_failure(3): no edge found via looking for the last ununsed point" +#: utils/adt/ri_triggers.c:211 +#, c-format +msgid "too many keys (%d max) in call to RI_FKey_check()" msgstr "" -#: ../optimizer/geqo/geqo_erx.c:472 -msgid "edge_failure: no edge detected" +#: utils/adt/ri_triggers.c:225 utils/adt/ri_triggers.c:683 +#: utils/adt/ri_triggers.c:877 utils/adt/ri_triggers.c:1078 +#: utils/adt/ri_triggers.c:1257 utils/adt/ri_triggers.c:1461 +#: utils/adt/ri_triggers.c:1646 utils/adt/ri_triggers.c:1834 +#: utils/adt/ri_triggers.c:2022 utils/adt/ri_triggers.c:2255 +#: utils/adt/ri_triggers.c:2486 utils/adt/ri_triggers.c:2737 +#, c-format +msgid "" +"No target table given for trigger \"%s\" on \"%s\"\n" +"\tRemove these RI triggers and do ALTER TABLE ADD CONSTRAINT" msgstr "" -#: ../optimizer/geqo/geqo_eval.c:139 -msgid "gimme_tree: failed to construct join rel" +#: utils/adt/ri_triggers.c:301 utils/adt/ri_triggers.c:405 +#: utils/adt/ri_triggers.c:567 +msgid "SPI_connect() failed in RI_FKey_check()" msgstr "" -#: ../optimizer/geqo/geqo_main.c:126 -msgid "geqo_main: using edge recombination crossover [ERX]" +#: utils/adt/ri_triggers.c:310 utils/adt/ri_triggers.c:461 +msgid "SPI_finish() failed in RI_FKey_check()" msgstr "" -#: ../optimizer/geqo/geqo_main.c:130 -msgid "geqo_main: using partially matched crossover [PMX]" +#: utils/adt/ri_triggers.c:322 utils/adt/ri_triggers.c:809 +#: utils/adt/ri_triggers.c:1014 utils/adt/ri_triggers.c:1191 +#: utils/adt/ri_triggers.c:1390 utils/adt/ri_triggers.c:1574 +#: utils/adt/ri_triggers.c:1770 utils/adt/ri_triggers.c:1955 +#: utils/adt/ri_triggers.c:2192 utils/adt/ri_triggers.c:2421 +#: utils/adt/ri_triggers.c:2681 utils/adt/ri_triggers.c:2771 +msgid "MATCH PARTIAL not yet supported" msgstr "" -#: ../optimizer/geqo/geqo_main.c:134 -msgid "geqo_main: using cycle crossover [CX]" +#: utils/adt/ri_triggers.c:358 +#, c-format +msgid "" +"%s referential integrity violation - MATCH FULL doesn't allow mixing of NULL " +"and NON-NULL key values" msgstr "" -#: ../optimizer/geqo/geqo_main.c:139 -msgid "geqo_main: using position crossover [PX]" +#: utils/adt/ri_triggers.c:382 utils/adt/ri_triggers.c:553 +msgid "MATCH PARTIAL not yet implemented" msgstr "" -#: ../optimizer/geqo/geqo_main.c:144 -msgid "geqo_main: using order crossover [OX1]" +#: utils/adt/ri_triggers.c:622 +msgid "SPI_finish() failed in ri_Check_Pk_Match()" msgstr "" -#: ../optimizer/geqo/geqo_main.c:149 -msgid "geqo_main: using order crossover [OX2]" +#: utils/adt/ri_triggers.c:664 +msgid "wrong # of arguments in call to RI_FKey_noaction_del()" msgstr "" -#: ../optimizer/geqo/geqo_main.c:220 +#: utils/adt/ri_triggers.c:666 #, c-format -msgid "[GEQO] failures: %d, average: %d" +msgid "too many keys (%d max) in call to RI_FKey_noaction_del()" msgstr "" -#: ../optimizer/geqo/geqo_main.c:223 -msgid "[GEQO] No edge failures detected." +#: utils/adt/ri_triggers.c:742 +msgid "SPI_connect() failed in RI_FKey_noaction_del()" msgstr "" -#: ../optimizer/geqo/geqo_main.c:229 -#, c-format -msgid "[GEQO] mutations: %d, generations: %d" +#: utils/adt/ri_triggers.c:799 +msgid "SPI_finish() failed in RI_FKey_noaction_del()" msgstr "" -#: ../optimizer/geqo/geqo_main.c:231 -msgid "[GEQO] No mutations processed." +#: utils/adt/ri_triggers.c:816 +msgid "internal error #2 in ri_triggers.c" msgstr "" -#: ../optimizer/geqo/geqo_misc.c:42 -msgid "avg_pool: pool_size of zero" +#: utils/adt/ri_triggers.c:858 +msgid "wrong # of arguments in call to RI_FKey_noaction_upd()" msgstr "" -#: ../optimizer/path/clausesel.c:532 +#: utils/adt/ri_triggers.c:860 #, c-format -msgid "clause_selectivity: s1 %f" +msgid "too many keys (%d max) in call to RI_FKey_noaction_upd()" msgstr "" -#: ../optimizer/path/indxpath.c:508 -msgid "extract_or_indexqual_conditions: no matching clause" +#: utils/adt/ri_triggers.c:947 +msgid "SPI_connect() failed in RI_FKey_noaction_upd()" msgstr "" -#: ../optimizer/path/indxpath.c:1303 -msgid "pred_test_simple_clause: unknown test_op" +#: utils/adt/ri_triggers.c:1004 +msgid "SPI_finish() failed in RI_FKey_noaction_upd()" msgstr "" -#: ../optimizer/path/indxpath.c:1331 -msgid "pred_test_simple_clause: null test result" +#: utils/adt/ri_triggers.c:1021 +msgid "internal error #3 in ri_triggers.c" msgstr "" -#: ../optimizer/path/indxpath.c:2012 -#, c-format -msgid "prefix_quals: unexpected operator %u" +#: utils/adt/ri_triggers.c:1059 +msgid "wrong # of arguments in call to RI_FKey_cascade_del()" msgstr "" -#: ../optimizer/path/indxpath.c:2023 +#: utils/adt/ri_triggers.c:1061 #, c-format -msgid "prefix_quals: no = operator for type %u" +msgid "too many keys (%d max) in call to RI_FKey_cascade_del()" msgstr "" -#: ../optimizer/path/indxpath.c:2038 -#, c-format -msgid "prefix_quals: no >= operator for type %u" +#: utils/adt/ri_triggers.c:1124 +msgid "SPI_connect() failed in RI_FKey_cascade_del()" msgstr "" -#: ../optimizer/path/indxpath.c:2054 -#, c-format -msgid "prefix_quals: no < operator for type %u" +#: utils/adt/ri_triggers.c:1181 +msgid "SPI_finish() failed in RI_FKey_cascade_del()" msgstr "" -#: ../optimizer/path/indxpath.c:2103 -#, c-format -msgid "network_prefix_quals: unexpected operator %u" +#: utils/adt/ri_triggers.c:1198 +msgid "internal error #4 in ri_triggers.c" msgstr "" -#: ../optimizer/path/indxpath.c:2116 -#, c-format -msgid "network_prefix_quals: no %s operator for type %u" +#: utils/adt/ri_triggers.c:1238 +msgid "wrong # of arguments in call to RI_FKey_cascade_upd()" msgstr "" -#: ../optimizer/path/indxpath.c:2131 +#: utils/adt/ri_triggers.c:1240 #, c-format -msgid "network_prefix_quals: no <= operator for type %u" +msgid "too many keys (%d max) in call to RI_FKey_cascade_upd()" msgstr "" -#: ../optimizer/path/allpaths.c:190 -msgid "SELECT FOR UPDATE is not supported for inherit queries" +#: utils/adt/ri_triggers.c:1314 +msgid "SPI_connect() failed in RI_FKey_cascade_upd()" msgstr "" -#: ../optimizer/path/joinpath.c:317 -#, c-format -msgid "match_unsorted_outer: unexpected join type %d" +#: utils/adt/ri_triggers.c:1380 +msgid "SPI_finish() failed in RI_FKey_cascade_upd()" msgstr "" -#: ../optimizer/path/joinpath.c:577 -#, c-format -msgid "match_unsorted_inner: unexpected join type %d" +#: utils/adt/ri_triggers.c:1397 +msgid "internal error #5 in ri_triggers.c" msgstr "" -#: ../executor/nodeMergejoin.c:1533 ../optimizer/path/joinpath.c:915 -msgid "FULL JOIN is only supported with mergejoinable join conditions" +#: utils/adt/ri_triggers.c:1442 +msgid "wrong # of arguments in call to RI_FKey_restrict_del()" msgstr "" -#: ../optimizer/path/joinrels.c:229 +#: utils/adt/ri_triggers.c:1444 #, c-format -msgid "make_rels_by_joins: failed to build any %d-way joins" +msgid "too many keys (%d max) in call to RI_FKey_restrict_del()" msgstr "" -#: ../optimizer/path/joinrels.c:380 -#, c-format -msgid "make_jointree_rel: unexpected node type %d" +#: utils/adt/ri_triggers.c:1507 +msgid "SPI_connect() failed in RI_FKey_restrict_del()" msgstr "" -#: ../optimizer/path/joinrels.c:437 -#, c-format -msgid "make_join_rel: unsupported join type %d" +#: utils/adt/ri_triggers.c:1564 +msgid "SPI_finish() failed in RI_FKey_restrict_del()" msgstr "" -#: ../optimizer/path/costsize.c:1225 -#, c-format -msgid "set_joinrel_size_estimates: unsupported join type %d" +#: utils/adt/ri_triggers.c:1581 +msgid "internal error #6 in ri_triggers.c" msgstr "" -#: ../optimizer/path/pathkeys.c:856 -msgid "" -"make_pathkeys_for_mergeclauses: can't identify which side of mergeclause to " -"use" +#: utils/adt/ri_triggers.c:1627 +msgid "wrong # of arguments in call to RI_FKey_restrict_upd()" msgstr "" -#: ../optimizer/path/_deadcode/predmig.c:96 -msgid "Needed to do a second round of predmig!\n" +#: utils/adt/ri_triggers.c:1629 +#, c-format +msgid "too many keys (%d max) in call to RI_FKey_restrict_upd()" msgstr "" -#: ../optimizer/path/_deadcode/predmig.c:130 -msgid "called xfunc_predmig with bad inputs" +#: utils/adt/ri_triggers.c:1703 +msgid "SPI_connect() failed in RI_FKey_restrict_upd()" msgstr "" -#: ../optimizer/path/_deadcode/predmig.c:328 -msgid "Didn't find matching node in original stream" +#: utils/adt/ri_triggers.c:1760 +msgid "SPI_finish() failed in RI_FKey_restrict_upd()" msgstr "" -#: ../optimizer/path/_deadcode/predmig.c:339 -msgid "pulling up in xfunc_predmig_pullup!" +#: utils/adt/ri_triggers.c:1777 +msgid "internal error #7 in ri_triggers.c" msgstr "" -#: ../optimizer/path/_deadcode/predmig.c:386 -msgid "didn't succeed in pulling up in xfunc_prdmig_pullup" +#: utils/adt/ri_triggers.c:1815 +msgid "wrong # of arguments in call to RI_FKey_setnull_del()" msgstr "" -#: ../optimizer/path/_deadcode/predmig.c:781 -msgid "bad pointers in stream" +#: utils/adt/ri_triggers.c:1817 +#, c-format +msgid "too many keys (%d max) in call to RI_FKey_setnull_del()" msgstr "" -#: ../optimizer/path/_deadcode/predmig.c:788 -msgid "Joins got reordered!" +#: utils/adt/ri_triggers.c:1880 +msgid "SPI_connect() failed in RI_FKey_setnull_del()" msgstr "" -#: ../optimizer/path/_deadcode/xfunc.c:456 -#: ../optimizer/path/_deadcode/xfunc.c:710 -#: ../optimizer/path/_deadcode/xfunc.c:847 -#: ../optimizer/path/_deadcode/xfunc.c:1183 -msgid "Clause node of undetermined type" +#: utils/adt/ri_triggers.c:1945 +msgid "SPI_finish() failed in RI_FKey_setnull_del()" msgstr "" -#: ../optimizer/path/_deadcode/xfunc.c:492 -msgid "Oper's function is undefined" +#: utils/adt/ri_triggers.c:1962 +msgid "internal error #8 in ri_triggers.c" msgstr "" -#: ../optimizer/path/_deadcode/xfunc.c:502 -#: ../optimizer/path/_deadcode/xfunc.c:680 -#: ../optimizer/path/_deadcode/xfunc.c:1311 -#, c-format -msgid "Cache lookup failed for procedure %u" +#: utils/adt/ri_triggers.c:2003 +msgid "wrong # of arguments in call to RI_FKey_setnull_upd()" msgstr "" -#: ../optimizer/path/_deadcode/xfunc.c:617 -#: ../optimizer/path/_deadcode/xfunc.c:1329 +#: utils/adt/ri_triggers.c:2005 #, c-format -msgid "Cache lookup failed for type %u" +msgid "too many keys (%d max) in call to RI_FKey_setnull_upd()" msgstr "" -#: ../optimizer/path/_deadcode/xfunc.c:1410 -msgid "xfunc_LispRemove: didn't find a match!" +#: utils/adt/ri_triggers.c:2080 +msgid "SPI_connect() failed in RI_FKey_setnull_upd()" msgstr "" -#: ../optimizer/plan/initsplan.c:148 -#, c-format -msgid "add_missing_rels_to_query: unexpected node type %d" +#: utils/adt/ri_triggers.c:2182 +msgid "SPI_finish() failed in RI_FKey_setnull_upd()" msgstr "" -#: ../optimizer/plan/initsplan.c:271 ../optimizer/plan/planner.c:396 -msgid "UNION JOIN is not implemented yet" +#: utils/adt/ri_triggers.c:2199 +msgid "internal error #9 in ri_triggers.c" msgstr "" -#: ../optimizer/plan/initsplan.c:275 -#, c-format -msgid "distribute_quals_to_rels: unsupported join type %d" +#: utils/adt/ri_triggers.c:2236 +msgid "wrong # of arguments in call to RI_FKey_setdefault_del()" msgstr "" -#: ../optimizer/plan/initsplan.c:285 +#: utils/adt/ri_triggers.c:2238 #, c-format -msgid "distribute_quals_to_rels: unexpected node type %d" -msgstr "" - -#: ../optimizer/plan/initsplan.c:322 -msgid "" -"SELECT FOR UPDATE cannot be applied to the nullable side of an OUTER JOIN" +msgid "too many keys (%d max) in call to RI_FKey_setdefault_del()" msgstr "" -#: ../optimizer/plan/initsplan.c:382 -msgid "JOIN qualification may not refer to other relations" +#: utils/adt/ri_triggers.c:2301 +msgid "SPI_connect() failed in RI_FKey_setdefault_del()" msgstr "" -#: ../optimizer/plan/initsplan.c:518 -msgid "distribute_qual_to_rels: can't cope with variable-free clause" +#: utils/adt/ri_triggers.c:2411 +msgid "SPI_finish() failed in RI_FKey_setdefault_del()" msgstr "" -#: ../optimizer/plan/initsplan.c:661 -#, c-format -msgid "Unable to identify an equality operator for types '%s' and '%s'" +#: utils/adt/ri_triggers.c:2428 +msgid "internal error #10 in ri_triggers.c" msgstr "" -#: ../optimizer/plan/initsplan.c:672 -#, c-format -msgid "" -"Equality operator for types '%s' and '%s' should be mergejoinable, but isn't" +#: utils/adt/ri_triggers.c:2467 +msgid "wrong # of arguments in call to RI_FKey_setdefault_upd()" msgstr "" -#: ../optimizer/plan/planner.c:399 +#: utils/adt/ri_triggers.c:2469 #, c-format -msgid "pull_up_subqueries: unexpected join type %d" +msgid "too many keys (%d max) in call to RI_FKey_setdefault_upd()" msgstr "" -#: ../optimizer/plan/planner.c:405 -#, c-format -msgid "pull_up_subqueries: unexpected node type %d" +#: utils/adt/ri_triggers.c:2545 +msgid "SPI_connect() failed in RI_FKey_setdefault_upd()" msgstr "" -#: ../optimizer/plan/planner.c:427 -msgid "is_simple_subquery: subquery is bogus" +#: utils/adt/ri_triggers.c:2671 +msgid "SPI_finish() failed in RI_FKey_setdefault_upd()" msgstr "" -#: ../optimizer/plan/planner.c:502 -#, c-format -msgid "resolvenew_in_jointree: unexpected node type %d" +#: utils/adt/ri_triggers.c:2688 +msgid "internal error #11 in ri_triggers.c" msgstr "" -#: ../optimizer/plan/planner.c:582 -#, c-format -msgid "preprocess_jointree: unexpected node type %d" +#: utils/adt/ri_triggers.c:2719 +msgid "wrong # of arguments in call to RI_FKey_keyequal_upd()" msgstr "" -#: ../optimizer/plan/planner.c:683 +#: utils/adt/ri_triggers.c:2721 #, c-format -msgid "preprocess_qual_conditions: unexpected node type %d" +msgid "too many keys (%d max) in call to RI_FKey_keyequal_upd()" msgstr "" -#: ../optimizer/plan/planner.c:852 -msgid "SELECT FOR UPDATE is not allowed in subselects" +#: utils/adt/ri_triggers.c:2778 +msgid "internal error #12 in ri_triggers.c" msgstr "" -#: ../optimizer/plan/planner.c:1456 ../optimizer/plan/planner.c:1462 -msgid "postprocess_setop_tlist: resjunk output columns not implemented" +#: utils/adt/ri_triggers.c:2843 +#, c-format +msgid "unrecognized referential integrity MATCH type '%s'" msgstr "" -#: ../optimizer/plan/subselect.c:140 -msgid "make_subplan: invalid expression structure (SubLink already processed?)" +#: utils/adt/ri_triggers.c:2893 utils/adt/ri_triggers.c:2901 +#: utils/adt/ri_triggers.c:3218 +#, c-format +msgid "constraint %s: table %s does not have an attribute %s" msgstr "" -#: ../optimizer/plan/subselect.c:142 -msgid "" -"make_subplan: invalid expression structure (subquery already processed?)" +#: utils/adt/ri_triggers.c:2918 +#, c-format +msgid "%s() not fired by trigger manager" msgstr "" -#: ../optimizer/plan/subselect.c:280 ../optimizer/plan/subselect.c:418 +#: utils/adt/ri_triggers.c:2921 #, c-format -msgid "cache lookup failed for operator %u" +msgid "%s() must be fired AFTER ROW" msgstr "" -#: ../optimizer/plan/subselect.c:681 +#: utils/adt/ri_triggers.c:2927 #, c-format -msgid "SS_finalize_plan: node %d unsupported" +msgid "%s() must be fired for INSERT" msgstr "" -#: ../optimizer/plan/subselect.c:702 -msgid "SS_finalize_plan: plan shouldn't reference subplan's variable" +#: utils/adt/ri_triggers.c:2931 +#, c-format +msgid "%s() must be fired for UPDATE" msgstr "" -#: ../optimizer/plan/setrefs.c:190 +#: utils/adt/ri_triggers.c:2936 #, c-format -msgid "set_plan_references: unknown plan type %d" +msgid "%s() must be fired for INSERT or UPDATE" msgstr "" -#: ../optimizer/plan/setrefs.c:424 -msgid "join_references: variable not in subplan target lists" +#: utils/adt/ri_triggers.c:2941 +#, c-format +msgid "%s() must be fired for DELETE" msgstr "" -#: ../optimizer/plan/setrefs.c:476 -msgid "replace_vars_with_subplan_refs: variable not in subplan target list" +#: utils/adt/ri_triggers.c:3028 +msgid "SPI_execp() failed in ri_PerformCheck()" msgstr "" -#: ../optimizer/plan/planmain.c:220 +#: utils/adt/ri_triggers.c:3119 #, c-format -msgid "Internal error: no jointree entry for rel %s (%d)" +msgid "%s referential action on %s from %s rewritten by rule" msgstr "" -#: ../optimizer/plan/planmain.c:243 -msgid "subplanner: failed to construct a relation" +#: utils/adt/ri_triggers.c:3124 +#, c-format +msgid "%s referential integrity violation - no rows found in %s" msgstr "" -#: ../optimizer/plan/createplan.c:133 +#: utils/adt/ri_triggers.c:3157 #, c-format -msgid "create_plan: unknown pathtype %d" +msgid "%s referential action on %s from %s for (%s)=(%s) rewritten by rule" msgstr "" -#: ../optimizer/plan/createplan.c:202 +#: utils/adt/ri_triggers.c:3163 #, c-format -msgid "create_scan_plan: unknown node type: %d" +msgid "" +"%s referential integrity violation - key (%s)=(%s) referenced from %s not " +"found in %s" msgstr "" -#: ../optimizer/plan/createplan.c:282 +#: utils/adt/ri_triggers.c:3168 #, c-format -msgid "create_join_plan: unknown node type: %d" +msgid "" +"%s referential integrity violation - key (%s)=(%s) in %s still referenced " +"from %s" msgstr "" -#: ../optimizer/plan/createplan.c:982 -msgid "fix_indxqual_sublist: indexqual clause is not binary opclause" +#: utils/adt/ri_triggers.c:3346 +msgid "out of memory for RI plan cache" msgstr "" -#: ../optimizer/plan/createplan.c:1019 -msgid "fix_indxqual_sublist: failed to find substitute op" +#: utils/adt/ri_triggers.c:3546 +msgid "out of memory for RI operator cache" msgstr "" -#: ../optimizer/plan/createplan.c:1082 -msgid "fix_indxqual_operand: var is not index attribute" +#: utils/adt/ruleutils.c:199 +msgid "get_ruledef: cannot connect to SPI manager" msgstr "" -#: ../optimizer/plan/createplan.c:1501 -msgid "make_sort_from_pathkeys: cannot find tlist item to sort" +#: utils/adt/ruleutils.c:214 utils/adt/ruleutils.c:331 +#, c-format +msgid "SPI_prepare() failed for \"%s\"" msgstr "" -#: ../optimizer/prep/preptlist.c:62 -msgid "preprocess_targetlist: subquery cannot be result relation" +#: utils/adt/ruleutils.c:225 +#, fuzzy, c-format +msgid "failed to get pg_rewrite tuple for %u" +msgstr "为视图 %s 获取 pg_rewrite 元组失败" + +#: utils/adt/ruleutils.c:229 utils/adt/ruleutils.c:254 +msgid "get_ruledef: SPI_finish() failed" msgstr "" -#: ../optimizer/prep/preptlist.c:269 -msgid "expand_targetlist: unexpected command_type" +#: utils/adt/ruleutils.c:315 +msgid "get_viewdef: cannot connect to SPI manager" msgstr "" -#: ../optimizer/prep/preptlist.c:294 -#, c-format -msgid "Unexpected assignment to attribute \"%s\"" +#: utils/adt/ruleutils.c:344 +#, fuzzy, c-format +msgid "failed to get pg_rewrite tuple for view %u" +msgstr "为视图 %s 获取 pg_rewrite 元组失败" + +#: utils/adt/ruleutils.c:367 +msgid "get_viewdef: SPI_finish() failed" msgstr "" -#: ../optimizer/prep/preptlist.c:364 ../optimizer/prep/preptlist.c:376 +#: utils/adt/ruleutils.c:403 #, c-format -msgid "Multiple assignments to same attribute \"%s\"" +msgid "syscache lookup for index %u failed" msgstr "" -#: ../optimizer/prep/prepunion.c:193 +#: utils/adt/ruleutils.c:416 #, c-format -msgid "recurse_set_operations: unexpected node %d" +msgid "syscache lookup for relid %u failed" msgstr "" -#: ../optimizer/prep/prepunion.c:305 -msgid "generate_nonunion_plan: bogus operation code" +#: utils/adt/ruleutils.c:578 +#, c-format +msgid "Failed to find constraint with OID %u" msgstr "" -#: ../optimizer/util/plancat.c:57 +#: utils/adt/ruleutils.c:598 utils/adt/ruleutils.c:714 #, c-format -msgid "get_relation_info: Relation %u not found" +msgid "pg_get_constraintdef: Null conkey for constraint %u" msgstr "" -#: ../optimizer/util/plancat.c:112 +#: utils/adt/ruleutils.c:611 #, c-format -msgid "find_secondary_indexes: index %u not found" +msgid "pg_get_constraintdef: Null confkey for constraint %u" msgstr "" -#: ../optimizer/util/plancat.c:185 +#: utils/adt/ruleutils.c:631 #, c-format -msgid "find_secondary_indexes: no amop %u %d" +msgid "pg_get_constraintdef: Unknown confmatchtype '%c' for constraint %u" msgstr "" -#: ../optimizer/util/plancat.c:239 +#: utils/adt/ruleutils.c:657 #, c-format -msgid "restriction_selectivity: bad value %f" +msgid "pg_get_constraintdef: Unknown confupdtype '%c' for constraint %u" msgstr "" -#: ../optimizer/util/plancat.c:272 +#: utils/adt/ruleutils.c:683 #, c-format -msgid "join_selectivity: bad value %f" +msgid "pg_get_constraintdef: Unknown confdeltype '%c' for constraint %u" msgstr "" -#: ../optimizer/util/plancat.c:344 +#: utils/adt/ruleutils.c:737 #, c-format -msgid "has_subclass: Relation %u not found" +msgid "pg_get_constraintdef: Null consrc for constraint %u" msgstr "" -#: ../optimizer/util/tlist.c:240 -msgid "" -"get_sortgroupclause_tle: ORDER/GROUP BY expression not found in targetlist" -msgstr "" +#: utils/adt/ruleutils.c:746 +#, fuzzy, c-format +msgid "pg_get_constraintdef: unsupported constraint type '%c'" +msgstr "pq_sendint: 不支持的尺寸 %d" -#: ../optimizer/util/relnode.c:66 -msgid "build_base_rel: rel already exists as 'other' rel" +#: utils/adt/ruleutils.c:1148 +#, c-format +msgid "get_ruledef: rule %s has unsupported event type %d" msgstr "" -#: ../optimizer/util/relnode.c:106 -msgid "build_other_rel: rel already exists as base rel" +#: utils/adt/ruleutils.c:1350 +#, c-format +msgid "get_query_def: unknown query command type %d" msgstr "" -#: ../optimizer/util/relnode.c:199 +#: utils/adt/ruleutils.c:1585 #, c-format -msgid "find_base_rel: no relation entry for relid %d" +msgid "get_setop_query: unexpected set op %d" msgstr "" -#: ../optimizer/util/clauses.c:72 +#: utils/adt/ruleutils.c:1597 #, c-format -msgid "make_clause: unsupported type %d" +msgid "get_setop_query: unexpected node %d" msgstr "" -#: ../optimizer/util/clauses.c:436 -msgid "Aggregate function calls may not be nested" +#: utils/adt/ruleutils.c:1657 +msgid "get_insert_query_def: too many RTEs in INSERT!" msgstr "" -#: ../optimizer/util/clauses.c:612 -#, c-format -msgid "Sub-SELECT uses un-GROUPed attribute %s.%s from outer query" +#: utils/adt/ruleutils.c:1809 +msgid "get_utility_query_def: unexpected statement type" msgstr "" -#: ../optimizer/util/clauses.c:903 -msgid "CommuteClause: applied to non-binary-operator clause" +#: utils/adt/ruleutils.c:1840 +#, c-format +msgid "get_names_for_var: bogus varlevelsup %d" msgstr "" -#: ../optimizer/util/clauses.c:911 +#: utils/adt/ruleutils.c:1854 #, c-format -msgid "CommuteClause: no commutator for operator %u" +msgid "get_names_for_var: bogus varno %d" msgstr "" -#: ../optimizer/util/clauses.c:1136 +#: utils/adt/ruleutils.c:2140 +#, fuzzy, c-format +msgid "get_rule_expr: unknown boolop %d" +msgstr "_readExpr: 未知 opType \"%.*s\"" + +#: utils/adt/ruleutils.c:2174 #, c-format -msgid "eval_const_expressions: unexpected opType %d" +msgid "Argument type %s of FieldSelect is not a tuple type" msgstr "" -#: ../optimizer/util/clauses.c:1756 +#: utils/adt/ruleutils.c:2296 #, c-format -msgid "expression_tree_walker: Unexpected node type %d" +msgid "get_rule_expr: unexpected nulltesttype %d" msgstr "" -#: ../optimizer/util/clauses.c:2136 +#: utils/adt/ruleutils.c:2329 #, c-format -msgid "expression_tree_mutator: Unexpected node type %d" +msgid "get_rule_expr: unexpected booltesttype %d" msgstr "" -#: ../optimizer/util/pathnode.c:125 -msgid "Unable to devise a query plan for the given query" -msgstr "" +#: utils/adt/ruleutils.c:2367 +#, fuzzy, c-format +msgid "get_rule_expr: unknown node type %d" +msgstr "_readExpr: 未知 opType \"%.*s\"" -#: ../executor/execQual.c:144 ../executor/execQual.c:166 +#: utils/adt/ruleutils.c:2408 #, c-format -msgid "ExecEvalArrayRef: can only handle %d dimensions" +msgid "cache lookup for operator %u failed" msgstr "" -#: ../executor/execQual.c:188 -msgid "ExecEvalArrayRef: upper and lower indices mismatch" +#: utils/adt/ruleutils.c:2427 +msgid "get_rule_expr: bogus oprkind" msgstr "" -#: ../executor/execQual.c:266 -msgid "ExecEvalAggref: no aggregates in this expression context" +#: utils/adt/ruleutils.c:2791 +#, c-format +msgid "get_sublink_expr: unsupported sublink type %d" msgstr "" -#: ../executor/execQual.c:469 -msgid "ExecEvalParam: new/old params with same id & diff names" +#: utils/adt/ruleutils.c:2884 +#, c-format +msgid "unexpected rte kind %d" msgstr "" -#: ../executor/execQual.c:478 +#: utils/adt/ruleutils.c:2956 #, c-format -msgid "ExecEvalParam: invalid paramkind %d" +msgid "get_from_clause_item: unknown join type %d" msgstr "" -#: ../executor/execQual.c:493 +#: utils/adt/ruleutils.c:3006 #, c-format -msgid "ExecEvalParam: Unknown value for parameter %s" +msgid "get_from_clause_item: unexpected node type %d" msgstr "" -#: ../executor/execQual.c:527 -msgid "GetAttributeByNum: Invalid attribute number" +#: utils/adt/ruleutils.c:3073 utils/cache/lsyscache.c:251 +#, c-format +msgid "cache lookup failed for opclass %u" msgstr "" -#: ../executor/execQual.c:530 -msgid "GetAttributeByNum: cannot access system attributes here" +#: utils/adt/ruleutils.c:3113 +msgid "tleIsArrayAssign: I'm confused ..." msgstr "" -#: ../executor/execQual.c:533 -msgid "GetAttributeByNum: a NULL isNull flag was passed" -msgstr "" +#: utils/adt/ruleutils.c:3330 +#, fuzzy, c-format +msgid "cache lookup of operator %u failed" +msgstr "在缓冲中查找类型 %u 失败" -#: ../executor/execQual.c:561 -msgid "GetAttributeByName: Invalid attribute name" +#: utils/adt/ruleutils.c:3351 +#, c-format +msgid "unexpected oprkind %c for operator %u" msgstr "" -#: ../executor/execQual.c:564 -msgid "GetAttributeByName: a NULL isNull flag was passed" +#: utils/adt/selfuncs.c:885 +#, c-format +msgid "patternsel: no = operator for type %u" msgstr "" -#: ../executor/execQual.c:586 +#: utils/adt/selfuncs.c:1065 utils/adt/selfuncs.c:1142 +#: utils/adt/selfuncs.c:1183 utils/adt/selfuncs.c:1213 #, c-format -msgid "GetAttributeByName: attribute %s not found" +msgid "booltestsel: unexpected booltesttype %d" msgstr "" -#: ../executor/execQual.c:631 -msgid "Functions and operators can take only one set argument" +#: utils/adt/selfuncs.c:1248 utils/adt/selfuncs.c:1302 +#, c-format +msgid "nulltestsel: unexpected nulltesttype %d" msgstr "" -#: ../executor/execQual.c:1149 +#: utils/adt/selfuncs.c:2395 #, c-format -msgid "ExecEvalNullTest: unexpected nulltesttype %d" +msgid "convert_numeric_to_scalar: unsupported type %u" msgstr "" -#: ../executor/execQual.c:1229 +#: utils/adt/selfuncs.c:2582 #, c-format -msgid "ExecEvalBooleanTest: unexpected booltesttype %d" +msgid "convert_string_datum: unsupported type %u" msgstr "" -#: ../executor/execQual.c:1385 ../executor/execQual.c:1424 +#: utils/adt/selfuncs.c:2771 #, c-format -msgid "ExecEvalExpr: unknown expression type %d" +msgid "convert_timevalue_to_scalar: unsupported type %u" msgstr "" -#: ../executor/execQual.c:1770 -msgid "ExecTargetList: fjoin nodes not currently supported" +#: utils/adt/selfuncs.c:2998 utils/adt/selfuncs.c:3366 +msgid "Cannot perform case insensitive matching on type BYTEA" msgstr "" -#: ../executor/instrument.c:40 -msgid "InstrStartTimer called twice in a row" +#: utils/adt/selfuncs.c:3083 utils/adt/selfuncs.c:3512 +msgid "Regex matching not supported on type BYTEA" msgstr "" -#: ../executor/instrument.c:56 -msgid "InstrStopNode without start" +#: utils/adt/selfuncs.c:3224 +msgid "pattern_fixed_prefix: bogus ptype" msgstr "" -#: ../executor/nodeHashjoin.c:363 +#: utils/adt/selfuncs.c:3253 #, c-format -msgid "ExecInitHashJoin: unsupported join type %d" +msgid "prefix_selectivity: no >= operator for type %u" msgstr "" -#: ../executor/nodeHashjoin.c:535 ../executor/nodeHashjoin.c:543 -msgid "Read from hashjoin temp file failed" +#: utils/adt/selfuncs.c:3284 +#, c-format +msgid "prefix_selectivity: no < operator for type %u" msgstr "" -#: ../executor/nodeHashjoin.c:600 ../executor/nodeHashjoin.c:605 -msgid "Failed to rewind hash temp file" +#: utils/adt/selfuncs.c:3556 +msgid "pattern_selectivity: bogus ptype" msgstr "" -#: ../executor/nodeHashjoin.c:676 ../executor/nodeHashjoin.c:679 -msgid "Write to hashjoin temp file failed" -msgstr "写入散列联接临时文件失败" - -#: ../executor/spi.c:73 -msgid "SPI_connect: no connection(s) expected" +#: utils/adt/selfuncs.c:3722 +#, c-format +msgid "string_lessthan: unexpected datatype %u" msgstr "" -#: ../executor/spi.c:79 -msgid "SPI_connect: some connection(s) expected" +#: utils/adt/sets.c:86 +#, c-format +msgid "SetDefine: unable to define set %s" msgstr "" -#: ../executor/spi.c:85 -msgid "Memory exhausted in SPI_connect" -msgstr "" +#: utils/adt/tid.c:62 +#, c-format +msgid "invalid tid format: '%s'" +msgstr "无效 tid 格式: '%s'" -#: ../executor/spi.c:158 -msgid "Memory exhausted in SPI_finish" -msgstr "" +#: utils/adt/tid.c:67 utils/adt/tid.c:72 +#, fuzzy +msgid "tidin: invalid value." +msgstr "%s 的无效数值 '%s'" -#: ../executor/spi.c:324 ../executor/spi.c:351 ../executor/spi.c:385 -#: ../executor/spi.c:586 ../executor/spi.c:1230 -msgid "SPI: stack corrupted" +#: utils/adt/tid.c:171 +msgid "ctid isn't of type TID" msgstr "" -#: ../executor/spi.c:653 -msgid "cannot open multi-query plan as cursor" +#: utils/adt/tid.c:176 +msgid "currtid can't handle views with no CTID" msgstr "" -#: ../executor/spi.c:658 -msgid "plan in SPI_cursor_open() is not a SELECT" +#: utils/adt/tid.c:178 +msgid "the view has no rules" msgstr "" -#: ../executor/spi.c:660 -msgid "plan in SPI_cursor_open() must NOT be a DECLARE already" -msgstr "" +#: utils/adt/tid.c:188 +#, fuzzy +msgid "only one select rule is allowed in views" +msgstr "只允许一个 -x 标志" -#: ../executor/spi.c:662 -msgid "plan in SPI_cursor_open() must NOT be a SELECT INTO" +#: utils/adt/tid.c:209 +msgid "currtid can't handle this view" msgstr "" -#: ../executor/spi.c:689 +#: utils/adt/timestamp.c:80 #, c-format -msgid "cursor \"%s\" already in use" +msgid "Bad timestamp external representation (too long) '%s'" msgstr "" -#: ../executor/spi.c:694 +#: utils/adt/timestamp.c:84 utils/adt/timestamp.c:261 #, c-format -msgid "failed to create portal \"%s\"" -msgstr "创建入口 \"%s\" 失败" - -#: ../executor/spi.c:787 ../executor/spi.c:1143 -msgid "invalid portal in SPI cursor operation" -msgstr "" - -#: ../executor/spi.c:812 -msgid "SPI: improper call to spi_printtup" +msgid "Bad timestamp external representation '%s'" msgstr "" -#: ../executor/spi.c:814 -msgid "SPI: stack corrupted in spi_printtup" -msgstr "" +#: utils/adt/timestamp.c:90 +#, fuzzy, c-format +msgid "TIMESTAMP out of range '%s'" +msgstr "Timestamp 超出范围 '%s'" -#: ../executor/spi.c:1092 -msgid "SPI_select: retrieve into portal not implemented" +#: utils/adt/timestamp.c:106 +#, c-format +msgid "TIMESTAMP '%s' no longer supported" msgstr "" -#: ../executor/spi.c:1102 -msgid "SPI_select: # of processed tuples check failed" +#: utils/adt/timestamp.c:111 +#, c-format +msgid "TIMESTAMP '%s' not parsed; internal coding error" msgstr "" -#: ../executor/spi.c:1196 -msgid "SPI_fetch: # of processed tuples check failed" +#: utils/adt/timestamp.c:139 +msgid "Unable to format timestamp; internal coding error" msgstr "" -#: ../executor/nodeIndexscan.c:721 -msgid "ExecInitIndexScan: indxqual not an opclause!" +#: utils/adt/timestamp.c:203 +#, c-format +msgid "TIMESTAMP(%d) precision must be between %d and %d" msgstr "" -#: ../executor/nodeIndexscan.c:851 ../executor/nodeIndexscan.c:916 +#: utils/adt/timestamp.c:256 #, c-format -msgid "ExecInitIndexScan: %s" +msgid "Bad timestamp with time zone external representation (too long) '%s'" msgstr "" -#: ../executor/nodeIndexscan.c:1003 +#: utils/adt/timestamp.c:267 #, c-format -msgid "indexes of the relation %u was inactivated" +msgid "TIMESTAMP WITH TIME ZONE out of range '%s'" msgstr "" -#: ../executor/nodeSetOp.c:178 +#: utils/adt/timestamp.c:283 #, c-format -msgid "ExecSetOp: bogus command code %d" +msgid "TIMESTAMP WITH TIME ZONE '%s' no longer supported" msgstr "" -#: ../executor/functions.c:172 +#: utils/adt/timestamp.c:288 #, c-format -msgid "init_sql_fcache: Cache lookup failed for procedure %u" +msgid "TIMESTAMP WITH TIME ZONE '%s' not parsed; internal coding error" msgstr "" -#: ../executor/functions.c:184 -#, c-format -msgid "init_sql_fcache: Cache lookup failed for type %u" +#: utils/adt/timestamp.c:317 +msgid "Unable to format timestamp with time zone; internal coding error" msgstr "" -#: ../executor/functions.c:242 +#: utils/adt/timestamp.c:376 #, c-format -msgid "init_sql_fcache: null prosrc for procedure %u" +msgid "Bad interval external representation (too long) '%s'" msgstr "" -#: ../executor/nodeMergejoin.c:138 -msgid "MJFormSkipQual: op not an Oper!" +#: utils/adt/timestamp.c:380 utils/adt/timestamp.c:388 +#, c-format +msgid "Bad interval external representation '%s'" msgstr "" -#: ../executor/nodeMergejoin.c:152 +#: utils/adt/timestamp.c:393 #, c-format -msgid "MJFormSkipQual: operator %u not found" +msgid "Interval '%s' no longer supported" msgstr "" -#: ../executor/nodeMergejoin.c:169 +#: utils/adt/timestamp.c:397 #, c-format -msgid "MJFormSkipQual: mergejoin operator %u has no matching %s op" +msgid "Interval '%s' not parsed; internal coding error" msgstr "" -#: ../executor/nodeMergejoin.c:432 -#, c-format -msgid "ExecMergeJoin: unsupported join type %d" +#: utils/adt/timestamp.c:417 +msgid "Unable to encode interval; internal coding error" msgstr "" -#: ../executor/nodeMergejoin.c:1438 -#, c-format -msgid "ExecMergeJoin: invalid join state %d, aborting" +#: utils/adt/timestamp.c:420 +msgid "Unable to format interval; internal coding error" msgstr "" -#: ../executor/nodeMergejoin.c:1518 -msgid "RIGHT JOIN is only supported with mergejoinable join conditions" +#: utils/adt/timestamp.c:668 +msgid "AdjustIntervalForTypmod(): internal coding error" msgstr "" -#: ../executor/nodeMergejoin.c:1536 -#, c-format -msgid "ExecInitMergeJoin: unsupported join type %d" +#: utils/adt/timestamp.c:1491 +msgid "Unable to subtract non-finite timestamps" msgstr "" -#: ../executor/execTuples.c:258 +#: utils/adt/timestamp.c:1553 msgid "" -"Plan requires more slots than are available\n" -"\tsend mail to your local executor guru to fix this" +"Unable to add TIMESTAMP and INTERVAL\n" +"\ttimestamp_pl_span() internal error encoding timestamp" msgstr "" -#: ../executor/execAmi.c:161 -msgid "ExecBeginScan: scanDesc = NULL, heap_beginscan failed." +#: utils/adt/timestamp.c:1560 +msgid "" +"Unable to add TIMESTAMP and INTERVAL\n" +"\ttimestamp_pl_span() internal error decoding timestamp" msgstr "" -#: ../executor/execAmi.c:198 -msgid "ExecCloseR: not a scan node!" +#: utils/adt/timestamp.c:1638 +msgid "" +"Unable to add TIMESTAMP and INTERVAL\n" +"\ttimestamptz_pl_span() internal error encoding timestamp" msgstr "" -#: ../executor/execAmi.c:366 -#, c-format -msgid "ExecReScan: node type %d not supported" +#: utils/adt/timestamp.c:1643 +msgid "" +"Unable to add TIMESTAMP and INTERVAL\n" +"\ttimestamptz_pl_span() internal error decoding timestamp" msgstr "" -#: ../executor/execAmi.c:435 -#, c-format -msgid "ExecMarkPos: node type %d not supported" +#: utils/adt/timestamp.c:1917 +msgid "interval_accum: expected 2-element interval array" msgstr "" -#: ../executor/execAmi.c:472 -#, c-format -msgid "ExecRestrPos: node type %d not supported" +#: utils/adt/timestamp.c:1959 +msgid "interval_avg: expected 2-element interval array" msgstr "" -#: ../executor/nodeNestloop.c:322 -#, c-format -msgid "ExecInitNestLoop: unsupported join type %d" +#: utils/adt/timestamp.c:2081 +msgid "" +"Unable to encode INTERVAL\n" +"\ttimestamp_age() internal coding error" msgstr "" -#: ../executor/nodeHash.c:66 -msgid "ExecHash: hash table is NULL." +#: utils/adt/timestamp.c:2085 +msgid "" +"Unable to decode TIMESTAMP\n" +"\ttimestamp_age() internal coding error" msgstr "" -#: ../executor/nodeHash.c:314 ../executor/nodeHash.c:494 -#: ../executor/nodeHash.c:729 -msgid "Insufficient memory for hash table." +#: utils/adt/timestamp.c:2190 utils/adt/timestamp.c:2193 +msgid "Unable to decode TIMESTAMP" msgstr "" -#: ../executor/nodeAppend.c:295 -msgid "ExecProcAppend: subnode is NULL" +#: utils/adt/timestamp.c:2246 +msgid "TIMESTAMP bad external representation (too long)" msgstr "" -#: ../executor/nodeSubplan.c:53 -msgid "ExecSubPlan: can't set parent params from subquery" +#: utils/adt/timestamp.c:2302 +msgid "TIMESTAMP WITH TIME ZONE bad external representation (too long)" msgstr "" -#: ../executor/nodeSubplan.c:120 ../executor/nodeSubplan.c:142 -#: ../executor/nodeSubplan.c:386 -msgid "More than one tuple returned by a subselect used as an expression." +#: utils/adt/timestamp.c:2359 +msgid "INTERVAL bad external representation (too long)" msgstr "" -#: ../executor/nodeSubplan.c:180 -msgid "ExecSubPlan: failed to find placeholder for subplan result" -msgstr "" +#: utils/adt/timestamp.c:2392 utils/adt/timestamp.c:2456 +#: utils/adt/timestamp.c:2756 utils/adt/timestamp.c:2911 +#, c-format +msgid "TIMESTAMP units '%s' not recognized" +msgstr "TIMESTAMP 单位 '%s' 不被认可" -#: ../executor/nodeSubplan.c:359 -msgid "ExecSetParamPlan: ANY/ALL subselect unsupported" +#: utils/adt/timestamp.c:2447 utils/adt/timestamp.c:2859 +#: utils/adt/timestamp.c:2904 +#, c-format +msgid "TIMESTAMP units '%s' not supported" +msgstr "不支持 '%s' 的 TIMESTAMP 单位" + +#: utils/adt/timestamp.c:2452 +#, c-format +msgid "Unable to truncate TIMESTAMP to '%s'" msgstr "" -#: ../executor/nodeSubplan.c:469 -msgid "ExecReScanSetParamPlan: direct correlated subquery unsupported, yet" +#: utils/adt/timestamp.c:2485 utils/adt/timestamp.c:2550 +#: utils/adt/timestamp.c:2941 utils/adt/timestamp.c:3094 +#, c-format +msgid "TIMESTAMP WITH TIME ZONE units '%s' not recognized" msgstr "" -#: ../executor/nodeSubplan.c:471 -msgid "ExecReScanSetParamPlan: setParam list is NULL" +#: utils/adt/timestamp.c:2539 utils/adt/timestamp.c:3055 +#: utils/adt/timestamp.c:3088 +#, fuzzy, c-format +msgid "TIMESTAMP WITH TIME ZONE units '%s' not supported" +msgstr "不支持单位为 '%s' 的时间间隔" + +#: utils/adt/timestamp.c:2546 +#, c-format +msgid "Unable to truncate TIMESTAMP WITH TIME ZONE to '%s'" msgstr "" -#: ../executor/nodeSubplan.c:473 -msgid "ExecReScanSetParamPlan: extParam list of plan is NULL" +#: utils/adt/timestamp.c:2579 utils/adt/timestamp.c:2647 +#: utils/adt/timestamp.c:3122 utils/adt/timestamp.c:3231 +#, c-format +msgid "INTERVAL units '%s' not recognized" msgstr "" -#: ../executor/nodeAgg.c:933 ../executor/nodeGroup.c:497 +#: utils/adt/timestamp.c:2632 utils/adt/timestamp.c:3202 +#, fuzzy, c-format +msgid "INTERVAL units '%s' not supported" +msgstr "不支持单位为 '%s' 的时间间隔" + +#: utils/adt/timestamp.c:2636 #, c-format -msgid "Unable to identify an equality operator for type '%s'" +msgid "Unable to truncate INTERVAL to '%s'" msgstr "" -#: ../executor/nodeSort.c:52 -msgid "ExtractSortKeys: keycount <= 0" +#: utils/adt/timestamp.c:2641 +msgid "Unable to decode INTERVAL; internal coding error" msgstr "" -#: ../executor/execUtils.c:536 -#, c-format -msgid "ExecOpenIndices: index %u not found" +#: utils/adt/timestamp.c:2669 +msgid "isoweek2date(): can't convert without year information" msgstr "" -#: ../executor/execProcnode.c:222 -#, c-format -msgid "ExecInitNode: node type %d unsupported" +#: utils/adt/timestamp.c:2874 utils/adt/timestamp.c:3339 +msgid "Unable to convert TIMESTAMP to TIMESTAMP WITH TIME ZONE (tm)" msgstr "" -#: ../executor/execProcnode.c:351 -#, c-format -msgid "ExecProcNode: node type %d unsupported" +#: utils/adt/timestamp.c:2879 utils/adt/timestamp.c:3344 +msgid "Unable to convert TIMESTAMP to TIMESTAMP WITH TIME ZONE" msgstr "" -#: ../executor/execProcnode.c:435 -#, c-format -msgid "ExecCountSlotsNode: node type %d unsupported" +#: utils/adt/timestamp.c:2890 utils/adt/timestamp.c:2897 +msgid "Unable to encode TIMESTAMP" msgstr "" -#: ../executor/execProcnode.c:557 -#, c-format -msgid "ExecEndNode: node type %d unsupported" +#: utils/adt/timestamp.c:3074 utils/adt/timestamp.c:3081 +msgid "Unable to encode TIMESTAMP WITH TIME ZONE" msgstr "" -#: ../executor/execProcnode.c:728 -#, c-format -msgid "ExecGetTupType: node type %d unsupported" +#: utils/adt/timestamp.c:3211 +msgid "" +"Unable to decode INTERVAL\n" +"\tinterval_part() internal coding error" msgstr "" -#: ../executor/_deadcode/nodeTee.c:325 -msgid "A Tee node can only be executed from its left or right parent\n" +#: utils/adt/timestamp.c:3369 +msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP (tm)" msgstr "" -#: ../executor/execMain.c:242 -#, c-format -msgid "ExecutorRun: Unknown feature %d" +#: utils/adt/timestamp.c:3372 +msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP" msgstr "" -#: ../executor/execMain.c:450 +#: utils/adt/varbit.c:106 utils/adt/varbit.c:230 #, c-format -msgid "ExecCheckRTEPerms: bogus operation %d" +msgid "Bit string length %d does not match type BIT(%d)" msgstr "" -#: ../executor/execMain.c:813 +#: utils/adt/varbit.c:126 utils/adt/varbit.c:333 #, c-format -msgid "You can't change sequence relation %s" +msgid "Cannot parse '%c' as a binary digit" msgstr "" -#: ../executor/execMain.c:817 +#: utils/adt/varbit.c:147 utils/adt/varbit.c:354 #, c-format -msgid "You can't change toast relation %s" +msgid "Cannot parse '%c' as a hex digit" msgstr "" -#: ../executor/execMain.c:821 +#: utils/adt/varbit.c:313 utils/adt/varbit.c:433 #, c-format -msgid "You can't change view relation %s" +msgid "Bit string too long for type BIT VARYING(%d)" msgstr "" -#: ../executor/execMain.c:1022 -msgid "ExecutePlan: NO (junk) `ctid' was found!" +#: utils/adt/varbit.c:803 +msgid "Cannot AND bit strings of different sizes" msgstr "" -#: ../executor/execMain.c:1026 -msgid "ExecutePlan: (junk) `ctid' is NULL!" +#: utils/adt/varbit.c:841 +msgid "Cannot OR bit strings of different sizes" msgstr "" -#: ../executor/execMain.c:1051 -#, c-format -msgid "ExecutePlan: NO (junk) `%s' was found!" +#: utils/adt/varbit.c:885 +msgid "Cannot XOR bit strings of different sizes" msgstr "" -#: ../executor/execMain.c:1056 -#, c-format -msgid "ExecutePlan: (junk) `%s' is NULL!" +#: utils/adt/varbit.c:1100 +msgid "Bit string is too large to fit in type integer" msgstr "" -#: ../executor/execMain.c:1142 -msgid "ExecutePlan: unknown operation in queryDesc" -msgstr "" +#: utils/adt/varbit.c:1144 utils/adt/varbit.c:1171 +msgid "INT64 is not supported on this platform" +msgstr "在此平台上不支持 INT64" -#: ../executor/execMain.c:1407 -msgid "ExecReplace: replace can't run without transactions" +#: utils/adt/varbit.c:1159 +msgid "Bit string is too large to fit in type int64" msgstr "" -#: ../executor/execMain.c:1605 +#: utils/adt/varbit.c:1251 #, c-format -msgid "%s: Fail to add null value in not null attribute %s" +msgid "S. %d %d em=%2x sm=%2x r=%d" msgstr "" -#: ../executor/execMain.c:1615 +#: utils/adt/varchar.c:107 utils/adt/varchar.c:213 #, c-format -msgid "%s: rejected due to CHECK constraint %s" +msgid "value too long for type character(%d)" msgstr "" -#: ../executor/execMain.c:1661 +#: utils/adt/varchar.c:369 utils/adt/varchar.c:447 #, c-format -msgid "EvalPlanQual: can't find RTE %d" +msgid "value too long for type character varying(%d)" msgstr "" -#: ../executor/execMain.c:1680 -msgid "EvalPlanQual: t_xmin is uncommitted ?!" +#: utils/adt/varlena.c:108 utils/adt/varlena.c:146 +msgid "Bad input string for type bytea" msgstr "" -#: ../executor/nodeAgg.c:768 -msgid "ExecInitAgg: could not find any aggregate functions" +#: utils/adt/varlena.c:338 utils/adt/varlena.c:621 utils/adt/varlena.c:724 +msgid "Invalid backend encoding; encoding max length is less than one." msgstr "" -#: ../executor/nodeAgg.c:866 -#, c-format -msgid "ExecAgg: cache lookup failed for aggregate %s(%s)" +#: utils/adt/varlena.c:485 utils/adt/varlena.c:547 utils/adt/varlena.c:1055 +msgid "negative substring length not allowed" msgstr "" -#: ../executor/nodeAgg.c:910 +#: utils/adt/varlena.c:1148 #, c-format -msgid "Aggregate %s needs to have compatible input type and transition type" +msgid "byteaGetByte: index %d out of range [0..%d]" msgstr "" -#: ../catalog/pg_operator.c:177 +#: utils/adt/varlena.c:1177 #, c-format -msgid "left type \"%s\" of operator %s does not exist" +msgid "byteaGetBit: index %d out of range [0..%d]" msgstr "" -#: ../catalog/pg_operator.c:186 +#: utils/adt/varlena.c:1211 #, c-format -msgid "right type \"%s\" of operator %s does not exist" +msgid "byteaSetByte: index %d out of range [0..%d]" msgstr "" -#: ../catalog/pg_operator.c:192 +#: utils/adt/varlena.c:1252 #, c-format -msgid "operator %s must have at least one operand type" +msgid "byteaSetBit: index %d out of range [0..%d]" msgstr "" -#: ../catalog/pg_operator.c:333 -msgid "OperatorShellMake: the operand types are not valid" +#: utils/adt/varlena.c:1262 +msgid "byteaSetBit: new bit must be 0 or 1" msgstr "" -#: ../catalog/pg_operator.c:479 -#, c-format -msgid "OperatorDef: operator \"%s\" already defined" +#: utils/adt/varlena.c:1753 +msgid "field position must be > 0" msgstr "" -#: ../catalog/pg_operator.c:497 +#: utils/fmgr/dfmgr.c:97 #, c-format -msgid "left type \"%s\" does not exist" -msgstr "" +msgid "stat failed on file '%s': %m" +msgstr "检测文件 '%s' 的状态失败: %m" -#: ../catalog/pg_operator.c:506 -#, c-format -msgid "right type \"%s\" does not exist" -msgstr "" +#: utils/fmgr/dfmgr.c:114 +msgid "Out of memory in load_external_function" +msgstr "在 load_external_function 内存溢出" -#: ../catalog/pg_operator.c:512 -msgid "operator must have at least one operand type" -msgstr "" +#: utils/fmgr/dfmgr.c:127 +#, c-format +msgid "Load of file %s failed: %s" +msgstr "装载文件 %s 失败: %s" -#: ../catalog/pg_operator.c:707 +#: utils/fmgr/dfmgr.c:154 #, c-format -msgid "OperatorDef: can't create operator shell \"%s\"" -msgstr "" +msgid "Can't find function %s in file %s" +msgstr "在文件 %2$s 中无法找到函数 %1$s" -#: ../catalog/pg_operator.c:720 -msgid "operator cannot be its own negator or sort operator" -msgstr "" +#: utils/fmgr/dfmgr.c:184 +#, c-format +msgid "LOAD: could not open file '%s': %m" +msgstr "LOAD: 无法打开文件 '%s': %m" -#: ../catalog/pg_operator.c:775 +#: utils/fmgr/dfmgr.c:239 #, c-format -msgid "OperatorDef: operator %u not found" -msgstr "" +msgid "stat failed on %s: %s" +msgstr "探测 %s 状态失败: %s" -#: ../catalog/pg_operator.c:1026 -msgid "at least one of leftarg or rightarg must be specified" +#: utils/fmgr/dfmgr.c:334 +msgid "invalid macro name in dynamic library path" msgstr "" -#: ../catalog/pg_operator.c:1032 -msgid "only binary operators can have commutators" +#: utils/fmgr/dfmgr.c:384 +msgid "zero length dynamic_library_path component" msgstr "" -#: ../catalog/pg_operator.c:1034 -msgid "only binary operators can have join selectivity" +#: utils/fmgr/dfmgr.c:395 +msgid "dynamic_library_path component is not absolute" msgstr "" -#: ../catalog/pg_operator.c:1036 -msgid "only binary operators can hash" +#: utils/fmgr/dfmgr.c:401 +#, c-format +msgid "find_in_dynamic_libpath: trying %s" msgstr "" -#: ../catalog/pg_operator.c:1038 -msgid "only binary operators can have sort links" -msgstr "" +#: utils/fmgr/fmgr.c:187 +#, c-format +msgid "fmgr_info: function %u: cache lookup failed" +msgstr "fmgr_info: 函数 %u: 缓冲区查找失败" -#: ../catalog/pg_largeobject.c:128 +#: utils/fmgr/fmgr.c:220 #, c-format -msgid "LargeObjectDrop: large object %u not found" +msgid "fmgr_info: function %s not in internal table" msgstr "" -#: ../catalog/indexing.c:162 +#: utils/fmgr/fmgr.c:267 #, c-format -msgid "CatalogIndexInsert: index %u not found" +msgid "fmgr: Could not extract prosrc for %u from pg_proc" msgstr "" -#: ../catalog/aclchk.c:56 +#: utils/fmgr/fmgr.c:274 #, c-format -msgid "acl size = %d, # acls = %d" +msgid "fmgr: Could not extract probin for %u from pg_proc" msgstr "" -#: ../catalog/aclchk.c:60 +#: utils/fmgr/fmgr.c:307 #, c-format -msgid "\tacl[%d]: %s" +msgid "Unknown function API version %d" msgstr "" -#: ../catalog/aclchk.c:108 +#: utils/fmgr/fmgr.c:333 #, c-format -msgid "relation \"%s\" not found" +msgid "fmgr_info: cache lookup for language %u failed" msgstr "" -#: ../catalog/aclchk.c:114 +#: utils/fmgr/fmgr.c:346 #, c-format -msgid "\"%s\" is an index" +msgid "fmgr_info: language %u has old-style handler" msgstr "" -#: ../catalog/aclchk.c:208 +#: utils/fmgr/fmgr.c:394 #, c-format -msgid "non-existent group \"%s\"" +msgid "Null result from %s" msgstr "" -#: ../catalog/aclchk.c:278 +#: utils/fmgr/fmgr.c:402 #, c-format -msgid "in_group: group %u not found" +msgid "Unknown version %d reported by %s" msgstr "" -#: ../catalog/aclchk.c:305 -msgid "aclcheck: null ACL, returning OK" -msgstr "" +#: utils/fmgr/fmgr.c:470 +msgid "Internal error: fmgr_oldstyle received NULL pointer" +msgstr "内部错误: fmgr_oldstyle 接收到 NULL 指针" -#: ../catalog/aclchk.c:320 -msgid "aclcheck: zero-length ACL, returning OK" -msgstr "" +#: utils/fmgr/fmgr.c:619 +#, c-format +msgid "fmgr_oldstyle: function %u: too many arguments (%d > %d)" +msgstr "fmgr_oldstyle: 函数 %u: 参数太多 (%d > %d)" -#: ../catalog/aclchk.c:329 -msgid "aclcheck: first entry in ACL is not 'world' entry" -msgstr "" +#: utils/fmgr/fmgr.c:666 +#, c-format +msgid "fmgr_security_definer: function %u: cache lookup failed" +msgstr "fmgr_security_definer: 函数 %u: 查找缓冲区失败" -#: ../catalog/aclchk.c:333 +#: utils/fmgr/fmgr.c:728 #, c-format -msgid "aclcheck: using world=%d" -msgstr "" +msgid "DirectFunctionCall1: function %p returned NULL" +msgstr "DriectFunctionCall1: 函数 %p 返回 NULL" -#: ../catalog/aclchk.c:349 +#: utils/fmgr/fmgr.c:756 #, c-format -msgid "aclcheck: found user %u/%d" -msgstr "" +msgid "DirectFunctionCall2: function %p returned NULL" +msgstr "DirectFunctionCall2: 函数 %p 返回 NULL" -#: ../catalog/aclchk.c:366 ../catalog/aclchk.c:387 +#: utils/fmgr/fmgr.c:779 #, c-format -msgid "aclcheck: found group %u/%d" -msgstr "" +msgid "DirectFunctionCall3: function %p returned NULL" +msgstr "DirectFunctionCall3: 函数 %p 返回 NULL" -#: ../catalog/aclchk.c:399 +#: utils/fmgr/fmgr.c:803 #, c-format -msgid "aclcheck: bogus ACL id type: %d" -msgstr "" +msgid "DirectFunctionCall4: function %p returned NULL" +msgstr "DirectFunctionCall4: 函数 %p 返回 NULL" -#: ../catalog/aclchk.c:429 +#: utils/fmgr/fmgr.c:828 #, c-format -msgid "pg_aclcheck: invalid user id %u" -msgstr "" +msgid "DirectFunctionCall5: function %p returned NULL" +msgstr "DirectFunctionCall5: 函数 %p 返回 NULL" -#: ../catalog/aclchk.c:445 +#: utils/fmgr/fmgr.c:855 #, c-format -msgid "pg_aclcheck: catalog update to \"%s\": permission denied" -msgstr "" +msgid "DirectFunctionCall6: function %p returned NULL" +msgstr "DirectFunctionCall6: 函数 %p 返回 NULL" -#: ../catalog/aclchk.c:458 +#: utils/fmgr/fmgr.c:883 #, c-format -msgid "pg_aclcheck: \"%s\" is superuser" -msgstr "" +msgid "DirectFunctionCall7: function %p returned NULL" +msgstr "DirectFunctionCall7: 函数 %p 返回 NULL" -#: ../catalog/aclchk.c:475 +#: utils/fmgr/fmgr.c:912 #, c-format -msgid "pg_aclcheck: class \"%s\" not found" -msgstr "" +msgid "DirectFunctionCall8: function %p returned NULL" +msgstr "DirectFunctionCall8: 函数 %p 返回 NULL" -#: ../catalog/aclchk.c:525 +#: utils/fmgr/fmgr.c:943 #, c-format -msgid "pg_ownercheck: invalid user id %u" -msgstr "" +msgid "DirectFunctionCall9: function %p returned NULL" +msgstr "DirectFunctionCall9: 函数 %p 返回 NULL" -#: ../catalog/aclchk.c:535 ../catalog/aclchk.c:597 ../catalog/aclchk.c:648 +#: utils/fmgr/fmgr.c:974 #, c-format -msgid "pg_ownercheck: user \"%s\" is superuser" -msgstr "" +msgid "FunctionCall1: function %u returned NULL" +msgstr "FunctionCall1: 函数 %u 返回 NULL" -#: ../catalog/aclchk.c:552 +#: utils/fmgr/fmgr.c:1002 utils/sort/tuplesort.c:1823 #, c-format -msgid "pg_ownercheck: class \"%s\" not found" -msgstr "" +msgid "FunctionCall2: function %u returned NULL" +msgstr "FunctionCall2: 函数 %u 返回 NULL" -#: ../catalog/aclchk.c:558 +#: utils/fmgr/fmgr.c:1026 #, c-format -msgid "pg_ownercheck: type \"%s\" not found" -msgstr "" +msgid "FunctionCall3: function %u returned NULL" +msgstr "FunctionCall3: 函数 %u 返回 NULL" -#: ../catalog/aclchk.c:563 +#: utils/fmgr/fmgr.c:1051 #, c-format -msgid "pg_ownercheck: invalid cache id: %d" -msgstr "" +msgid "FunctionCall4: function %u returned NULL" +msgstr "FunctionCall4: 函数 %u 返回 NULL" -#: ../catalog/aclchk.c:587 +#: utils/fmgr/fmgr.c:1077 #, c-format -msgid "pg_oper_ownercheck: invalid user id %u" -msgstr "" +msgid "FunctionCall5: function %u returned NULL" +msgstr "FunctionCall5: 函数 %u 返回 NULL" -#: ../catalog/aclchk.c:611 +#: utils/fmgr/fmgr.c:1105 #, c-format -msgid "pg_ownercheck: operator %u not found" -msgstr "" +msgid "FunctionCall6: function %u returned NULL" +msgstr "FunctionCall6: 函数 %u 返回 NULL" -#: ../catalog/aclchk.c:638 +#: utils/fmgr/fmgr.c:1134 #, c-format -msgid "pg_func_ownercheck: invalid user id %u" -msgstr "" +msgid "FunctionCall7: function %u returned NULL" +msgstr "FunctionCall7: 函数 %u 返回 NULL" -#: ../catalog/aclchk.c:690 +#: utils/fmgr/fmgr.c:1164 #, c-format -msgid "pg_aggr_ownercheck: invalid user id %u" -msgstr "" +msgid "FunctionCall8: function %u returned NULL" +msgstr "FunctionCall8: 函数 %u 返回 NULL" -#: ../catalog/aclchk.c:700 +#: utils/fmgr/fmgr.c:1196 #, c-format -msgid "pg_aggr_ownercheck: user \"%s\" is superuser" -msgstr "" +msgid "FunctionCall9: function %u returned NULL" +msgstr "FunctionCall9: 函数 %u 返回 NULL" -#: ../catalog/heap.c:159 ../catalog/heap.c:162 +#: utils/fmgr/fmgr.c:1227 #, c-format -msgid "SystemAttributeDefinition: invalid attribute number %d" -msgstr "" +msgid "OidFunctionCall1: function %u returned NULL" +msgstr "OidfunctionCall1: 函数 %u 返回 NULL" -#: ../catalog/heap.c:209 +#: utils/fmgr/fmgr.c:1252 #, c-format -msgid "" -"invalid relation name \"%s\"; the 'pg_' name prefix is reserved for system " -"catalogs" -msgstr "" +msgid "OidFunctionCall2: function %u returned NULL" +msgstr "OidfunctionCall2: 函数 %u 返回 NULL" -#: ../catalog/heap.c:359 +#: utils/fmgr/fmgr.c:1279 #, c-format -msgid "name of column \"%s\" conflicts with an existing system column" -msgstr "" +msgid "OidFunctionCall3: function %u returned NULL" +msgstr "OidfunctionCall3: 函数 %u 返回 NULL" -#: ../catalog/heap.c:364 +#: utils/fmgr/fmgr.c:1307 #, c-format -msgid "" -"Attribute '%s' has an unknown type\n" -"\tProceeding with relation creation anyway" -msgstr "" +msgid "OidFunctionCall4: function %u returned NULL" +msgstr "OidfunctionCall4: 函数 %u 返回 NULL" -#: ../catalog/heap.c:378 +#: utils/fmgr/fmgr.c:1336 #, c-format -msgid "column name \"%s\" is duplicated" -msgstr "" +msgid "OidFunctionCall5: function %u returned NULL" +msgstr "OidfunctionCall5: 函数 %u 返回 NULL" -#: ../catalog/heap.c:712 +#: utils/fmgr/fmgr.c:1367 #, c-format -msgid "Number of columns is out of range (1 to %d)" -msgstr "字段编号超出范围 (1 到 %d)" +msgid "OidFunctionCall6: function %u returned NULL" +msgstr "OidfunctionCall6: 函数 %u 返回 NULL" -#: ../catalog/heap.c:720 +#: utils/fmgr/fmgr.c:1399 #, c-format -msgid "Relation '%s' already exists" -msgstr "" +msgid "OidFunctionCall7: function %u returned NULL" +msgstr "OidfunctionCall7: 函数 %u 返回 NULL" -#: ../catalog/heap.c:855 +#: utils/fmgr/fmgr.c:1432 #, c-format -msgid "Relation \"%s\" inherits from \"%s\"" -msgstr "" +msgid "OidFunctionCall8: function %u returned NULL" +msgstr "OidfunctionCall8: 函数 %u 返回 NULL" -#: ../catalog/heap.c:858 +#: utils/fmgr/fmgr.c:1467 #, c-format -msgid "Relation %u inherits from \"%s\"" -msgstr "" +msgid "OidFunctionCall9: function %u returned NULL" +msgstr "OidfunctionCall9: 函数 %u 返回 NULL" -#: ../catalog/heap.c:1054 -msgid "TRUNCATE TABLE cannot run inside a transaction block" -msgstr "" +#: utils/fmgr/fmgr.c:1506 +#, c-format +msgid "fmgr: function %u: too many arguments (%d > %d)" +msgstr "fmgr: 函数 %u: 参数太多 (%d > %d)" -#: ../catalog/heap.c:1164 +#: utils/fmgr/fmgr.c:1518 #, c-format -msgid "DeleteTypeTuple: type \"%s\" does not exist" +msgid "fmgr: function %u returned NULL" +msgstr "fmgr: 函数 %u 返回 NULL" + +#: utils/fmgr/funcapi.c:36 +msgid "function called in context that does not accept a set result" msgstr "" -#: ../catalog/heap.c:1204 -#, c-format -msgid "DeleteTypeTuple: column of type %s exists in relation %u" +#: utils/fmgr/funcapi.c:68 +msgid "init_MultiFuncCall may not be called more than once" msgstr "" -#: ../catalog/heap.c:1275 +#: utils/cache/catcache.c:151 #, c-format -msgid "System relation \"%s\" may not be dropped" +msgid "GetCCHashFunc: type %u unsupported as catcache key" msgstr "" -#: ../catalog/heap.c:1284 +#: utils/cache/catcache.c:195 #, c-format -msgid "heap_drop_with_catalog: FlushRelationBuffers returned %d" +msgid "CCComputeHashValue: %d nkeys" msgstr "" -#: ../catalog/heap.c:1617 -msgid "cannot use column references in DEFAULT clause" +#: utils/cache/catcache.c:260 +#, c-format +msgid "CCComputeTupleHashValue: %d cc_nkeys" msgstr "" -#: ../catalog/heap.c:1623 -msgid "cannot use subselects in DEFAULT clause" +#: utils/cache/catcache.c:284 +#, c-format +msgid "Catcache stats dump: %d/%d tuples in catcaches" msgstr "" -#: ../catalog/heap.c:1625 -msgid "cannot use aggregate functions in DEFAULT clause" +#: utils/cache/catcache.c:291 +#, c-format +msgid "" +"Catcache %s/%s: %d tup, %ld srch, %ld+%ld=%ld hits, %ld+%ld=%ld loads, %ld " +"invals, %ld discards, %ld lsrch, %ld lhits" msgstr "" -#: ../catalog/heap.c:1647 +#: utils/cache/catcache.c:315 #, c-format msgid "" -"Column \"%s\" is of type %s but default expression is of type %s\n" -"\tYou will need to rewrite or cast the expression" +"Catcache totals: %d tup, %ld srch, %ld+%ld=%ld hits, %ld+%ld=%ld loads, %ld " +"invals, %ld discards, %ld lsrch, %ld lhits" msgstr "" -#: ../catalog/heap.c:1769 +#: utils/cache/catcache.c:550 #, c-format -msgid "CHECK constraint expression '%s' does not yield boolean result" +msgid "Cache reference leak: cache %s (%d), list %p has count %d" msgstr "" -#: ../catalog/heap.c:1776 +#: utils/cache/catcache.c:573 #, c-format -msgid "Only relation \"%s\" can be referenced in CHECK constraint expression" +msgid "Cache reference leak: cache %s (%d), tuple %u has count %d" msgstr "" -#: ../catalog/heap.c:1783 -msgid "cannot use subselect in CHECK constraint expression" +#: utils/cache/catcache.c:761 +#, c-format +msgid "InitCatCache: rel=%s id=%d nkeys=%d size=%d\n" msgstr "" -#: ../catalog/heap.c:1785 -msgid "cannot use aggregate function in CHECK constraint expression" +#: utils/cache/catcache.c:860 +#, c-format +msgid "CatalogCacheInitializeCache: cache @%p %s" msgstr "" -#: ../catalog/heap.c:2000 -msgid "check count became negative" +#: utils/cache/catcache.c:866 +#, c-format +msgid "CatalogCacheInitializeCache: load %d/%d w/%d, %u" msgstr "" -#: ../catalog/pg_aggregate.c:75 -msgid "no aggregate name supplied" +#: utils/cache/catcache.c:870 +#, c-format +msgid "CatalogCacheInitializeCache: load %d/%d w/%d" msgstr "" -#: ../catalog/pg_aggregate.c:78 -msgid "aggregate must have a transition function" +#: utils/cache/catcache.c:940 +msgid "CatalogCacheInit: only sys attr supported is OID" msgstr "" -#: ../catalog/pg_aggregate.c:91 +#: utils/cache/inval.c:453 #, c-format -msgid "data type %s does not exist" +msgid "ExecuteInvalidationMessage: bogus message id %d" msgstr "" -#: ../catalog/pg_aggregate.c:102 -#, c-format -msgid "aggregate function \"%s\" with base type %s already exists" +#: utils/cache/inval.c:708 utils/cache/inval.c:731 +msgid "Out of cache_callback_list slots" msgstr "" -#: ../catalog/pg_aggregate.c:110 +#: utils/cache/lsyscache.c:73 #, c-format -msgid "data type %s does not exit" +msgid "op_requires_recheck: op %u is not a member of opclass %u" msgstr "" -#: ../catalog/pg_aggregate.c:133 +#: utils/cache/lsyscache.c:218 #, c-format -msgid "return type of transition function %s is not %s" +msgid "cache lookup failed for relation %u attribute %d" msgstr "" -#: ../catalog/pg_aggregate.c:146 -msgid "" -"must not omit initval when transfn is strict and transtype is not compatible " -"with input type" +#: utils/cache/lsyscache.c:368 +#, c-format +msgid "op_mergejoin_crossops: operator %u not found" msgstr "" -#: ../catalog/pg_aggregate.c:204 -msgid "AggregateCreate: heap_formtuple failed" +#: utils/cache/lsyscache.c:376 +#, c-format +msgid "op_mergejoin_crossops: mergejoin operator %u has no matching < operator" msgstr "" -#: ../catalog/pg_aggregate.c:206 -msgid "AggregateCreate: heap_insert failed" +#: utils/cache/lsyscache.c:383 +#, c-format +msgid "op_mergejoin_crossops: mergejoin operator %u has no matching > operator" msgstr "" -#: ../catalog/pg_aggregate.c:239 +#: utils/cache/lsyscache.c:424 utils/cache/lsyscache.c:440 #, c-format -msgid "AggNameGetInitVal: cache lookup failed for aggregate '%s'" +msgid "Operator OID %u does not exist" msgstr "" -#: ../catalog/pg_aggregate.c:264 +#: utils/cache/lsyscache.c:693 #, c-format -msgid "" -"AggNameGetInitVal: cache lookup failed on aggregate transition function " -"return type %u" +msgid "get_system_catalog_relid: cannot find %s" msgstr "" -#: ../catalog/pg_proc.c:89 +#: utils/cache/lsyscache.c:1065 #, c-format -msgid "language '%s' does not exist" +msgid "get_typdefault: failed to lookup type %u" msgstr "" -#: ../catalog/pg_proc.c:105 -msgid "SQL functions cannot have arguments of type \"opaque\"" +#: utils/cache/lsyscache.c:1144 +#, c-format +msgid "getBaseType: failed to lookup type %u" msgstr "" -#: ../catalog/pg_proc.c:113 +#: utils/cache/lsyscache.c:1282 #, c-format -msgid "argument type %s does not exist" +msgid "getTypeInputInfo: Cache lookup of type %u failed" +msgstr "getTypeInputInfo: 为类型 %u 查找缓冲区失败" + +#: utils/cache/lsyscache.c:1312 +#, c-format +msgid "getTypeOutputInfo: Cache lookup of type %u failed" +msgstr "getTypeOutputInfo: 为类型 %u 查找缓冲区失败" + +#: utils/cache/lsyscache.c:1408 +msgid "get_attstatsslot: stavalues is null" msgstr "" -#: ../catalog/pg_proc.c:116 +#: utils/cache/lsyscache.c:1430 #, c-format -msgid "argument type %s is only a shell" +msgid "get_attstatsslot: Cache lookup failed for type %u" +msgstr "get_attstatsslot: 为类型 %u 查找缓冲区失败" + +#: utils/cache/lsyscache.c:1466 +msgid "get_attstatsslot: stanumbers is null" msgstr "" -#: ../catalog/pg_proc.c:121 -msgid "functions cannot accept set arguments" +#: utils/cache/lsyscache.c:1477 +msgid "get_attstatsslot: stanumbers is not a 1-D float4 array" msgstr "" -#: ../catalog/pg_proc.c:160 -msgid "lookup for procedure by source needs fix (Jan)" +#: utils/cache/relcache.c:168 utils/cache/relcache.c:176 +#: utils/cache/relcache.c:188 +msgid "out of memory for relation descriptor cache" msgstr "" -#: ../catalog/pg_proc.c:168 -msgid "SQL functions cannot return type \"opaque\"" +#: utils/cache/relcache.c:234 +msgid "trying to delete a rd_id reldesc that does not exist." msgstr "" -#: ../catalog/pg_proc.c:177 -#, c-format -msgid "ProcedureCreate: type %s is not yet defined" +#: utils/cache/relcache.c:239 +msgid "trying to delete a rd_node reldesc that does not exist." msgstr "" -#: ../catalog/pg_proc.c:181 -#, c-format -msgid "could not create type %s" -msgstr "无法创建类型 %s" +#: utils/cache/relcache.c:248 +msgid "trying to delete a relname reldesc that does not exist." +msgstr "" -#: ../catalog/pg_proc.c:185 -#, c-format -msgid "return type %s is only a shell" +#: utils/cache/relcache.c:354 +msgid "ScanPgRelation: bad buildinfo" msgstr "" -#: ../catalog/pg_proc.c:198 +#: utils/cache/relcache.c:508 #, c-format -msgid "method %s already an attribute of type %s" +msgid "Bogus attribute number %d for %s" msgstr "" -#: ../catalog/pg_proc.c:233 +#: utils/cache/relcache.c:550 #, c-format -msgid "there is no built-in function named \"%s\"" +msgid "catalog is missing %d attribute(s) for relid %u" msgstr "" -#: ../catalog/pg_proc.c:309 +#: utils/cache/relcache.c:962 #, c-format -msgid "function %s already exists with same argument types" +msgid "RelationInitIndexAccessInfo: no pg_index entry for index %u" msgstr "" -#: ../catalog/pg_proc.c:312 +#: utils/cache/relcache.c:977 #, c-format -msgid "ProcedureCreate: you do not have permission to replace function %s" -msgstr "" +msgid "RelationInitIndexAccessInfo: cache lookup failed for AM %u" +msgstr "RelationInitIndexAccessInfo: 为 AM %u 查找缓冲区失败" -#: ../catalog/pg_proc.c:320 -msgid "" -"ProcedureCreate: cannot change return type of existing function.\n" -"\tUse DROP FUNCTION first." +#: utils/cache/relcache.c:1092 +msgid "IndexSupportInitialize: bogus pg_index tuple" msgstr "" -#: ../catalog/pg_proc.c:381 -#, c-format -msgid "function declared to return %s, but no SELECT provided" +#: utils/cache/relcache.c:1199 +msgid "out of memory for operator class cache" msgstr "" -#: ../catalog/pg_proc.c:399 -msgid "function declared with no return type, but final statement is a SELECT" +#: utils/cache/relcache.c:1273 +#, c-format +msgid "Bogus amopstrategy number %d for opclass %u" msgstr "" -#: ../catalog/pg_proc.c:405 +#: utils/cache/relcache.c:1308 #, c-format -msgid "function declared to return %s, but final statement is not a SELECT" +msgid "Bogus amproc number %d for opclass %u" msgstr "" -#: ../catalog/pg_proc.c:422 +#: utils/cache/relcache.c:1653 #, c-format -msgid "function declared to return %s returns multiple columns in final SELECT" +msgid "RelationReloadClassinfo system relation id=%d doesn't exist" msgstr "" -#: ../catalog/pg_proc.c:427 +#: utils/cache/relcache.c:1780 #, c-format -msgid "return type mismatch in function: declared to return %s, returns %s" +msgid "RelationClearRelation: relation %u deleted while still in use" msgstr "" -#: ../catalog/pg_proc.c:458 ../catalog/pg_proc.c:484 +#: utils/cache/relcache.c:1863 #, c-format -msgid "" -"function declared to return %s does not SELECT the right number of columns (%" -"d)" +msgid "RelationForgetRelation: relation %u is still open" msgstr "" -#: ../catalog/pg_proc.c:474 +#: utils/cache/relcache.c:2020 #, c-format -msgid "function declared to return %s returns %s instead of %s at column %d" +msgid "Relcache reference leak: relation \"%s\" has refcnt %d instead of %d" msgstr "" -#: ../catalog/index.c:117 +#: utils/cache/relcache.c:2317 #, c-format -msgid "index named \"%s\" already exists" +msgid "RelationCacheInitializePhase2: no pg_class entry for %s" msgstr "" -#: ../catalog/index.c:123 +#: utils/cache/relcache.c:2465 #, c-format -msgid "cannot create index on non-existent relation \"%s\"" +msgid "AttrDefaultFetch: second record found for attr %s in rel %s" msgstr "" -#: ../catalog/index.c:153 +#: utils/cache/relcache.c:2473 #, c-format -msgid "Function %u does not exist" +msgid "AttrDefaultFetch: adbin IS NULL for attr %s in rel %s" msgstr "" -#: ../catalog/index.c:172 ../catalog/index.c:306 +#: utils/cache/relcache.c:2484 #, c-format -msgid "Opclass %u does not exist" +msgid "AttrDefaultFetch: unexpected record found for attr %d in rel %s" msgstr "" -#: ../catalog/index.c:186 ../catalog/index.c:319 +#: utils/cache/relcache.c:2493 #, c-format -msgid "Type %u does not exist" +msgid "AttrDefaultFetch: %d record(s) not found for rel %s" msgstr "" -#: ../catalog/index.c:266 +#: utils/cache/relcache.c:2527 #, c-format -msgid "cannot create index: column %d does not exist" -msgstr "无法创建索引: 字段 %d 不存在" - -#: ../catalog/index.c:678 -msgid "must index at least one column" +msgid "CheckConstraintFetch: unexpected record found for rel %s" msgstr "" -#: ../catalog/index.c:682 -msgid "User-defined indexes on system catalogs are not supported" +#: utils/cache/relcache.c:2538 +#, c-format +msgid "CheckConstraintFetch: conbin IS NULL for rel %s" msgstr "" -#: ../catalog/index.c:862 ../catalog/index.c:910 +#: utils/cache/relcache.c:2551 #, c-format -msgid "index_drop: cache lookup failed for index %u" +msgid "CheckConstraintFetch: %d record(s) not found for rel %s" msgstr "" -#: ../catalog/index.c:922 +#: utils/cache/relcache.c:3027 #, c-format -msgid "index_drop: FlushRelationBuffers returned %d" +msgid "" +"Cannot create init file %s: %m\n" +"\tContinuing anyway, but there's something wrong." msgstr "" -#: ../catalog/index.c:1142 -#, c-format -msgid "LockClassinfoForUpdate couldn't lock relid %u" +#: utils/cache/relcache.c:3051 +msgid "cannot write init file -- descriptor length" msgstr "" -#: ../catalog/index.c:1153 -msgid "The tuple isn't committed" +#: utils/cache/relcache.c:3055 +msgid "cannot write init file -- reldesc" +msgstr "无法写入初始化文件 -- reldesc" + +#: utils/cache/relcache.c:3060 +msgid "cannot write init file -- relation tuple form length" msgstr "" -#: ../catalog/index.c:1156 -msgid "The tuple is already deleted" +#: utils/cache/relcache.c:3063 +msgid "cannot write init file -- relation tuple form" msgstr "" -#: ../catalog/index.c:1177 +#: utils/cache/relcache.c:3070 #, c-format -msgid "IndexesAreActive couldn't lock %u" +msgid "cannot write init file -- length of attdesc %d" msgstr "" -#: ../catalog/index.c:1180 +#: utils/cache/relcache.c:3072 #, c-format -msgid "relation %u isn't an indexable relation" -msgstr "" +msgid "cannot write init file -- attdesc %d" +msgstr "无法写入初始化文件 -- attdesc %d" -#: ../catalog/index.c:1252 +#: utils/cache/relcache.c:3091 #, c-format -msgid "setRelhasindex: cannot find relation %u in pg_class" +msgid "write_relcache_init_file: no pg_index entry for index %u" msgstr "" -#: ../catalog/index.c:1325 -msgid "setNewRelfilenode impossible to lock class tuple" -msgstr "" +#: utils/cache/relcache.c:3095 +#, fuzzy +msgid "cannot write init file -- index tuple form length" +msgstr "无法写入初始化文件 -- reldesc" -#: ../catalog/index.c:1425 -#, c-format -msgid "UpdateStats: cannot open relation id %u" -msgstr "" +#: utils/cache/relcache.c:3097 +#, fuzzy +msgid "cannot write init file -- index tuple form" +msgstr "无法写入初始化文件 -- reldesc" -#: ../catalog/index.c:1461 -#, c-format -msgid "UpdateStats: cannot find relation %u in pg_class" +#: utils/cache/relcache.c:3103 +msgid "cannot write init file -- am tuple form length" msgstr "" -#: ../catalog/index.c:1730 -msgid "IndexBuildHeapScan: concurrent insert in progress" +#: utils/cache/relcache.c:3106 +msgid "cannot write init file -- am tuple form" msgstr "" -#: ../catalog/index.c:1742 -msgid "IndexBuildHeapScan: concurrent delete in progress" +#: utils/cache/relcache.c:3112 +msgid "cannot write init file -- strategy map length" msgstr "" -#: ../catalog/index.c:1834 -#, c-format -msgid "IndexGetRelation: can't find index id %u" +#: utils/cache/relcache.c:3115 +msgid "cannot write init file -- strategy map" msgstr "" -#: ../catalog/index.c:1881 -msgid "REINDEX cannot run inside a transaction block" -msgstr "" +#: utils/cache/relcache.c:3120 +#, fuzzy +msgid "cannot write init file -- operator vector length" +msgstr "无法写入初始化文件 -- reldesc" -#: ../catalog/index.c:1892 -#, c-format -msgid "reindex_index: index %u not found in pg_index" -msgstr "" +#: utils/cache/relcache.c:3123 +#, fuzzy +msgid "cannot write init file -- operator vector" +msgstr "无法写入初始化文件 -- reldesc" -#: ../catalog/index.c:1906 -msgid "reindex_index: can't open heap relation" +#: utils/cache/relcache.c:3128 +msgid "cannot write init file -- support vector length" msgstr "" -#: ../catalog/index.c:1909 -msgid "reindex_index: can't open index relation" +#: utils/cache/relcache.c:3131 +msgid "cannot write init file -- support vector" msgstr "" -#: ../catalog/index.c:2030 +#: utils/cache/relcache.c:3175 #, c-format -msgid "the target relation %u is nailed" +msgid "" +"Cannot rename init file %s to %s: %m\n" +"\tContinuing anyway, but there's something wrong." msgstr "" -#: ../catalog/index.c:2046 +#: utils/cache/syscache.c:478 #, c-format -msgid "the target relation %u is shared" +msgid "InitCatalogCache: Can't init cache %s (%d)" msgstr "" -#: ../catalog/pg_type.c:307 ../catalog/pg_type.c:539 +#: utils/cache/syscache.c:534 #, c-format -msgid "type named %s already exists" +msgid "SearchSysCache: Bad cache id %d" msgstr "" -#: ../catalog/pg_type.c:317 ../catalog/pg_type.c:534 +#: utils/cache/syscache.c:715 #, c-format -msgid "type %s does not exist" +msgid "SysCacheGetAttr: Bad cache id %d" msgstr "" -#: ../catalog/pg_type.c:325 +#: utils/cache/syscache.c:718 #, c-format -msgid "TypeCreate: invalid type internal size %d" +msgid "SysCacheGetAttr: missing cache data for id %d" msgstr "" -#: ../catalog/pg_type.c:328 +#: utils/cache/syscache.c:734 #, c-format -msgid "TypeCreate: invalid type external size %d" +msgid "SearchSysCacheList: Bad cache id %d" msgstr "" -#: ../catalog/pg_type.c:332 -msgid "TypeCreate: fixed size types must have storage PLAIN" +#: utils/error/elog.c:128 +msgid "Pre-7.3 object file made an elog() call. Recompile." msgstr "" -#: ../catalog/pg_type.c:468 +#: utils/error/elog.c:218 #, c-format -msgid "type %s already exists" -msgstr "" +msgid "copy: line %d, " +msgstr "拷贝: 行 %d, " -#: ../bootstrap/bootstrap.c:297 ../postmaster/postmaster.c:276 -#, c-format -msgid "" -"%s does not know where to find the database system data.\n" -"You must specify the directory that contains the database system\n" -"either by specifying the -D invocation option or by setting the\n" -"PGDATA environment variable.\n" -"\n" -msgstr "" -"%s 不知道在哪里可以找到数据库系统数据.\n" -"你必须通过声明 -D 调用选项或者通过设置\n" -"PGDATA 环境变量声明包含数据库系统的目录.\n" -"\n" +#. translator: This must fit in fmt_fixedbuf. +#: utils/error/elog.c:241 utils/error/elog.c:337 +msgid "elog: out of memory" +msgstr "elog: 内存用尽" -#: ../postmaster/postmaster.c:290 +#: utils/error/elog.c:438 #, c-format -msgid "" -"%s does not find the database system.\n" -"Expected to find it in the PGDATA directory \"%s\",\n" -"but unable to open file \"%s\": %s\n" -"\n" +msgid "statement: %s" msgstr "" -"%s 未找到数据库系统.\n" -"预期在 PGDATA 目录 \"%s\" 找到,\n" -"但是无法打开文件 \"%s\": %s\n" -"\n" - -#: ../postmaster/postmaster.c:396 ../postmaster/postmaster.c:407 -#: ../postmaster/postmaster.c:545 ../postmaster/postmaster.c:584 -#, c-format -msgid "Try '%s --help' for more information.\n" -msgstr "用 '%s --help' 获取更多的信息.\n" - -#: ../postmaster/postmaster.c:406 -#, c-format -msgid "invalid argument -- %s" -msgstr "无效参数 -- %s" - -#: ../postmaster/postmaster.c:430 -msgid "Assert checking is not compiled in." -msgstr "没有把断言检查编译到程序里." - -#: ../postmaster/postmaster.c:560 -msgid "" -"The number of buffers (-B) must be at least twice the number of allowed " -"connections (-N) and at least 16." -msgstr "缓冲区的数量 (-B) 必须至少是允许的联接数 (-N)的两倍并且至少为 16." - -#: ../postmaster/postmaster.c:583 -msgid "For SSL, TCP/IP connections must be enabled." -msgstr "对于 SSL 而言, 必须打开 TCP/IP 联接." - -#: ../postmaster/postmaster.c:629 -msgid "cannot create INET stream port" -msgstr "无法创建 INET 流端口" - -#: ../postmaster/postmaster.c:641 -msgid "cannot create UNIX stream port" -msgstr "无法创建 UNIX 流端口" -#: ../postmaster/postmaster.c:728 -#, c-format -msgid "fork failed: %s" -msgstr "fork 失败: %s" +#: utils/error/elog.c:488 +msgid "elog: error during error recovery, giving up!" +msgstr "" -#: ../postmaster/postmaster.c:746 +#: utils/error/elog.c:533 #, c-format -msgid "cannot disassociate from controlling TTY: %s" -msgstr "无法与控制 TTY: %s 断开联系" +msgid "DebugFileOpen: open of %s: %m" +msgstr "" -#: ../postmaster/postmaster.c:766 +#: utils/error/elog.c:542 #, c-format -msgid "" -"%s is the PostgreSQL server.\n" -"\n" +msgid "DebugFileOpen: %s reopen as stderr: %m" msgstr "" -"%s 是 PostgreSQL 服务器.\n" -"\n" -#: ../postmaster/postmaster.c:767 +#: utils/error/elog.c:554 #, c-format -msgid "" -"Usage:\n" -" %s [options...]\n" -"\n" +msgid "DebugFileOpen: %s reopen as stdout: %m" msgstr "" -"用法:\n" -" %s [选项...]\n" -"\n" -#: ../postmaster/postmaster.c:768 -msgid "Options:\n" -msgstr "选项:\n" +#: utils/error/elog.c:571 +msgid "DebugFileOpen: could not open debugging file" +msgstr "DebugFileOpen: 无法打开用来除错的文件" -#: ../postmaster/postmaster.c:770 -msgid " -A 1|0 enable/disable run-time assert checking\n" -msgstr " -A 1|0 打开/关闭运行时断言检查\n" +#: utils/error/elog.c:776 +msgid "Numerical result out of range" +msgstr "数值结果超出范围" -#: ../postmaster/postmaster.c:772 +#: utils/error/elog.c:790 #, c-format -msgid " -B NBUFFERS number of shared buffers (default %d)\n" -msgstr " -B 缓冲区数量 共享缓冲区的数量 (缺省是 %d)\n" +msgid "operating system error %d" +msgstr "操作系统错误 %d" -#: ../postmaster/postmaster.c:773 -msgid " -c NAME=VALUE set run-time parameter\n" -msgstr " -c 名字=数值 设置运行时参数\n" +#: utils/error/elog.c:812 +msgid "DEBUG: " +msgstr "调试: " -#: ../postmaster/postmaster.c:774 -msgid " -d 1-5 debugging level\n" -msgstr " -d 1-5 调试级别\n" +#: utils/error/elog.c:816 +msgid "LOG: " +msgstr "日志: " -#: ../postmaster/postmaster.c:775 -msgid " -D DATADIR database directory\n" -msgstr " -D 数据目录 数据库目录\n" +#: utils/error/elog.c:819 +msgid "INFO: " +msgstr "信息: " -#: ../postmaster/postmaster.c:776 -msgid " -F turn fsync off\n" -msgstr " -F 关闭 fsync\n" +#: utils/error/elog.c:822 +msgid "NOTICE: " +msgstr "注意: " -#: ../postmaster/postmaster.c:777 -msgid " -h HOSTNAME host name or IP address to listen on\n" -msgstr " -h 主机名 侦听的主机名或者 IP 地址\n" +#: utils/error/elog.c:825 +msgid "WARNING: " +msgstr "警告: " -#: ../postmaster/postmaster.c:778 -msgid " -i enable TCP/IP connections\n" -msgstr " -i 打开 TCP/IP 联接\n" +#: utils/error/elog.c:828 +msgid "ERROR: " +msgstr "错误: " -#: ../postmaster/postmaster.c:779 -msgid " -k DIRECTORY Unix-domain socket location\n" -msgstr " -k 目录 Unix 域套接字的位置\n" +#: utils/error/elog.c:831 +msgid "FATAL: " +msgstr "致命错误: " -#: ../postmaster/postmaster.c:781 -msgid " -l enable SSL connections\n" -msgstr " -l 打开 SSL 联接\n" +#: utils/error/elog.c:834 +msgid "PANIC: " +msgstr "比致命错误还过分的错误: " -#: ../postmaster/postmaster.c:783 +#: utils/hash/dynahash.c:662 #, c-format -msgid " -N MAX-CONNECT maximum number of allowed connections (default %d)\n" -msgstr " -N 最大联接 允许建立的最大联接数目 (缺省是 %d)\n" - -#: ../postmaster/postmaster.c:785 -msgid " -o OPTIONS pass 'OPTIONS' to each backend server\n" -msgstr " -o 选项 把'选项'传递给每一个后端服务器\n" +msgid "hash_search: bogus action %d" +msgstr "" -#: ../postmaster/postmaster.c:786 +#: utils/hash/dynahash.c:935 utils/hash/dynahash.c:937 #, c-format -msgid " -p PORT port number to listen on (default %d)\n" -msgstr " -p PORT 侦听的端口号 (缺省是 %d)\n" - -#: ../postmaster/postmaster.c:787 -msgid "" -" -S silent mode (start in background without logging output)\n" -msgstr " -S 安静模式(后端启动之后不再记录日志输出)\n" - -#: ../postmaster/postmaster.c:789 -msgid "" -"\n" -"Developer options:\n" +msgid "Hash table '%s' corrupted" msgstr "" -"\n" -"开发人员选项:\n" -#: ../postmaster/postmaster.c:790 -msgid "" -" -n do not reinitialize shared memory after abnormal exit\n" -msgstr " -n 在异常退出之后不再重新初始化共享内存\n" - -#: ../postmaster/postmaster.c:791 -msgid " -s send SIGSTOP to all backend servers if one dies\n" -msgstr " -s 如果一个后端退出, 那么向所有后端发送 SIGSTOP\n" - -#: ../postmaster/postmaster.c:793 -msgid "" -"\n" -"Please read the documentation for the complete list of run-time\n" -"configuration settings and how to set them on the command line or in\n" -"the configuration file.\n" -"\n" -"Report bugs to <pgsql-bugs@postgresql.org>.\n" +#: utils/init/findbe.c:63 +#, c-format +msgid "ValidateBinary: can't stat \"%s\"" msgstr "" -"\n" -"请阅读文档获取运行时配置设置的完整列表\n" -"以及如何在命令行或者在配置文件里设置它们的详细信息.\n" -"\n" -"请向 <pgsql-bugs@postgresql.org> 报告臭虫.\n" -#: ../postmaster/postmaster.c:865 +#: utils/init/findbe.c:69 #, c-format -msgid "ServerLoop: select failed: %s" -msgstr "ServerLoop: select 失败: %s" - -#: ../postmaster/postmaster.c:999 -msgid "invalid length of startup packet" +msgid "ValidateBinary: \"%s\" is not a regular file" msgstr "" -#: ../postmaster/postmaster.c:1033 +#: utils/init/findbe.c:91 #, c-format -msgid "failed to send SSL negotiation response: %s" -msgstr "发送 SSL 协商响应失败: %s" +msgid "ValidateBinary: \"%s\" is not user read/execute" +msgstr "" -#: ../postmaster/postmaster.c:1045 +#: utils/init/findbe.c:117 #, c-format -msgid "failed to initialize SSL connection: %s (%s)" -msgstr "初始化 SSL 联接失败: %s (%s)" - -#: ../postmaster/postmaster.c:1065 -msgid "unsupported frontend protocol" +msgid "ValidateBinary: \"%s\" is not group read/execute" msgstr "" -#: ../postmaster/postmaster.c:1093 -msgid "no PostgreSQL user name specified in startup packet" +#: utils/init/findbe.c:125 +#, c-format +msgid "ValidateBinary: \"%s\" is not other read/execute" msgstr "" -#: ../postmaster/postmaster.c:1105 -msgid "The database system is starting up" +#: utils/init/findbe.c:174 +#, c-format +msgid "FindExec: found \"%s\" using argv[0]" msgstr "" -#: ../postmaster/postmaster.c:1108 -msgid "The database system is shutting down" -msgstr "" +#: utils/init/findbe.c:177 +#, fuzzy, c-format +msgid "FindExec: invalid binary \"%s\"" +msgstr "Define: 给 \"%s\" 的无效参数" -#: ../postmaster/postmaster.c:1111 -msgid "The database system is in recovery mode" +#: utils/init/findbe.c:187 +msgid "FindExec: searching PATH ..." msgstr "" -#: ../postmaster/postmaster.c:1145 +#: utils/init/findbe.c:208 #, c-format -msgid "processCancelRequest: CheckPointPID in cancel request for process %d" +msgid "FindExec: found \"%s\" using PATH" msgstr "" -#: ../postmaster/postmaster.c:1160 +#: utils/init/findbe.c:215 #, c-format -msgid "processing cancel request: sending SIGINT to process %d" +msgid "FindExec: could not read binary \"%s\"" msgstr "" -#: ../postmaster/postmaster.c:1168 +#: utils/init/findbe.c:225 #, c-format -msgid "bad key in cancel request for process %d" +msgid "FindExec: could not find a %s to execute" msgstr "" -#: ../postmaster/postmaster.c:1177 +#: utils/init/miscinit.c:147 utils/init/miscinit.c:166 +#: utils/init/miscinit.c:174 utils/misc/guc.c:957 utils/misc/guc.c:1140 +#: utils/misc/guc.c:1936 utils/misc/guc.c:1950 utils/misc/guc.c:2705 +#: utils/misc/guc.c:2711 utils/misc/guc.c:2718 guc-file.l:147 guc-file.l:267 +#: guc-file.l:302 +msgid "out of memory" +msgstr "内存用尽" + +#: utils/init/miscinit.c:160 #, c-format -msgid "bad pid in cancel request for process %d" -msgstr "" +msgid "cannot get current working directory: %m" +msgstr "无法获得当前工作目录: %m" -#: ../postmaster/postmaster.c:1219 -msgid "ConnCreate: malloc failed" +#: utils/init/miscinit.c:250 +#, c-format +msgid "SetCharSet: unknown tag %s in file %s" msgstr "" -#: ../postmaster/postmaster.c:1341 +#: utils/init/miscinit.c:405 utils/init/miscinit.c:461 #, c-format -msgid "pmdie %d" +msgid "GetCharSetByHost: unknown tag %s in file %s" msgstr "" -#: ../postmaster/postmaster.c:1372 -msgid "smart shutdown request" -msgstr "" +#: utils/init/miscinit.c:619 +msgid "SET SESSION AUTHORIZATION: permission denied" +msgstr "SET SESSION AUTHORIZATION: 权限不够" -#: ../postmaster/postmaster.c:1390 ../postmaster/postmaster.c:1443 +#: utils/init/miscinit.c:639 #, c-format -msgid "shutdown process %d already running" -msgstr "" +msgid "invalid user id %d" +msgstr "非法用户 id %d" -#: ../postmaster/postmaster.c:1412 -msgid "fast shutdown request" -msgstr "" +#: utils/init/miscinit.c:721 +#, c-format +msgid "Can't create lock file %s: %m" +msgstr "无法创建锁文件 %s: %m" -#: ../postmaster/postmaster.c:1418 -msgid "aborting any active transactions" -msgstr "" +#: utils/init/miscinit.c:732 utils/init/miscinit.c:735 +#, c-format +msgid "Can't read lock file %s: %m" +msgstr "无法读取锁文件 %s: %m" -#: ../postmaster/postmaster.c:1460 -msgid "immediate shutdown request" -msgstr "" +#: utils/init/miscinit.c:745 +#, c-format +msgid "Bogus data in lock file %s" +msgstr "在锁文件 %s 中存在伪数据" -#: ../postmaster/postmaster.c:1494 -msgid "reaping dead processes" +#: utils/init/miscinit.c:819 +#, c-format +msgid "" +"Can't remove old lock file %s: %m\n" +"\tThe file seems accidentally left, but I couldn't remove it.\n" +"\tPlease remove the file by hand and try again." msgstr "" +"无法删除旧的锁文件 %s: %m\n" +"\t文件像是意外留下的, 但是我不能删除它.\n" +"\t请手工删除此文件, 然后再重试一次." -#: ../postmaster/postmaster.c:1511 +#: utils/init/miscinit.c:840 #, c-format -msgid "statistics collector exited with status %d" -msgstr "" +msgid "Can't write lock file %s: %m" +msgstr "无法写入锁文件 %s: %m" -#: ../postmaster/postmaster.c:1514 +#: utils/init/miscinit.c:946 #, c-format -msgid "statistics collector was terminated by signal %d" -msgstr "" +msgid "Failed to rewrite %s: %m" +msgstr "重写 %s 失败: %m" -#: ../postmaster/postmaster.c:1524 +#: utils/init/miscinit.c:965 #, c-format -msgid "shutdown process %d exited with status %d" -msgstr "" +msgid "Bogus data in %s" +msgstr "在 %s 中存在伪数据" -#: ../postmaster/postmaster.c:1530 +#: utils/init/miscinit.c:1031 #, c-format -msgid "shutdown process %d was terminated by signal %d" +msgid "File %s is missing. This is not a valid data directory." msgstr "" -#: ../postmaster/postmaster.c:1541 +#: utils/init/miscinit.c:1038 #, c-format -msgid "startup process %d exited with status %d; aborting startup" +msgid "File %s does not contain valid data. You need to initdb." +msgstr "文件 %s 没有包含有效数据. 你需要 initdb" + +#: utils/init/miscinit.c:1043 +#, c-format +msgid "" +"The data directory was initialized by PostgreSQL version %ld.%ld, which is " +"not compatible with this version %s." msgstr "" -#: ../postmaster/postmaster.c:1547 +#: utils/init/postinit.c:114 #, c-format -msgid "shutdown process %d was terminated by signal %d; aborting startup" +msgid "Database \"%s\", OID %u, has disappeared from pg_database" msgstr "" -#: ../postmaster/postmaster.c:1558 +#: utils/init/postinit.c:123 #, c-format -msgid "startup process %d died while shutdown process %d already running" +msgid "Database \"%s\" is not currently accepting connections" msgstr "" -#: ../postmaster/postmaster.c:1594 +#: utils/init/postinit.c:259 +#, c-format +msgid "Database \"%s\" does not exist in the system catalog." +msgstr "在系统表中数据库 \"%s\" 不存在." + +#: utils/init/postinit.c:267 +#, c-format msgid "" -"all server processes terminated; reinitializing shared memory and semaphores" +"Database \"%s\" does not exist.\n" +"\tThe database subdirectory '%s' is missing." msgstr "" -#: ../postmaster/postmaster.c:1638 +#: utils/init/postinit.c:274 #, c-format -msgid "CleanupProc: pid %d exited with status %d" -msgstr "" +msgid "Unable to change directory to '%s': %m" +msgstr "无法跳转到 '%s' 目录中: %m" -#: ../postmaster/postmaster.c:1685 +#: utils/init/postinit.c:303 #, c-format -msgid "server process (pid %d) exited with status %d" -msgstr "" +msgid "InitPostgres: bad backend id %d" +msgstr "InitPostgres: 无效后端 id %d" -#: ../postmaster/postmaster.c:1688 +#: utils/init/postinit.c:354 +msgid "There are currently no users defined in this database system." +msgstr "当前数据库系统中没有定义用户." + +#: utils/init/postinit.c:355 #, c-format -msgid "server process (pid %d) was terminated by signal %d" -msgstr "" +msgid "" +"You should immediately run 'CREATE USER \"%s\" WITH SYSID %d CREATEUSER;'." +msgstr "你应该立即运行 'CREATE USER \"%s\" WITH SYSID %d CREATEUSER;'." -#: ../postmaster/postmaster.c:1690 -msgid "terminating any other active server processes" +#: utils/init/postinit.c:390 +msgid "Non-superuser connection limit exceeded" msgstr "" -#: ../postmaster/postmaster.c:1712 +#: utils/mb/conv.c:374 #, c-format -msgid "CleanupProc: sending %s to process %d" -msgstr "" +msgid "UtfToLocal: could not convert UTF-8 (0x%04x). Ignored" +msgstr "UtfToLocal: 无法转换 UTF-8 (0x%04x). 忽略" -#: ../postmaster/postmaster.c:1766 +#: utils/mb/conv.c:401 #, c-format -msgid "SignalChildren: sending signal %d to process %d" -msgstr "" +msgid "Invalid encoding number %d" +msgstr "无效编码编号 %d" -#: ../postmaster/postmaster.c:1817 -msgid "out of memory; connection startup aborted" -msgstr "" +#: utils/mb/conv.c:438 +#, c-format +msgid "LocalToUtf: could not convert (0x%04x) %s to UTF-8. Ignored" +msgstr "LocalToUtf: 无法把 (0x%04x) %s 转换为 UTF-8. 忽略" -#: ../postmaster/postmaster.c:1836 -msgid "connection startup failed" -msgstr "" +#: utils/mb/encnames.c:445 +msgid "pg_char_to_encname_struct(): encoding name too long" +msgstr "pg_char_to_encname_struct(): 编码名字太长" + +#: utils/mb/mbutils.c:196 +#, fuzzy, c-format +msgid "default conversion proc for %s to %s not found" +msgstr "未找到数据目录 %s" -#: ../postmaster/postmaster.c:1851 +#: utils/mb/mbutils.c:210 #, c-format -msgid "connection startup failed (fork failure): %s" +msgid "default conversion proc %u for %s to %s not found in pg_proc" msgstr "" -#: ../postmaster/postmaster.c:1858 +#: utils/mb/mbutils.c:269 #, c-format -msgid "BackendStartup: pid=%d user=%s db=%s socket=%d\n" -msgstr "" +msgid "Invalid source encoding name %s" +msgstr "无效编码名 '%s'" -#: ../postmaster/postmaster.c:1980 -msgid "DoBackend: Unable to set timer for auth timeout" -msgstr "" +#: utils/mb/mbutils.c:271 +#, c-format +msgid "Invalid destination encoding name %s" +msgstr "无效用户名 '%s'" -#: ../postmaster/postmaster.c:1998 -msgid "DoBackend: Unable to disable timer for auth timeout" -msgstr "" +#: utils/mb/mbutils.c:281 +msgid "Encoding conversion failed" +msgstr "编码转换失败" -#: ../postmaster/postmaster.c:2255 +#: utils/mb/mbutils.c:502 +msgid "SetDatabaseEncoding(): invalid database encoding" +msgstr "SetDatabaseEncoding(): 无效的数据库编码" + +#: utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c:87 +msgid "Could not convert UTF-8 to ISO8859-1" +msgstr "无法把 UTF-8 转换为 ISO8859-1" + +#: utils/misc/guc.c:1238 utils/misc/guc.c:1253 utils/misc/guc.c:1268 +#: utils/misc/guc.c:1297 #, c-format -msgid "failed to create SSL context: %s" -msgstr "创建 SSL 环境失败: %s" +msgid "Failed to reset %s" +msgstr "重置 %s 失败" -#: ../postmaster/postmaster.c:2262 +#: utils/misc/guc.c:1365 utils/misc/guc.c:1387 utils/misc/guc.c:1409 +#: utils/misc/guc.c:1439 #, c-format -msgid "failed to load server certificate (%s): %s" -msgstr "装载服务器认证 (%s) 失败: %s" +msgid "Failed to commit %s" +msgstr "提交 %s 失败" -#: ../postmaster/postmaster.c:2269 +#: utils/misc/guc.c:1618 utils/misc/guc.c:2168 #, c-format -msgid "failed to load private key file (%s): %s" -msgstr "装载私钥文件 (%s) 失败: %s" +msgid "'%s' is not a valid option name" +msgstr "'%s' 不是一个有效的选项名字" -#: ../postmaster/postmaster.c:2275 +#: utils/misc/guc.c:1635 #, c-format -msgid "check of private key failed: %s" -msgstr "检查私钥失败: %s" +msgid "'%s' cannot be changed after server start" +msgstr "服务器启动后, '%s' 不能改变" -#: ../postmaster/postmaster.c:2359 +#: utils/misc/guc.c:1643 #, c-format -msgid "could not launch startup process (fork failure): %s" -msgstr "" +msgid "'%s' cannot be changed now" +msgstr "'%s' 现在不能改变" -#: ../postmaster/postmaster.c:2363 +#: utils/misc/guc.c:1670 #, c-format -msgid "could not launch checkpoint process (fork failure): %s" -msgstr "" +msgid "'%s' cannot be set after connection start" +msgstr "联接启动后, '%s' 不能设置" -#: ../postmaster/postmaster.c:2368 +#: utils/misc/guc.c:1678 #, c-format -msgid "could not launch shutdown process (fork failure): %s" -msgstr "" +msgid "'%s': permission denied" +msgstr "'%s': 权限不够" -#: ../postmaster/postmaster.c:2391 -msgid "CheckPointDataBase: malloc failed" +#: utils/misc/guc.c:1708 +#, c-format +msgid "%s: setting ignored because previous source is higher priority" msgstr "" -#: ../postmaster/postmaster.c:2431 +#: utils/misc/guc.c:1729 #, c-format -msgid "cannot create file %s: %s" -msgstr "无法创建文件 %s: %s" +msgid "option '%s' requires a boolean value" +msgstr "选项 '%s' 需要一个布尔值" -#: ../postmaster/postmaster.c:2443 +#: utils/misc/guc.c:1743 utils/misc/guc.c:1814 #, c-format -msgid "writing file %s failed" -msgstr "写入文件 %s 失败" +msgid "invalid value for option '%s': %d" +msgstr "选项 '%s' 的值无效: %d" -#: ../postmaster/pgstat.c:699 -msgid "Only database superusers can reset statistic counters" -msgstr "" +#: utils/misc/guc.c:1793 +#, c-format +msgid "option '%s' expects an integer value" +msgstr "选项 '%s' 要求是一个整数值" -#: ../postmaster/pgstat.c:2108 -msgid "PGSTAT: Creation of DB hash table failed" -msgstr "" +#: utils/misc/guc.c:1799 +#, c-format +msgid "option '%s' value %d is outside of permissible range [%d .. %d]" +msgstr "选项 '%s' 的值 %d 超出了允许范围 [%d .. %d]" -#: ../postmaster/pgstat.c:2154 ../postmaster/pgstat.c:2191 -#: ../postmaster/pgstat.c:2264 ../postmaster/pgstat.c:2305 -#: ../postmaster/pgstat.c:2336 ../postmaster/pgstat.c:2391 -#: ../postmaster/pgstat.c:2432 -msgid "PGSTAT: corrupted pgstat.stat file" -msgstr "" +#: utils/misc/guc.c:1864 +#, c-format +msgid "option '%s' expects a real number" +msgstr "选项 '%s' 要求一个实数" -#: ../postmaster/pgstat.c:2176 -msgid "PGSTAT: DB hash table out of memory" -msgstr "" +#: utils/misc/guc.c:1870 +#, c-format +msgid "option '%s' value %g is outside of permissible range [%g .. %g]" +msgstr "选项 '%s' 的值 %g 超出了允许的范围 [%g .. %g]" -#: ../postmaster/pgstat.c:2229 -msgid "PGSTAT: failed to initialize hash table for new database entry\n" -msgstr "" +#: utils/misc/guc.c:1885 +#, c-format +msgid "invalid value for option '%s': %g" +msgstr "选项 '%s' 的值无效: %g" -#: ../postmaster/pgstat.c:2289 -msgid "PGSTAT: Tab hash table out of memory" -msgstr "" +#: utils/misc/guc.c:1979 +#, c-format +msgid "invalid value for option '%s': '%s'" +msgstr "选项 '%s' 的值无效: '%s'" -#: ../bootstrap/bootstrap.c:190 -msgid "" -"Usage:\n" -" postgres -boot [-d] [-D datadir] [-F] [-o file] [-x num] dbname\n" -" -d debug mode\n" -" -D datadir data directory\n" -" -F turn off fsync\n" -" -o file send debug output to file\n" -" -x num internal use\n" -msgstr "" -"用法:\n" -" postgres -boot [-d] [-D datadir] [-F] [-o file] [-x num] dbname\n" -" -d 调试模式\n" -" -D datadir 数据目录\n" -" -F 关闭 fsync\n" -" -o file 把调试信息输出到文件 file\n" -" -x num 内部使用\n" +#: utils/misc/guc.c:2080 utils/misc/guc.c:2114 utils/misc/guc.c:2428 +#, c-format +msgid "Option '%s' is not recognized" +msgstr "选项 '%s' 不被认可" -#: ../bootstrap/bootstrap.c:393 +#: utils/misc/guc.c:2175 #, c-format -msgid "Unsupported XLOG op %d" -msgstr "" +msgid "SET %s takes only one argument" +msgstr "SET %s 只能带一个参数" + +#: utils/misc/guc.c:2188 utils/misc/guc.c:2237 +msgid "flatten_set_variable_args: unexpected input" +msgstr "flatten_set_variable_args: 意外的输入" -#: ../bootstrap/bootstrap.c:497 +#: utils/misc/guc.c:2276 +msgid "SET variable name is required" +msgstr "SET 变量名是必需的" + +#: utils/misc/guc.c:2812 #, c-format -msgid "open relation %s, attrsize %d" -msgstr "" +msgid "cannot parse setting \"%s\"" +msgstr "无法分析设置 \"%s\"" -#: ../bootstrap/bootstrap.c:526 +#: guc-file.l:158 +msgid "could not read configuration file `" +msgstr "无法读取配置文件 `" + +#: guc-file.l:158 #, c-format -msgid "create attribute %d name %s len %d num %d type %u" -msgstr "" +msgid "': %s" +msgstr "': %s" -#: ../bootstrap/bootstrap.c:546 +#: guc-file.l:259 #, c-format -msgid "closerel: close of '%s' when '%s' was expected" -msgstr "" +msgid ":%u: syntax error, token=\"%s\"" +msgstr ":%u: 语法错误, 标记=\"%s\"" -#: ../bootstrap/bootstrap.c:550 +#: utils/mmgr/aset.c:333 #, c-format -msgid "closerel: close of '%s' before any relation was opened" -msgstr "" +msgid "Memory exhausted in AllocSetContextCreate(%lu)" +msgstr "在 AllocSetContextCreate(%lu) 中内存耗尽" -#: ../bootstrap/bootstrap.c:556 -msgid "no open relation to close" -msgstr "" +#: utils/mmgr/aset.c:496 utils/mmgr/aset.c:693 +#, c-format +msgid "Memory exhausted in AllocSetAlloc(%lu)" +msgstr "在 AllocSetAlloc(%lu) 中内存耗尽" -#: ../bootstrap/bootstrap.c:560 +#: utils/mmgr/aset.c:757 #, c-format -msgid "close relation %s" +msgid "AllocSetFree: detected write past chunk end in %s %p" msgstr "" -#: ../bootstrap/bootstrap.c:584 -msgid "warning: no open relations allowed with 'create' command" -msgstr "警告: 打开的关系里没有允许 create' 列 %s %s" +#: utils/mmgr/aset.c:778 +#, c-format +msgid "AllocSetFree: cannot find block containing chunk %p" +msgstr "" -#: ../bootstrap/bootstrap.c:596 ../bootstrap/bootstrap.c:608 +#: utils/mmgr/aset.c:832 #, c-format -msgid "column %s %s" -msgstr "列 %s %s" +msgid "AllocSetRealloc: detected write past chunk end in %s %p" +msgstr "" -#: ../bootstrap/bootstrap.c:657 +#: utils/mmgr/aset.c:872 #, c-format -msgid "inserting row oid %u, %d columns" -msgstr "插入行 oid %u, %d 列" +msgid "AllocSetRealloc: cannot find block containing chunk %p" +msgstr "" -#: ../bootstrap/bootstrap.c:668 -msgid "row inserted" -msgstr "行已插入" +#: utils/mmgr/aset.c:885 +#, c-format +msgid "Memory exhausted in AllocSetReAlloc(%lu)" +msgstr "在 AllocSetReAlloc(%lu) 中内存耗尽" -#: ../bootstrap/bootstrap.c:691 +#: utils/mmgr/aset.c:1055 #, c-format -msgid "inserting column %d value '%s'" -msgstr "正在插入数值为 '%2$s' 的字段 %1$d" +msgid "AllocSetCheck: %s: empty block %p" +msgstr "AllocSetCheck: %s: 空块 %p" -#: ../bootstrap/bootstrap.c:698 -msgid "Typ != NULL" +#: utils/mmgr/aset.c:1077 +#, c-format +msgid "AllocSetCheck: %s: req size > alloc size for chunk %p in block %p" msgstr "" -#: ../bootstrap/bootstrap.c:705 +#: utils/mmgr/aset.c:1080 #, c-format -msgid "unable to find atttypid %u in Typ list" -msgstr "在类型列表中无法找到 atttypid %u" +msgid "AllocSetCheck: %s: bad size %lu for chunk %p in block %p" +msgstr "" -#: ../bootstrap/bootstrap.c:717 ../bootstrap/bootstrap.c:740 +#: utils/mmgr/aset.c:1086 #, c-format -msgid " -> %s" +msgid "AllocSetCheck: %s: bad single-chunk %p in block %p" msgstr "" -#: ../bootstrap/bootstrap.c:728 +#: utils/mmgr/aset.c:1095 #, c-format -msgid "type oid %u not found" -msgstr "未找到类型 oid %u" +msgid "AllocSetCheck: %s: bogus aset link in block %p, chunk %p" +msgstr "" -#: ../bootstrap/bootstrap.c:730 +#: utils/mmgr/aset.c:1102 #, c-format -msgid "Typ == NULL, typeindex = %u" +msgid "AllocSetCheck: %s: detected write past chunk end in block %p, chunk %p" msgstr "" -#: ../bootstrap/bootstrap.c:744 -msgid "inserted" -msgstr "已插入" - -#: ../bootstrap/bootstrap.c:755 +#: utils/mmgr/aset.c:1112 #, c-format -msgid "inserting column %d NULL" -msgstr "正在插入字段 %d NULL" - -#: ../bootstrap/bootstrap.c:802 -msgid "Memory manager fault: cleanup called twice.\n" -msgstr "存储器管理器失败: 清理过程调用了两次.\n" +msgid "AllocSetCheck: %s: found inconsistent memory block %p" +msgstr "AllocSetCheck: %s: 发现不一致的内存块 %p" -#: ../bootstrap/bootstrap.c:843 +#: utils/mmgr/mcxt.c:478 utils/mmgr/mcxt.c:499 utils/mmgr/mcxt.c:524 #, c-format -msgid "external type: %s" -msgstr "外部类型: %s" +msgid "MemoryContextAlloc: invalid request size %lu" +msgstr "MemoryContextAlloc: 无效的内存分配尺寸 %lu" -#: ../bootstrap/bootstrap.c:867 +#: utils/mmgr/mcxt.c:588 #, c-format -msgid "Error: unknown type '%s'.\n" -msgstr "错误: 未知类型 '%s'.\n" +msgid "repalloc: invalid request size %lu" +msgstr "repalloc: 无效的内存分配尺寸 %lu" -#: ../bootstrap/bootstrap.c:883 -msgid "AllocateAttribute: malloc failed" -msgstr "AllocateAttribute: malloc 失败" +#: utils/mmgr/portalmem.c:87 +msgid "out of memory in PortalHashTable" +msgstr "在 PortalHashTable 中内存溢出" -#: ../bootstrap/bootstrap.c:1035 -msgid "" -"There are too many string constants and identifiers for the compiler to " -"handle." -msgstr "编译器要处理过多的字串约束和标识符." +#: utils/mmgr/portalmem.c:89 +msgid "trying to insert a portal name that exists." +msgstr "试着插入一个已经存在的入口名字" -#: bootparse.y:58 -msgid "start transaction" -msgstr "启动事务" +#: utils/mmgr/portalmem.c:102 +msgid "trying to delete portal name that does not exist." +msgstr "试着删除一个不存在的入口名字" -#: bootparse.y:67 -msgid "commit transaction" -msgstr "提交事务" +#: utils/mmgr/portalmem.c:197 +#, c-format +msgid "CreatePortal: portal \"%s\" already exists" +msgstr "CreatePortal: 入口 \"%s\" 已经存在" -#: bootparse.y:160 +#: utils/sort/logtape.c:199 #, c-format -msgid "creating bootstrap relation %s..." -msgstr "创建引导关系 %s..." +msgid "" +"ltsWriteBlock: failed to write block %ld of temporary file\n" +"\t\tPerhaps out of disk space?" +msgstr "" +"ltsWriteBlock: 写临时文件块 %ld 失败\n" +"\t\t是否磁盘满了?" -#: bootparse.y:163 +#: utils/sort/logtape.c:214 #, c-format -msgid "creating relation %s..." -msgstr "创建关系 %s..." +msgid "ltsReadBlock: failed to read block %ld of temporary file" +msgstr "ltsReadBlock: 读取临时文件块 %ld 失败" -#: bootparse.y:182 -msgid "create bootstrap: warning, open relation exists, closing first" -msgstr "创建引导数据: 警告, 关系打开已存在, 先关闭" +#: utils/sort/logtape.c:569 +msgid "LogicalTapeWrite: impossible state" +msgstr "LogicalTapeWrite: 不可能的状态" -#: bootparse.y:191 -msgid "bootstrap relation created" -msgstr "引导关系创建" +#: utils/sort/logtape.c:831 +msgid "LogicalTapeBackspace: unexpected end of tape" +msgstr "" -#: bootparse.y:206 -#, c-format -msgid "relation created with oid %u" -msgstr "关系创建为 oid 为 %u" +#: utils/sort/logtape.c:888 utils/sort/logtape.c:898 +msgid "LogicalTapeSeek: unexpected end of tape" +msgstr "" -#: bootparse.y:219 -#, c-format -msgid "inserting row with oid %u..." -msgstr "用 oid %u 插入行..." +#: utils/sort/tuplesort.c:694 +msgid "tuplesort_puttuple: invalid state" +msgstr "tuplesort_puttuple: 无效状态" -#: bootparse.y:221 -msgid "inserting row..." -msgstr "插入行..." +#: utils/sort/tuplesort.c:741 +msgid "tuplesort_performsort: invalid state" +msgstr "tuplesort_performsort: 无效状态" -#: bootparse.y:228 -#, c-format -msgid "incorrect number of columns in row (expected %d, got %d)" -msgstr "行中字段数目错误 (预期 %d, 实际 %d)" +#: utils/sort/tuplesort.c:859 utils/sort/tuplesort.c:874 +msgid "tuplesort_gettuple: bogus tuple len in backward scan" +msgstr "" -#: bootparse.y:232 -msgid "relation not open" -msgstr "关系未打开" +#: utils/sort/tuplesort.c:926 +msgid "tuplesort_gettuple: invalid state" +msgstr "tuplesort_gettuple: 无效状态" -#: bootparse.y:303 -msgid "too many columns" -msgstr "太多字段" +#: utils/sort/tuplesort.c:1486 +msgid "tuplesort_rescan: invalid state" +msgstr "tuplesort_rescan: 无效状态" -#: bootscanner.l:127 +#: utils/sort/tuplesort.c:1513 +msgid "tuplesort_markpos: invalid state" +msgstr "tuplesort_markpos: 无效状态" + +#: utils/sort/tuplesort.c:1538 +msgid "tuplesort_restorepos failed" +msgstr "tuplesort_restorepos 失败" + +#: utils/sort/tuplesort.c:1542 +msgid "tuplesort_restorepos: invalid state" +msgstr "tuplesort_restorepos: 无效状态" + +#: utils/sort/tuplesort.c:1665 +msgid "tuplesort: unexpected end of tape" +msgstr "" + +#: utils/sort/tuplesort.c:1667 utils/sort/tuplesort.c:2006 +#: utils/sort/tuplesort.c:2010 utils/sort/tuplesort.c:2133 +#: utils/sort/tuplesort.c:2137 utils/sort/tuplesort.c:2205 +#: utils/sort/tuplesort.c:2209 +msgid "tuplesort: unexpected end of data" +msgstr "" + +#: utils/sort/tuplesort.c:1785 #, c-format -msgid "syntax error at line %d: unexpected character %s" -msgstr "在第 %d 行处语法错误: 未知字符 %s" +msgid "SelectSortFunction: cache lookup failed for operator %u" +msgstr "" -#: bootscanner.l:143 +#: utils/sort/tuplesort.c:1897 #, c-format -msgid "syntax error at line %d: unexpected token %s" -msgstr "在第 %d 行处语法错误: 未知记号 %s" +msgid "Invalid SortFunctionKind %d" +msgstr "无效的 SortFunctionKind %d" -#~ msgid "TRUNCATE cannot be used on views. '%s' is a view" -#~ msgstr "不能在视图上使用 TRUNCATE. '%s' 是一个视图" +#: utils/sort/tuplesort.c:2085 +msgid "Cannot create unique index. Table contains non-unique values" +msgstr "无法创建唯一索引. 表含有非唯一值" -#~ msgid "" -#~ "\"%s\" is a system table. call REINDEX under standalone postgres with -O -" -#~ "P options" -#~ msgstr "" -#~ "\"%s\" 是个系统表. 在带有 -O -P 选项运行的独立 postgres 进程下调用 REINDEX" +#: utils/sort/tuplesort.c:2161 +msgid "copytup_datum() should not be called" +msgstr "copytup_datum() 将不被调用" -#~ msgid "" -#~ "\"%s\" is a system table. call REINDEX under standalone postgres with -P -" -#~ "O options" -#~ msgstr "" -#~ "\"%s\" 是个系统表. 在带有 -P -O 选项运行的独立 postgres 进程下调用 REINDEX" +#: utils/sort/tuplestore.c:341 +msgid "tuplestore_puttuple: seek(EOF) failed" +msgstr "tuplestore_puttuple: seek(EOF) 失败" -#~ msgid "pq_recvbuf: recv() failed: %m" -#~ msgstr "pq_recvbuf: recv() 失败: %m" +#: utils/sort/tuplestore.c:346 +msgid "tuplestore_puttuple: invalid state" +msgstr "tuplestore_puttuple: 无效状态" -#~ msgid "pq_flush: send() failed: %m" -#~ msgstr "pq_flush: send() 失败: %m" +#: utils/sort/tuplestore.c:410 +msgid "tuplestore_gettuple: seek() failed" +msgstr "tuplestore_gettuple: seek() 失败" -#~ msgid "pq_eof: recv() failed: %m" -#~ msgstr "pq_eof: recv() 失败: %m" +#: utils/sort/tuplestore.c:468 utils/sort/tuplestore.c:482 +msgid "tuplestore_gettuple: bogus tuple len in backward scan" +msgstr "" -#~ msgid "Cache lookup for type %u failed" -#~ msgstr "在缓冲中查找类型 %u 失败" +#: utils/sort/tuplestore.c:487 +msgid "tuplestore_gettuple: invalid state" +msgstr "tuplestore_gettuple: 无效状态" -#~ msgid "Invalid user password '%s'" -#~ msgstr "用户口令无效 '%s'" +#: utils/sort/tuplestore.c:539 +msgid "tuplestore_rescan: seek(0) failed" +msgstr "tuplestore_rescan: seek(0) 失败" -#~ msgid "relationHasPrimaryKey: index %u not found" -#~ msgstr "relationHasPrimaryKey: 未找到索引 %u" +#: utils/sort/tuplestore.c:542 +msgid "tuplestore_rescan: invalid state" +msgstr "tuplestore_rescan: 无效状态" -#~ msgid "sort_inner_and_outer: unexpected join type %d" -#~ msgstr "sort_inner_and_outer: 未知的连接类型 %d" +#: utils/sort/tuplestore.c:578 +msgid "tuplestore_markpos: invalid state" +msgstr "tuplestore_markpos: 无效状态" + +#: utils/sort/tuplestore.c:607 +msgid "tuplestore_restorepos failed" +msgstr "tuplestore_restorepos 失败" + +#: utils/sort/tuplestore.c:610 +msgid "tuplestore_restorepos: invalid state" +msgstr "tuplestore_restorepos: 无效状态" + +#: utils/sort/tuplestore.c:630 +msgid "tuplestore: unexpected end of tape" +msgstr "" + +#: utils/sort/tuplestore.c:632 utils/sort/tuplestore.c:692 +#: utils/sort/tuplestore.c:696 +msgid "tuplestore: unexpected end of data" +msgstr "" + +#: utils/sort/tuplestore.c:664 utils/sort/tuplestore.c:667 +#: utils/sort/tuplestore.c:671 +msgid "tuplestore: write failed" +msgstr "tuplestore: 写失败" -#~ msgid "data directory %s was not found" -#~ msgstr "未找到数据目录 %s" +#: utils/time/tqual.c:982 +msgid "CopyQuerySnapshot: no snapshot has been set" +msgstr "CopyQuerySnapshot: 没有快照被设置" |
