# 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"
+msgid "heap_modifytuple: repl is \\%3d"
+msgstr "heap_modifytuple: repl ÊÇ \\%3d"
-#: ../port/beos/sem.c:160
-msgid "beos : semctl error : GETNCNT not implemented"
-msgstr "beos : semctl ´íÎó : GETNCNT ÉÐδʵÏÖ"
+#: access/common/indextuple.c:55
+#, c-format
+msgid "index_formtuple: numberOfAttributes %d > %d"
+msgstr "index_formtuple: ÊôÐԺŠ%d > %d"
-#: ../port/beos/sem.c:175
-msgid "beos : semctl error : unknown flag"
-msgstr "beos : semctl ´íÎó : δ֪±êÖ¾"
+#: 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:45
-msgid "Error loading BeOS support server : can't create communication ports"
-msgstr "×°ÔØ BeOS Ö§³Ö·þÎñÆ÷´íÎó : ÎÞ·¨´´½¨Í¨Ñ¶¶Ë¿Ú"
+#: access/common/tupdesc.c:420
+#, c-format
+msgid "Unable to look up type id %u"
+msgstr "ÎÞ·¨ÕÒµ½ type id Ϊ %u"
-#: ../port/beos/support.c:71
-msgid "Can't load this add-on "
-msgstr "ÎÞ·¨×°ÔØÕâ¸ö¸½¼þ "
+#: 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 "Invalid typrelid for complex type %u"
+msgstr "¶ÔÓÚ¸´ºÏÀàÐÍ %u typrelid ÊÇÎÞЧµÄ"
-#: ../port/beos/support.c:95
-msgid "Can't load this add-on : map text error"
-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/beos/support.c:111
-msgid "Can't load this add-on : map data error"
-msgstr "ÎÞ·¨×°ÔØÕâ¸ö¸½¼þ : Êý¾ÝÓ³Éä´íÎó"
+#: access/common/tupdesc.c:679
+msgid "TypeGetTupleDesc: no column alias was provided"
+msgstr "TypeGetTupleDesc: ûÓÐÁбðÃû±»Ìṩ"
-#: ../port/beos/support.c:130
-#, c-format
-msgid "loading symbol '%s' failed "
-msgstr "×°Èë·ûºÅ %s ʧ°Ü"
+#: access/common/tupdesc.c:698
+msgid "Unable to determine tuple description for function returning \"record\""
+msgstr "ÎÞ·¨È·¶¨º¯Êý·µ»Ø \"record\" µÄÔª×éÃèÊö"
-#: ../port/dynloader.c:31 ../port/dynloader/linux.c:31
-msgid "dynamic load not supported"
-msgstr "²»Ö§³Ö¶¯Ì¬×°ÔØ"
+#: 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:67 ../port/dynloader/bsdi.c:59
-#: ../port/dynloader/linux.c:67
-msgid "dld: Cannot link C library!"
-msgstr "dld: ÎÞ·¨Á´½Ó C ¿â!"
+#: access/gist/gist.c:171 access/hash/hash.c:72 access/nbtree/nbtree.c:111
+#: access/rtree/rtree.c:128
+#, c-format
+msgid "%s already contains data"
+msgstr "%s ÒѾ°üº¬Êý¾Ý"
-#: ../port/dynloader.c:74 ../port/dynloader/bsdi.c:66
-#: ../port/dynloader/linux.c:74
-msgid "dld: Cannot link math library!"
-msgstr "dld: ÎÞ·¨Á´½ÓÊýѧ¿â!"
+#: access/gist/gist.c:399 access/gist/gist.c:606
+#, c-format
+msgid "gist: failed to add index item to %s"
+msgstr "gist: Ôö¼ÓË÷ÒýÏîÄ¿µ½ %s ʧ°Ü"
-#: ../port/dynloader.c:83 ../port/dynloader/bsdi.c:75
-#: ../port/dynloader/linux.c:83
-msgid "dld: Undefined:"
-msgstr "dld: 䶨Òå:"
+#: access/gist/gist.c:1666
+#, c-format
+msgid "initGISTstate: numberOfAttributes %d > %d"
+msgstr "initGISTstate: ÊôÐԺŠ%d > %d"
-#: ../port/dynloader.c:86 ../port/dynloader/bsdi.c:78
-#: ../port/dynloader/linux.c:86 ../port/dynloader/ultrix4.c:61
+#: access/gist/gist.c:1928
#, c-format
-msgid " %s"
+msgid "%sPage: %d %s blk: %d maxoff: %d free: %d"
msgstr ""
-#: ../port/dynloader/beos.c:55
-msgid "add-on not loaded correctly"
-msgstr "¸½¼þûÓÐÕýÈ·×°ÔØ"
+#: access/gist/gist.c:1938
+#, c-format
+msgid "%s Tuple. blk: %d size: %d"
+msgstr ""
-#: ../port/dynloader/beos.c:66
-msgid "error while unloading add-on"
-msgstr "жÔظ½¼þʱ³ö´í"
+#: access/gist/gist.c:1953
+msgid "gist_redo: unimplemented"
+msgstr "gist_redo: δʵÏÖ"
-#: ../port/dynloader/ultrix4.c:58
-msgid "dl: Undefined:"
-msgstr "dl: 䶨Òå:"
+#: access/gist/gist.c:1959
+msgid "gist_undo: unimplemented"
+msgstr "gist_undo: δʵÏÖ"
-#: ../tcop/fastpath.c:171
+#: access/gist/gistscan.c:254
#, c-format
-msgid "fetch_fp_info: cache lookup for function %u failed"
-msgstr "fetch_fp_info: ÔÚ»º³åÖвéÕÒº¯Êý %u ʧ°Ü"
+msgid "GiST scan list corrupted -- cannot find 0x%p"
+msgstr "GiST ɨÃèÁÐ±í±»»Ù»µ -- ÎÞ·¨ÕÒµ½ 0x%p"
-#: ../tcop/fastpath.c:271
+#: access/gist/gistscan.c:390
#, c-format
-msgid ""
-"HandleFunctionRequest: actual arguments (%d) != registered arguments (%d)"
-msgstr "HandleFunctionRequest: ʵ¼Ê²ÎÊý (%d) != ×¢²á²ÎÊý (%d)"
+msgid "Bad operation in GiST scan adjust: %d"
+msgstr "ÔÚ GiST ɨÃèµ÷ÕûµÄ´íÎó²Ù×÷: %d"
-#: ../tcop/fastpath.c:290 ../tcop/fastpath.c:302
-#, c-format
-msgid "HandleFunctionRequest: bogus argsize %d"
-msgstr "HandleFunctionRequest: ´íÎóµÄ argsize %d"
+#: access/hash/hash.c:504
+msgid "hash_redo: unimplemented"
+msgstr "hash_redo: δʵÏÖ"
-#: ../tcop/fastpath.c:315
-#, c-format
-msgid "HandleFunctionRequest: bogus argsize %d, should be %d"
-msgstr "HandleFunctionRequest: ´íÎóµÄ argsize %d, ӦΪ %d"
+#: access/hash/hash.c:510
+msgid "hash_undo: unimplemented"
+msgstr "hash_undo: δʵÏÖ"
-#: ../tcop/fastpath.c:333 ../tcop/postgres.c:708
-msgid ""
-"current transaction is aborted, queries ignored until end of transaction "
-"block"
-msgstr "µ±Ç°ÊÂÎñÒÑÍ˳ö, ÊÂÎñ¿é½áÊø֮ǰµÄ²éѯ±»ºöÂÔ"
+#: access/hash/hashinsert.c:51
+msgid "Hash indices valid for only one index key."
+msgstr ""
-#: ../tcop/pquery.c:119
-#, c-format
-msgid "CreateOperationTag: unknown operation type %d"
-msgstr "CreateOperationTag: δ֪²Ù×÷ÀàÐÍ %d"
+#: access/hash/hashinsert.c:166
+msgid "hash item too large"
+msgstr "hash ÏîÄ¿Ì«´ó"
-#: ../tcop/pquery.c:148
+#: access/hash/hashinsert.c:231
#, c-format
-msgid "Closing pre-existing portal \"%s\""
-msgstr "¹Ø±ÕÔ¤´æÔÚµÄÈë¿Ú \"%s\""
+msgid "_hash_pgaddtup: failed to add index item to %s"
+msgstr "_hash_pgaddtup: Ôö¼ÓË÷ÒýÏîÄ¿µ½ %s ʧ°Ü"
-#: ../tcop/postgres.c:306
-#, c-format
-msgid "Socket command type %c unknown"
-msgstr "δ֪µÄ Socket ÃüÁîÀàÐÍ %c"
+#: access/hash/hashovfl.c:61
+msgid "_hash_addovflpage: problem with _hash_getovfladdr."
+msgstr "_hash_addovflpage: _hash_getovfladdr µÄÎÊÌâ."
-#: ../tcop/postgres.c:389
-#, c-format
-msgid "query: %s"
-msgstr "²éѯ: %s"
+#: access/hash/hashovfl.c:196
+msgid "overflow_page: problem with _hash_initbitmap."
+msgstr "overflow_page: _hash_initbitmap µÄÎÊÌâ."
-#: ../tcop/postgres.c:452
-msgid "parse tree:"
-msgstr "·ÖÎöÊ÷:"
+#: access/hash/hashovfl.c:568
+#, c-format
+msgid "_hash_squeezebucket: failed to add index item to %s"
+msgstr "_hash_squeezebucket: Ôö¼ÓË÷ÒýÏîÄ¿µ½ %s ʧ°Ü"
-#: ../tcop/postgres.c:456
+#: access/hash/hashpage.c:93
#, c-format
-msgid "parse tree: %s"
-msgstr "·ÖÎöÊ÷: %s"
+msgid "Cannot initialize non-empty hash table %s"
+msgstr "ÎÞ·¨³õʼ»¯·Ç¿ÕµÄ hash ±í %s"
-#: ../tcop/postgres.c:490
-msgid "pg_analyze_and_rewrite: copyObject failed on parse tree"
-msgstr "pg_analyze_and_rewrite: copyObject ´ò¿ª·ÖÎöÊ÷ʧ°Ü"
+#: access/hash/hashpage.c:151
+msgid "Problem with _hash_initbitmap."
+msgstr "_hash_initbitmap µÄÎÊÌâ."
-#: ../tcop/postgres.c:499 ../tcop/postgres.c:509
-msgid "rewritten parse tree:"
-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"
-#: ../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/hashpage.c:204
#, c-format
-msgid "%s"
+msgid "_hash_getbuf: invalid access (%d) on new blk: %s"
msgstr ""
-#: ../tcop/postgres.c:556
-msgid "pg_plan_query: copyObject failed on plan tree"
-msgstr "pg_plan_query: ÔÚ·ÖÎöÊ÷ÉÏ copyObject ʧ°Ü"
-
-#: ../tcop/postgres.c:570
-msgid "plan:"
-msgstr "¹æ»®:"
-
-#: ../tcop/postgres.c:574
+#: access/hash/hashpage.c:231
#, c-format
-msgid "plan: %s"
-msgstr "¹æ»®: %s"
+msgid "_hash_relbuf: invalid access (%d) on blk %x: %s"
+msgstr ""
-#: ../tcop/postgres.c:775
+#: access/hash/hashpage.c:290
#, c-format
-msgid "ProcessUtility: %s"
+msgid "_hash_chgbufaccess: invalid access (%d) on blk %x: %s"
msgstr ""
-#: ../tcop/postgres.c:777
-msgid "ProcessUtility"
+#: access/hash/hashpage.c:325
+#, c-format
+msgid "_hash_setpagelock: invalid access (%d) on blk %x: %s"
msgstr ""
-#: ../tcop/postgres.c:811
-msgid "ProcessQuery"
+#: access/hash/hashpage.c:349
+#, c-format
+msgid "_hash_unsetpagelock: invalid access (%d) on blk %x: %s"
msgstr ""
-#: ../tcop/postgres.c:873
-msgid "StartTransactionCommand"
+#: access/hash/hashpage.c:537 access/hash/hashpage.c:674
+#, c-format
+msgid "_hash_splitpage: empty overflow page %d"
msgstr ""
-#: ../tcop/postgres.c:885
-msgid "CommitTransactionCommand"
+#: access/hash/hashpage.c:576
+#, c-format
+msgid "_hash_splitpage: empty ovfl page %d!"
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:629
+#, c-format
+msgid "_hash_splitpage: failed to add index item to %s"
+msgstr "_hash_splitpage: Ôö¼ÓË÷ÒýÏîÄ¿µ½ %s ʧ°Ü"
+
+#: access/hash/hashscan.c:105
+#, c-format
+msgid "hash scan list trashed; can't find 0x%p"
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 "¸¡µã´íÎó! ×îºóµÄ¸¡µã²Ù×÷²»Êdz¬³öÁË·¶Î§¾ÍÊDZ»Áã³ý"
+#: access/hash/hashutil.c:81
+msgid "hash indices cannot include null keys"
+msgstr ""
-#: ../tcop/postgres.c:1062
-msgid "This connection has been terminated by the administrator."
-msgstr "Õâ¸öÁª½ÓÒѱ»¹ÜÀíÔ±ÖÕÖ¹."
+#: access/heap/heapam.c:138
+#, c-format
+msgid "heapgettup(%s, tid=0x%x[%d,%d], dir=%d, ...)"
+msgstr ""
-#: ../tcop/postgres.c:1068
-msgid "Query was canceled."
-msgstr "²éѯÒѱ»È¡Ïû."
+#: access/heap/heapam.c:144
+#, c-format
+msgid "heapgettup(%s, tid=0x%x, dir=%d, ...)"
+msgstr ""
-#: ../tcop/postgres.c:1216
-msgid "Assert checking is not compiled in"
-msgstr "ûÓаѶÏÑÔ¼ì²é±àÒë½øÀ´"
+#: access/heap/heapam.c:147
+#, c-format
+msgid "heapgettup(..., b=0x%x, nkeys=%d, key=0x%x"
+msgstr ""
-#: ../tcop/postgres.c:1437
-msgid "only one -x flag is allowed"
-msgstr "Ö»ÔÊÐíÒ»¸ö -x ±êÖ¾"
+#: access/heap/heapam.c:149
+#, c-format
+msgid "heapgettup: relation(%c)=`%s', %p"
+msgstr "heapgettup: ¹Øϵ(%c)=`%s', %p"
-#: ../tcop/postgres.c:1455
-msgid "use -x {off,nor,nopull,nopm,pullall,wait}"
-msgstr "ʹÓà -x {off, nor, nopull, nopm, pullall, wait}"
+#: 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 ʧ°Ü"
-#: ../postmaster/postmaster.c:531 ../tcop/postgres.c:1471
+#: access/heap/heapam.c:462
#, c-format
-msgid "--%s requires argument"
-msgstr "--%s ÐèÒª²ÎÊý"
+msgid "Relation %u does not exist"
+msgstr "¹Øϵ %u ²»´æÔÚ"
-#: ../postmaster/postmaster.c:533 ../tcop/postgres.c:1473
+#: access/heap/heapam.c:535 catalog/namespace.c:185 tcop/utility.c:153
#, 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 "Relation \"%s\" does not exist"
+msgstr "¹Øϵ \"%s\" ²»´æÔÚ"
-#: ../tcop/postgres.c:1573 ../tcop/postgres.c:1585
+#: access/heap/heapam.c:581 access/heap/heapam.c:610 access/heap/heapam.c:639
#, c-format
-msgid ""
-"%s: invalid command line arguments\n"
-"Try -? for help."
-msgstr ""
-"%s: ·Ç·¨ÃüÁîÐвÎÊý\n"
-"¼üÈë -? »ñÈ¡°ïÖú."
+msgid "%s is an index relation"
+msgstr "%s ΪË÷Òý¹Øϵ"
-#: ../tcop/postgres.c:1593
+#: access/heap/heapam.c:584 access/heap/heapam.c:613 access/heap/heapam.c:642
#, c-format
-msgid "%s: user name undefined and no database specified\n"
-msgstr "%s: ûÓÐÉùÃ÷Óû§Ãû²¢ÇÒûÓÐÉùÃ÷Êý¾Ý¿â\n"
+msgid "%s is a special relation"
+msgstr "%s ΪÌرð¹Øϵ"
-#: ../tcop/postgres.c:1625
+#: access/heap/heapam.c:587 access/heap/heapam.c:616 access/heap/heapam.c:645
#, c-format
-msgid "%s: could not locate executable, bailing out..."
-msgstr "%s: ÎÞ·¨¶¨Î»¿ÉÖ´ÐÐÎļþ, Í˳ö..."
+msgid "%s is a composite type"
+msgstr "%s Ϊ»ìºÍÀàÐÍ"
+
+#: access/heap/heapam.c:668
+msgid "heap_beginscan: !RelationIsValid(relation)"
+msgstr ""
-#: ../tcop/postgres.c:1684
+#: access/heap/heapam.c:770
#, c-format
-msgid "connection: host=%s user=%s database=%s"
-msgstr "Áª½Ó: Ö÷»ú=%s Óû§=%s Êý¾Ý¿â=%s"
+msgid "heap_getnext([%s,nkeys=%d],dir=%d) called"
+msgstr ""
-#: ../tcop/postgres.c:1695
-msgid "InitPostgres"
+#: access/heap/heapam.c:774
+msgid "heap_getnext returning EOS"
msgstr ""
-#: ../tcop/postgres.c:1778
-msgid "AbortCurrentTransaction"
+#: access/heap/heapam.c:777
+msgid "heap_getnext returning tuple"
msgstr ""
-#: ../tcop/postgres.c:1974
-msgid "unknown frontend message was received"
-msgstr "ÊÕµ½Î´ÖªÇ°¶ËÐÅÏ¢"
+#: access/heap/heapam.c:794
+msgid "heap_getnext: NULL relscan"
+msgstr ""
-#: ../tcop/postgres.c:2122
+#: access/heap/heapam.c:878
#, c-format
-msgid "Assert test successfull (val = %d)"
-msgstr "¶ÏÑÔ²âÊԳɹ¦ (val = %d)"
+msgid "heap_fetch: ReadBuffer(%s, %lu) failed"
+msgstr "heap_fetch: ReadBuffer(%s, %lu) ʧ°Ü"
-#: ../tcop/postgres.c:2125
+#: access/heap/heapam.c:988
#, c-format
-msgid "Assert checking is disabled (val = %d)"
-msgstr "¶ÏÑÔ¼ì²éÒÑ¹Ø±Õ ( val = %d)"
+msgid "heap_get_latest_tid: %s relation: ReadBuffer(%lx) failed"
+msgstr "heap_get_latest_tid: ¹Øϵ %s: ReadBuffer(%lx) ʧ°Ü"
+
+#: access/heap/heapam.c:1222
+msgid "heap_delete: failed ReadBuffer"
+msgstr "heap_delete: ReadBuffer ʧ°Ü"
+
+#: access/heap/heapam.c:1241
+msgid "heap_delete: (am)invalid tid"
+msgstr "heap_delete: (am)ÎÞЧµÄ tid"
+
+#: 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:89
+#: access/heap/heapam.c:1386 executor/execMain.c:1428
#, c-format
-msgid "\"%s\" is not %s %s. Use DROP %s to remove %s %s"
-msgstr "\"%s\" ²»ÊÇ %s %s. ʹÓà DROP %s ɾ³ý %s %s"
+msgid "Unknown status %u from heap_delete"
+msgstr "À´×Ô heap_delete µÄδ֪״̬ %u"
+
+#: access/heap/heapam.c:1416
+msgid "heap_update: failed ReadBuffer"
+msgstr "heap_update: ReadBuffer ʧ°Ü"
-#: ../tcop/utility.c:93
+#: access/heap/heapam.c:1441
+msgid "heap_update: (am)invalid tid"
+msgstr "heap_update: (am)ÎÞЧµÄ tid"
+
+#: access/heap/heapam.c:1704
+msgid "simple_heap_update: tuple already updated by self"
+msgstr "simple_heap_update: Ôª×éÒѾ×Ô¼º¸üÐÂÁË"
+
+#: access/heap/heapam.c:1712
+msgid "simple_heap_update: tuple concurrently updated"
+msgstr "simple_heap_update: Ôª×鱻ͬʱ¸üÐÂÁË"
+
+#: access/heap/heapam.c:1716 executor/execMain.c:1566
#, c-format
-msgid "\"%s\" is not %s %s"
-msgstr "\"%s\" ²»ÊÇ %s %s"
+msgid "Unknown status %u from heap_update"
+msgstr "À´×Ô heap_update µÄÎÞЧ״̬ %u"
+
+#: access/heap/heapam.c:1736
+msgid "heap_mark4update: failed ReadBuffer"
+msgstr "heap_mark4update: ReadBuffer ʧ°Ü"
+
+#: access/heap/heapam.c:1753
+msgid "heap_mark4update: (am)invalid tid"
+msgstr "heap_mark4update: (am)ÎÞЧµÄ tid"
+
+#: access/heap/heapam.c:2044
+msgid "heap_clean_redo: no block"
+msgstr ""
-#: ../tcop/utility.c:113
+#: access/heap/heapam.c:2048
+msgid "heap_clean_redo: uninitialized page"
+msgstr "heap_clean_redo: δ³õʼ»¯µÄÒ³"
+
+#: access/heap/heapam.c:2102
#, c-format
-msgid "%s \"%s\" does not exist"
-msgstr "%s \"%s\" ²»´æÔÚ"
+msgid "heap_delete_%sdo: no block"
+msgstr ""
-#: ../tcop/utility.c:121
+#: access/heap/heapam.c:2106
#, c-format
-msgid "you do not own %s \"%s\""
-msgstr "ÄãûÓÐÓµÓÐ %s \"%s\""
+msgid "heap_delete_%sdo: uninitialized page"
+msgstr "heap_delete_%sdo: δ³õʼ»¯µÄÒ³"
+
+#: access/heap/heapam.c:2118
+msgid "heap_delete_undo: bad page LSN"
+msgstr ""
+
+#: access/heap/heapam.c:2125
+#, c-format
+msgid "heap_delete_%sdo: invalid lp"
+msgstr ""
+
+#: access/heap/heapam.c:2145
+msgid "heap_delete_undo: unimplemented"
+msgstr "heap_delete_undo: δʵÏÖ"
+
+#: access/heap/heapam.c:2173
+#, c-format
+msgid "heap_insert_%sdo: uninitialized page"
+msgstr "heap_insert_%sdo: δ³õʼ»¯µÄÒ³"
+
+#: access/heap/heapam.c:2197
+msgid "heap_insert_redo: invalid max offset number"
+msgstr ""
+
+#: access/heap/heapam.c:2221
+msgid "heap_insert_redo: failed to add tuple"
+msgstr "heap_insert_redo: Ôö¼ÓÔª×éʧ°Ü"
+
+#: access/heap/heapam.c:2231
+msgid "heap_insert_undo: bad page LSN"
+msgstr ""
+
+#: access/heap/heapam.c:2233
+msgid "heap_insert_undo: unimplemented"
+msgstr "heap_insert_undo: δʵÏÖ"
+
+#: access/heap/heapam.c:2264
+#, c-format
+msgid "heap_update_%sdo: no block"
+msgstr ""
+
+#: access/heap/heapam.c:2268
+#, c-format
+msgid "heap_update_%sdo: uninitialized old page"
+msgstr "heap_update_%sdo: δ³õʼ»¯ÀϵÄÒ³"
+
+#: access/heap/heapam.c:2282
+msgid "heap_update_undo: bad old tuple page LSN"
+msgstr ""
+
+#: access/heap/heapam.c:2289
+#, c-format
+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: δʵÏÖ"
+
+#: access/heap/heapam.c:2345
+#, c-format
+msgid "heap_update_%sdo: uninitialized page"
+msgstr "heap_update_%sdo: δ³õʼ»¯Ò³"
+
+#: access/heap/heapam.c:2369
+msgid "heap_update_redo: invalid max offset number"
+msgstr ""
+
+#: access/heap/heapam.c:2413
+msgid "heap_update_redo: failed to add tuple"
+msgstr "heap_update_redo: Ôö¼ÓÔª×éʧ°Ü"
+
+#: access/heap/heapam.c:2422
+msgid "heap_update_undo: bad new tuple page LSN"
+msgstr "heap_update_undo: »µµÄÐÂÔª×éÒ³ LSN"
+
+#: access/heap/heapam.c:2440
+msgid "_heap_unlock_tuple: can't open relation"
+msgstr "_heap_unlock_tuple: ÎÞ·¨´ò¿ª¹Øϵ"
+
+#: access/heap/heapam.c:2445
+msgid "_heap_unlock_tuple: can't read buffer"
+msgstr "_heap_unlock_tuple: ÎÞ·¨¶ÁÈ¡»º³åÇø"
+
+#: access/heap/heapam.c:2449
+msgid "_heap_unlock_tuple: uninitialized page"
+msgstr "_heap_unlock_tuple: δ³õʼ»¯Ò³"
+
+#: access/heap/heapam.c:2453
+msgid "_heap_unlock_tuple: invalid itemid"
+msgstr "_heap_unlock_tuple: ÎÞЧµÄ itemid"
+
+#: access/heap/heapam.c:2457
+msgid "_heap_unlock_tuple: unused/deleted tuple in rollback"
+msgstr ""
+
+#: access/heap/heapam.c:2462
+msgid "_heap_unlock_tuple: invalid xmax in rollback"
+msgstr ""
+
+#: access/heap/heapam.c:2486
+#, c-format
+msgid "heap_redo: unknown op code %u"
+msgstr "heap_redo: δ֪µÄ op ´úÂë %u"
+
+#: access/heap/heapam.c:2506
+#, c-format
+msgid "heap_undo: unknown op code %u"
+msgstr "heap_undo: δ֪µÄ op ´úÂë %u"
+
+#: access/heap/hio.c:47
+msgid "RelationPutHeapTuple: failed to add tuple"
+msgstr "RelatioinPutHeapTuple: Ôö¼ÓÔª×éʧ°Ü"
+
+#: access/heap/hio.c:107
+#, c-format
+msgid "Tuple is too big: size %lu, max size %ld"
+msgstr "Ôª×éÌ«´ó: ´óС %lu, ×î´ó´óС %ld"
+
+#: access/heap/hio.c:271
+#, c-format
+msgid "Tuple is too big: size %lu"
+msgstr "Ôª×éÌ«´ó: ´óС %lu"
+
+#: access/heap/tuptoaster.c:899
+msgid "Failed to build TOAST tuple"
+msgstr "½¨Á¢ TOAST Ôª×éʧ°Ü"
+
+#: access/heap/tuptoaster.c:915
+msgid "Failed to insert index entry for TOAST tuple"
+msgstr "Ϊ TOAST Ôª×é²åÈëË÷Òý¼Ç¼ʧ°Ü"
+
+#: access/heap/tuptoaster.c:1074 access/heap/tuptoaster.c:1254
+#, c-format
+msgid "unexpected chunk number %d (expected %d) for toast value %u"
+msgstr ""
+
+#: access/heap/tuptoaster.c:1080 access/heap/tuptoaster.c:1087
+#: access/heap/tuptoaster.c:1260 access/heap/tuptoaster.c:1267
+#, c-format
+msgid "unexpected chunk size %d in chunk %d for toast value %u"
+msgstr ""
+
+#: access/heap/tuptoaster.c:1092
+#, c-format
+msgid "unexpected chunk number %d for toast value %u"
+msgstr ""
+
+#: access/heap/tuptoaster.c:1110 access/heap/tuptoaster.c:1294
+#, c-format
+msgid "missing chunk number %d for toast value %u"
+msgstr ""
+
+#: access/index/genam.c:74
+msgid "RelationGetIndexScan: relation invalid"
+msgstr "RelationGetIndexScan: ¹ØϵÎÞЧ"
+
+#: access/index/genam.c:139
+msgid "IndexScanEnd: invalid scan"
+msgstr "IndexScanEnd: ÎÞЧµÄɨÃè"
+
+#: access/index/indexam.c:92 access/index/indexam.c:101
+#, c-format
+msgid "index_%s: invalid %s regproc"
+msgstr ""
+
+#: access/index/indexam.c:132 access/index/indexam.c:155
+#: access/index/indexam.c:178
+#, c-format
+msgid "%s is not an index relation"
+msgstr "%s ²»ÊÇË÷Òý¹Øϵ"
+
+#: access/index/indexam.c:719
+#, c-format
+msgid "Missing support function %d for attribute %d of index %s"
+msgstr ""
+
+#: access/index/istrat.c:238
+#, c-format
+msgid "StrategyTermEvaluate: impossible case %d"
+msgstr ""
+
+#: access/index/istrat.c:313
+#, c-format
+msgid "RelationGetStrategy: impossible case %d"
+msgstr ""
+
+#: access/index/istrat.c:319
+msgid "RelationGetStrategy: corrupted evaluation"
+msgstr ""
+
+#: access/index/istrat.c:438
+#, c-format
+msgid "RelationInvokeStrategy: cannot evaluate strategy %d"
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:240
+#, c-format
+msgid "Cannot insert a duplicate key into unique index %s"
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:294
+#, c-format
+msgid "_bt_check_unique: fell off the end of %s"
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:390
+#, c-format
+msgid "btree: index item size %lu exceeds maximum %lu"
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:448
+#, c-format
+msgid "_bt_insertonpg: fell off the end of %s"
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:708
+msgid "btree: failed to add hikey to the right sibling"
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:733
+msgid "btree: failed to add hikey to the left sibling"
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:818
+msgid "btree: right sibling's left-link doesn't match"
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:1062
+#, c-format
+msgid "_bt_findsplitloc: can't find a feasible split point for %s"
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:1196
+msgid "_bt_insert_parent: concurrent ROOT page split"
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:1235 access/nbtree/nbtpage.c:854
+#, c-format
+msgid ""
+"_bt_getstackbuf: my bits moved right off the end of the world!\n"
+"\tRecreate index %s."
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:1434
+msgid "btree: failed to add leftkey to new root page"
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:1451
+msgid "btree: failed to add rightkey to new root page"
+msgstr ""
+
+#: access/nbtree/nbtinsert.c:1536
+#, c-format
+msgid "btree: failed to add item to the %s for %s"
+msgstr "btree: Ϊ %2$s Ïò %1$s Ôö¼ÓÏîʧ°Ü"
+
+#: access/nbtree/nbtpage.c:47
+#, c-format
+msgid "Cannot initialize non-empty btree %s"
+msgstr "ÎÞ·¨³õʼ»¯·Ç¿ÕµÄ btree %s"
+
+#: access/nbtree/nbtpage.c:148 access/nbtree/nbtpage.c:323
+#, c-format
+msgid "Index %s is not a btree"
+msgstr "Ë÷Òý %s ²»ÊÇÒ»¸ö btree"
+
+#: access/nbtree/nbtpage.c:152 access/nbtree/nbtpage.c:327
+#, c-format
+msgid "Version mismatch on %s: version %d file, version %d code"
+msgstr ""
+
+#: access/nbtree/nbtpage.c:268 access/nbtree/nbtpage.c:354
+#, c-format
+msgid "No live root page found in %s"
+msgstr ""
+
+#: access/nbtree/nbtpage.c:277 access/nbtree/nbtpage.c:363
+#, c-format
+msgid "Root page %u of %s has level %u, expected %u"
+msgstr ""
+
+#: access/nbtree/nbtpage.c:419
+msgid "_bt_getbuf: FSM returned nonrecyclable page"
+msgstr ""
+
+#: access/nbtree/nbtpage.c:778
+msgid "_bt_pagedel: not enough stack items"
+msgstr ""
+
+#: access/nbtree/nbtpage.c:808
+msgid "_bt_pagedel: no left sibling (concurrent deletion?)"
+msgstr ""
+
+#: access/nbtree/nbtpage.c:840
+msgid "_bt_pagedel: left link changed unexpectedly"
+msgstr ""
+
+#: access/nbtree/nbtpage.c:957
+msgid "_bt_pagedel: right sibling is not next child"
+msgstr ""
+
+#: access/nbtree/nbtree.c:818
+#, c-format
+msgid "btvacuumcleanup: FlushRelationBuffers returned %d"
+msgstr ""
+
+#: 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 ""
+
+#: access/nbtree/nbtree.c:946
+#, c-format
+msgid "_bt_restscan: fell off the end of %s"
+msgstr ""
+
+#: access/nbtree/nbtsearch.c:171
+#, c-format
+msgid "_bt_moveright: fell off the end of %s"
+msgstr ""
+
+#: access/nbtree/nbtsearch.c:555
+msgid "_bt_first: btree doesn't support is(not)null, yet"
+msgstr ""
+
+#: access/nbtree/nbtsearch.c:703
+msgid "_bt_first: equal items disappeared?"
+msgstr ""
+
+#: access/nbtree/nbtsearch.c:994
+#, c-format
+msgid "_bt_walk_left: fell off the end of %s"
+msgstr ""
+
+#: access/nbtree/nbtsearch.c:1018
+#, c-format
+msgid "_bt_walk_left: can't find left sibling in %s"
+msgstr ""
+
+#: access/nbtree/nbtsearch.c:1078
+#, c-format
+msgid "_bt_get_endpoint: fell off the end of %s"
+msgstr ""
+
+#: access/nbtree/nbtsearch.c:1090
+#, c-format
+msgid "_bt_get_endpoint: btree level %u not found"
+msgstr ""
+
+#: access/nbtree/nbtsearch.c:1179
+#, c-format
+msgid "Illegal scan direction %d"
+msgstr ""
+
+#: access/nbtree/nbtsort.c:335
+msgid "btree: failed to add item to the page in _bt_sort"
+msgstr ""
+
+#: access/nbtree/nbtsort.c:400
+#, c-format
+msgid "btree: index item size %lu exceeds maximum %ld"
+msgstr ""
+
+#: access/nbtree/nbtutils.c:230
+msgid "_bt_orderkeys: key(s) for attribute 1 missed"
+msgstr ""
+
+#: access/nbtree/nbtutils.c:308
+#, c-format
+msgid "_bt_orderkeys: key(s) for attribute %d missed"
+msgstr ""
+
+#: access/nbtree/nbtutils.c:465
+#, c-format
+msgid "_bt_getstrategynumber: unable to identify operator %u"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:67
+msgid "forget_matching_split: block unfound"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:82
+msgid "forget_matching_split: fishy is_root data"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:104
+msgid "_bt_restore_page: can't add item to page"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:121
+msgid "_bt_restore_meta: no metapage"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:177
+#, c-format
+msgid "btree_insert_%sdo: block unfound"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:180
+#, c-format
+msgid "btree_insert_%sdo: uninitialized page"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:194
+msgid "btree_insert_redo: failed to add item"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:204
+msgid "btree_insert_undo: bad page LSN"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:212
+msgid "btree_insert_undo: unimplemented"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:260
+#, c-format
+msgid "btree_split_%s: lost left sibling"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:266
+msgid "btree_split_undo: uninitialized left sibling"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:288
+msgid "btree_split_undo: bad left sibling LSN"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:289 access/nbtree/nbtxlog.c:324
+msgid "btree_split_undo: unimplemented"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:295
+#, c-format
+msgid "btree_split_%s: lost right sibling"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:301
+msgid "btree_split_undo: uninitialized right sibling"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:323
+msgid "btree_split_undo: bad right sibling LSN"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:334
+msgid "btree_split_redo: lost next right page"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:338
+msgid "btree_split_redo: uninitialized next right page"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:387
+msgid "btree_delete_redo: block unfound"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:390
+msgid "btree_delete_redo: uninitialized page"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:448
+msgid "btree_delete_page_redo: parent block unfound"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:452
+msgid "btree_delete_page_redo: uninitialized parent page"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:492
+msgid "btree_delete_page_redo: lost right sibling"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:495
+msgid "btree_delete_page_redo: uninitialized right sibling"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:518
+msgid "btree_delete_page_redo: lost left sibling"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:521
+msgid "btree_delete_page_redo: uninitialized left sibling"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:541
+#, c-format
+msgid "btree_delete_page_%s: lost target page"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:546
+msgid "btree_delete_page_undo: uninitialized target page"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:564
+msgid "btree_delete_page_undo: bad left sibling LSN"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:565
+msgid "btree_delete_page_undo: unimplemented"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:601
+msgid "btree_newroot_redo: no root page"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:671
+msgid "btree_newpage_redo: block unfound"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:730
+#, c-format
+msgid "btree_redo: unknown op code %u"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:781
+#, c-format
+msgid "btree_undo: unknown op code %u"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:946
+msgid "btree_xlog_cleanup: left block unfound"
+msgstr ""
+
+#: access/nbtree/nbtxlog.c:951
+msgid "btree_xlog_cleanup: right block unfound"
+msgstr ""
+
+#: access/rtree/rtree.c:331
+#, c-format
+msgid "rtdoinsert: failed to add index item to %s"
+msgstr ""
+
+#: access/rtree/rtree.c:523 access/rtree/rtree.c:547
+#, c-format
+msgid "rtdosplit: failed to add index item to %s"
+msgstr ""
+
+#: access/rtree/rtree.c:643
+msgid "Variable-length rtree keys are not supported."
+msgstr ""
+
+#: access/rtree/rtree.c:663
+#, c-format
+msgid "rtintinsert: failed to add index item to %s"
+msgstr ""
+
+#: access/rtree/rtree.c:689 access/rtree/rtree.c:694
+#, c-format
+msgid "rtnewroot: failed to add index item to %s"
+msgstr ""
+
+#: access/rtree/rtree.c:781
+#, c-format
+msgid "rtree: index item size %lu exceeds maximum %lu"
+msgstr ""
+
+#: access/rtree/rtree.c:1068
+msgid "rtpicksplit: failed to find a workable page split"
+msgstr ""
+
+#: access/rtree/rtree.c:1347
+msgid "rtree_redo: unimplemented"
+msgstr ""
+
+#: access/rtree/rtree.c:1353
+msgid "rtree_undo: unimplemented"
+msgstr ""
+
+#: access/rtree/rtscan.c:255
+#, c-format
+msgid "rtree scan list corrupted -- cannot find 0x%p"
+msgstr ""
+
+#: access/rtree/rtscan.c:391
+#, c-format
+msgid "Bad operation in rtree scan adjust: %d"
+msgstr ""
+
+#: access/transam/clog.c:546 access/transam/clog.c:598
+#, c-format
+msgid "open of %s failed: %m"
+msgstr "´ò¿ª %s ʧ°Ü: %m"
+
+#: access/transam/clog.c:547
+#, c-format
+msgid "clog file %s doesn't exist, reading as zeroes"
+msgstr ""
+
+#: access/transam/clog.c:553 access/transam/clog.c:606
+#, c-format
+msgid "lseek of clog file %u, offset %u failed: %m"
+msgstr ""
+
+#: access/transam/clog.c:558
+#, c-format
+msgid "read of clog file %u, offset %u failed: %m"
+msgstr ""
+
+#: access/transam/clog.c:602 access/transam/xlog.c:1377
+#, c-format
+msgid "creation of file %s failed: %m"
+msgstr "´´½¨Îļþ %s ʧ°Ü: %m"
+
+#: access/transam/clog.c:615
+#, c-format
+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 ""
+
+#: access/transam/clog.c:889
+#, c-format
+msgid "could not open transaction-commit log directory (%s): %m"
+msgstr ""
+
+#: access/transam/clog.c:905
+#, c-format
+msgid "removing commit log file %s"
+msgstr ""
+
+#: access/transam/clog.c:914
+#, c-format
+msgid "could not read transaction-commit log directory (%s): %m"
+msgstr ""
+
+#: access/transam/xact.c:407
+msgid "You may only have 2^32-1 commands per transaction"
+msgstr ""
+
+#: access/transam/xact.c:690
+#, c-format
+msgid "RecordTransactionAbort: xact %u already committed"
+msgstr ""
+
+#: access/transam/xact.c:900
+msgid "CommitTransaction and not in in-progress state"
+msgstr ""
+
+#: access/transam/xact.c:1040
+msgid "AbortTransaction and not in in-progress state"
+msgstr ""
+
+#: access/transam/xact.c:1124
+msgid "CleanupTransaction and not in abort state"
+msgstr ""
+
+#: access/transam/xact.c:1155
+msgid "StartTransactionCommand: can't prevent chain"
+msgstr ""
+
+#: access/transam/xact.c:1174
+msgid "StartTransactionCommand: unexpected TBLOCK_BEGIN"
+msgstr ""
+
+#: access/transam/xact.c:1195
+msgid "StartTransactionCommand: unexpected TBLOCK_END"
+msgstr ""
+
+#: access/transam/xact.c:1218
+msgid "StartTransactionCommand: unexpected TBLOCK_ENDABORT"
+msgstr ""
+
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:1431
+#, c-format
+msgid "%s cannot run inside a transaction block"
+msgstr ""
+
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:1441
+#, c-format
+msgid "%s cannot be executed from a function"
+msgstr ""
+
+#: access/transam/xact.c:1445
+msgid "PreventTransactionChain: can't prevent chain"
+msgstr ""
+
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:1452
+#, c-format
+msgid "%s will be committed automatically"
+msgstr ""
+
+#. 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 ""
+
+#: access/transam/xact.c:1516
+msgid "BEGIN: already a transaction in progress"
+msgstr ""
+
+#: access/transam/xact.c:1579
+msgid "COMMIT: no transaction in progress"
+msgstr ""
+
+#: access/transam/xact.c:1615 access/transam/xact.c:1661
+msgid "ROLLBACK: no transaction in progress"
+msgstr ""
+
+#: access/transam/xact.c:1739 access/transam/xact.c:1750
+#, c-format
+msgid "xact_redo: unknown op code %u"
+msgstr ""
+
+#: access/transam/xact.c:1748
+msgid "xact_undo: can't undo committed xaction"
+msgstr ""
-#: ../tcop/utility.c:126
-#, c-format
-msgid "%s \"%s\" is a system %s"
-msgstr "%s \"%s\" ÊÇÒ»¸öϵͳ %s"
+#: access/transam/xact.c:1785
+msgid "XactPushRollback: already installed"
+msgstr ""
-#: ../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/transam/xlog.c:505
#, c-format
-msgid "%s: %s"
+msgid "XLogInsert: invalid info mask %02X"
msgstr ""
-#: ../tcop/utility.c:304
+#: access/transam/xlog.c:610
#, c-format
-msgid "TRUNCATE cannot be used on system tables. '%s' is a system table"
-msgstr "²»ÄÜÔÚϵͳ±íÉÏʹÓà TRUNCATE. '%s' ÊÇÒ»¸öϵͳ±í"
+msgid "XLogInsert: can backup %d blocks at most"
+msgstr ""
-#: ../tcop/utility.c:310
+#: access/transam/xlog.c:628
#, c-format
-msgid "TRUNCATE cannot be used on sequences. '%s' is a sequence"
-msgstr "²»ÄÜÔÚÐòÁÐÉÏʹÓà TRUNCATE. '%s' ÊÇÒ»¸öÐòÁÐ"
+msgid "XLogInsert: invalid record length %u"
+msgstr ""
-#: ../tcop/utility.c:313
+#: 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 "TRUNCATE cannot be used on views. '%s' is a sequence"
-msgstr "²»ÄÜÔÚÊÓͼÉÏʹÓà TRUNCATE. '%s' ÊÇÒ»¸öÐòÁÐ"
+msgid "%s"
+msgstr ""
-#: ../tcop/utility.c:318
+#: access/transam/xlog.c:1029
#, c-format
-msgid "you do not own class \"%s\""
-msgstr "Äã²»ÊDZí \"%s\" µÄËùÓÐÕß"
+msgid "XLogWrite: write request %X/%X is past end of log %X/%X"
+msgstr ""
-#: ../commands/command.c:323 ../commands/command.c:534
-#: ../commands/command.c:1039 ../tcop/utility.c:373
+#: access/transam/xlog.c:1046 access/transam/xlog.c:1156
+#: access/transam/xlog.c:3363
#, c-format
-msgid "ALTER TABLE: relation \"%s\" is a system catalog"
-msgstr "ALTER TABLE: ¹Øϵ \"%s\" ÊÇÒ»¸öϵͳ±í"
-
-#: ../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 "ûÓÐ×㹻ȨÏÞ"
-
-#: ../tcop/utility.c:470
-msgid "T_AlterTableStmt: unknown subtype"
-msgstr "T_AlterTableStmt: δ֪×ÓÀàÐÍ"
+msgid "close of log file %u, segment %u failed: %m"
+msgstr ""
-#: ../tcop/utility.c:613
-msgid "CREATE VERSION is not currently implemented"
-msgstr "CREATE VERSION ʵÏֵò»ÕýÈ·"
+#: access/transam/xlog.c:1081
+msgid "XLogWrite: time for a checkpoint, signaling postmaster"
+msgstr ""
-#: ../tcop/utility.c:691
+#: access/transam/xlog.c:1100
#, c-format
-msgid "CLUSTER: relation \"%s\" is a system catalog"
-msgstr "CLUSTER: ¹Øϵ \"%s\" ÊÇÒ»¸öϵͳ±í"
+msgid "lseek of log file %u, segment %u, offset %u failed: %m"
+msgstr ""
-#: ../tcop/utility.c:871
+#: access/transam/xlog.c:1112
#, c-format
-msgid ""
-"\"%s\" is a system index. call REINDEX under standalone postgres with -O -P "
-"options"
+msgid "write of log file %u, segment %u, offset %u failed: %m"
msgstr ""
-"\"%s\" ÊǸöϵͳ±í. ÔÚ´øÓÐ -O -P Ñ¡ÏîÔËÐеĶÀÁ¢ postgres ½ø³Ìϵ÷ÓÃREINDEX"
-#: ../tcop/utility.c:874
+#: access/transam/xlog.c:1216
#, c-format
-msgid ""
-"\"%s\" is a system index. call REINDEX under standalone postgres with -P -O "
-"options"
+msgid "XLogFlush%s: request %X/%X; write %X/%X; flush %X/%X"
msgstr ""
-"\"%s\" ÊǸöϵͳË÷Òý. ÔÚ´øÓÐ -P -O Ñ¡ÏîÔËÐеĶÀÁ¢ postgres ½ø³Ìϵ÷ÓÃREINDEX"
-
-#: ../tcop/utility.c:890
-msgid "must be called under standalone postgres with -O -P options"
-msgstr "±ØÐëÔÚ´øÓÐ -O -P Ñ¡ÏîÔËÐеĶÀÁ¢ postgres ½ø³Ìϵ÷ÓÃ"
-
-#: ../tcop/utility.c:892
-msgid "must be called under standalone postgres with -P -O options"
-msgstr "±ØÐëÔÚ´øÓÐ -P -O Ñ¡ÏîÔËÐеĶÀÁ¢ postgres ½ø³Ìϵ÷ÓÃ"
-#: ../tcop/utility.c:905
+#: access/transam/xlog.c:1312
#, c-format
-msgid "ProcessUtility: command #%d unsupported"
-msgstr "ProcessUtility: ²»Ö§³Ö #%d ÃüÁî"
-
-#: ../rewrite/rewriteManip.c:559 ../rewrite/rewriteManip.c:566
-msgid "getInsertSelectQuery: expected to find SELECT subquery"
-msgstr "getInsertSelectQuery: Ô¤ÆÚÕÒµ½ SELECT ×Ó²éѯ"
-
-#: ../rewrite/rewriteManip.c:577
-msgid "getInsertSelectQuery: can't find rule placeholders"
-msgstr "getInsertSelectQuery: ÎÞ·¨ÕÒµ½¹æÔòռλ·û"
-
-#: ../rewrite/rewriteManip.c:611 ../rewrite/rewriteManip.c:651
-msgid "Conditional utility statements are not implemented"
-msgstr "δʵÏÖÌõ¼þ¹¤¾ßÓï¾ä"
-
-#: ../rewrite/rewriteManip.c:776
-msgid "ResolveNew: can't handle whole-tuple reference"
-msgstr "ResolveNew: ÎÞ·¨´¦ÀíÈ«Ôª×éÒýÓÃ"
+msgid "XLogFlush: request %X/%X is not satisfied --- flushed only to %X/%X"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:62
+#: access/transam/xlog.c:1355 access/transam/xlog.c:1436
+#: access/transam/xlog.c:1544 access/transam/xlog.c:1548
#, c-format
-msgid "Attempt to insert rule \"%s\" failed: already exists"
-msgstr "ÊÔͼ²åÈë¹æÔò \"%s\" ʧ°Ü: ÒѾ´æÔÚ"
+msgid "open of %s (log file %u, segment %u) failed: %m"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:129
-msgid "rules not allowed for insert or delete events to an attribute"
-msgstr "²»ÔÊÐí¹æÔò¶ÔÒ»¸öÊôÐÔ½øÐвåÈë»òÕßɾ³ýʼþ"
+#: access/transam/xlog.c:1404
+#, c-format
+msgid "ZeroFill failed to write %s: %m"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:198
-msgid "attribute level rules currently not supported"
-msgstr "Ä¿Ç°²»Ö§³ÖÊôÐÔ¼¶±ðµÄ¹æÔò"
+#: access/transam/xlog.c:1409
+#, c-format
+msgid "fsync of file %s failed: %m"
+msgstr "fsync Îļþ %s ʧ°Ü: %m"
-#: ../rewrite/rewriteDefine.c:218
+#: access/transam/xlog.c:1512
+#, c-format
msgid ""
-"rule actions on OLD currently not supported\n"
-"\tuse views or triggers instead"
+"link from %s to %s (initialization of log file %u, segment %u) failed: %m"
msgstr ""
-"Ä¿Ç°²»Ö§³ÖÔÚ OLD ÉϵĹæÔò¶¯×÷\n"
-"\tÓÃÊÓͼ»òÕß´¥·¢Æ÷´úÌæ"
-#: ../rewrite/rewriteDefine.c:221
+#: access/transam/xlog.c:1517
+#, c-format
msgid ""
-"rule actions on NEW currently not supported\n"
-"\tuse triggers instead"
+"rename from %s to %s (initialization of log file %u, segment %u) failed: %m"
msgstr ""
-"Ä¿Ç°²»Ö§³ÖÔÚ NEW ÉϵĹæÔò¶¯×÷\n"
-"\tÓô¥·¢Æ÷´úÌæ"
-#: ../rewrite/rewriteDefine.c:239
-msgid ""
-"instead nothing rules on select currently not supported\n"
-"\tuse views instead"
+#: access/transam/xlog.c:1598
+#, c-format
+msgid "could not open transaction log directory (%s): %m"
msgstr ""
-"Ä¿Ç°²»Ö§³ÖÔÚ select É쵀 instead nothing ¹æÔò\n"
-"\tÓÃÊÓͼ´úÌæ"
-#: ../rewrite/rewriteDefine.c:247
-msgid "multiple action rules on select currently not supported"
-msgstr "Ä¿Ç°²»Ö§³ÖÔÚ select ÉϵĶද×÷¹æÔò"
+#: access/transam/xlog.c:1613
+#, c-format
+msgid "archiving transaction log file %s"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:254
-msgid "only instead-select rules currently supported on select"
-msgstr "Ä¿Ç°Ö»Ö§³ÖÔÚ select É쵀 instead-select ¹æÔò"
+#: access/transam/xlog.c:1615
+msgid "archiving log files is not implemented!"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:260
-msgid "event qualifications not supported for rules on select"
-msgstr "²»Ö§³ÖÔÚ select ÉϹæÔòµÄʼþÌõ¼þ"
+#: access/transam/xlog.c:1629
+#, c-format
+msgid "recycled transaction log file %s"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:278
-msgid "select rule's target list has too many entries"
-msgstr "Ñ¡Ôñ¹æÔòµÄÄ¿±êÁбíµÄ¼Ç¼̫¶à"
+#: access/transam/xlog.c:1635
+#, c-format
+msgid "removing transaction log file %s"
+msgstr "ɾ³ýÊÂÎñÈÕÖ¾Îļþ %s"
-#: ../rewrite/rewriteDefine.c:284
+#: access/transam/xlog.c:1644
#, c-format
-msgid "select rule's target entry %d has different column name from %s"
-msgstr "Ñ¡Ôñ¹æÔòµÄÄ¿±ê¼Ç¼ %d µÄÃû×ÖºÍ %s ²»Í¬"
+msgid "could not read transaction log directory (%s): %m"
+msgstr "ÎÞ·¨¶ÁÈ¡ÊÂÎñÈÕ־Ŀ¼ (%s): %m"
-#: ../rewrite/rewriteDefine.c:287
+#: access/transam/xlog.c:1717
#, c-format
-msgid "select rule's target entry %d has different type from attribute %s"
-msgstr "Ñ¡Ôñ¹æÔòµÄÄ¿±ê¼Ç¼ %d ºÍÊôÐÔ %s µÄÀàÐͲ»Í¬"
+msgid "ReadRecord: bad resource manager data checksum in record at %X/%X"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:298
+#: access/transam/xlog.c:1739
#, c-format
-msgid "select rule's target entry %d has different size from attribute %s"
-msgstr "Ñ¡Ôñ¹æÔòµÄÄ¿±ê¼Ç¼ %d ÓëÊôÐÔ %s µÄ´óС²»Í¬"
+msgid "ReadRecord: bad checksum of backup block %d in record at %X/%X"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:302
-msgid "select rule's target list has too few entries"
-msgstr "Ñ¡Ôñ¹æÔòµÄÄ¿±êÁбí¼Ç¼ÊýÄ¿Ì«ÉÙ"
+#: access/transam/xlog.c:1808
+#, c-format
+msgid "ReadRecord: invalid record offset at %X/%X"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:315
+#: access/transam/xlog.c:1831
#, c-format
-msgid "\"%s\" is already a view"
-msgstr "\"%s\" ÒѾÊÇÒ»¸öÊÓͼÁË"
+msgid "ReadRecord: lseek of log file %u, segment %u, offset %u failed: %m"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:326
+#: access/transam/xlog.c:1837 access/transam/xlog.c:1921
#, c-format
-msgid "view rule for \"%s\" must be named \"%s\""
-msgstr "ÓÃÓÚ \"%s\" µÄÊÓͼ¹æÔò±ØÐëÃüÃûΪ \"%s\""
+msgid "ReadRecord: read of log file %u, segment %u, offset %u failed: %m"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:345
+#: access/transam/xlog.c:1847
#, c-format
-msgid "Relation \"%s\" is not empty. Cannot convert it to view"
-msgstr "¹Øϵ \"%s\" ²»Îª¿Õ. ÎÞ·¨°ÑËüת»»³ÉÊÓͼ"
+msgid "ReadRecord: contrecord is requested by %X/%X"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:503
+#: access/transam/xlog.c:1861
#, c-format
-msgid "RenameRewriteRule: rule \"%s\" does not exist"
-msgstr "RenameRewriteRule: ¹æÔò \"%s\" ²»´æÔÚ"
+msgid "ReadRecord: record with zero length at %X/%X"
+msgstr ""
-#: ../rewrite/rewriteDefine.c:507
+#: access/transam/xlog.c:1885
#, c-format
-msgid "Attempt to rename rule \"%s\" failed: \"%s\" already exists"
-msgstr "ÊÔͼ¸ø¹æÔò \"%s\" ÖØÃüÃûʧ°Ü: \"%s\" ÒѾ´æÔÚ"
+msgid "ReadRecord: record length %u at %X/%X too long"
+msgstr ""
-#: ../rewrite/rewriteSupport.c:100
+#: access/transam/xlog.c:1891
#, c-format
-msgid "SetRelationRuleStatus: cache lookup failed for relation %u"
-msgstr "SetRelationRuleStatus: Ϊ¹Øϵ %u ²éÕÒ»º³åÇøʧ°Ü"
+msgid "ReadRecord: invalid resource manager id %u at %X/%X"
+msgstr ""
-#: ../rewrite/rewriteHandler.c:272
-msgid "ApplyRetrieveRule: expected just one rule action"
-msgstr "ApplyRetrieveRule: Ô¤ÆÚÖ»ÓÐÒ»¸ö¹æÔò¶¯×÷"
+#: access/transam/xlog.c:1929
+#, c-format
+msgid ""
+"ReadRecord: there is no ContRecord flag in log file %u, segment %u, offset %u"
+msgstr ""
-#: ../rewrite/rewriteHandler.c:274
-msgid "ApplyRetrieveRule: can't handle qualified ON SELECT rule"
-msgstr "ApplyRetrieveRule: ÎÞ·¨´¦ÀíÓÐÌõ¼þµÄ ON SELECT ¹æÔò"
+#: access/transam/xlog.c:1937
+#, c-format
+msgid ""
+"ReadRecord: invalid ContRecord length %u in log file %u, segment %u, offset %"
+"u"
+msgstr ""
-#: ../rewrite/rewriteHandler.c:276
-msgid "ApplyRetrieveRule: can't handle per-attribute ON SELECT rule"
-msgstr "ApplyRetrieveRule: ÎÞ·¨´¦Àíÿ¸öÊôÐ﵀ ON SELECT ¹æÔò"
+#: access/transam/xlog.c:2001
+#, c-format
+msgid ""
+"ReadRecord: invalid magic number %04X in log file %u, segment %u, offset %u"
+msgstr ""
-#: ../rewrite/rewriteHandler.c:491 ../rewrite/rewriteHandler.c:778
+#: access/transam/xlog.c:2007
#, c-format
-msgid "Relation \"%s\" with OID %u no longer exists"
-msgstr "ÓÐ×Å OID Ϊ %2$u µÄ¹Øϵ \"%1$s\" ²»ÔÙ´æÔÚ"
+msgid ""
+"ReadRecord: invalid info bits %04X in log file %u, segment %u, offset %u"
+msgstr ""
-#: ../rewrite/rewriteHandler.c:558
-msgid "fireRIRrules: failed to remove aggs from qual"
-msgstr "fireRIRrules: ÎÞ·¨´ÓÌõ¼þÖÐɾ³ý¾Û¼¯"
+#: access/transam/xlog.c:2015
+#, c-format
+msgid ""
+"ReadRecord: unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
+msgstr ""
-#: ../rewrite/rewriteHandler.c:830
+#. translator: SUI = startup id
+#: access/transam/xlog.c:2037
#, c-format
-msgid "query rewritten %d times, may contain cycles"
-msgstr "²éѯÖØдÁË %d ´Î, ¿ÉÄÜ°üº¬Ñ»·"
+msgid ""
+"ReadRecord: out-of-sequence SUI %u (after %u) in log file %u, segment %u, "
+"offset %u"
+msgstr ""
-#: ../rewrite/rewriteHandler.c:951
-msgid "Cannot insert into a view without an appropriate rule"
-msgstr "ûÓкÏÊʹæÔòÇé¿öÏÂÎÞ·¨²åÈëÒ»¸öÊÓͼ"
+#: access/transam/xlog.c:2096
+msgid "invalid LC_COLLATE setting"
+msgstr "ÎÞЧµÄ LC_COLLATE ÉèÖÃ"
-#: ../rewrite/rewriteHandler.c:954
-msgid "Cannot update a view without an appropriate rule"
-msgstr "ûÓкÏÊʹæÔòÇé¿öÏÂÎÞ·¨¸üÐÂÒ»¸öÊÓͼ"
+#: access/transam/xlog.c:2100
+msgid "invalid LC_CTYPE setting"
+msgstr "ÎÞЧµÄ LC_CTYPE ÉèÖÃ"
-#: ../rewrite/rewriteHandler.c:957
-msgid "Cannot delete from a view without an appropriate rule"
-msgstr "ûÓкÏÊʹæÔòÇé¿öÏÂÎÞ·¨´ÓÊÓͼÖÐɾ³ý"
+#: access/transam/xlog.c:2118
+msgid "sizeof(ControlFileData) is larger than BLCKSZ; fix either one"
+msgstr ""
-#: ../rewrite/rewriteHandler.c:960
+#: access/transam/xlog.c:2126
#, c-format
-msgid "QueryRewrite: unexpected commandType %d"
-msgstr "QueryRewrite: ÒâÍâµÄ commandType %d"
+msgid "WriteControlFile: could not create control file (%s): %m"
+msgstr ""
-#: ../rewrite/rewriteRemove.c:44
+#: access/transam/xlog.c:2135
#, c-format
-msgid "Rule or view \"%s\" not found"
-msgstr "ûÓÐÕÒµ½ÃûΪ \"%s\" µÄ¹æÔò»òÊÓͼ"
+msgid "WriteControlFile: write to control file failed: %m"
+msgstr ""
-#: ../rewrite/rewriteRemove.c:53 ../utils/adt/tid.c:157
+#: access/transam/xlog.c:2139
#, c-format
-msgid "Relation %u not found"
-msgstr "δÕÒµ½¹Øϵ %u"
+msgid "WriteControlFile: fsync of control file failed: %m"
+msgstr ""
-#: ../rewrite/rewriteRemove.c:93
+#: access/transam/xlog.c:2155 access/transam/xlog.c:2278
#, c-format
-msgid "Rule \"%s\" not found"
-msgstr "δÕÒµ½¹æÔò \"%s\""
-
-#: ../rewrite/rewriteRemove.c:114
-msgid "Cannot remove a view's SELECT rule"
-msgstr "ÎÞ·¨É¾³ýÊÓͼµÄ SELECT ¹æÔò"
+msgid "could not open control file (%s): %m"
+msgstr ""
-#: ../libpq/crypt.c:85
+#: access/transam/xlog.c:2158
#, c-format
-msgid "could not open %s: %s"
-msgstr "ÎÞ·¨´ò¿ª %s: %s"
+msgid "read from control file failed: %m"
+msgstr ""
-#: ../libpq/be-fsstubs.c:85
+#: access/transam/xlog.c:2170
#, c-format
-msgid "lo_open(%u,%d)"
+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 ""
-#: ../libpq/be-fsstubs.c:103
-#, c-format
-msgid "cannot open large object %u"
-msgstr "ÎÞ·¨´ò¿ª´ó¶ÔÏó %u"
+#: access/transam/xlog.c:2183
+msgid "invalid checksum in control file"
+msgstr ""
-#: ../libpq/be-fsstubs.c:123
+#: access/transam/xlog.c:2199
#, c-format
-msgid "lo_close: invalid large obj descriptor (%d)"
-msgstr "lo_close: ÎÞЧ´ó¶ÔÏóÃèÊö·û (%d)"
+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."
+msgstr ""
-#: ../libpq/be-fsstubs.c:127
+#: access/transam/xlog.c:2205
#, c-format
-msgid "lo_close(%d)"
+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 ""
-#: ../libpq/be-fsstubs.c:159
+#: access/transam/xlog.c:2211
#, c-format
-msgid "lo_read: invalid large obj descriptor (%d)"
-msgstr "lo_read: ÎÞЧ´ó¶ÔÏóÃèÊö·û (%d)"
+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 recompile or initdb."
+msgstr ""
-#: ../libpq/be-fsstubs.c:181
+#: access/transam/xlog.c:2218
#, c-format
-msgid "lo_write: invalid large obj descriptor (%d)"
-msgstr "lo_write: ÎÞЧ´ó¶ÔÏóÃèÊö·û (%d)"
+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 ""
-#: ../libpq/be-fsstubs.c:207
+#: access/transam/xlog.c:2225
#, c-format
-msgid "lo_lseek: invalid large obj descriptor (%d)"
-msgstr "lo_lseek: ÎÞЧ´ó¶ÔÏóÃèÊö·û (%d)"
+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 ""
-#: ../libpq/be-fsstubs.c:262
-#, c-format
-msgid "lo_tell: invalid large object descriptor (%d)"
-msgstr "lo_tell: ÎÞЧ´ó¶ÔÏóÃèÊö·û (%d)"
+#: 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 ""
-#: ../libpq/be-fsstubs.c:364
+#: access/transam/xlog.c:2239
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."
+"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 ""
-"ҪʹÓ÷þÎñÆ÷¶ËµÄ lo_import(), Äã±ØÐëÓÐ Postgres ³¬¼¶Óû§È¨ÏÞ.\n"
-"\tÈκÎÈ˶¼¿ÉÒÔʹÓà libpq ÌṩµÄ¿Í»§¶Ë lo_import()."
-#: ../libpq/be-fsstubs.c:379
+#: access/transam/xlog.c:2246
#, c-format
-msgid "lo_import: can't open unix file \"%s\": %m"
-msgstr "lo_import: ÎÞ·¨´ò¿ª unix Îļþ \"%s\": %m"
+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 ""
-#: ../libpq/be-fsstubs.c:387
+#: access/transam/xlog.c:2253
#, c-format
-msgid "lo_import: can't create inv object for \"%s\""
-msgstr "lo_import: ÎÞ·¨Îª \"%s\"´´½¨×ªÖôó¶ÔÏó"
+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 ""
-#: ../libpq/be-fsstubs.c:398
+#: access/transam/xlog.c:2259
#, 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."
+"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 ""
-"ҪʹÓ÷þÎñÆ÷¶ËµÄ lo_export(), Äã±ØÐëÓÐ Postgres ³¬¼¶Óû§È¨ÏÞ.\n"
-"\tÈκÎÈ˶¼¿ÉÒÔʹÓà libpq ÌṩµÄ¿Í»§¶Ë lo_export()."
-#: ../libpq/be-fsstubs.c:437
+#: access/transam/xlog.c:2286
#, c-format
-msgid "lo_export: can't open inv object %u"
-msgstr "lo_export: ÎÞ·¨´ò¿ª×ªÖöÔÏó %u"
+msgid "write to control file failed: %m"
+msgstr "дÈë¿ØÖÆÎļþʧ°Ü: %m"
-#: ../libpq/be-fsstubs.c:455
+#: access/transam/xlog.c:2290
#, c-format
-msgid "lo_export: can't open unix file \"%s\": %m"
-msgstr "lo_export: ÎÞ·¨´ò¿ª unix Îļþ \"%s\": %m"
+msgid "fsync of control file failed: %m"
+msgstr ""
-#: ../libpq/be-fsstubs.c:465
+#: access/transam/xlog.c:2430
#, c-format
-msgid "lo_export: error while writing \"%s\""
-msgstr "lo_export: д³ö \"%s\" ʱ³ö´í"
+msgid "BootStrapXLOG failed to write log file: %m"
+msgstr ""
-#: ../libpq/auth.c:456
+#: access/transam/xlog.c:2434
#, c-format
-msgid "%s authentication failed for user \"%s\""
-msgstr "ΪÓû§ \"%2$s\" %1$s ÈÏ֤ʧ°Ü"
+msgid "BootStrapXLOG failed to fsync log file: %m"
+msgstr ""
-#: ../libpq/auth.c:477
-msgid "Missing or erroneous pg_hba.conf file, see postmaster log for details"
-msgstr "ȱʧ»òÕßʱÄõ½´íÎóµÄ pg_hba.conf Îļþ, ¼û postmaster ÈÕÖ¾»ñȡϸ½Ú"
+#: access/transam/xlog.c:2500
+msgid "control file context is broken"
+msgstr ""
-#: ../libpq/auth.c:506
+#: access/transam/xlog.c:2503
#, c-format
-msgid "No pg_hba.conf entry for host %s, user %s, database %s"
-msgstr "ûÓÐÓÃÓÚÖ÷»ú %s, Óû§ %s, Êý¾Ý¿â %s µÄ pg_hba.conf ¼Ç¼"
+msgid "database system was shut down at %s"
+msgstr ""
-#: ../libpq/auth.c:538
+#: access/transam/xlog.c:2506
#, c-format
-msgid "pg_local_sendauth: can't do setsockopt: %s\n"
-msgstr "pg_local_sendauth: ÎÞ·¨½øÐÐ setsockopt: %s\n"
+msgid "database system shutdown was interrupted at %s"
+msgstr ""
-#: ../libpq/pqformat.c:201
+#: access/transam/xlog.c:2509
#, c-format
-msgid "pq_sendint: unsupported size %d"
-msgstr "pq_sendint: ²»Ö§³ÖµÄ³ß´ç %d"
+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 ""
-#: ../nodes/copyfuncs.c:2980
+#: access/transam/xlog.c:2514
#, c-format
-msgid "copyObject: don't know how to copy node type %d"
-msgstr "copyObject: ²»ÖªµÀÈçºÎ¿½±´½ÚµãÀàÐÍ %d"
-
-#: ../nodes/readfuncs.c:70
-msgid "toIntList: unexpected datatype"
-msgstr "toIntList: ·ÇÔ¤ÆÚÊý¾ÝÀàÐÍ"
-
-#: ../nodes/readfuncs.c:104
-msgid "toOidList: unexpected datatype"
-msgstr "toOidList: ·ÇÔ¤ÆÚÊý¾ÝÀàÐÍ"
+msgid "database system was interrupted at %s"
+msgstr ""
-#: ../nodes/readfuncs.c:798
+#: access/transam/xlog.c:2531
#, c-format
-msgid "_readExpr: unknown opType \"%.*s\""
-msgstr "_readExpr: δ֪ opType \"%.*s\""
+msgid "checkpoint record is at %X/%X"
+msgstr ""
-#: ../nodes/readfuncs.c:2024
+#: access/transam/xlog.c:2540
#, c-format
-msgid "badly formatted planstring \"%.10s\"..."
-msgstr "´íÎóµÄ¹æ»®´®(planstring) \"%.10s\""
+msgid "using previous checkpoint record at %X/%X"
+msgstr ""
-#: ../nodes/readfuncs.c:2057 ../nodes/readfuncs.c:2089
-#, c-format
-msgid "readDatum: expected '%s', got '%s'; length = %lu"
-msgstr "readDatum: Ô¤ÆÚ '%s', µÃµ½ '%s'; ³¤¶È = %lu"
+#: access/transam/xlog.c:2545
+msgid "unable to locate a valid checkpoint record"
+msgstr ""
-#: ../nodes/readfuncs.c:2064
+#: access/transam/xlog.c:2551
#, c-format
-msgid "readDatum: byval & length = %lu"
+msgid "redo record is at %X/%X; undo record is at %X/%X; shutdown %s"
msgstr ""
-#: ../nodes/equalfuncs.c:202
+#: access/transam/xlog.c:2555
#, c-format
-msgid "_equalParam: Invalid paramkind value: %d"
-msgstr "equalParam: ·Ç·¨ paramkind Öµ: %d"
+msgid "next transaction id: %u; next oid: %u"
+msgstr ""
-#: ../nodes/equalfuncs.c:2127
-#, c-format
-msgid "equal: don't know whether nodes of type %d are equal"
-msgstr "equal: ²»ÖªµÀÀàÐÍΪ %d µÄ½ÚµãÊÇ·ñÏàµÈ"
+#: access/transam/xlog.c:2558
+msgid "invalid next transaction id"
+msgstr ""
-#: ../nodes/list.c:162
-msgid "tryout to nconc a list to itself"
-msgstr "ÊÔͼ¸øÒ»¸öÁÐ±í±¾Éí½øÐÐ nconc"
+#: access/transam/xlog.c:2569
+msgid "invalid redo in checkpoint record"
+msgstr ""
-#: ../nodes/read.c:296
-msgid "nodeRead: did not find '}' at end of plan node"
-msgstr "nodeRead: Ôڹ滮½ÚµãµÄ½áβûÓÐÕÒµ½ '}'"
+#: access/transam/xlog.c:2577
+msgid "invalid redo/undo record in shutdown checkpoint"
+msgstr ""
+
+#: access/transam/xlog.c:2588
+msgid ""
+"database system was not properly shut down; automatic recovery in progress"
+msgstr ""
-#: ../nodes/read.c:376
+#: access/transam/xlog.c:2615
#, c-format
-msgid "nodeRead: Bad type %d"
-msgstr "nodeRead: ´íÎóµÄÀàÐÍ %d"
+msgid "redo starts at %X/%X"
+msgstr ""
-#: ../nodes/outfuncs.c:1295
+#: access/transam/xlog.c:2646
#, c-format
-msgid "_outValue: don't know how to print type %d "
-msgstr "outValue: ²»ÖªµÀÈçºÎ´òÓ¡ÀàÐÍ %d"
+msgid "redo done at %X/%X"
+msgstr ""
+
+#: access/transam/xlog.c:2652
+msgid "redo is not required"
+msgstr ""
-#: ../nodes/outfuncs.c:1675
+#: access/transam/xlog.c:2734
#, c-format
-msgid "_outNode: don't know how to print type %d "
-msgstr "outNode: ²»ÖªµÀÈçºÎ´òÓ¡ÀàÐÍ %d"
+msgid "undo starts at %X/%X"
+msgstr ""
-#: ../tioga/tgRecipe.c:81
+#: access/transam/xlog.c:2744
#, c-format
-msgid ""
-"TextArray2ArrTgString: badly formed string, must have %c as first character\n"
-msgstr "TextArray2ArrTgString: ×Ö´®ÐÎʽ¸ñʽ´íÎó, ±ØÐëÒÔ %c ×÷ΪÊ××Ö·û\n"
+msgid "undo done at %X/%X"
+msgstr ""
-#: ../tioga/tgRecipe.c:91
-msgid "TextArray2ArrTgString: text string ended prematurely\n"
-msgstr "TextArray2ArrTgString: Îı¾×Ö´®ÌáÇ°½áÊø\n"
+#: access/transam/xlog.c:2748
+msgid "undo is not required"
+msgstr ""
-#: ../tioga/tgRecipe.c:97
-msgid "textArray2ArrTgString: missing a begin quote\n"
-msgstr "textArray2ArrTgString: ȱÉÙ¿ªÒýºÅ\n"
+#: access/transam/xlog.c:2804
+msgid "database system is ready"
+msgstr "Êý¾Ý¿âϵͳ׼±¸¾ÍÐ÷"
-#: ../tioga/tgRecipe.c:102
-msgid "textArray2ArrTgString: missing an end quote\n"
-msgstr "textArray2ArrTgString: ȱÉÙ¹ØÒýºÅ\n"
+#: access/transam/xlog.c:2932
+msgid "shutting down"
+msgstr "ÕýÔڹرÕ"
-#: ../tioga/tgRecipe.c:138
-#, c-format
-msgid "Element named %s not found in recipe named %s"
-msgstr ""
+#: access/transam/xlog.c:2945
+msgid "database system is shut down"
+msgstr "Êý¾Ý¿âϵͳÒѹرÕ"
-#: ../tioga/tgRecipe.c:162
-#, c-format
-msgid "Node named %s not found in recipe named %s"
+#: access/transam/xlog.c:2966
+msgid "CreateCheckPoint: cannot be called inside transaction block"
msgstr ""
-#: ../tioga/tgRecipe.c:249
-#, c-format
-msgid "fillTgNode: unknown nodeType field value : %s\n"
+#: access/transam/xlog.c:3081
+msgid "active transaction while database system is shutting down"
msgstr ""
-#: ../tioga/tgRecipe.c:328
-#, c-format
-msgid "fillTgElement(): unknown srcLang field value : %s\n"
+#: access/transam/xlog.c:3127
+msgid ""
+"concurrent transaction log activity while database system is shutting down"
msgstr ""
-#: ../tioga/tgRecipe.c:338
+#: access/transam/xlog.c:3358 access/transam/xlog.c:3386
#, c-format
-msgid "fillTgElement(): unknown elemType field value : %s\n"
+msgid "fsync of log file %u, segment %u failed: %m"
msgstr ""
-#: ../tioga/tgRecipe.c:378
+#: access/transam/xlog.c:3392
#, c-format
-msgid "lookupEdges(): Error while executing query : %s\n"
+msgid "fdatasync of log file %u, segment %u failed: %m"
msgstr ""
-#: ../tioga/tgRecipe.c:379 ../tioga/tgRecipe.c:542 ../tioga/tgRecipe.c:561
-#: ../tioga/tgRecipe.c:598 ../tioga/tgRecipe.c:709
+#: access/transam/xlog.c:3400
#, c-format
-msgid "result = %s, error is %s\n"
+msgid "bogus wal_sync_method %d"
msgstr ""
-#: ../tioga/tgRecipe.c:404
-msgid "lookupEdges(): SANITY CHECK failed. Edge with invalid fromPort value!"
+#: access/transam/xlogutils.c:253
+msgid "_xl_remove_hash_entry: file was not found in cache"
msgstr ""
-#: ../tioga/tgRecipe.c:409
-msgid "lookupEdges(): SANITY CHECK failed. Edge with invalid toPort value!!"
-msgstr ""
+#: access/transam/xlogutils.c:350
+msgid "XLogOpenRelation: out of memory for cache"
+msgstr "XLogOpenRelation: »º³åÄÚ´æÓþ¡"
-#: ../tioga/tgRecipe.c:418
-msgid "lookupEdges(): SANITY CHECK failed. Edge with bad fromNode value!"
+#: access/transam/xlogutils.c:353
+msgid "XLogOpenRelation: file found on insert into cache"
msgstr ""
-#: ../tioga/tgRecipe.c:424
-msgid "lookupEdges(): SANITY CHECK failed. Edge with bad toNode value!"
+#: 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"
-#: ../tioga/tgRecipe.c:471
-msgid "Internal Error: connectTee() called with a null origToNode"
+#: 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"
-#: ../tioga/tgRecipe.c:541 ../tioga/tgRecipe.c:560
+#: bootstrap/bootstrap.c:411
#, c-format
-msgid "fillAllNodes(): Error while executing query : %s\n"
+msgid "Unsupported XLOG op %d"
msgstr ""
-#: ../tioga/tgRecipe.c:597
+#: bootstrap/bootstrap.c:514
#, c-format
-msgid "fillAllElements(): Error while executing query : %s\n"
+msgid "open relation %s, attrsize %d"
msgstr ""
-#: ../tioga/tgRecipe.c:708
+#: bootstrap/bootstrap.c:530
#, c-format
-msgid "retrieveRecipe: Error while executing query : %s\n"
+msgid "create attribute %d name %s len %d num %d type %u"
msgstr ""
-#: ../tioga/tgRecipe.c:717
+#: bootstrap/bootstrap.c:549
#, c-format
-msgid "retrieveRecipe(): No recipe named %s exists\n"
+msgid "closerel: close of '%s' when '%s' was expected"
msgstr ""
-#: ../tioga/tgRecipe.c:722
+#: bootstrap/bootstrap.c:553
#, c-format
-msgid "retrieveRecipe(): Multiple (%d) recipes named %s exists\n"
+msgid "closerel: close of '%s' before any relation was opened"
msgstr ""
-#: ../utils/mb/mbutils.c:225
+#: bootstrap/bootstrap.c:558
+msgid "no open relation to close"
+msgstr "ûÓÐÒÑ´ò¿ªµÄ¹ØϵҪ¹Ø±Õ"
+
+#: bootstrap/bootstrap.c:561
#, c-format
-msgid "Invalid encoding name %s"
-msgstr "ÎÞЧµÄ±àÂëÃû '%s'"
+msgid "close relation %s"
+msgstr "¹Ø±Õ¹Øϵ %s"
+
+#: bootstrap/bootstrap.c:585
+msgid "warning: no open relations allowed with 'create' command"
+msgstr "¾¯¸æ: ´ò¿ªµÄ¹ØϵÀïûÓÐÔÊÐí 'create' ÃüÁî"
-#: ../utils/mb/mbutils.c:230 ../utils/mb/mbutils.c:273
+#: bootstrap/bootstrap.c:594
#, c-format
-msgid "Conversion from %s to %s is not possible"
-msgstr ""
+msgid "column %s %s"
+msgstr "ÁÐ %s %s"
-#: ../utils/mb/mbutils.c:236 ../utils/mb/mbutils.c:280
-msgid "Encoding conversion failed"
+#: bootstrap/bootstrap.c:684
+#, c-format
+msgid "inserting row oid %u, %d columns"
+msgstr "²åÈëÐÐ oid %u, %d ÁÐ"
+
+#: bootstrap/bootstrap.c:696
+msgid "row inserted"
+msgstr "ÐÐÒѲåÈë"
+
+#: bootstrap/bootstrap.c:718
+#, c-format
+msgid "inserting column %d value '%s'"
+msgstr "ÕýÔÚ²åÈëÊýֵΪ '%2$s' µÄ×ֶΠ%1$d"
+
+#: bootstrap/bootstrap.c:724
+msgid "Typ != NULL"
msgstr ""
-#: ../utils/mb/mbutils.c:267
+#: bootstrap/bootstrap.c:731
#, c-format
-msgid "Invalid source encoding name %s"
-msgstr "ÎÞЧ±àÂëÃû '%s'"
+msgid "unable to find atttypid %u in Typ list"
+msgstr "ÔÚÀàÐÍÁбíÖÐÎÞ·¨ÕÒµ½ atttypid %u"
-#: ../utils/mb/mbutils.c:269
+#: bootstrap/bootstrap.c:742 bootstrap/bootstrap.c:763
#, c-format
-msgid "Invalid destination encoding name %s"
-msgstr "ÎÞЧÓû§Ãû '%s'"
+msgid " -> %s"
+msgstr " -> %s"
-#: ../utils/mb/mbutils.c:448
-msgid "SetDatabaseEncoding(): invalid database encoding"
-msgstr ""
+#: bootstrap/bootstrap.c:753
+#, c-format
+msgid "type oid %u not found"
+msgstr "δÕÒµ½ÀàÐÍ oid %u"
-#: ../utils/mb/conv.c:1209
-msgid "Could not convert UTF-8 to ISO8859-1"
+#: bootstrap/bootstrap.c:754
+#, c-format
+msgid "Typ == NULL, typeindex = %u"
msgstr ""
-#: ../utils/mb/conv.c:1289
+#: bootstrap/bootstrap.c:766
+msgid "inserted"
+msgstr "ÒѲåÈë"
+
+#: bootstrap/bootstrap.c:776
#, c-format
-msgid "utf_to_local: could not convert UTF-8 (0x%04x). Ignored"
-msgstr ""
+msgid "inserting column %d NULL"
+msgstr "ÕýÔÚ²åÈë×ֶΠ%d NULL"
+
+#: bootstrap/bootstrap.c:823
+msgid "Memory manager fault: cleanup called twice.\n"
+msgstr "´æ´¢Æ÷¹ÜÀíÆ÷ʧ°Ü: ÇåÀí¹ý³Ìµ÷ÓÃÁËÁ½´Î.\n"
-#: ../utils/mb/conv.c:1386
+#: bootstrap/bootstrap.c:870
#, c-format
-msgid "Invalid encoding number %d"
-msgstr "ÎÞЧ±àÂë±àºÅ %d"
+msgid "external type: %s"
+msgstr "ÍⲿÀàÐÍ: %s"
-#: ../utils/mb/conv.c:1423
+#: bootstrap/bootstrap.c:894
#, c-format
-msgid "local_to_utf: could not convert (0x%04x) %s to UTF-8. Ignored"
-msgstr ""
+msgid "Error: unknown type '%s'.\n"
+msgstr "´íÎó: δ֪ÀàÐÍ '%s'.\n"
-#: ../utils/mb/encnames.c:176
-msgid "pg_char_to_encname_struct(): encoding name too long"
-msgstr ""
+#: bootstrap/bootstrap.c:910
+msgid "AllocateAttribute: malloc failed"
+msgstr "AllocateAttribute: malloc ʧ°Ü"
-#: ../utils/adt/numeric.c:1501
-msgid "Cannot convert NaN to int4"
-msgstr ""
+#: bootstrap/bootstrap.c:1061
+msgid ""
+"There are too many string constants and identifiers for the compiler to "
+"handle."
+msgstr "±àÒëÆ÷Òª´¦Àí¹ý¶àµÄ×Ö´®Ô¼ÊøºÍ±êʶ·û."
-#: ../utils/adt/numeric.c:1551
-msgid "Cannot convert NaN to int8"
-msgstr ""
+#: bootparse.y:59
+msgid "start transaction"
+msgstr "Æô¶¯ÊÂÎñ"
-#: ../utils/adt/numeric.c:1602
-msgid "Cannot convert NaN to int2"
-msgstr ""
+#: bootparse.y:67
+msgid "commit transaction"
+msgstr "Ìá½»ÊÂÎñ"
-#: ../utils/adt/numeric.c:1739
-msgid "do_numeric_accum: expected 3-element numeric array"
-msgstr ""
+#: bootparse.y:158
+#, c-format
+msgid "creating%s%s relation %s..."
+msgstr "´´½¨ %s%s ¹Øϵ %s..."
-#: ../utils/adt/numeric.c:1830
-msgid "numeric_avg: expected 3-element numeric array"
-msgstr ""
+#: bootparse.y:179
+msgid "create bootstrap: warning, open relation exists, closing first"
+msgstr "´´½¨Òýµ¼Êý¾Ý: ¾¯¸æ, ¹Øϵ´ò¿ªÒÑ´æÔÚ, ÏȹرÕ"
-#: ../utils/adt/numeric.c:1865
-msgid "numeric_variance: expected 3-element numeric array"
-msgstr ""
+#: bootparse.y:189
+msgid "bootstrap relation created"
+msgstr "Òýµ¼¹Øϵ´´½¨"
-#: ../utils/adt/numeric.c:1932
-msgid "numeric_stddev: expected 3-element numeric array"
-msgstr ""
+#: bootparse.y:202
+#, c-format
+msgid "relation created with oid %u"
+msgstr "¹Øϵ´´½¨Îª oid Ϊ %u"
-#: ../utils/adt/numeric.c:2114
-msgid "int2_avg_accum: expected 2-element int8 array"
-msgstr ""
+#: bootparse.y:213
+#, c-format
+msgid "inserting row with oid %u..."
+msgstr "Óà oid %u ²åÈëÐÐ..."
-#: ../utils/adt/numeric.c:2134
-msgid "int4_avg_accum: expected 2-element int8 array"
-msgstr ""
+#: bootparse.y:215
+msgid "inserting row..."
+msgstr "²åÈëÐÐ..."
-#: ../utils/adt/numeric.c:2152
-msgid "int8_avg: expected 2-element int8 array"
-msgstr ""
+#: bootparse.y:221
+#, c-format
+msgid "incorrect number of columns in row (expected %d, got %d)"
+msgstr "ÐÐÖÐ×Ö¶ÎÊýÄ¿´íÎó (Ô¤ÆÚ %d, ʵ¼Ê %d)"
+
+#: bootparse.y:225
+msgid "relation not open"
+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
+#: bootparse.y:306
+msgid "too many columns"
+msgstr "Ì«¶à×Ö¶Î"
+
+#: bootscanner.l:128
#, c-format
-msgid "Bad numeric input format '%s'"
-msgstr ""
+msgid "syntax error at line %d: unexpected character %s"
+msgstr "ÔÚµÚ %d Ðд¦Óï·¨´íÎó: δ֪×Ö·û %s"
-#: ../utils/adt/numeric.c:2711
+#: bootscanner.l:138
#, c-format
-msgid ""
-"overflow on numeric ABS(value) >= 10^%d for field with precision %d scale %d"
-msgstr ""
+msgid "syntax error at line %d: unexpected token %s"
+msgstr "ÔÚµÚ %d Ðд¦Óï·¨´íÎó: δ֪¼ÇºÅ %s"
-#: ../utils/adt/numeric.c:3125
-msgid "division by zero on numeric"
+#: catalog/aclchk.c:60
+#, c-format
+msgid "acl size = %d, # acls = %d"
msgstr ""
-#: ../utils/adt/numeric.c:3430
-msgid "math error on numeric - cannot compute SQRT of negative value"
+#: catalog/aclchk.c:64
+#, c-format
+msgid "\tacl[%d]: %s"
msgstr ""
-#: ../utils/adt/numeric.c:3516
-msgid "argument for EXP() too big"
+#: catalog/aclchk.c:122
+msgid "grant options can only be granted to individual users"
msgstr ""
-#: ../utils/adt/numeric.c:3583
-msgid "math error on numeric - cannot compute LN of value <= zero"
+#: catalog/aclchk.c:166
+#, c-format
+msgid "bogus GrantStmt.objtype %d"
msgstr ""
-#: ../utils/adt/datum.c:71
-msgid "datumGetSize: Invalid Datum Pointer"
+#: catalog/aclchk.c:186
+#, c-format
+msgid "invalid privilege type %s for table object"
msgstr ""
-#: ../utils/adt/timestamp.c:66 ../utils/adt/timestamp.c:189
+#: catalog/aclchk.c:215
#, c-format
-msgid "Bad timestamp external representation '%s'"
-msgstr ""
+msgid "relation %u not found"
+msgstr "δÕÒµ½¹Øϵ %u"
-#: ../utils/adt/timestamp.c:72 ../utils/adt/timestamp.c:195
+#: catalog/aclchk.c:224
#, c-format
-msgid "Timestamp out of range '%s'"
-msgstr "Timestamp ³¬³ö·¶Î§ '%s'"
+msgid "\"%s\" is an index"
+msgstr "\"%s\" ÊÇÒ»¸öË÷Òý"
-#: ../utils/adt/timestamp.c:88
+#: catalog/aclchk.c:284
#, c-format
-msgid "Timestamp '%s' no longer supported"
+msgid "invalid privilege type %s for database object"
msgstr ""
-#: ../utils/adt/timestamp.c:93
+#: catalog/aclchk.c:314
#, c-format
-msgid "Timestamp '%s' not parsed; internal coding error"
-msgstr ""
+msgid "database \"%s\" not found"
+msgstr "δÕÒµ½Êý¾Ý¿â \"%s\""
-#: ../utils/adt/timestamp.c:121
-msgid "Unable to format timestamp; internal coding error"
+#: catalog/aclchk.c:378
+#, c-format
+msgid "invalid privilege type %s for function object"
msgstr ""
-#: ../utils/adt/timestamp.c:211
+#: catalog/aclchk.c:408 parser/parse_func.c:885 parser/parse_func.c:1332
#, c-format
-msgid "Timestamp with time zone '%s' no longer supported"
-msgstr ""
+msgid "function %u not found"
+msgstr "δÕÒµ½º¯Êý %u"
-#: ../utils/adt/timestamp.c:216
+#: catalog/aclchk.c:474
#, c-format
-msgid "Timestamp with time zone '%s' not parsed; internal coding error"
+msgid "invalid privilege type %s for language object"
msgstr ""
-#: ../utils/adt/timestamp.c:245
-msgid "Unable to format timestamp with time zone; internal coding error"
-msgstr ""
+#: catalog/aclchk.c:500
+#, c-format
+msgid "language \"%s\" not found"
+msgstr "δÕÒµ½ÓïÑÔ \"%s\""
-#: ../utils/adt/timestamp.c:300 ../utils/adt/timestamp.c:308
+#: catalog/aclchk.c:504
#, c-format
-msgid "Bad interval external representation '%s'"
-msgstr ""
+msgid "language \"%s\" is not trusted"
+msgstr "ÓïÑÔ \"%s\" ²»¿ÉÐÅ"
-#: ../utils/adt/timestamp.c:312
+#: catalog/aclchk.c:567
#, c-format
-msgid "Interval '%s' no longer supported"
+msgid "invalid privilege type %s for namespace object"
msgstr ""
-#: ../utils/adt/timestamp.c:316
+#: catalog/aclchk.c:593
#, c-format
-msgid "Interval '%s' not parsed; internal coding error"
-msgstr ""
+msgid "namespace \"%s\" not found"
+msgstr "δÕÒµ½Ãû×Ö¿Õ¼ä \"%s\""
-#: ../utils/adt/timestamp.c:336
-msgid "Unable to encode interval; internal coding error"
-msgstr ""
+#: catalog/aclchk.c:672
+#, c-format
+msgid "privilege_to_string: unrecognized privilege %d"
+msgstr "privilege_to_string: ²»±»ÈϿɵÄȨÏÞ %d"
-#: ../utils/adt/timestamp.c:339
-msgid "Unable to format interval; internal coding error"
+#: catalog/aclchk.c:694
+#, c-format
+msgid "non-existent group \"%s\""
msgstr ""
-#: ../utils/adt/timestamp.c:1015
-msgid "Unable to subtract non-finite timestamps"
+#: catalog/aclchk.c:764
+#, c-format
+msgid "in_group: group %u not found"
msgstr ""
-#: ../utils/adt/timestamp.c:1075
-msgid ""
-"Unable to add timestamp and interval\n"
-"\ttimestamp_pl_span() internal error encoding timestamp"
+#: catalog/aclchk.c:789
+msgid "aclcheck: internal error -- null ACL"
msgstr ""
-#: ../utils/adt/timestamp.c:1082
-msgid ""
-"Unable to add timestamp and interval\n"
-"\ttimestamp_pl_span() internal error decoding timestamp"
-msgstr ""
+#: catalog/aclchk.c:835 commands/user.c:1304
+#, c-format
+msgid "%s: permission denied"
+msgstr "%s: ȨÏÞ²»¹»"
-#: ../utils/adt/timestamp.c:1167
-msgid ""
-"Unable to add timestamp and interval\n"
-"\ttimestamptz_pl_span() internal error encoding timestamp"
-msgstr ""
+#: catalog/aclchk.c:838
+#, c-format
+msgid "%s: must be owner"
+msgstr "%s: ±ØÐèΪËùÓÐÕß"
-#: ../utils/adt/timestamp.c:1172
-msgid ""
-"Unable to add timestamp and interval\n"
-"\ttimestamptz_pl_span() internal error decoding timestamp"
+#: catalog/aclchk.c:841
+#, c-format
+msgid "%s: unexpected AclResult %d"
msgstr ""
-#: ../utils/adt/timestamp.c:1354
-msgid "interval_div: divide by 0.0 error"
-msgstr ""
+#: catalog/aclchk.c:869
+#, c-format
+msgid "pg_class_aclcheck: invalid user id %u"
+msgstr "pg_class_aclcheck: ·Ç·¨Óû§ id %u"
-#: ../utils/adt/timestamp.c:1391
-msgid "interval_accum: expected 2-element interval array"
-msgstr ""
+#: catalog/aclchk.c:884
+#, c-format
+msgid "pg_class_aclcheck: relation %u not found"
+msgstr "pg_class_aclcheck: δÕÒµ½¹Øϵ %u"
-#: ../utils/adt/timestamp.c:1430
-msgid "interval_avg: expected 2-element interval array"
-msgstr ""
+#: catalog/aclchk.c:897
+msgid "pg_class_aclcheck: catalog update: permission denied"
+msgstr "pg_class_aclcheck: catalog update: ȨÏÞ²»¹»"
-#: ../utils/adt/timestamp.c:1549
-msgid ""
-"Unable to encode interval\n"
-"\ttimestamp_age() internal coding error"
-msgstr ""
+#: catalog/aclchk.c:909
+#, c-format
+msgid "pg_class_aclcheck: %u is superuser"
+msgstr "pg_calss_aclcheck: %u Êdz¬¼¶Óû§"
-#: ../utils/adt/timestamp.c:1553
-msgid ""
-"Unable to decode timestamp\n"
-"\ttimestamp_age() internal coding error"
-msgstr ""
+#: catalog/aclchk.c:977
+#, c-format
+msgid "pg_database_aclcheck: database %u not found"
+msgstr "pg_database_aclcheck: δÕÒµ½Êý¾Ý¿â %u"
-#: ../utils/adt/timestamp.c:1658 ../utils/adt/timestamp.c:1661
-msgid "Unable to decode timestamp"
-msgstr ""
+#: catalog/aclchk.c:1032
+#, c-format
+msgid "pg_proc_aclcheck: function %u not found"
+msgstr "pg_proc_aclcheck: δÕÒµ½º¯Êý %u"
-#: ../utils/adt/timestamp.c:1714
-msgid "Bad timestamp external representation (too long)"
-msgstr ""
+#: catalog/aclchk.c:1085
+#, c-format
+msgid "pg_language_aclcheck: language %u not found"
+msgstr "pg_language_aclcheck: δÕÒµ½ÓïÑÔ %u"
-#: ../utils/adt/timestamp.c:1770
-msgid "Bad timestamp with time zone external representation (too long)"
-msgstr ""
+#: catalog/aclchk.c:1142
+#, c-format
+msgid "pg_namespace_aclcheck: namespace %u not found"
+msgstr "pg_namespace_aclcheck: δÕÒµ½Ãû×Ö¿Õ¼ä %u"
-#: ../utils/adt/timestamp.c:1827
-msgid "Bad interval external representation (too long)"
-msgstr ""
+#: catalog/aclchk.c:1190
+#, c-format
+msgid "pg_class_ownercheck: relation %u not found"
+msgstr "pg_class_ownercheck: δÕÒµ½¹Øϵ %u"
-#: ../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
+#: catalog/aclchk.c:1216
#, c-format
-msgid "Interval units '%s' not recognized"
-msgstr ""
+msgid "pg_type_ownercheck: type %u not found"
+msgstr "pg_type_ownercheck: δÕÒµ½ÀàÐÍ %u"
-#: ../utils/adt/timestamp.c:1906 ../utils/adt/timestamp.c:1993
-#: ../utils/adt/timestamp.c:2284 ../utils/adt/timestamp.c:2312
+#: catalog/aclchk.c:1242
#, c-format
-msgid "Timestamp units '%s' not supported"
-msgstr "²»Ö§³Öµ¥Î»Îª '%s' µÄ Timestamp"
+msgid "pg_oper_ownercheck: operator %u not found"
+msgstr "pg_oper_ownercheck: δÕÒµ½²Ù×÷·û %u"
-#: ../utils/adt/timestamp.c:1911 ../utils/adt/timestamp.c:2000
+#: catalog/aclchk.c:1268
#, c-format
-msgid "Unable to truncate timestamp to '%s'"
-msgstr ""
+msgid "pg_proc_ownercheck: function %u not found"
+msgstr "pg_proc_ownercheck: δÕÒµ½º¯Êý %u"
-#: ../utils/adt/timestamp.c:1915 ../utils/adt/timestamp.c:2004
-#: ../utils/adt/timestamp.c:2319
+#: catalog/aclchk.c:1294
#, c-format
-msgid "Timestamp units '%s' not recognized"
-msgstr ""
+msgid "pg_namespace_ownercheck: namespace %u not found"
+msgstr "pg_namespace_ownercheck: δÕÒµ½Ãû×Ö¿Õ¼ä %u"
-#: ../utils/adt/timestamp.c:2081 ../utils/adt/timestamp.c:2570
+#: catalog/aclchk.c:1321
#, c-format
-msgid "Interval units '%s' not supported"
-msgstr "²»Ö§³Öµ¥Î»Îª '%s' µÄʱ¼ä¼ä¸ô"
+msgid "pg_opclass_ownercheck: operator class %u not found"
+msgstr "pg_opclass_ownercheck: δÕÒµ½²Ù×÷·û±í %u"
-#: ../utils/adt/timestamp.c:2085
+#: catalog/dependency.c:171
#, c-format
-msgid "Unable to truncate interval to '%s'"
+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 °ÑÒÐÀµ¶ÔÏóÒ»²¢É¾³ý"
-#: ../utils/adt/timestamp.c:2090
-msgid "Unable to decode interval; internal coding error"
-msgstr ""
+#: catalog/dependency.c:229
+#, c-format
+msgid "Failed to drop all objects depending on %s"
+msgstr "ɾ³ýËùÓÐÒÐÀµÓÚ %s µÄ¶ÔÏóʧ°Ü"
-#: ../utils/adt/timestamp.c:2118
-msgid "isoweek2date(): can't convert without year information"
-msgstr ""
+#: catalog/dependency.c:323 catalog/dependency.c:710
+#, c-format
+msgid "Cannot drop %s because it is required by the database system"
+msgstr "ÎÞ·¨É¾³ý %s, ÒòΪËüÊÇÊý¾Ý¿âϵͳËùÐèÒªµÄ"
-#: ../utils/adt/timestamp.c:2298 ../utils/adt/timestamp.c:2305
-msgid "Unable to encode timestamp"
+#: catalog/dependency.c:327
+#, c-format
+msgid "findAutoDeletableObjects: unknown dependency type '%c' for %s"
msgstr ""
-#: ../utils/adt/timestamp.c:2439 ../utils/adt/timestamp.c:2468
+#: catalog/dependency.c:457
#, c-format
-msgid "Timestamp with time zone units '%s' not supported"
+msgid ""
+"Cannot drop %s because %s requires it\n"
+"\tYou may drop %s instead"
msgstr ""
+"ÎÞ·¨É¾³ý %s, ÒòΪ %s ÐèÒªËü\n"
+"\tÄãÒ²Ðí¿ÉÒÔɾ³ý %s ´úÌæ"
-#: ../utils/adt/timestamp.c:2454 ../utils/adt/timestamp.c:2461
-msgid "Unable to encode timestamp with time zone"
+#: catalog/dependency.c:483
+#, c-format
+msgid "recursiveDeletion: multiple INTERNAL dependencies for %s"
msgstr ""
-#: ../utils/adt/timestamp.c:2474
+#: catalog/dependency.c:495
#, c-format
-msgid "Timestamp with time zone units '%s' not recognized"
+msgid "recursiveDeletion: incorrect use of PIN dependency with %s"
msgstr ""
-#: ../utils/adt/timestamp.c:2579
-msgid ""
-"Unable to decode interval\n"
-"\tinterval_part() internal coding error"
+#: catalog/dependency.c:499 catalog/dependency.c:714
+#, c-format
+msgid "recursiveDeletion: unknown dependency type '%c' for %s"
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
+#: catalog/dependency.c:525 catalog/dependency.c:672 catalog/dependency.c:697
#, c-format
-msgid "Time zone '%s' not recognized"
+msgid "Drop auto-cascades to %s"
msgstr ""
-#: ../utils/adt/date.c:1524 ../utils/adt/timestamp.c:2668
-#: ../utils/adt/timestamp.c:2838
+#: catalog/dependency.c:529 catalog/dependency.c:676
#, c-format
-msgid "INTERVAL time zone '%s' not legal (month specified)"
-msgstr ""
+msgid "%s depends on %s"
+msgstr "%s ÒÐÀµÓÚ %s"
-#: ../utils/adt/timestamp.c:2698
-msgid "Unable to convert timestamp to timestamp with time zone (tm)"
+#: catalog/dependency.c:535 catalog/dependency.c:682
+#, c-format
+msgid "Drop cascades to %s"
msgstr ""
-#: ../utils/adt/timestamp.c:2703
-msgid "Unable to convert timestamp to timestamp with time zone"
+#: catalog/dependency.c:803
+#, c-format
+msgid "doDeletion: Unsupported object class %u"
msgstr ""
-#: ../utils/adt/timestamp.c:2730
-msgid "Unable to convert timestamp with time zone to timestamp (tm)"
+#: catalog/dependency.c:886
+#, c-format
+msgid "find_expr_references_walker: bogus varlevelsup %d"
msgstr ""
-#: ../utils/adt/timestamp.c:2733
-msgid "Unable to convert timestamp with time zone to timestamp"
+#: catalog/dependency.c:890
+#, c-format
+msgid "find_expr_references_walker: bogus varno %d"
msgstr ""
-#: ../utils/adt/timestamp.c:2787
-msgid ""
-"Unable to decode timestamp\n"
-"\ttimestamp_zone() internal coding error"
+#: catalog/dependency.c:910
+#, c-format
+msgid "find_expr_references_walker: bogus varattno %d"
msgstr ""
-#: ../utils/adt/timestamp.c:2848
-msgid ""
-"Unable to decode timestamp\n"
-"\ttimestamp_izone() internal coding error"
+#: catalog/dependency.c:974
+msgid "find_expr_references_walker: already-planned subqueries not supported"
msgstr ""
-#: ../utils/adt/nabstime.c:343 ../utils/adt/nabstime.c:358
+#: catalog/dependency.c:1310
#, c-format
-msgid "Invalid timezone '%s'"
-msgstr "ÎÞЧʱÇø '%s'"
+msgid "getObjectClass: Unknown object class %u"
+msgstr ""
-#: ../utils/adt/nabstime.c:440
+#: catalog/dependency.c:1367
#, c-format
-msgid "Bad (length) abstime external representation '%s'"
-msgstr ""
+msgid "getObjectDescription: Cast %u does not exist"
+msgstr "getObjectDescription: ת»» %u ²»´æÔÚ"
-#: ../utils/adt/nabstime.c:444
+#: catalog/dependency.c:1401
#, c-format
-msgid "Bad abstime external representation '%s'"
-msgstr ""
+msgid "getObjectDescription: Constraint %u does not exist"
+msgstr "getObjectDescription: Ô¼Êø %u ²»´æÔÚ"
-#: ../utils/adt/nabstime.c:471
+#: catalog/dependency.c:1431
#, c-format
-msgid "Bad abstime (internal coding error) '%s'"
-msgstr ""
+msgid "getObjectDescription: Conversion %u does not exist"
+msgstr "getObjectDescription: ת»» %u ²»´æÔÚ"
-#: ../utils/adt/nabstime.c:661 ../utils/adt/nabstime.c:726
-msgid "Unable to convert timestamp to abstime"
-msgstr ""
+#: catalog/dependency.c:1460
+#, c-format
+msgid "getObjectDescription: Default %u does not exist"
+msgstr "getObjectDescription: ĬÈÏÖµ %u ²»´æÔÚ"
-#: ../utils/adt/nabstime.c:684
-msgid "Unable to convert abstime 'invalid' to timestamp"
-msgstr ""
+#: catalog/dependency.c:1485
+#, c-format
+msgid "getObjectDescription: Language %u does not exist"
+msgstr "getObjectDescription: ÓïÑÔ %u ²»´æÔÚ"
-#: ../utils/adt/nabstime.c:745
-msgid "Unable to convert abstime 'invalid' to timestamptz"
-msgstr ""
+#: catalog/dependency.c:1510
+#, c-format
+msgid "cache lookup of opclass %u failed"
+msgstr "ÔÚ»º³åÖвéÕÒ²Ù×÷·û±í %u ʧ°Ü"
-#: ../utils/adt/nabstime.c:788
+#: catalog/dependency.c:1528 utils/adt/ruleutils.c:426
#, c-format
-msgid "Bad (length) reltime external representation '%s'"
-msgstr ""
+msgid "syscache lookup for AM %u failed"
+msgstr "ÔÚϵͳ»º³åÖвéÕÒ AM %u ʧ°Ü"
-#: ../utils/adt/nabstime.c:792
+#: catalog/dependency.c:1560
#, c-format
-msgid "Bad reltime external representation '%s'"
-msgstr ""
+msgid "getObjectDescription: Rule %u does not exist"
+msgstr "getObjectDescription: ¹æÔò %u ²»´æÔÚ"
-#: ../utils/adt/nabstime.c:802
+#: catalog/dependency.c:1594
#, c-format
-msgid "Bad reltime (internal coding error) '%s'"
-msgstr ""
+msgid "getObjectDescription: Trigger %u does not exist"
+msgstr "getObjectDescription: ´¥·¢Æ÷ %u ²»´æÔÚ"
-#: ../utils/adt/nabstime.c:860
+#: catalog/dependency.c:1614
#, c-format
-msgid "Unable to decode tinterval '%s'"
-msgstr ""
+msgid "getObjectDescription: Schema %u does not exist"
+msgstr "getObjectDescription: ´ó¸Ù %u ²»´æÔÚ"
-#: ../utils/adt/nabstime.c:961
-msgid "Unable to convert reltime 'invalid' to interval"
-msgstr ""
+#: 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 "»º³åÇøÖйØϵ %u µÄ²éÕÒʧ°Ü"
-#: ../utils/adt/not_in.c:65
-msgid "int4notin: must provide relationname.attributename"
-msgstr ""
+#: catalog/heap.c:156 catalog/heap.c:159
+#, c-format
+msgid "SystemAttributeDefinition: invalid attribute number %d"
+msgstr "SystemAttributeDefinition: ÎÞЧµÄÊôÐԺŠ%d"
-#: ../utils/adt/not_in.c:76
+#: catalog/heap.c:226
#, c-format
-msgid "int4notin: unknown attribute %s for relation %s"
-msgstr ""
+msgid ""
+"cannot create %s.%s: system catalog modifications are currently disallowed"
+msgstr "ÎÞ·¨´´½¨ %s.%s: ϵͳ±íÐÞ¸ÄÊDz»±»Í¬Ê±ÔÊÐíµÄ"
-#: ../utils/adt/acl.c:89
+#: catalog/heap.c:353
#, c-format
-msgid "getid: identifier must be <%d characters"
-msgstr ""
+msgid "Number of columns is out of range (0 to %d)"
+msgstr "×ֶαàºÅ³¬³ö·¶Î§ (0 µ½ %d)"
-#: ../utils/adt/acl.c:125
+#: catalog/heap.c:368
#, c-format
-msgid "aclparse: input = '%s'"
-msgstr ""
+msgid "name of column \"%s\" conflicts with an existing system column"
+msgstr "×Ö¶ÎÃû \"%s\" ÓëÒÑ´æÔÚµÄϵͳ×ֶγåÍ»"
-#: ../utils/adt/acl.c:137
-msgid "aclparse: bad keyword, must be [group|user]"
-msgstr ""
+#: catalog/heap.c:382
+#, c-format
+msgid "column name \"%s\" is duplicated"
+msgstr "×Ö¶ÎÃû \"%s\" ±»¸´ÖÆ"
-#: ../utils/adt/acl.c:140
-msgid "aclparse: a name must follow the [group|user] keyword"
+#: 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/acl.c:157
+#: catalog/heap.c:424
#, c-format
-msgid "aclparse: mode change flag must use \"%s\""
-msgstr ""
+msgid "Attribute \"%s\" has pseudo-type %s"
+msgstr "ÊôÐÔ \"%s\" ÓÐ pseudo-type %s"
-#: ../utils/adt/acl.c:188
+#: catalog/heap.c:431
#, c-format
-msgid "aclparse: mode flags must use \"%s\""
-msgstr ""
+msgid "Attribute \"%s\" has composite type %s"
+msgstr "ÊôÐÔ \"%s\" ÓлìºÍÀàÐÍ %s"
-#: ../utils/adt/acl.c:207
+#: catalog/heap.c:714
#, c-format
-msgid "aclparse: correctly read [%x %d %x], modechg=%x"
-msgstr ""
+msgid "Relation '%s' already exists"
+msgstr "¹Øϵ '%s' ÒѾ´æÔÚ"
-#: ../utils/adt/acl.c:227
+#: catalog/heap.c:871
#, c-format
-msgid "makeacl: invalid size: %d"
-msgstr ""
+msgid "DeleteRelationTuple: cache lookup failed for relation %u"
+msgstr "DeleteRelationTuple: Ϊ¹Øϵ %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../utils/adt/acl.c:257
-msgid "aclitemin: cannot accept anything but = ACLs"
-msgstr ""
+#: catalog/heap.c:950
+#, c-format
+msgid "RemoveAttributeById: Failed to find attribute %d in relation %u"
+msgstr "RemoveAttributeById: ÔÚ¹Øϵ %2$u ÖвéÕÒÊôÐÔ %1$d ʧ°Ü"
-#: ../utils/adt/acl.c:261
-msgid "aclitemin: extra garbage at end of specification"
-msgstr ""
+#: catalog/heap.c:1029
+#, c-format
+msgid "RemoveAttrDefault: no default found for rel %u attnum %d"
+msgstr "RemoveAttrDefault: ûÓз¢ÏÖ rel %u attnum %d µÄĬÈÏÖµ"
-#: ../utils/adt/acl.c:329
+#: catalog/heap.c:1065
#, c-format
-msgid "aclitemout: bad ai_idtype: %d"
-msgstr ""
+msgid "RemoveAttrDefaultById: cache lookup failed for attrdef %u"
+msgstr "RemoveAttrDefaultById: Ϊ attrdef %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../utils/adt/acl.c:448
-msgid "aclinsert3: insertion before world ACL??"
-msgstr ""
+#: catalog/heap.c:1088
+#, c-format
+msgid "RemoveAttrDefaultById: cache lookup failed for rel %u attr %d"
+msgstr "RemoveAttrDefaultById: Ϊ rel %u attr %d ²éÕÒ»º³åÇøʧ°Ü"
-#: ../utils/adt/acl.c:557
-msgid "aclremove: removal of the world ACL??"
-msgstr ""
+#: catalog/heap.c:1143
+#, c-format
+msgid "heap_drop_with_catalog: FlushRelationBuffers returned %d"
+msgstr "heap_drop_with_catalog: FlushRelationBuffers ·µ»Ø %d"
-#: ../utils/adt/acl.c:828 ../utils/adt/acl.c:899 ../utils/adt/acl.c:1023
+#: catalog/heap.c:1264 parser/parse_relation.c:1503 utils/adt/ruleutils.c:3415
#, c-format
-msgid "has_table_privilege: invalid relation oid %u"
-msgstr ""
+msgid "cache lookup of attribute %d in relation %u failed"
+msgstr "ÔÚ¹Øϵ %2$u ÖвéÕÒÊôÐÔ %1$d »º³åÇøʧ°Ü"
-#: ../utils/adt/acl.c:960
+#: catalog/heap.c:1522 commands/tablecmds.c:2747 commands/tablecmds.c:2785
#, c-format
-msgid "has_table_privilege: invalid privilege type %s"
-msgstr ""
+msgid "constraint \"%s\" already exists for relation \"%s\""
+msgstr "Ô¼Êø \"%s\" ÒѾ´æÔÚÓÚ¹Øϵ \"%s\" ÖÐ"
-#: ../utils/adt/acl.c:1062
+#: catalog/heap.c:1536 commands/tablecmds.c:206
#, c-format
-msgid "has_table_privilege: relation \"%s\" does not exist"
+msgid "Duplicate CHECK constraint name: '%s'"
msgstr ""
-#: ../utils/adt/like.c:495 ../utils/adt/like_match.c:294
-msgid "ESCAPE string must be empty or one character"
+#: catalog/heap.c:1596
+#, c-format
+msgid "Only relation \"%s\" can be referenced in CHECK constraint expression"
msgstr ""
-#: ../utils/adt/int.c:96
-msgid "int2vector value has too many values"
+#: catalog/heap.c:1603 commands/tablecmds.c:2867 commands/typecmds.c:1624
+msgid "cannot use subselect in CHECK constraint expression"
msgstr ""
-#: ../utils/adt/int.c:250
-#, c-format
-msgid "i4toi2: '%d' causes int2 underflow"
+#: catalog/heap.c:1605 commands/tablecmds.c:2869 commands/typecmds.c:1626
+msgid "cannot use aggregate function in CHECK constraint expression"
msgstr ""
-#: ../utils/adt/int.c:252
-#, c-format
-msgid "i4toi2: '%d' causes int2 overflow"
+#: catalog/heap.c:1710
+msgid "cannot use column references in DEFAULT clause"
msgstr ""
-#: ../utils/adt/mac.c:51
-#, c-format
-msgid "macaddr_in: error in parsing \"%s\""
+#: catalog/heap.c:1716
+msgid "DEFAULT clause must not return a set"
msgstr ""
-#: ../utils/adt/mac.c:56
-#, c-format
-msgid "macaddr_in: illegal address \"%s\""
-msgstr ""
+#: catalog/heap.c:1722
+msgid "cannot use subselects in DEFAULT clause"
+msgstr "ÔÚĬÈÏ×Ó¾äÖв»ÄÜ subselects"
-#: ../utils/adt/mac.c:129
-msgid "Text is too long to convert to MAC address"
-msgstr ""
+#: catalog/heap.c:1724
+msgid "cannot use aggregate functions in DEFAULT clause"
+msgstr "ÔÚĬÈÏ×Ó¾äÖв»ÄÜʹÓþۼ¯º¯Êý"
-#: ../utils/adt/oid.c:46
+#: catalog/heap.c:1745 rewrite/rewriteHandler.c:510
#, c-format
-msgid "%s: error reading \"%s\": %m"
+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/oid.c:49 ../utils/adt/oid.c:63
+#: catalog/index.c:124
#, c-format
-msgid "%s: error in \"%s\": can't parse \"%s\""
-msgstr ""
+msgid "Function %u does not exist"
+msgstr "º¯Êý %u ²»´æÔÚ"
-#: ../utils/adt/oid.c:84
+#: catalog/index.c:143 catalog/index.c:280
#, c-format
-msgid "%s: error reading \"%s\": %s"
-msgstr ""
-
-#: ../utils/adt/oid.c:138
-msgid "oidvector value has too many values"
-msgstr ""
+msgid "Opclass %u does not exist"
+msgstr "Opclass %u ²»´æÔÚ"
-#: ../utils/adt/tid.c:54
+#: catalog/index.c:157 catalog/index.c:293
#, c-format
-msgid "invalid tid format: '%s'"
-msgstr "ÎÞЧ tid ¸ñʽ: '%s'"
+msgid "Type %u does not exist"
+msgstr "ÀàÐÍ %u ²»´æÔÚ"
-#: ../utils/adt/tid.c:182
+#: catalog/index.c:238
#, c-format
-msgid "Relation %s not found"
-msgstr ""
-
-#: ../utils/adt/ri_triggers.c:185
-msgid "RI_FKey_check() not fired by trigger manager"
-msgstr ""
+msgid "cannot create index: column %d does not exist"
+msgstr "ÎÞ·¨´´½¨Ë÷Òý: ×ֶΠ%d ²»´æÔÚ"
-#: ../utils/adt/ri_triggers.c:188
-msgid "RI_FKey_check() must be fired AFTER ROW"
-msgstr ""
+#: catalog/index.c:543
+msgid "must index at least one column"
+msgstr "Ë÷Òý±ØÐèÖÁÉÙΪһ¸ö×Ö¶Î"
-#: ../utils/adt/ri_triggers.c:191
-msgid "RI_FKey_check() must be fired for INSERT or UPDATE"
-msgstr ""
+#: catalog/index.c:548
+msgid "User-defined indexes on system catalogs are not supported"
+msgstr "ÔÚϵͳ±íÉÏÓû§¶¨ÒåµÄË÷ÒýÊDz»±»Ö§³ÖµÄ"
-#: ../utils/adt/ri_triggers.c:199
-msgid "wrong # of arguments in call to RI_FKey_check()"
-msgstr ""
+#: catalog/index.c:558
+msgid "Shared indexes cannot be created after initdb"
+msgstr "ÔÚ initdb Ö®ºó, ²»ÄÜ´´½¨¹²ÏíË÷Òý"
-#: ../utils/adt/ri_triggers.c:201
+#: catalog/index.c:561
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_check()"
-msgstr ""
-
-#: ../utils/adt/ri_triggers.c:264 ../utils/adt/ri_triggers.c:375
-msgid "SPI_connect() failed in RI_FKey_check()"
-msgstr ""
+msgid "relation named \"%s\" already exists"
+msgstr "Ãû×ÖΪ \"%s\" µÄ¹ØϵÒѾ´æÔÚ"
-#: ../utils/adt/ri_triggers.c:271 ../utils/adt/ri_triggers.c:454
-msgid "SPI_execp() failed in RI_FKey_check()"
-msgstr ""
+#: catalog/index.c:674
+msgid "index_create: constraint must be PRIMARY or UNIQUE"
+msgstr "index_create: Ô¼Êø±ØÐèΪ PRIMARY »ò UNIQUE"
-#: ../utils/adt/ri_triggers.c:276
+#: catalog/index.c:824
#, c-format
-msgid "%s referential integrity violation - no rows found in %s"
-msgstr ""
+msgid "index_drop: cache lookup failed for index %u"
+msgstr "index_drop: ΪË÷Òý %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../utils/adt/ri_triggers.c:282 ../utils/adt/ri_triggers.c:466
-msgid "SPI_finish() failed in RI_FKey_check()"
-msgstr ""
+#: catalog/index.c:837
+#, c-format
+msgid "index_drop: FlushRelationBuffers returned %d"
+msgstr "index_drop: FlushRelationBuffers ·µ»Ø %d"
-#: ../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"
+#: catalog/index.c:1039
+#, c-format
+msgid "relation %s isn't an indexable relation"
msgstr ""
-#: ../utils/adt/ri_triggers.c:328
+#: catalog/index.c:1110
#, c-format
-msgid ""
-"%s referential integrity violation - MATCH FULL doesn't allow mixing of NULL "
-"and NON-NULL key values"
-msgstr ""
+msgid "setRelhasindex: cannot find relation %u in pg_class"
+msgstr "setRelhasindex: ÔÚ pg_class ÖÐÎÞ·¨ÕÒµ½¹Øϵ %u"
-#: ../utils/adt/ri_triggers.c:352
-msgid "MATCH PARTIAL not yet implemented"
-msgstr ""
+#: catalog/index.c:1226
+#, c-format
+msgid "setNewRelfilenode: cannot find relation %u in pg_class"
+msgstr "setNewRelfilenode: ÔÚ pg_class ÖÐÎÞ·¨ÕÒµ½¹Øϵ %u"
-#: ../utils/adt/ri_triggers.c:459
+#: catalog/index.c:1338
#, c-format
-msgid ""
-"%s referential integrity violation - key referenced from %s not found in %s"
+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/ri_triggers.c:473
-msgid "internal error #1 in ri_triggers.c"
+#: catalog/index.c:1632
+msgid "IndexBuildHeapScan: concurrent delete in progress"
msgstr ""
-#: ../utils/adt/ri_triggers.c:538
-msgid "RI_FKey_noaction_del() not fired by trigger manager"
+#: catalog/index.c:1637 commands/vacuum.c:1214 commands/vacuumlazy.c:353
+#: commands/vacuumlazy.c:841
+msgid "Unexpected HeapTupleSatisfiesVacuum result"
msgstr ""
-#: ../utils/adt/ri_triggers.c:541
-msgid "RI_FKey_noaction_del() must be fired AFTER ROW"
+#: catalog/index.c:1725
+#, c-format
+msgid "IndexGetRelation: can't find index id %u"
msgstr ""
-#: ../utils/adt/ri_triggers.c:543
-msgid "RI_FKey_noaction_del() must be fired for DELETE"
+#: catalog/index.c:1774
+msgid "reindex_index: can't open index relation"
msgstr ""
-#: ../utils/adt/ri_triggers.c:551
-msgid "wrong # of arguments in call to RI_FKey_noaction_del()"
+#: catalog/index.c:1785
+msgid "reindex_index: can't open heap relation"
msgstr ""
-#: ../utils/adt/ri_triggers.c:553
+#: catalog/index.c:1799 catalog/index.c:1922
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_noaction_del()"
+msgid "the target relation %u is shared"
msgstr ""
-#: ../utils/adt/ri_triggers.c:608
-msgid "SPI_connect() failed in RI_FKey_noaction_del()"
+#: catalog/index.c:1805
+#, c-format
+msgid "the target relation %u is nailed"
msgstr ""
-#: ../utils/adt/ri_triggers.c:677
-msgid "SPI_execp() failed in RI_FKey_noaction_del()"
-msgstr ""
+#: 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 "δʵÏÖÌõ¼þ¹¤¾ßÓï¾ä"
-#: ../utils/adt/ri_triggers.c:682 ../utils/adt/ri_triggers.c:896
-#: ../utils/adt/ri_triggers.c:1524 ../utils/adt/ri_triggers.c:1746
+#: catalog/namespace.c:182
#, c-format
-msgid "%s referential integrity violation - key in %s still referenced from %s"
-msgstr ""
+msgid "Relation \"%s\".\"%s\" does not exist"
+msgstr "¹Øϵ \"%s\".\"%s\" ²»´æÔÚ"
-#: ../utils/adt/ri_triggers.c:689
-msgid "SPI_finish() failed in RI_FKey_noaction_del()"
+#: catalog/namespace.c:218
+msgid "TEMP tables may not specify a namespace"
msgstr ""
-#: ../utils/adt/ri_triggers.c:704
-msgid "internal error #2 in ri_triggers.c"
-msgstr ""
+#: catalog/namespace.c:232 catalog/namespace.c:1179 catalog/namespace.c:1214
+#: catalog/namespace.c:1768
+#, c-format
+msgid "Namespace \"%s\" does not exist"
+msgstr "Ãû×Ö¿Õ¼ä \"%s\" ²»´æÔÚ"
-#: ../utils/adt/ri_triggers.c:744
-msgid "RI_FKey_noaction_upd() not fired by trigger manager"
+#: catalog/namespace.c:242 catalog/namespace.c:1224
+msgid "No namespace has been selected to create in"
msgstr ""
-#: ../utils/adt/ri_triggers.c:747
-msgid "RI_FKey_noaction_upd() must be fired AFTER ROW"
-msgstr ""
+#: catalog/namespace.c:295
+#, c-format
+msgid "Cache lookup failed for relation %u"
+msgstr "Ϊ¹Øϵ %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../utils/adt/ri_triggers.c:749
-msgid "RI_FKey_noaction_upd() must be fired for UPDATE"
-msgstr ""
+#: catalog/namespace.c:377
+#, c-format
+msgid "Cache lookup failed for type %u"
+msgstr "ΪÀàÐÍ %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../utils/adt/ri_triggers.c:757
-msgid "wrong # of arguments in call to RI_FKey_noaction_upd()"
-msgstr ""
+#: catalog/namespace.c:578
+#, c-format
+msgid "Cache lookup failed for procedure %u"
+msgstr "Ϊ¹ý³Ì %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../utils/adt/ri_triggers.c:759
+#: catalog/namespace.c:790
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_noaction_upd()"
-msgstr ""
+msgid "Cache lookup failed for operator %u"
+msgstr "ÔÚ»º³åÖвéÕÒ²Ù×÷·û %u ʧ°Ü"
-#: ../utils/adt/ri_triggers.c:822
-msgid "SPI_connect() failed in RI_FKey_noaction_upd()"
-msgstr ""
+#: catalog/namespace.c:1003
+#, fuzzy, c-format
+msgid "Cache lookup failed for opclass %u"
+msgstr "ÔÚ»º³åÖвéÕÒÀàÐÍ %u ʧ°Ü"
-#: ../utils/adt/ri_triggers.c:891
-msgid "SPI_execp() failed in RI_FKey_noaction_upd()"
-msgstr ""
+#: catalog/namespace.c:1084
+#, fuzzy, c-format
+msgid "Cache lookup failed for conversion %u"
+msgstr "SetRelationRuleStatus: Ϊ¹Øϵ %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../utils/adt/ri_triggers.c:903
-msgid "SPI_finish() failed in RI_FKey_noaction_upd()"
-msgstr ""
+#: 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/ri_triggers.c:918
-msgid "internal error #3 in ri_triggers.c"
-msgstr ""
+#: catalog/namespace.c:1257
+msgid "Improper relation name (too many dotted names)"
+msgstr "²»ºÏÊʵĹØϵÃû³Æ (Ãû×ÖÖÐÌ«¶àµÄµã·ûºÅ)"
-#: ../utils/adt/ri_triggers.c:954
-msgid "RI_FKey_cascade_del() not fired by trigger manager"
+#: catalog/namespace.c:1469
+msgid "recomputeNamespacePath: invalid list syntax"
msgstr ""
-#: ../utils/adt/ri_triggers.c:957
-msgid "RI_FKey_cascade_del() must be fired AFTER ROW"
-msgstr ""
+#: catalog/namespace.c:1598
+#, fuzzy, c-format
+msgid "%s: not authorized to create temp tables"
+msgstr "´´½¨ÁÙʱÎļþ %s ʧ°Ü"
-#: ../utils/adt/ri_triggers.c:959
-msgid "RI_FKey_cascade_del() must be fired for DELETE"
-msgstr ""
+#: catalog/pg_aggregate.c:62
+msgid "no aggregate name supplied"
+msgstr "ûÓÐÌṩ¾Û¼¯Ãû³Æ"
-#: ../utils/adt/ri_triggers.c:967
-msgid "wrong # of arguments in call to RI_FKey_cascade_del()"
-msgstr ""
+#: catalog/pg_aggregate.c:65
+msgid "aggregate must have a transition function"
+msgstr "¾Û¼¯±ØÐèÓÐÒ»¸öת»»º¯Êý"
-#: ../utils/adt/ri_triggers.c:969
+#: catalog/pg_aggregate.c:87
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_cascade_del()"
-msgstr ""
+msgid "return type of transition function %s is not %s"
+msgstr "ת»»º¯ÊýµÄ·µ»ØÀàÐÍ %s ²»ÊÇ %s"
-#: ../utils/adt/ri_triggers.c:1025
-msgid "SPI_connect() failed in RI_FKey_cascade_del()"
+#: 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/ri_triggers.c:1091
-msgid "SPI_execp() failed in RI_FKey_cascade_del()"
-msgstr ""
+#: catalog/pg_constraint.c:437
+#, c-format
+msgid "RemoveConstraintById: constraint %u not found"
+msgstr "RemoveConstraintById: Ô¼Êø %u ûÕÒµ½"
-#: ../utils/adt/ri_triggers.c:1096
-msgid "SPI_finish() failed in RI_FKey_cascade_del()"
+#: catalog/pg_constraint.c:475
+#, c-format
+msgid "RemoveConstraintById: relation %s has relchecks = 0"
msgstr ""
-#: ../utils/adt/ri_triggers.c:1111
-msgid "internal error #4 in ri_triggers.c"
-msgstr ""
+#: catalog/pg_constraint.c:502
+#, c-format
+msgid "RemoveConstraintById: Constraint %u is not a known type"
+msgstr "RemoveConstraintById: Ô¼Êø %u ÊÇÒ»¸öδ֪ÀàÐÍ"
-#: ../utils/adt/ri_triggers.c:1149
-msgid "RI_FKey_cascade_upd() not fired by trigger manager"
-msgstr ""
+#: catalog/pg_conversion.c:57
+msgid "no conversion name supplied"
+msgstr "ûÓÐÌṩԼÊøÃû³Æ"
-#: ../utils/adt/ri_triggers.c:1152
-msgid "RI_FKey_cascade_upd() must be fired AFTER ROW"
-msgstr ""
+#: catalog/pg_conversion.c:64
+#, c-format
+msgid "conversion name \"%s\" already exists"
+msgstr "ת»»Ãû³Æ \"%s\" ÒѾ´æÔÚ"
-#: ../utils/adt/ri_triggers.c:1154
-msgid "RI_FKey_cascade_upd() must be fired for UPDATE"
-msgstr ""
+#: catalog/pg_conversion.c:75
+#, c-format
+msgid "default conversion for %s to %s already exists"
+msgstr "ĬÈ쵀 %s µ½ %s µÄת»»ÒѾ´æÔÚ"
-#: ../utils/adt/ri_triggers.c:1162
-msgid "wrong # of arguments in call to RI_FKey_cascade_upd()"
+#: catalog/pg_conversion.c:141 catalog/pg_conversion.c:308
+#, c-format
+msgid "Conversion %u search from syscache failed"
msgstr ""
-#: ../utils/adt/ri_triggers.c:1164
+#: catalog/pg_conversion.c:146
+msgid "DROP CONVERSION: permission denied"
+msgstr "DROP_CONVERSION: ûÓÐ×㹻ȨÏÞ"
+
+#: catalog/pg_conversion.c:192
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_cascade_upd()"
-msgstr ""
+msgid "conversion %u does not exist"
+msgstr "ת»» %u ²»´æÔÚ"
-#: ../utils/adt/ri_triggers.c:1228
-msgid "SPI_connect() failed in RI_FKey_cascade_upd()"
-msgstr ""
+#: catalog/pg_conversion.c:302 commands/conversioncmds.c:97
+#, c-format
+msgid "conversion %s not found"
+msgstr "δÕÒµ½×ª»» %s"
-#: ../utils/adt/ri_triggers.c:1315
-msgid "SPI_execp() failed in RI_FKey_cascade_upd()"
-msgstr ""
+#: catalog/pg_largeobject.c:108
+#, c-format
+msgid "LargeObjectDrop: large object %u not found"
+msgstr "LargeObjectDrop: δÕÒµ½´ó¶ÔÏó %u"
-#: ../utils/adt/ri_triggers.c:1320
-msgid "SPI_finish() failed in RI_FKey_cascade_upd()"
-msgstr ""
+#: catalog/pg_namespace.c:43
+msgid "no namespace name supplied"
+msgstr "ûÓÐÌṩÃû×Ö¿Õ¼äÃû³Æ"
-#: ../utils/adt/ri_triggers.c:1335
-msgid "internal error #5 in ri_triggers.c"
+#: catalog/pg_namespace.c:49
+#, c-format
+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/ri_triggers.c:1378
-msgid "RI_FKey_restrict_del() not fired by trigger manager"
+#: catalog/pg_operator.c:410
+msgid "only binary operators can have commutators"
msgstr ""
-#: ../utils/adt/ri_triggers.c:1381
-msgid "RI_FKey_restrict_del() must be fired AFTER ROW"
+#: catalog/pg_operator.c:412
+msgid "only binary operators can have join selectivity"
msgstr ""
-#: ../utils/adt/ri_triggers.c:1383
-msgid "RI_FKey_restrict_del() must be fired for DELETE"
+#: catalog/pg_operator.c:414
+msgid "only binary operators can hash"
msgstr ""
-#: ../utils/adt/ri_triggers.c:1391
-msgid "wrong # of arguments in call to RI_FKey_restrict_del()"
+#: catalog/pg_operator.c:416
+msgid "only binary operators can mergejoin"
msgstr ""
-#: ../utils/adt/ri_triggers.c:1393
+#: catalog/pg_operator.c:426
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_restrict_del()"
-msgstr ""
+msgid "OperatorDef: operator \"%s\" already defined"
+msgstr "OperatorDef: ²Ù×÷·û \"%s\" ÒѾ´æÔÚ"
-#: ../utils/adt/ri_triggers.c:1449
-msgid "SPI_connect() failed in RI_FKey_restrict_del()"
-msgstr ""
+#: catalog/pg_operator.c:624
+#, c-format
+msgid "OperatorDef: operator %u not found"
+msgstr "OperatorDef: δÕÒµ½²Ù×÷·û %u"
-#: ../utils/adt/ri_triggers.c:1519
-msgid "SPI_execp() failed in RI_FKey_restrict_del()"
+#: catalog/pg_operator.c:712
+msgid "operator cannot be its own negator or sort operator"
msgstr ""
-#: ../utils/adt/ri_triggers.c:1531
-msgid "SPI_finish() failed in RI_FKey_restrict_del()"
+#: catalog/pg_operator.c:729
+#, c-format
+msgid "OperatorDef: can't create operator shell \"%s\""
msgstr ""
-#: ../utils/adt/ri_triggers.c:1546
-msgid "internal error #6 in ri_triggers.c"
-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/ri_triggers.c:1590
-msgid "RI_FKey_restrict_upd() not fired by trigger manager"
+#: catalog/pg_proc.c:127
+msgid "lookup for procedure by source needs fix (Jan)"
msgstr ""
-#: ../utils/adt/ri_triggers.c:1593
-msgid "RI_FKey_restrict_upd() must be fired AFTER ROW"
+#: catalog/pg_proc.c:139
+#, c-format
+msgid "method %s already an attribute of type %s"
msgstr ""
-#: ../utils/adt/ri_triggers.c:1595
-msgid "RI_FKey_restrict_upd() must be fired for UPDATE"
-msgstr ""
+#: catalog/pg_proc.c:189
+#, c-format
+msgid "function %s already exists with same argument types"
+msgstr "º¯Êý %s ÒѾ´æÔÚ²¢ÇÒÓÐÏàͬµÄ²ÎÊýÀàÐÍ"
-#: ../utils/adt/ri_triggers.c:1603
-msgid "wrong # of arguments in call to RI_FKey_restrict_upd()"
+#: catalog/pg_proc.c:192
+#, c-format
+msgid "ProcedureCreate: you do not have permission to replace function %s"
+msgstr "ProcedureCreate: ÄúûÓÐȨÏÞÖØÖú¯Êý %s"
+
+#: 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/ri_triggers.c:1605
+#: catalog/pg_proc.c:208
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_restrict_upd()"
-msgstr ""
+msgid "function %s is an aggregate"
+msgstr "º¯Êý %s ÊÇÒ»¸ö¾Û¼¯º¯Êý"
-#: ../utils/adt/ri_triggers.c:1669
-msgid "SPI_connect() failed in RI_FKey_restrict_upd()"
-msgstr ""
+#: catalog/pg_proc.c:211
+#, c-format
+msgid "function %s is not an aggregate"
+msgstr "º¯Êý %s ²»ÊÇÒ»¸ö¾Û¼¯º¯Êý"
-#: ../utils/adt/ri_triggers.c:1741
-msgid "SPI_execp() failed in RI_FKey_restrict_upd()"
-msgstr ""
+#: catalog/pg_proc.c:323
+#, c-format
+msgid "function declared to return %s, but no SELECT provided"
+msgstr "º¯Êý±»ÉùÃ÷·µ»Ø %s, µ«ÊÇûÓÐ SELECT ±»Ìṩ"
-#: ../utils/adt/ri_triggers.c:1753
-msgid "SPI_finish() failed in RI_FKey_restrict_upd()"
-msgstr ""
+#: catalog/pg_proc.c:341
+msgid "function declared to return void, but final statement is a SELECT"
+msgstr "º¯Êý±»ÉùÃ÷·µ»Ø void, µ«ÊÇ×îÖÕÉùÃ÷ÊÇÒ»¸ö SELECT"
-#: ../utils/adt/ri_triggers.c:1768
-msgid "internal error #7 in ri_triggers.c"
-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/ri_triggers.c:1804
-msgid "RI_FKey_setnull_del() not fired by trigger manager"
-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/ri_triggers.c:1807
-msgid "RI_FKey_setnull_del() must be fired AFTER ROW"
-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/ri_triggers.c:1809
-msgid "RI_FKey_setnull_del() must be fired for DELETE"
-msgstr ""
+#: catalog/pg_proc.c:421 catalog/pg_proc.c:447
+#, c-format
+msgid ""
+"function declared to return %s does not SELECT the right number of columns (%"
+"d)"
+msgstr "º¯Êý±»ÉùÃ÷·µ»Ø %s, ÊÇ·ñ SELECT ÕýÈ·µÄ×ֶθöÊý (%d)"
-#: ../utils/adt/ri_triggers.c:1817
-msgid "wrong # of arguments in call to RI_FKey_setnull_del()"
-msgstr ""
+#: catalog/pg_proc.c:430
+#, c-format
+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/ri_triggers.c:1819
+#: 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 "too many keys (%d max) in call to RI_FKey_setnull_del()"
-msgstr ""
+msgid "cache lookup of function %u failed"
+msgstr "ÔÚ»º³åÖвéÕÒº¯Êý %u ʧ°Ü"
-#: ../utils/adt/ri_triggers.c:1875
-msgid "SPI_connect() failed in RI_FKey_setnull_del()"
-msgstr ""
+#: catalog/pg_proc.c:491 catalog/pg_proc.c:530 catalog/pg_proc.c:590
+msgid "null prosrc"
+msgstr "ûÓÐ prosrc"
-#: ../utils/adt/ri_triggers.c:1952
-msgid "SPI_execp() failed in RI_FKey_setnull_del()"
-msgstr ""
+#: catalog/pg_proc.c:495
+#, c-format
+msgid "there is no built-in function named \"%s\""
+msgstr "ûÓÐÃûΪ \"%s\" µÄÄÚ½¨º¯Êý"
-#: ../utils/adt/ri_triggers.c:1957
-msgid "SPI_finish() failed in RI_FKey_setnull_del()"
-msgstr ""
+#: catalog/pg_proc.c:535
+msgid "null probin"
+msgstr "ûÓÐ probin"
-#: ../utils/adt/ri_triggers.c:1972
-msgid "internal error #8 in ri_triggers.c"
-msgstr ""
+#: catalog/pg_proc.c:578
+#, c-format
+msgid "SQL functions cannot return type %s"
+msgstr "SQL º¯ÊýÎÞ·¨·µ»Ø %s ÀàÐÍ"
-#: ../utils/adt/ri_triggers.c:2011
-msgid "RI_FKey_setnull_upd() not fired by trigger manager"
-msgstr ""
+#: catalog/pg_proc.c:584
+#, c-format
+msgid "SQL functions cannot have arguments of type %s"
+msgstr "SQL º¯Êý²»ÄÜÓÐ %s ÀàÐ͵IJÎÊý"
-#: ../utils/adt/ri_triggers.c:2014
-msgid "RI_FKey_setnull_upd() must be fired AFTER ROW"
-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/ri_triggers.c:2016
-msgid "RI_FKey_setnull_upd() must be fired for UPDATE"
-msgstr ""
+#: catalog/pg_type.c:196
+msgid "TypeCreate: fixed size types must have storage PLAIN"
+msgstr "TypeCreate: ¹Ì¶¨´óСÀàÐͱØÐèÓÐÃ÷È·µÄ´æ´¢"
-#: ../utils/adt/ri_triggers.c:2024
-msgid "wrong # of arguments in call to RI_FKey_setnull_upd()"
-msgstr ""
+#: catalog/pg_type.c:273
+#, c-format
+msgid "type %s already exists"
+msgstr "ÀàÐÍ %s ÒѾ´æÔÚ"
-#: ../utils/adt/ri_triggers.c:2026
+#: catalog/pg_type.c:464
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setnull_upd()"
-msgstr ""
+msgid "type %s does not exist"
+msgstr "ÀàÐÍ %s ²»´æÔÚ"
-#: ../utils/adt/ri_triggers.c:2092
-msgid "SPI_connect() failed in RI_FKey_setnull_upd()"
-msgstr ""
+#: catalog/pg_type.c:470
+#, c-format
+msgid "type named %s already exists"
+msgstr "ÀàÐÍÃû×Ö %s ÒѾ´æÔÚ"
-#: ../utils/adt/ri_triggers.c:2206
-msgid "SPI_execp() failed in RI_FKey_setnull_upd()"
-msgstr ""
+#: commands/aggregatecmds.c:93
+#, c-format
+msgid "DefineAggregate: attribute \"%s\" not recognized"
+msgstr "DefineAggregate: ÊôÐÔ \"%s\" ²»±»ÈÏ¿É"
-#: ../utils/adt/ri_triggers.c:2211
-msgid "SPI_finish() failed in RI_FKey_setnull_upd()"
-msgstr ""
+#: commands/aggregatecmds.c:101
+msgid "Define: \"basetype\" unspecified"
+msgstr "Define: \"basetype\" δ±»Ö¸¶¨"
-#: ../utils/adt/ri_triggers.c:2226
-msgid "internal error #9 in ri_triggers.c"
-msgstr ""
+#: commands/aggregatecmds.c:103
+msgid "Define: \"stype\" unspecified"
+msgstr "Define: \"stype\" δ±»Ö¸¶¨"
-#: ../utils/adt/ri_triggers.c:2262
-msgid "RI_FKey_setdefault_del() not fired by trigger manager"
-msgstr ""
+#: commands/aggregatecmds.c:105
+msgid "Define: \"sfunc\" unspecified"
+msgstr "Define: \"sfunc\" δ±»Ö¸¶¨"
-#: ../utils/adt/ri_triggers.c:2265
-msgid "RI_FKey_setdefault_del() must be fired AFTER ROW"
-msgstr ""
+#: commands/aggregatecmds.c:123
+#, c-format
+msgid "Aggregate transition datatype cannot be %s"
+msgstr "¾Û¼¯×ª»»Êý¾ÝÀàÐͲ»ÄÜΪ %s"
-#: ../utils/adt/ri_triggers.c:2267
-msgid "RI_FKey_setdefault_del() must be fired for DELETE"
-msgstr ""
+#: commands/aggregatecmds.c:174
+#, c-format
+msgid "RemoveAggregate: couldn't find pg_proc tuple for %s"
+msgstr "RemoveAggregate: ÎÞ·¨Îª %s ÕÒµ½ pg_proc Ôª×é"
-#: ../utils/adt/ri_triggers.c:2275
-msgid "wrong # of arguments in call to RI_FKey_setdefault_del()"
-msgstr ""
+#: commands/analyze.c:199
+#, c-format
+msgid "Skipping \"%s\" --- only table or database owner can ANALYZE it"
+msgstr "ºöÂÔ \"%s\" --- Ö»Óбí»òÊý¾Ý¿âµÄËùÓÐÕßÄÜ ANALYZE Ëü"
-#: ../utils/adt/ri_triggers.c:2277
+#: commands/analyze.c:213 commands/vacuum.c:791
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setdefault_del()"
-msgstr ""
+msgid ""
+"Skipping \"%s\" --- can not process indexes, views or special system tables"
+msgstr "ºöÂÔ \"%s\" --- ÎÞ·¨´¦ÀíË÷Òý, ÊÓͼ»òÌØÊâµÄϵͳ±í"
-#: ../utils/adt/ri_triggers.c:2332
-msgid "SPI_connect() failed in RI_FKey_setdefault_del()"
-msgstr ""
+#: commands/analyze.c:242
+#, c-format
+msgid "Analyzing %s.%s"
+msgstr "ÕýÔÚ·ÖÎö %s.%s"
-#: ../utils/adt/ri_triggers.c:2457
-msgid "SPI_execp() failed in RI_FKey_setdefault_del()"
-msgstr ""
+#: commands/analyze.c:431 utils/adt/ruleutils.c:2605
+#, c-format
+msgid "cache lookup of type %u failed"
+msgstr "ΪÀàÐÍ %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../utils/adt/ri_triggers.c:2462
-msgid "SPI_finish() failed in RI_FKey_setdefault_del()"
-msgstr ""
+#: commands/analyze.c:638
+#, c-format
+msgid "acquire_sample_rows: ReadBuffer(%s,%u) failed"
+msgstr "acquire_sample_rows: ReadBuffer(%s,%u) ʧ°Ü"
-#: ../utils/adt/ri_triggers.c:2477
-msgid "internal error #10 in ri_triggers.c"
-msgstr ""
+#: commands/async.c:153
+#, c-format
+msgid "Async_Notify: %s"
+msgstr "Async_Notify: %s"
-#: ../utils/adt/ri_triggers.c:2515
-msgid "RI_FKey_setdefault_upd() not fired by trigger manager"
-msgstr ""
+#: commands/async.c:201
+#, c-format
+msgid "Async_Listen: %s"
+msgstr "Async_Listen: %s"
-#: ../utils/adt/ri_triggers.c:2518
-msgid "RI_FKey_setdefault_upd() must be fired AFTER ROW"
-msgstr ""
+#: commands/async.c:224
+#, c-format
+msgid "Async_Listen: We are already listening on %s"
+msgstr "Async_Listen: ÎÒÃÇÕýÔÚ %s ÉϼàÌý"
-#: ../utils/adt/ri_triggers.c:2520
-msgid "RI_FKey_setdefault_upd() must be fired for UPDATE"
-msgstr ""
+#: commands/async.c:296
+#, c-format
+msgid "Async_Unlisten %s"
+msgstr "Async_Unlisten %s"
-#: ../utils/adt/ri_triggers.c:2528
-msgid "wrong # of arguments in call to RI_FKey_setdefault_upd()"
-msgstr ""
+#: 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: ÕýÔÚͨ¸æ×Ô¼º"
-#: ../utils/adt/ri_triggers.c:2530
+#: commands/async.c:495
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_setdefault_upd()"
-msgstr ""
+msgid "AtCommit_Notify: notifying pid %d"
+msgstr "AtCommit_Notify: ÕýÔÚͨ¸æ pid Ϊ %d"
-#: ../utils/adt/ri_triggers.c:2595
-msgid "SPI_connect() failed in RI_FKey_setdefault_upd()"
-msgstr ""
+#: commands/async.c:544
+msgid "AtCommit_Notify: done"
+msgstr "AtCommit_Notify: Íê³É"
-#: ../utils/adt/ri_triggers.c:2737
-msgid "SPI_execp() failed in RI_FKey_setdefault_upd()"
-msgstr ""
+#: commands/async.c:631
+msgid "Async_NotifyHandler: perform async notify"
+msgstr "Async_NotifyHandler: Ö´ÐÐ async ͨ¸æ"
-#: ../utils/adt/ri_triggers.c:2742
-msgid "SPI_finish() failed in RI_FKey_setdefault_upd()"
-msgstr ""
+#: commands/async.c:636
+msgid "Async_NotifyHandler: done"
+msgstr "Async_NotifyHandler: Íê³É"
-#: ../utils/adt/ri_triggers.c:2757
-msgid "internal error #11 in ri_triggers.c"
-msgstr ""
+#: commands/async.c:710
+msgid "EnableNotifyInterrupt: perform async notify"
+msgstr "EnableNotifyInterrupt: Ö´ÐÐ async ͨ¸æ"
-#: ../utils/adt/ri_triggers.c:2788
-msgid "wrong # of arguments in call to RI_FKey_keyequal_upd()"
-msgstr ""
+#: commands/async.c:715
+msgid "EnableNotifyInterrupt: done"
+msgstr "EnableNotifyInterrupt: Íê³É"
-#: ../utils/adt/ri_triggers.c:2790
+#: commands/async.c:766
+msgid "ProcessIncomingNotify"
+msgstr "ProcessIncomingNotify"
+
+#: commands/async.c:802
#, c-format
-msgid "too many keys (%d max) in call to RI_FKey_keyequal_upd()"
-msgstr ""
+msgid "ProcessIncomingNotify: received %s from %d"
+msgstr "ProcessIncomingNotify: ´Ó %2$d ½ÓÊÕµ½ %1$s"
-#: ../utils/adt/ri_triggers.c:2839
-msgid "internal error #12 in ri_triggers.c"
-msgstr ""
+#: commands/async.c:837
+msgid "ProcessIncomingNotify: done"
+msgstr "ProcessIncomingNotify: Íê³É"
+
+#: commands/async.c:864
+#, c-format
+msgid "NOTIFY for %s"
+msgstr "Ϊ %s ͨ¸æ"
+
+#: commands/cluster.c:119
+#, c-format
+msgid "CLUSTER: You do not own relation %s"
+msgstr "CLUSTER: Äã²»ÊǹØϵ %s µÄËùÓÐÕß"
-#: ../utils/adt/ri_triggers.c:2872
+#: commands/cluster.c:137 commands/cluster.c:570 commands/cluster.c:589
#, c-format
-msgid "unrecognized referential integrity MATCH type '%s'"
-msgstr ""
+msgid "Cache lookup failed for index %u"
+msgstr "ΪË÷Òý %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../utils/adt/ri_triggers.c:2922 ../utils/adt/ri_triggers.c:2930
+#: commands/cluster.c:150
#, c-format
-msgid "constraint %s: table %s does not have an attribute %s"
-msgstr ""
+msgid "CLUSTER: No previously clustered index found on table \"%s\""
+msgstr "CLUSTER: ÔÚ±í \"%s\" ÖÐδÕÒµ½ÏÈÇ°½¨´ØµÄË÷Òý"
-#: ../utils/adt/ri_triggers.c:3059
-msgid "out of memory for RI plan cache"
-msgstr ""
+#: commands/cluster.c:159
+#, c-format
+msgid "CLUSTER: cannot find index \"%s\" for table \"%s\""
+msgstr "CLUSTER: ÔÚ±í \"%2$s\" ÖÐÎÞ·¨ÕÒµ½Ë÷Òý \"%1$s\""
-#: ../utils/adt/ri_triggers.c:3255
+#: commands/cluster.c:313
#, c-format
-msgid "ri_AttributesEqual(): cannot find '=' operator for type %u"
-msgstr ""
+msgid "CLUSTER: \"%s\" is not an index for table \"%s\""
+msgstr "CLUSTER: ¶ÔÓÚ±í \"%2$s\" \"%1$s\" ²»ÊÇÒ»¸öË÷Òý"
-#: ../utils/adt/ri_triggers.c:3273
-msgid "out of memory for RI operator cache"
+#: 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/varchar.c:116 ../utils/adt/varchar.c:126
-#: ../utils/adt/varchar.c:224 ../utils/adt/varchar.c:236
+#: commands/cluster.c:340
#, c-format
-msgid "value too long for type character(%d)"
+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/varchar.c:436 ../utils/adt/varchar.c:506
-#: ../utils/adt/varchar.c:514
+#: commands/cluster.c:353
#, c-format
-msgid "value too long for type character varying(%d)"
-msgstr ""
+msgid "CLUSTER: cannot cluster system relation \"%s\""
+msgstr "CLSTER: ²»Äܼ¯ÈºÏµÍ³¹Øϵ \"%s\""
-#: ../utils/adt/ruleutils.c:177
-msgid "get_ruledef: cannot connect to SPI manager"
-msgstr ""
+#: commands/cluster.c:361
+#, fuzzy
+msgid "CLUSTER cannot be used on temp tables of other processes"
+msgstr "²»ÄÜÔÚϵͳ±íÉÏʹÓà TRUNCATE. '%s' ÊÇÒ»¸öϵͳ±í"
-#: ../utils/adt/ruleutils.c:192 ../utils/adt/ruleutils.c:285
+#: commands/cluster.c:656
#, c-format
-msgid "SPI_prepare() failed for \"%s\""
-msgstr ""
+msgid "cache lookup failed for index %u"
+msgstr "Ϊ¹Øϵ %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../utils/adt/ruleutils.c:204
+#: commands/cluster.c:708 commands/cluster.c:715
#, c-format
-msgid "failed to get pg_rewrite tuple for %s"
-msgstr ""
+msgid "CLUSTER: Cannot find tuple for relation %u"
+msgstr "CLUSTER: ÎÞ·¨Îª¹Øϵ %u ÕÒµ½Ôª×é"
-#: ../utils/adt/ruleutils.c:208 ../utils/adt/ruleutils.c:233
-msgid "get_ruledef: SPI_finish() failed"
-msgstr ""
+#: commands/cluster.c:727 commands/cluster.c:733
+#, c-format
+msgid "CLUSTER: FlushRelationBuffers returned %d"
+msgstr "CLUSTER: FlushRelationBuffers ·µ»Ø %d"
-#: ../utils/adt/ruleutils.c:270
-msgid "get_viewdef: cannot connect to SPI manager"
+#: commands/cluster.c:795
+msgid "CLUSTER: expected both swapped tables to have TOAST tables"
msgstr ""
-#: ../utils/adt/ruleutils.c:298
+#: commands/cluster.c:801 commands/cluster.c:806
#, c-format
-msgid "failed to get pg_rewrite tuple for view %s"
-msgstr "ΪÊÓͼ %s »ñÈ¡ pg_rewrite Ôª×éʧ°Ü"
-
-#: ../utils/adt/ruleutils.c:323
-msgid "get_viewdef: SPI_finish() failed"
+msgid "CLUSTER: expected one dependency record for TOAST table, found %ld"
msgstr ""
-#: ../utils/adt/ruleutils.c:361
+#: commands/comment.c:111
#, c-format
-msgid "syscache lookup for index %u failed"
-msgstr ""
+msgid "An attempt was made to comment on a unknown type: %d"
+msgstr "Ϊ½âÊÍÒ»¸öδ֪ÀàÐÍ×öÁËÒ»´Î³¢ÊÔ: %d"
-#: ../utils/adt/ruleutils.c:371 ../utils/adt/ruleutils.c:381
+#: commands/comment.c:306
#, c-format
-msgid "syscache lookup for relid %u failed"
-msgstr ""
+msgid "relation \"%s\" is not an index"
+msgstr "¹Øϵ \"%s\" ²»ÊÇÒ»¸öË÷Òý"
-#: ../utils/adt/ruleutils.c:392
+#: commands/comment.c:311
#, c-format
-msgid "lookup for AM %u failed"
-msgstr ""
+msgid "relation \"%s\" is not a sequence"
+msgstr "¹Øϵ \"%s\" ²»ÊÇÒ»¸öÐòÁÐ"
-#: ../parser/parse_expr.c:862 ../utils/adt/ruleutils.c:447
-#: ../utils/adt/ruleutils.c:2029
+#: commands/comment.c:316
#, c-format
-msgid "cache lookup for proc %u failed"
-msgstr ""
+msgid "relation \"%s\" is not a table"
+msgstr "¹Øϵ \"%s\" ²»ÊÇÒ»¸ö±í"
-#: ../utils/adt/ruleutils.c:747
+#: commands/comment.c:321
#, c-format
-msgid "get_ruledef: rule %s has unsupported event type %d"
-msgstr ""
+msgid "relation \"%s\" is not a view"
+msgstr "¹Øϵ \"%s\" ²»ÊÇÒ»¸öÊÓͼ"
+
+#: commands/comment.c:357
+msgid "CommentAttribute: must specify relation.attribute"
+msgstr "CommentAttribute: ±ØÐèÖ¸¶¨ ¹Øϵ.ÊôÐÔ"
-#: ../utils/adt/ruleutils.c:931
+#: 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 "get_ruledef of %s: query command type %d not implemented yet"
+msgid "Relation \"%s\" has no column \"%s\""
+msgstr "¹Øϵ \"%s\" ûÓÐ×ֶΠ\"%s\""
+
+#: commands/comment.c:403
+msgid "CommentDatabase: database name may not be qualified"
msgstr ""
-#: ../utils/adt/ruleutils.c:1151
+#: commands/comment.c:409 commands/dbcommands.c:531 utils/adt/acl.c:1123
#, c-format
-msgid "get_setop_query: unexpected set op %d"
-msgstr ""
+msgid "database \"%s\" does not exist"
+msgstr "Êý¾Ý¿â \"%s\" ²»´æÔÚ"
-#: ../utils/adt/ruleutils.c:1162
+#: commands/comment.c:414
#, c-format
-msgid "get_setop_query: unexpected node %d"
-msgstr ""
+msgid "you are not permitted to comment on database \"%s\""
+msgstr "Äã²»±»ÔÊÐíΪÊý¾Ý¿â \"%s\" ×¢ÊÍ"
-#: ../utils/adt/ruleutils.c:1217
-msgid "get_insert_query_def: too many RTEs in INSERT!"
-msgstr ""
+#: commands/comment.c:419
+msgid "Database comments may only be applied to the current database"
+msgstr "Êý¾Ý¿â×¢ÊÍÖ»ÄÜÊÊÓõ±Ç°Êý¾Ý¿â"
-#: ../utils/adt/ruleutils.c:1364
-msgid "get_utility_query_def: unexpected statement type"
-msgstr ""
+#: commands/comment.c:442
+msgid "CommentSchema: schema name may not be qualified"
+msgstr "CommentSchema: ´ó¸ÙÃû³ÆÒ²Ðí²»·ûºÏÌõ¼þ"
-#: ../utils/adt/ruleutils.c:1391
+#: commands/comment.c:449
#, c-format
-msgid "get_names_for_var: bogus varlevelsup %d"
-msgstr ""
+msgid "CommentSchema: Schema \"%s\" could not be found"
+msgstr "CommentSchema: ÎÞ·¨ÕÒµ½´ó¸Ù \"%s\""
-#: ../utils/adt/ruleutils.c:1536
+#: commands/comment.c:521 commands/comment.c:555
#, c-format
-msgid "find_alias_in_namespace: unexpected node type %d"
-msgstr ""
+msgid "rule \"%s\" does not exist"
+msgstr "¹æÔò \"%s\" ²»´æÔÚ"
-#: ../utils/adt/ruleutils.c:1647
+#: commands/comment.c:527
#, c-format
-msgid "phony_equal: unexpected node type %d"
+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/ruleutils.c:1732
+#: commands/comment.c:765
#, c-format
-msgid "cache lookup for operator %u failed"
-msgstr ""
+msgid "trigger \"%s\" for relation \"%s\" does not exist"
+msgstr "¶ÔÓÚ¹Øϵ \"%2$s\" µÄ \"%1$s\" ´¥·¢Æ÷²»´æÔÚ"
-#: ../utils/adt/ruleutils.c:1749
-msgid "get_rule_expr: bogus oprkind"
-msgstr ""
+#: commands/comment.c:807
+msgid "CommentConstraint: must specify relation and constraint"
+msgstr "CommentConstraint: ±ØÐèÖ¸¶¨¹ØϵºÍÔ¼Êø"
-#: ../utils/adt/ruleutils.c:1789
+#: commands/comment.c:841
#, c-format
-msgid "get_rule_expr: expr opType %d not supported"
-msgstr ""
+msgid "Relation \"%s\" has multiple constraints named \"%s\""
+msgstr "¹Øϵ \"%s\" Óжà¸öÃûΪ \"%s\" µÄÔ¼Êø"
-#: ../commands/analyze.c:411 ../utils/adt/ruleutils.c:1867
-#: ../utils/adt/ruleutils.c:1894 ../utils/adt/ruleutils.c:2162
+#: commands/comment.c:851
#, c-format
-msgid "cache lookup of type %u failed"
-msgstr ""
+msgid "constraint \"%s\" for relation \"%s\" does not exist"
+msgstr "¹Øϵ \"%2$s\" µÄÔ¼Êø \"%1$s\" ²»´æÔÚ"
-#: ../utils/adt/ruleutils.c:1872
+#: commands/conversioncmds.c:58
#, c-format
-msgid "Argument type %s of FieldSelect is not a tuple type"
-msgstr ""
+msgid "Invalid for encoding name: %s"
+msgstr "ÎÞЧµÄ±àÂëÃû: %s"
-#: ../utils/adt/ruleutils.c:1953
+#: commands/conversioncmds.c:62
#, c-format
-msgid "get_rule_expr: unexpected nulltesttype %d"
-msgstr ""
+msgid "Invalid to encoding name: %s"
+msgstr "ÎÞЧµÄ±àÂëÃû: %s"
-#: ../utils/adt/ruleutils.c:1986
+#: commands/copy.c:128
#, c-format
-msgid "get_rule_expr: unexpected booltesttype %d"
-msgstr ""
+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 Ñ¡Ïî³öÏÖÁ˶à´Î"
+
+#: 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 ±íʾ·¨Ö»Äܱ»¶¨ÒåÒ»´Î"
-#: ../utils/adt/ruleutils.c:1998
+#: commands/copy.c:329
#, c-format
-msgid "get_ruledef of %s: unknown node type %d in get_rule_expr()"
+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ÃüÁî."
-#: ../utils/adt/ruleutils.c:2306
+#: 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 µÄ·Ö¸ô·û±ØÐèÊǵ¥¸ö×Ö·û"
+
+#: commands/copy.c:382
#, c-format
-msgid "get_sublink_expr: unsupported sublink type %d"
-msgstr ""
+msgid "COPY: table \"%s\" does not have OIDs"
+msgstr "COPY: ±í \"%s\" ûÓÐ OID"
-#: ../utils/adt/ruleutils.c:2450
+#: commands/copy.c:403 commands/copy.c:448
#, c-format
-msgid "get_from_clause_item: unknown join type %d"
-msgstr ""
+msgid "You cannot copy view %s"
+msgstr "Äã²»¿ÉÒÔ¿½±´ÊÓͼ %s"
-#: ../utils/adt/ruleutils.c:2501
+#: commands/copy.c:406
#, c-format
-msgid "get_from_clause_item: unexpected node type %d"
-msgstr ""
+msgid "You cannot change sequence relation %s"
+msgstr "Äã²»¿ÉÒԸıäÐòÁйØϵ %s"
-#: ../utils/adt/ruleutils.c:2528 ../utils/cache/lsyscache.c:275
+#: commands/copy.c:409 commands/copy.c:454
#, c-format
-msgid "cache lookup failed for opclass %u"
-msgstr ""
+msgid "You cannot copy object %s"
+msgstr "Äã²»¿ÉÒÔ¿½±´Ä¿±ê %s"
-#: ../utils/adt/ruleutils.c:2558
-msgid "tleIsArrayAssign: I'm confused ..."
+#: commands/copy.c:429
+#, c-format
+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)."
-#: ../catalog/heap.c:1826 ../catalog/heap.c:2007 ../utils/adt/ruleutils.c:2641
+#: commands/copy.c:438 commands/copy.c:494
#, c-format
-msgid "cache lookup of relation %u failed"
-msgstr ""
+msgid "COPY: %s is a directory"
+msgstr "COPY: %s ÊÇÒ»¸öĿ¼"
-#: ../catalog/heap.c:1426 ../parser/parse_relation.c:959
-#: ../utils/adt/ruleutils.c:2665
+#: commands/copy.c:451
#, c-format
-msgid "cache lookup of attribute %d in relation %u failed"
-msgstr ""
+msgid "You cannot copy sequence %s"
+msgstr "Äã²»¿ÉÒÔ¿½±´ÐòÁÐ %s"
-#: ../utils/adt/encode.c:51 ../utils/adt/encode.c:83
+#: commands/copy.c:478
+msgid "Relative path not allowed for server side COPY command"
+msgstr "·þÎñÆ÷¶Ë COPY ÃüÁî²»ÔÊÐíÏà¶Ô·¾¶"
+
+#: commands/copy.c:486
#, c-format
-msgid "No such encoding as '%s'"
+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/encode.c:60
-msgid "Overflow - encode estimate too small"
-msgstr ""
+#: commands/copy.c:565
+#, c-format
+msgid "COPY: couldn't lookup info for type %u"
+msgstr "COPY: ÎÞ·¨ÎªÀàÐÍ %u ²éÕÒÐÅÏ¢"
-#: ../utils/adt/encode.c:92
-msgid "Overflow - decode estimate too small"
-msgstr ""
+#: commands/copy.c:569 commands/copy.c:839
+msgid "COPY BINARY: cstring not supported"
+msgstr "COPY BINARY: ²»Ö§³Ö cstring"
+
+#: commands/copy.c:908
+msgid "COPY BINARY: file signature not recognized"
+msgstr "COPY BINARY: ÎļþÇ©×Ö²»±»ÈÏ¿É"
+
+#: commands/copy.c:912
+msgid "COPY BINARY: incompatible integer layout"
+msgstr "COPY BINARY: ÕûÌå²¼¾Ö²»¼æÈÝ"
+
+#: 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"
-#: ../utils/adt/encode.c:140
+#: commands/copy.c:987
+msgid "Invalid Oid"
+msgstr "ÎÞЧ Oid"
+
+#: commands/copy.c:1004
#, c-format
-msgid "Bad hex code: '%c'"
-msgstr ""
+msgid "Missing data for column \"%s\""
+msgstr "×ֶΠ\"%s\" ȱÉÙÊý¾Ý"
-#: ../utils/adt/encode.c:166
-msgid "hex_decode: invalid data"
-msgstr ""
+#: commands/copy.c:1036
+msgid "Extra data after last expected column"
+msgstr "×îºóÆÚÍû×ֶκóÓжîÍâÊý¾Ý"
-#: ../utils/adt/encode.c:280
-msgid "base64: unexpected '='"
-msgstr ""
+#: commands/copy.c:1060
+#, c-format
+msgid "COPY BINARY: tuple field count is %d, expected %d"
+msgstr "COPY BINARY: Ôª×é×ֶμÆÊýÊÇ %d, ÆÚÍû¼ÆÊýÊÇ %d"
-#: ../utils/adt/encode.c:289
-msgid "base64: Invalid symbol"
-msgstr ""
+#: 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"
-#: ../utils/adt/encode.c:307
-msgid "base64: invalid end sequence"
-msgstr ""
+#: commands/copy.c:1069
+#, c-format
+msgid "COPY BINARY: sizeof(Oid) is %d, expected %d"
+msgstr "COPY BINARY: sizeof(Oid) ÊÇ %d, ÆÚÍûÊÇ %d"
-#: ../utils/adt/encode.c:416 ../utils/adt/encode.c:481
-msgid "decode: Bad input string for type bytea"
-msgstr ""
+#: commands/copy.c:1075
+msgid "COPY BINARY: Invalid Oid"
+msgstr "COPY BINARY: ÎÞЧµÄ Oid"
-#: ../utils/adt/datetime.c:927 ../utils/adt/datetime.c:1379
-#: ../utils/adt/formatting.c:3041
+#: commands/copy.c:1092
#, c-format
-msgid "Inconsistant use of year %04d and 'BC'"
-msgstr ""
+msgid "COPY BINARY: sizeof(field %d) is %d, expected %d"
+msgstr "COPY BINARY: sizeof(field %d) ÊÇ %d, ÆÚÍûÊÇ %d"
-#: ../utils/adt/numutils.c:61
-msgid "pg_atoi: NULL pointer!"
-msgstr ""
+#: commands/copy.c:1104
+msgid "COPY BINARY: bogus varlena length"
+msgstr "COPY BINARY: α varlena ³¤¶È"
-#: ../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
+#: commands/copy.c:1286
#, c-format
-msgid "pg_atoi: error reading \"%s\": %m"
-msgstr ""
+msgid "GetInputFunction: Cache lookup of type %u failed"
+msgstr "GetInputFunction: ÀàÐÍ %u µÄ»º³åÇø²éÕÒʧ°Ü"
-#: ../utils/adt/numutils.c:75
+#: commands/copy.c:1302
#, c-format
-msgid "pg_atoi: error in \"%s\": can't parse \"%s\""
-msgstr ""
+msgid "GetTypeElement: Cache lookup of type %u failed"
+msgstr "GetTypeElement: ÀàÐÍ %u µÄ»º³åÇø²éÕÒʧ°Ü"
+
+#: commands/copy.c:1444
+msgid "CopyReadAttribute: end of record marker corrupted"
+msgstr "CopyReadAttribute: ¼Ç¼β²¿±êÇ©±»ÆÆ»µ"
-#: ../utils/adt/numutils.c:119
+#: commands/copy.c:1596
#, c-format
-msgid "pg_atoi: invalid result size: %d"
-msgstr "pg_atoi: ·Ç·¨µÄ½á¹û³ß´ç: %d"
+msgid "Attribute \"%s\" specified more than once"
+msgstr "ÊôÐÔ \"%s\" ±»Ö¸¶¨¶à´Î"
-#: ../utils/adt/varlena.c:77 ../utils/adt/varlena.c:117
-msgid "Bad input string for type bytea"
-msgstr ""
+#: commands/dbcommands.c:99 commands/dbcommands.c:105
+#: commands/dbcommands.c:111 commands/dbcommands.c:117
+msgid "CREATE DATABASE: conflicting options"
+msgstr "CREATE DATABASE: Ñ¡Ïî³åÍ»"
-#: ../utils/adt/varlena.c:867
+#: commands/dbcommands.c:121
#, c-format
-msgid "byteaGetByte: index %d out of range [0..%d]"
-msgstr ""
+msgid "CREATE DATABASE: option \"%s\" not recognized"
+msgstr "CREATE DATABASE: Ñ¡Ïî \"%s\" ²»±»ÈÏ¿É"
-#: ../utils/adt/varlena.c:896
+#: commands/dbcommands.c:141
#, c-format
-msgid "byteaGetBit: index %d out of range [0..%d]"
-msgstr ""
+msgid "%d is not a valid encoding code"
+msgstr "%d ÊÇÒ»¸öÎÞЧ±àÂë"
-#: ../utils/adt/varlena.c:930
+#: commands/dbcommands.c:147
#, c-format
-msgid "byteaSetByte: index %d out of range [0..%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/varlena.c:971
+#: 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 "byteaSetBit: index %d out of range [0..%d]"
-msgstr ""
+msgid "CREATE DATABASE: database \"%s\" already exists"
+msgstr "CREATE DATABASE: Êý¾Ý¿â \"%s\" ÒѾ´æÔÚ"
-#: ../utils/adt/varlena.c:981
-msgid "byteaSetBit: new bit must be 0 or 1"
-msgstr ""
+#: commands/dbcommands.c:198
+#, c-format
+msgid "CREATE DATABASE: template \"%s\" does not exist"
+msgstr "CREATE DATABASE: Ä£°å \"%s\" ²»´æÔÚ"
-#: ../utils/adt/float.c:152
-msgid "Bad float4 input format -- overflow"
-msgstr ""
+#: commands/dbcommands.c:208
+#, c-format
+msgid "CREATE DATABASE: permission to copy \"%s\" denied"
+msgstr "CREATE DATABASE: ¿½±´ \"%s\" ȨÏÞ²»¹»"
-#: ../utils/adt/float.c:154
-msgid "Bad float4 input format -- underflow"
-msgstr ""
+#: commands/dbcommands.c:227
+#, c-format
+msgid ""
+"CREATE DATABASE: source database \"%s\" is being accessed by other users"
+msgstr "CREATE DATABASE: ÆäËûÓû§ÕýÔÚʹÓÃÔ´Êý¾Ý¿â \"%s\""
-#: ../utils/adt/float.c:177
-msgid "Bad float8 input format -- overflow"
-msgstr ""
+#: commands/dbcommands.c:235
+msgid "CREATE DATABASE: invalid backend encoding"
+msgstr "CREATE DATABASE: ÎÞЧºó¶Ë±àÂë"
-#: ../utils/adt/float.c:179
-msgid "Bad float8 input format -- underflow"
-msgstr ""
+#: commands/dbcommands.c:263 commands/dbcommands.c:265
+#: commands/dbcommands.c:267
+msgid "database path may not contain single quotes"
+msgstr "Êý¾Ý¿â·¾¶²»ÄÜ°üº¬µ¥ÒýºÅ"
-#: ../utils/adt/float.c:210
+#: commands/dbcommands.c:290
#, c-format
-msgid "Bad float4 input format '%s'"
-msgstr ""
+msgid "CREATE DATABASE: unable to create database directory '%s': %m"
+msgstr "CREATE DATABASE: ÎÞ·¨´´½¨Êý¾Ý¿âĿ¼ '%s': %m"
-#: ../utils/adt/float.c:215
+#: commands/dbcommands.c:293
#, c-format
-msgid "Input '%s' is out of range for float4"
-msgstr ""
+msgid "CREATE DATABASE: unable to remove temp directory '%s': %m"
+msgstr "CREATE DATABASE: ÎÞ·¨É¾³ýÁÙʱĿ¼ '%s': %m"
-#: ../utils/adt/float.c:275
+#: commands/dbcommands.c:300
#, c-format
-msgid "Bad float8 input format '%s'"
-msgstr ""
+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 ""
+"CREATE DATABASE: could not initialize database directory; delete failed as "
+"well"
+msgstr "CREATE DATABASE: ÎÞ·¨³õʼ»¯Êý¾Ý¿âĿ¼; ɾ³ýҲʧ°ÜÁË"
+
+#: commands/dbcommands.c:402
+msgid "DROP DATABASE: cannot be executed on the currently open database"
+msgstr "DROP DATABASE: ÔÚµ±Ç°´ò¿ªµÄÊý¾Ý¿âÉÏÎÞ·¨Ö´ÐÐ"
-#: ../utils/adt/float.c:280
+#: commands/dbcommands.c:419
#, c-format
-msgid "Input '%s' is out of range for float8"
-msgstr ""
+msgid "DROP DATABASE: database \"%s\" does not exist"
+msgstr "DROP DATABASE: Êý¾Ý¿â \"%s\" ²»´æÔÚ"
-#: ../utils/adt/float.c:497
-msgid "float4div: divide by zero error"
-msgstr ""
+#: commands/dbcommands.c:422
+msgid "DROP DATABASE: permission denied"
+msgstr "DROP DATABASE: ȨÏÞ²»¹»"
-#: ../utils/adt/float.c:559
-msgid "float8div: divide by zero error"
-msgstr ""
+#: commands/dbcommands.c:430
+msgid "DROP DATABASE: database is marked as a template"
+msgstr "DROP DATABASE: Êý¾Ý¿â±»±ê¼ÇΪһ¸öÄ£°å"
-#: ../utils/adt/float.c:809
-msgid "dtoi4: integer out of range"
-msgstr ""
+#: commands/dbcommands.c:439
+#, c-format
+msgid "DROP DATABASE: database \"%s\" is being accessed by other users"
+msgstr "DROP DATABASE: ÆäËûÓû§ÕýÔÚʹÓÃÊý¾Ý¿â \"%s\""
-#: ../utils/adt/float.c:826
-msgid "dtoi2: integer out of range"
-msgstr ""
+#: commands/dbcommands.c:456
+#, c-format
+msgid ""
+"DROP DATABASE: Database \"%s\" doesn't exist despite earlier reports to the "
+"contrary"
+msgstr "DROP DATABASE: Êý¾Ý¿â \"%s\" ²»´æÔÚ, ¾¡¹ÜÔÚ½ÏÔçµÄ±¨¸æÖдæÔÚ"
-#: ../utils/adt/float.c:871
-msgid "ftoi4: integer out of range"
-msgstr ""
+#: commands/dbcommands.c:535
+msgid "ALTER DATABASE SET: permission denied"
+msgstr "ALTER DATABASE SET: ûÓÐ×㹻ȨÏÞ"
-#: ../utils/adt/float.c:888
-msgid "ftoi2: integer out of range"
-msgstr ""
+#: commands/dbcommands.c:700
+msgid "Relative paths are not allowed as database locations"
+msgstr "Êý¾Ý¿âλÖò»ÔÊÐíÓÃÏà¶Ô·¾¶"
-#: ../utils/adt/float.c:1078
-msgid "can't take sqrt of a negative number"
-msgstr ""
+#: commands/dbcommands.c:702
+msgid "Absolute paths are not allowed as database locations"
+msgstr "Êý¾Ý¿âλÖò»ÔÊÐíÓþø¶Ô·¾¶"
-#: ../utils/adt/float.c:1122
-msgid "pow() result is out of range"
-msgstr "pow() µÄ½á¹û³¬³ö·¶Î§"
+#: commands/dbcommands.c:712
+#, c-format
+msgid "Postmaster environment variable '%s' not set"
+msgstr "Postmaster »·¾³±äÁ¿ '%s' ûÓÐÉèÖÃ"
-#: ../utils/adt/float.c:1150
-msgid "exp() result is out of range"
-msgstr "exp() µÄ½á¹û³¬³ö·¶Î§"
+#: commands/dbcommands.c:714
+#, c-format
+msgid "Postmaster environment variable '%s' must be absolute path"
+msgstr "Postmaster »·¾³±äÁ¿ '%s' ±ØÐèΪ¾ø¶Ô·¾¶"
-#: ../utils/adt/float.c:1168 ../utils/adt/float.c:1189
-msgid "can't take log of zero"
-msgstr ""
+#: commands/dbcommands.c:720
+msgid "Alternate path is too long"
+msgstr "½»»¥Â·¾¶Ì«³¤"
-#: ../utils/adt/float.c:1170 ../utils/adt/float.c:1191
-msgid "can't take log of a negative number"
-msgstr ""
+#: commands/dbcommands.c:749
+#, c-format
+msgid "could not remove '%s': %m"
+msgstr "ÎÞ·¨É¾³ý '%s': %m"
-#: ../utils/adt/float.c:1216
+#: commands/dbcommands.c:758
#, c-format
-msgid "acos(%f) input is out of range"
-msgstr ""
+msgid "database directory '%s' could not be removed"
+msgstr "Êý¾Ý¿âĿ¼ '%s' ²»ÄÜɾ³ý"
-#: ../utils/adt/float.c:1239
+#: commands/dbcommands.c:830 commands/vacuum.c:588
#, c-format
-msgid "asin(%f) input is out of range"
-msgstr ""
+msgid "database %u does not exist"
+msgstr "Êý¾Ý¿â %u ²»´æÔÚ"
-#: ../utils/adt/float.c:1262
+#: commands/define.c:68 commands/define.c:157 commands/define.c:185
+#: commands/define.c:215
#, c-format
-msgid "atan(%f) input is out of range"
-msgstr ""
+msgid "Define: \"%s\" requires a parameter"
+msgstr "Define: \"%s\" ÐèÒªÒ»¸ö²ÎÊý"
-#: ../utils/adt/float.c:1286
+#: commands/define.c:93 commands/define.c:239
#, c-format
-msgid "atan2(%f,%f) input is out of range"
-msgstr ""
+msgid "Define: cannot interpret argument of \"%s\""
+msgstr "Define: ÎÞ·¨½âÊÍ \"%s\" µÄ²ÎÊý"
-#: ../utils/adt/float.c:1309
+#: commands/define.c:106 commands/define.c:115 commands/define.c:128
+#: commands/define.c:144
#, c-format
-msgid "cos(%f) input is out of range"
-msgstr ""
+msgid "Define: \"%s\" requires a numeric value"
+msgstr "Define: \"%s\" ÐèÒªÒ»¸öÊý×ÖÖµ"
-#: ../utils/adt/float.c:1332
+#: commands/define.c:169
#, c-format
-msgid "cot(%f) input is out of range"
-msgstr ""
+msgid "Define: argument of \"%s\" must be a name"
+msgstr "Define: \"%s\" µÄ²ÎÊý±ØÐëÊÇÒ»¸öÃû×Ö"
-#: ../utils/adt/float.c:1356
+#: commands/define.c:201
#, c-format
-msgid "sin(%f) input is out of range"
-msgstr ""
+msgid "Define: argument of \"%s\" must be a type name"
+msgstr "Define: \"%s\" µÄ²ÎÊý±ØÐèÊÇÒ»¸öÀàÐÍÃû"
-#: ../utils/adt/float.c:1379
+#: commands/define.c:222
#, c-format
-msgid "tan(%f) input is out of range"
-msgstr ""
+msgid "Define: \"%s\" requires an integral value"
+msgstr "Define: \"%s\" ÐèÒªÒ»¸öÕûÊýÖµ"
-#: ../utils/adt/float.c:1491
+#: commands/define.c:242
#, c-format
-msgid "%s: expected 3-element float8 array"
-msgstr ""
+msgid "Define: invalid argument for \"%s\": \"%s\""
+msgstr "Define: \"%s\" µÄÎÞЧ²ÎÊý: \"%s\""
-#: ../utils/adt/float.c:1686
-msgid "float48div: divide by zero"
-msgstr ""
+#: commands/explain.c:149
+msgid "ExplainOneQuery: unexpected rewrite result"
+msgstr "ExplainOneQuery: ÒâÍâµÄÖØд½á¹û"
-#: ../utils/adt/float.c:1746
-msgid "float84div: divide by zero"
-msgstr ""
+#: commands/explain.c:1000
+#, c-format
+msgid "show_sort_keys: no tlist entry for key %d"
+msgstr "show_sort_keys: ¼ü %d ûÓÐ tlist ¼Ç¼"
-#: ../utils/adt/cash.c:210
+#: commands/functioncmds.c:81
#, c-format
-msgid "Bad money external representation %s"
-msgstr ""
+msgid "SQL function cannot return shell type \"%s\""
+msgstr "SQL º¯Êý²»ÄÜ·µ»Ø shell ÀàÐÍ \"%s\""
-#: ../utils/adt/cash.c:320 ../utils/adt/cash.c:333
-msgid "Memory allocation failed, can't output cash"
-msgstr ""
+#: commands/functioncmds.c:84
+#, c-format
+msgid "Return type \"%s\" is only a shell"
+msgstr "·µ»ØÀàÐÍ \"%s\" Ö»ÊÇÒ»¸ö shell"
-#: ../utils/adt/cash.c:473 ../utils/adt/cash.c:523
-msgid "cash_div: divide by 0.0 error"
-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/cash.c:574
-msgid "cash_div_int4: divide by 0 error"
-msgstr ""
+#: commands/functioncmds.c:106
+#, c-format
+msgid "ProcedureCreate: type %s is not yet defined"
+msgstr "ProcedureCreate: ÀàÐÍ %s ÈÔû±»¶¨Òå"
-#: ../utils/adt/cash.c:624
-msgid "cash_div: divide by 0 error"
-msgstr ""
+#: commands/functioncmds.c:116
+#, c-format
+msgid "could not create type %s"
+msgstr "ÎÞ·¨´´½¨ÀàÐÍ %s"
-#: ../utils/adt/bool.c:77
+#: commands/functioncmds.c:150
#, c-format
-msgid "Bad boolean external representation '%s'"
-msgstr ""
+msgid "SQL function cannot accept shell type \"%s\""
+msgstr "SQL º¯Êý²»ÄܽÓÊÕ shell ÀàÐÍ \"%s\""
-#: ../utils/adt/date.c:58
+#: commands/functioncmds.c:153
#, c-format
-msgid "Bad date external representation '%s'"
-msgstr ""
+msgid "Argument type \"%s\" is only a shell"
+msgstr "²ÎÊýÀàÐÍ \"%s\" Ö»ÊÇÒ»¸ö shell"
-#: ../utils/adt/date.c:66
-msgid ""
-"Date CURRENT no longer supported\n"
-"\tdate_in() internal coding error"
-msgstr ""
+#: commands/functioncmds.c:164
+msgid "Functions cannot accept set arguments"
+msgstr "º¯Êý²»ÄܽÓÊÕÉ趨²ÎÊý"
-#: ../utils/adt/date.c:76
-#, c-format
-msgid "Unrecognized date external representation '%s'"
-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 "Ñ¡Ïî³åÍ»»ò¹ý¶à"
-#: ../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 ""
+#: commands/functioncmds.c:228
+msgid "invalid CREATE FUNCTION option"
+msgstr "ÎÞЧµÄ CREATE FUNCTION Ñ¡Ïî"
-#: ../utils/adt/date.c:290
-msgid "Unable to convert date to tm"
-msgstr ""
+#: commands/functioncmds.c:234
+msgid "no function body specified"
+msgstr "ûÓÐÖ¸¶¨º¯ÊýÌå"
-#: ../utils/adt/date.c:350
-msgid "Unable to convert reserved abstime value to date"
-msgstr ""
+#: commands/functioncmds.c:239
+msgid "no language specified"
+msgstr "ûÓÐÖ¸¶¨ÓïÑÔ"
-#: ../utils/adt/date.c:409
-msgid "Bad date external representation (too long)"
+#: commands/functioncmds.c:250
+msgid "invalid volatility"
msgstr ""
-#: ../utils/adt/date.c:446 ../utils/adt/date.c:957
+#: commands/functioncmds.c:297
#, c-format
-msgid "Bad time external representation '%s'"
-msgstr ""
+msgid "Unrecognized function attribute '%s' ignored"
+msgstr "ºöÂÔδÈϿɵĺ¯ÊýÊôÐÔ '%s'"
-#: ../utils/adt/date.c:917
-msgid "Bad time external representation (too long)"
-msgstr ""
+#: commands/functioncmds.c:339
+#, c-format
+msgid "CREATE FUNCTION: only one AS item needed for %s language"
+msgstr "CREATE FUNCTION: ¶ÔÓÚ %s ÓïÑÔÖ»ÄÜÒªÇóÒ»¸ö AS ÏîÄ¿"
-#: ../utils/adt/date.c:1447
-msgid "Bad timetz external representation (too long)"
-msgstr ""
+#: commands/functioncmds.c:399 utils/adt/acl.c:1535
+#, c-format
+msgid "language \"%s\" does not exist"
+msgstr "ÓïÑÔ \"%s\" ²»´æÔÚ"
-#: ../utils/adt/int8.c:77 ../utils/adt/int8.c:87
+#: commands/functioncmds.c:505
#, c-format
-msgid "Bad int8 external representation \"%s\""
-msgstr ""
+msgid "RemoveFunction: couldn't find tuple for function %s"
+msgstr "RemoveFunction: ÎÞ·¨Îªº¯Êý %s ÕÒµ½Ôª×é"
-#: ../utils/adt/int8.c:83
+#: commands/functioncmds.c:515
#, c-format
-msgid "int8 value out of range: \"%s\""
+msgid ""
+"RemoveFunction: function '%s' is an aggregate\n"
+"\tUse DROP AGGREGATE to remove it"
msgstr ""
+"RemoveFunction: º¯Êý '%s' ÊÇÒ»¸ö¾Û¼¯º¯Êý\n"
+"\tÓà DROP AGGREGATE ɾ³ý"
-#: ../utils/adt/int8.c:106
-msgid "Unable to format int8"
-msgstr ""
+#: commands/functioncmds.c:522
+#, c-format
+msgid "Removing built-in function \"%s\""
+msgstr "ɾ³ýÄÚ½¨º¯Êý \"%s\""
-#: ../utils/adt/int8.c:695
-msgid "int8 conversion to int4 is out of range"
-msgstr ""
+#: commands/functioncmds.c:560
+#, c-format
+msgid "RemoveFunctionById: couldn't find tuple for function %u"
+msgstr "RemoveFunctionById: ÎÞ·¨ÕÒµ½º¯Êý %u µÄÔª×é"
-#: ../utils/adt/int8.c:731
-msgid "Floating point conversion to int8 is out of range"
-msgstr ""
+#: commands/functioncmds.c:582
+#, c-format
+msgid "RemoveFunctionById: couldn't find pg_aggregate tuple for %u"
+msgstr "RemoveFunctionById: ÎÞ·¨ÕÒµ½ %u µÄ pg_aggregate Ôª×é"
-#: ../utils/adt/geo_ops.c:294
-msgid "Unable to format path"
-msgstr ""
+#: commands/functioncmds.c:614
+#, c-format
+msgid "SetFunctionReturnType: couldn't find tuple for function %u"
+msgstr "SetFunctionreturnType: ÎÞ·¨ÕÒµ½º¯Êý %u µÄÔª×é"
-#: ../utils/adt/geo_ops.c:366
+#: commands/functioncmds.c:619
#, c-format
-msgid "Bad box external representation '%s'"
-msgstr ""
+msgid "SetFunctionReturnType: function %u doesn't return OPAQUE"
+msgstr "SetFunctionReturnType: º¯Êý %u ûÓзµ»Ø OPAQUE"
-#: ../utils/adt/geo_ops.c:825
+#: commands/functioncmds.c:652
#, c-format
-msgid "Bad line external representation '%s'"
-msgstr ""
+msgid "SetFunctionArgType: couldn't find tuple for function %u"
+msgstr "SetFunctionArgType: ÎÞ·¨ÕÒµ½º¯Êý %u µÄÔª×é"
-#: ../utils/adt/geo_ops.c:830 ../utils/adt/geo_ops.c:894
-msgid "line not yet implemented"
-msgstr ""
+#: commands/functioncmds.c:658
+#, c-format
+msgid "SetFunctionArgType: function %u doesn't take OPAQUE"
+msgstr "SetFunctionArgType: º¯Êý %u ûÓÐÈ¡µ½ OPAQUE"
-#: ../utils/adt/geo_ops.c:1221 ../utils/adt/geo_ops.c:1242
+#: commands/functioncmds.c:693 commands/functioncmds.c:891
#, c-format
-msgid "Bad path external representation '%s'"
-msgstr ""
+msgid "source data type %s does not exist"
+msgstr "Ô´Êý¾ÝÀàÐÍ %s ²»´æÔÚ"
-#: ../utils/adt/geo_ops.c:1499
+#: commands/functioncmds.c:698 commands/functioncmds.c:896
#, c-format
-msgid "Bad point external representation '%s'"
-msgstr ""
+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 "Ô´Êý¾ÝÀàÐͺÍÄ¿±êÊý¾ÝÀàÐÍÏàͬ"
-#: ../utils/adt/geo_ops.c:1695
+#: commands/functioncmds.c:706
#, c-format
-msgid "Bad lseg external representation '%s'"
-msgstr ""
+msgid "source data type %s is only a shell"
+msgstr "Ô´Êý¾ÝÀàÐÍ %s Ö»ÊÇÒ»¸ö shell"
-#: ../utils/adt/geo_ops.c:2240
-msgid "dist_lb not implemented"
-msgstr ""
+#: commands/functioncmds.c:710
+#, c-format
+msgid "target data type %s is only a shell"
+msgstr "Ä¿±êÊý¾ÝÀàÐÍ %s Ö»ÊÇÒ»¸ö shell"
-#: ../utils/adt/geo_ops.c:2763
-msgid "close_lb not implemented"
-msgstr ""
+#: commands/functioncmds.c:714
+#, c-format
+msgid "source data type %s is a pseudo-type"
+msgstr "Ô´Êý¾ÝÀàÐÍ %s ÊÇÒ»¸ö pseudo-type"
-#: ../utils/adt/geo_ops.c:3042
-msgid "Unable to create bounding box for empty polygon"
-msgstr ""
+#: commands/functioncmds.c:718
+#, c-format
+msgid "target data type %s is a pseudo-type"
+msgstr "Ä¿±êÊý¾ÝÀàÐÍ %s ÊÇÒ»¸ö pseudo-type"
-#: ../utils/adt/geo_ops.c:3064 ../utils/adt/geo_ops.c:3075
+#: commands/functioncmds.c:723 commands/functioncmds.c:911
#, c-format
-msgid "Bad polygon external representation '%s'"
-msgstr ""
+msgid "must be owner of type %s or type %s"
+msgstr "Ö»ÄÜÊÇÀàÐÍ %s »ò %s µÄËùÓÉÕß"
-#: ../utils/adt/geo_ops.c:3364
-msgid "poly_distance not implemented"
-msgstr ""
+#: commands/functioncmds.c:743
+msgid "cast function must take 1 argument"
+msgstr "ת»»º¯ÊýÖ»ÄÜ´øÒ»¸ö²ÎÊý"
-#: ../utils/adt/geo_ops.c:3443
-msgid "point_div: divide by 0.0 error"
-msgstr ""
+#: commands/functioncmds.c:745
+msgid "argument of cast function must match source data type"
+msgstr "ת»»º¯Êý²ÎÊý±ØÐèÓëÔ´Êý¾ÝÀàÐÍÆ¥Åä"
-#: ../utils/adt/geo_ops.c:3671
-msgid "path_center not implemented"
-msgstr ""
+#: commands/functioncmds.c:747
+msgid "return data type of cast function must match target data type"
+msgstr "ת»»º¯Êý·µ»ØÊý¾ÝÀàÐͱØÐèÓëÄ¿±êÊý¾ÝÀàÐÍÆ¥Åä"
-#: ../utils/adt/geo_ops.c:3686
-msgid "Open path cannot be converted to polygon"
+#: commands/functioncmds.c:755
+msgid "cast function must not be volatile"
msgstr ""
-#: ../utils/adt/geo_ops.c:3852 ../utils/adt/geo_ops.c:3860
-#: ../utils/adt/geo_ops.c:3873 ../utils/adt/geo_ops.c:3877
-#, c-format
-msgid "Bad circle external representation '%s'"
-msgstr ""
+#: commands/functioncmds.c:758
+msgid "cast function must not be an aggregate function"
+msgstr "ת»»º¯Êý²»ÄÜÊÇÒ»¸ö¾Û¼¯º¯Êý"
-#: ../utils/adt/geo_ops.c:3897 ../utils/adt/geo_ops.c:3903
-msgid "Unable to format circle"
-msgstr ""
+#: commands/functioncmds.c:760
+msgid "cast function must not return a set"
+msgstr "ת»»º¯Êý²»ÄÜ·µ»ØÒ»¸ö×éºÏ"
-#: ../utils/adt/geo_ops.c:4383
-msgid "Unable to convert circle to polygon"
-msgstr ""
+#: commands/functioncmds.c:781
+msgid "Must be superuser to create a cast WITHOUT FUNCTION"
+msgstr "Ö»Óг¬¼¶Óû§ÄÜ´´½¨Ò»¸ö·Çº¯ÊýÀàÐ͵Äת»»"
-#: ../utils/adt/geo_ops.c:4417 ../utils/adt/geo_ops.c:4438
-msgid "Unable to convert polygon to circle"
+#: commands/functioncmds.c:794
+msgid "source and target datatypes are not physically compatible"
msgstr ""
-#: ../utils/adt/network.c:66
+#: commands/functioncmds.c:810
#, c-format
-msgid "invalid %s value '%s'"
-msgstr "%s µÄÎÞЧÊýÖµ '%s'"
+msgid "CreateCast: bogus CoercionContext %c"
+msgstr "CreateCast: α CoercionContext %c"
-#: ../utils/adt/network.c:77
+#: commands/functioncmds.c:827
#, c-format
-msgid "invalid CIDR value '%s': has bits set to right of mask"
-msgstr ""
+msgid "cast from data type %s to data type %s already exists"
+msgstr "Êý¾ÝÀàÐÍ %s µ½ Êý¾ÝÀàÐÍ %s µÄת»»ÒѾ´æÔÚ"
-#: ../utils/adt/network.c:129 ../utils/adt/network.c:471
+#: commands/functioncmds.c:904
#, c-format
-msgid "unable to print address (%s)"
-msgstr ""
+msgid "cast from type %s to type %s does not exist"
+msgstr "ÀàÐÍ %s µ½ÀàÐÍ %s µÄת»»²»´æÔÚ"
-#: ../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/functioncmds.c:947
#, c-format
-msgid "unknown address family (%d)"
-msgstr ""
+msgid "could not find tuple for cast %u"
+msgstr "ÎÞ·¨ÕÒµ½×ª»» %u µÄÔª×é"
-#: ../utils/adt/network.c:186
-#, c-format
-msgid "set_masklen - invalid value '%d'"
-msgstr ""
+#: commands/indexcmds.c:94
+msgid "DefineIndex: must specify at least one attribute"
+msgstr "DefineIndex: ±ØÐèÖÁÉÙÖ¸¶¨Ò»¸öÊôÐÔ"
-#: ../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/indexcmds.c:96
#, c-format
-msgid "cannot compare address families %d and %d"
-msgstr "ÎÞ·¨±È½ÏµØÖ·×å %d ºÍ %d"
+msgid "Cannot use more than %d attributes in an index"
+msgstr "ÔÚÒ»¸öË÷ÒýÖв»ÄÜʹÓó¬¹ý %d ¸öÊôÐÔ"
-#: ../utils/adt/network.c:400 ../utils/adt/network.c:431
+#: commands/indexcmds.c:107
#, c-format
-msgid "unable to print host (%s)"
-msgstr ""
+msgid "DefineIndex: relation \"%s\" is not a table"
+msgstr "DefineIndex: ¹Øϵ \"%s\" ²»ÊÇÒ»¸ö±í"
-#: ../utils/adt/network.c:658
+#: commands/indexcmds.c:116
+msgid "Existing indexes are inactive. REINDEX first"
+msgstr "ÏÖ´æµÄË÷ÒýûÓ줻î. ÏÈ REINDEX"
+
+#: commands/indexcmds.c:144
#, c-format
-msgid "convert_network_to_scalar: unsupported type %u"
-msgstr ""
+msgid "DefineIndex: access method \"%s\" not found"
+msgstr "DefineIndex: ´æÈ¡·½·¨ \"%s\" ûÓÐ"
-#: ../utils/adt/sets.c:84
+#: commands/indexcmds.c:150
#, c-format
-msgid "SetDefine: unable to define set %s"
-msgstr ""
+msgid "DefineIndex: access method \"%s\" does not support UNIQUE indexes"
+msgstr "DefineIndex: ´æÈ¡·½·¨ \"%s\" ²»Ö§³Ö UNIQUE Ë÷Òý"
-#: ../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/indexcmds.c:153
+#, c-format
+msgid "DefineIndex: access method \"%s\" does not support multi-column indexes"
+msgstr "DefineIndex: ´æÈ¡·½·¨ \"%s\" ²»Ö§³Ö¶à×Ö¶ÎË÷Òý"
-#: ../utils/adt/selfuncs.c:820
+#: commands/indexcmds.c:208 commands/indexcmds.c:345
#, c-format
-msgid "patternsel: no = operator for type %u"
-msgstr ""
+msgid "DefineIndex: column \"%s\" named in key does not exist"
+msgstr "DefineIndex: ÔÚ¼ü×ÖÖÐÃüÃûµÄ×ֶΠ\"%s\" ²»´æÔÚ"
+
+#: commands/indexcmds.c:231
+msgid "Functional index can only have one attribute"
+msgstr "¹¦ÄÜË÷ÒýÖ»ÄÜÓÐÒ»¸öÊôÐÔ"
-#: ../utils/adt/selfuncs.c:1004 ../utils/adt/selfuncs.c:1081
-#: ../utils/adt/selfuncs.c:1121 ../utils/adt/selfuncs.c:1151
+#: commands/indexcmds.c:235
#, c-format
-msgid "booltestsel: unexpected booltesttype %d"
+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/adt/selfuncs.c:1192 ../utils/adt/selfuncs.c:1247
-#, c-format
-msgid "nulltestsel: unexpected nulltesttype %d"
+#: commands/indexcmds.c:298
+msgid "Cannot use subselect in index predicate"
msgstr ""
-#: ../utils/adt/selfuncs.c:1808
-#, c-format
-msgid "convert_numeric_to_scalar: unsupported type %u"
+#: commands/indexcmds.c:300
+msgid "Cannot use aggregate in index predicate"
msgstr ""
-#: ../utils/adt/selfuncs.c:1999
-#, c-format
-msgid "convert_string_datum: unsupported type %u"
+#: commands/indexcmds.c:307
+msgid "Functions in index predicate must be marked IMMUTABLE"
msgstr ""
-#: ../utils/adt/selfuncs.c:2170
-#, c-format
-msgid "convert_timevalue_to_scalar: unsupported type %u"
+#: 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/adt/selfuncs.c:2562
-msgid "pattern_fixed_prefix: bogus ptype"
+#: commands/indexcmds.c:380
+msgid "DefineIndex: cannot index on a function returning a set"
msgstr ""
-#: ../utils/adt/selfuncs.c:2591
+#: 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 "prefix_selectivity: no >= operator for type %u"
-msgstr ""
+msgid "DefineIndex: attribute \"%s\" not found"
+msgstr "DefineIndex: ÊôÐÔ \"%s\" û·¢ÏÖ"
-#: ../utils/adt/selfuncs.c:2614
+#: commands/indexcmds.c:464
#, c-format
-msgid "prefix_selectivity: no < operator for type %u"
+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/adt/selfuncs.c:2852
-msgid "pattern_selectivity: bogus ptype"
+#: commands/indexcmds.c:495 commands/indexcmds.c:503
+#, c-format
+msgid ""
+"DefineIndex: operator class \"%s\" not supported by access method \"%s\""
msgstr ""
-#: ../utils/adt/selfuncs.c:2881
-msgid "Invalid LC_COLLATE setting"
+#: commands/indexcmds.c:514
+#, c-format
+msgid "operator class \"%s\" does not accept data type %s"
msgstr ""
-#: ../utils/adt/selfuncs.c:3004
+#: commands/indexcmds.c:568
#, c-format
-msgid "string_lessthan: unexpected datatype %u"
+msgid "pg_opclass contains multiple default opclasses for data type %s"
msgstr ""
-#: ../utils/adt/ascii.c:33 gram.y:3028 gram.y:3040
-msgid "Multi-byte support is not enabled"
+#: commands/indexcmds.c:590 commands/indexcmds.c:622 commands/indexcmds.c:665
+#, c-format
+msgid "relation \"%s\" is of type \"%c\""
msgstr ""
-#: ../utils/adt/ascii.c:110
+#: commands/indexcmds.c:619
#, c-format
-msgid "pg_to_ascii(): unsupported encoding from %s"
-msgstr ""
+msgid "index \"%s\" does not exist"
+msgstr "Ë÷Òý \"%s\" ²»´æÔÚ"
-#: ../utils/adt/formatting.c:396
+#: commands/indexcmds.c:630
#, 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"
+"\"%s\" is a system index. call REINDEX under standalone postgres with -O -P "
+"options"
msgstr ""
+"\"%s\" ÊǸöϵͳ±í. ÔÚ´øÓÐ -O -P Ñ¡ÏîÔËÐеĶÀÁ¢ postgres ½ø³Ìϵ÷ÓÃREINDEX"
-#: ../utils/adt/formatting.c:402
+#: commands/indexcmds.c:633
#, 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"
+"\"%s\" is a system index. call REINDEX under standalone postgres with -P -O "
+"options"
msgstr ""
+"\"%s\" ÊǸöϵͳË÷Òý. ÔÚ´øÓÐ -P -O Ñ¡ÏîÔËÐеĶÀÁ¢ postgres ½ø³Ìϵ÷ÓÃREINDEX"
-#: ../utils/adt/formatting.c:982
-msgid "to_char/to_number(): '9' must be ahead of 'PR'."
-msgstr ""
+#: commands/indexcmds.c:648
+#, c-format
+msgid "index \"%s\" wasn't reindexed"
+msgstr "Ë÷Òý \"%s\" û±»ÖØÐÂË÷Òý"
-#: ../utils/adt/formatting.c:999
-msgid "to_char/to_number(): '0' must be ahead of 'PR'."
-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 ½ø³Ìϵ÷ÓÃ"
+
+#: commands/indexcmds.c:778
+#, c-format
+msgid "relation %u was reindexed"
+msgstr "¹Øϵ %u ±»ÖØÐÂË÷Òý"
+
+#: commands/lockcmds.c:65
+#, c-format
+msgid "LOCK TABLE: %s is not a table"
+msgstr "LOCK TABLE: %s ²»ÊÇÒ»¸ö±í"
-#: ../utils/adt/formatting.c:1026
-msgid "to_char/to_number(): not unique decimal point."
-msgstr ""
+#: commands/opclasscmds.c:88
+#, c-format
+msgid "DefineOpClass: access method \"%s\" not found"
+msgstr "DefineOpClass: ´æÈ¡·½·¨ \"%s\" û·¢ÏÖ"
-#: ../utils/adt/formatting.c:1031 ../utils/adt/formatting.c:1118
-msgid "to_char/to_number(): can't use 'V' and decimal poin together."
+#: commands/opclasscmds.c:107
+msgid "Must be superuser to create an operator class"
msgstr ""
-#: ../utils/adt/formatting.c:1044
-msgid "to_char/to_number(): not unique 'S'."
+#: commands/opclasscmds.c:146
+#, c-format
+msgid "DefineOpClass: invalid operator number %d, must be between 1 and %d"
msgstr ""
-#: ../utils/adt/formatting.c:1049
-msgid "to_char/to_number(): can't use 'S' and 'PL'/'MI'/'SG'/'PR' together."
+#: commands/opclasscmds.c:150
+#, c-format
+msgid "DefineOpClass: operator number %d appears more than once"
msgstr ""
-#: ../utils/adt/formatting.c:1071
-msgid "to_char/to_number(): can't use 'S' and 'MI' together."
+#: commands/opclasscmds.c:167
+#, c-format
+msgid "DefineOpClass: Operator '%s' for types '%s' and '%s' does not exist"
msgstr ""
-#: ../utils/adt/formatting.c:1080
-msgid "to_char/to_number(): can't use 'S' and 'PL' together."
-msgstr ""
+#: commands/opclasscmds.c:183
+#, c-format
+msgid "DefineOpClass: invalid procedure number %d, must be between 1 and %d"
+msgstr "DefineOpClass: ÎÞЧµÄ¹ý³ÌºÅ %d, ±ØÐèÔÚ 1 µ½ %d Ö®¼ä"
-#: ../utils/adt/formatting.c:1089
-msgid "to_char/to_number(): can't use 'S' and 'SG' together."
-msgstr ""
+#: commands/opclasscmds.c:187
+#, c-format
+msgid "DefineOpClass: procedure number %d appears more than once"
+msgstr "DefineOpClass: ¹ý³ÌºÅ %d ³öÏÖ¹ý¶à´Î"
-#: ../utils/adt/formatting.c:1099
-msgid "to_char/to_number(): can't use 'PR' and 'S'/'PL'/'MI'/'SG' together."
-msgstr ""
+#: commands/opclasscmds.c:200
+msgid "DefineOpClass: storage type specified more than once"
+msgstr "DefineOpClass: ´æ´¢ÀàÐÍÖ¸¶¨Á˶à´Î"
-#: ../utils/adt/formatting.c:1125
-msgid "to_char/to_number(): 'E' is not supported."
-msgstr ""
+#: commands/opclasscmds.c:204
+#, c-format
+msgid "DefineOpClass: bogus item type %d"
+msgstr "DefineOpClass: αÏîÄ¿ÀàÐÍ %d"
-#: ../utils/adt/formatting.c:1149
-msgid "to_char/number(): run parser."
+#: commands/opclasscmds.c:226
+#, c-format
+msgid "Storage type may not be different from datatype for access method %s"
msgstr ""
-#: ../utils/adt/formatting.c:1348
-msgid "to_from-char(): DUMP FORMAT"
+#: commands/opclasscmds.c:242
+#, c-format
+msgid "Operator class \"%s\" already exists for access method \"%s\""
msgstr ""
-#: ../utils/adt/formatting.c:1353
+#: commands/opclasscmds.c:266
#, c-format
-msgid "%d:\t NODE_TYPE_ACTION '%s'\t(%s,%s)"
+msgid ""
+"Can't add class \"%s\" as default for type %s\n"
+"\tclass \"%s\" already is the default"
msgstr ""
-#: ../utils/adt/formatting.c:1356
+#: commands/opclasscmds.c:474
#, c-format
-msgid "%d:\t NODE_TYPE_CHAR '%c'"
-msgstr ""
+msgid "RemoveOpClass: access method \"%s\" not found"
+msgstr "RemoveOpClass: ´æÈ¡·½·¨ \"%s\" û·¢ÏÖ"
-#: ../utils/adt/formatting.c:1359
+#: commands/opclasscmds.c:501 commands/opclasscmds.c:509
#, c-format
-msgid "%d:\t NODE_TYPE_END"
+msgid ""
+"RemoveOpClass: operator class \"%s\" not supported by access method \"%s\""
msgstr ""
-#: ../utils/adt/formatting.c:1363
+#: commands/opclasscmds.c:553
#, c-format
-msgid "%d:\t UnKnown NODE !!!"
+msgid "RemoveOpClassById: couldn't find pg_class entry %u"
msgstr ""
-#: ../utils/adt/formatting.c:1388
-#, c-format
-msgid "get_th: '%s' is not number."
+#: commands/operatorcmds.c:103
+msgid "setof type not implemented for leftarg"
msgstr ""
-#: ../utils/adt/formatting.c:1556
-msgid "TO-FROM_CHAR: Dump KeyWord Index:"
+#: commands/operatorcmds.c:109
+msgid "setof type not implemented for rightarg"
msgstr ""
-#: ../utils/adt/formatting.c:1562
+#: commands/operatorcmds.c:135
#, c-format
-msgid "\t%c: %s, "
-msgstr ""
+msgid "DefineOperator: attribute \"%s\" not recognized"
+msgstr "DefineOperator: ÊôÐÔ \"%s\" ²»±»ÈÏ¿É"
-#: ../utils/adt/formatting.c:1568
+#: commands/operatorcmds.c:144
+msgid "Define: \"procedure\" unspecified"
+msgstr "Define: \"procedure\" δ±»Ö¸¶¨"
+
+#: commands/operatorcmds.c:215
#, c-format
-msgid "\t(%d) %c %d"
+msgid "RemoveOperator: failed to find tuple for operator '%s'"
msgstr ""
-#: ../utils/adt/formatting.c:1571
+#: commands/operatorcmds.c:251
#, c-format
-msgid ""
-"\n"
-"\t\tUsed positions: %d,\n"
-"\t\tFree positions: %d"
+msgid "RemoveOperatorById: failed to find tuple for operator %u"
msgstr ""
-#: ../utils/adt/formatting.c:1644
-msgid "to_timestamp(): bad AM/PM string"
+#: commands/portalcmds.c:59 commands/portalcmds.c:62
+msgid "PerformCursorOpen: unexpected rewrite result"
msgstr ""
-#: ../utils/adt/formatting.c:1971
-msgid "to_timestamp(): TZ/tz not supported."
+#: 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/adt/formatting.c:1979
+#: commands/portalcmds.c:133
#, c-format
-msgid "to_timestamp(): bad value for %s"
+msgid "PerformPortalFetch: portal \"%s\" not found"
+msgstr "PerformPortalFetch: Èë¿Ú \"%s\" û·¢ÏÖ"
+
+#: commands/portalcmds.c:262
+msgid "DoPortalFetch: bogus direction"
msgstr ""
-#: ../utils/adt/formatting.c:2585 ../utils/adt/formatting.c:3171
-#, c-format
-msgid "Cache is full (%d)"
+#: 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/adt/formatting.c:2593 ../utils/adt/formatting.c:3189
+#: commands/portalcmds.c:488
#, c-format
-msgid "OLD: '%s' AGE: %d"
-msgstr ""
+msgid "PerformPortalClose: portal \"%s\" not found"
+msgstr "PerformPortalClose: Èë¿Ú \"%s\" û·¢ÏÖ"
-#: ../utils/adt/formatting.c:2604 ../utils/adt/formatting.c:3201
+#: commands/portalcmds.c:518
#, c-format
-msgid "NEW (%d)"
-msgstr ""
+msgid "Closing pre-existing portal \"%s\""
+msgstr "¹Ø±ÕÔ¤´æÔÚµÄÈë¿Ú \"%s\""
-#: ../utils/adt/formatting.c:2766 ../utils/adt/formatting.c:2790
-msgid "to_char(): Unable to convert timestamp to tm"
+#: commands/prepare.c:67
+msgid "No statement name given"
msgstr ""
-#: ../utils/adt/formatting.c:2963
-msgid "to_timestamp(): AM/PM hour must be between 1 and 12"
-msgstr ""
+#: commands/prepare.c:70
+#, fuzzy
+msgid "Utility statements cannot be prepared"
+msgstr "δʵÏÖÌõ¼þ¹¤¾ßÓï¾ä"
-#: ../utils/adt/formatting.c:3073
-msgid "to_timestamp() cat't convert yday without year information"
+#: commands/prepare.c:145 commands/prepare.c:453
+msgid "INTO clause specified for non-SELECT query"
msgstr ""
-#: ../utils/adt/formatting.c:3101
-msgid "to_timestamp(): can't convert 'tm' to timestamp."
-msgstr ""
+#: 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\" ÒѾ´æÔÚ"
-#: ../utils/adt/formatting.c:3251
+#: commands/prepare.c:304
#, c-format
-msgid "REMOVING ENTRY (%s)"
+msgid "Unable to store prepared statement \"%s\"!"
msgstr ""
-#: ../utils/adt/formatting.c:3485
-msgid "CALL: get_last_relevant_decnum()"
-msgstr ""
+#: commands/prepare.c:331 commands/prepare.c:348
+#, fuzzy, c-format
+msgid "Prepared statement with name \"%s\" does not exist"
+msgstr "RenameRewriteRule: ¹æÔò \"%s\" ²»´æÔÚ"
-#: ../utils/adt/formatting.c:3510
-msgid " --- scan start --- "
-msgstr ""
+#: commands/proclang.c:61
+msgid ""
+"Only users with superuser privilege are permitted to create procedural "
+"languages"
+msgstr "Ö»ÓÐÓг¬¼¶Óû§È¨ÏÞµÄÓû§²Å±»ÔÊÐíÔö¼Ó¹ý³ÌÓïÑÔ"
-#: ../utils/adt/formatting.c:3531
+#: commands/proclang.c:73
#, c-format
-msgid "Try read sign (%c)."
-msgstr ""
+msgid "Language %s already exists"
+msgstr "ÓïÑÔ %s ÒѾ´æÔÚ"
-#: ../utils/adt/formatting.c:3543
+#: commands/proclang.c:82
#, c-format
-msgid "Try read locale sign (%c)."
-msgstr ""
+msgid "function %s() doesn't exist"
+msgstr "º¯Êý %s() ²»´æÔÚ"
-#: ../utils/adt/formatting.c:3562
+#: commands/proclang.c:94
#, c-format
-msgid "Try read sipmle sign (%c)."
+msgid ""
+"CreateProceduralLanguage: changing return type of function %s() from OPAQUE "
+"to LANGUAGE_HANDLER"
msgstr ""
-#: ../utils/adt/formatting.c:3603
+#: commands/proclang.c:99
#, c-format
-msgid "Read digit (%c)."
-msgstr ""
+msgid "CreateProceduralLanguage: function %s() must return LANGUAGE_HANDLER"
+msgstr "CreateProceduralLanguage: º¯Êý %s() ±ØÐè·µ»Ø LANGUAGE_HANDLER"
-#: ../utils/adt/formatting.c:3614
+#: commands/proclang.c:109
#, c-format
-msgid "Try read decimal point (%c)."
-msgstr ""
+msgid "function %s(oid) doesn't exist"
+msgstr "º¯Êý %s(oid) ²»´æÔÚ"
-#: ../utils/adt/formatting.c:3629
-#, c-format
-msgid "Try read locale point (%c)."
-msgstr ""
+#: commands/proclang.c:183
+msgid ""
+"Only users with superuser privilege are permitted to drop procedural "
+"languages"
+msgstr "Ö»ÓÐÓг¬¼¶Óû§È¨ÏÞµÄÓû§²Å±»ÔÊÐíɾ³ý¹ý³ÌÓïÑÔ"
-#: ../utils/adt/formatting.c:3662
+#: commands/proclang.c:196
#, c-format
-msgid "SIGN_WROTE: %d, CURRENT: %d, NUMBER_P: '%s', INOUT: '%s'"
-msgstr ""
+msgid "Language %s doesn't exist"
+msgstr "ÓïÑÔ %s ²»´æÔÚ"
-#: ../utils/adt/formatting.c:3677
+#: commands/proclang.c:225
#, c-format
-msgid "Writing sign to position: %d"
-msgstr ""
+msgid "DropProceduralLanguageById: language %u not found"
+msgstr "DropProceduralLanguageById: ÓïÑÔ %u û·¢ÏÖ"
-#: ../utils/adt/formatting.c:3721
+#: commands/schemacmds.c:79
#, c-format
-msgid "Writing bracket to position %d"
+msgid ""
+"CREATE SCHEMA: permission denied\n"
+"\t\"%s\" is not a superuser, so cannot create a schema for \"%s\""
msgstr ""
+"CREATE SCHEMA: ȨÏÞ²»¹»\n"
+"\t\"%s\" ²»Êdz¬¼¶Óû§, Òò´Ë²»ÄÜΪ \"%s\" ´´½¨´ó¸Ù"
-#: ../utils/adt/formatting.c:3744
+#: commands/schemacmds.c:92
#, c-format
-msgid "Writing blank space to position %d"
-msgstr ""
+msgid ""
+"CREATE SCHEMA: Illegal schema name: \"%s\" -- pg_ is reserved for system "
+"schemas"
+msgstr "CREATE SCHEMA: ²»ºÏ¹æ¶¨µÄ´ó¸ÙÃû×Ö: \"%s\" -- pg_ ÊDZ£Áô¸øϵͳ´ó¸ÙµÄ"
-#: ../utils/adt/formatting.c:3760
-#, c-format
-msgid "Writing zero to position %d"
+#: commands/schemacmds.c:162
+msgid "Schema name may not be qualified"
msgstr ""
-#: ../utils/adt/formatting.c:3779
+#: commands/schemacmds.c:169
#, c-format
-msgid "Writing decimal point to position %d"
-msgstr ""
+msgid "Schema \"%s\" does not exist"
+msgstr "´ó¸Ù \"%s\" ²»´æÔÚ"
-#: ../utils/adt/formatting.c:3833
+#: commands/schemacmds.c:206
#, c-format
-msgid "Writing digit '%c' to position %d"
-msgstr ""
+msgid "RemoveSchemaById: schema %u not found"
+msgstr "RemoveSchemaById: ´ó¸Ù %u û·¢ÏÖ"
-#: ../utils/adt/formatting.c:3876
-msgid "to_number(): RN is not supported"
-msgstr ""
+#: commands/sequence.c:208
+msgid "DefineSequence: ReadBuffer failed"
+msgstr "DefineSequence: ReadBuffer ʧ°Ü"
-#: ../utils/adt/formatting.c:3999
+#: commands/sequence.c:335
#, c-format
-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 ""
+msgid "%s.nextval: you don't have permissions to set sequence %s"
+msgstr "%s.nextval: ÄãûÓÐȨÏÞÉèÖÃÐòÁÐ %s"
-#: ../utils/adt/formatting.c:4261
+#: commands/sequence.c:410
#, c-format
-msgid "TO_NUMBER (number): '%s'"
-msgstr ""
+msgid "%s.nextval: reached MAXVALUE (%s)"
+msgstr "%s.nextval: ÒÑ´ïµ½×î´óÖµ (%s)"
-#: ../utils/adt/pg_locale.c:89
+#: commands/sequence.c:431
#, 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 "%s.nextval: reached MINVALUE (%s)"
+msgstr "%s.nextval: ÒÑ´ïµ½×îСֵ (%s)"
-#: ../utils/adt/pg_locale.c:98
+#: commands/sequence.c:521
#, 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 ""
+msgid "%s.currval: you don't have permissions to read sequence %s"
+msgstr "%s.currval: ÄãûÓÐȨÏÞ¶ÁÈ¡ÐòÁÐ %s"
-#: ../utils/adt/pg_locale.c:123
+#: commands/sequence.c:525
#, c-format
-msgid "pg_setlocale(): 'LC_COLLATE=%s' cannot be honored."
-msgstr ""
+msgid "%s.currval is not yet defined in this session"
+msgstr "ÔÚ´ËÆÚ¼ä %s.currval ÈÔû±»¶¨Òå"
-#: ../utils/adt/pg_locale.c:127
+#: commands/sequence.c:560
#, c-format
-msgid "pg_setlocale(): 'LC_CTYPE=%s' cannot be honored."
-msgstr ""
+msgid "%s.setval: you don't have permissions to set sequence %s"
+msgstr "%s.setval: ÄãûÓÐȨÏÞÉèÖÃÐòÁÐ %s"
-#: ../utils/adt/pg_locale.c:131
+#: commands/sequence.c:575
#, c-format
-msgid "pg_setlocale(): 'LC_NUMERIC=%s' cannot be honored."
-msgstr ""
+msgid "%s.setval: value %s is out of bounds (%s,%s)"
+msgstr "%s.setval: Öµ %s ³¬¹ý·¶Î§ (%s,%s)"
-#: ../utils/adt/pg_locale.c:135
+#: commands/sequence.c:701
#, c-format
-msgid "pg_setlocale(): 'LC_TIME=%s' cannot be honored."
-msgstr ""
+msgid "%s.%s: %s is not a sequence"
+msgstr "%s.%s: %s ²»ÊÇÒ»¸öÐòÁÐ"
-#: ../utils/adt/pg_locale.c:139
+#: commands/sequence.c:719
+msgid "Memory exhausted in init_sequence"
+msgstr "init_sequence ÖÐÄÚ´æÓþ¡"
+
+#: commands/sequence.c:747
#, c-format
-msgid "pg_setlocale(): 'LC_MONETARY=%s' cannot be honored."
-msgstr ""
+msgid "%s.%s: invalid number of blocks in sequence"
+msgstr "%s.%s: ÔÚÐòÁÐÖÐÎÞЧµÄ¿é¸öÊý"
-#: ../utils/adt/pg_locale.c:144
+#: commands/sequence.c:752
#, c-format
-msgid "pg_setlocale(): 'LC_MESSAGES=%s' cannot be honored."
-msgstr ""
+msgid "%s.%s: ReadBuffer failed"
+msgstr "%s.%s: ReadBuffer ʧ°Ü"
-#: ../utils/adt/arrayfuncs.c:157
+#: commands/sequence.c:761
#, c-format
-msgid "array_in: more than %d dimensions"
+msgid "%s.%s: bad magic (%08X)"
msgstr ""
-#: ../utils/adt/arrayfuncs.c:160 ../utils/adt/arrayfuncs.c:169
-msgid "array_in: missing dimension value"
-msgstr ""
+#: commands/sequence.c:795
+msgid "DefineSequence: INCREMENT BY defined twice"
+msgstr "DefineSequence: INCREMENT BY ¶¨ÒåÁËÁ½´Î"
-#: ../utils/adt/arrayfuncs.c:177
-msgid "array_in: missing ']' in array declaration"
-msgstr ""
+#: commands/sequence.c:801
+msgid "DefineSequence: LAST VALUE defined twice"
+msgstr "DefineSequence: LAST VALUE ¶¨ÒåÁËÁ½´Î"
-#: ../utils/adt/arrayfuncs.c:182
-msgid "array_in: upper_bound cannot be < lower_bound"
-msgstr ""
+#: commands/sequence.c:807
+msgid "DefineSequence: MAX VALUE defined twice"
+msgstr "DefineSequence: MAX VALUE ¶¨ÒåÁËÁ½´Î"
-#: ../utils/adt/arrayfuncs.c:191
-msgid "array_in: Need to specify dimension"
-msgstr ""
+#: commands/sequence.c:813
+msgid "DefineSequence: MIN VALUE defined twice"
+msgstr "DefineSequence: MIN VALUE ¶¨ÒåÁËÁ½´Î"
-#: ../utils/adt/arrayfuncs.c:200
-msgid "array_in: missing assignment operator"
-msgstr ""
+#: commands/sequence.c:819
+msgid "DefineSequence: CACHE defined twice"
+msgstr "DefineSequence: CACHE ¶¨ÒåÁËÁ½´Î"
-#: ../utils/adt/arrayfuncs.c:226
-msgid "array_in: missing left brace"
-msgstr ""
+#: commands/sequence.c:825
+msgid "DefineSequence: CYCLE defined twice"
+msgstr "DefineSequence: CYCLE ¶¨ÒåÁËÁ½´Î"
-#: ../utils/adt/arrayfuncs.c:291
+#: commands/sequence.c:830
#, c-format
-msgid "malformed array constant: %s"
-msgstr ""
+msgid "DefineSequence: option \"%s\" not recognized"
+msgstr "DefineSequence: Ñ¡Ïî \"%s\" ²»±»ÈÏ¿É"
-#: ../utils/adt/arrayfuncs.c:414 ../utils/adt/arrayfuncs.c:449
-msgid "array_in: illformed array constant"
-msgstr ""
+#: commands/sequence.c:837
+msgid "DefineSequence: can't INCREMENT by 0"
+msgstr "DefineSequence: ²»ÄÜÔÚ 0 ֮ǰ INCREMENT"
-#: ../utils/adt/arrayfuncs.c:851
-msgid "Slices of fixed-length arrays not implemented"
-msgstr ""
+#: commands/sequence.c:866
+#, c-format
+msgid "DefineSequence: MINVALUE (%s) must be less than MAXVALUE (%s)"
+msgstr "DefineSequence: MINVALUE (%s) ±ØÐèСÓÚ MAXVALUE (%s)"
-#: ../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/sequence.c:887
+#, c-format
+msgid "DefineSequence: START value (%s) can't be less than MINVALUE (%s)"
+msgstr "DefineSequence: START Öµ (%s) ²»ÄÜСÓÚ MINVALUE (%s)"
-#: ../utils/adt/arrayfuncs.c:1130
-msgid "Updates on slices of fixed-length arrays not implemented"
-msgstr ""
+#: commands/sequence.c:897
+#, c-format
+msgid "DefineSequence: START value (%s) can't be greater than MAXVALUE (%s)"
+msgstr "DefineSequence: START Öµ (%s) ²»ÄÜ´óÓÚ MAXVALUE (%s)"
-#: ../utils/adt/arrayfuncs.c:1183
-msgid "Source array too small"
-msgstr ""
+#: commands/sequence.c:908
+#, c-format
+msgid "DefineSequence: CACHE (%s) can't be <= 0"
+msgstr "DefineSequence: CACHE (%s) ²»ÄÜСÓÚµÈÓÚ 0"
-#: ../utils/adt/arrayfuncs.c:1314
+#: commands/sequence.c:928
#, c-format
-msgid "array_map: invalid nargs: %d"
-msgstr ""
+msgid "seq_redo: unknown op code %u"
+msgstr "seq_redo: δ֪µÄ op ´úÂë %u"
-#: ../utils/adt/arrayfuncs.c:1316
-msgid "array_map: null input array"
-msgstr ""
+#: commands/sequence.c:936
+#, c-format
+msgid "seq_redo: can't read block of %u/%u"
+msgstr "seq_redo: ²»ÄܶÁÈ¡ %u/%u µÄ¿é"
-#: ../utils/adt/arrayfuncs.c:1360
-msgid "array_map: cannot handle NULL in array"
-msgstr ""
+#: commands/sequence.c:952
+msgid "seq_redo: failed to add item to page"
+msgstr "seq_redo: Ôö¼ÓÏîÄ¿µ½Ò³Ê§°Ü"
-#: ../utils/adt/arrayfuncs.c:1538
+#: 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 "array_out: Cache lookup failed for type %u"
-msgstr ""
+msgid "TRUNCATE cannot be used on sequences. '%s' is a sequence"
+msgstr "²»ÄÜÔÚÐòÁÐÉÏʹÓà TRUNCATE. '%s' ÊÇÒ»¸öÐòÁÐ"
-#: ../utils/adt/format_type.c:126 ../utils/adt/format_type.c:143
+#: commands/tablecmds.c:382
#, c-format
-msgid "could not locate data type with oid %u in catalog"
-msgstr ""
+msgid "TRUNCATE cannot be used on views. '%s' is a view"
+msgstr "²»ÄÜÔÚÊÓͼÉÏʹÓà TRUNCATE. '%s' ÊÇÒ»¸öÊÓͼ"
-#: ../utils/adt/varbit.c:103 ../utils/adt/varbit.c:219
+#: commands/tablecmds.c:385
#, c-format
-msgid "bit string length does not match type bit(%d)"
-msgstr ""
+msgid "TRUNCATE can only be used on tables. '%s' is not a table"
+msgstr "TRUNCATE Ö»Äܱ»ÓÃÓÚ±íÉÏ. '%s' ²»ÊÇÒ»¸ö±í"
-#: ../utils/adt/varbit.c:124 ../utils/adt/varbit.c:332
+#: commands/tablecmds.c:391
#, c-format
-msgid "cannot parse %c as a binary digit"
-msgstr ""
+msgid "TRUNCATE cannot be used on system tables. '%s' is a system table"
+msgstr "²»ÄÜÔÚϵͳ±íÉÏʹÓà TRUNCATE. '%s' ÊÇÒ»¸öϵͳ±í"
-#: ../utils/adt/varbit.c:145 ../utils/adt/varbit.c:353
+#: commands/tablecmds.c:402
+msgid "TRUNCATE cannot be used on temp tables of other processes"
+msgstr "TRUNCATE ²»ÄÜÓÃÓÚÆäËû³ÌÐòµÄÁÙʱ±íÉÏ"
+
+#: commands/tablecmds.c:426
#, c-format
-msgid "cannot parse %c as a hex digit"
+msgid ""
+"TRUNCATE cannot be used as table %s references this one via foreign key "
+"constraint %s"
msgstr ""
-#: ../utils/adt/varbit.c:311 ../utils/adt/varbit.c:426
+#: commands/tablecmds.c:537
#, c-format
-msgid "bit string too long for type bit varying(%d)"
-msgstr ""
+msgid "CREATE TABLE: attribute \"%s\" duplicated"
+msgstr "CREATE TABLE: ÊôÐÔ \"%s\" ±»¸´ÖÆ"
-#: ../utils/adt/varbit.c:819
-msgid "cannot AND bit strings of different sizes"
-msgstr ""
+#: commands/tablecmds.c:560
+#, c-format
+msgid "CREATE TABLE: inherited relation \"%s\" is not a table"
+msgstr "CREATE TABLE: ¼Ì³Ð¹Øϵ \"%s\" ²»ÊÇÒ»¸ö±í"
-#: ../utils/adt/varbit.c:857
-msgid "cannot OR bit strings of different sizes"
-msgstr ""
+#: commands/tablecmds.c:564
+#, c-format
+msgid "CREATE TABLE: cannot inherit from temp relation \"%s\""
+msgstr "CREATE TABLE: ÎÞ·¨´ÓÁÙʱ¹Øϵ \"%s\" ¼Ì³Ð"
-#: ../utils/adt/varbit.c:901
-msgid "cannot XOR bit strings of different sizes"
-msgstr ""
+#: commands/tablecmds.c:579
+#, c-format
+msgid "CREATE TABLE: inherited relation \"%s\" duplicated"
+msgstr "CREATE TABLE: ¼Ì³Ð¹Øϵ \"%s\" ±»¸´ÖÆ"
-#: ../utils/adt/varbit.c:1116
-msgid "bit string is too large to fit in type integer"
-msgstr ""
+#: commands/tablecmds.c:631
+#, c-format
+msgid ""
+"CREATE TABLE: merging multiple inherited definitions of attribute \"%s\""
+msgstr "CREATE TABLE: ºÏ²¢ÊôÐÔ \"%s\" µÄ¶à¸ö¼Ì³Ð¶¨Òå"
-#: ../utils/adt/varbit.c:1204
+#: commands/tablecmds.c:636
#, c-format
-msgid "S. %d %d em=%2x sm=%2x r=%d"
-msgstr ""
+msgid "CREATE TABLE: inherited attribute \"%s\" type conflict (%s and %s)"
+msgstr "CREATE TABLE: ¼Ì³ÐÊôÐÔ \"%s\" ÀàÐͳåÍ» (%s ºÍ %s)"
+
+#: commands/tablecmds.c:782
+#, c-format
+msgid "CREATE TABLE: merging attribute \"%s\" with inherited definition"
+msgstr "CREATE TABLE: ºÏ²¢ÊôÐÔ \"%s\" Á¬Í¬¼Ì³Ð¶¨Òå"
+
+#: commands/tablecmds.c:787
+#, c-format
+msgid "CREATE TABLE: attribute \"%s\" type conflict (%s and %s)"
+msgstr "CREATE TABLE: ÊôÐÔ \"%s\" ÀàÐͳåÍ» (%s ºÍ %s)"
-#: ../utils/adt/pgstatfuncs.c:186
+#: commands/tablecmds.c:825
+#, c-format
msgid ""
-"pg_stat_get_backend_idset: called in context that does not accept a set "
-"result"
+"CREATE TABLE: attribute \"%s\" inherits conflicting default values\n"
+"\tTo resolve the conflict, specify a default explicitly"
msgstr ""
+"CREATE TABLE: ÊôÐÔ \"%s\" ¼Ì³ÐÓëĬÈÏÖµ³åÍ»\n"
+"\tÒª½â¾ö³åÍ», Ö¸¶¨Ã÷È·µÄĬÈÏÖµ"
-#: ../utils/adt/pgstatfuncs.c:191
-msgid "No function memory context in set-function"
-msgstr ""
+#: commands/tablecmds.c:1067
+#, c-format
+msgid "setRelhassubclassInRelation: cache lookup failed for relation %u"
+msgstr "setRelhassubclassInRelation: Ϊ¹Øϵ %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../utils/adt/regexp.c:144
+#: commands/tablecmds.c:1122
#, c-format
-msgid "Invalid regular expression: %s"
-msgstr ""
+msgid "renameatt: class \"%s\" is a system catalog"
+msgstr "renameatt: Àà \"%s\" ÊÇÒ»¸öϵͳ±í"
+
+#: commands/tablecmds.c:1168
+#, c-format
+msgid "Inherited attribute \"%s\" must be renamed in child tables too"
+msgstr "ÔÚ×Ó±íÖм̳ÐÊôÐÔ \"%s\" Ò²±ØÐèÖØÃüÃû"
+
+#: commands/tablecmds.c:1176
+#, c-format
+msgid "renameatt: attribute \"%s\" does not exist"
+msgstr "renameatt: ÊôÐÔ \"%s\" ²»´æÔÚ"
+
+#: commands/tablecmds.c:1181
+#, c-format
+msgid "renameatt: system attribute \"%s\" may not be renamed"
+msgstr "renameatt: ϵͳÊôÐÔ \"%s\" ²»Äܱ»ÖØÃüÃû"
+
+#: commands/tablecmds.c:1189
+#, c-format
+msgid "renameatt: inherited attribute \"%s\" may not be renamed"
+msgstr "renameatt: ¼Ì³ÐÊôÐÔ \"%s\" ²»Äܱ»ÖØÃüÃû"
+
+#: commands/tablecmds.c:1198
+#, c-format
+msgid "renameatt: attribute \"%s\" exists"
+msgstr "renameatt: ÊôÐÔ \"%s\" ÒÑ´æÔÚ"
-#: ../utils/adt/regproc.c:61
+#: commands/tablecmds.c:1228
#, c-format
-msgid "No procedure with oid %s"
-msgstr ""
+msgid "renameatt: can't find index id %u"
+msgstr "renameatt: ÎÞ·¨ÕÒµ½Ë÷Òý id %u"
-#: ../utils/adt/regproc.c:128
+#: commands/tablecmds.c:1313
#, c-format
-msgid ""
-"There is more than one procedure named %s.\n"
-"\tSupply the pg_proc oid inside single quotes."
-msgstr ""
+msgid "renamerel: system relation \"%s\" may not be renamed"
+msgstr "renamerel: ϵͳ¹Øϵ \"%s\" ²»Äܱ»ÖØÃüÃû"
-#: ../utils/adt/regproc.c:130
+#: commands/tablecmds.c:1329
#, c-format
-msgid "No procedure with name %s"
-msgstr ""
+msgid "renamerel: relation \"%s\" does not exist"
+msgstr "renamerel: ¹Øϵ \"%s\" ²»´æÔÚ"
-#: ../utils/fmgr/dfmgr.c:98
+#: commands/tablecmds.c:1333
#, c-format
-msgid "stat failed on file '%s': %m"
-msgstr "¼ì²âÎļþ '%s' µÄ״̬ʧ°Ü: %m"
-
-#: ../utils/fmgr/dfmgr.c:115
-msgid "Out of memory in load_external_function"
-msgstr ""
+msgid "renamerel: relation \"%s\" exists"
+msgstr "renamerel: ¹Øϵ \"%s\" ÒÑ´æÔÚ"
-#: ../utils/fmgr/dfmgr.c:128
+#: 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 "Load of file %s failed: %s"
-msgstr "×°ÔØÎļþ %s ʧ°Ü: %s"
+msgid "ALTER TABLE: relation \"%s\" is not a table"
+msgstr "ALTER TABLE: ¹Øϵ \"%s\" ²»ÊÇÒ»¸ö±í"
-#: ../utils/fmgr/dfmgr.c:155
+#: 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 "Can't find function %s in file %s"
-msgstr ""
+msgid "ALTER TABLE: relation \"%s\" is a system catalog"
+msgstr "ALTER TABLE: ¹Øϵ \"%s\" ÊÇÒ»¸öϵͳ±í"
-#: ../utils/fmgr/dfmgr.c:185
+#: commands/tablecmds.c:1695
#, c-format
-msgid "LOAD: could not open file '%s': %m"
-msgstr ""
+msgid "ALTER TABLE: child table \"%s\" has different type for column \"%s\""
+msgstr "ALTER TABLE: ×Ó±í \"%s\" µÄ×ֶΠ\"%s\" Óв»Í¬µÄÀàÐÍ"
-#: ../utils/fmgr/dfmgr.c:240
+#: commands/tablecmds.c:1703
#, c-format
-msgid "stat failed on %s: %s"
-msgstr "̽²â %s ״̬ʧ°Ü: %s"
+msgid "ALTER TABLE: merging definition of column \"%s\" for child %s"
+msgstr "ALTER TABLE: ºÏ²¢×Ó±í %2$s ×ֶΠ\"%1$s\" µÄ¶¨Òå"
-#: ../utils/fmgr/dfmgr.c:335
-msgid "invalid macro name in dynamic library path"
-msgstr ""
+#: commands/tablecmds.c:1733
+msgid "Attribute must be added to child tables too"
+msgstr "ÊôÐÔÒ²±ØÐè¼ÓÈëµ½×Ó±íÖÐ"
-#: ../utils/fmgr/dfmgr.c:385
-msgid "zero length dynamic_library_path component"
+#: 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/fmgr/dfmgr.c:396
-msgid "dynamic_library_path component is not absolute"
+#: 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/fmgr/dfmgr.c:403
+#: commands/tablecmds.c:1763 commands/tablecmds.c:3968
#, c-format
-msgid "find_in_dynamic_libpath: trying %s"
-msgstr ""
+msgid "ALTER TABLE: relation \"%s\" not found"
+msgstr "ALTER TABLE: ¹Øϵ \"%s\" û·¢ÏÖ"
-#: ../utils/fmgr/fmgr.c:172
+#: commands/tablecmds.c:1775
#, c-format
-msgid "fmgr_info: function %u: cache lookup failed"
-msgstr ""
+msgid "ALTER TABLE: column name \"%s\" already exists in table \"%s\""
+msgstr "ALTER TABLE: ÔÚ±í \"%2$s\" ÖÐ×Ö¶ÎÃû \"%1$s\" ÒѾ´æÔÚ"
-#: ../utils/fmgr/fmgr.c:205
+#: commands/tablecmds.c:1781
#, c-format
-msgid "fmgr_info: function %s not in internal table"
+msgid "ALTER TABLE: relations limited to %d columns"
msgstr ""
-#: ../utils/fmgr/fmgr.c:252
+#: commands/tablecmds.c:1956 commands/tablecmds.c:2090
+#: commands/tablecmds.c:2207
#, c-format
-msgid "fmgr: Could not extract prosrc for %u from pg_proc"
-msgstr ""
+msgid "ALTER TABLE: Cannot alter system attribute \"%s\""
+msgstr "ALTER TABLE: ÎÞ·¨ÐÞ¸ÄϵͳÊôÐÔ \"%s\""
-#: ../utils/fmgr/fmgr.c:259
+#: commands/tablecmds.c:1977
#, c-format
-msgid "fmgr: Could not extract probin for %u from pg_proc"
-msgstr ""
+msgid "ALTER TABLE: Index %u not found"
+msgstr "ALTER TABLE: Ë÷Òý %u û·¢ÏÖ"
-#: ../utils/fmgr/fmgr.c:292
+#: commands/tablecmds.c:1992
#, c-format
-msgid "Unknown function API version %d"
-msgstr ""
+msgid "ALTER TABLE: Attribute \"%s\" is in a primary key"
+msgstr "ALTER TABLE: ÊôÐÔ \"%s\" ÊÇÒ»¸öÖ÷¼ü"
-#: ../utils/fmgr/fmgr.c:317
+#: commands/tablecmds.c:2008 commands/tablecmds.c:2122
+#: commands/tablecmds.c:2349
#, c-format
-msgid "fmgr_info: cache lookup for language %u failed"
-msgstr ""
+msgid "ALTER TABLE: relation \"%s\" has no column \"%s\""
+msgstr "ALTER TABLE: ¹Øϵ \"%s\" ûÓÐ×ֶΠ\"%s\""
-#: ../utils/fmgr/fmgr.c:333
+#: commands/tablecmds.c:2109
#, c-format
-msgid "fmgr_info: language %u has old-style handler"
-msgstr ""
+msgid "ALTER TABLE: Attribute \"%s\" contains NULL values"
+msgstr "ALTER TABLE: ÊôÐÔ \"%s\" °üº¬ NULL Öµ"
-#: ../utils/fmgr/fmgr.c:338
+#: commands/tablecmds.c:2157
#, c-format
-msgid "fmgr_info: function %u: unsupported language %u"
-msgstr ""
+msgid "ALTER TABLE: relation \"%s\" is not a table or view"
+msgstr "ALTER TABLE: ¹Øϵ \"%s\" ²»ÊÇÒ»¸ö±í»òÊÓͼ"
-#: ../utils/fmgr/fmgr.c:386
+#: commands/tablecmds.c:2281
#, c-format
-msgid "Null result from %s"
-msgstr ""
+msgid "ALTER TABLE: statistics target %d is too low"
+msgstr "ALTER TABLE: Ä¿±êͳ¼Æ %d Ì«µÍ"
-#: ../utils/fmgr/fmgr.c:394
-#, c-format
-msgid "Unknown version %d reported by %s"
-msgstr ""
+#: commands/tablecmds.c:2286
+msgid "ALTER TABLE: lowering statistics target to 1000"
+msgstr "ALTER TABLE: ½µµÍÄ¿±êͳ¼Æµ½ 1000"
-#: ../utils/fmgr/fmgr.c:462
-msgid "Internal error: fmgr_oldstyle received NULL pointer"
-msgstr ""
+#: commands/tablecmds.c:2307
+#, fuzzy, c-format
+msgid "ALTER TABLE: \"%s\" storage not recognized"
+msgstr "ALTER TABLE: ¹Øϵ \"%s\" ÊÇÒ»¸öϵͳ±í"
-#: ../utils/fmgr/fmgr.c:611
+#: commands/tablecmds.c:2312
#, c-format
-msgid "fmgr_oldstyle: function %u: too many arguments (%d > %d)"
-msgstr ""
+msgid "ALTER TABLE: Invalid column flag: %c"
+msgstr "ALTER TABLE: ÎÞЧ×ֶαêÖ¾: %c"
-#: ../utils/fmgr/fmgr.c:632
-msgid "Untrusted functions not supported"
-msgstr ""
-
-#: ../utils/fmgr/fmgr.c:661
+#: commands/tablecmds.c:2354
#, c-format
-msgid "DirectFunctionCall1: function %p returned NULL"
-msgstr ""
+msgid "ALTER TABLE: cannot change system attribute \"%s\""
+msgstr "ALTER TABLE: ÎÞ·¨¸Ä±äϵͳÊôÐÔ \"%s\""
-#: ../utils/fmgr/fmgr.c:682
+#: commands/tablecmds.c:2371
#, c-format
-msgid "DirectFunctionCall2: function %p returned NULL"
-msgstr ""
+msgid "ALTER TABLE: Column datatype %s can only have storage \"plain\""
+msgstr "ALTER TABLE: ×Ö¶ÎÊý¾ÝÀàÐÍ %s Ö»Äܴ洢Ϊ \"plain\""
-#: ../utils/fmgr/fmgr.c:705
+#: commands/tablecmds.c:2419 commands/tablecmds.c:3731
#, c-format
-msgid "DirectFunctionCall3: function %p returned NULL"
-msgstr ""
+msgid "ALTER TABLE: relation %u not found"
+msgstr "ALTER TABLE: δÕÒµ½¹Øϵ %u"
-#: ../utils/fmgr/fmgr.c:729
+#: commands/tablecmds.c:2430
#, c-format
-msgid "DirectFunctionCall4: function %p returned NULL"
-msgstr ""
+msgid "ALTER TABLE: Table is already %s"
+msgstr "ALTER TABLE: ±íÒѾ %s"
-#: ../utils/fmgr/fmgr.c:754
-#, c-format
-msgid "DirectFunctionCall5: function %p returned NULL"
-msgstr ""
+#: commands/tablecmds.c:2473
+msgid "ALTER TABLE WITH OIDS is unsupported"
+msgstr "²»Ö§³Ö ALTER TABLE WITH OIDS"
-#: ../utils/fmgr/fmgr.c:781
+#: commands/tablecmds.c:2490
#, c-format
-msgid "DirectFunctionCall6: function %p returned NULL"
-msgstr ""
+msgid "ALTER TABLE: relation %u doesn't have an Oid column to remove"
+msgstr "ALTER TABLE: ¹Øϵ %u ûÓпÉɾ³ýµÄ Oid ×Ö¶Î"
-#: ../utils/fmgr/fmgr.c:809
+#: commands/tablecmds.c:2541
#, c-format
-msgid "DirectFunctionCall7: function %p returned NULL"
-msgstr ""
+msgid "ALTER TABLE: Cannot drop system attribute \"%s\""
+msgstr "ALTER TABLE: ÎÞ·¨É¾³ýϵͳÊôÐÔ \"%s\""
-#: ../utils/fmgr/fmgr.c:838
+#: commands/tablecmds.c:2547
#, c-format
-msgid "DirectFunctionCall8: function %p returned NULL"
-msgstr ""
+msgid "ALTER TABLE: Cannot drop inherited column \"%s\""
+msgstr "ALTER TABLE: ÎÞ·¨É¾³ý¼Ì³Ð×ֶΠ\"%s\""
-#: ../utils/fmgr/fmgr.c:869
+#: commands/tablecmds.c:2576 commands/tablecmds.c:2627
#, c-format
-msgid "DirectFunctionCall9: function %p returned NULL"
-msgstr ""
+msgid "ALTER TABLE: relation %u has no column \"%s\""
+msgstr "ALTER TABLE: ¹Øϵ %u ûÓÐ×ֶΠ\"%s\""
-#: ../utils/fmgr/fmgr.c:895
+#: commands/tablecmds.c:2581 commands/tablecmds.c:2632
#, c-format
-msgid "FunctionCall1: function %u returned NULL"
-msgstr ""
+msgid "ALTER TABLE: relation %u has non-inherited column \"%s\""
+msgstr "ALTER TABLE: ¹Øϵ %u ÓзǼ̳Ð×ֶΠ\"%s\""
-#: ../utils/fmgr/fmgr.c:917
-#, c-format
-msgid "FunctionCall2: function %u returned NULL"
+#: commands/tablecmds.c:2768
+msgid ""
+"ALTER TABLE / ADD CONSTRAINT is not implemented for that constraint type."
msgstr ""
-#: ../utils/fmgr/fmgr.c:941
-#, c-format
-msgid "FunctionCall3: function %u returned NULL"
+#: commands/tablecmds.c:2800
+msgid ""
+"ALTER TABLE / ADD CONSTRAINT unable to determine type of constraint passed"
msgstr ""
-#: ../utils/fmgr/fmgr.c:966
+#: commands/tablecmds.c:2860
#, c-format
-msgid "FunctionCall4: function %u returned NULL"
+msgid "Only relation '%s' can be referenced in CHECK"
msgstr ""
-#: ../utils/fmgr/fmgr.c:992
+#: commands/tablecmds.c:2918
#, c-format
-msgid "FunctionCall5: function %u returned NULL"
+msgid "AlterTableAddConstraint: rejected due to CHECK constraint %s"
msgstr ""
-#: ../utils/fmgr/fmgr.c:1020
+#: commands/tablecmds.c:2974
#, c-format
-msgid "FunctionCall6: function %u returned NULL"
-msgstr ""
+msgid "referenced relation \"%s\" is not a table"
+msgstr "²Î¿¼¹Øϵ \"%s\" ²»ÊÇÒ»¸ö±í"
-#: ../utils/fmgr/fmgr.c:1049
+#: commands/tablecmds.c:2979
#, c-format
-msgid "FunctionCall7: function %u returned NULL"
-msgstr ""
+msgid "%s: relation \"%s\" is a system catalog"
+msgstr "%s: ¹Øϵ \"%s\" ÊÇÒ»¸öϵͳ±í"
-#: ../utils/fmgr/fmgr.c:1079
+#: commands/tablecmds.c:2994
#, c-format
-msgid "FunctionCall8: function %u returned NULL"
+msgid "%s: Unable to reference temporary table from permanent table constraint"
msgstr ""
-#: ../utils/fmgr/fmgr.c:1111
+#: commands/tablecmds.c:3036
#, c-format
-msgid "FunctionCall9: function %u returned NULL"
+msgid ""
+"%s: number of referencing and referenced attributes for foreign key disagree"
msgstr ""
-#: ../utils/fmgr/fmgr.c:1142
+#: commands/tablecmds.c:3117
+#, fuzzy, c-format
+msgid "%s: column \"%s\" referenced in foreign key constraint does not exist"
+msgstr "CREATE TABLE: ÔÚ¼ü×ÖÖÐÃüÃûµÄ×ֶΠ\"%s\" ²»´æÔÚ"
+
+#: commands/tablecmds.c:3120
#, c-format
-msgid "OidFunctionCall1: function %u returned NULL"
-msgstr ""
+msgid "Can only have %d keys in a foreign key"
+msgstr "ÔÚÒ»¸öÍâ¼üÖÐÖ»ÄÜÓÐ %d ¸ö¼ü"
-#: ../utils/fmgr/fmgr.c:1167
+#: commands/tablecmds.c:3164
#, c-format
-msgid "OidFunctionCall2: function %u returned NULL"
-msgstr ""
+msgid "transformFkeyGetPrimaryKey: index %u not found"
+msgstr "transformFkeyGetPrimaryKey: Ë÷Òý %u û·¢ÏÖ"
-#: ../utils/fmgr/fmgr.c:1194
+#: commands/tablecmds.c:3182
#, c-format
-msgid "OidFunctionCall3: function %u returned NULL"
+msgid "PRIMARY KEY for referenced table \"%s\" not found"
msgstr ""
-#: ../utils/fmgr/fmgr.c:1222
+#: commands/tablecmds.c:3238
#, c-format
-msgid "OidFunctionCall4: function %u returned NULL"
-msgstr ""
+msgid "transformFkeyCheckAttrs: index %u not found"
+msgstr "transformFkeyCheckAttrs: δÕÒµ½Ë÷Òý %u"
-#: ../utils/fmgr/fmgr.c:1251
+#: commands/tablecmds.c:3296
#, c-format
-msgid "OidFunctionCall5: function %u returned NULL"
+msgid ""
+"UNIQUE constraint matching given keys for referenced table \"%s\" not found"
msgstr ""
-#: ../utils/fmgr/fmgr.c:1282
+#: commands/tablecmds.c:3459
#, c-format
-msgid "OidFunctionCall6: function %u returned NULL"
+msgid ""
+"number of key attributes in referenced table must be equal to foreign key\n"
+"\tIllegal FOREIGN KEY definition references \"%s\""
msgstr ""
-#: ../utils/fmgr/fmgr.c:1314
-#, c-format
-msgid "OidFunctionCall7: function %u returned NULL"
+#: commands/tablecmds.c:3515
+msgid "Unrecognized ON DELETE action for FOREIGN KEY constraint"
msgstr ""
-#: ../utils/fmgr/fmgr.c:1347
-#, c-format
-msgid "OidFunctionCall8: function %u returned NULL"
+#: commands/tablecmds.c:3581
+msgid "Unrecognized ON UPDATE action for FOREIGN KEY constraint"
msgstr ""
-#: ../utils/fmgr/fmgr.c:1382
+#: commands/tablecmds.c:3626
#, c-format
-msgid "OidFunctionCall9: function %u returned NULL"
+msgid "fkMatchTypeToString: Unknown MATCH TYPE '%c'"
msgstr ""
-#: ../utils/fmgr/fmgr.c:1421
+#: commands/tablecmds.c:3702
#, c-format
-msgid "fmgr: function %u: too many arguments (%d > %d)"
+msgid "ALTER TABLE / DROP CONSTRAINT: %s does not exist"
+msgstr "ALTER TABLE / DROP CONSTRAINT: %s ²»´æÔÚ"
+
+#: commands/tablecmds.c:3706
+msgid "Multiple constraints dropped"
msgstr ""
-#: ../utils/fmgr/fmgr.c:1433
+#: commands/tablecmds.c:3793
#, c-format
-msgid "fmgr: function %u returned NULL"
+msgid ""
+"ALTER TABLE: relation \"%s\" is not a table, TOAST table, index, view, or "
+"sequence"
+msgstr "ALTER TABLE: ¹Øϵ \"%s\" ²»ÊÇÒ»¸ö±í, TOAST ±í, Ë÷Òý, ÊÓͼ, »òÕßÐòÁÐ"
+
+#: commands/tablecmds.c:3843
+msgid "Shared relations cannot be toasted after initdb"
msgstr ""
-#: ../utils/hash/dynahash.c:663
+#: commands/tablecmds.c:3856
#, c-format
-msgid "hash_search: bogus action %d"
+msgid "ALTER TABLE: relation \"%s\" already has a toast table"
msgstr ""
-#: ../utils/hash/dynahash.c:936 ../utils/hash/dynahash.c:938
+#: commands/tablecmds.c:3871
#, c-format
-msgid "Hash table '%s' corrupted"
+msgid "ALTER TABLE: relation \"%s\" does not need a toast table"
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 "ÄÚ´æÓþ¡"
-
-#: ../utils/init/miscinit.c:150
+#: commands/trigger.c:132
#, c-format
-msgid "cannot get current working directory: %m"
+msgid "Unable to find table for constraint \"%s\""
msgstr ""
-#: ../utils/init/miscinit.c:171
+#: commands/trigger.c:137
#, c-format
-msgid "could not read permissions of directory %s: %s"
-msgstr ""
+msgid "CreateTrigger: relation \"%s\" is not a table"
+msgstr "CreateTrigger: ¹Øϵ \"%s\" ²»ÊÇÒ»¸ö±í"
-#: ../utils/init/miscinit.c:175
+#: commands/trigger.c:141
#, c-format
-msgid ""
-"data directory %s has group or world access; permissions should be u=rwx "
-"(0700)"
-msgstr ""
+msgid "CreateTrigger: can't create trigger for system relation %s"
+msgstr "CreateTrigger: ²»ÄÜΪϵͳ¹Øϵ %s ´´½¨´¥·¢Æ÷"
-#: ../utils/init/miscinit.c:215 ../utils/init/miscinit.c:222
-msgid ""
-"convert is not supported. To use convert, you need to enable multibyte "
-"capability"
-msgstr ""
+#: commands/trigger.c:208
+msgid "CreateTrigger: double INSERT event specified"
+msgstr "CreateTrigger: INSERT ʼþÖ¸¶¨ÁËÁ½±ß"
-#: ../utils/cache/lsyscache.c:1096 ../utils/init/miscinit.c:469
-#, c-format
-msgid "user \"%s\" does not exist"
-msgstr ""
+#: commands/trigger.c:213
+msgid "CreateTrigger: double DELETE event specified"
+msgstr "CreateTrigger: DELETE ʼþÖ¸¶¨ÁËÁ½±ß"
-#: ../utils/init/miscinit.c:523
-#, c-format
-msgid "invalid user id %u"
-msgstr "·Ç·¨Óû§ id %u"
+#: commands/trigger.c:218
+msgid "CreateTrigger: double UPDATE event specified"
+msgstr "CreateTRigger: UPDATE ʼþÖ¸¶¨ÁËÁ½±ß"
-#: ../utils/init/miscinit.c:606
-#, c-format
-msgid "Can't create lock file %s: %m"
-msgstr "ÎÞ·¨´´½¨ËøÎļþ %s: %m"
+#: commands/trigger.c:222
+msgid "CreateTrigger: unknown event specified"
+msgstr "CreateTrigger: Ö¸¶¨ÁËδ֪ʼþ"
-#: ../utils/init/miscinit.c:617 ../utils/init/miscinit.c:620
+#: commands/trigger.c:248
#, c-format
-msgid "Can't read lock file %s: %m"
-msgstr "ÎÞ·¨¶ÁÈ¡ËøÎļþ %s: %m"
+msgid "CreateTrigger: trigger %s already defined on relation %s"
+msgstr "CreateTrigger: ÔÚ¹Øϵ %2$s Öд¥·¢Æ÷ %1$s ÒѾ¶¨ÒåÁË"
-#: ../utils/init/miscinit.c:630
+#: commands/trigger.c:260
#, c-format
-msgid "Bogus data in lock file %s"
-msgstr ""
+msgid "CreateTrigger: function %s() does not exist"
+msgstr "CreateTrigger: º¯Êý %s() ²»´æÔÚ"
-#: ../utils/init/miscinit.c:705
+#: commands/trigger.c:271
#, 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 ""
+"CreateTrigger: changing return type of function %s() from OPAQUE to TRIGGER"
+msgstr "CreateTrigger: ¸Ä±äº¯Êý %s() ·µ»ØÀàÐÍ, ´Ó OPAQUE µ½ TRIGGER"
-#: ../utils/init/miscinit.c:726
+#: commands/trigger.c:276
#, c-format
-msgid "Can't write lock file %s: %m"
-msgstr "ÎÞ·¨Ð´ÈëËøÎļþ %s: %m"
-
-#: ../utils/init/miscinit.c:817
-#, c-format
-msgid "Failed to rewrite %s: %m"
-msgstr "ÖØд %s ʧ°Ü: %m"
+msgid "CreateTrigger: function %s() must return TRIGGER"
+msgstr "CreateTrigger: º¯Êý %s() ±ØÐè·µ»Ø TRIGGER"
-#: ../utils/init/miscinit.c:823
+#: commands/trigger.c:376
#, c-format
-msgid "Failed to read %s: %m"
-msgstr "¶ÁÈ¡ %s ʧ°Ü: %m"
+msgid "CreateTrigger: relation %s not found in pg_class"
+msgstr "CreateTrigger: ÔÚ pg_class ÖÐûÕÒµ½¹Øϵ %s"
-#: ../utils/init/miscinit.c:836
+#: commands/trigger.c:461
#, c-format
-msgid "Bogus data in %s"
-msgstr ""
+msgid "DropTrigger: there is no trigger %s on relation %s"
+msgstr "DropTrigger: ¹Øϵ %2$s ûÓд¥·¢Æ÷ %1$s"
-#: ../utils/init/miscinit.c:861
+#: commands/trigger.c:510
#, c-format
-msgid "Failed to write %s: %m"
-msgstr "дÈë %s ʧ°Ü: %m"
+msgid "RemoveTriggerById: Trigger %u does not exist"
+msgstr "RemoveTriggerById: ´¥·¢Æ÷ %u ²»´æÔÚ"
-#: ../utils/init/miscinit.c:903
+#: commands/trigger.c:521
#, c-format
-msgid "File %s is missing. This is not a valid data directory."
-msgstr ""
+msgid "DropTrigger: relation \"%s\" is not a table"
+msgstr "DropTrigger: ¹Øϵ \"%s\" ²»ÊÇÒ»¸ö±í"
-#: ../storage/smgr/smgr.c:271 ../utils/init/miscinit.c:905
-#: ../utils/misc/database.c:150
+#: commands/trigger.c:525
#, c-format
-msgid "cannot open %s: %m"
-msgstr "ÎÞ·¨´ò¿ª %s: %m"
+msgid "DropTrigger: can't drop trigger for system relation %s"
+msgstr "DropTrigger: ²»ÄÜɾ³ýϵͳ¹Øϵ %s µÄ´¥·¢Æ÷"
-#: ../utils/init/miscinit.c:910
+#: commands/trigger.c:550
#, c-format
-msgid "cannot read %s: %m"
-msgstr "ÎÞ·¨¶ÁÈ¡ %s: %m"
+msgid "DropTrigger: relation %s not found in pg_class"
+msgstr "DropTrigger: ÔÚ pg_class ÖÐûÓйØϵ %s"
-#: ../utils/init/miscinit.c:912
+#: commands/trigger.c:555
#, c-format
-msgid "`%s' does not have a valid format. You need to initdb."
-msgstr ""
+msgid "DropTrigger: relation %s has reltriggers = 0"
+msgstr "DropTrigger: ¹Øϵ %s µÄ reltriggers = 0"
-#: ../utils/init/miscinit.c:917
+#: commands/trigger.c:626
#, c-format
-msgid ""
-"The data directory was initialized by PostgreSQL version %ld.%ld, which is "
-"not compatible with this version %s."
-msgstr ""
+msgid "renametrig: trigger %s already defined on relation %s"
+msgstr "renametrig: ÔÚ¹Øϵ %2$s ÖÐ, ´¥·¢Æ÷ %1$s ÒѾ¶¨ÒåÁË"
-#: ../utils/init/postinit.c:110
+#: commands/trigger.c:667
#, c-format
-msgid "Database \"%s\", OID %u, has disappeared from pg_database"
-msgstr ""
+msgid "renametrig: trigger %s not defined on relation %s"
+msgstr "renametrig: ÔÚ¹Øϵ %2$s ÖÐ, ´¥·¢Æ÷ %1$s δ±»¶¨Òå"
-#: ../utils/init/postinit.c:119
+#: commands/trigger.c:730
#, c-format
-msgid "Database \"%s\" is not currently accepting connections"
+msgid "RelationBuildTriggers: unexpected record found for rel %s"
msgstr ""
-#: ../utils/init/postinit.c:131
+#: commands/trigger.c:758
#, 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."
+msgid "RelationBuildTriggers: tgargs IS NULL for rel %s"
msgstr ""
-#: ../utils/init/postinit.c:226
+#: commands/trigger.c:778
#, c-format
-msgid ""
-"Database system not found.\n"
-"\tData directory '%s' does not exist."
+msgid "RelationBuildTriggers: %d record(s) not found for rel %s"
msgstr ""
-#: ../utils/init/postinit.c:241
+#: commands/trigger.c:1129
#, c-format
-msgid "Database \"%s\" does not exist in the system catalog."
-msgstr ""
+msgid "ExecCallTriggerFunc: function %u returned NULL"
+msgstr "ExecCallTriggerFunc: º¯Êý %u ·µ»ØÁË NULL"
-#: ../utils/init/postinit.c:249
-#, c-format
-msgid ""
-"Database \"%s\" does not exist.\n"
-"\tThe database subdirectory '%s' is missing."
-msgstr ""
+#: commands/trigger.c:1179 commands/trigger.c:1290 commands/trigger.c:1414
+msgid "BEFORE STATEMENT trigger cannot return a value."
+msgstr "BEFORE STATEMENT ´¥·¢Æ÷²»ÄÜ·µ»ØÖµ."
-#: ../utils/init/postinit.c:256
-#, c-format
-msgid "Unable to change directory to '%s': %m"
+#: 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 ""
-#: ../utils/init/postinit.c:285
+#: commands/trigger.c:1559 executor/execMain.c:1140
#, c-format
-msgid "InitPostgres: bad backend id %d"
-msgstr ""
+msgid "Unknown status %u from heap_mark4update"
+msgstr "À´×Ô heap_mark4update µÄδ֪״̬ %u"
-#: ../utils/init/postinit.c:340
-msgid "There are currently no users defined in this database system."
-msgstr ""
+#: commands/trigger.c:1571
+msgid "GetTupleForTrigger: failed ReadBuffer"
+msgstr "GetTupleForTrigger: ReadBuffer ʧ°Ü"
-#: ../utils/init/postinit.c:341
-#, c-format
-msgid ""
-"You should immediately run 'CREATE USER \"%s\" WITH SYSID %d CREATEUSER;'."
-msgstr ""
+#: commands/trigger.c:1759
+msgid "DeferredTriggerExecute: failed to fetch old tuple"
+msgstr "DeferredTriggerExecute: È¡µÃ¾ÉÔª×éʧ°Ü"
-#: guc-file.l:159
-msgid "could not read configuration file `"
-msgstr ""
+#: commands/trigger.c:1766
+msgid "DeferredTriggerExecute: failed to fetch new tuple"
+msgstr "DeferredTriggerExecute: È¡µÃÐÂÔª×éʧ°Ü"
-#: guc-file.l:159
+#: commands/trigger.c:1787
#, c-format
-msgid "': %s"
-msgstr ""
+msgid "DeferredTriggerExecute: can't find trigger %u"
+msgstr "DeferredTriggerExecute: ÎÞ·¨ÕÒµ½´¥·¢Æ÷ %u"
-#: guc-file.l:259
+#: commands/trigger.c:1933
#, c-format
-msgid ":%u: syntax error, token=\"%s\""
+msgid "deferredTriggerInvokeEvents: relation %u has no triggers"
+msgstr "deferredTriggerInvokeEvents: ¹Øϵ %u ûÓд¥·¢Æ÷"
+
+#: commands/trigger.c:2038
+msgid "DeferredTriggerBeginXact() called while inside transaction"
msgstr ""
-#: ../commands/vacuum.c:582 ../utils/misc/superuser.c:73
-#, c-format
-msgid "database %u does not exist"
+#: commands/trigger.c:2213
+msgid "unnamed constraints cannot be set explicitly"
msgstr ""
-#: ../utils/misc/guc.c:698
+#: commands/trigger.c:2244
#, c-format
-msgid "'%s' is not a valid option name"
+msgid "Constraint '%s' is not deferrable"
msgstr ""
-#: ../utils/misc/guc.c:713
+#: commands/trigger.c:2258
#, c-format
-msgid "'%s' cannot be changed after server start"
+msgid "Constraint '%s' does not exist"
+msgstr "Ô¼Êø '%s' ²»´æÔÚ"
+
+#: commands/trigger.c:2335
+msgid "DeferredTriggerSaveEvent() called outside of transaction"
msgstr ""
-#: ../utils/misc/guc.c:717
+#: commands/typecmds.c:125
#, c-format
-msgid "'%s' cannot be changed now"
-msgstr ""
+msgid "DefineType: type names must be %d characters or less"
+msgstr "DefineType: ÀàÐÍÃû±ØÐèΪ %d ¸ö×Ö·û»ò¸üÉÙ"
-#: ../utils/misc/guc.c:740
+#: commands/typecmds.c:155
#, c-format
-msgid "'%s' cannot be set after connection start"
+msgid "Array element type cannot be %s"
msgstr ""
-#: ../utils/misc/guc.c:766
+#: commands/typecmds.c:186
#, c-format
-msgid "option '%s' requires a boolean value"
+msgid "DefineType: \"%s\" alignment not recognized"
msgstr ""
-#: ../utils/misc/guc.c:798
+#: commands/typecmds.c:202
#, c-format
-msgid "option '%s' expects an integer value"
-msgstr ""
+msgid "DefineType: \"%s\" storage not recognized"
+msgstr "DefineType: \"%s\" ´æ´¢²»±»ÈÏ¿É"
-#: ../utils/misc/guc.c:803
+#: commands/typecmds.c:207
#, c-format
-msgid "option '%s' value %d is outside of permissible range [%d .. %d]"
-msgstr ""
+msgid "DefineType: attribute \"%s\" not recognized"
+msgstr "DefineType: ÊôÐÔ \"%s\" ²»±»ÈÏ¿É"
+
+#: commands/typecmds.c:216
+msgid "Define: \"input\" unspecified"
+msgstr "Define: \"input\" δ±»Ö¸¶¨"
+
+#: commands/typecmds.c:218
+msgid "Define: \"output\" unspecified"
+msgstr "Define: \"output\" δ±»Ö¸¶¨"
-#: ../utils/misc/guc.c:810
+#: commands/typecmds.c:251
#, c-format
-msgid "invalid value for option '%s': %d"
-msgstr ""
+msgid "TypeCreate: changing return type of function %s from OPAQUE to %s"
+msgstr "TypeCreate: º¯Êý %s µÄ·µ»ØÀàÐÍ OPAQUE ¸Ä±ä³É %s"
-#: ../utils/misc/guc.c:842
+#: commands/typecmds.c:256
#, c-format
-msgid "option '%s' expects a real number"
-msgstr ""
+msgid "Type input function %s must return %s"
+msgstr "ÀàÐÍÊäÈ뺯Êý %s ±ØÐè·µ»Ø %s"
-#: ../utils/misc/guc.c:847
+#: commands/typecmds.c:264
#, c-format
-msgid "option '%s' value %g is outside of permissible range [%g .. %g]"
-msgstr ""
+msgid "TypeCreate: changing return type of function %s from OPAQUE to CSTRING"
+msgstr "TypeCreate: º¯Êý %s µÄ·µ»ØÀàÐÍ OPAQUE ¸Ä±ä³É CSTRING"
-#: ../utils/misc/guc.c:854
+#: commands/typecmds.c:269
#, c-format
-msgid "invalid value for option '%s': %g"
-msgstr ""
+msgid "Type output function %s must return cstring"
+msgstr "ÀàÐÍÊä³öº¯Êý %s ±ØÐè·µ»Ø cstring"
-#: ../utils/misc/guc.c:884
+#: commands/typecmds.c:397
#, c-format
-msgid "invalid value for option '%s': '%s'"
-msgstr ""
+msgid "RemoveTypeById: type %u not found"
+msgstr "RemoveTypeById: δÕÒµ½ÀàÐÍ %u"
-#: ../utils/misc/guc.c:982
+#: commands/typecmds.c:458
#, c-format
-msgid "Option '%s' is not recognized"
-msgstr ""
+msgid "CREATE DOMAIN: domain names must be %d characters or less"
+msgstr "CREATE DOMAIN: domain Ãû×Ö±ØÐèΪ %d ¸ö×Ö·û»òÕ߸üÉÙ"
-#: ../commands/variable.c:692 ../utils/misc/guc.c:1040
+#: commands/typecmds.c:477
#, c-format
-msgid "%s is %s"
-msgstr ""
+msgid "DefineDomain: %s is not a basetype"
+msgstr "DefineDomain: %s ²»ÊÇÒ»¸ö»ù´¡ÀàÐÍ"
-#: ../utils/misc/guc.c:1157
-msgid "bogus transaction isolation level"
+#: commands/typecmds.c:530
+msgid "CREATE DOMAIN / FOREIGN KEY constraints not supported"
msgstr ""
-#: ../utils/mmgr/aset.c:332
-#, c-format
-msgid "Memory exhausted in AllocSetContextCreate(%lu)"
+#: commands/typecmds.c:534
+msgid "DefineDomain: unexpected constraint node type"
msgstr ""
-#: ../utils/mmgr/aset.c:495 ../utils/mmgr/aset.c:693
-#, c-format
-msgid "Memory exhausted in AllocSetAlloc(%lu)"
+#: commands/typecmds.c:546
+msgid "CREATE DOMAIN has multiple DEFAULT expressions"
msgstr ""
-#: ../utils/mmgr/aset.c:742
-#, c-format
-msgid "AllocSetFree: detected write past chunk end in %s %p"
+#: commands/typecmds.c:573 commands/typecmds.c:580
+msgid "CREATE DOMAIN has conflicting NULL / NOT NULL constraint"
msgstr ""
-#: ../utils/mmgr/aset.c:764
-#, c-format
-msgid "AllocSetFree: cannot find block containing chunk %p"
+#: 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/mmgr/aset.c:818
-#, c-format
-msgid "AllocSetRealloc: detected write past chunk end in %s %p"
+#: commands/typecmds.c:612
+msgid "DefineDomain: unrecognized constraint subtype"
msgstr ""
-#: ../utils/mmgr/aset.c:859
+#: commands/typecmds.c:704
#, c-format
-msgid "AllocSetRealloc: cannot find block containing chunk %p"
-msgstr ""
+msgid "RemoveDomain: type \"%s\" does not exist"
+msgstr "RemoveDomain: ÀàÐÍ \"%s\" ²»´æÔÚ"
-#: ../utils/mmgr/aset.c:872
+#: commands/typecmds.c:717 commands/typecmds.c:1540 commands/typecmds.c:1837
#, c-format
-msgid "Memory exhausted in AllocSetReAlloc(%lu)"
-msgstr ""
+msgid "%s is not a domain"
+msgstr "%s ²»ÊÇÒ»¸öÓò"
-#: ../utils/mmgr/aset.c:1030
+#: commands/typecmds.c:786
#, c-format
-msgid "AllocSetCheck: %s: empty block %p"
-msgstr ""
+msgid "TypeCreate: changing argument type of function %s from OPAQUE to %s"
+msgstr "TypeCreate: º¯Êý %s ²ÎÊýÀàÐÍ OPAQUE ¸Ä±ä³É %s"
-#: ../utils/mmgr/aset.c:1052
+#: commands/typecmds.c:845
#, c-format
-msgid "AllocSetCheck: %s: req size > alloc size for chunk %p in block %p"
+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/mmgr/aset.c:1055
+#: commands/typecmds.c:949 commands/typecmds.c:1063 commands/typecmds.c:1180
+#: commands/typecmds.c:1266 commands/typecmds.c:1831
#, c-format
-msgid "AllocSetCheck: %s: bad size %lu for chunk %p in block %p"
-msgstr ""
+msgid "AlterDomain: type \"%s\" does not exist"
+msgstr "AlterDomain: ÀàÐÍ \"%s\" ²»´æÔÚ"
-#: ../utils/mmgr/aset.c:1061
+#: commands/typecmds.c:1073
#, c-format
-msgid "AllocSetCheck: %s: bad single-chunk %p in block %p"
-msgstr ""
+msgid "AlterDomain: %s is already set to %s"
+msgstr "AlterDomain: %s ÒѾÉèÖÃ³É %s"
-#: ../utils/mmgr/aset.c:1070
+#: commands/typecmds.c:1115
#, c-format
-msgid "AllocSetCheck: %s: bogus aset link in block %p, chunk %p"
+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/mmgr/aset.c:1077
-#, c-format
-msgid "AllocSetCheck: %s: detected write past chunk end in block %p, chunk %p"
+#: commands/typecmds.c:1279
+msgid "AlterDomainAddConstraint: unexpected constraint node type"
msgstr ""
-#: ../utils/mmgr/aset.c:1087
-#, c-format
-msgid "AllocSetCheck: %s: found inconsistent memory block %p"
+#: commands/typecmds.c:1286
+msgid "Use ALTER DOMAIN .. SET DEFAULT instead"
+msgstr "ÓÃ ALTER DOMAIN .. SET DEFAULT Ìæ´ú"
+
+#: commands/typecmds.c:1291
+msgid "Use ALTER DOMAIN .. [ SET | DROP ] NOT NULL instead"
+msgstr "ÓÃ ALTER DOMAIN .. [ SET | DROP ] NOT NULL Ìæ´ú"
+
+#: commands/typecmds.c:1299
+msgid "ALTER DOMAIN / UNIQUE indexes not supported"
+msgstr "ALTER DOMAIN / UNIQUE Ë÷Òý²»±»Ö§³Ö"
+
+#: commands/typecmds.c:1303
+msgid "ALTER DOMAIN / PRIMARY KEY indexes not supported"
+msgstr "ALTER DOMAIN / PRIMARY KEY Ë÷Òý²»±»Ö§³Ö"
+
+#: 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/mmgr/mcxt.c:418
+#: commands/typecmds.c:1379
#, c-format
-msgid "MemoryContextAlloc: invalid request size %lu"
+msgid ""
+"ALTER DOMAIN: Relation \"%s\" attribute \"%s\" contains values that fail the "
+"new constraint"
msgstr ""
-#: ../utils/mmgr/mcxt.c:478
+#: commands/typecmds.c:1571
#, c-format
-msgid "repalloc: invalid request size %lu"
+msgid "constraint \"%s\" already exists for domain \"%s\""
msgstr ""
-#: ../utils/mmgr/portalmem.c:78
-msgid "out of memory in PortalHashTable"
+#: commands/typecmds.c:1611
+msgid "Relations cannot be referenced in domain CHECK constraint"
msgstr ""
-#: ../utils/mmgr/portalmem.c:80
-msgid "trying to insert a portal name that exists."
+#: commands/typecmds.c:1618
+msgid "cannot use column references in domain CHECK clause"
msgstr ""
-#: ../utils/mmgr/portalmem.c:93
-msgid "trying to delete portal name that does not exist."
-msgstr ""
+#: commands/typecmds.c:1704
+#, c-format
+msgid "GetDomainConstraints: failed to lookup type %u"
+msgstr "GetDomainConstraints: ²éÕÒÀàÐÍ %u ʧ°Ü"
-#: ../utils/mmgr/portalmem.c:196
+#: commands/typecmds.c:1736
#, c-format
-msgid "CreatePortal: portal \"%s\" already exists"
+msgid "GetDomainConstraints: domain %s constraint %s has NULL conbin"
msgstr ""
-#: ../utils/sort/tuplesort.c:722
-msgid "tuplesort_puttuple: invalid state"
-msgstr ""
+#: commands/user.c:147
+#, c-format
+msgid "write_group_file: unable to write %s: %m"
+msgstr "write_group_file: ÎÞ·¨Ð´Èë %s: %m"
-#: ../utils/sort/tuplesort.c:769
-msgid "tuplesort_performsort: invalid state"
-msgstr ""
+#: commands/user.c:181
+#, c-format
+msgid "Invalid group name '%s'"
+msgstr "ÎÞЧ×éÃû '%s'"
-#: ../utils/sort/tuplesort.c:890 ../utils/sort/tuplesort.c:905
-msgid "tuplesort_gettuple: bogus tuple len in backward scan"
-msgstr ""
+#: commands/user.c:211 commands/user.c:335
+#, c-format
+msgid "Invalid user name '%s'"
+msgstr "ÎÞЧÓû§Ãû '%s'"
-#: ../utils/sort/tuplesort.c:958
-msgid "tuplesort_gettuple: invalid state"
-msgstr ""
+#: commands/user.c:242 commands/user.c:364
+#, c-format
+msgid "%s: %m"
+msgstr "%s: %m"
-#: ../utils/sort/tuplesort.c:1519
-msgid "tuplesort_rescan: invalid state"
-msgstr ""
+#: commands/user.c:250 commands/user.c:372
+#, c-format
+msgid "rename %s to %s: %m"
+msgstr "ÖØÃüÃû %s µ½ %s: %m"
-#: ../utils/sort/tuplesort.c:1546
-msgid "tuplesort_markpos: invalid state"
-msgstr ""
+#: commands/user.c:286
+#, c-format
+msgid "write_user_file: unable to write %s: %m"
+msgstr "writer_user_file: ÎÞ·¨Ð´Èë %s: %m"
-#: ../utils/sort/tuplesort.c:1571
-msgid "tuplesort_restorepos failed"
-msgstr ""
+#: commands/user.c:341
+#, c-format
+msgid "Invalid user password '%s'"
+msgstr "ÎÞЧÓû§¿ÚÁî '%s'"
-#: ../utils/sort/tuplesort.c:1575
-msgid "tuplesort_restorepos: invalid state"
-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/sort/tuplesort.c:1694
-msgid "tuplesort: unexpected end of tape"
-msgstr ""
+#: commands/user.c:543
+#, c-format
+msgid "CREATE USER: option \"%s\" not recognized"
+msgstr "CREATE USER: Ñ¡Ïî \"%s\" ²»±»ÈÏ¿É"
-#: ../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"
-msgstr ""
+#: commands/user.c:555
+msgid "user id must be positive"
+msgstr "Óû§ id ±ØÐèΪÕýÊý"
-#: ../utils/sort/tuplesort.c:1890
-msgid "Cannot create unique index. Table contains non-unique values"
-msgstr ""
+#: commands/user.c:570
+msgid "CREATE USER: permission denied"
+msgstr "CREATE USER: ȨÏÞ²»¹»"
-#: ../utils/sort/tuplesort.c:1974
-msgid "copytup_datum() should not be called"
-msgstr ""
+#: commands/user.c:573
+#, c-format
+msgid "CREATE USER: user name \"%s\" is reserved"
+msgstr "CREATE USER: Óû§Ãû \"%s\" ±»±£ÁôÁË"
-#: ../utils/sort/tuplesort.c:2128
+#: commands/user.c:608
#, c-format
-msgid "SelectSortFunction: cache lookup failed for operator %u"
-msgstr ""
+msgid "CREATE USER: user name \"%s\" already exists"
+msgstr "CREATE USER: Óû§Ãû \"%s\" ÒѾ´æÔÚ"
-#: ../utils/sort/tuplesort.c:2209
+#: commands/user.c:611
#, c-format
-msgid "Invalid SortFunctionKind %d"
-msgstr ""
+msgid "CREATE USER: sysid %d is already assigned"
+msgstr "CREATE USER: sysid %d ÒѾ±»¸³Öµ"
-#: ../utils/sort/tuplestore.c:314
-msgid "tuplestore_puttuple: invalid state"
-msgstr ""
+#: commands/user.c:642 commands/user.c:843
+msgid "CREATE USER: password encryption failed"
+msgstr "CREATE USER: ¿ÚÁî¼ÓÃÜʧ°Ü"
-#: ../utils/sort/tuplestore.c:350
-msgid "tuplestore_donestoring: seek(0) failed"
-msgstr ""
+#: 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/sort/tuplestore.c:358
-msgid "tuplestore_donestoring: invalid state"
-msgstr ""
+#: commands/user.c:759
+#, c-format
+msgid "ALTER USER: option \"%s\" not recognized"
+msgstr "ALTER USER: Ñ¡Ïî \"%s\" ²»±»ÈÏ¿É"
-#: ../utils/sort/tuplestore.c:479 ../utils/sort/tuplestore.c:494
-msgid "tuplestore_gettuple: bogus tuple len in backward scan"
-msgstr ""
+#: commands/user.c:782
+msgid "ALTER USER: permission denied"
+msgstr "ALTER USER: ȨÏÞ²»¹»"
-#: ../utils/sort/tuplestore.c:499
-msgid "tuplestore_gettuple: invalid state"
-msgstr ""
+#: commands/user.c:796
+#, c-format
+msgid "ALTER USER: user \"%s\" does not exist"
+msgstr "ALTER USER: Óû§ \"%s\" ²»´æÔÚ"
-#: ../utils/sort/tuplestore.c:535
-msgid "tuplestore_rescan: seek(0) failed"
-msgstr ""
+#: commands/user.c:907 commands/variable.c:560 utils/cache/lsyscache.c:1564
+#: utils/init/miscinit.c:559
+#, c-format
+msgid "user \"%s\" does not exist"
+msgstr "Óû§ \"%s\" ²»´æÔÚ"
-#: ../utils/sort/tuplestore.c:542
-msgid "tuplestore_rescan: invalid state"
-msgstr ""
+#: commands/user.c:911
+msgid "ALTER USER SET: permission denied"
+msgstr "ALTER USER SET: ȨÏÞ²»¹»"
-#: ../utils/sort/tuplestore.c:568
-msgid "tuplestore_markpos: invalid state"
-msgstr ""
+#: commands/user.c:968
+msgid "DROP USER: permission denied"
+msgstr "DROP USER: ȨÏÞ²»¹»"
-#: ../utils/sort/tuplestore.c:593
-msgid "tuplestore_restorepos failed"
-msgstr ""
+#: commands/user.c:995
+#, c-format
+msgid "DROP USER: user \"%s\" does not exist (no users removed)"
+msgstr "DROP USER: Óû§ \"%s\" ²»´æÔÚ (ûÓÐÓû§±»É¾³ý)"
-#: ../utils/sort/tuplestore.c:597
-msgid "tuplestore_restorepos: invalid state"
-msgstr ""
+#: commands/user.c:997
+#, c-format
+msgid "DROP USER: user \"%s\" does not exist"
+msgstr "DROP USER: Óû§ \"%s\" ²»´æÔÚ"
-#: ../utils/sort/tuplestore.c:613
-msgid "tuplestore: unexpected end of tape"
-msgstr ""
+#: commands/user.c:1003
+msgid "current user cannot be dropped"
+msgstr "µ±Ç°Óû§²»Äܱ»É¾³ý"
-#: ../utils/sort/tuplestore.c:615 ../utils/sort/tuplestore.c:683
-#: ../utils/sort/tuplestore.c:687
-msgid "tuplestore: unexpected end of data"
-msgstr ""
+#: commands/user.c:1005
+msgid "session user cannot be dropped"
+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"
-msgstr ""
+#: commands/user.c:1029
+#, c-format
+msgid "DROP USER: user \"%s\" owns database \"%s\", cannot be removed%s"
+msgstr "DROP USER: Óû§ \"%s\" ÓµÓÐÊý¾Ý¿â \"%s\", ²»Äܱ»É¾³ý %s"
+
+#: commands/user.c:1109
+#, c-format
+msgid "CheckPgUserAclNotNull: \"%s\" not found"
+msgstr "CheckPgUserAclNotNull: \"%s\" ûÓз¢ÏÖ"
-#: ../utils/sort/logtape.c:199
+#: commands/user.c:1114
#, c-format
msgid ""
-"ltsWriteBlock: failed to write block %ld of temporary file\n"
-"\t\tPerhaps out of disk space?"
+"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 ""
-#: ../utils/sort/logtape.c:214
+#: commands/user.c:1156 commands/user.c:1162
+msgid "CREATE GROUP: conflicting options"
+msgstr "CREATE GROUP: Ñ¡Ïî³åÍ»"
+
+#: commands/user.c:1166
#, c-format
-msgid "ltsReadBlock: failed to read block %ld of temporary file"
-msgstr ""
+msgid "CREATE GROUP: option \"%s\" not recognized"
+msgstr "CREATE GROUP: Ñ¡Ïî \"%s\" ²»±»ÈÏ¿É"
-#: ../utils/sort/logtape.c:572
-msgid "LogicalTapeWrite: impossible state"
+#: commands/user.c:1174
+msgid "group id must be positive"
msgstr ""
-#: ../utils/sort/logtape.c:837
-msgid "LogicalTapeBackspace: unexpected end of tape"
-msgstr ""
+#: commands/user.c:1185
+msgid "CREATE GROUP: permission denied"
+msgstr "CREATE GROUP: ȨÏÞ²»¹»"
-#: ../utils/sort/logtape.c:894 ../utils/sort/logtape.c:904
-msgid "LogicalTapeSeek: unexpected end of tape"
-msgstr ""
+#: commands/user.c:1188
+#, c-format
+msgid "CREATE GROUP: group name \"%s\" is reserved"
+msgstr "CREATE GROUP: ×éÃû \"%s\" ±»±£ÁôÁË"
-#: ../utils/cache/temprel.c:161
+#: commands/user.c:1223
#, c-format
-msgid "Cannot rename temp table \"%s\": temp table \"%s\" already exists"
-msgstr ""
+msgid "CREATE GROUP: group name \"%s\" already exists"
+msgstr "CREATE GROUP: ×éÃû \"%s\" ÒѾ´æÔÚ"
-#: ../utils/cache/temprel.c:193
+#: commands/user.c:1226
#, c-format
-msgid ""
-"Cannot rename \"%s\" to \"%s\": a temp table by that name already exists"
-msgstr ""
+msgid "CREATE GROUP: group sysid %d is already assigned"
+msgstr "CREATE GROUP: ×é sysid %d ÒѾ±»¸³Öµ"
-#: ../utils/cache/fcache.c:30
-msgid "init_fcache: too many arguments"
-msgstr ""
+#: commands/user.c:1319
+#, c-format
+msgid "%s: group \"%s\" does not exist"
+msgstr "%s: ×é \"%s\" ²»´æÔÚ"
-#: ../utils/cache/catcache.c:127
+#: commands/user.c:1360
#, c-format
-msgid "GetCCHashFunc: type %u unsupported as catcache key"
-msgstr ""
+msgid "AlterGroup: unknown tag %s"
+msgstr "AlterGroup: δ֪±êÖ¾ %s"
-#: ../utils/cache/catcache.c:182
+#: commands/user.c:1372
#, c-format
-msgid "CatalogCacheInitializeCache: cache @%p %s"
-msgstr ""
+msgid "%s: user \"%s\" is already in group \"%s\""
+msgstr "%s: Óû§ \"%s\" ÒѾÔÚ×é \"%s\" ÖÐ"
-#: ../utils/cache/catcache.c:188
+#: commands/user.c:1387
#, c-format
-msgid "CatalogCacheInitializeCache: load %d/%d w/%d, %u"
-msgstr ""
+msgid "ALTER GROUP: group \"%s\" does not have any members"
+msgstr "ALTER GROUP: ×é \"%s\" ûÓÐÈκγÉÔ±"
-#: ../utils/cache/catcache.c:192
+#: commands/user.c:1412
#, c-format
-msgid "CatalogCacheInitializeCache: load %d/%d w/%d"
-msgstr ""
+msgid "ALTER GROUP: user \"%s\" is not in group \"%s\""
+msgstr "ALTER GROUP: Óû§ \"%s\" ²»ÔÚ×é \"%s\" ÖÐ"
-#: ../utils/cache/catcache.c:261
-msgid "CatalogCacheInit: only sys attr supported is OID"
-msgstr ""
+#: commands/user.c:1541
+msgid "DROP GROUP: permission denied"
+msgstr "DROP GROUP: ȨÏÞ²»¹»"
-#: ../utils/cache/catcache.c:328
+#: commands/user.c:1554
#, c-format
-msgid "CCComputeHashIndex: %d cc_nkeys"
-msgstr ""
+msgid "DROP GROUP: group \"%s\" does not exist"
+msgstr "DROP GROUP: ×é \"%s\" ²»´æÔÚ"
-#: ../utils/cache/catcache.c:392
-#, c-format
-msgid "CCComputeTupleHashIndex: %d cc_nkeys"
+#: commands/vacuum.c:466
+msgid ""
+"oldest Xmin is far in the past --- close open transactions soon to avoid "
+"wraparound problems"
msgstr ""
-#: ../utils/cache/catcache.c:517
+#: commands/vacuum.c:512 commands/vacuum.c:519
#, c-format
-msgid "Cache reference leak: cache %s (%d), tuple %u has count %d"
+msgid "pg_class entry for relid %u vanished during vacuuming"
msgstr ""
-#: ../utils/cache/catcache.c:680
-#, c-format
-msgid "InitCatCache: rel=%s id=%d nkeys=%d size=%d\n"
+#: 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 ""
-#: ../utils/cache/catcache.c:803
-#, c-format
-msgid "IndexScanOK: %s not found in %s"
+#: 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 ""
-#: ../utils/cache/lsyscache.c:70
+#: commands/vacuum.c:690
#, c-format
-msgid "op_requires_recheck: op %u is not a member of opclass %u"
+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 ""
-#: ../utils/cache/lsyscache.c:242
+#: commands/vacuum.c:778
#, c-format
-msgid "cache lookup failed for relation %u attribute %d"
-msgstr ""
+msgid "Skipping \"%s\" --- only table or database owner can VACUUM it"
+msgstr "ºöÂÔ \"%s\" --- Ö»Óбí»òÊý¾Ý¿âËùÓÐÕßÄܹ» VACUUM"
-#: ../utils/cache/lsyscache.c:411
+#: commands/vacuum.c:984
#, c-format
-msgid "Operator OID %u does not exist"
-msgstr ""
+msgid "VACUUM (full_vacuum_rel): FlushRelationBuffers returned %d"
+msgstr "VACUMM (full_vacuum_rel): FlushRelationBuffers ·µ»ØÁË %d"
-#: ../optimizer/util/clauses.c:1404 ../utils/cache/lsyscache.c:536
-#: ../utils/cache/lsyscache.c:557
+#: commands/vacuum.c:1051 commands/vacuumlazy.c:205
#, c-format
-msgid "Function OID %u does not exist"
-msgstr ""
+msgid "--Relation %s.%s--"
+msgstr "--¹Øϵ %s.%s--"
-#: ../utils/cache/lsyscache.c:698
+#: commands/vacuum.c:1085 commands/vacuumlazy.c:262
#, c-format
-msgid "cache lookup failed for type %u"
+msgid "Rel %s: Uninitialized page %u - fixing"
msgstr ""
-#: ../utils/cache/lsyscache.c:773
+#: commands/vacuum.c:1199
#, c-format
-msgid "get_typdefault: failed to lookup type %u"
+msgid ""
+"Rel %s: TID %u/%u: InsertTransactionInProgress %u - can't shrink relation"
msgstr ""
-#: ../utils/cache/lsyscache.c:978
-msgid "get_attstatsslot: stavalues is null"
+#: commands/vacuum.c:1209
+#, c-format
+msgid ""
+"Rel %s: TID %u/%u: DeleteTransactionInProgress %u - can't shrink relation"
msgstr ""
-#: ../utils/cache/lsyscache.c:995
+#: commands/vacuum.c:1227 commands/vacuumlazy.c:366
#, c-format
-msgid "get_attstatsslot: Cache lookup failed for type %u"
+msgid "Rel %s: TID %u/%u: OID IS INVALID. TUPGONE %d."
msgstr ""
-#: ../utils/cache/lsyscache.c:1029
-msgid "get_attstatsslot: stanumbers is null"
+#: 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 ""
-#: ../utils/cache/lsyscache.c:1039
-msgid "get_attstatsslot: stanumbers is bogus"
+#: commands/vacuum.c:1589
+msgid "HEAP_MOVED_IN was not expected"
msgstr ""
-#: ../utils/cache/syscache.c:406
-#, c-format
-msgid "InitCatalogCache: Can't init cache %s (%d)"
+#: commands/vacuum.c:1599
+msgid "Invalid XVAC in tuple header"
msgstr ""
-#: ../utils/cache/syscache.c:438
-#, c-format
-msgid "SearchSysCache: Bad cache id %d"
+#: commands/vacuum.c:1624
+msgid "HEAP_MOVED_OFF was expected"
msgstr ""
-#: ../utils/cache/syscache.c:575
-#, c-format
-msgid "SysCacheGetAttr: Bad cache id %d"
+#: commands/vacuum.c:1678 commands/vacuum.c:1800
+msgid "Parent item in update-chain not found - can't continue repair_frag"
msgstr ""
-#: ../utils/cache/syscache.c:578
-#, c-format
-msgid "SysCacheGetAttr: missing cache data for id %d"
+#: commands/vacuum.c:1715
+msgid ""
+"Child itemid in update-chain marked as unused - can't continue repair_frag"
msgstr ""
-#: ../utils/cache/relcache.c:147 ../utils/cache/relcache.c:155
-#: ../utils/cache/relcache.c:163
-msgid "out of memory for relation descriptor cache"
+#: commands/vacuum.c:1812
+msgid "Parent itemid marked as unused"
msgstr ""
-#: ../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."
+#: commands/vacuum.c:1836
+msgid "Too old parent tuple found - can't continue repair_frag"
msgstr ""
-#: ../utils/cache/relcache.c:318 ../utils/cache/relcache.c:384
-msgid "ScanPgRelation: bad buildinfo"
+#: commands/vacuum.c:1965
+#, c-format
+msgid "moving chain: failed to add item with len = %lu to page %u"
msgstr ""
-#: ../utils/cache/relcache.c:596
+#: commands/vacuum.c:2109
#, c-format
-msgid "catalog is missing %d attribute%s for relid %u"
+msgid ""
+"failed to add item with len = %lu to page %u (free space %lu, nusd %u, noff %"
+"u)"
msgstr ""
-#: ../utils/cache/relcache.c:667
-#, c-format
-msgid "cannot find attribute %d of relation %s"
+#: commands/vacuum.c:2198
+msgid "HEAP_MOVED_IN was not expected (2)"
msgstr ""
-#: ../utils/cache/relcache.c:1072
-#, c-format
-msgid "RelationBuildDesc: can't open %s: %m"
+#: commands/vacuum.c:2202
+msgid "Invalid XVAC in tuple header (4)"
msgstr ""
-#: ../utils/cache/relcache.c:1310
-#, c-format
-msgid "fixrdesc: no pg_class entry for %s"
+#: commands/vacuum.c:2227
+msgid "HEAP_MOVED_OFF was expected (2)"
msgstr ""
-#: ../utils/cache/relcache.c:1319
-#, c-format
-msgid "fixrdesc: no existing relcache entry for %s"
+#: commands/vacuum.c:2338
+msgid "HEAP_MOVED_OFF/HEAP_MOVED_IN was expected"
msgstr ""
-#: ../utils/cache/relcache.c:1551
-#, c-format
-msgid "RelationReloadClassinfo system relation id=%d doesn't exist"
+#: commands/vacuum.c:2340
+msgid "Invalid XVAC in tuple header (2)"
msgstr ""
-#: ../utils/cache/relcache.c:1680
+#: commands/vacuum.c:2358
#, c-format
-msgid "RelationClearRelation: relation %u deleted while still in use"
+msgid ""
+"Rel %s: Pages: %u --> %u; Tuple(s) moved: %u.\n"
+"\t%s"
msgstr ""
-#: ../utils/cache/relcache.c:1783
-#, c-format
-msgid "Local relation %s not found in list"
+#: commands/vacuum.c:2419
+msgid "Invalid XVAC in tuple header (3)"
msgstr ""
-#: ../utils/cache/relcache.c:1831
-msgid "inval call to RFI"
+#: commands/vacuum.c:2424
+msgid "HEAP_MOVED_OFF was expected (3)"
msgstr ""
-#: ../utils/cache/relcache.c:2308
+#: commands/vacuum.c:2473
#, c-format
-msgid "AttrDefaultFetch: second record found for attr %s in rel %s"
-msgstr ""
+msgid "VACUUM (repair_frag): FlushRelationBuffers returned %d"
+msgstr "VACUUM (repari_frag): FlushRelationBuffers ·µ»ØÁË %d"
-#: ../utils/cache/relcache.c:2316
+#: commands/vacuum.c:2539
#, c-format
-msgid "AttrDefaultFetch: adbin IS NULL for attr %s in rel %s"
-msgstr ""
+msgid "VACUUM (vacuum_heap): FlushRelationBuffers returned %d"
+msgstr "VACUUM (vacuum_heap): FlushRelationBuffers ·µ»ØÁË %d"
-#: ../utils/cache/relcache.c:2329
+#: commands/vacuum.c:2545
#, c-format
-msgid "AttrDefaultFetch: unexpected record found for attr %d in rel %s"
+msgid "Rel %s: Pages: %u --> %u."
msgstr ""
-#: ../utils/cache/relcache.c:2335
+#: commands/vacuum.c:2636 commands/vacuumlazy.c:585
#, c-format
-msgid "AttrDefaultFetch: %d record not found for rel %s"
+msgid ""
+"Index %s: Pages %u, %u deleted, %u free; Tuples %.0f.\n"
+"\t%s"
msgstr ""
-#: ../utils/cache/relcache.c:2409
+#: commands/vacuum.c:2650 commands/vacuum.c:2712
#, c-format
-msgid "RelCheckFetch: unexpected record found for rel %s"
+msgid ""
+"Index %s: NUMBER OF INDEX' TUPLES (%.0f) IS NOT THE SAME AS HEAP' (%.0f).\n"
+"\tRecreate the index."
msgstr ""
-#: ../utils/cache/relcache.c:2416
+#: commands/vacuum.c:2698 commands/vacuumlazy.c:641
#, c-format
-msgid "RelCheckFetch: rcname IS NULL for rel %s"
+msgid ""
+"Index %s: Pages %u, %u deleted, %u free; Tuples %.0f: Deleted %.0f.\n"
+"\t%s"
msgstr ""
-#: ../utils/cache/relcache.c:2424
+#: commands/vacuumlazy.c:428
#, c-format
-msgid "RelCheckFetch: rcbin IS NULL for rel %s"
+msgid ""
+"Pages %u: Changed %u, Empty %u; Tup %.0f: Vac %.0f, Keep %.0f, UnUsed %.0f.\n"
+"\tTotal %s"
msgstr ""
-#: ../utils/cache/relcache.c:2435
+#: commands/vacuumlazy.c:478
#, c-format
-msgid "RelCheckFetch: %d record not found for rel %s"
+msgid ""
+"Removed %d tuples in %d pages.\n"
+"\t%s"
msgstr ""
-#: ../utils/cache/relcache.c:2856
+#: commands/vacuumlazy.c:715
+#, c-format
+msgid "VACUUM (lazy_truncate_heap): FlushRelationBuffers returned %d"
+msgstr "VACUUM (lazy_truncate_heap): FlushRelationBuffers ·µ»ØÁË %d"
+
+#: commands/vacuumlazy.c:750
#, c-format
msgid ""
-"Cannot create init file %s: %m\n"
-"\tContinuing anyway, but there's something wrong."
+"Truncated %u --> %u pages.\n"
+"\t%s"
msgstr ""
-#: ../utils/cache/relcache.c:2925
-msgid "cannot write init file -- descriptor length"
+#: commands/variable.c:62
+msgid "SET DATESTYLE: invalid list syntax"
msgstr ""
-#: ../utils/cache/relcache.c:2929
-msgid "cannot write init file -- reldesc"
-msgstr "ÎÞ·¨Ð´Èë³õʼ»¯Îļþ -- reldesc"
-
-#: ../utils/cache/relcache.c:2935
-msgid "cannot write init file -- am tuple form length"
+#: commands/variable.c:141
+#, c-format
+msgid "SET DATESTYLE: unrecognized keyword %s"
msgstr ""
-#: ../utils/cache/relcache.c:2938
-msgid "cannot write init file -- am tuple form"
+#: commands/variable.c:156
+msgid "SET DATESTYLE: conflicting specifications"
msgstr ""
-#: ../utils/cache/relcache.c:2944
-msgid "cannot write init file -- relation tuple form length"
+#: commands/variable.c:288
+msgid "SET TIME ZONE: illegal INTERVAL; month not allowed"
msgstr ""
-#: ../utils/cache/relcache.c:2947
-msgid "cannot write init file -- relation tuple form"
+#: commands/variable.c:331
+msgid "Unable to clear TZ environment variable"
msgstr ""
-#: ../utils/cache/relcache.c:2955
-#, c-format
-msgid "cannot write init file -- length of attdesc %d"
+#: 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 ""
-#: ../utils/cache/relcache.c:2958
+#: commands/variable.c:495
#, c-format
-msgid "cannot write init file -- attdesc %d"
-msgstr "ÎÞ·¨Ð´Èë³õʼ»¯Îļþ -- attdesc %d"
+msgid "Conversion between %s and %s is not supported"
+msgstr "²»Ö§³Ö %s ºÍ %s Ö®¼äµÄת»»"
-#: ../utils/cache/relcache.c:2966
-msgid "cannot write init file -- strategy map length"
-msgstr ""
+#: commands/variable.c:507
+msgid "SET SERVER_ENCODING is not supported"
+msgstr "²»Ö§³Ö SET SERVER_ENCODING"
-#: ../utils/cache/relcache.c:2969
-msgid "cannot write init file -- strategy map"
-msgstr ""
+#: commands/view.c:87
+msgid "attempted to define virtual relation with no attrs"
+msgstr "³¢ÊÔ¶¨ÒåûÓÐÊôÐÔµÄÐéÄâ¹Øϵ"
-#: ../utils/cache/relcache.c:2975
-msgid "cannot write init file -- support vector length"
-msgstr ""
+#: commands/view.c:109
+#, c-format
+msgid "%s is not a view"
+msgstr "%s ²»ÊÇÒ»¸öÊÓͼ"
-#: ../utils/cache/relcache.c:2978
-msgid "cannot write init file -- support vector"
-msgstr ""
+#: commands/view.c:162 commands/view.c:172
+msgid "Cannot change number of columns in view"
+msgstr "ÊÓͼÖв»Äܸıä×ֶθöÊý"
-#: ../utils/cache/relcache.c:2992
+#: commands/view.c:175
#, c-format
-msgid ""
-"Cannot rename init file %s to %s: %m\n"
-"\tContinuing anyway, but there's something wrong."
-msgstr ""
+msgid "Cannot change name of view column \"%s\""
+msgstr "ÎÞ·¨¸Ä±äÊÓͼ×ֶΠ\"%s\" µÄÃû×Ö"
-#: ../utils/cache/inval.c:393
+#: commands/view.c:180
#, c-format
-msgid "ExecuteInvalidationMessage: bogus message id %d"
-msgstr ""
+msgid "Cannot change datatype of view column \"%s\""
+msgstr "ÎÞ·¨¸Ä±äÊÓͼ×ֶΠ\"%s\" µÄÊý¾ÝÀàÐÍ"
-#. translator: This string will be truncated at 31 characters.
-#: ../utils/error/elog.c:174
+#: executor/execAmi.c:163
#, c-format
-msgid "copy: line %d, "
-msgstr "¿½±´: ÐÐ %d, "
-
-#. translator: This must fit in fmt_fixedbuf.
-#: ../utils/error/elog.c:197 ../utils/error/elog.c:293
-msgid "elog: out of memory"
-msgstr "elog: ÄÚ´æÓþ¡"
-
-#: ../utils/error/elog.c:415
-msgid "elog: error during error recovery, giving up!"
+msgid "ExecReScan: node type %d not supported"
msgstr ""
-#: ../utils/error/elog.c:460
+#: executor/execAmi.c:211
#, c-format
-msgid "DebugFileOpen: open of %s: %m"
+msgid "ExecMarkPos: node type %d not supported"
msgstr ""
-#: ../utils/error/elog.c:469
+#: executor/execAmi.c:252
#, c-format
-msgid "DebugFileOpen: %s reopen as stderr: %m"
+msgid "ExecRestrPos: node type %d not supported"
msgstr ""
-#: ../utils/error/elog.c:481
+#: executor/execGrouping.c:280
#, c-format
-msgid "DebugFileOpen: %s reopen as stdout: %m"
-msgstr ""
-
-#: ../utils/error/elog.c:498
-msgid "DebugFileOpen: could not open debugging file"
+msgid "ComputeHashFunc: Invalid typLen %d"
msgstr ""
-#: ../utils/error/elog.c:725
-msgid "Numerical result out of range"
-msgstr "ÊýÖµ½á¹û³¬³ö·¶Î§"
-
-#. translator: This string will be truncated at 47 characters expanded.
-#: ../utils/error/elog.c:736
+#: executor/execMain.c:414
#, c-format
-msgid "operating system error %d"
-msgstr "²Ù×÷ϵͳ´íÎó %d"
-
-#: ../utils/error/elog.c:753
-msgid "DEBUG: "
-msgstr "µ÷ÊÔ: "
-
-#: ../utils/error/elog.c:756
-msgid "NOTICE: "
-msgstr "×¢Òâ: "
-
-#: ../utils/error/elog.c:759
-msgid "ERROR: "
-msgstr "´íÎó: "
-
-#: ../utils/error/elog.c:762
-msgid "FATAL 1: "
-msgstr "ÖÂÃü´íÎó 1: "
-
-#: ../utils/error/elog.c:765
-msgid "FATAL 2: "
-msgstr "ÖÂÃü´íÎó 2: "
+msgid "ExecCheckRTEPerms: bogus operation %d"
+msgstr ""
-#: ../access/gist/gistscan.c:273
+#: executor/execMain.c:844
#, c-format
-msgid "GiST scan list corrupted -- cannot find 0x%p"
+msgid "You can't change sequence relation %s"
msgstr ""
-#: ../access/gist/gistscan.c:410
+#: executor/execMain.c:848
#, c-format
-msgid "Bad operation in GiST scan adjust: %d"
+msgid "You can't change toast relation %s"
msgstr ""
-#: ../access/gist/gist.c:171 ../access/hash/hash.c:72
-#: ../access/nbtree/nbtree.c:128 ../access/rtree/rtree.c:128
+#: executor/execMain.c:852
#, c-format
-msgid "%s already contains data"
+msgid "You can't change view relation %s"
msgstr ""
-#: ../access/gist/gist.c:390 ../access/gist/gist.c:584
-#, c-format
-msgid "gist: failed to add index item to %s"
+#: executor/execMain.c:1067
+msgid "ExecutePlan: NO (junk) `ctid' was found!"
msgstr ""
-#: ../access/gist/gist.c:1548
-#, c-format
-msgid "initGISTstate: numberOfAttributes %d > %d"
+#: executor/execMain.c:1071
+msgid "ExecutePlan: (junk) `ctid' is NULL!"
msgstr ""
-#: ../access/gist/gist.c:1799
+#: executor/execMain.c:1096
#, c-format
-msgid "%sPage: %d %s blk: %d maxoff: %d free: %d"
+msgid "ExecutePlan: NO (junk) `%s' was found!"
msgstr ""
-#: ../access/gist/gist.c:1809
+#: executor/execMain.c:1101
#, c-format
-msgid "%s Tuple. blk: %d size: %d"
+msgid "ExecutePlan: (junk) `%s' is NULL!"
msgstr ""
-#: ../access/gist/gist.c:1825
-msgid "gist_redo: unimplemented"
+#: executor/execMain.c:1190
+msgid "ExecutePlan: unknown operation in queryDesc"
msgstr ""
-#: ../access/gist/gist.c:1831
-msgid "gist_undo: unimplemented"
+#: executor/execMain.c:1476
+msgid "ExecUpdate: UPDATE can't run without transactions"
msgstr ""
-#: ../access/hash/hashpage.c:93
+#: executor/execMain.c:1676
#, c-format
-msgid "Cannot initialize non-empty hash table %s"
-msgstr ""
-
-#: ../access/hash/hashpage.c:151
-msgid "Problem with _hash_initbitmap."
+msgid "%s: Fail to add null value in not null attribute %s"
msgstr ""
-#: ../access/hash/hashpage.c:196
-msgid "_hash_getbuf: internal error: hash AM does not use P_NEW"
+#: executor/execMain.c:1686
+#, c-format
+msgid "%s: rejected due to CHECK constraint \"%s\" on \"%s\""
msgstr ""
-#: ../access/hash/hashpage.c:204
+#: executor/execMain.c:1729
#, c-format
-msgid "_hash_getbuf: invalid access (%d) on new blk: %s"
+msgid "EvalPlanQual: can't find RTE %d"
msgstr ""
-#: ../access/hash/hashpage.c:231
-#, c-format
-msgid "_hash_relbuf: invalid access (%d) on blk %x: %s"
+#: executor/execMain.c:1747
+msgid "EvalPlanQual: t_xmin is uncommitted ?!"
msgstr ""
-#: ../access/hash/hashpage.c:290
+#: executor/execProcnode.c:218
#, c-format
-msgid "_hash_chgbufaccess: invalid access (%d) on blk %x: %s"
+msgid "ExecInitNode: node type %d unsupported"
msgstr ""
-#: ../access/hash/hashpage.c:335
+#: executor/execProcnode.c:378
#, c-format
-msgid "_hash_setpagelock: invalid access (%d) on blk %x: %s"
+msgid "ExecProcNode: node type %d unsupported"
msgstr ""
-#: ../access/hash/hashpage.c:359
+#: executor/execProcnode.c:471
#, c-format
-msgid "_hash_unsetpagelock: invalid access (%d) on blk %x: %s"
+msgid "ExecCountSlotsNode: node type %d unsupported"
msgstr ""
-#: ../access/hash/hashpage.c:548 ../access/hash/hashpage.c:689
+#: executor/execProcnode.c:600
#, c-format
-msgid "_hash_splitpage: empty overflow page %d"
+msgid "ExecEndNode: node type %d unsupported"
msgstr ""
-#: ../access/hash/hashpage.c:589
+#: executor/execProcnode.c:776
#, c-format
-msgid "_hash_splitpage: empty ovfl page %d!"
+msgid "ExecGetTupType: node type %d unsupported"
msgstr ""
-#: ../access/hash/hashpage.c:644
+#: executor/execQual.c:173 executor/execQual.c:195
#, c-format
-msgid "_hash_splitpage: failed to add index item to %s"
+msgid "ExecEvalArrayRef: can only handle %d dimensions"
msgstr ""
-#: ../access/hash/hashovfl.c:61
-msgid "_hash_addovflpage: problem with _hash_getovfladdr."
+#: executor/execQual.c:217
+msgid "ExecEvalArrayRef: upper and lower indices mismatch"
msgstr ""
-#: ../access/hash/hashovfl.c:196
-msgid "overflow_page: problem with _hash_initbitmap."
+#: executor/execQual.c:298
+msgid "ExecEvalAggref: no aggregates in this expression context"
msgstr ""
-#: ../access/hash/hashovfl.c:569
+#: executor/execQual.c:476
#, c-format
-msgid "_hash_squeezebucket: failed to add index item to %s"
+msgid "ExecEvalParam: invalid paramkind %d"
msgstr ""
-#: ../access/hash/hashscan.c:103
+#: executor/execQual.c:488
#, c-format
-msgid "hash scan list trashed; can't find 0x%p"
-msgstr ""
-
-#: ../access/hash/hashutil.c:81
-msgid "hash indices cannot include null keys"
+msgid "ExecEvalParam: Unknown value for parameter %s"
msgstr ""
-#: ../access/hash/hash.c:472
-msgid "hash_redo: unimplemented"
+#: executor/execQual.c:491
+#, c-format
+msgid "ExecEvalParam: Unknown value for parameter %d"
msgstr ""
-#: ../access/hash/hash.c:478
-msgid "hash_undo: unimplemented"
+#: executor/execQual.c:523
+msgid "GetAttributeByNum: Invalid attribute number"
msgstr ""
-#: ../access/hash/hashinsert.c:51
-msgid "Hash indices valid for only one index key."
+#: executor/execQual.c:526
+msgid "GetAttributeByNum: cannot access system attributes here"
msgstr ""
-#: ../access/hash/hashinsert.c:169
-msgid "hash item too large"
+#: executor/execQual.c:529
+msgid "GetAttributeByNum: a NULL isNull flag was passed"
msgstr ""
-#: ../access/hash/hashinsert.c:235
-#, c-format
-msgid "_hash_pgaddtup: failed to add index item to %s"
+#: executor/execQual.c:557
+msgid "GetAttributeByName: Invalid attribute name"
msgstr ""
-#: ../access/heap/hio.c:53
-msgid "RelationPutHeapTuple: failed to add tuple"
+#: executor/execQual.c:560
+msgid "GetAttributeByName: a NULL isNull flag was passed"
msgstr ""
-#: ../access/heap/hio.c:112
+#: executor/execQual.c:582
#, c-format
-msgid "Tuple is too big: size %lu, max size %ld"
-msgstr ""
+msgid "GetAttributeByName: attribute %s not found"
+msgstr "GetAttributeByName: ÊôÐÔ %s û·¢ÏÖ"
-#: ../access/heap/hio.c:268
-#, c-format
-msgid "Tuple is too big: size %lu"
+#: executor/execQual.c:609
+msgid "init_fcache: too many arguments"
+msgstr "init_fcache: ²ÎÊýÌ«¶à"
+
+#: executor/execQual.c:651
+msgid "Functions and operators can take only one set argument"
msgstr ""
-#: ../access/heap/tuptoaster.c:849
-msgid "Failed to build TOAST tuple"
+#: 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/heap/tuptoaster.c:865
-msgid "Failed to insert index entry for TOAST tuple"
+#: executor/execQual.c:1039 executor/execQual.c:1074
+msgid ""
+"ExecMakeTableFunctionResult: Invalid result from function returning tuple"
msgstr ""
-#: ../access/heap/tuptoaster.c:1048
-#, c-format
-msgid "unexpected chunk number %d for toast value %u"
+#: executor/execQual.c:1099
+msgid "ExecMakeTableFunctionResult: Materialize-mode protocol not followed"
msgstr ""
-#: ../access/heap/tuptoaster.c:1054 ../access/heap/tuptoaster.c:1061
+#: executor/execQual.c:1104
#, c-format
-msgid "unexpected chunk size %d in chunk %d for toast value %u"
+msgid "ExecMakeTableFunctionResult: unknown returnMode %d"
msgstr ""
-#: ../access/heap/tuptoaster.c:1066
-#, c-format
-msgid "chunk %d for toast value %u appears multiple times"
+#: executor/execQual.c:1216
+msgid "IS DISTINCT FROM does not support set arguments"
msgstr ""
-#: ../access/heap/tuptoaster.c:1084
-#, c-format
-msgid "not all toast chunks found for value %u"
+#: executor/execQual.c:1494
+msgid "NULLIF does not support set arguments"
msgstr ""
-#: ../access/heap/heapam.c:143
+#: executor/execQual.c:1554
#, c-format
-msgid "heapgettup(%s, tid=0x%x[%d,%d], dir=%d, ...)"
+msgid "ExecEvalNullTest: unexpected nulltesttype %d"
msgstr ""
-#: ../access/heap/heapam.c:149
+#: executor/execQual.c:1639
#, c-format
-msgid "heapgettup(%s, tid=0x%x, dir=%d, ...)"
+msgid "ExecEvalBooleanTest: unexpected booltesttype %d"
msgstr ""
-#: ../access/heap/heapam.c:152
+#: executor/execQual.c:1673
#, c-format
-msgid "heapgettup(..., b=0x%x, nkeys=%d, key=0x%x"
+msgid "Domain %s does not allow NULL values"
msgstr ""
-#: ../access/heap/heapam.c:154
+#: executor/execQual.c:1700
#, c-format
-msgid "heapgettup: relation(%c)=`%s', %p"
+msgid "ExecEvalCoerceToDomain: Domain %s constraint %s failed"
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"
+#: executor/execQual.c:1709
+msgid "ExecEvalCoerceToDomain: Constraint type unknown"
msgstr ""
-#: ../access/heap/heapam.c:468
+#: executor/execQual.c:1882
#, c-format
-msgid "Relation %u does not exist"
-msgstr ""
+msgid "ExecEvalExpr: unknown boolop %d"
+msgstr "ExecEvalExpr: δ֪ boolop %d"
-#: ../access/heap/heapam.c:472 ../access/heap/heapam.c:509
-#: ../access/heap/heapam.c:546 ../access/heap/heapam.c:576
+#: executor/execQual.c:1946
#, c-format
-msgid "%s is an index relation"
+msgid "ExecEvalExpr: unknown expression type %d"
msgstr ""
-#: ../access/heap/heapam.c:505
-#, c-format
-msgid "Relation '%s' does not exist"
-msgstr "¹Øϵ '%s' ²»´æÔÚ"
-
-#: ../access/heap/heapam.c:637
-msgid "heap_beginscan: !RelationIsValid(relation)"
-msgstr ""
+#: executor/execQual.c:2045 optimizer/util/clauses.c:403
+msgid "Aggregate function calls may not be nested"
+msgstr "¾Û¼¯º¯Êýµ÷Óò»ÔÊÐíǶÌ×"
-#: ../access/heap/heapam.c:752
-#, c-format
-msgid "heap_getnext([%s,nkeys=%d],backw=%d) called"
+#: executor/execQual.c:2048
+msgid "ExecInitExpr: Aggref not expected here"
msgstr ""
-#: ../access/heap/heapam.c:756
-msgid "heap_getnext returning EOS"
+#: executor/execQual.c:2117 executor/execQual.c:2284
+msgid "ExecInitExpr: SubPlan not expected here"
msgstr ""
-#: ../access/heap/heapam.c:759
-msgid "heap_getnext returning tuple"
-msgstr ""
+#: executor/execQual.c:2260
+#, fuzzy, c-format
+msgid "ExecInitExpr: unknown expression type %d"
+msgstr "CreateOperationTag: δ֪²Ù×÷ÀàÐÍ %d"
-#: ../access/heap/heapam.c:782
-msgid "heap_getnext: NULL relscan"
+#: 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/heap/heapam.c:880
+#: executor/functions.c:154
#, c-format
-msgid "heap_fetch: %s relation: ReadBuffer(%lx) failed"
+msgid "init_sql_fcache: Cache lookup failed for procedure %u"
msgstr ""
-#: ../access/heap/heapam.c:969
+#: executor/functions.c:166
#, c-format
-msgid "heap_get_latest_tid: %s relation: ReadBuffer(%lx) failed"
+msgid "init_sql_fcache: Cache lookup failed for type %u"
msgstr ""
-#: ../access/heap/heapam.c:1171
-msgid "heap_delete: failed ReadBuffer"
+#: executor/functions.c:228
+#, c-format
+msgid "init_sql_fcache: null prosrc for procedure %u"
msgstr ""
-#: ../access/heap/heapam.c:1190
-msgid "heap_delete: (am)invalid tid"
+#: executor/instrument.c:40
+msgid "InstrStartTimer called twice in a row"
msgstr ""
-#: ../access/heap/heapam.c:1310
-msgid "simple_heap_delete: tuple already updated by self"
+#: executor/instrument.c:56
+msgid "InstrStopNode without start"
msgstr ""
-#: ../access/heap/heapam.c:1318
-msgid "simple_heap_delete: tuple concurrently updated"
-msgstr ""
+#: executor/nodeAgg.c:1210
+#, fuzzy, c-format
+msgid "ExecAgg: cache lookup failed for aggregate %u"
+msgstr "SetRelationRuleStatus: Ϊ¹Øϵ %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../access/heap/heapam.c:1322 ../executor/execMain.c:1358
+#: executor/nodeAgg.c:1265
#, c-format
-msgid "Unknown status %u from heap_delete"
-msgstr ""
-
-#: ../access/heap/heapam.c:1357
-msgid "heap_update: failed ReadBuffer"
+msgid "Aggregate %u needs to have compatible input type and transition type"
msgstr ""
-#: ../access/heap/heapam.c:1382
-msgid "heap_update: (am)invalid tid"
+#: executor/nodeAgg.c:1317
+#, c-format
+msgid ""
+"GetAggInitVal: cache lookup failed on aggregate transition function return "
+"type %u"
msgstr ""
-#: ../access/heap/heapam.c:1626
-msgid "simple_heap_update: tuple already updated by self"
-msgstr ""
+#: executor/nodeAgg.c:1425
+#, c-format
+msgid "Aggregate function %u called as normal function"
+msgstr "¾Û¼¯º¯Êý %u ±»×÷ΪÆÕͨº¯Êýµ÷ÓÃ"
-#: ../access/heap/heapam.c:1634
-msgid "simple_heap_update: tuple concurrently updated"
+#: executor/nodeFunctionscan.c:91
+msgid ""
+"Query-specified return tuple and actual function return tuple do not match"
msgstr ""
-#: ../access/heap/heapam.c:1638 ../executor/execMain.c:1495
+#: executor/nodeHashjoin.c:380
#, c-format
-msgid "Unknown status %u from heap_update"
+msgid "ExecInitHashJoin: unsupported join type %d"
msgstr ""
-#: ../access/heap/heapam.c:1661
-msgid "heap_mark4update: failed ReadBuffer"
-msgstr ""
+#: executor/nodeHashjoin.c:558 executor/nodeHashjoin.c:566
+msgid "Read from hashjoin temp file failed"
+msgstr "¶ÁÈ¡É¢ÁÐÁª½ÓÁÙʱÎļþʧ°Ü"
-#: ../access/heap/heapam.c:1678
-msgid "heap_mark4update: (am)invalid tid"
+#: executor/nodeHashjoin.c:622 executor/nodeHashjoin.c:627
+msgid "Failed to rewind hash temp file"
msgstr ""
-#: ../access/heap/heapam.c:1961
-msgid "heap_clean_redo: no block"
-msgstr ""
+#: executor/nodeHashjoin.c:676 executor/nodeHashjoin.c:679
+msgid "Write to hashjoin temp file failed"
+msgstr "дÈëÉ¢ÁÐÁª½ÓÁÙʱÎļþʧ°Ü"
-#: ../access/heap/heapam.c:1965
-msgid "heap_clean_redo: uninitialized page"
+#: executor/nodeIndexscan.c:669
+msgid "ExecInitIndexScan: indxqual not an opclause!"
msgstr ""
-#: ../access/heap/heapam.c:2018
+#: executor/nodeIndexscan.c:771 executor/nodeIndexscan.c:808
#, c-format
-msgid "heap_delete_%sdo: no block"
-msgstr ""
+msgid "ExecInitIndexScan: %s"
+msgstr "ExecInitIndexScan: %s"
-#: ../access/heap/heapam.c:2022
+#: executor/nodeIndexscan.c:881
#, c-format
-msgid "heap_delete_%sdo: uninitialized page"
+msgid "indexes of the relation %u was inactivated"
msgstr ""
-#: ../access/heap/heapam.c:2034
-msgid "heap_delete_undo: bad page LSN"
+#: executor/nodeLimit.c:152 executor/nodeLimit.c:167
+msgid "ExecLimit: subplan failed to run backwards"
msgstr ""
-#: ../access/heap/heapam.c:2041
+#: executor/nodeLimit.c:198
#, c-format
-msgid "heap_delete_%sdo: invalid lp"
+msgid "ExecLimit: impossible state %d"
msgstr ""
-#: ../access/heap/heapam.c:2057
-msgid "heap_delete_undo: unimplemented"
+#: executor/nodeMergejoin.c:132
+msgid "MJFormSkipQuals: op not an OpExpr!"
msgstr ""
-#: ../access/heap/heapam.c:2083
+#: executor/nodeMergejoin.c:401
#, c-format
-msgid "heap_insert_%sdo: uninitialized page"
+msgid "ExecMergeJoin: unsupported join type %d"
msgstr ""
-#: ../access/heap/heapam.c:2109
-msgid "heap_insert_redo: invalid max offset number"
+#: executor/nodeMergejoin.c:1391
+#, c-format
+msgid "ExecMergeJoin: invalid join state %d, aborting"
msgstr ""
-#: ../access/heap/heapam.c:2133
-msgid "heap_insert_redo: failed to add tuple"
+#: executor/nodeMergejoin.c:1479
+msgid "RIGHT JOIN is only supported with mergejoinable join conditions"
msgstr ""
-#: ../access/heap/heapam.c:2143
-msgid "heap_insert_undo: bad page LSN"
+#: executor/nodeMergejoin.c:1494 optimizer/path/joinpath.c:818
+msgid "FULL JOIN is only supported with mergejoinable join conditions"
msgstr ""
-#: ../access/heap/heapam.c:2145
-msgid "heap_insert_undo: unimplemented"
+#: executor/nodeMergejoin.c:1497
+#, c-format
+msgid "ExecInitMergeJoin: unsupported join type %d"
msgstr ""
-#: ../access/heap/heapam.c:2176
+#: executor/nodeNestloop.c:336
#, c-format
-msgid "heap_update_%sdo: no block"
+msgid "ExecInitNestLoop: unsupported join type %d"
msgstr ""
-#: ../access/heap/heapam.c:2180
+#: executor/nodeSetOp.c:173
#, c-format
-msgid "heap_update_%sdo: uninitialized old page"
+msgid "ExecSetOp: bogus command code %d"
msgstr ""
-#: ../access/heap/heapam.c:2194
-msgid "heap_update_undo: bad old tuple page LSN"
+#: executor/nodeSort.c:52
+msgid "ExtractSortKeys: keycount <= 0"
msgstr ""
-#: ../access/heap/heapam.c:2201
-#, c-format
-msgid "heap_update_%sdo: invalid lp"
+#: executor/nodeSubplan.c:53
+msgid "ExecSubPlan: can't set parent params from subquery"
msgstr ""
-#: ../access/heap/heapam.c:2229 ../access/heap/heapam.c:2334
-msgid "heap_update_undo: unimplemented"
+#: executor/nodeSubplan.c:77
+msgid "ExecHashSubPlan: direct correlation not supported"
msgstr ""
-#: ../access/heap/heapam.c:2250
-#, c-format
-msgid "heap_update_%sdo: uninitialized page"
+#: 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/heap/heapam.c:2276
-msgid "heap_update_redo: invalid max offset number"
+#: executor/nodeSubplan.c:868
+msgid "ExecSetParamPlan: ANY/ALL subselect unsupported"
msgstr ""
-#: ../access/heap/heapam.c:2322
-msgid "heap_update_redo: failed to add tuple"
+#: executor/nodeSubplan.c:988
+msgid "ExecReScanSetParamPlan: direct correlated subquery unsupported, yet"
msgstr ""
-#: ../access/heap/heapam.c:2332
-msgid "heap_update_undo: bad new tuple page LSN"
+#: executor/nodeSubplan.c:990
+msgid "ExecReScanSetParamPlan: setParam list is empty"
msgstr ""
-#: ../access/heap/heapam.c:2350
-msgid "_heap_unlock_tuple: can't open relation"
+#: executor/nodeSubplan.c:992
+msgid "ExecReScanSetParamPlan: extParam set of plan is empty"
msgstr ""
-#: ../access/heap/heapam.c:2355
-msgid "_heap_unlock_tuple: can't read buffer"
+#: executor/spi.c:70
+msgid "SPI_connect: no connection(s) expected"
msgstr ""
-#: ../access/heap/heapam.c:2359
-msgid "_heap_unlock_tuple: uninitialized page"
+#: executor/spi.c:76
+msgid "SPI_connect: some connection(s) expected"
msgstr ""
-#: ../access/heap/heapam.c:2363
-msgid "_heap_unlock_tuple: invalid itemid"
+#: 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/heap/heapam.c:2367
-msgid "_heap_unlock_tuple: unused/deleted tuple in rollback"
+#: executor/spi.c:722
+msgid "cannot open multi-query plan as cursor"
msgstr ""
-#: ../access/heap/heapam.c:2373
-msgid "_heap_unlock_tuple: invalid xmax/cmax in rollback"
+#: executor/spi.c:727
+msgid "plan in SPI_cursor_open() is not a SELECT"
msgstr ""
-#: ../access/heap/heapam.c:2397
-#, c-format
-msgid "heap_redo: unknown op code %u"
+#: executor/spi.c:729
+msgid "plan in SPI_cursor_open() must NOT be a SELECT INTO"
msgstr ""
-#: ../access/heap/heapam.c:2417
+#: executor/spi.c:760
#, c-format
-msgid "heap_undo: unknown op code %u"
-msgstr ""
+msgid "cursor \"%s\" already in use"
+msgstr "Óαê \"%s\" ÒѾʹÓÃ"
-#: ../access/index/genam.c:103
-msgid "RelationGetIndexScan: relation invalid"
+#: executor/spi.c:867 executor/spi.c:1340
+msgid "invalid portal in SPI cursor operation"
msgstr ""
-#: ../access/index/genam.c:148
-msgid "IndexScanEnd: invalid scan"
+#: executor/spi.c:892 executor/spi.c:897
+msgid "SPI: improper call to spi_dest_setup"
msgstr ""
-#: ../access/index/genam.c:176
-msgid "IndexScanRestart: invalid scan"
+#: executor/spi.c:894
+msgid "SPI: stack corrupted in spi_dest_setup"
msgstr ""
-#: ../access/index/genam.c:237
-msgid "IndexScanRestorePosition: no mark to restore"
+#: executor/spi.c:934 executor/spi.c:940
+msgid "SPI: improper call to spi_printtup"
msgstr ""
-#: ../access/index/indexam.c:90 ../access/index/indexam.c:99
-#, c-format
-msgid "index_%s: invalid %s regproc"
+#: executor/spi.c:936
+msgid "SPI: stack corrupted in spi_printtup"
msgstr ""
-#: ../access/index/indexam.c:128
-#, c-format
-msgid "Index %u does not exist"
-msgstr "Ë÷Òý %u ²»´æÔÚ"
+#: executor/spi.c:1302
+msgid "SPI_select: # of processed tuples check failed"
+msgstr ""
-#: ../access/index/indexam.c:131 ../access/index/indexam.c:155
-#, c-format
-msgid "%s is not an index relation"
+#: executor/spi.c:1359
+msgid "SPI_fetch: # of processed tuples check failed"
msgstr ""
-#: ../access/index/indexam.c:152
-#, c-format
-msgid "Index '%s' does not exist"
-msgstr "Ë÷Òý '%s' ²»´æÔÚ"
+#: lib/dllist.c:41
+msgid "Memory exhausted in DLNewList"
+msgstr "ÔÚ DLNewList ÀïÄÚ´æºÄ¾¡"
+
+#: lib/dllist.c:84
+msgid "Memory exhausted in DLNewElem"
+msgstr "ÔÚ DLNewElem ÀïÄÚ´æºÄ¾¡"
-#: ../access/index/istrat.c:249
+#: libpq/auth.c:112
#, c-format
-msgid "StrategyTermEvaluate: impossible case %d"
+msgid "pg_krb4_recvauth: kerberos error: %s"
msgstr ""
-#: ../access/index/istrat.c:325
+#: libpq/auth.c:118
#, c-format
-msgid "RelationGetStrategy: impossible case %d"
+msgid "pg_krb4_recvauth: protocol version \"%s\" != \"%s\""
msgstr ""
-#: ../access/index/istrat.c:331
-msgid "RelationGetStrategy: corrupted evaluation"
+#: libpq/auth.c:124
+#, c-format
+msgid "pg_krb4_recvauth: name \"%s\" != \"%s\""
msgstr ""
-#: ../access/index/istrat.c:450
-#, c-format
-msgid "RelationInvokeStrategy: cannot evaluate strategy %d"
+#: libpq/auth.c:136
+msgid "pg_krb4_recvauth: Kerberos not implemented on this server"
msgstr ""
-#: ../access/index/istrat.c:475
+#: libpq/auth.c:196
#, c-format
-msgid "FillScanKeyEntry: unknown operator %u"
+msgid "pg_krb5_init: krb5_init_context returned Kerberos error %d"
msgstr ""
-#: ../access/index/istrat.c:485
+#: libpq/auth.c:205
#, c-format
-msgid "FillScanKeyEntry: no procedure for operator %u"
+msgid "pg_krb5_init: krb5_kt_resolve returned Kerberos error %d"
msgstr ""
-#: ../access/index/istrat.c:530
+#: libpq/auth.c:217
#, c-format
-msgid "IndexSupportInitialize: no pg_index entry for index %u"
+msgid "pg_krb5_init: krb5_sname_to_principal returned Kerberos error %d"
msgstr ""
-#: ../access/index/istrat.c:544
-msgid "IndexSupportInitialize: bogus pg_index tuple"
+#: libpq/auth.c:261
+#, c-format
+msgid "pg_krb5_recvauth: krb5_recvauth returned Kerberos error %d"
msgstr ""
-#: ../access/rtree/rtree.c:329
+#: libpq/auth.c:285
#, c-format
-msgid "rtdoinsert: failed to add index item to %s"
+msgid "pg_krb5_recvauth: krb5_unparse_name returned Kerberos error %d"
msgstr ""
-#: ../access/rtree/rtree.c:523 ../access/rtree/rtree.c:547
+#: libpq/auth.c:296
#, c-format
-msgid "rtdosplit: failed to add index item to %s"
+msgid "pg_krb5_recvauth: user name \"%s\" != krb5 name \"%s\""
msgstr ""
-#: ../access/rtree/rtree.c:643
-msgid "Variable-length rtree keys are not supported."
+#: libpq/auth.c:315
+msgid "pg_krb5_recvauth: Kerberos not implemented on this server"
msgstr ""
-#: ../access/rtree/rtree.c:663
+#: libpq/auth.c:380
#, c-format
-msgid "rtintinsert: failed to add index item to %s"
-msgstr ""
+msgid "%s authentication failed for user \"%s\""
+msgstr "ΪÓû§ \"%2$s\" %1$s ÈÏ֤ʧ°Ü"
+
+#: libpq/auth.c:402
+msgid "Missing or erroneous pg_hba.conf file, see postmaster log for details"
+msgstr "ȱʧ»òÕßʱÄõ½´íÎóµÄ pg_hba.conf Îļþ, ¼û postmaster ÈÕÖ¾»ñȡϸ½Ú"
-#: ../access/rtree/rtree.c:689 ../access/rtree/rtree.c:694
+#: libpq/auth.c:429
#, c-format
-msgid "rtnewroot: failed to add index item to %s"
-msgstr ""
+msgid "No pg_hba.conf entry for host %s, user %s, database %s"
+msgstr "ûÓÐÓÃÓÚÖ÷»ú %s, Óû§ %s, Êý¾Ý¿â %s µÄ pg_hba.conf ¼Ç¼"
-#: ../access/rtree/rtree.c:780
+#: libpq/auth.c:464
#, c-format
-msgid "rtree: index item size %lu exceeds maximum %lu"
-msgstr ""
+msgid "pg_local_sendauth: can't do setsockopt: %m"
+msgstr "pg_local_sendauth: ÎÞ·¨½øÐÐ setsockopt: %m"
-#: ../access/rtree/rtree.c:1066
-msgid "rtpicksplit: failed to find a workable page split"
+#: libpq/auth.c:553
+#, c-format
+msgid "pam_passwd_conv_proc: Error from underlying PAM layer: '%s'"
msgstr ""
-#: ../access/rtree/rtree.c:1351
-msgid "rtree_redo: unimplemented"
+#: libpq/auth.c:557
+#, c-format
+msgid "pam_passwd_conv_proc: Unexpected PAM conversation %d/'%s'"
msgstr ""
-#: ../access/rtree/rtree.c:1357
-msgid "rtree_undo: unimplemented"
-msgstr ""
+#: libpq/auth.c:587
+msgid "received PAM packet"
+msgstr "½ÓÊÕµ½ PAM °ü"
-#: ../access/rtree/rtscan.c:270
-#, c-format
-msgid "rtree scan list corrupted -- cannot find 0x%p"
-msgstr ""
+#: libpq/auth.c:591
+msgid "pam_passwd_conv_proc: no password"
+msgstr "pam_passwd_conv_proc: ûÓпÚÁî"
-#: ../access/rtree/rtscan.c:407
-#, c-format
-msgid "Bad operation in rtree scan adjust: %d"
-msgstr ""
+#: libpq/auth.c:604
+msgid "pam_passwd_conv_proc: Out of memory!"
+msgstr "pam_passwd_conv_proc: ÄÚ´æÒç³ö"
-#: ../access/common/indextuple.c:56
+#: libpq/auth.c:648
#, c-format
-msgid "index_formtuple: numberOfAttributes %d > %d"
+msgid "CheckPAMAuth: Failed to create PAM authenticator: '%s'"
msgstr ""
-#: ../access/common/indextuple.c:163
+#: libpq/auth.c:658
#, c-format
-msgid "index_formtuple: data takes %lu bytes, max is %d"
-msgstr ""
+msgid "CheckPAMAuth: pam_set_item(PAM_USER) failed: '%s'"
+msgstr "CheckPAMAuth: pam_set_item(PAM_USER) ʧ°Ü: '%s'"
-#: ../access/common/heaptuple.c:171
-msgid "heap_attisnull: zero attnum disallowed"
-msgstr ""
+#: libpq/auth.c:668
+#, c-format
+msgid "CheckPAMAuth: pam_set_item(PAM_CONV) failed: '%s'"
+msgstr "CheckPAMAuth: pam_set_item(PAM_CONV) ʧ°Ü: '%s'"
-#: ../access/common/heaptuple.c:174
-msgid "heap_attisnull: undefined negative attnum"
-msgstr ""
+#: libpq/auth.c:678
+#, c-format
+msgid "CheckPAMAuth: pam_authenticate failed: '%s'"
+msgstr "CheckPAMAuth: pam_authenticate ʧ°Ü: '%s'"
-#: ../access/common/heaptuple.c:459
+#: libpq/auth.c:688
#, c-format
-msgid "heap_getsysattr: invalid attnum %d"
-msgstr ""
+msgid "CheckPAMAuth: pam_acct_mgmt failed: '%s'"
+msgstr "CheckPAMAuth: pam_acct_mgmt ʧ°Ü: '%s'"
-#: ../access/common/heaptuple.c:585
+#: libpq/auth.c:698
#, c-format
-msgid "heap_formtuple: numberOfAttributes of %d > %d"
+msgid "CheckPAMAuth: Failed to release PAM authenticator: '%s'"
msgstr ""
-#: ../access/common/heaptuple.c:688
+#: libpq/auth.c:738
#, c-format
-msgid "heap_modifytuple: repl is \\%3d"
+msgid "unexpected password packet size: read %d, expected %d"
msgstr ""
-#: ../access/common/printtup.c:49
+#: libpq/auth.c:742
+msgid "received password packet"
+msgstr "½ÓÊÕµ½¿ÚÁî°ü"
+
+#: libpq/be-fsstubs.c:84
#, c-format
-msgid "getTypeOutputInfo: Cache lookup of type %u failed"
-msgstr ""
+msgid "lo_open(%u,%d)"
+msgstr "lo_open(%u,%d)"
-#: ../access/common/tupdesc.c:598
+#: libpq/be-fsstubs.c:102
#, c-format
-msgid "DefineRelation: no such type %s"
-msgstr ""
+msgid "cannot open large object %u"
+msgstr "ÎÞ·¨´ò¿ª´ó¶ÔÏó %u"
-#: ../access/transam/xlogutils.c:252
-msgid "_xl_remove_hash_entry: file was not found in cache"
-msgstr ""
+#: libpq/be-fsstubs.c:122
+#, c-format
+msgid "lo_close: invalid large obj descriptor (%d)"
+msgstr "lo_close: ÎÞЧ´ó¶ÔÏóÃèÊö·û (%d)"
-#: ../access/transam/xlogutils.c:351
-msgid "XLogOpenRelation: out of memory for cache"
-msgstr "XLogOpenRelation: »º³åÄÚ´æÓþ¡"
+#: libpq/be-fsstubs.c:126
+#, c-format
+msgid "lo_close(%d)"
+msgstr "lo_close(%d)"
-#: ../access/transam/xlogutils.c:354
-msgid "XLogOpenRelation: file found on insert into cache"
-msgstr ""
+#: libpq/be-fsstubs.c:158
+#, c-format
+msgid "lo_read: invalid large obj descriptor (%d)"
+msgstr "lo_read: ÎÞЧ´ó¶ÔÏóÃèÊö·û (%d)"
-#: ../access/transam/clog.c:545 ../access/transam/clog.c:596
+#: libpq/be-fsstubs.c:180
#, c-format
-msgid "open of %s failed: %m"
-msgstr "´ò¿ª %s ʧ°Ü: %m"
+msgid "lo_write: invalid large obj descriptor (%d)"
+msgstr "lo_write: ÎÞЧ´ó¶ÔÏóÃèÊö·û (%d)"
-#: ../access/transam/clog.c:546
+#: libpq/be-fsstubs.c:206
#, c-format
-msgid "clog file %s doesn't exist, reading as zeroes"
-msgstr ""
+msgid "lo_lseek: invalid large obj descriptor (%d)"
+msgstr "lo_lseek: ÎÞЧ´ó¶ÔÏóÃèÊö·û (%d)"
-#: ../access/transam/clog.c:552 ../access/transam/clog.c:604
+#: libpq/be-fsstubs.c:261
#, c-format
-msgid "lseek of clog file %u, offset %u failed: %m"
+msgid "lo_tell: invalid large object descriptor (%d)"
+msgstr "lo_tell: ÎÞЧ´ó¶ÔÏóÃèÊö·û (%d)"
+
+#: libpq/be-fsstubs.c:363
+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."
msgstr ""
+"ҪʹÓ÷þÎñÆ÷¶ËµÄ lo_import(), Äã±ØÐëÓÐ Postgres ³¬¼¶Óû§È¨ÏÞ.\n"
+"\tÈκÎÈ˶¼¿ÉÒÔʹÓà libpq ÌṩµÄ¿Í»§¶Ë lo_import()."
-#: ../access/transam/clog.c:557
+#: libpq/be-fsstubs.c:378
#, c-format
-msgid "read of clog file %u, offset %u failed: %m"
-msgstr ""
+msgid "lo_import: can't open unix file \"%s\": %m"
+msgstr "lo_import: ÎÞ·¨´ò¿ª unix Îļþ \"%s\": %m"
-#: ../access/transam/clog.c:600 ../access/transam/xlog.c:1311
+#: libpq/be-fsstubs.c:386
#, c-format
-msgid "creation of file %s failed: %m"
-msgstr "´´½¨Îļþ %s ʧ°Ü: %m"
+msgid "lo_import: can't create inv object for \"%s\""
+msgstr "lo_import: ÎÞ·¨Îª \"%s\"´´½¨×ªÖôó¶ÔÏó"
-#: ../access/transam/clog.c:613
+#: libpq/be-fsstubs.c:397
#, c-format
-msgid "write of clog file %u, offset %u failed: %m"
-msgstr "дÈë clog Îļþ %u, Æ«ÒÆÁ¿ %u ʧ°Ü: %m"
+msgid "lo_import: error while reading \"%s\""
+msgstr "lo_import: ¶ÁÈ¡ \"%s\" µÄʱºò·¢Éú´íÎó"
-#: ../access/transam/clog.c:831
-msgid "unable to truncate commit log: apparent wraparound"
+#: libpq/be-fsstubs.c:426
+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."
msgstr ""
+"ҪʹÓ÷þÎñÆ÷¶ËµÄ lo_export(), Äã±ØÐëÓÐ Postgres ³¬¼¶Óû§È¨ÏÞ.\n"
+"\tÈκÎÈ˶¼¿ÉÒÔʹÓà libpq ÌṩµÄ¿Í»§¶Ë lo_export()."
-#: ../access/transam/clog.c:884
+#: libpq/be-fsstubs.c:436
#, c-format
-msgid "could not open transaction-commit log directory (%s): %m"
-msgstr ""
+msgid "lo_export: can't open inv object %u"
+msgstr "lo_export: ÎÞ·¨´ò¿ª×ªÖöÔÏó %u"
-#: ../access/transam/clog.c:900
+#: libpq/be-fsstubs.c:454
#, c-format
-msgid "removing commit log file %s"
-msgstr ""
+msgid "lo_export: can't open unix file \"%s\": %m"
+msgstr "lo_export: ÎÞ·¨´ò¿ª unix Îļþ \"%s\": %m"
-#: ../access/transam/clog.c:909
+#: libpq/be-fsstubs.c:464
#, c-format
-msgid "could not read transaction-commit log directory (%s): %m"
-msgstr ""
+msgid "lo_export: error while writing \"%s\""
+msgstr "lo_export: д³ö \"%s\" ʱ³ö´í"
-#: ../access/transam/xact.c:439
-msgid "You may only have 2^32-1 commands per transaction"
-msgstr ""
+#: libpq/be-secure.c:290 libpq/be-secure.c:345
+#, c-format
+msgid "SSL SYSCALL error: %s"
+msgstr "SSL SYSCALL ´íÎó: %s"
-#: ../access/transam/xact.c:929
-msgid "CommitTransaction and not in in-progress state"
-msgstr ""
+#: libpq/be-secure.c:293 libpq/be-secure.c:348
+#, c-format
+msgid "SSL error: %s"
+msgstr "SSL ´íÎó: %s"
-#: ../access/transam/xact.c:1054
-msgid "AbortTransaction and not in in-progress state"
+#: libpq/be-secure.c:325 libpq/be-secure.c:327 libpq/be-secure.c:330
+msgid "SSL renegotiation failure"
msgstr ""
-#: ../access/transam/xact.c:1133
-msgid "CleanupTransaction and not in abort state"
+#: libpq/be-secure.c:396
+#, c-format
+msgid "DH errors (%s): %d bits expected, %d bits found"
msgstr ""
-#: ../access/transam/xact.c:1174
-msgid "StartTransactionCommand: unexpected TBLOCK_BEGIN"
-msgstr ""
+#: libpq/be-secure.c:406
+#, c-format
+msgid "DH_check error (%s): %s"
+msgstr "DH_check ´íÎó (%s): %s"
-#: ../access/transam/xact.c:1195
-msgid "StartTransactionCommand: unexpected TBLOCK_END"
+#: libpq/be-secure.c:411
+#, c-format
+msgid "DH error (%s): p is not prime"
msgstr ""
-#: ../access/transam/xact.c:1218
-msgid "StartTransactionCommand: unexpected TBLOCK_ENDABORT"
+#: libpq/be-secure.c:418
+#, c-format
+msgid "DH error (%s): neither suitable generator or safe prime"
msgstr ""
-#: ../access/transam/xact.c:1400
-msgid "BEGIN: already a transaction in progress"
+#: libpq/be-secure.c:444
+#, c-format
+msgid "DH load buffer: %s"
msgstr ""
-#: ../access/transam/xact.c:1463
-msgid "COMMIT: no transaction in progress"
+#: libpq/be-secure.c:516
+#, c-format
+msgid "DH: generating parameters (%d bits)...."
msgstr ""
-#: ../access/transam/xact.c:1501 ../access/transam/xact.c:1550
-msgid "ROLLBACK: no transaction in progress"
-msgstr ""
+#: libpq/be-secure.c:550
+msgid "SSL: handshake start"
+msgstr "SSL: ÎÕÊÖ¿ªÊ¼"
-#: ../access/transam/xact.c:1624 ../access/transam/xact.c:1635
-#, c-format
-msgid "xact_redo: unknown op code %u"
-msgstr ""
+#: libpq/be-secure.c:553
+msgid "SSL: handshake done"
+msgstr "SSL: ÎÕÊÖÍê³É"
-#: ../access/transam/xact.c:1633
-msgid "xact_undo: can't undo committed xaction"
+#: libpq/be-secure.c:556
+msgid "SSL: accept loop"
msgstr ""
-#: ../access/transam/xact.c:1670
-msgid "XactPushRollback: already installed"
+#: libpq/be-secure.c:559
+#, c-format
+msgid "SSL: accept exit (%d)"
msgstr ""
-#: ../access/transam/xlog.c:490
-#, c-format
-msgid "XLogInsert: invalid info mask %02X"
+#: libpq/be-secure.c:562
+msgid "SSL: connect loop"
msgstr ""
-#: ../access/transam/xlog.c:595
+#: libpq/be-secure.c:565
#, c-format
-msgid "XLogInsert: can backup %d blocks at most"
+msgid "SSL: connect exit (%d)"
msgstr ""
-#: ../access/transam/xlog.c:613
+#: libpq/be-secure.c:568
#, c-format
-msgid "XLogInsert: invalid record length %u"
+msgid "SSL: read alert (0x%04x)"
msgstr ""
-#: ../access/transam/xlog.c:996
+#: libpq/be-secure.c:571
#, c-format
-msgid "XLogWrite: write request %X/%X is past end of log %X/%X"
+msgid "SSL: write alert (0x%04x)"
msgstr ""
-#: ../access/transam/xlog.c:1014 ../access/transam/xlog.c:1129
-#: ../access/transam/xlog.c:3248
+#: libpq/be-secure.c:592
#, c-format
-msgid "close of log file %u, segment %u failed: %m"
-msgstr ""
+msgid "failed to create SSL context: %s"
+msgstr "´´½¨ SSL »·¾³Ê§°Ü: %s"
-#: ../access/transam/xlog.c:1027
-msgid "XLogWrite: new log file created - consider increasing WAL_FILES"
-msgstr ""
+#: libpq/be-secure.c:603
+#, c-format
+msgid "failed to load server certificate (%s): %s"
+msgstr "×°ÔØ·þÎñÆ÷ÈÏÖ¤ (%s) ʧ°Ü: %s"
-#: ../access/transam/xlog.c:1053
-msgid "XLogWrite: time for a checkpoint, signaling postmaster"
-msgstr ""
+#: libpq/be-secure.c:611
+#, fuzzy, c-format
+msgid "failed to stat private key file (%s): %s"
+msgstr "×°ÔØ˽ԿÎļþ (%s) ʧ°Ü: %s"
-#: ../access/transam/xlog.c:1072
+#: libpq/be-secure.c:618
#, c-format
-msgid "lseek of log file %u, segment %u, offset %u failed: %m"
+msgid ""
+"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:1084
+#: libpq/be-secure.c:625
#, c-format
-msgid "write of log file %u, segment %u, offset %u failed: %m"
-msgstr ""
+msgid "failed to load private key file (%s): %s"
+msgstr "×°ÔØ˽ԿÎļþ (%s) ʧ°Ü: %s"
-#: ../access/transam/xlog.c:1176
+#: libpq/be-secure.c:631
#, c-format
-msgid "XLogFlush%s%s: request %X/%X; write %X/%X; flush %X/%X\n"
-msgstr ""
+msgid "check of private key failed: %s"
+msgstr "¼ì²é˽Կʧ°Ü: %s"
-#: ../access/transam/xlog.c:1241
-#, c-format
-msgid "XLogFlush: request %X/%X is not satisfied --- flushed only to %X/%X"
-msgstr ""
+#: libpq/be-secure.c:648
+#, fuzzy, c-format
+msgid "could not read root cert file (%s): %s"
+msgstr "ÎÞ·¨´´½¨Îļþ %s: %s"
-#: ../access/transam/xlog.c:1289 ../access/transam/xlog.c:1370
-#: ../access/transam/xlog.c:1480 ../access/transam/xlog.c:1484
-#, c-format
-msgid "open of %s (log file %u, segment %u) failed: %m"
-msgstr ""
+#: libpq/be-secure.c:682
+#, fuzzy, c-format
+msgid "failed to initialize SSL connection: %s"
+msgstr "³õʼ»¯ SSL Áª½Óʧ°Ü: %s (%s)"
-#: ../access/transam/xlog.c:1338
+#: libpq/be-secure.c:704
#, c-format
-msgid "ZeroFill failed to write %s: %m"
+msgid "secure connection from '%s'"
msgstr ""
-#: ../access/transam/xlog.c:1343
-#, c-format
-msgid "fsync of file %s failed: %m"
-msgstr "fsync Îļþ %s ʧ°Ü: %m"
+#: libpq/crypt.c:61
+msgid "Password is stored MD5 encrypted. 'crypt' auth method cannot be used."
+msgstr "¿ÚÁîÒÑ MD5 ¼ÓÃÜ´æ´¢. 'crypt' ÈÏÖ¤·½·¨²»ÄÜÔÙ±»Ê¹ÓÃ."
-#: ../access/transam/xlog.c:1448
+#: libpq/hba.c:127
#, c-format
-msgid ""
-"link from %s to %s (initialization of log file %u, segment %u) failed: %m"
+msgid "Token too long in authentication file, skipping, %s"
msgstr ""
-#: ../access/transam/xlog.c:1453
+#: libpq/hba.c:260
#, c-format
msgid ""
-"rename from %s to %s (initialization of log file %u, segment %u) failed: %m"
+"tokenize_inc_file: Unable to open secondary authentication file \"@%s\" as "
+"\"%s\": %m"
msgstr ""
-#: ../access/transam/xlog.c:1545
+#: libpq/hba.c:667
#, c-format
-msgid "could not open transaction log directory (%s): %m"
+msgid "parse_hba: invalid syntax in pg_hba.conf file at line %d, token \"%s\""
msgstr ""
-#: ../access/transam/xlog.c:1560
+#: libpq/hba.c:720 libpq/hba.c:742
#, c-format
-msgid "archiving transaction log file %s"
-msgstr ""
-
-#: ../access/transam/xlog.c:1562
-msgid "archiving log files is not implemented!"
-msgstr ""
+msgid "could not open %s: %m"
+msgstr "ÎÞ·¨´ò¿ª %s: %m"
-#: ../access/transam/xlog.c:1576
+#: libpq/hba.c:853
#, c-format
-msgid "recycled transaction log file %s"
-msgstr ""
+msgid "load_hba: Unable to open authentication config file \"%s\": %m"
+msgstr "load_hba: ÎÞ·¨´ò¿ªÈÏÖ¤ÅäÖÃÎļþ \"%s\": %m"
-#: ../access/transam/xlog.c:1582
+#: libpq/hba.c:913
#, c-format
-msgid "removing transaction log file %s"
+msgid ""
+"parse_ident_usermap: invalid syntax in pg_ident.conf file at line %d, token "
+"\"%s\""
msgstr ""
-#: ../access/transam/xlog.c:1591
-#, c-format
-msgid "could not read transaction log directory (%s): %m"
+#: 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:1664
-#, c-format
-msgid "ReadRecord: bad resource manager data checksum in record at %X/%X"
-msgstr ""
+#: libpq/hba.c:995
+#, fuzzy, c-format
+msgid "load_ident: Unable to open usermap file \"%s\": %m"
+msgstr "lo_import: ÎÞ·¨´ò¿ª unix Îļþ \"%s\": %m"
-#: ../access/transam/xlog.c:1686
+#: libpq/hba.c:1117
#, c-format
-msgid "ReadRecord: bad checksum of backup block %d in record at %X/%X"
+msgid "Failed to create socket on which to talk to Ident server: %m"
msgstr ""
-#: ../access/transam/xlog.c:1756
+#: libpq/hba.c:1153
#, c-format
-msgid "ReadRecord: invalid record offset 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:1779
+#: libpq/hba.c:1176
#, c-format
-msgid "ReadRecord: lseek of log file %u, segment %u, offset %u failed: %m"
+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:1785 ../access/transam/xlog.c:1869
+#: libpq/hba.c:1193
#, c-format
-msgid "ReadRecord: read of log file %u, segment %u, offset %u failed: %m"
+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:1795
+#: libpq/hba.c:1234 libpq/hba.c:1262 libpq/hba.c:1327
#, c-format
-msgid "ReadRecord: contrecord is requested by %X/%X"
+msgid "ident_unix: error receiving credentials: %m"
msgstr ""
-#: ../access/transam/xlog.c:1809
+#: libpq/hba.c:1242 libpq/hba.c:1270 libpq/hba.c:1336
#, c-format
-msgid "ReadRecord: record with zero length at %X/%X"
+msgid "ident_unix: unknown local user with uid %d"
msgstr ""
-#: ../access/transam/xlog.c:1833
-#, c-format
-msgid "ReadRecord: record length %u at %X/%X too long"
+#: libpq/hba.c:1346
+msgid "'ident' auth is not supported on local connections on this platform"
msgstr ""
-#: ../access/transam/xlog.c:1839
+#: libpq/ip.c:88
#, c-format
-msgid "ReadRecord: invalid resource manager id %u at %X/%X"
-msgstr ""
+msgid "getaddrinfo2: gethostbyname(%s) failed\n"
+msgstr "getaddrinfo2: gethostbyname(%s) ʧ°Ü\n"
-#: ../access/transam/xlog.c:1877
-#, c-format
-msgid ""
-"ReadRecord: there is no ContRecord flag in log file %u, segment %u, offset %u"
+#: libpq/ip.c:164
+msgid "hints.ai_family is invalied getaddrinfo_unix()\n"
msgstr ""
-#: ../access/transam/xlog.c:1885
+#: libpq/pqcomm.c:269
#, c-format
-msgid ""
-"ReadRecord: invalid ContRecord length %u in log file %u, segment %u, offset %"
-"u"
+msgid "server socket failure: getaddrinfo2()%s: %s"
msgstr ""
-#: ../access/transam/xlog.c:1949
+#: libpq/pqcomm.c:282
#, c-format
-msgid ""
-"ReadRecord: invalid magic number %04X in log file %u, segment %u, offset %u"
+msgid "server socket failure: socket(): %s"
msgstr ""
-#: ../access/transam/xlog.c:1955
+#: libpq/pqcomm.c:293
#, c-format
-msgid ""
-"ReadRecord: invalid info bits %04X in log file %u, segment %u, offset %u"
+msgid "server socket failure: setsockopt(SO_REUSEADDR): %s"
msgstr ""
-#: ../access/transam/xlog.c:1963
+#: libpq/pqcomm.c:308
#, c-format
msgid ""
-"ReadRecord: unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
+"server socket failure: bind(): %s\n"
+"\tIs another postmaster already running on port %d?"
msgstr ""
-#. translator: SUI = startup id
-#: ../access/transam/xlog.c:1985
+#: libpq/pqcomm.c:312
#, c-format
-msgid ""
-"ReadRecord: out-of-sequence SUI %u (after %u) in log file %u, segment %u, "
-"offset %u"
+msgid "\tIf not, remove socket node (%s) and retry."
msgstr ""
-#: ../access/transam/xlog.c:2038
-msgid "invalid LC_COLLATE setting"
+#: libpq/pqcomm.c:315
+msgid "\tIf not, wait a few seconds and retry."
msgstr ""
-#: ../access/transam/xlog.c:2042
-msgid "invalid LC_CTYPE setting"
+#: libpq/pqcomm.c:343
+#, c-format
+msgid "server socket failure: listen(): %s"
msgstr ""
-#: ../access/transam/xlog.c:2051
+#: libpq/pqcomm.c:418
#, 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."
+msgid "server socket failure: no such group '%s'"
msgstr ""
-#: ../access/transam/xlog.c:2077
-msgid "sizeof(ControlFileData) is larger than BLCKSZ; fix either one"
+#: libpq/pqcomm.c:426
+#, c-format
+msgid "server socket failure: could not set group of %s: %s"
msgstr ""
-#: ../access/transam/xlog.c:2085
+#: libpq/pqcomm.c:434
#, c-format
-msgid "WriteControlFile: could not create control file (%s): %m"
+msgid "server socket failure: could not set permissions on %s: %s"
msgstr ""
-#: ../access/transam/xlog.c:2094
+#: libpq/pqcomm.c:465
#, c-format
-msgid "WriteControlFile: write to control file failed: %m"
+msgid "StreamConnection: accept() failed: %m"
msgstr ""
-#: ../access/transam/xlog.c:2098
+#: libpq/pqcomm.c:483
#, c-format
-msgid "WriteControlFile: fsync of control file failed: %m"
+msgid "StreamConnection: getsockname() failed: %m"
msgstr ""
-#: ../access/transam/xlog.c:2114 ../access/transam/xlog.c:2211
+#: libpq/pqcomm.c:495
#, c-format
-msgid "could not open control file (%s): %m"
+msgid "StreamConnection: setsockopt(TCP_NODELAY) failed: %m"
msgstr ""
-#: ../access/transam/xlog.c:2117
+#: libpq/pqcomm.c:501
#, c-format
-msgid "read from control file failed: %m"
+msgid "StreamConnection: setsockopt(SO_KEEPALIVE) failed: %m"
msgstr ""
-#: ../access/transam/xlog.c:2129
+#: libpq/pqcomm.c:601
#, 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 ""
+msgid "pq_recvbuf: recv() failed: %m"
+msgstr "pq_recvbuf: recv() ʧ°Ü: %m"
-#: ../access/transam/xlog.c:2142
-msgid "invalid checksum in control file"
+#: libpq/pqcomm.c:607
+msgid "pq_recvbuf: unexpected EOF on client connection"
msgstr ""
-#: ../access/transam/xlog.c:2158
+#: libpq/pqcomm.c:805
#, 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."
-msgstr ""
+msgid "pq_flush: send() failed: %m"
+msgstr "pq_flush: send() ʧ°Ü: %m"
-#: ../access/transam/xlog.c:2164
+#: libpq/pqcomm.c:839
#, 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 ""
+msgid "pq_eof: recv() failed: %m"
+msgstr "pq_eof: recv() ʧ°Ü: %m"
-#: ../access/transam/xlog.c:2170
+#: libpq/pqformat.c:159
#, 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."
-msgstr ""
+msgid "pq_sendint: unsupported size %d"
+msgstr "pq_sendint: ²»Ö§³ÖµÄ³ß´ç %d"
-#: ../access/transam/xlog.c:2177
+#: libpq/pqformat.c:241
#, 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."
-msgstr ""
+msgid "pq_getint: unsupported size %d"
+msgstr "pq_getint: ²»Ö§³ÖµÄ³ß´ç %d"
-#: ../access/transam/xlog.c:2183
+#: main/main.c:83
#, 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 ""
+msgid "%s: setsysinfo failed: %s\n"
+msgstr "%s: setsysinfo ʧ°Ü: %s\n"
-#: ../access/transam/xlog.c:2191
-#, c-format
+#: main/main.c:172
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."
+"\"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:2219
+#: main/main.c:192
#, c-format
-msgid "write to control file failed: %m"
-msgstr "дÈë¿ØÖÆÎļþʧ°Ü: %m"
+msgid "%s: real and effective user ids must match\n"
+msgstr "%s: ÕæʵºÍÓÐЧÓû§±êʶ±ØÐëÏ໥ƥÅä\n"
-#: ../access/transam/xlog.c:2223
+#: main/main.c:227
#, c-format
-msgid "fsync of control file 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:2363
+#: nodes/copyfuncs.c:2383
+#, fuzzy, c-format
+msgid "_copyValue: unknown node type %d"
+msgstr "outValue: ²»ÖªµÀÈçºÎ´òÓ¡ÀàÐÍ %d"
+
+#: nodes/copyfuncs.c:2894
#, c-format
-msgid "BootStrapXLOG failed to write log file: %m"
-msgstr ""
+msgid "copyObject: don't know how to copy node type %d"
+msgstr "copyObject: ²»ÖªµÀÈçºÎ¿½±´½ÚµãÀàÐÍ %d"
-#: ../access/transam/xlog.c:2367
+#: nodes/equalfuncs.c:192
#, c-format
-msgid "BootStrapXLOG failed to fsync log file: %m"
-msgstr ""
+msgid "_equalParam: Invalid paramkind value: %d"
+msgstr "equalParam: ·Ç·¨ paramkind Öµ: %d"
-#: ../access/transam/xlog.c:2433
-msgid "control file context is broken"
-msgstr ""
+#: nodes/equalfuncs.c:1565
+#, fuzzy, c-format
+msgid "_equalValue: unknown node type %d"
+msgstr "outValue: ²»ÖªµÀÈçºÎ´òÓ¡ÀàÐÍ %d"
-#: ../access/transam/xlog.c:2436
+#: nodes/equalfuncs.c:2018
#, c-format
-msgid "database system was shut down at %s"
+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/transam/xlog.c:2439
+#: nodes/outfuncs.c:1275 nodes/readfuncs.c:875
#, c-format
-msgid "database system shutdown was interrupted at %s"
+msgid "bogus rte kind %d"
msgstr ""
-#: ../access/transam/xlog.c:2442
+#: 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 ""
-"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."
+"%s:\n"
+"%s"
msgstr ""
+"%s:\n"
+"%s"
-#: ../access/transam/xlog.c:2447
+#: nodes/print.c:353
#, c-format
-msgid "database system was interrupted at %s"
-msgstr ""
+msgid "Cache lookup for type %u failed"
+msgstr "ÔÚ»º³åÖвéÕÒÀàÐÍ %u ʧ°Ü"
-#: ../access/transam/xlog.c:2458
-#, c-format
-msgid "checkpoint record is at %X/%X"
-msgstr ""
+#: nodes/read.c:296
+#, fuzzy
+msgid "nodeRead: did not find '}' at end of node"
+msgstr "nodeRead: Ôڹ滮½ÚµãµÄ½áβûÓÐÕÒµ½ '}'"
-#: ../access/transam/xlog.c:2467
+#: nodes/read.c:376
#, c-format
-msgid "using previous checkpoint record at %X/%X"
-msgstr ""
+msgid "nodeRead: Bad type %d"
+msgstr "nodeRead: ´íÎóµÄÀàÐÍ %d"
-#: ../access/transam/xlog.c:2472
-msgid "unable to locate a valid checkpoint record"
-msgstr ""
+#: 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\""
-#: ../access/transam/xlog.c:2478
+#: nodes/readfuncs.c:1019 nodes/readfuncs.c:1051
#, c-format
-msgid "redo record is at %X/%X; undo record is at %X/%X; shutdown %s"
-msgstr ""
+msgid "readDatum: expected '%s', got '%s'; length = %lu"
+msgstr "readDatum: Ô¤ÆÚ '%s', µÃµ½ '%s'; ³¤¶È = %lu"
-#: ../access/transam/xlog.c:2482
+#: nodes/readfuncs.c:1026
#, c-format
-msgid "next transaction id: %u; next oid: %u"
+msgid "readDatum: byval & length = %lu"
msgstr ""
-#: ../access/transam/xlog.c:2485
-msgid "invalid next transaction id"
+#: nodes/bitmapset.c:187
+msgid "bms_make_singleton: negative set member not allowed"
msgstr ""
-#: ../access/transam/xlog.c:2496
-msgid "invalid redo in checkpoint record"
+#: nodes/bitmapset.c:357
+msgid "bms_is_member: negative set member not allowed"
msgstr ""
-#: ../access/transam/xlog.c:2504
-msgid "invalid redo/undo record in shutdown checkpoint"
+#: nodes/bitmapset.c:404 nodes/bitmapset.c:424
+msgid "bms_singleton_member: set is empty"
msgstr ""
-#: ../access/transam/xlog.c:2513
-msgid ""
-"database system was not properly shut down; automatic recovery in progress"
+#: nodes/bitmapset.c:413
+msgid "bms_singleton_member: set has multiple members"
msgstr ""
-#: ../access/transam/xlog.c:2533
-#, c-format
-msgid "redo starts at %X/%X"
+#: nodes/bitmapset.c:531
+msgid "bms_add_member: negative set member not allowed"
msgstr ""
-#: ../access/transam/xlog.c:2564
-#, c-format
-msgid "redo done at %X/%X"
+#: nodes/bitmapset.c:571
+msgid "bms_del_member: negative set member not allowed"
msgstr ""
-#: ../access/transam/xlog.c:2570
-msgid "redo is not required"
+#: optimizer/geqo/geqo_erx.c:336
+msgid "gimme_gene: Internal error - minimum_count not set"
msgstr ""
-#: ../access/transam/xlog.c:2653
-#, c-format
-msgid "undo starts at %X/%X"
+#: optimizer/geqo/geqo_erx.c:362
+msgid "gimme_gene: neither shared nor minimum number nor random edge found"
msgstr ""
-#: ../access/transam/xlog.c:2663
-#, c-format
-msgid "undo done at %X/%X"
+#: optimizer/geqo/geqo_erx.c:422
+msgid "edge_failure(1): no edge found via random decision and total_edges == 4"
msgstr ""
-#: ../access/transam/xlog.c:2667
-msgid "undo is not required"
+#: optimizer/geqo/geqo_erx.c:447
+msgid "edge_failure(2): no edge found via random decision and remainig edges"
msgstr ""
-#: ../access/transam/xlog.c:2702
-msgid "database system is ready"
+#: optimizer/geqo/geqo_erx.c:465
+msgid "edge_failure(3): no edge found via looking for the last ununsed point"
msgstr ""
-#: ../access/transam/xlog.c:2734
-msgid "invalid primary checkpoint link in control file"
+#: optimizer/geqo/geqo_erx.c:470
+msgid "edge_failure: no edge detected"
msgstr ""
-#: ../access/transam/xlog.c:2735
-msgid "invalid secondary checkpoint link in control file"
+#: optimizer/geqo/geqo_main.c:123
+msgid "geqo_main: using edge recombination crossover [ERX]"
msgstr ""
-#: ../access/transam/xlog.c:2744
-msgid "invalid primary checkpoint record"
+#: optimizer/geqo/geqo_main.c:127
+msgid "geqo_main: using partially matched crossover [PMX]"
msgstr ""
-#: ../access/transam/xlog.c:2745
-msgid "invalid secondary checkpoint record"
+#: optimizer/geqo/geqo_main.c:131
+msgid "geqo_main: using cycle crossover [CX]"
msgstr ""
-#: ../access/transam/xlog.c:2751
-msgid "invalid resource manager id in primary checkpoint record"
+#: optimizer/geqo/geqo_main.c:136
+msgid "geqo_main: using position crossover [PX]"
msgstr ""
-#: ../access/transam/xlog.c:2752
-msgid "invalid resource manager id in secondary checkpoint record"
+#: optimizer/geqo/geqo_main.c:141
+msgid "geqo_main: using order crossover [OX1]"
msgstr ""
-#: ../access/transam/xlog.c:2759
-msgid "invalid xl_info in primary checkpoint record"
+#: optimizer/geqo/geqo_main.c:146
+msgid "geqo_main: using order crossover [OX2]"
msgstr ""
-#: ../access/transam/xlog.c:2760
-msgid "invalid xl_info in secondary checkpoint record"
+#: optimizer/geqo/geqo_main.c:211
+#, c-format
+msgid "[GEQO] failures: %d, average: %d"
msgstr ""
-#: ../access/transam/xlog.c:2766
-msgid "invalid length of primary checkpoint record"
+#: optimizer/geqo/geqo_main.c:214
+msgid "[GEQO] No edge failures detected."
msgstr ""
-#: ../access/transam/xlog.c:2767
-msgid "invalid length of secondary checkpoint record"
+#: optimizer/geqo/geqo_main.c:220
+#, c-format
+msgid "[GEQO] mutations: %d, generations: %d"
msgstr ""
-#: ../access/transam/xlog.c:2815
-msgid "shutting down"
+#: optimizer/geqo/geqo_main.c:222
+msgid "[GEQO] No mutations processed."
msgstr ""
-#: ../access/transam/xlog.c:2826
-msgid "database system is shut down"
+#: optimizer/geqo/geqo_main.c:242
+msgid "geqo: failed to make a valid plan"
msgstr ""
-#: ../access/transam/xlog.c:2844
-msgid "CreateCheckPoint: cannot be called inside transaction block"
+#: optimizer/geqo/geqo_misc.c:41
+msgid "avg_pool: pool_size of zero"
msgstr ""
-#: ../access/transam/xlog.c:2942
-msgid "active transaction while database system is shutting down"
+#: optimizer/path/allpaths.c:204
+msgid "SELECT FOR UPDATE is not supported for inherit queries"
msgstr ""
-#: ../access/transam/xlog.c:2989
-msgid ""
-"concurrent transaction log activity while database system is shutting down"
+#: optimizer/path/allpaths.c:619
+#, c-format
+msgid "recurse_pushdown_safe: unexpected node %d"
msgstr ""
-#: ../access/transam/xlog.c:3226
+#: optimizer/path/allpaths.c:687
+#, fuzzy, c-format
+msgid "recurse_push_qual: unexpected node %d"
+msgstr "QueryRewrite: ÒâÍâµÄ commandType %d"
+
+#: optimizer/path/clausesel.c:553
#, c-format
-msgid "bogus wal_sync_method %s"
+msgid "clause_selectivity: s1 %f"
msgstr ""
-#: ../access/transam/xlog.c:3243 ../access/transam/xlog.c:3269
-#, c-format
-msgid "fsync of log file %u, segment %u failed: %m"
+#: optimizer/path/costsize.c:1479
+msgid "cost_qual_eval: can't handle unplanned sub-select"
msgstr ""
-#: ../access/transam/xlog.c:3275
+#: optimizer/path/costsize.c:1771
#, c-format
-msgid "fdatasync of log file %u, segment %u failed: %m"
+msgid "set_joinrel_size_estimates: unsupported join type %d"
msgstr ""
-#: ../access/transam/xlog.c:3283
-#, c-format
-msgid "bogus wal_sync_method %d"
+#: optimizer/path/indxpath.c:495
+msgid "extract_or_indexqual_conditions: no matching clause"
msgstr ""
-#: ../access/nbtree/nbtsearch.c:546
-msgid "_bt_first: btree doesn't support is(not)null, yet"
+#: optimizer/path/indxpath.c:1260
+msgid "pred_test_simple_clause: unknown test_op"
msgstr ""
-#: ../access/nbtree/nbtsearch.c:694
-msgid "_bt_first: equal items disappeared?"
+#: optimizer/path/indxpath.c:1301
+msgid "pred_test_simple_clause: null test result"
msgstr ""
-#: ../access/nbtree/nbtsearch.c:1004
+#: optimizer/path/indxpath.c:2093
#, c-format
-msgid "Illegal scan direction %d"
+msgid "prefix_quals: unexpected operator %u"
msgstr ""
-#: ../access/nbtree/nbtree.c:728
+#: optimizer/path/indxpath.c:2109
#, c-format
-msgid ""
-"_bt_restscan: my bits moved right off the end of the world!\n"
-"\tRecreate index %s."
+msgid "prefix_quals: no = operator for type %u"
msgstr ""
-#: ../access/nbtree/nbtree.c:758
-msgid "_bt_restore_page: can't add item to page"
+#: optimizer/path/indxpath.c:2124
+#, c-format
+msgid "prefix_quals: no >= operator for type %u"
msgstr ""
-#: ../access/nbtree/nbtree.c:781
-msgid "btree_delete_redo: block unfound"
+#: optimizer/path/indxpath.c:2140
+#, c-format
+msgid "prefix_quals: no < operator for type %u"
+msgstr ""
+
+#: optimizer/path/indxpath.c:2186
+#, c-format
+msgid "network_prefix_quals: unexpected operator %u"
+msgstr ""
+
+#: optimizer/path/indxpath.c:2199
+#, c-format
+msgid "network_prefix_quals: no %s operator for type %u"
msgstr ""
-#: ../access/nbtree/nbtree.c:784
-msgid "btree_delete_redo: uninitialized page"
+#: optimizer/path/indxpath.c:2214
+#, c-format
+msgid "network_prefix_quals: no <= operator for type %u"
msgstr ""
-#: ../access/nbtree/nbtree.c:820
+#: optimizer/path/joinpath.c:168
#, c-format
-msgid "btree_insert_%sdo: block unfound"
-msgstr ""
+msgid "sort_inner_and_outer: unexpected join type %d"
+msgstr "sort_inner_and_outer: δ֪µÄÁ¬½ÓÀàÐÍ %d"
-#: ../access/nbtree/nbtree.c:823
+#: optimizer/path/joinpath.c:366
#, c-format
-msgid "btree_insert_%sdo: uninitialized page"
+msgid "match_unsorted_outer: unexpected join type %d"
msgstr ""
-#: ../access/nbtree/nbtree.c:837
-msgid "btree_insert_redo: failed to add item"
+#: optimizer/path/joinrels.c:230
+#, c-format
+msgid "make_rels_by_joins: failed to build any %d-way joins"
msgstr ""
-#: ../access/nbtree/nbtree.c:846
-msgid "btree_insert_undo: bad page LSN"
+#: optimizer/path/joinrels.c:371
+msgid "make_jointree_rel: invalid join order!?"
msgstr ""
-#: ../access/nbtree/nbtree.c:854
-msgid "btree_insert_undo: unimplemented"
+#: optimizer/path/joinrels.c:388
+#, c-format
+msgid "make_jointree_rel: unexpected node type %d"
msgstr ""
-#: ../access/nbtree/nbtree.c:881
+#: optimizer/path/joinrels.c:574
#, c-format
-msgid "btree_split_%s: lost left sibling"
+msgid "make_join_rel: unsupported join type %d"
msgstr ""
-#: ../access/nbtree/nbtree.c:887
-msgid "btree_split_undo: uninitialized left sibling"
+#: optimizer/path/pathkeys.c:1107
+msgid ""
+"make_pathkeys_for_mergeclauses: can't identify which side of mergeclause to "
+"use"
msgstr ""
-#: ../access/nbtree/nbtree.c:910
-msgid "btree_split_undo: bad left sibling LSN"
+#: optimizer/plan/createplan.c:160
+#, c-format
+msgid "create_plan: unknown pathtype %d"
msgstr ""
-#: ../access/nbtree/nbtree.c:911 ../access/nbtree/nbtree.c:950
-msgid "btree_split_undo: unimplemented"
+#: optimizer/plan/createplan.c:264
+#, c-format
+msgid "create_scan_plan: unknown node type: %d"
msgstr ""
-#: ../access/nbtree/nbtree.c:919
+#: optimizer/plan/createplan.c:403
#, c-format
-msgid "btree_split_%s: lost right sibling"
+msgid "create_join_plan: unknown node type: %d"
msgstr ""
-#: ../access/nbtree/nbtree.c:925
-msgid "btree_split_undo: uninitialized right sibling"
+#: optimizer/plan/createplan.c:1143
+msgid "fix_indxqual_sublist: indexqual clause is not binary opclause"
msgstr ""
-#: ../access/nbtree/nbtree.c:949
-msgid "btree_split_undo: bad right sibling LSN"
+#: optimizer/plan/createplan.c:1232
+msgid "fix_indxqual_operand: var is not index attribute"
msgstr ""
-#: ../access/nbtree/nbtree.c:963
-msgid "btree_split_redo: lost next right page"
+#: optimizer/plan/createplan.c:1711
+msgid "make_sort_from_pathkeys: cannot find pathkey item to sort"
msgstr ""
-#: ../access/nbtree/nbtree.c:967
-msgid "btree_split_redo: uninitialized next right page"
+#: optimizer/plan/initsplan.c:99
+msgid "SELECT FOR UPDATE cannot be applied to a join"
msgstr ""
-#: ../access/nbtree/nbtree.c:1004
-msgid "btree_newroot_redo: no root page"
-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"
-#: ../access/nbtree/nbtree.c:1007
-msgid "btree_newroot_redo: no metapage"
+#: optimizer/plan/initsplan.c:266 optimizer/prep/prepjointree.c:337
+msgid "UNION JOIN is not implemented yet"
msgstr ""
-#: ../access/nbtree/nbtree.c:1061
+#: optimizer/plan/initsplan.c:270
#, c-format
-msgid "btree_redo: unknown op code %u"
+msgid "distribute_quals_to_rels: unsupported join type %d"
msgstr ""
-#: ../access/nbtree/nbtree.c:1081
+#: optimizer/plan/initsplan.c:284
#, c-format
-msgid "btree_undo: unknown op code %u"
+msgid "distribute_quals_to_rels: unexpected node type %d"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:246
-#, c-format
-msgid "Cannot insert a duplicate key into unique index %s"
+#: optimizer/plan/initsplan.c:322
+msgid ""
+"SELECT FOR UPDATE cannot be applied to the nullable side of an OUTER JOIN"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:362
-#, c-format
-msgid "btree: index item size %lu exceeds maximum %lu"
+#: optimizer/plan/initsplan.c:393
+msgid "JOIN qualification may not refer to other relations"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:492
-msgid "btree: concurrent ROOT page split"
+#: optimizer/plan/initsplan.c:585
+msgid "distribute_qual_to_rels: can't cope with variable-free clause"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:502
+#: optimizer/plan/initsplan.c:727
#, c-format
-msgid "bt_insertonpg[%s]: no root page found"
+msgid "Unable to identify an equality operator for types '%s' and '%s'"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:505
+#: optimizer/plan/initsplan.c:738
#, c-format
-msgid "bt_insertonpg[%s]: root page unfound - fixing upper levels"
+msgid ""
+"Equality operator for types '%s' and '%s' should be mergejoinable, but isn't"
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/plan/planmain.c:157
+msgid "query_planner: failed to construct a relation"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:555
+#: optimizer/plan/planner.c:445
#, c-format
-msgid "bt_insertonpg[%s]: parent page unfound - fixing branch"
+msgid "preprocess_qual_conditions: unexpected node type %d"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:720
-msgid "btree: failed to add hikey to the right sibling"
+#: 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 ""
-#: ../access/nbtree/nbtinsert.c:746
-msgid "btree: failed to add hikey to the left sibling"
+#: optimizer/plan/planner.c:643
+msgid "SELECT FOR UPDATE is not allowed in subselects"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1075
-#, c-format
-msgid "_bt_findsplitloc: can't find a feasible split point for %s"
+#: optimizer/plan/planner.c:1468
+msgid "locate_grouping_columns: failed"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1301
-msgid "btree: failed to add leftkey to new root page"
+#: optimizer/plan/planner.c:1549 optimizer/plan/planner.c:1555
+msgid "postprocess_setop_tlist: resjunk output columns not implemented"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1318
-msgid "btree: failed to add rightkey to new root page"
+#: optimizer/plan/setrefs.c:235
+#, c-format
+msgid "set_plan_references: unknown plan type %d"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1402
-msgid "bt_fixroot: not valid old root page"
+#: optimizer/plan/setrefs.c:584
+msgid "join_references: variable not in subplan target lists"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1533
-#, c-format
-msgid "bt_fixtree[%s]: invalid start page (need to recreate index)"
+#: optimizer/plan/setrefs.c:680
+msgid "replace_vars_with_subplan_refs: variable not in subplan target list"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1559
+#: optimizer/plan/subselect.c:478 optimizer/plan/subselect.c:566
#, c-format
-msgid "bt_fixtree[%s]: fixing root page"
+msgid "cache lookup failed for operator %u"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1607
-#, c-format
-msgid "bt_fixlevel[%s]: invalid maxoff on start page (need to recreate index)"
+#: 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 ""
-#: ../access/nbtree/nbtinsert.c:1614
-#, c-format
-msgid ""
-"bt_fixtlevel[%s]: non-leftmost child page of leftmost parent (need to "
-"recreate index)"
+#: optimizer/prep/preptlist.c:58
+msgid "preprocess_targetlist: subquery cannot be result relation"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1617
-#, c-format
-msgid "bt_fixtlevel[%s]: invalid start child (need to recreate index)"
+#: optimizer/prep/preptlist.c:209
+msgid "expand_targetlist: unexpected command_type"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1644
-#, c-format
-msgid "bt_fixlevel[%s]: invalid item order(1) (need to recreate index)"
+#: optimizer/prep/preptlist.c:239
+msgid "expand_targetlist: targetlist is not sorted correctly"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1676
+#: optimizer/prep/prepunion.c:189
#, c-format
-msgid "bt_fixlevel[%s]: pointer disappeared (need to recreate index)"
+msgid "recurse_set_operations: unexpected node %d"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1695
-#, c-format
-msgid "bt_fixlevel[%s]: invalid item order(2) (need to recreate index)"
+#: optimizer/prep/prepunion.c:306
+msgid "generate_nonunion_plan: bogus operation code"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1709
+#: optimizer/prep/prepjointree.c:340
#, c-format
-msgid "bt_fixlevel[%s]: invalid item order(3) (need to recreate index)"
+msgid "pull_up_subqueries: unexpected join type %d"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1839
+#: optimizer/prep/prepjointree.c:346
#, c-format
-msgid "bt_fixbranch[%s]: left pointer unfound (need to recreate index)"
+msgid "pull_up_subqueries: unexpected node type %d"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1846
-#, c-format
-msgid "bt_fixbranch[%s]: invalid item order (need to recreate index)"
+#: optimizer/prep/prepjointree.c:366
+msgid "is_simple_subquery: subquery is bogus"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1855
+#: optimizer/prep/prepjointree.c:481
#, c-format
-msgid "bt_fixbranch[%s]: right pointer unfound(1) (need to recreate index)"
+msgid "resolvenew_in_jointree: unexpected node type %d"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1863
-#, c-format
-msgid "bt_fixbranch[%s]: right pointer unfound(2) (need to recreate index)"
+#: optimizer/prep/prepjointree.c:527
+msgid "reduce_outer_joins: so where are the outer joins?"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1911
-#, c-format
-msgid "bt_fixbranch[%s]: fixing upper levels"
+#: optimizer/prep/prepjointree.c:594
+#, fuzzy, c-format
+msgid "reduce_outer_joins_pass1: unexpected node type %d"
+msgstr "sort_inner_and_outer: δ֪µÄÁ¬½ÓÀàÐÍ %d"
+
+#: optimizer/prep/prepjointree.c:618
+msgid "reduce_outer_joins_pass2: reached empty jointree"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1942
-#, c-format
-msgid "bt_fixup[%s]: checking/fixing upper levels"
+#: optimizer/prep/prepjointree.c:621
+msgid "reduce_outer_joins_pass2: reached base rel"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:1957
+#: optimizer/prep/prepjointree.c:738
+#, fuzzy, c-format
+msgid "reduce_outer_joins_pass2: unexpected node type %d"
+msgstr "sort_inner_and_outer: δ֪µÄÁ¬½ÓÀàÐÍ %d"
+
+#: optimizer/prep/prepjointree.c:975
+#, fuzzy, c-format
+msgid "simplify_jointree: unexpected node type %d"
+msgstr "sort_inner_and_outer: δ֪µÄÁ¬½ÓÀàÐÍ %d"
+
+#: optimizer/prep/prepjointree.c:1046
+#, fuzzy, c-format
+msgid "get_relids_in_jointree: unexpected node type %d"
+msgstr "sort_inner_and_outer: δ֪µÄÁ¬½ÓÀàÐÍ %d"
+
+#: optimizer/prep/prepjointree.c:1064
#, c-format
-msgid "bt_fixup[%s]: fixing root page"
+msgid "get_relids_for_join: join node %d not found"
msgstr ""
-#: ../access/nbtree/nbtinsert.c:2020
-#, c-format
-msgid "btree: failed to add item to the %s for %s"
-msgstr "btree: Ϊ %2$s Ïò %1$s Ôö¼ÓÏîʧ°Ü"
+#: optimizer/prep/prepjointree.c:1111
+#, fuzzy, c-format
+msgid "find_jointree_node_for_rel: unexpected node type %d"
+msgstr "sort_inner_and_outer: δ֪µÄÁ¬½ÓÀàÐÍ %d"
-#: ../access/nbtree/nbtpage.c:66
-#, c-format
-msgid "Cannot initialize non-empty btree %s"
+#: optimizer/util/clauses.c:976
+msgid "CommuteClause: applied to non-binary-operator clause"
msgstr ""
-#: ../access/nbtree/nbtpage.c:127
+#: optimizer/util/clauses.c:981
#, c-format
-msgid "Index %s is not a btree"
+msgid "CommuteClause: no commutator for operator %u"
msgstr ""
-#: ../access/nbtree/nbtpage.c:131
+#: optimizer/util/clauses.c:1334
#, c-format
-msgid "Version mismatch on %s: version %d file, version %d code"
+msgid "eval_const_expressions: unexpected boolop %d"
msgstr ""
-#: ../access/nbtree/nbtpage.c:259
+#: 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 "bt_getroot[%s]: fixing root page"
+msgid "Function OID %u does not exist"
msgstr ""
-#: ../access/nbtree/nbtsort.c:286
-msgid "btree: failed to add item to the page in _bt_sort"
+#: optimizer/util/clauses.c:1779
+#, c-format
+msgid "inline_function: null prosrc for procedure %u"
msgstr ""
-#: ../access/nbtree/nbtsort.c:351
-#, c-format
-msgid "btree: index item size %lu exceeds maximum %ld"
+#: optimizer/util/clauses.c:1938
+msgid "substitute_actual_parameters_mutator: unexpected paramkind"
msgstr ""
-#: ../access/nbtree/nbtutils.c:219
-msgid "_bt_orderkeys: key(s) for attribute 1 missed"
+#: optimizer/util/clauses.c:1940
+msgid "substitute_actual_parameters_mutator: unexpected paramid"
msgstr ""
-#: ../access/nbtree/nbtutils.c:287
+#: optimizer/util/clauses.c:2252
#, c-format
-msgid "_bt_orderkeys: key(s) for attribute %d missed"
+msgid "expression_tree_walker: Unexpected node type %d"
msgstr ""
-#: ../access/nbtree/nbtutils.c:404
+#: optimizer/util/clauses.c:2693
#, c-format
-msgid "_bt_orderkeys: unable to identify operator %u"
+msgid "expression_tree_mutator: Unexpected node type %d"
msgstr ""
-#: ../storage/ipc/ipc.c:138
-#, c-format
-msgid "proc_exit(%d)"
+#: optimizer/util/pathnode.c:136
+msgid "Unable to devise a query plan for the given query"
msgstr ""
-#: ../storage/ipc/ipc.c:157
+#: optimizer/util/plancat.c:230
#, c-format
-msgid "exit(%d)"
+msgid "restriction_selectivity: bad value %f"
msgstr ""
-#: ../storage/ipc/ipc.c:171
+#: optimizer/util/plancat.c:265
#, c-format
-msgid "shmem_exit(%d)"
+msgid "join_selectivity: bad value %f"
msgstr ""
-#: ../storage/ipc/ipc.c:197
-msgid "Out of on_proc_exit slots"
+#: optimizer/util/plancat.c:337
+#, c-format
+msgid "has_subclass: Relation %u not found"
msgstr ""
-#: ../storage/ipc/ipc.c:216
-msgid "Out of on_shmem_exit slots"
+#: optimizer/util/relnode.c:58
+msgid "build_base_rel: rel already exists"
msgstr ""
-#: ../storage/ipc/sinval.c:51
-msgid "Backend cache invalidation initialization failed"
+#: optimizer/util/relnode.c:66
+msgid "build_base_rel: rel already exists as 'other' rel"
msgstr ""
-#: ../postmaster/postmaster.c:1114 ../storage/ipc/sinval.c:53
-#: ../storage/lmgr/proc.c:1088
-msgid "Sorry, too many clients already"
+#: optimizer/util/relnode.c:101
+msgid "build_other_rel: rel already exists as base rel"
msgstr ""
-#: ../storage/ipc/sinval.c:69
-msgid "SendSharedInvalidMessage: SI buffer overflow"
-msgstr ""
+#: optimizer/util/relnode.c:166
+#, fuzzy, c-format
+msgid "make_base_rel: unsupported RTE kind %d"
+msgstr "pq_sendint: ²»Ö§³ÖµÄ³ß´ç %d"
-#: ../storage/ipc/sinval.c:111
-msgid "ReceiveSharedInvalidMessages: cache state reset"
+#: optimizer/util/relnode.c:199
+#, c-format
+msgid "find_base_rel: no relation entry for relid %d"
msgstr ""
-#: ../storage/ipc/sinval.c:311 ../storage/ipc/sinval.c:321
-msgid "Memory exhausted in GetSnapshotData"
+#: optimizer/util/tlist.c:230
+msgid ""
+"get_sortgroupclause_tle: ORDER/GROUP BY expression not found in targetlist"
msgstr ""
-#: ../storage/ipc/shmem.c:156
-msgid "ShmemAlloc: out of memory"
-msgstr "ShmemAlloc: ÄÚ´æÓþ¡"
+#: parser/analyze.c:260
+msgid "CREATE VIEW specifies more column names than columns"
+msgstr ""
-#: ../storage/ipc/shmem.c:202
-msgid "InitShmemIndex: couldn't initialize Shmem Index"
+#: parser/analyze.c:456
+msgid "INSERT ... SELECT may not specify INTO"
msgstr ""
-#: ../storage/ipc/shmem.c:213
-msgid "InitShmemIndex: Shmem Index out of memory"
+#: parser/analyze.c:544
+msgid "INSERT has more expressions than target columns"
msgstr ""
-#: ../storage/ipc/shmem.c:331
-msgid "ShmemInitStruct: Shmem Index out of memory"
+#: parser/analyze.c:578
+msgid "INSERT has more target columns than expressions"
msgstr ""
-#: ../storage/ipc/shmem.c:346
-msgid "ShmemInitStruct: ShmemIndex entry size is wrong"
+#: parser/analyze.c:774
+msgid "parser: unrecognized node (internal error)"
msgstr ""
-#: ../storage/ipc/shmem.c:363
+#: parser/analyze.c:856
#, c-format
-msgid "ShmemInitStruct: cannot allocate '%s'"
+msgid "%s will create implicit sequence '%s' for SERIAL column '%s.%s'"
msgstr ""
-#: ../storage/ipc/sinvaladt.c:124
+#: parser/analyze.c:937 parser/analyze.c:945
#, c-format
-msgid "SIBackendInit: backend id %d"
+msgid "%s/(NOT) NULL conflicting declaration for '%s.%s'"
msgstr ""
-#: ../storage/ipc/sinvaladt.c:224
+#: parser/analyze.c:953
#, c-format
-msgid "SIInsertDataEntry: table is 70%% full, signaling postmaster"
+msgid "%s/DEFAULT multiple values specified for '%s.%s'"
msgstr ""
-#: ../storage/ipc/ipci.c:108
-msgid "Couldn't create the lock table"
+#: parser/analyze.c:995 parser/analyze.c:1034
+msgid "parser: unrecognized constraint (internal error)"
msgstr ""
-#: ../storage/file/fd.c:273
-#, c-format
-msgid "BasicOpenFile: not enough descs, retry, er= %d"
+#: parser/analyze.c:1030
+msgid "parser: illegal context for constraint (internal error)"
msgstr ""
-#: ../storage/file/fd.c:307
+#: parser/analyze.c:1074
#, c-format
-msgid "pg_nofile: sysconf(_SC_OPEN_MAX) failed; using %ld"
+msgid "%s / PRIMARY KEY multiple primary keys for table '%s' are not allowed"
msgstr ""
-#: ../storage/file/fd.c:329
+#: parser/analyze.c:1144
#, c-format
-msgid ""
-"pg_nofile: insufficient file descriptors available to start backend.\n"
-"\tSystem allows %ld, we need at least %d."
-msgstr ""
+msgid "inherited table \"%s\" is not a relation"
+msgstr "¼Ì³Ð±í \"%s\" ²»ÊÇÒ»¸ö¹Øϵ"
-#: ../storage/file/fd.c:368
+#: parser/analyze.c:1188
#, c-format
-msgid "Delete %d (%s)"
-msgstr ""
+msgid "%s: column \"%s\" named in key does not exist"
+msgstr "%s: ÔÚ¼ü×ÖÖÐÃüÃûµÄ×ֶΠ\"%s\" ²»´æÔÚ"
-#: ../storage/file/fd.c:388
+#: parser/analyze.c:1196
#, c-format
-msgid "LruDelete %d (%s)"
+msgid "%s: column \"%s\" appears twice in %s constraint"
msgstr ""
-#: ../storage/file/fd.c:423
+#: parser/analyze.c:1286
#, c-format
-msgid "Insert %d (%s)"
+msgid "%s: failed to make implicit index name"
msgstr ""
-#: ../storage/file/fd.c:445
+#: parser/analyze.c:1289
#, c-format
-msgid "LruInsert %d (%s)"
+msgid "%s / %s%s will create implicit index '%s' for table '%s'"
msgstr ""
-#: ../storage/file/fd.c:467
+#: parser/analyze.c:1304
#, c-format
-msgid "RE_OPEN FAILED: %d"
-msgstr ""
-
-#: ../storage/file/fd.c:472
-msgid "RE_OPEN SUCCESS"
+msgid "%s will create implicit trigger(s) for FOREIGN KEY check(s)"
msgstr ""
-#: ../storage/file/fd.c:496
+#: parser/analyze.c:1446 parser/analyze.c:1568
#, c-format
-msgid "ReleaseLruFile. Opened %d"
+msgid "transformRuleStmt: unexpected event type %d"
msgstr ""
-#: ../storage/file/fd.c:518
-#, c-format
-msgid "AllocateVfd. Size %d"
+#: parser/analyze.c:1455
+msgid "Rule WHERE condition may not contain references to other relations"
msgstr ""
-#: ../storage/file/fd.c:525
-msgid "AllocateVfd: no room for VFD array"
+#: parser/analyze.c:1459
+msgid "Rule WHERE condition may not contain aggregate functions"
msgstr ""
-#: ../storage/file/fd.c:558
-msgid "AllocateVfd: no room to enlarge VFD array"
+#: parser/analyze.c:1528
+msgid ""
+"Rules with WHERE conditions may only have SELECT, INSERT, UPDATE, or DELETE "
+"actions"
msgstr ""
-#: ../storage/file/fd.c:591
-#, c-format
-msgid "FreeVfd: %d (%s)"
+#: parser/analyze.c:1552
+msgid "ON SELECT rule may not use OLD"
msgstr ""
-#: ../storage/file/fd.c:643
-#, c-format
-msgid "FileAccess %d (%s)"
+#: parser/analyze.c:1554
+msgid "ON SELECT rule may not use NEW"
msgstr ""
-#: ../storage/file/fd.c:697
-msgid "fileNameOpenFile: NULL fname"
+#: parser/analyze.c:1561
+msgid "ON INSERT rule may not use OLD"
msgstr ""
-#: ../storage/file/fd.c:699
-#, c-format
-msgid "fileNameOpenFile: %s %x %o"
+#: parser/analyze.c:1565
+msgid "ON DELETE rule may not use NEW"
msgstr ""
-#: ../storage/file/fd.c:719
-#, c-format
-msgid "fileNameOpenFile: success %d"
+#: parser/analyze.c:1865
+msgid ""
+"ORDER BY on a UNION/INTERSECT/EXCEPT result must be on one of the result "
+"columns"
msgstr ""
-#: ../storage/file/fd.c:726
-msgid "fileNameOpenFile: no room to save VFD filename"
+#: parser/analyze.c:1899
+msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT"
msgstr ""
-#: ../storage/file/fd.c:819
-#, c-format
-msgid "Failed to create temporary file %s"
-msgstr "´´½¨ÁÙʱÎļþ %s ʧ°Ü"
-
-#: ../storage/file/fd.c:838
-#, c-format
-msgid "FileClose: %d (%s)"
+#: parser/analyze.c:1956
+msgid ""
+"UNION/INTERSECT/EXCEPT member statement may not refer to other relations of "
+"same query level"
msgstr ""
-#: ../storage/file/fd.c:887
+#: parser/analyze.c:2006
#, c-format
-msgid "FileUnlink: %d (%s)"
+msgid "Each %s query must have the same number of columns"
msgstr ""
-#: ../storage/file/fd.c:903
+#: parser/analyze.c:2064
#, c-format
-msgid "FileRead: %d (%s) %ld %d %p"
+msgid "getSetColTypes: unexpected node %d"
msgstr ""
-#: ../storage/file/fd.c:924
-#, c-format
-msgid "FileWrite: %d (%s) %ld %d %p"
+#: parser/analyze.c:2075
+msgid "CREATE TABLE AS specifies too many column names"
msgstr ""
-#: ../storage/file/fd.c:950
-#, c-format
-msgid "FileSeek: %d (%s) %ld %ld %d"
+#: parser/analyze.c:2158 parser/analyze.c:2167
+msgid "UPDATE target count mismatch --- internal error"
+msgstr "UPDATE Ä¿±êÊý²»Æ¥Åä --- ÄÚ²¿´íÎó"
+
+#: parser/analyze.c:2253
+msgid "Unexpected node type in ALTER TABLE ADD CONSTRAINT"
msgstr ""
-#: ../storage/file/fd.c:960 ../storage/file/fd.c:981
-#, c-format
-msgid "FileSeek: invalid offset: %ld"
+#: 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/file/fd.c:971 ../storage/file/fd.c:993
-#, c-format
-msgid "FileSeek: invalid whence: %d"
+#: parser/analyze.c:2400
+msgid "Cannot use aggregates in EXECUTE parameters"
msgstr ""
-#: ../storage/file/fd.c:1008
+#: parser/analyze.c:2411
#, c-format
-msgid "FileTell %d (%s)"
+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/file/fd.c:1022
-#, c-format
-msgid "FileTruncate %d (%s)"
+#: parser/analyze.c:2434
+msgid "SELECT FOR UPDATE is not allowed with DISTINCT clause"
+msgstr "SELECT FOR UPDATE ²»ÔÊÐí´ø DISTINCT ×Ó¾ä"
+
+#: parser/analyze.c:2436
+msgid "SELECT FOR UPDATE is not allowed with GROUP BY clause"
+msgstr "SELECT FOR UPDATE ²»ÔÊÐí´ø GROUP BY ×Ó¾ä"
+
+#: parser/analyze.c:2438
+msgid "SELECT FOR UPDATE is not allowed with AGGREGATE"
msgstr ""
-#: ../storage/file/fd.c:1122
+#: parser/analyze.c:2503
#, c-format
-msgid "FileMarkDirty: %d (%s)"
+msgid "FOR UPDATE: relation \"%s\" not found in FROM clause"
msgstr ""
-#: ../storage/file/fd.c:1152
+#: parser/analyze.c:2543
#, c-format
-msgid "AllocateFile: Allocated %d"
-msgstr ""
+msgid "relationHasPrimaryKey: index %u not found"
+msgstr "relationHasPrimaryKey: δÕÒµ½Ë÷Òý %u"
-#: ../storage/file/fd.c:1155
-msgid "AllocateFile: too many private FDs demanded"
+#: parser/analyze.c:2594
+msgid "Misplaced DEFERRABLE clause"
+msgstr "DEFERRABLE ×Ó¾äλÖôíÎó"
+
+#: parser/analyze.c:2596 parser/analyze.c:2605
+msgid "Multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
+msgstr "²»ÔÊÐí¶à¸ö DEFERRABLE/NOT DEFERRABLE ×Ó¾ä"
+
+#: parser/analyze.c:2603
+msgid "Misplaced NOT DEFERRABLE clause"
+msgstr "NOT DEFERRABLE ×Ó¾äλÖôíÎó"
+
+#: parser/analyze.c:2610 parser/analyze.c:2628 gram.y:2152 gram.y:2166
+msgid "INITIALLY DEFERRED constraint must be DEFERRABLE"
msgstr ""
-#: ../storage/file/fd.c:1169
+#: parser/analyze.c:2615
+msgid "Misplaced INITIALLY DEFERRED clause"
+msgstr "INITIALLY DEFERRED ×Ó¾äλÖôíÎó"
+
+#: parser/analyze.c:2617 parser/analyze.c:2635
+msgid "Multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
+msgstr "²»ÔÊÐí¶à¸ö INITIALLY IMMEDIATE/DEFERRED ×Ó¾ä"
+
+#: parser/analyze.c:2633
+msgid "Misplaced INITIALLY IMMEDIATE clause"
+msgstr "INITIALLY IMMEDIATE ×Ó¾äλÖôíÎó"
+
+#: parser/analyze.c:2742
#, c-format
-msgid "AllocateFile: not enough descs, retry, er= %d"
+msgid ""
+"New table specifies a schema (%s) different from the one being created (%s)"
msgstr ""
-#: ../storage/file/fd.c:1185
+#: parser/analyze.c:2761
#, c-format
-msgid "FreeFile: Allocated %d"
+msgid ""
+"New view specifies a schema (%s) different from the one being created (%s)"
msgstr ""
-#: ../storage/file/fd.c:1198
-msgid "FreeFile: file was not obtained from AllocateFile"
+#: parser/analyze.c:2778
+msgid "parser: unsupported schema node (internal error)"
msgstr ""
-#: ../storage/file/buffile.c:479
+#: parser/parse_agg.c:143
#, c-format
-msgid "BufFileSeek: invalid whence: %d"
+msgid "Attribute %s.%s must be GROUPed or used in an aggregate function"
msgstr ""
-#: ../storage/lmgr/lwlock.c:69
+#: parser/parse_agg.c:146
#, c-format
-msgid "%s(%d): excl %d shared %d head %p"
+msgid "Sub-SELECT uses un-GROUPed attribute %s.%s from outer query"
msgstr ""
-#: ../storage/lmgr/lwlock.c:172
-msgid "No more LWLockIds available"
+#: parser/parse_agg.c:196
+msgid "Aggregates not allowed in WHERE clause"
msgstr ""
-#: ../storage/lmgr/lwlock.c:241
-msgid "LWLockAcquire: can't wait without a PROC structure"
+#: parser/parse_agg.c:198
+msgid "Aggregates not allowed in JOIN conditions"
msgstr ""
-#: ../storage/lmgr/lwlock.c:387
-#, c-format
-msgid "LWLockRelease: lock %d is not held"
+#: parser/parse_agg.c:217
+msgid "Aggregates not allowed in GROUP BY clause"
msgstr ""
-#: ../storage/lmgr/lmgr.c:105
-msgid "InitLockTable: couldn't initialize lock table"
+#: parser/parse_clause.c:194
+msgid "Bogus InhOption value"
msgstr ""
-#: ../storage/lmgr/lmgr.c:114
-msgid "InitLockTable: couldn't rename long-term lock table"
+#: parser/parse_clause.c:339
+#, c-format
+msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
msgstr ""
-#: ../storage/lmgr/lmgr.c:155
-msgid "LockRelation: LockAcquire failed"
+#: parser/parse_clause.c:397
+msgid "sub-select in FROM must have an alias"
msgstr ""
-#: ../storage/lmgr/lmgr.c:244
-msgid "LockRelationForSession: LockAcquire failed"
+#: parser/parse_clause.c:410 parser/parse_clause.c:413
+msgid "Unexpected parse analysis result for subselect in FROM"
msgstr ""
-#: ../storage/lmgr/lmgr.c:282
-msgid "LockPage: LockAcquire failed"
+#: parser/parse_clause.c:416
+msgid "Expected SELECT query from subselect in FROM"
msgstr ""
-#: ../storage/lmgr/lmgr.c:323
-msgid "XactLockTableInsert: LockAcquire failed"
+#: parser/parse_clause.c:418
+msgid "Subselect in FROM may not have SELECT INTO"
msgstr ""
-#: ../storage/lmgr/lmgr.c:346
-msgid "XactLockTableWait: LockAcquire failed"
+#: parser/parse_clause.c:436
+msgid "Subselect in FROM may not refer to other relations of same query level"
msgstr ""
-#: ../storage/lmgr/lock.c:111
-#, c-format
+#: parser/parse_clause.c:489
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)"
+"FROM function expression may not refer to other relations of same query level"
msgstr ""
-#: ../storage/lmgr/lock.c:137
-#, c-format
-msgid ""
-"%s: holder(%lx) lock(%lx) tbl(%d) proc(%lx) xid(%u) hold(%d,%d,%d,%d,%d,%d,%"
-"d)=%d"
+#: parser/parse_clause.c:499
+msgid "cannot use aggregate function in FROM function expression"
msgstr ""
-#: ../storage/lmgr/lock.c:252
-#, c-format
-msgid "LockMethodTableInit: too many lock types %d greater than %d"
+#: parser/parse_clause.c:622 parser/parse_clause.c:634
+msgid "transformFromClauseItem: unexpected subtree type"
msgstr ""
-#: ../storage/lmgr/lock.c:283 ../storage/lmgr/lock.c:324
-#: ../storage/lmgr/lock.c:344
+#: parser/parse_clause.c:717
#, c-format
-msgid "LockMethodTableInit: couldn't initialize %s"
+msgid "USING column name \"%s\" appears more than once"
msgstr ""
-#: ../storage/lmgr/lock.c:465
+#: parser/parse_clause.c:729
#, c-format
-msgid "LockAcquire: user lock [%u] %s"
+msgid "Common column name \"%s\" appears more than once in left table"
msgstr ""
-#: ../storage/lmgr/lock.c:476
+#: parser/parse_clause.c:735
#, c-format
-msgid "LockAcquire: bad lock table %d"
+msgid "JOIN/USING column \"%s\" not found in left table"
msgstr ""
-#: ../storage/lmgr/lock.c:494
+#: parser/parse_clause.c:747
#, c-format
-msgid "LockAcquire: lock table %d is out of memory"
+msgid "Common column name \"%s\" appears more than once in right table"
msgstr ""
-#: ../storage/lmgr/lock.c:541
-msgid "LockAcquire: holder table out of memory"
+#: parser/parse_clause.c:753
+#, c-format
+msgid "JOIN/USING column \"%s\" not found in right table"
msgstr ""
-#: ../storage/lmgr/lock.c:586
+#: parser/parse_clause.c:802
+#, fuzzy, c-format
+msgid "Column alias list for \"%s\" has too many entries"
+msgstr "Ñ¡Ôñ¹æÔòµÄÄ¿±êÁбíµÄ¼Ç¼̫¶à"
+
+#: parser/parse_clause.c:829
#, c-format
-msgid "Deadlock risk: raising lock level from %s to %s on object %u/%u/%u"
+msgid ""
+"transformFromClauseItem: unexpected node (internal error)\n"
+"\t%s"
msgstr ""
-#: ../storage/lmgr/lock.c:664
-msgid "LockAcquire: remove holder, table corrupted"
-msgstr ""
+#: parser/parse_clause.c:933
+#, c-format
+msgid "buildMergedJoinVar: unexpected jointype %d"
+msgstr "buildMergedJoinVar: δ֪µÄÁ¬½ÓÀàÐÍ %d"
-#: ../storage/lmgr/lock.c:922
-msgid "deadlock detected"
-msgstr ""
+#: parser/parse_clause.c:1054
+#, c-format
+msgid "%s '%s' is ambiguous"
+msgstr "%s '%s' ÊDz»Ã÷È·µÄ"
-#: ../storage/lmgr/lock.c:1003
+#: parser/parse_clause.c:1073
#, c-format
-msgid "LockRelease: user lock tag [%u] %d"
+msgid "Non-integer constant in %s"
msgstr ""
-#: ../storage/lmgr/lock.c:1013
-msgid "lockMethodTable is null in LockRelease"
+#: parser/parse_clause.c:1086
+#, c-format
+msgid "%s position %d is not in target list"
msgstr ""
-#: ../storage/lmgr/lock.c:1035
-msgid "LockRelease: no such lock"
+#: parser/parse_clause.c:1227
+msgid "For SELECT DISTINCT, ORDER BY expressions must appear in target list"
msgstr ""
-#: ../storage/lmgr/lock.c:1058
-msgid "LockRelease: no lock with this tag"
+#: parser/parse_clause.c:1265
+msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
msgstr ""
-#: ../storage/lmgr/lock.c:1061
-msgid "LockRelease: holder table corrupted"
+#: parser/parse_clause.c:1289
+msgid ""
+"transformDistinctClause: failed to add DISTINCT ON clause to target list"
msgstr ""
-#: ../storage/lmgr/lock.c:1075
+#: parser/parse_coerce.c:278
#, c-format
-msgid "LockRelease: you don't own a lock of type %s"
-msgstr ""
+msgid "coerce_type: no conversion function from %s to %s"
+msgstr "coerce_type: ûÓÐ°Ñ %s ת»»³É %s µÄת»»º¯Êý"
-#: ../storage/lmgr/lock.c:1130
-msgid "LockRelease: remove lock, table corrupted"
-msgstr ""
+#. translator: first %s is name of a SQL construct, eg WHERE
+#: parser/parse_coerce.c:535
+#, c-format
+msgid "Argument of %s must be type boolean, not type %s"
+msgstr "%s µÄ²ÎÊý±ØÐèÊDz¼¶ûÀàÐÍ, ¶ø²»ÊÇ %s ÀàÐÍ"
-#: ../storage/lmgr/lock.c:1159
-msgid "LockRelease: remove holder, table corrupted"
+#. translator: %s is name of a SQL construct, eg WHERE
+#: parser/parse_coerce.c:543
+#, c-format
+msgid "Argument of %s must not be a set function"
msgstr ""
-#: ../storage/lmgr/lock.c:1200
+#: parser/parse_coerce.c:590
#, c-format
-msgid "LockReleaseAll: lockmethod=%d, pid=%d"
+msgid "%s types '%s' and '%s' not matched"
msgstr ""
-#: ../storage/lmgr/lock.c:1208
+#: parser/parse_coerce.c:642
#, c-format
-msgid "LockReleaseAll: bad lockmethod %d"
-msgstr ""
+msgid "%s unable to convert to type %s"
+msgstr "%s ²»ÄÜת»»³É %s ÀàÐÍ"
-#: ../storage/lmgr/lock.c:1312
-msgid "LockReleaseAll: holder table corrupted"
+#: parser/parse_coerce.c:924
+#, c-format
+msgid "find_coercion_pathway: bogus castcontext %c"
msgstr ""
-#: ../storage/lmgr/lock.c:1330
-msgid "LockReleaseAll: cannot remove lock from HTAB"
+#: parser/parse_expr.c:101
+#, c-format
+msgid "Expression too complex: nesting depth exceeds max_expr_depth = %d"
msgstr ""
-#: ../storage/lmgr/lock.c:1345
-msgid "LockReleaseAll: done"
+#: parser/parse_expr.c:120
+#, c-format
+msgid "Parameter '$%d' is out of range"
+msgstr "²ÎÊý '$%d' ³¬³ö·¶Î§"
+
+#: parser/parse_expr.c:273
+msgid "IS DISTINCT FROM requires = operator to yield boolean"
msgstr ""
-#: ../storage/lmgr/lock.c:1464
-msgid "DumpAllLocks: holder->tag.lock = NULL"
+#: parser/parse_expr.c:291
+msgid "NULLIF requires = operator to yield boolean"
msgstr ""
-#: ../storage/lmgr/proc.c:209
-msgid "InitProcess: Proc Header uninitialized"
+#: parser/parse_expr.c:380 parser/parse_expr.c:384
+msgid "Bad query in subselect"
msgstr ""
-#: ../storage/lmgr/proc.c:212
-msgid "InitProcess: you already exist"
+#: parser/parse_expr.c:408
+msgid "Subselect must have a field"
msgstr ""
-#: ../storage/lmgr/proc.c:235
-msgid "cannot create new proc: out of memory"
-msgstr "ÎÞ·¨´´½¨Ð¹ý³Ì: ÄÚ´æÓþ¡"
+#: parser/parse_expr.c:412
+msgid "Subselect must have only one field"
+msgstr ""
-#: ../storage/lmgr/proc.c:298
-msgid "InitDummyProcess: Proc Header uninitialized"
+#: parser/parse_expr.c:464
+#, c-format
+msgid "Row comparison cannot use operator %s"
msgstr ""
-#: ../storage/lmgr/proc.c:301
-msgid "InitDummyProcess: you already exist"
+#: parser/parse_expr.c:489
+msgid "Subselect has too many fields"
msgstr ""
-#: ../storage/lmgr/proc.c:307
+#: parser/parse_expr.c:505
#, c-format
-msgid "InitDummyProcess: DummyProc is in use by PID %d"
+msgid ""
+"%s has result type of %s, but must return %s to be used with quantified "
+"predicate subquery"
msgstr ""
-#: ../storage/lmgr/proc.c:693
-msgid "ProcSleep: Unable to set timer for process wakeup"
+#: parser/parse_expr.c:511
+#, c-format
+msgid "%s must not return a set to be used with quantified predicate subquery"
msgstr ""
-#: ../storage/lmgr/proc.c:715
-msgid "ProcSleep: Unable to disable timer for process wakeup"
+#: parser/parse_expr.c:521
+msgid "Subselect has too few fields"
msgstr ""
-#: ../storage/lmgr/spin.c:165
-msgid "s_init_lock_sema: not enough semaphores"
+#: parser/parse_expr.c:709
+#, c-format
+msgid "transformExpr: unexpected booltesttype %d"
msgstr ""
-#: ../storage/lmgr/deadlock.c:274
-msgid "DeadLockCheckRecurse: inconsistent results"
+#: parser/parse_expr.c:751
+#, c-format
+msgid "transformExpr: does not know how to transform node %d (internal error)"
msgstr ""
-#: ../storage/page/bufpage.c:112
-msgid "PageAddItem: tried overwrite after maxoff"
+#: parser/parse_expr.c:856
+#, c-format
+msgid "Attribute \"%s\" not found"
+msgstr "δÕÒµ½ÊôÐÔ \"%s\""
+
+#: parser/parse_expr.c:968 parser/parse_target.c:153
+msgid "Invalid qualified name syntax (too many names)"
msgstr ""
-#: ../storage/page/bufpage.c:121
-msgid "PageAddItem: tried overwrite of used ItemId"
+#: parser/parse_expr.c:1028
+msgid "exprType: Cannot get type for untransformed sublink"
msgstr ""
-#: ../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!"
+#: parser/parse_expr.c:1103
+#, c-format
+msgid "Relation reference \"%s\" cannot be used in an expression"
msgstr ""
-#: ../storage/smgr/md.c:287
-msgid "segment too big!"
+#: parser/parse_expr.c:1108
+#, fuzzy, c-format
+msgid "exprType: Do not know how to get type for %d node"
+msgstr "outNode: ²»ÖªµÀÈçºÎ´òÓ¡ÀàÐÍ %d"
+
+#: parser/parse_expr.c:1308
+#, c-format
+msgid "Cannot cast type %s to %s"
+msgstr "ÎÞ·¨°ÑÀàÐÍ %s ת»»Îª %s"
+
+#: parser/parse_func.c:97
+#, c-format
+msgid "Cannot pass more than %d arguments to a function"
msgstr ""
-#: ../storage/smgr/md.c:342
-msgid "segment too big on relopen!"
+#: parser/parse_func.c:104
+#, c-format
+msgid "Function '%s' does not allow NULL input"
msgstr ""
-#: ../storage/smgr/md.c:577
+#: parser/parse_func.c:192
#, c-format
-msgid "mdblindwrt: lseek(%ld) failed: %m"
+msgid "Cannot find type OID for relation %u"
msgstr ""
-#: ../storage/smgr/md.c:591
+#: parser/parse_func.c:232
#, c-format
-msgid "mdblindwrt: write() failed: %m"
+msgid "Cannot pass result of sub-select or join %s to a function"
msgstr ""
-#: ../storage/smgr/md.c:597
+#: parser/parse_func.c:270
#, c-format
-msgid "mdblindwrt: close() failed: %m"
+msgid "%s(*) specified, but %s is not an aggregate function"
msgstr ""
-#: ../storage/smgr/md.c:681
-msgid "segment too big in mdnblocks!"
+#: parser/parse_func.c:273
+#, c-format
+msgid "DISTINCT specified, but %s is not an aggregate function"
msgstr ""
-#: ../storage/smgr/md.c:700
+#: parser/parse_func.c:296
#, c-format
-msgid "cannot count blocks for %s -- open failed: %m"
+msgid "Attribute notation .%s applied to type %s, which is not a complex type"
msgstr ""
-#: ../storage/smgr/md.c:892
-msgid "_fdvec_alloc error"
+#: parser/parse_func.c:299
+#, c-format
+msgid "Attribute \"%s\" not found in datatype %s"
msgstr ""
-#: ../storage/smgr/md.c:974
-msgid "segment too big on openseg!"
+#: parser/parse_func.c:342
+msgid "Aggregates may not return sets"
msgstr ""
-#: ../storage/smgr/md.c:993
+#: parser/parse_func.c:1257
#, c-format
-msgid "_mdfd_getrelnfd: cannot open relation %s: %m"
+msgid "No such attribute %s.%s.%s"
msgstr ""
-#: ../storage/smgr/md.c:1036
+#: parser/parse_func.c:1260
#, c-format
-msgid "cannot open segment %u of relation %s (target block %u): %m"
-msgstr ""
+msgid "No such attribute %s.%s"
+msgstr "ûÓÐ %s.%s ÊôÐÔ"
-#: ../storage/smgr/md.c:1088
+#: parser/parse_func.c:1287
#, c-format
-msgid "_mdfd_blind_getseg: couldn't open %s: %m"
-msgstr ""
+msgid "Function %s(%s) does not exist%s%s"
+msgstr "º¯Êý %s(%s) ²»´æÔÚ%s%s"
-#: ../storage/smgr/mm.c:189
-msgid "main memory storage mgr hash table out of memory"
+#: parser/parse_func.c:1293
+#, c-format
+msgid "%s: function %s(%s) does not exist%s%s"
+msgstr "%s: º¯Êý %s(%s) ²»´æÔÚ%s%s"
+
+#: parser/parse_func.c:1319
+#, c-format
+msgid "%s: aggregate %s(*) does not exist"
+msgstr "%s: ¾Û¼¯º¯Êý %s(*) ²»´æÔÚ"
+
+#: parser/parse_func.c:1322
+#, c-format
+msgid "%s: aggregate %s(%s) does not exist"
+msgstr "%s: ¾Û¼¯º¯Êý %s(%s) ²»´æÔÚ"
+
+#: parser/parse_func.c:1338
+#, c-format
+msgid "%s: function %s(*) is not an aggregate"
+msgstr "%s: º¯Êý %s(*) ²»ÊÇÒ»¸ö¾Û¼¯º¯Êý"
+
+#: parser/parse_func.c:1341
+#, c-format
+msgid "%s: function %s(%s) is not an aggregate"
+msgstr "%s: º¯Êý %s(%s) ²»ÊÇÒ»¸ö¾Û¼¯º¯Êý"
+
+#: parser/parse_node.c:211
+#, c-format
+msgid "transformArraySubscripts: Cache lookup failed for array type %u"
msgstr ""
-#: ../storage/smgr/mm.c:232
-msgid "mmunlink: cache hash table corrupted"
+#: parser/parse_node.c:217
+#, c-format
+msgid "transformArraySubscripts: type %s is not an array"
msgstr ""
-#: ../storage/smgr/mm.c:249
-msgid "mmunlink: rel cache hash table corrupted"
+#: parser/parse_node.c:225
+#, c-format
+msgid "transformArraySubscripts: Cache lookup failed for array element type %u"
msgstr ""
-#: ../storage/smgr/mm.c:312
-msgid "mmextend: rel cache hash table corrupt"
+#: parser/parse_node.c:282 parser/parse_node.c:302
+msgid "array index expressions must be integers"
msgstr ""
-#: ../storage/smgr/mm.c:323
-msgid "mmextend: cache hash table corrupt"
+#: parser/parse_node.c:321
+#, c-format
+msgid ""
+"Array assignment requires type %s but expression is of type %s\n"
+"\tYou will need to rewrite or cast the expression"
msgstr ""
-#: ../storage/smgr/mm.c:434
-msgid "mmwrite: hash table missing requested page"
+#: parser/parse_node.c:431
+#, c-format
+msgid "make_const: unknown type %d"
+msgstr "make_const: δ֪ÀàÐÍ %d"
+
+#: parser/parse_oper.c:116
+#, c-format
+msgid "%s: Prefix operator '%s' for type '%s' does not exist"
msgstr ""
-#: ../storage/smgr/smgrtype.c:51
+#: parser/parse_oper.c:120
#, c-format
-msgid "smgrin: unknown storage manager name '%s'"
+msgid "%s: Postfix operator '%s' for type '%s' does not exist"
msgstr ""
-#: ../storage/smgr/smgrtype.c:62
+#: parser/parse_oper.c:124
#, c-format
-msgid "Illegal storage manager id %d"
+msgid "%s: Operator '%s' for types '%s' and '%s' does not exist"
msgstr ""
-#: ../storage/smgr/smgr.c:137
+#: parser/parse_oper.c:166
#, c-format
-msgid "initialization failed on %s: %m"
+msgid "Unable to identify an equality operator for type %s"
msgstr ""
-#: ../storage/smgr/smgr.c:159
+#: parser/parse_oper.c:204
#, c-format
-msgid "shutdown failed on %s: %m"
+msgid ""
+"Unable to identify an ordering operator for type %s\n"
+"\tUse an explicit ordering operator or modify the query"
msgstr ""
-#: ../storage/smgr/smgr.c:179
+#: parser/parse_oper.c:966
#, c-format
-msgid "cannot create %s: %m"
-msgstr "ÎÞ·¨´´½¨ %s: %m"
+msgid ""
+"Left hand side of operator '%s' has an unknown type\n"
+"\tProbably a bad attribute name"
+msgstr ""
-#: ../storage/smgr/smgr.c:249
+#: parser/parse_oper.c:971
#, c-format
msgid ""
-"cannot extend %s: %m.\n"
-"\tCheck free disk space."
+"Right hand side of operator %s has an unknown type\n"
+"\tProbably a bad attribute name"
msgstr ""
-#: ../storage/smgr/smgr.c:285
+#: parser/parse_oper.c:975
#, c-format
-msgid "cannot close %s: %m"
-msgstr "ÎÞ·¨¹Ø±Õ %s: %m"
+msgid ""
+"Unable to identify an operator '%s' for types '%s' and '%s'\n"
+"\tYou will have to retype this query using an explicit cast"
+msgstr ""
-#: ../storage/smgr/smgr.c:308
+#: parser/parse_oper.c:991
#, c-format
-msgid "cannot read block %d of %s: %m"
-msgstr "ÎÞ·¨¶ÁÈ¡ %2$s µÄ¿é %1$d: %m"
+msgid ""
+"operand of prefix operator '%s' has an unknown type\n"
+"\t(probably an invalid column reference)"
+msgstr ""
-#: ../storage/smgr/smgr.c:330
+#: parser/parse_oper.c:995
#, c-format
-msgid "cannot write block %d of %s: %m"
-msgstr "ÎÞ·¨Ð´Èë %2$s µÄ¿é %1$d: %m"
+msgid ""
+"operand of postfix operator '%s' has an unknown type\n"
+"\t(probably an invalid column reference)"
+msgstr ""
-#: ../storage/smgr/smgr.c:347
+#: parser/parse_oper.c:1002
#, c-format
-msgid "cannot flush block %d of %s to stable store: %m"
+msgid ""
+"Unable to identify a prefix operator '%s' for type '%s'\n"
+"\tYou may need to add parentheses or an explicit cast"
msgstr ""
-#: ../storage/smgr/smgr.c:378
+#: parser/parse_oper.c:1006
#, c-format
-msgid "cannot write block %d of %u/%u blind: %m"
+msgid ""
+"Unable to identify a postfix operator '%s' for type '%s'\n"
+"\tYou may need to add parentheses or an explicit cast"
msgstr ""
-#: ../storage/smgr/smgr.c:404
+#: parser/parse_relation.c:169 parser/parse_relation.c:181
#, c-format
-msgid "cannot mark block %d of %s: %m"
+msgid "Table reference \"%s\" is ambiguous"
msgstr ""
-#: ../storage/smgr/smgr.c:425
+#: parser/parse_relation.c:185
#, c-format
-msgid "cannot mark block %d of %u/%u blind: %m"
+msgid "scanNameSpaceForRefname: unexpected node type %d"
msgstr ""
-#: ../storage/smgr/smgr.c:451
+#: parser/parse_relation.c:239 parser/parse_relation.c:251
#, c-format
-msgid "cannot count blocks for %s: %m"
-msgstr "ÎÞ·¨Îª %s ¼ÆËã¿éÊý: %m"
+msgid "Table reference %u is ambiguous"
+msgstr ""
+
+#: parser/parse_relation.c:255
+#, fuzzy, c-format
+msgid "scanNameSpaceForRelid: unexpected node type %d"
+msgstr "sort_inner_and_outer: δ֪µÄÁ¬½ÓÀàÐÍ %d"
-#: ../storage/smgr/smgr.c:483
+#: parser/parse_relation.c:319
#, c-format
-msgid "cannot truncate %s to %u blocks: %m"
-msgstr "ÎÞ·¨½« %s ½Ø¶ÏΪ %u ¿é: %m"
+msgid "checkNameSpaceConflicts: unexpected node type %d"
+msgstr ""
-#: ../storage/smgr/smgr.c:525
+#: parser/parse_relation.c:342 parser/parse_relation.c:352
#, c-format
-msgid "cannot unlink %u/%u: %m"
+msgid "Table name \"%s\" specified more than once"
msgstr ""
-#: ../storage/smgr/smgr.c:548
+#: parser/parse_relation.c:373
#, c-format
-msgid "transaction commit failed on %s: %m"
+msgid "scanNameSpaceForConflict: unexpected node type %d"
+msgstr ""
+
+#: parser/parse_relation.c:408
+msgid "RTERangeTablePosn: RTE not found (internal error)"
msgstr ""
-#: ../storage/smgr/smgr.c:567
+#: parser/parse_relation.c:460 parser/parse_relation.c:553
#, c-format
-msgid "transaction abort failed on %s: %m"
+msgid "Column reference \"%s\" is ambiguous"
msgstr ""
-#: ../storage/smgr/smgr.c:586
+#: parser/parse_relation.c:547
#, c-format
-msgid "storage sync failed on %s: %m"
+msgid "colnameToVar: unexpected node type %d"
msgstr ""
-#: ../storage/smgr/smgr.c:600
+#: parser/parse_relation.c:646 parser/parse_relation.c:739
+#: parser/parse_relation.c:832 parser/parse_relation.c:946
#, c-format
-msgid "illegal storage manager number %d"
+msgid "Table \"%s\" has %d columns available but %d columns specified"
msgstr ""
-#: ../storage/buffer/buf_table.c:58
-msgid "couldn't initialize shared buffer pool Hash Tbl"
+#: parser/parse_relation.c:907
+msgid "A column definition list is only allowed for functions returning RECORD"
msgstr ""
-#: ../storage/buffer/buf_table.c:100
-msgid "BufTableDelete: BufferLookup table corrupted"
+#: parser/parse_relation.c:916
+msgid "A column definition list is required for functions returning RECORD"
msgstr ""
-#: ../storage/buffer/buf_table.c:131
-msgid "BufTableInsert: BufferLookup table out of memory"
+#: parser/parse_relation.c:972
+#, c-format
+msgid "Too many column aliases specified for function %s"
msgstr ""
-#: ../storage/buffer/buf_table.c:138
-msgid "BufTableInsert: BufferLookup table corrupted"
+#: parser/parse_relation.c:993
+#, c-format
+msgid "Unknown kind of return type specified for function %s"
msgstr ""
-#: ../storage/buffer/localbuf.c:94
-msgid "no empty local buffer."
+#: parser/parse_relation.c:1425
+#, fuzzy, c-format
+msgid "expandRTE: unsupported RTE kind %d"
+msgstr "pq_sendint: ²»Ö§³ÖµÄ³ß´ç %d"
+
+#: parser/parse_relation.c:1515
+#, c-format
+msgid "Invalid attnum %d for rangetable entry %s"
msgstr ""
-#: ../storage/buffer/localbuf.c:138
-msgid "Out of memory in LocalBufferAlloc"
+#: 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' ²»´æÔÚ"
+
+#: parser/parse_relation.c:1574
+#, c-format
+msgid "Subquery %s does not have attribute %d"
msgstr ""
-#: ../storage/buffer/freelist.c:203
-msgid "out of free buffers: time to abort!"
+#: parser/parse_relation.c:1655
+#, c-format
+msgid "get_rte_attribute_type: unsupported RTE kind %d"
msgstr ""
-#: ../storage/buffer/bufmgr.c:254
-msgid "BufRead: buffer table broken after IO error"
+#: parser/parse_relation.c:1716
+#, c-format
+msgid "Relation %s does not have attribute %d"
msgstr ""
-#: ../storage/buffer/bufmgr.c:426
+#: parser/parse_relation.c:1732
#, c-format
-msgid "BufferAlloc: cannot write block %u for %u/%u"
+msgid "get_rte_attribute_is_dropped: unsupported RTE kind %d"
msgstr ""
-#: ../storage/buffer/bufmgr.c:444
+#: parser/parse_relation.c:1815
#, c-format
-msgid "BufferAlloc: content of block %u (%u/%u) changed while flushing"
+msgid "attnumAttName: invalid attribute number %d"
msgstr ""
-#: ../storage/buffer/bufmgr.c:537
-msgid "buffer wasn't in the buffer table"
+#: parser/parse_relation.c:1837
+#, c-format
+msgid "attnumTypeId: invalid attribute number %d"
msgstr ""
-#: ../storage/buffer/bufmgr.c:545
-msgid "Buffer in lookup table twice"
+#: parser/parse_relation.c:1864
+#, c-format
+msgid "Adding missing FROM-clause entry%s for table \"%s\""
+msgstr ""
+
+#: parser/parse_target.c:62
+msgid "You can't use relation names alone in the target list, try relation.*."
msgstr ""
-#: ../storage/buffer/bufmgr.c:806
+#: parser/parse_target.c:236
#, c-format
-msgid "BufferSync: cannot write %u for %u/%u"
+msgid "Cannot assign to system attribute '%s'"
msgstr ""
-#: ../storage/buffer/bufmgr.c:965
+#: parser/parse_target.c:298
#, c-format
msgid ""
-"Buffer Leak: [%03d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, "
-"flags=0x%x, refcount=%d %ld)"
+"column \"%s\" is of type %s but expression is of type %s\n"
+"\tYou will need to rewrite or cast the expression"
msgstr ""
-#: ../storage/buffer/bufmgr.c:1364 ../storage/buffer/bufmgr.c:1396
+#: parser/parse_target.c:371
#, c-format
-msgid ""
-"[%02d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, flags=0x%x, "
-"refcount=%d %ld)"
-msgstr ""
+msgid "Attribute '%s' specified more than once"
+msgstr "ÊôÐÔ '%s' ±»Ö¸¶¨¹ý¶à´Î"
-#: ../storage/buffer/bufmgr.c:1498
+#: parser/parse_target.c:406
#, c-format
msgid ""
-"FlushRelationBuffers(%s (local), %u): block %u is dirty, could not flush it"
+"ExpandAllTables: unexpected node (internal error)\n"
+"\t%s"
msgstr ""
-#: ../storage/buffer/bufmgr.c:1508
-#, c-format
-msgid "FlushRelationBuffers(%s (local), %u): block %u is referenced (%ld)"
+#: parser/parse_target.c:424
+msgid "Wildcard with no tables specified not allowed"
msgstr ""
-#: ../storage/buffer/bufmgr.c:1560
+#: parser/parse_type.c:60
#, c-format
-msgid "FlushRelationBuffers: cannot write %u for %u/%u"
+msgid "Improper %%TYPE reference (too few dotted names): %s"
msgstr ""
-#: ../storage/buffer/bufmgr.c:1586
+#: parser/parse_type.c:79
#, c-format
-msgid ""
-"FlushRelationBuffers(%s, %u): block %u is referenced (private %ld, global %d)"
+msgid "Improper %%TYPE reference (too many dotted names): %s"
msgstr ""
-#: ../storage/buffer/bufmgr.c:1819
-msgid "buffer alloc trace error and can't open log file"
+#: parser/parse_type.c:96
+#, c-format
+msgid "%s converted to %s"
msgstr ""
-#: ../storage/buffer/bufmgr.c:2016
+#: parser/parse_type.c:194 parser/parse_type.c:222
+#: utils/cache/lsyscache.c:1286
#, c-format
-msgid "LockBuffer: unknown lock mode %d"
+msgid "Type \"%s\" is only a shell"
msgstr ""
-#: ../storage/buffer/bufmgr.c:2048 ../storage/buffer/bufmgr.c:2055
-msgid "LockBufferForCleanup: wrong local pin count"
+#: parser/parse_type.c:247
+#, c-format
+msgid "Unable to locate type oid %u in catalog"
msgstr ""
-#: ../storage/buffer/bufmgr.c:2077
-msgid "Multiple backends attempting to wait for pincount 1"
+#: parser/parse_type.c:256
+msgid "typeTypeId() called with NULL type struct"
msgstr ""
-#: ../storage/buffer/bufmgr.c:2201
+#: parser/parse_type.c:389
#, c-format
-msgid "write error may be permanent: cannot write block %u for %u/%u"
+msgid "typeidOutfunc: Invalid type - oid = %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_type.c:410
+#, c-format
+msgid "typeidTypeRelid: Invalid type - oid = %u"
msgstr ""
-#: ../storage/freespace/freespace.c:522
-msgid "FreeSpaceMap hashtable out of memory"
-msgstr ""
+#: 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'"
-#: ../storage/freespace/freespace.c:592
-msgid "FreeSpaceMap hashtable corrupted"
+#: scan.l:295
+msgid "unterminated /* comment"
msgstr ""
-#: ../storage/freespace/freespace.c:764
-msgid "fsm_record_free_space: unexpected match"
+#: scan.l:323
+msgid "unterminated bit string literal"
msgstr ""
-#: ../storage/freespace/freespace.c:880
-msgid "insert_fsm_page_entry: entry already exists!"
+#: scan.l:342
+msgid "unterminated hexadecimal string literal"
msgstr ""
-#: ../storage/freespace/freespace.c:889
-msgid "insert_fsm_page_entry: failed to insert entry!"
+#: scan.l:388
+msgid "unterminated quoted string"
msgstr ""
-#: ../storage/large_object/inv_api.c:49
-msgid "getbytealen: VARSIZE(data) < VARHDRSZ. This is internal error."
+#: scan.l:399
+msgid "zero-length delimited identifier"
msgstr ""
-#: ../storage/large_object/inv_api.c:75
+#: scan.l:406 scan.l:562
#, c-format
-msgid "inv_create: large object %u already exists. This is internal error."
+msgid "identifier \"%s\" will be truncated to \"%.*s\""
msgstr ""
-#: ../storage/large_object/inv_api.c:108
-#, c-format
-msgid "inv_create: invalid flags: %d"
+#: scan.l:420
+msgid "unterminated quoted identifier"
msgstr ""
-#: ../storage/large_object/inv_api.c:127
+#: scan.l:580
#, c-format
-msgid "inv_open: large object %u not found"
+msgid "parser: %s at end of input"
msgstr ""
-#: ../storage/large_object/inv_api.c:145
+#: scan.l:582
#, c-format
-msgid "inv_open: invalid flags: %d"
+msgid "parser: %s at or near \"%s\" at character %d"
msgstr ""
-#: ../storage/large_object/inv_api.c:254
-#, c-format
-msgid "inv_getsize: large object %u not found"
+#: /usr/share/bison/bison.simple:179
+msgid "parse error: cannot back up"
msgstr ""
-#: ../storage/large_object/inv_api.c:267 ../storage/large_object/inv_api.c:272
-#: ../storage/large_object/inv_api.c:280
-#, c-format
-msgid "inv_seek: invalid offset: %d"
+#: gram.y:957 gram.y:974
+msgid "Time zone interval must be HOUR or HOUR TO MINUTE"
msgstr ""
-#: ../storage/large_object/inv_api.c:285
-#, c-format
-msgid "inv_seek: invalid whence: %d"
-msgstr "inv_seek: ·Ç·¨Æðµã: %d"
-
-#: ../commands/rename.c:73
+#: gram.y:968 gram.y:4990 gram.y:6954 utils/adt/timestamp.c:674
#, c-format
-msgid "renameatt: class \"%s\" is a system catalog"
+msgid "INTERVAL(%d) precision must be between %d and %d"
msgstr ""
-#: ../commands/rename.c:77
-#, c-format
-msgid "renameatt: you do not own class \"%s\""
+#: gram.y:1415 gram.y:1421 gram.y:4397 gram.y:4404
+msgid "GLOBAL TEMPORARY TABLE is not currently supported"
msgstr ""
-#: ../commands/rename.c:122
+#: gram.y:1459
#, c-format
-msgid "renameatt: can't find catalog entry for inheriting class with oid %u"
+msgid "CREATE TABLE / COLLATE %s not yet implemented; clause ignored"
msgstr ""
-#: ../commands/rename.c:142
-#, c-format
-msgid "renameatt: attribute \"%s\" does not exist"
-msgstr ""
+#: gram.y:1643
+#, fuzzy
+msgid "LIKE in table definitions not yet supported"
+msgstr "²»Ö§³Öµ¥Î»Îª '%s' µÄʱ¼ä¼ä¸ô"
-#: ../commands/rename.c:145
-#, c-format
-msgid "renameatt: system attribute \"%s\" not renamed"
+#: gram.y:1747
+msgid "FOREIGN KEY/MATCH PARTIAL not yet implemented"
msgstr ""
-#: ../commands/rename.c:152
-#, c-format
-msgid "renameatt: attribute \"%s\" exists"
+#: gram.y:1827
+msgid "CREATE TABLE AS may not specify INTO"
msgstr ""
-#: ../commands/rename.c:186
-#, c-format
-msgid "renamerel: system relation \"%s\" may not be renamed"
-msgstr ""
+#: gram.y:2216
+#, fuzzy
+msgid "CREATE ASSERTION is not yet supported"
+msgstr "CREATE VERSION ʵÏֵò»ÕýÈ·"
-#: ../commands/rename.c:190
-#, c-format
-msgid ""
-"renamerel: Illegal class name: \"%s\" -- pg_ is reserved for system catalogs"
+#: gram.y:2230
+msgid "DROP ASSERTION is not yet supported"
msgstr ""
-#: ../catalog/heap.c:941 ../commands/rename.c:207
-#, c-format
-msgid "Relation \"%s\" does not exist"
+#: gram.y:3060
+msgid "CREATE FUNCTION / OUT parameters are not supported"
msgstr ""
-#: ../commands/rename.c:244
-#, c-format
-msgid "renamerel: relation \"%s\" does not exist"
+#: gram.y:3066
+msgid "CREATE FUNCTION / INOUT parameters are not supported"
msgstr ""
-#: ../commands/rename.c:247
-#, c-format
-msgid "renamerel: relation \"%s\" exists"
+#: gram.y:3218
+msgid "parser: argument type missing (use NONE for unary operators)"
msgstr ""
-#: ../commands/remove.c:59 ../commands/remove.c:66
+#: gram.y:3745
#, c-format
-msgid "RemoveOperator: type '%s' does not exist"
+msgid "CREATE DOMAIN / COLLATE %s not yet implemented; clause ignored"
msgstr ""
-#: ../commands/remove.c:87
-#, c-format
-msgid "RemoveOperator: operator '%s': permission denied"
+#: gram.y:4483
+msgid ""
+"LIMIT #,# syntax not supported.\n"
+"\tUse separate LIMIT and OFFSET clauses."
msgstr ""
-#: ../commands/remove.c:100
-#, c-format
-msgid ""
-"RemoveOperator: binary operator '%s' taking '%s' and '%s' does not exist"
+#: gram.y:4499
+msgid "LIMIT must not be negative"
msgstr ""
-#: ../commands/remove.c:107
-#, c-format
-msgid "RemoveOperator: right unary operator '%s' taking '%s' does not exist"
+#: gram.y:4537
+msgid "OFFSET must not be negative"
msgstr ""
-#: ../commands/remove.c:113
-#, c-format
-msgid "RemoveOperator: left unary operator '%s' taking '%s' does not exist"
+#: gram.y:4679
+msgid ""
+"sub-SELECT in FROM must have an alias\n"
+"\tFor example, FROM (SELECT ...) [AS] foo"
msgstr ""
-#: ../commands/remove.c:246
-#, c-format
-msgid "RemoveType: type '%s': permission denied"
+#: gram.y:5084
+msgid "precision for FLOAT must be at least 1"
msgstr ""
-#: ../commands/remove.c:255 ../commands/remove.c:270
-#, c-format
-msgid "RemoveType: type '%s' does not exist"
+#: gram.y:5091
+msgid "precision for FLOAT must be less than 16"
msgstr ""
-#: ../catalog/pg_proc.c:99 ../commands/comment.c:647 ../commands/remove.c:299
+#: gram.y:5104 gram.y:5117
#, c-format
-msgid "functions cannot have more than %d arguments"
+msgid "NUMERIC precision %d must be between 1 and %d"
msgstr ""
-#: ../commands/remove.c:317
+#: gram.y:5108
#, c-format
-msgid "RemoveFunction: type '%s' not found"
+msgid "NUMERIC scale %d must be between 0 and precision %d"
msgstr ""
-#: ../commands/remove.c:323
+#: gram.y:5134 gram.y:5147
#, c-format
-msgid "RemoveFunction: function '%s': permission denied"
+msgid "DECIMAL precision %d must be between 1 and %d"
msgstr ""
-#: ../commands/remove.c:341
+#: gram.y:5138
#, c-format
-msgid "Removing built-in function \"%s\""
+msgid "DECIMAL scale %d must be between 0 and precision %d"
msgstr ""
-#: ../commands/remove.c:375
+#: gram.y:5195 gram.y:5269
#, c-format
-msgid "RemoveAggregate: type '%s' does not exist"
+msgid "length for type '%s' must be at least 1"
msgstr ""
-#: ../commands/remove.c:383
+#: gram.y:5198 gram.y:5272
#, c-format
-msgid "RemoveAggregate: aggregate '%s' for all types: permission denied"
+msgid "length for type '%s' cannot exceed %d"
msgstr ""
-#: ../commands/remove.c:386
+#: gram.y:5349
#, c-format
-msgid "RemoveAggregate: aggregate '%s' for type %s: permission denied"
+msgid "TIMESTAMP(%d)%s precision must be between %d and %d"
msgstr ""
-#: ../commands/variable.c:112
+#: gram.y:5381
#, c-format
-msgid "Syntax error near \"%s\": empty setting"
+msgid "TIME(%d)%s precision must be between %d and %d"
msgstr ""
-#: ../commands/variable.c:139 ../commands/variable.c:173
-#, c-format
-msgid "Syntax error near \"%s\""
+#: gram.y:5523 gram.y:7512 gram.y:7564
+msgid "Unequal number of entries in row expression"
msgstr ""
-#: ../commands/variable.c:149
-#, c-format
-msgid "Syntax error near \"=%s\""
+#: gram.y:5936
+msgid "UNIQUE predicate is not yet implemented"
msgstr ""
-#: ../commands/variable.c:251
+#: gram.y:6165
#, c-format
-msgid "Bad value for date style (%s)"
+msgid "CURRENT_TIME(%d) precision must be between %d and %d"
msgstr ""
-#: ../commands/variable.c:255
-msgid "Conflicting settings for date"
+#: gram.y:6210
+#, c-format
+msgid "CURRENT_TIMESTAMP(%d) precision must be between %d and %d"
msgstr ""
-#: ../commands/variable.c:381 ../commands/variable.c:425
+#: gram.y:6255
#, c-format
-msgid "Unable to set TZ environment variable to %s"
+msgid "LOCALTIME(%d) precision must be between %d and %d"
msgstr ""
-#: ../commands/variable.c:396
+#: gram.y:6300
#, c-format
-msgid "Time zone is %s"
-msgstr "ʱÇøÊÇ %s"
-
-#: ../commands/variable.c:437
-msgid "Unable to clear TZ environment variable"
+msgid "LOCALTIMESTAMP(%d) precision must be between %d and %d"
msgstr ""
-#: ../commands/variable.c:460 ../commands/variable.c:492
-msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
+#: gram.y:7385
+msgid "OLD used in non-rule query"
msgstr ""
-#: ../commands/variable.c:470
-#, c-format
-msgid "invalid transaction isolation level: %s"
+#: gram.y:7392
+msgid "NEW used in non-rule query"
msgstr ""
-#: ../commands/variable.c:480
-msgid "TRANSACTION ISOLATION LEVEL is SERIALIZABLE"
+#: /usr/share/bison/bison.simple:795
+msgid "parse error; also virtual memory exhausted"
msgstr ""
-#: ../commands/variable.c:482
-msgid "TRANSACTION ISOLATION LEVEL is READ COMMITTED"
-msgstr ""
+#: /usr/share/bison/bison.simple:799
+#, fuzzy
+msgid "parse error"
+msgstr "·ÖÎöÊ÷:"
-#: ../commands/variable.c:523
-msgid "Seed for random number generator is unavailable"
+#: /usr/share/bison/bison.simple:924
+msgid "parser stack overflow"
msgstr ""
-#: ../commands/variable.c:556 ../commands/variable.c:571
+#: gram.y:7546
#, c-format
-msgid "Client encoding %s is not supported"
+msgid "Operator '%s' not implemented for row expressions"
msgstr ""
-#: ../commands/variable.c:558
-msgid "No client encoding is specified"
+#: gram.y:7619
+msgid "Wrong number of parameters on left side of OVERLAPS expression"
msgstr ""
-#: ../commands/variable.c:564
-#, c-format
-msgid "Conversion between %s and %s is not supported"
+#: gram.y:7624
+msgid "Wrong number of parameters on right side of OVERLAPS expression"
msgstr ""
-#: ../commands/variable.c:579
-#, c-format
-msgid "Current client encoding is %s"
-msgstr ""
+#: gram.y:7661
+msgid "Multiple ORDER BY clauses not allowed"
+msgstr "²»ÔÊÐí¶à¸ö ORDER BY ×Ó¾ä"
-#: ../commands/variable.c:615
-msgid "SET SERVER_ENCODING is not supported"
-msgstr ""
+#: gram.y:7667
+msgid "Multiple FOR UPDATE clauses not allowed"
+msgstr "²»ÔÊÐí¶à¸ö FOR UPDATE ×Ó¾ä"
-#: ../commands/variable.c:622
-#, c-format
-msgid "Current server encoding is %s"
-msgstr ""
+#: gram.y:7673
+msgid "Multiple OFFSET clauses not allowed"
+msgstr "²»ÔÊÐí¶à¸ö OFFSET ×Ó¾ä"
-#: ../commands/variable.c:629
-msgid "RESET SERVER_ENCODING is not supported"
-msgstr ""
+#: gram.y:7679
+msgid "Multiple LIMIT clauses not allowed"
+msgstr "²»ÔÊÐí¶à¸ö LIMIT ×Ó¾ä"
-#: ../commands/trigger.c:75
-#, c-format
-msgid "CreateTrigger: can't create trigger for system relation %s"
+#: port/ipc_test.c:93 storage/ipc/ipc.c:171
+msgid "Out of on_shmem_exit slots"
msgstr ""
-#: ../commands/trigger.c:115
-msgid "CreateTrigger: STATEMENT triggers are unimplemented, yet"
+#: port/posix_sema.c:168 port/sysv_sema.c:319 port/pg_sema.c:319
+msgid "Out of memory in PGReserveSemaphores"
msgstr ""
-#: ../commands/trigger.c:123
-msgid "CreateTrigger: double INSERT event specified"
+#: port/posix_sema.c:205 port/sysv_sema.c:358 port/pg_sema.c:358
+msgid "PGSemaphoreCreate: too many semaphores created"
msgstr ""
-#: ../commands/trigger.c:128
-msgid "CreateTrigger: double DELETE event specified"
-msgstr ""
+#: port/beos/sem.c:158
+msgid "beos : semctl error : GETNCNT not implemented"
+msgstr "beos : semctl ´íÎó : GETNCNT ÉÐδʵÏÖ"
-#: ../commands/trigger.c:133
-msgid "CreateTrigger: double UPDATE event specified"
-msgstr ""
+#: port/beos/sem.c:173
+msgid "beos : semctl error : unknown flag"
+msgstr "beos : semctl ´íÎó : δ֪±êÖ¾"
-#: ../commands/trigger.c:137
-msgid "CreateTrigger: unknown event specified"
-msgstr ""
+#: port/beos/support.c:45
+msgid "Error loading BeOS support server : can't create communication ports"
+msgstr "×°ÔØ BeOS Ö§³Ö·þÎñÆ÷´íÎó : ÎÞ·¨´´½¨Í¨Ñ¶¶Ë¿Ú"
-#: ../commands/trigger.c:156
-#, c-format
-msgid "CreateTrigger: trigger %s already defined on relation %s"
-msgstr ""
+#: port/beos/support.c:71
+msgid "Can't load this add-on "
+msgstr "ÎÞ·¨×°ÔØÕâ¸ö¸½¼þ "
-#: ../commands/trigger.c:172
-#, c-format
-msgid "CreateTrigger: function %s() does not exist"
-msgstr ""
+#: port/beos/support.c:95
+msgid "Can't load this add-on : map text error"
+msgstr "ÎÞ·¨×°ÔØÕâ¸ö¸½¼þ : Îı¾Ó³Éä´íÎó"
-#: ../commands/trigger.c:175
-#, c-format
-msgid "CreateTrigger: function %s() must return OPAQUE"
-msgstr ""
+#: port/beos/support.c:111
+msgid "Can't load this add-on : map data error"
+msgstr "ÎÞ·¨×°ÔØÕâ¸ö¸½¼þ : Êý¾ÝÓ³Éä´íÎó"
-#: ../commands/trigger.c:189
+#: port/beos/support.c:129
#, c-format
-msgid "CreateTrigger: cache lookup for language %u failed"
-msgstr ""
+msgid "loading symbol '%s' failed "
+msgstr "×°Èë·ûºÅ %s ʧ°Ü"
-#: ../commands/trigger.c:192
-msgid "CreateTrigger: only internal, C and PL functions are supported"
-msgstr ""
+#: 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/trigger.c:284
+#: port/dynloader.c:90 port/dynloader/bsdi.c:78 port/dynloader/linux.c:90
+#: port/dynloader/ultrix4.c:61
#, c-format
-msgid "CreateTrigger: relation %s not found in pg_class"
-msgstr ""
+msgid " %s"
+msgstr " %s"
-#: ../commands/trigger.c:349
+#: 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: 䶨Òå:"
+
+#: postmaster/pgstat.c:178
+#, fuzzy, c-format
+msgid "PGSTAT: socket() failed: %m"
+msgstr "pq_flush: send() ʧ°Ü: %m"
+
+#: postmaster/pgstat.c:192
#, c-format
-msgid "DropTrigger: there is no trigger %s on relation %s"
+msgid "PGSTAT: bind(127.0.0.1) failed: %m"
msgstr ""
-#: ../commands/trigger.c:352
+#: postmaster/pgstat.c:197
#, c-format
-msgid "DropTrigger: found (and deleted) %d triggers %s on relation %s"
+msgid "PGSTAT: getsockname() failed: %m"
msgstr ""
-#: ../commands/trigger.c:367
-#, c-format
-msgid "DropTrigger: relation %s not found in pg_class"
+#: 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/trigger.c:437
-#, c-format
-msgid "RelationRemoveTriggers: relation %u not found in pg_class"
+#: 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/trigger.c:472
-#, c-format
-msgid ""
-"DROP TABLE implicitly drops referential integrity trigger from table \"%s\""
+#: postmaster/pgstat.c:764 postmaster/pgstat.c:773 postmaster/pgstat.c:820
+#: postmaster/pgstat.c:830
+msgid "PGSTATBE: malloc() failed"
msgstr ""
-#: ../commands/trigger.c:563
-#, c-format
-msgid "RelationBuildTriggers: unexpected record found for rel %s"
+#: postmaster/pgstat.c:1219
+msgid "PGSTAT: Creation of dead backend hash table failed"
msgstr ""
-#: ../commands/trigger.c:593 ../commands/trigger.c:604
-#, c-format
-msgid "RelationBuildTriggers: tgargs IS NULL for rel %s"
+#: postmaster/pgstat.c:1230
+msgid "PGSTAT: Allocation of backend table failed"
msgstr ""
-#: ../commands/trigger.c:626
-#, c-format
-msgid "RelationBuildTriggers: %d record(s) not found for rel %s"
+#: 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/trigger.c:885
+#: postmaster/pgstat.c:1502
#, c-format
-msgid "ExecCallTriggerFunc: function %u returned NULL"
+msgid "PGSTATBUFF: fcntl() failed: %m"
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"
+#: postmaster/pgstat.c:1512
+msgid "PGSTATBUFF: malloc() failed"
msgstr ""
-#: ../commands/trigger.c:1152 ../executor/execMain.c:1091
-#, c-format
-msgid "Unknown status %u from heap_mark4update"
+#: postmaster/pgstat.c:1539
+msgid "PGSTATBUFF: Warning - receive buffer full"
msgstr ""
-#: ../commands/trigger.c:1164
-msgid "GetTupleForTrigger: failed ReadBuffer"
-msgstr ""
+#: postmaster/pgstat.c:1570
+#, fuzzy, c-format
+msgid "PGSTATBUFF: select() failed: %m"
+msgstr "ServerLoop: select ʧ°Ü: %s"
+
+#: 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"
-#: ../commands/trigger.c:1348
+#: postmaster/pgstat.c:1714
#, c-format
-msgid "deferredTriggerGetPreviousEvent: event for tuple %s not found"
+msgid "PGSTAT: Invalid backend ID %d"
msgstr ""
-#: ../commands/trigger.c:1395
-msgid "DeferredTriggerExecute: failed to fetch old tuple"
+#: postmaster/pgstat.c:1770
+msgid "PGSTAT: DB hash table out of memory - abort"
msgstr ""
-#: ../commands/trigger.c:1403
-msgid "DeferredTriggerExecute: failed to fetch new tuple"
+#: 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/trigger.c:1424
-#, c-format
-msgid "DeferredTriggerExecute: can't find trigger %u"
+#: postmaster/pgstat.c:1851
+msgid "PGSTAT: dead backend hash table out of memory"
msgstr ""
-#: ../commands/trigger.c:1622
-msgid "DeferredTriggerBeginXact() called while inside transaction"
-msgstr ""
+#: postmaster/pgstat.c:1898
+#, fuzzy, c-format
+msgid "PGSTAT: cannot open temp stats file %s: %m"
+msgstr "ÎÞ·¨´´½¨Îļþ %s: %s"
-#: ../commands/trigger.c:1836
-msgid "unnamed constraints cannot be set explicitly"
+#: postmaster/pgstat.c:1924
+msgid "PGSTAT: database hash table corrupted during cleanup - abort"
msgstr ""
-#: ../commands/trigger.c:1887
+#: postmaster/pgstat.c:1960
#, c-format
-msgid "Constraint '%s' is not deferrable"
+msgid ""
+"PGSTAT: tables hash table for database %d corrupted during cleanup - abort"
msgstr ""
-#: ../commands/trigger.c:1902
+#: postmaster/pgstat.c:2007
#, c-format
-msgid "Constraint '%s' does not exist"
+msgid "PGSTAT: Error closing temp stats file %s: %m"
msgstr ""
-#: ../commands/trigger.c:2020
-msgid "DeferredTriggerSaveEvent() called outside of transaction"
+#: 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/trigger.c:2184 ../commands/trigger.c:2191
-#: ../commands/trigger.c:2225
-#, c-format
-msgid "triggered data change violation on relation \"%s\""
+#: postmaster/pgstat.c:2100 postmaster/pgstat.c:2104
+msgid "PGSTAT: Creation of DB hash table failed"
msgstr ""
-#: ../commands/command.c:114
-msgid "PerformPortalFetch: missing portal name"
+#: 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/command.c:124
-#, c-format
-msgid "PerformPortalFetch: portal \"%s\" not found"
+#: postmaster/pgstat.c:2164 postmaster/pgstat.c:2170
+msgid "PGSTAT: DB hash table out of memory"
msgstr ""
-#: ../commands/command.c:244
-msgid "PerformPortalClose: missing portal name"
+#: postmaster/pgstat.c:2273 postmaster/pgstat.c:2279
+msgid "PGSTAT: Tab hash table out of memory"
msgstr ""
-#: ../commands/command.c:254
+#: postmaster/pgstat.c:2526
#, c-format
-msgid "PerformPortalClose: portal \"%s\" not found"
+msgid "PGSTAT: tables hash table out of memory for database %d - abort"
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"
+#: postmaster/pgstat.c:2706
+msgid "PGSTAT: failed to reinitialize hash table for database entry"
msgstr ""
-#: ../commands/command.c:335 ../commands/command.c:543
-#: ../commands/command.c:712 ../commands/command.c:1053
-#: ../commands/command.c:1930
+#: postmaster/postmaster.c:329
#, c-format
-msgid "ALTER TABLE: relation \"%s\" is not a table"
-msgstr ""
+msgid "data directory %s was not found"
+msgstr "δÕÒµ½Êý¾ÝĿ¼ %s"
-#: ../commands/command.c:345
-msgid "Can't add a NOT NULL attribute to an existing relation"
+#: postmaster/postmaster.c:331
+#, c-format
+msgid "could not read permissions of directory %s: %m"
msgstr ""
-#: ../commands/command.c:348
-msgid "Adding columns with defaults is not implemented."
+#: postmaster/postmaster.c:336
+#, c-format
+msgid ""
+"data directory %s has group or world access; permissions should be u=rwx "
+"(0700)"
msgstr ""
-#: ../commands/command.c:400 ../commands/command.c:1073
-#: ../commands/command.c:1858 ../commands/command.c:1944
+#: postmaster/postmaster.c:349
#, c-format
-msgid "ALTER TABLE: relation \"%s\" not found"
+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"
-#: ../commands/command.c:406
-#, c-format
-msgid "ALTER TABLE: relations limited to %d columns"
-msgstr ""
+#: postmaster/postmaster.c:434
+msgid "Assert checking is not compiled in."
+msgstr "ûÓаѶÏÑÔ¼ì²é±àÒëµ½³ÌÐòÀï."
-#: ../commands/command.c:438
+#: postmaster/postmaster.c:540 tcop/postgres.c:1575
#, c-format
-msgid "ALTER TABLE: column name \"%s\" already exists in table \"%s\""
-msgstr ""
+msgid "--%s requires argument"
+msgstr "--%s ÐèÒª²ÎÊý"
-#: ../commands/command.c:459
+#: postmaster/postmaster.c:542 tcop/postgres.c:1577
#, c-format
-msgid "ALTER TABLE: type \"%s\" does not exist"
-msgstr ""
+msgid "-c %s requires argument"
+msgstr "-c %s ÐèÒª²ÎÊý"
-#: ../commands/command.c:590 ../commands/command.c:764
+#: postmaster/postmaster.c:553 postmaster/postmaster.c:564
+#: postmaster/postmaster.c:641
#, c-format
-msgid "ALTER TABLE: relation \"%s\" has no column \"%s\""
-msgstr ""
+msgid "Try '%s --help' for more information.\n"
+msgstr "Óà '%s --help' »ñÈ¡¸ü¶àµÄÐÅÏ¢.\n"
-#: ../commands/command.c:768
+#: postmaster/postmaster.c:563
#, c-format
-msgid "ALTER TABLE: cannot change system attribute \"%s\""
-msgstr ""
+msgid "invalid argument -- %s"
+msgstr "ÎÞЧ²ÎÊý -- %s"
-#: ../commands/command.c:950
-msgid "target column is used in a constraint"
-msgstr ""
+#: 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."
-#: ../commands/command.c:985
-msgid "target column is used in an index"
+#: postmaster/postmaster.c:593
+msgid "superuser_reserved_connections must be less than max_connections."
msgstr ""
-#: ../commands/command.c:1030
-msgid "ALTER TABLE / DROP COLUMN with inherit option is not supported yet"
+#: postmaster/postmaster.c:602
+msgid "Invalid datetoken tables, please fix."
msgstr ""
-#: ../commands/command.c:1063
-msgid "ALTER TABLE: cannot drop a column on table that is inherited from"
+#: postmaster/postmaster.c:620
+#, c-format
+msgid "%s: PostmasterMain: initial environ dump:"
msgstr ""
-#: ../commands/command.c:1084 ../commands/command.c:1955
-msgid "couldn't lock pg_class tuple"
+#: postmaster/postmaster.c:621 postmaster/postmaster.c:624
+msgid "-----------------------------------------"
msgstr ""
-#: ../commands/command.c:1099
+#: postmaster/postmaster.c:623 postmaster/postmaster.c:2325
#, c-format
-msgid "ALTER TABLE: column name \"%s\" doesn't exist in table \"%s\""
+msgid "\t%s"
msgstr ""
-#: ../commands/command.c:1105
+#: postmaster/postmaster.c:631 tcop/postgres.c:1720
#, c-format
-msgid "ALTER TABLE: column name \"%s\" was already dropped"
-msgstr ""
+msgid "%s: could not locate executable, bailing out..."
+msgstr "%s: ÎÞ·¨¶¨Î»¿ÉÖ´ÐÐÎļþ, Í˳ö..."
-#: ../commands/command.c:1114
-msgid "the column is referenced"
-msgstr ""
+#: postmaster/postmaster.c:640
+msgid "For SSL, TCP/IP connections must be enabled."
+msgstr "¶ÔÓÚ SSL ¶øÑÔ, ±ØÐë´ò¿ª TCP/IP Áª½Ó."
-#: ../commands/command.c:1161
-msgid "ALTER TABLE / DROP COLUMN is not implemented"
+#: postmaster/postmaster.c:689
+msgid "IPv6 support disabled --- perhaps the kernel does not support IPv6"
msgstr ""
-#: ../commands/command.c:1175
-msgid "ALTER TABLE / ADD CONSTRAINT passed invalid constraint."
-msgstr ""
+#: postmaster/postmaster.c:697
+msgid "cannot create INET stream port"
+msgstr "ÎÞ·¨´´½¨ INET Á÷¶Ë¿Ú"
-#: ../commands/command.c:1184
-#, c-format
-msgid "ALTER TABLE ADD CONSTRAINT: %s is not a table"
+#: postmaster/postmaster.c:702
+msgid "IPv4 socket created"
msgstr ""
-#: ../commands/command.c:1223
-msgid "ALTER TABLE: cannot add constraint to a view"
-msgstr ""
+#: postmaster/postmaster.c:714
+msgid "cannot create UNIX stream port"
+msgstr "ÎÞ·¨´´½¨ UNIX Á÷¶Ë¿Ú"
-#: ../commands/command.c:1251
+#: postmaster/postmaster.c:834
#, c-format
-msgid "CHECK '%s' does not yield boolean result"
-msgstr ""
+msgid "fork failed: %s"
+msgstr "fork ʧ°Ü: %s"
-#: ../commands/command.c:1259
+#: postmaster/postmaster.c:856
#, c-format
-msgid "Only relation '%s' can be referenced in CHECK"
-msgstr ""
+msgid "cannot disassociate from controlling TTY: %s"
+msgstr "ÎÞ·¨Óë¿ØÖÆ TTY: %s ¶Ï¿ªÁªÏµ"
-#: ../commands/command.c:1300
+#: postmaster/postmaster.c:876
#, c-format
-msgid "AlterTableAddConstraint: rejected due to CHECK constraint %s"
+msgid ""
+"%s is the PostgreSQL server.\n"
+"\n"
msgstr ""
+"%s ÊÇ PostgreSQL ·þÎñÆ÷.\n"
+"\n"
-#: ../commands/command.c:1421
+#: postmaster/postmaster.c:877
#, c-format
-msgid "ALTER TABLE/ADD CONSTRAINT: Index \"%u\" not found"
+msgid ""
+"Usage:\n"
+" %s [OPTION]...\n"
+"\n"
msgstr ""
+"Ó÷¨:\n"
+" %s [Ñ¡Ïî]...\n"
+"\n"
+
+#: postmaster/postmaster.c:878
+msgid "Options:\n"
+msgstr "Ñ¡Ïî:\n"
-#: ../commands/command.c:1455
+#: postmaster/postmaster.c:880
+msgid " -A 1|0 enable/disable run-time assert checking\n"
+msgstr " -A 1|0 ´ò¿ª/¹Ø±ÕÔËÐÐʱ¶ÏÑÔ¼ì²é\n"
+
+#: postmaster/postmaster.c:882
#, c-format
-msgid "ALTER TABLE/ADD CONSTRAINT: Key \"%u[%u]\" not found"
-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/command.c:1471
+#: postmaster/postmaster.c:893
#, c-format
-msgid "Unique primary key already defined on relation \"%s\""
-msgstr ""
+msgid " -N MAX-CONNECT maximum number of allowed connections (default %d)\n"
+msgstr " -N ×î´óÁª½Ó ÔÊÐí½¨Á¢µÄ×î´óÁª½ÓÊýÄ¿ (ȱʡÊÇ %d)\n"
+
+#: postmaster/postmaster.c:895
+msgid " -o OPTIONS pass 'OPTIONS' to each backend server\n"
+msgstr " -o Ñ¡Ïî °Ñ'Ñ¡Ïî'´«µÝ¸øÿһ¸öºó¶Ë·þÎñÆ÷\n"
-#: ../commands/command.c:1473
+#: postmaster/postmaster.c:896
#, c-format
+msgid " -p PORT port number to listen on (default %d)\n"
+msgstr " -p PORT ÕìÌýµÄ¶Ë¿ÚºÅ (ȱʡÊÇ %d)\n"
+
+#: postmaster/postmaster.c:897
msgid ""
-"Unique constraint already defined on the specified attributes in relation \"%"
-"s\""
-msgstr ""
+" -S silent mode (start in background without logging output)\n"
+msgstr " -S °²¾²Ä£Ê½(ºó¶ËÆô¶¯Ö®ºó²»ÔټǼÈÕÖ¾Êä³ö)\n"
-#: ../commands/command.c:1487
-#, c-format
-msgid "ALTER TABLE/ADD UNIQUE will create implicit index '%s' for table '%s'"
-msgstr ""
+#: postmaster/postmaster.c:898
+msgid " --help show this help, then exit\n"
+msgstr " --help ÏÔʾ´Ë°ïÖúÐÅÏ¢, È»ºóÍ˳ö\n"
-#: ../commands/command.c:1490
-#, c-format
+#: postmaster/postmaster.c:899
+msgid " --version output version information, then exit\n"
+msgstr " --version Êä³ö°æ±¾ÐÅÏ¢, È»ºóÍ˳ö\n"
+
+#: postmaster/postmaster.c:901
msgid ""
-"Unique constraint supercedes existing index on relation \"%s\". Drop the "
-"existing index to remove redundancy."
+"\n"
+"Developer options:\n"
msgstr ""
+"\n"
+"¿ª·¢ÈËԱѡÏî:\n"
-#: ../commands/command.c:1499
+#: postmaster/postmaster.c:902
msgid ""
-"ALTER TABLE / ADD CONSTRAINT is not implemented for that constraint type."
-msgstr ""
+" -n do not reinitialize shared memory after abnormal exit\n"
+msgstr " -n ÔÚÒì³£Í˳öÖ®ºó²»ÔÙÖØгõʼ»¯¹²ÏíÄÚ´æ\n"
+
+#: postmaster/postmaster.c:903
+msgid " -s send SIGSTOP to all backend servers if one dies\n"
+msgstr " -s Èç¹ûÒ»¸öºó¶ËÍ˳ö, ÄÇôÏòËùÓкó¶Ë·¢ËÍ SIGSTOP\n"
-#: ../commands/command.c:1528
+#: postmaster/postmaster.c:905
msgid ""
-"ALTER TABLE / ADD CONSTRAINT: Unable to reference temporary table from "
-"permanent table constraint."
+"\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"
msgstr ""
+"\n"
+"ÇëÔĶÁÎĵµ»ñÈ¡ÔËÐÐʱÅäÖÃÉèÖõÄÍêÕûÁбí\n"
+"ÒÔ¼°ÈçºÎÔÚÃüÁîÐлòÕßÔÚÅäÖÃÎļþÀïÉèÖÃËüÃǵÄÏêϸÐÅÏ¢.\n"
+"\n"
+"ÇëÏò <pgsql-bugs@postgresql.org> ±¨¸æ³ô³æ.\n"
-#: ../commands/command.c:1537
+#: postmaster/postmaster.c:987
#, c-format
-msgid "referenced table \"%s\" not a relation"
-msgstr ""
+msgid "ServerLoop: select failed: %m"
+msgstr "ServerLoop: select ʧ°Ü: %m"
-#: ../commands/command.c:1549
-#, c-format
-msgid "referencing table \"%s\" not a relation"
-msgstr ""
+#: postmaster/postmaster.c:1113 postmaster/postmaster.c:1128
+msgid "incomplete startup packet"
+msgstr "²»ÍêÕûµÄÆô¶¯°ü"
-#: ../commands/command.c:1570 ../parser/analyze.c:2974
-#: ../parser/analyze.c:3071
-#, c-format
-msgid "transformFkeyGetPrimaryKey: index %u not found"
-msgstr ""
+#: postmaster/postmaster.c:1121
+msgid "invalid length of startup packet"
+msgstr "ÎÞЧµÄÆô¶¯°ü³¤¶È"
-#: ../commands/command.c:1625 ../parser/analyze.c:1421
-#: ../parser/analyze.c:3020
+#: postmaster/postmaster.c:1161
#, c-format
-msgid ""
-"UNIQUE constraint matching given keys for referenced table \"%s\" not found"
-msgstr ""
+msgid "failed to send SSL negotiation response: %m"
+msgstr "·¢ËÍ SSL ÐÉÌÏìӦʧ°Ü: %m"
-#: ../commands/command.c:1664 ../parser/analyze.c:1280
-msgid "columns referenced in foreign key constraint not found."
+#: postmaster/postmaster.c:1183
+msgid "unsupported frontend protocol"
msgstr ""
-#: ../commands/command.c:1751
-msgid ""
-"ALTER TABLE / ADD CONSTRAINT unable to determine type of constraint passed"
-msgstr ""
+#: postmaster/postmaster.c:1210
+msgid "no PostgreSQL user name specified in startup packet"
+msgstr "ÔÚÆô¶¯°üÖÐûÓÐÖ¸¶¨ PostgreSQL Óû§Ãû"
-#: ../commands/command.c:1779
-msgid "ALTER TABLE / DROP CONSTRAINT does not support the CASCADE keyword"
-msgstr ""
+#: postmaster/postmaster.c:1243
+msgid "The database system is starting up"
+msgstr "Êý¾Ý¿âϵͳÆô¶¯ÖÐ"
-#: ../commands/command.c:1790
-#, c-format
-msgid "ALTER TABLE / DROP CONSTRAINT: %s is not a table"
-msgstr ""
+#: postmaster/postmaster.c:1246
+msgid "The database system is shutting down"
+msgstr "Êý¾Ý¿âϵͳֹͣÖÐ"
-#: ../commands/command.c:1818
-#, c-format
-msgid "ALTER TABLE / DROP CONSTRAINT: %s does not exist"
-msgstr ""
+#: postmaster/postmaster.c:1249
+msgid "The database system is in recovery mode"
+msgstr "Êý¾Ý¿âϵͳÔÚ»Ö¸´Ä£Ê½ÖÐ"
-#: ../commands/command.c:1822
-msgid "Multiple constraints dropped"
-msgstr ""
+#: postmaster/postmaster.c:1252 storage/ipc/sinval.c:52
+#: storage/lmgr/proc.c:219
+msgid "Sorry, too many clients already"
+msgstr "¶Ô²»Æð, ÒѾÓÐÌ«¶àµÄ¿Í»§"
-#: ../commands/command.c:1870
+#: postmaster/postmaster.c:1282
#, c-format
-msgid "ALTER TABLE: relation \"%s\" is not a table, index, view, or sequence"
+msgid "processCancelRequest: CheckPointPID in cancel request for process %d"
msgstr ""
-#: ../commands/command.c:1973
+#: postmaster/postmaster.c:1296
#, c-format
-msgid "ALTER TABLE: relation \"%s\" already has a toast table"
+msgid "processing cancel request: sending SIGINT to process %d"
msgstr ""
-#: ../commands/command.c:1990
+#: postmaster/postmaster.c:1302
#, c-format
-msgid "ALTER TABLE: relation \"%s\" does not need a toast table"
+msgid "bad key in cancel request for process %d"
msgstr ""
-#: ../commands/command.c:2168
+#: postmaster/postmaster.c:1309
#, c-format
-msgid "LOCK TABLE: %s is not a table"
+msgid "bad pid in cancel request for process %d"
msgstr ""
-#: ../commands/command.c:2179
-msgid "LOCK TABLE: permission denied"
+#: postmaster/postmaster.c:1352
+msgid "ConnCreate: malloc failed"
msgstr ""
-#: ../commands/comment.c:112
-#, c-format
-msgid "An attempt was made to comment on a unknown type: %d"
+#: postmaster/postmaster.c:1447
+msgid "Received SIGHUP, reloading configuration files"
msgstr ""
-#: ../commands/comment.c:332 ../commands/comment.c:404
+#: postmaster/postmaster.c:1471
#, c-format
-msgid "you are not permitted to comment on class '%s'"
+msgid "pmdie %d"
msgstr ""
-#: ../commands/comment.c:355
-#, c-format
-msgid "relation '%s' is not an index"
+#: postmaster/postmaster.c:1485
+msgid "smart shutdown request"
msgstr ""
-#: ../commands/comment.c:359
+#: postmaster/postmaster.c:1497 postmaster/postmaster.c:1541
#, c-format
-msgid "relation '%s' is not a table"
-msgstr ""
+msgid "shutdown process %d already running"
+msgstr "Í£Ö¹½ø³Ì %d ÒѾÔÚÔËÐÐ"
-#: ../commands/comment.c:363
-#, c-format
-msgid "relation '%s' is not a view"
-msgstr ""
+#: postmaster/postmaster.c:1515
+msgid "fast shutdown request"
+msgstr "¿ìËÙÍ£Ö¹ÇëÇó"
-#: ../commands/comment.c:367
-#, c-format
-msgid "relation '%s' is not a sequence"
-msgstr ""
+#: postmaster/postmaster.c:1521
+msgid "aborting any active transactions"
+msgstr "ÖжÏÈκ줻îÊÂÎñ"
-#: ../commands/comment.c:414
-#, c-format
-msgid "'%s' is not an attribute of class '%s'"
+#: postmaster/postmaster.c:1557
+msgid "immediate shutdown request"
+msgstr "Á¢¼´Í£Ö¹ÇëÇó"
+
+#: postmaster/postmaster.c:1592
+msgid "reaping dead processes"
msgstr ""
-#: ../commands/comment.c:458
-#, c-format
-msgid "database '%s' does not exist"
+#: postmaster/postmaster.c:1609
+msgid "statistics collector process"
msgstr ""
-#: ../commands/comment.c:464
-#, c-format
-msgid "you are not permitted to comment on database '%s'"
+#: 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/comment.c:500
+#: postmaster/postmaster.c:1663
#, c-format
-msgid "you are not permitted to comment on rule '%s'"
+msgid "startup process %d died while shutdown process %d already running"
msgstr ""
-#: ../commands/comment.c:509
+#: postmaster/postmaster.c:1684
+msgid ""
+"all server processes terminated; reinitializing shared memory and semaphores"
+msgstr "ËùÓеķþÎñÆ÷½ø³Ì±»ÖÐÖ¹; ÖØгõʼ»¯¹²ÏíÄÚ´æºÍÐźÅ"
+
+#: postmaster/postmaster.c:1722
+msgid "child process"
+msgstr "×Ó½ø³Ì"
+
+#: postmaster/postmaster.c:1767
+msgid "server process"
+msgstr "·þÎñÆ÷½ø³Ì"
+
+#: postmaster/postmaster.c:1768
+msgid "terminating any other active server processes"
+msgstr "ÖжÏÈκÎÆäËüÒѼ¤»îµÄ·þÎñÆ÷½ø³Ì"
+
+#: postmaster/postmaster.c:1789
#, c-format
-msgid "rule '%s' does not exist"
-msgstr ""
+msgid "CleanupProc: sending %s to process %d"
+msgstr "CleanupProc: ·¢ËÍ %s µ½½ø³Ì %d"
-#: ../commands/comment.c:542
+#: postmaster/postmaster.c:1833
#, c-format
-msgid "you are not permitted to comment on type '%s'"
-msgstr ""
+msgid "%s (pid %d) exited with exit code %d"
+msgstr "%s (pid %d) ÒÑÍ˳ö, Í˳ö´úÂë %d"
-#: ../commands/comment.c:551 ../commands/comment.c:585
+#: postmaster/postmaster.c:1836
#, c-format
-msgid "type '%s' does not exist"
-msgstr ""
+msgid "%s (pid %d) was terminated by signal %d"
+msgstr "%s (pid %d) ±»ÐźŠ%d ÖжÏ"
-#: ../commands/comment.c:595
+#: postmaster/postmaster.c:1839
#, c-format
-msgid "you are not permitted to comment on aggregate '%s' for all types"
-msgstr ""
+msgid "%s (pid %d) exited with unexpected status %d"
+msgstr "%s (pid %d) ÒÑÍ˳ö, ÒâÍâ״̬ %d"
-#: ../commands/comment.c:598
+#: postmaster/postmaster.c:1861
#, c-format
-msgid "you are not permitted to comment on aggregate '%s' for type %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 "ÄÚ´æÒç³ö; Áª½ÓÆô¶¯ÖÐÖ¹"
+
+#: postmaster/postmaster.c:1950
+msgid "connection startup failed"
+msgstr "Áª½ÓÆô¶¯Ê§°Ü"
-#: ../commands/comment.c:664
+#: postmaster/postmaster.c:1967
#, c-format
-msgid "CommentProc: type '%s' not found"
-msgstr ""
+msgid "connection startup failed (fork failure): %s"
+msgstr "Áª½ÓÆô¶¯Ê§°Ü (fork ʧ°Ü): %s"
-#: ../commands/comment.c:671
+#: postmaster/postmaster.c:1974
#, c-format
-msgid "you are not permitted to comment on function '%s'"
-msgstr ""
+msgid "BackendStartup: forked pid=%d socket=%d"
+msgstr "BackendStartup: forked pid=%d socket=%d"
-#: ../commands/comment.c:734
+#: postmaster/postmaster.c:2008
+msgid "Server process fork() failed: "
+msgstr "·þÎñÆ÷½ø³Ì fork() ʧ°Ü: "
+
+#: postmaster/postmaster.c:2161
#, c-format
-msgid "left type '%s' does not exist"
-msgstr ""
+msgid "connection received: host=%s port=%hu"
+msgstr "Áª½Ó½ÓÊÕµ½: Ö÷»ú=%s ¶Ë¿Ú=%hu"
-#: ../commands/comment.c:743
+#: postmaster/postmaster.c:2181
#, c-format
-msgid "right type '%s' does not exist"
-msgstr ""
+msgid "connection received: host=%s"
+msgstr "Áª½Ó½ÓÊÕµ½: Ö÷»ú=%s"
+
+#: postmaster/postmaster.c:2201
+msgid "DoBackend: Unable to set timer for auth timeout"
+msgstr "DoBackend: ÎÞ·¨ÎªÈÏÖ¤³¬Ê±ÉèÖüÆʱÆ÷"
+
+#: postmaster/postmaster.c:2230
+msgid "DoBackend: Unable to disable timer for auth timeout"
+msgstr "DoBackend: ÎÞ·¨È¡ÏûÈÏÖ¤³¬Ê±µÄ¼ÆʱÆ÷"
-#: ../commands/comment.c:755
+#: postmaster/postmaster.c:2234
#, c-format
-msgid "operator '%s' is of an illegal type'"
-msgstr ""
+msgid "connection authorized: user=%s database=%s"
+msgstr "Áª½ÓÈÏÖ¤: Ö÷»ú=%s Êý¾Ý¿â=%s"
-#: ../commands/comment.c:765
+#: postmaster/postmaster.c:2323
#, c-format
-msgid "operator '%s' does not exist"
-msgstr ""
+msgid "%s child[%d]: starting with ("
+msgstr "%s child[%d]: ¿ªÊ¼ÓÚ ("
+
+#: postmaster/postmaster.c:2326
+msgid ")"
+msgstr ")"
-#: ../commands/comment.c:772
+#: postmaster/postmaster.c:2388
#, c-format
-msgid "you are not permitted to comment on operator '%s'"
+msgid ""
+"Checkpoint segments are being created too frequently (%d secs)\n"
+"\tConsider increasing CHECKPOINT_SEGMENTS"
msgstr ""
-#: ../commands/comment.c:780
+#: postmaster/postmaster.c:2646
#, c-format
-msgid "operator '%s' does not have an underlying function"
-msgstr ""
+msgid "could not launch startup process (fork failure): %m"
+msgstr "ÎÞ·¨¿ªÊ¼Æô¶¯½ø³Ì (fork ʧ°Ü): %m"
-#: ../commands/comment.c:813
+#: postmaster/postmaster.c:2649
#, c-format
-msgid "you are not permitted to comment on trigger '%s' %s '%s'"
-msgstr ""
+msgid "could not launch checkpoint process (fork failure): %m"
+msgstr "ÎÞ·¨¿ªÊ¼¼ì²é½ø³Ì (fork ʧ°Ü): %m"
-#: ../commands/comment.c:832
+#: postmaster/postmaster.c:2652
#, c-format
-msgid "trigger '%s' defined for relation '%s' does not exist"
-msgstr ""
+msgid "could not launch shutdown process (fork failure): %m"
+msgstr "ÎÞ·¨¿ªÊ¼Í£Ö¹½ø³Ì (fork ʧ°Ü): %m"
+
+#: postmaster/postmaster.c:2676
+msgid "CheckPointDataBase: malloc failed"
+msgstr "CheckPointDataBase: malloc ʧ°Ü"
-#: ../commands/explain.c:54
+#: postmaster/postmaster.c:2716
#, c-format
-msgid "(transaction aborted): %s"
-msgstr ""
+msgid "cannot create file %s: %s"
+msgstr "ÎÞ·¨´´½¨Îļþ %s: %s"
-#: ../commands/explain.c:62
-msgid "Utility statements have no plan structure"
-msgstr ""
+#: postmaster/postmaster.c:2728
+#, c-format
+msgid "writing file %s failed"
+msgstr "дÈëÎļþ %s ʧ°Ü"
-#: ../commands/explain.c:72
-msgid "Query rewrites to nothing"
-msgstr ""
+#: rewrite/rewriteDefine.c:100
+#, c-format
+msgid "Attempt to insert rule \"%s\" failed: already exists"
+msgstr "ÊÔͼ²åÈë¹æÔò \"%s\" ʧ°Ü: ÒѾ´æÔÚ"
-#: ../commands/explain.c:97
+#: rewrite/rewriteDefine.c:227
msgid ""
-"QUERY PLAN:\n"
-"\n"
-"NOTIFY\n"
+"rule actions on OLD currently not supported\n"
+"\tuse views or triggers instead"
msgstr ""
+"Ä¿Ç°²»Ö§³ÖÔÚ OLD ÉϵĹæÔò¶¯×÷\n"
+"\tÓÃÊÓͼ»òÕß´¥·¢Æ÷´úÌæ"
-#: ../commands/explain.c:99
+#: rewrite/rewriteDefine.c:230
msgid ""
-"QUERY PLAN:\n"
-"\n"
-"UTILITY\n"
+"rule actions on NEW currently not supported\n"
+"\tuse triggers instead"
msgstr ""
+"Ä¿Ç°²»Ö§³ÖÔÚ NEW ÉϵĹæÔò¶¯×÷\n"
+"\tÓô¥·¢Æ÷´úÌæ"
-#: ../commands/explain.c:155
-#, c-format
+#: rewrite/rewriteDefine.c:247
msgid ""
-"QUERY DUMP:\n"
-"\n"
-"%s"
+"instead nothing rules on select currently not supported\n"
+"\tuse views instead"
msgstr ""
+"Ä¿Ç°²»Ö§³ÖÔÚ select É쵀 instead nothing ¹æÔò\n"
+"\tÓÃÊÓͼ´úÌæ"
-#: ../commands/explain.c:168
-#, c-format
-msgid ""
-"QUERY PLAN:\n"
-"\n"
-"%s"
-msgstr ""
+#: rewrite/rewriteDefine.c:255
+msgid "multiple action rules on select currently not supported"
+msgstr "Ä¿Ç°²»Ö§³ÖÔÚ select ÉϵĶද×÷¹æÔò"
-#: ../commands/dbcommands.c:84 ../commands/dbcommands.c:316
-msgid "current user name is invalid"
-msgstr ""
+#: rewrite/rewriteDefine.c:262
+msgid "only instead-select rules currently supported on select"
+msgstr "Ä¿Ç°Ö»Ö§³ÖÔÚ select É쵀 instead-select ¹æÔò"
-#: ../commands/dbcommands.c:87
-msgid "CREATE DATABASE: permission denied"
-msgstr ""
+#: rewrite/rewriteDefine.c:268
+msgid "event qualifications not supported for rules on select"
+msgstr "²»Ö§³ÖÔÚ select ÉϹæÔòµÄʼþÌõ¼þ"
-#: ../commands/dbcommands.c:91
-msgid "CREATE DATABASE: may not be called in a transaction block"
-msgstr ""
+#: rewrite/rewriteDefine.c:286
+msgid "select rule's target list has too many entries"
+msgstr "Ñ¡Ôñ¹æÔòµÄÄ¿±êÁбíµÄ¼Ç¼̫¶à"
-#: ../commands/dbcommands.c:102 ../commands/dbcommands.c:232
-#, c-format
-msgid "CREATE DATABASE: database \"%s\" already exists"
-msgstr ""
+#: rewrite/rewriteDefine.c:300
+msgid "cannot convert relation containing dropped columns to view"
+msgstr "ÎÞ·¨×ª»»°üº¬ÒÑɾ³ý×ֶεĹØϵΪÊÓͼ"
-#: ../commands/dbcommands.c:114
+#: rewrite/rewriteDefine.c:303
#, c-format
-msgid "CREATE DATABASE: template \"%s\" does not exist"
-msgstr ""
+msgid "select rule's target entry %d has different column name from %s"
+msgstr "Ñ¡Ôñ¹æÔòµÄÄ¿±ê¼Ç¼ %d µÄÃû×ÖºÍ %s ²»Í¬"
-#: ../commands/dbcommands.c:124
+#: rewrite/rewriteDefine.c:306
#, c-format
-msgid "CREATE DATABASE: permission to copy \"%s\" denied"
-msgstr ""
+msgid "select rule's target entry %d has different type from attribute %s"
+msgstr "Ñ¡Ôñ¹æÔòµÄÄ¿±ê¼Ç¼ %d ºÍÊôÐÔ %s µÄÀàÐͲ»Í¬"
-#: ../commands/dbcommands.c:143
+#: rewrite/rewriteDefine.c:317
#, c-format
-msgid ""
-"CREATE DATABASE: source database \"%s\" is being accessed by other users"
-msgstr ""
-
-#: ../commands/dbcommands.c:152
-msgid "CREATE DATABASE: invalid backend encoding"
-msgstr ""
+msgid "select rule's target entry %d has different size from attribute %s"
+msgstr "Ñ¡Ôñ¹æÔòµÄÄ¿±ê¼Ç¼ %d ÓëÊôÐÔ %s µÄ´óС²»Í¬"
-#: ../commands/dbcommands.c:171 ../commands/dbcommands.c:173
-#: ../commands/dbcommands.c:175
-msgid "database path may not contain single quotes"
-msgstr ""
+#: rewrite/rewriteDefine.c:321
+msgid "select rule's target list has too few entries"
+msgstr "Ñ¡Ôñ¹æÔòµÄÄ¿±êÁбí¼Ç¼ÊýÄ¿Ì«ÉÙ"
-#: ../commands/dbcommands.c:198
+#: rewrite/rewriteDefine.c:334
#, c-format
-msgid "CREATE DATABASE: unable to create database directory '%s': %m"
-msgstr ""
+msgid "\"%s\" is already a view"
+msgstr "\"%s\" ÒѾÊÇÒ»¸öÊÓͼÁË"
-#: ../commands/dbcommands.c:206
+#: rewrite/rewriteDefine.c:356
#, c-format
-msgid "CREATE DATABASE: could not link '%s' to '%s': %m"
-msgstr ""
+msgid "view rule for \"%s\" must be named \"%s\""
+msgstr "ÓÃÓÚ \"%s\" µÄÊÓͼ¹æÔò±ØÐëÃüÃûΪ \"%s\""
-#: ../commands/dbcommands.c:216
-msgid "CREATE DATABASE: could not initialize database directory"
-msgstr ""
+#: rewrite/rewriteDefine.c:373
+#, c-format
+msgid "Relation \"%s\" is not empty. Cannot convert it to view"
+msgstr "¹Øϵ \"%s\" ²»Îª¿Õ. ÎÞ·¨°ÑËüת»»³ÉÊÓͼ"
-#: ../commands/dbcommands.c:218
-msgid ""
-"CREATE DATABASE: could not initialize database directory; delete failed as "
-"well"
-msgstr ""
+#: rewrite/rewriteDefine.c:512
+#, c-format
+msgid "RenameRewriteRule: rule \"%s\" does not exist"
+msgstr "RenameRewriteRule: ¹æÔò \"%s\" ²»´æÔÚ"
-#: ../commands/dbcommands.c:310
-msgid "DROP DATABASE: cannot be executed on the currently open database"
-msgstr ""
+#: rewrite/rewriteDefine.c:516
+#, c-format
+msgid "Attempt to rename rule \"%s\" failed: \"%s\" already exists"
+msgstr "ÊÔͼ¸ø¹æÔò \"%s\" ÖØÃüÃûʧ°Ü: \"%s\" ÒѾ´æÔÚ"
-#: ../commands/dbcommands.c:313
-msgid "DROP DATABASE: may not be called in a transaction block"
-msgstr ""
+#: rewrite/rewriteHandler.c:368
+#, c-format
+msgid "rewriteTargetList: bogus resno %d in targetlist"
+msgstr "rewriteTargetList: targetlist ÖеÄα resno %d"
-#: ../commands/dbcommands.c:331
+#: rewrite/rewriteHandler.c:410 rewrite/rewriteHandler.c:422
#, c-format
-msgid "DROP DATABASE: database \"%s\" does not exist"
+msgid "Multiple assignments to same attribute \"%s\""
msgstr ""
-#: ../commands/dbcommands.c:334
-msgid "DROP DATABASE: permission denied"
-msgstr ""
+#: rewrite/rewriteHandler.c:579
+msgid "ApplyRetrieveRule: expected just one rule action"
+msgstr "ApplyRetrieveRule: Ô¤ÆÚÖ»ÓÐÒ»¸ö¹æÔò¶¯×÷"
-#: ../commands/dbcommands.c:342
-msgid "DROP DATABASE: database is marked as a template"
-msgstr ""
+#: rewrite/rewriteHandler.c:581
+msgid "ApplyRetrieveRule: can't handle qualified ON SELECT rule"
+msgstr "ApplyRetrieveRule: ÎÞ·¨´¦ÀíÓÐÌõ¼þµÄ ON SELECT ¹æÔò"
-#: ../commands/dbcommands.c:351
-#, c-format
-msgid "DROP DATABASE: database \"%s\" is being accessed by other users"
-msgstr ""
+#: rewrite/rewriteHandler.c:583
+msgid "ApplyRetrieveRule: can't handle per-attribute ON SELECT rule"
+msgstr "ApplyRetrieveRule: ÎÞ·¨´¦Àíÿ¸öÊôÐ﵀ ON SELECT ¹æÔò"
-#: ../commands/dbcommands.c:368
+#: rewrite/rewriteHandler.c:832 rewrite/rewriteHandler.c:1110
#, c-format
+msgid "Infinite recursion detected in rules for relation %s"
+msgstr "¹Øϵ %s µÄ¹æÔòÖз¢ÏÖÎÞÏÞÑ»·"
+
+#: rewrite/rewriteHandler.c:873
+msgid "fireRIRrules: failed to remove aggs from qual"
+msgstr "fireRIRrules: ÎÞ·¨´ÓÌõ¼þÖÐɾ³ý¾Û¼¯"
+
+#: rewrite/rewriteHandler.c:1215
msgid ""
-"DROP DATABASE: Database \"%s\" doesn't exist despite earlier reports to the "
-"contrary"
+"Cannot insert into a view\n"
+"\tYou need an unconditional ON INSERT DO INSTEAD rule"
msgstr ""
+"ÎÞ·¨²åÈëµ½Ò»¸öÊÓͼÖÐ\n"
+"\tÄãÐèÒªÒ»¸öÎÞÌõ¼þµÄ ON INSERT DO INSTEAD ¹æÔò"
-#: ../commands/dbcommands.c:531
-msgid "Relative paths are not allowed as database locations"
+#: 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/dbcommands.c:533
-msgid "Absolute paths are not allowed as database locations"
+#: 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/dbcommands.c:543
+#: rewrite/rewriteHandler.c:1227
#, c-format
-msgid "Postmaster environment variable '%s' not set"
-msgstr ""
+msgid "QueryRewrite: unexpected commandType %d"
+msgstr "QueryRewrite: ÒâÍâµÄ commandType %d"
-#: ../commands/dbcommands.c:545
-#, c-format
-msgid "Postmaster environment variable '%s' must be absolute path"
-msgstr ""
+#: rewrite/rewriteManip.c:639 rewrite/rewriteManip.c:646
+msgid "getInsertSelectQuery: expected to find SELECT subquery"
+msgstr "getInsertSelectQuery: Ô¤ÆÚÕÒµ½ SELECT ×Ó²éѯ"
-#: ../commands/dbcommands.c:577
-#, c-format
-msgid "could not remove '%s': %m"
-msgstr ""
+#: rewrite/rewriteManip.c:657
+msgid "getInsertSelectQuery: can't find rule placeholders"
+msgstr "getInsertSelectQuery: ÎÞ·¨ÕÒµ½¹æÔòռλ·û"
-#: ../commands/dbcommands.c:586
-#, c-format
-msgid "database directory '%s' could not be removed"
-msgstr ""
+#: rewrite/rewriteManip.c:691 rewrite/rewriteManip.c:731
+msgid "Conditional utility statements are not implemented"
+msgstr "δʵÏÖÌõ¼þ¹¤¾ßÓï¾ä"
-#: ../commands/creatinh.c:81
-msgid "DefineRelation: please inherit from a relation or define an attribute"
-msgstr ""
+#: rewrite/rewriteManip.c:846
+msgid "ResolveNew: can't handle whole-tuple reference"
+msgstr "ResolveNew: ÎÞ·¨´¦ÀíÈ«Ôª×éÒýÓÃ"
-#: ../catalog/heap.c:1697 ../catalog/heap.c:1711 ../commands/creatinh.c:110
+#: rewrite/rewriteRemove.c:57
#, c-format
-msgid "Duplicate CHECK constraint name: '%s'"
-msgstr ""
+msgid "Rule \"%s\" not found"
+msgstr "δÕÒµ½¹æÔò \"%s\""
-#: ../commands/creatinh.c:328
+#: rewrite/rewriteRemove.c:113
#, c-format
-msgid "CREATE TABLE: attribute \"%s\" duplicated"
-msgstr ""
+msgid "RemoveRewriteRuleById: Rule %u does not exist"
+msgstr "RemoveRewriteRuleById: ¹æÔò %u ²»´æÔÚ"
-#: ../commands/creatinh.c:342
+#: rewrite/rewriteSupport.c:68
#, c-format
-msgid "CREATE TABLE: inherited relation \"%s\" duplicated"
-msgstr ""
+msgid "SetRelationRuleStatus: cache lookup failed for relation %u"
+msgstr "SetRelationRuleStatus: Ϊ¹Øϵ %u ²éÕÒ»º³åÇøʧ°Ü"
-#: ../commands/creatinh.c:365
-#, c-format
-msgid "CREATE TABLE: inherited relation \"%s\" is not a table"
+#: storage/buffer/buf_table.c:58
+msgid "couldn't initialize shared buffer pool Hash Tbl"
msgstr ""
-#: ../commands/creatinh.c:368
-#, c-format
-msgid "CREATE TABLE: cannot inherit from temp relation \"%s\""
+#: 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/creatinh.c:375
+#: storage/buffer/bufmgr.c:413
#, c-format
-msgid "you do not own table \"%s\""
+msgid "BufferAlloc: cannot write block %u for %u/%u"
msgstr ""
-#: ../commands/creatinh.c:411
+#: storage/buffer/bufmgr.c:431
#, c-format
-msgid "CREATE TABLE: cache lookup failed for type %u"
+msgid "BufferAlloc: content of block %u (%u/%u) changed while flushing"
msgstr ""
-#: ../commands/creatinh.c:426
-#, c-format
-msgid ""
-"CREATE TABLE: merging multiple inherited definitions of attribute \"%s\""
+#: storage/buffer/bufmgr.c:523
+msgid "buffer wasn't in the buffer table"
msgstr ""
-#: ../commands/creatinh.c:431
-#, c-format
-msgid "CREATE TABLE: inherited attribute \"%s\" type conflict (%s and %s)"
+#: storage/buffer/bufmgr.c:531
+msgid "Buffer in lookup table twice"
msgstr ""
-#: ../commands/creatinh.c:561
+#: storage/buffer/bufmgr.c:570
#, c-format
-msgid "CREATE TABLE: merging attribute \"%s\" with inherited definition"
+msgid "write_buffer: bad buffer %d"
msgstr ""
-#: ../commands/creatinh.c:566
+#: storage/buffer/bufmgr.c:782
#, c-format
-msgid "CREATE TABLE: attribute \"%s\" type conflict (%s and %s)"
+msgid "BufferSync: cannot write %u for %u/%u"
msgstr ""
-#: ../commands/creatinh.c:600
+#: storage/buffer/bufmgr.c:920
#, c-format
msgid ""
-"CREATE TABLE: attribute \"%s\" inherits conflicting default values\n"
-"\tTo resolve the conflict, specify a default explicitly"
+"Buffer Leak: [%03d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, "
+"flags=0x%x, refcount=%d %ld)"
msgstr ""
-#: ../commands/creatinh.c:839
+#: storage/buffer/bufmgr.c:1167
#, c-format
-msgid "setRelhassubclassInRelation: cache lookup failed for relation %u"
+msgid "DropRelFileNodeBuffers: block %u is referenced (private %ld, global %d)"
msgstr ""
-#: ../commands/copy.c:117
+#: storage/buffer/bufmgr.c:1270 storage/buffer/bufmgr.c:1304
#, c-format
-msgid "CopySendData: %m"
-msgstr ""
-
-#: ../commands/copy.c:288
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 ""
-
-#: ../commands/copy.c:297
-msgid "COPY BINARY is not supported to stdout or from stdin"
+"[%02d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, flags=0x%x, "
+"refcount=%d %ld)"
msgstr ""
-#: ../commands/copy.c:313 ../commands/copy.c:345
+#: storage/buffer/bufmgr.c:1379
#, c-format
-msgid "You cannot copy view %s"
+msgid ""
+"FlushRelationBuffers(%s (local), %u): block %u is dirty, could not flush it"
msgstr ""
-#: ../commands/copy.c:315
+#: storage/buffer/bufmgr.c:1389
#, c-format
-msgid "You cannot change sequence relation %s"
+msgid "FlushRelationBuffers(%s (local), %u): block %u is referenced (%ld)"
msgstr ""
-#: ../commands/copy.c:317 ../commands/copy.c:349
+#: storage/buffer/bufmgr.c:1441
#, c-format
-msgid "You cannot copy object %s"
+msgid "FlushRelationBuffers: cannot write %u for %u/%u"
msgstr ""
-#: ../commands/copy.c:333
+#: storage/buffer/bufmgr.c:1467
#, c-format
msgid ""
-"COPY command, running in backend with effective uid %d, could not open file "
-"'%s' for reading. Errno = %s (%d)."
-msgstr ""
-
-#: ../commands/copy.c:347
-#, c-format
-msgid "You cannot copy sequence %s"
-msgstr ""
-
-#: ../commands/copy.c:371
-msgid "Relative path not allowed for server side COPY command."
+"FlushRelationBuffers(%s, %u): block %u is referenced (private %ld, global %d)"
msgstr ""
-#: ../commands/copy.c:379
-#, c-format
-msgid ""
-"COPY command, running in backend with effective uid %d, could not open file "
-"'%s' for writing. Errno = %s (%d)."
+#: storage/buffer/bufmgr.c:1666
+msgid "buffer alloc trace error and can't open log file"
msgstr ""
-#: ../commands/copy.c:428
+#: storage/buffer/bufmgr.c:1765
#, c-format
-msgid "COPY: table %s does not have OIDs"
+msgid "SetBufferCommitInfoNeedsSave: bad buffer %d"
msgstr ""
-#: ../commands/copy.c:448
+#: storage/buffer/bufmgr.c:1859
#, c-format
-msgid "COPY: couldn't lookup info for type %u"
-msgstr ""
+msgid "LockBuffer: unknown lock mode %d"
+msgstr "LockBuffer: δ֪µÄËøģʽ %d"
-#: ../commands/copy.c:696
-msgid "COPY BINARY: file signature not recognized"
+#: storage/buffer/bufmgr.c:1890 storage/buffer/bufmgr.c:1897
+msgid "LockBufferForCleanup: wrong local pin count"
msgstr ""
-#: ../commands/copy.c:701
-msgid "COPY BINARY: incompatible integer layout"
+#: storage/buffer/bufmgr.c:1919
+msgid "Multiple backends attempting to wait for pincount 1"
msgstr ""
-#: ../commands/copy.c:705
-msgid "COPY BINARY: bogus file header (missing flags)"
+#: storage/buffer/bufmgr.c:2042
+#, c-format
+msgid "write error may be permanent: cannot write block %u for %u/%u"
msgstr ""
-#: ../commands/copy.c:709
-msgid "COPY BINARY: unrecognized critical flags in header"
+#: storage/buffer/freelist.c:201
+msgid "out of free buffers: time to abort!"
msgstr ""
-#: ../commands/copy.c:714
-msgid "COPY BINARY: bogus file header (missing length)"
+#: storage/buffer/localbuf.c:83
+msgid "no empty local buffer."
msgstr ""
-#: ../commands/copy.c:720
-msgid "COPY BINARY: bogus file header (wrong length)"
-msgstr ""
+#: storage/buffer/localbuf.c:125
+msgid "Out of memory in LocalBufferAlloc"
+msgstr "LocalBufferAlloc ÖÐÄÚ´æÒç³ö"
-#: ../commands/copy.c:759
-msgid "COPY TEXT: NULL Oid"
+#: 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/copy.c:767
-msgid "COPY TEXT: Invalid Oid"
+#: storage/file/buffile.c:477
+#, c-format
+msgid "BufFileSeek: invalid whence: %d"
msgstr ""
-#: ../commands/copy.c:805
+#: storage/file/fd.c:272
#, c-format
-msgid "COPY BINARY: tuple field count is %d, expected %d"
+msgid "BasicOpenFile: not enough descs, retry, er= %d"
msgstr ""
-#: ../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"
+#: storage/file/fd.c:306
+#, c-format
+msgid "pg_nofile: sysconf(_SC_OPEN_MAX) failed; using %ld"
msgstr ""
-#: ../commands/copy.c:814
+#: storage/file/fd.c:328
#, c-format
-msgid "COPY BINARY: sizeof(Oid) is %d, expected %d"
+msgid ""
+"pg_nofile: insufficient file descriptors available to start backend.\n"
+"\tSystem allows %ld, we need at least %d."
msgstr ""
-#: ../commands/copy.c:820
-msgid "COPY BINARY: Invalid Oid"
+#: storage/file/fd.c:366
+#, c-format
+msgid "Delete %d (%s)"
msgstr ""
-#: ../commands/copy.c:831
+#: storage/file/fd.c:385
#, c-format
-msgid "COPY BINARY: sizeof(field %d) is %d, expected %d"
+msgid "LruDelete %d (%s)"
msgstr ""
-#: ../commands/copy.c:843
-msgid "COPY BINARY: bogus varlena length"
-msgstr ""
+#: storage/file/fd.c:399
+#, fuzzy, c-format
+msgid "LruDelete: failed to close %s: %m"
+msgstr "¼ì²âÎļþ '%s' µÄ״̬ʧ°Ü: %m"
-#: ../commands/copy.c:976
+#: storage/file/fd.c:413
#, c-format
-msgid "GetInputFunction: Cache lookup of type %u failed"
+msgid "Insert %d (%s)"
msgstr ""
-#: ../commands/copy.c:992
+#: storage/file/fd.c:434
#, c-format
-msgid "GetTypeElement: Cache lookup of type %u failed"
+msgid "LruInsert %d (%s)"
msgstr ""
-#: ../commands/copy.c:1008
-msgid "CopyReadNewline: extra fields ignored"
-msgstr ""
+#: storage/file/fd.c:456
+#, c-format
+msgid "RE_OPEN FAILED: %d"
+msgstr "RE_OPEN ʧ°Ü: %d"
-#: ../commands/copy.c:1143
-msgid "CopyReadAttribute: end of record marker corrupted"
-msgstr ""
+#: storage/file/fd.c:461
+msgid "RE_OPEN SUCCESS"
+msgstr "RE_OPEN ³É¹¦"
-#: ../commands/vacuum.c:970 ../commands/vacuumlazy.c:211
+#: storage/file/fd.c:487
#, c-format
-msgid "--Relation %s--"
+msgid "ReleaseLruFile. Opened %d"
msgstr ""
-#: ../commands/vacuum.c:1000 ../commands/vacuumlazy.c:264
+#: storage/file/fd.c:508
#, 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 "AllocateVfd. Size %d"
msgstr ""
-#: ../commands/vacuum.c:1137 ../commands/vacuumlazy.c:366
-#, c-format
-msgid "Rel %s: TID %u/%u: OID IS INVALID. TUPGONE %d."
+#: storage/file/fd.c:515
+msgid "AllocateVfd: no room for VFD array"
msgstr ""
-#: ../commands/vacuumlazy.c:428
-#, c-format
-msgid ""
-"Pages %u: Changed %u, Empty %u; Tup %.0f: Vac %.0f, Keep %.0f, UnUsed %.0f.\n"
-"\tTotal %s"
+#: storage/file/fd.c:547
+msgid "AllocateVfd: no room to enlarge VFD array"
msgstr ""
-#: ../commands/vacuumlazy.c:477
+#: storage/file/fd.c:580
#, c-format
-msgid ""
-"Removed %d tuples in %d pages.\n"
-"\t%s"
+msgid "FreeVfd: %d (%s)"
msgstr ""
-#: ../commands/vacuum.c:2436 ../commands/vacuumlazy.c:585
+#: storage/file/fd.c:630
#, c-format
-msgid ""
-"Index %s: Pages %u; Tuples %.0f.\n"
-"\t%s"
+msgid "FileAccess %d (%s)"
msgstr ""
-#: ../commands/vacuum.c:2490 ../commands/vacuumlazy.c:632
-#, c-format
-msgid ""
-"Index %s: Pages %u; Tuples %.0f: Deleted %.0f.\n"
-"\t%s"
+#: storage/file/fd.c:682
+msgid "fileNameOpenFile: NULL fname"
msgstr ""
-#: ../commands/vacuumlazy.c:706
+#: storage/file/fd.c:684
#, c-format
-msgid "VACUUM (lazy_truncate_heap): FlushRelationBuffers returned %d"
-msgstr ""
+msgid "fileNameOpenFile: %s %x %o"
+msgstr "fileNameOpenFile: %s %x %o"
-#: ../commands/vacuumlazy.c:740
+#: storage/file/fd.c:704
#, c-format
-msgid ""
-"Truncated %u --> %u pages.\n"
-"\t%s"
+msgid "fileNameOpenFile: success %d"
msgstr ""
-#: ../commands/define.c:150
-msgid "untrusted function has been decommissioned."
+#: storage/file/fd.c:711
+msgid "fileNameOpenFile: no room to save VFD filename"
msgstr ""
-#: ../commands/define.c:161
+#: storage/file/fd.c:795
#, c-format
-msgid "Unrecognized function attribute '%s' ignored"
-msgstr ""
+msgid "Failed to create temporary file %s"
+msgstr "´´½¨ÁÙʱÎļþ %s ʧ°Ü"
-#: ../commands/define.c:204
+#: storage/file/fd.c:814
#, c-format
-msgid "CREATE FUNCTION: only one AS item needed for %s language"
-msgstr ""
+msgid "FileClose: %d (%s)"
+msgstr "FileClose: %d (%s)"
-#: ../commands/define.c:263
+#: storage/file/fd.c:826
#, 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."
-msgstr ""
+msgid "FileClose: failed to close %s: %m"
+msgstr "FileClose: ¹Ø±Õ %s ʧ°Ü: %m"
-#: ../commands/define.c:284
+#: storage/file/fd.c:841
#, c-format
-msgid ""
-"Unrecognized language specified in a CREATE FUNCTION: '%s'.\n"
-"\tRecognized languages are sql, C, internal, and created procedural "
-"languages."
-msgstr ""
+msgid "FileClose: failed to unlink %s: %m"
+msgstr "FileClose: ɾ³ý %s ʧ°Ü: %m"
-#: ../commands/define.c:293
+#: storage/file/fd.c:859
#, c-format
-msgid "Language '%s' isn't defined as PL"
-msgstr ""
+msgid "FileUnlink: %d (%s)"
+msgstr "FileUnlink: %d (%s)"
-#: ../commands/define.c:300
+#: storage/file/fd.c:875
#, c-format
-msgid ""
-"Only users with Postgres superuser privilege are permitted to create a "
-"function in the '%s' language."
-msgstr ""
+msgid "FileRead: %d (%s) %ld %d %p"
+msgstr "FileRead: %d (%s) %ld %d %p"
-#: ../commands/define.c:388
-msgid "setof type not implemented for leftarg"
-msgstr ""
+#: storage/file/fd.c:896
+#, c-format
+msgid "FileWrite: %d (%s) %ld %d %p"
+msgstr "FileWrite: %d (%s) %ld %d %p"
-#: ../commands/define.c:395
-msgid "setof type not implemented for rightarg"
+#: storage/file/fd.c:922
+#, c-format
+msgid "FileSeek: %d (%s) %ld %ld %d"
msgstr ""
-#: ../commands/define.c:402
-msgid "CREATE OPERATOR: precedence not implemented"
+#: storage/file/fd.c:932 storage/file/fd.c:953
+#, c-format
+msgid "FileSeek: invalid offset: %ld"
msgstr ""
-#: ../commands/define.c:407
-msgid "CREATE OPERATOR: associativity not implemented"
+#: storage/file/fd.c:943 storage/file/fd.c:965
+#, c-format
+msgid "FileSeek: invalid whence: %d"
msgstr ""
-#: ../commands/define.c:433
+#: storage/file/fd.c:980
#, c-format
-msgid "DefineOperator: attribute \"%s\" not recognized"
+msgid "FileTell %d (%s)"
msgstr ""
-#: ../commands/define.c:442
-msgid "Define: \"procedure\" unspecified"
+#: storage/file/fd.c:993
+#, c-format
+msgid "FileTruncate %d (%s)"
msgstr ""
-#: ../commands/define.c:504
+#: storage/file/fd.c:1024
#, c-format
-msgid "DefineAggregate: attribute \"%s\" not recognized"
+msgid "AllocateFile: Allocated %d"
msgstr ""
-#: ../commands/define.c:512
-msgid "Define: \"basetype\" unspecified"
+#: storage/file/fd.c:1027
+msgid "AllocateFile: too many private FDs demanded"
msgstr ""
-#: ../commands/define.c:514
-msgid "Define: \"stype\" unspecified"
+#: storage/file/fd.c:1041
+#, c-format
+msgid "AllocateFile: not enough descs, retry, er= %d"
msgstr ""
-#: ../commands/define.c:516
-msgid "Define: \"sfunc\" unspecified"
+#: storage/file/fd.c:1057
+#, c-format
+msgid "FreeFile: Allocated %d"
msgstr ""
-#: ../commands/define.c:557
-#, c-format
-msgid "DefineType: type names must be %d characters or less"
+#: storage/file/fd.c:1070
+msgid "FreeFile: file was not obtained from AllocateFile"
msgstr ""
-#: ../commands/define.c:610
-#, c-format
-msgid "DefineType: \"%s\" alignment not recognized"
+#: 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/define.c:626
+#: storage/freespace/freespace.c:293
#, c-format
-msgid "DefineType: \"%s\" storage not recognized"
+msgid "max_fsm_pages must exceed max_fsm_relations * %d"
msgstr ""
-#: ../commands/define.c:631
-#, c-format
-msgid "DefineType: attribute \"%s\" not recognized"
+#: storage/freespace/freespace.c:324
+msgid "max_fsm_pages is too large"
msgstr ""
-#: ../commands/define.c:640
-msgid "Define: \"input\" unspecified"
+#: storage/freespace/freespace.c:494
+msgid "RecordRelationFreeSpace: data not in page order"
msgstr ""
-#: ../commands/define.c:642
-msgid "Define: \"output\" unspecified"
+#: storage/freespace/freespace.c:581 storage/freespace/freespace.c:1583
+msgid "RecordIndexFreeSpace: data not in page order"
msgstr ""
-#: ../commands/define.c:697 ../commands/define.c:749
+#: storage/freespace/freespace.c:691
#, c-format
-msgid "Define: \"%s\" requires a parameter"
+msgid ""
+"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/define.c:720 ../commands/define.c:770
+#: storage/freespace/freespace.c:722 storage/freespace/freespace.c:781
+#: utils/init/miscinit.c:989
#, c-format
-msgid "Define: cannot interpret argument of \"%s\""
-msgstr ""
+msgid "Failed to write %s: %m"
+msgstr "дÈë %s ʧ°Ü: %m"
-#: ../commands/define.c:730 ../commands/define.c:739
+#: storage/freespace/freespace.c:822 utils/init/miscinit.c:952
#, c-format
-msgid "Define: \"%s\" requires a numeric value"
-msgstr ""
+msgid "Failed to read %s: %m"
+msgstr "¶ÁÈ¡ %s ʧ°Ü: %m"
-#: ../commands/define.c:756
+#: storage/freespace/freespace.c:835
#, c-format
-msgid "Define: \"%s\" requires an integral value"
+msgid "Bogus file header in %s"
msgstr ""
-#: ../commands/define.c:773
+#: storage/freespace/freespace.c:857
#, c-format
-msgid "Define: invalid argument for \"%s\""
-msgstr "Define: ¸ø \"%s\" µÄÎÞЧ²ÎÊý"
+msgid "Bogus rel header in %s"
+msgstr ""
-#: ../commands/cluster.c:97
+#: storage/freespace/freespace.c:874
#, c-format
-msgid "CLUSTER: no pg_index entry for index %u"
+msgid "Premature EOF in %s"
msgstr ""
-#: ../commands/cluster.c:100
-#, c-format
-msgid "CLUSTER: \"%s\" is not an index for table \"%s\""
+#: storage/freespace/freespace.c:987
+msgid "FreeSpaceMap hashtable out of memory"
msgstr ""
-#: ../commands/indexcmds.c:87
-msgid "DefineIndex: must specify at least one attribute"
+#: storage/freespace/freespace.c:1040
+msgid "FreeSpaceMap hashtable corrupted"
msgstr ""
-#: ../commands/indexcmds.c:89
-#, c-format
-msgid "Cannot use more than %d attributes in an index"
+#: storage/freespace/freespace.c:1185
+msgid "find_free_space: called for an index relation"
msgstr ""
-#: ../commands/indexcmds.c:96
-#, c-format
-msgid "DefineIndex: relation \"%s\" not found"
+#: storage/freespace/freespace.c:1235
+msgid "find_index_free_space: called for a non-index relation"
msgstr ""
-#: ../commands/indexcmds.c:106
-#, c-format
-msgid "DefineIndex: access method \"%s\" not found"
+#: storage/freespace/freespace.c:1263
+msgid "fsm_record_free_space: called for an index relation"
msgstr ""
-#: ../commands/indexcmds.c:112
-#, c-format
-msgid "DefineIndex: access method \"%s\" does not support UNIQUE indexes"
+#: storage/freespace/freespace.c:1423
+msgid "compact_fsm_storage: can't juggle and compress too"
msgstr ""
-#: ../commands/indexcmds.c:115
-#, c-format
-msgid "DefineIndex: access method \"%s\" does not support multi-column indexes"
+#: storage/freespace/freespace.c:1438
+msgid "compact_fsm_storage: insufficient room"
msgstr ""
-#: ../commands/indexcmds.c:134
-msgid "Existing indexes are inactive. REINDEX first"
+#: storage/freespace/freespace.c:1514
+msgid "push_fsm_rels_after: out of room"
msgstr ""
-#: ../commands/indexcmds.c:152
-msgid "Functional index can only have one attribute"
+#: storage/freespace/freespace.c:1557
+msgid "pack_incoming_pages: bogus freespace amount"
msgstr ""
-#: ../commands/indexcmds.c:156
-#, c-format
-msgid "Index function can take at most %d arguments"
+#: storage/freespace/freespace.c:1628
+msgid "pack_existing_pages: bogus freespace amount"
msgstr ""
-#: ../commands/indexcmds.c:211
-msgid "Partial-index predicates may refer only to the base relation"
+#: storage/ipc/ipc.c:95
+#, c-format
+msgid "proc_exit(%d)"
msgstr ""
-#: ../commands/indexcmds.c:218
-msgid "Cannot use subselect in index predicate"
+#: storage/ipc/ipc.c:113
+#, c-format
+msgid "exit(%d)"
msgstr ""
-#: ../commands/indexcmds.c:220
-msgid "Cannot use aggregate in index predicate"
+#: storage/ipc/ipc.c:126
+#, c-format
+msgid "shmem_exit(%d)"
msgstr ""
-#: ../commands/indexcmds.c:227
-msgid "Cannot use non-cachable function in index predicate"
+#: storage/ipc/ipc.c:152
+msgid "Out of on_proc_exit slots"
msgstr ""
-#: ../commands/indexcmds.c:268 ../commands/indexcmds.c:359
+#: storage/ipc/ipci.c:73
#, c-format
-msgid "DefineIndex: attribute \"%s\" not found"
+msgid "invoking IpcMemoryCreate(size=%d)"
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/ipc/ipci.c:115
+msgid "Couldn't create the lock table"
msgstr ""
-#: ../commands/indexcmds.c:300
-msgid "DefineIndex: cannot index on a function returning a set"
-msgstr ""
+#: storage/ipc/shmem.c:161
+msgid "ShmemAlloc: out of memory"
+msgstr "ShmemAlloc: ÄÚ´æÓþ¡"
-#: ../commands/indexcmds.c:317
-msgid "DefineIndex: index function must be marked iscachable"
+#: storage/ipc/shmem.c:207
+msgid "InitShmemIndex: couldn't initialize Shmem Index"
msgstr ""
-#: ../commands/indexcmds.c:352
-msgid "missing attribute for define index"
+#: storage/ipc/shmem.c:218
+msgid "InitShmemIndex: Shmem Index out of memory"
msgstr ""
-#: ../commands/indexcmds.c:386
-#, 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"
+#: storage/ipc/shmem.c:336
+msgid "ShmemInitStruct: Shmem Index out of memory"
msgstr ""
-#: ../commands/indexcmds.c:402
-#, c-format
-msgid ""
-"DefineIndex: operator class \"%s\" not supported by access method \"%s\""
+#: storage/ipc/shmem.c:351
+msgid "ShmemInitStruct: ShmemIndex entry size is wrong"
msgstr ""
-#: ../commands/indexcmds.c:410
+#: storage/ipc/shmem.c:368
#, c-format
-msgid "operator class \"%s\" does not accept data type %s"
+msgid "ShmemInitStruct: cannot allocate '%s'"
msgstr ""
-#: ../commands/indexcmds.c:474
+#: storage/ipc/shmqueue.c:232 storage/ipc/shmqueue.c:252
#, c-format
-msgid "pg_opclass contains multiple default opclasses for data tyype %s"
+msgid "%s: %s"
msgstr ""
-#: ../commands/indexcmds.c:500 ../commands/indexcmds.c:537
-#, c-format
-msgid "index \"%s\" does not exist"
+#: storage/ipc/sinval.c:50
+msgid "Backend cache invalidation initialization failed"
msgstr ""
-#: ../commands/indexcmds.c:503 ../commands/indexcmds.c:540
-#: ../commands/indexcmds.c:579
-#, c-format
-msgid "relation \"%s\" is of type \"%c\""
+#: storage/ipc/sinval.c:68
+msgid "SendSharedInvalidMessage: SI buffer overflow"
msgstr ""
-#: ../commands/indexcmds.c:531 ../commands/indexcmds.c:570
-msgid "REINDEX cannot run inside a BEGIN/END block"
+#: storage/ipc/sinval.c:111
+msgid "ReceiveSharedInvalidMessages: cache state reset"
msgstr ""
-#: ../commands/indexcmds.c:546
-#, c-format
-msgid "index \"%s\" wasn't reindexed"
-msgstr ""
+#: storage/ipc/sinval.c:320 storage/ipc/sinval.c:330
+msgid "Memory exhausted in GetSnapshotData"
+msgstr "ÔÚ GetSnapshotData ÖÐÄÚ´æÓþ¡"
-#: ../commands/indexcmds.c:576
+#: storage/ipc/sinvaladt.c:124
#, c-format
-msgid "table \"%s\" does not exist"
+msgid "SIBackendInit: backend id %d"
msgstr ""
-#: ../commands/indexcmds.c:583
+#: storage/ipc/sinvaladt.c:229
#, c-format
-msgid "table \"%s\" wasn't reindexed"
+msgid "SIInsertDataEntry: table is 70%% full, signaling postmaster"
msgstr ""
-#: ../commands/indexcmds.c:613
-msgid "REINDEX DATABASE: Can be executed only on the currently open database."
+#: storage/large_object/inv_api.c:48
+msgid "getbytealen: VARSIZE(data) < VARHDRSZ. This is internal error."
msgstr ""
-#: ../commands/indexcmds.c:616
-msgid "REINDEX DATABASE: Permission denied."
-msgstr ""
+#: storage/large_object/inv_api.c:74
+#, c-format
+msgid "inv_create: large object %u already exists. This is internal error."
+msgstr "inv_create: ´ó¶ÔÏó %u ÒѾ´æÔÚ. ÄÚ²¿´íÎó."
-#: ../commands/indexcmds.c:624
-msgid "REINDEX DATABASE cannot run inside a BEGIN/END block"
-msgstr ""
+#: storage/large_object/inv_api.c:107
+#, c-format
+msgid "inv_create: invalid flags: %d"
+msgstr "inv_create: ÎÞЧ±êÖ¾: %d"
-#: ../commands/indexcmds.c:676
+#: storage/large_object/inv_api.c:126
#, c-format
-msgid "relation %u was reindexed"
-msgstr ""
+msgid "inv_open: large object %u not found"
+msgstr "inv_open: ûÓÐÕÒµ½´ó¶ÔÏó %u"
-#: ../commands/analyze.c:205
+#: storage/large_object/inv_api.c:144
#, c-format
-msgid "Skipping \"%s\" --- only table or database owner can ANALYZE it"
-msgstr ""
+msgid "inv_open: invalid flags: %d"
+msgstr "inv_open: ÎÞЧ±êÖ¾: %d"
-#: ../commands/analyze.c:212
+#: storage/large_object/inv_api.c:244
#, c-format
-msgid "Analyzing %s"
-msgstr ""
+msgid "inv_getsize: large object %u not found"
+msgstr "inv_getsize: ûÓÐÕÒµ½´ó¶ÔÏó %u"
-#: ../commands/analyze.c:239
+#: storage/large_object/inv_api.c:257 storage/large_object/inv_api.c:262
+#: storage/large_object/inv_api.c:270
#, c-format
-msgid "ANALYZE: there is no attribute %s in %s"
-msgstr ""
+msgid "inv_seek: invalid offset: %d"
+msgstr "inv_seek: ÎÞЧƫÒÆÁ¿: %d"
-#: ../commands/analyze.c:607
+#: storage/large_object/inv_api.c:275
#, c-format
-msgid "acquire_sample_rows: ReadBuffer(%s,%u) failed"
-msgstr ""
+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: ²»Ò»ÖµĽá¹û"
-#: ../commands/user.c:76 ../commands/user.c:159
+#: storage/lmgr/deadlock.c:861
#, c-format
-msgid "write_password_file: unable to write %s: %m"
+msgid "Proc %d waits for %s on transaction %u; blocked by %d"
msgstr ""
-#: ../commands/user.c:136
+#: storage/lmgr/deadlock.c:870
#, c-format
-msgid "%s: %m"
+msgid "Proc %d waits for %s on relation %u database %u; blocked by %d"
msgstr ""
-#: ../commands/user.c:144
-#, c-format
-msgid "rename %s to %s: %m"
+#: storage/lmgr/lmgr.c:85
+msgid "InitLockTable: couldn't initialize lock table"
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/lmgr/lmgr.c:94
+msgid "InitLockTable: couldn't rename long-term lock table"
msgstr ""
-#: ../commands/user.c:260
-#, c-format
-msgid "CREATE USER: option \"%s\" not recognized"
+#: storage/lmgr/lmgr.c:135
+msgid "LockRelation: LockAcquire failed"
msgstr ""
-#: ../commands/user.c:272
-msgid "user id must be positive"
+#: storage/lmgr/lmgr.c:224
+msgid "LockRelationForSession: LockAcquire failed"
msgstr ""
-#: ../commands/user.c:287
-msgid "CREATE USER: permission denied"
+#: storage/lmgr/lmgr.c:262
+msgid "LockPage: LockAcquire failed"
msgstr ""
-#: ../commands/user.c:326
-#, c-format
-msgid "CREATE USER: user name \"%s\" already exists"
+#: storage/lmgr/lmgr.c:303
+msgid "XactLockTableInsert: LockAcquire failed"
msgstr ""
-#: ../commands/user.c:329
-#, c-format
-msgid "CREATE USER: sysid %d is already assigned"
+#: storage/lmgr/lmgr.c:326
+msgid "XactLockTableWait: LockAcquire failed"
msgstr ""
-#: ../commands/user.c:359 ../commands/user.c:592
-msgid "CREATE USER: password encryption failed"
+#: storage/lmgr/lock.c:110
+#, 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)"
msgstr ""
-#: ../commands/user.c:462 ../commands/user.c:471 ../commands/user.c:476
-#: ../commands/user.c:481
-msgid "ALTER USER: conflicting options"
+#: storage/lmgr/lock.c:136
+#, c-format
+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:485
+#: storage/lmgr/lock.c:245
#, c-format
-msgid "ALTER USER: option \"%s\" not recognized"
+msgid "LockMethodTableInit: too many lock types %d greater than %d"
msgstr ""
-#: ../commands/user.c:508
-msgid "ALTER USER: permission denied"
+#: storage/lmgr/lock.c:264 storage/lmgr/lock.c:310 storage/lmgr/lock.c:330
+#, c-format
+msgid "LockMethodTableInit: couldn't initialize %s"
msgstr ""
-#: ../commands/user.c:512
-msgid "ALTER USER: password changes cannot be rolled back"
+#: storage/lmgr/lock.c:451
+#, c-format
+msgid "LockAcquire: user lock [%u] %s"
msgstr ""
-#: ../commands/user.c:526
+#: storage/lmgr/lock.c:462
#, c-format
-msgid "ALTER USER: user \"%s\" does not exist"
+msgid "LockAcquire: bad lock table %d"
msgstr ""
-#: ../commands/user.c:663
-msgid "DROP USER: permission denied"
+#: storage/lmgr/lock.c:480
+#, c-format
+msgid "LockAcquire: lock table %d is out of memory"
msgstr ""
-#: ../commands/user.c:666
-msgid "DROP USER cannot be rolled back completely"
+#: storage/lmgr/lock.c:527
+msgid "LockAcquire: proclock table out of memory"
msgstr ""
-#: ../commands/user.c:693
+#: storage/lmgr/lock.c:572
#, c-format
-msgid "DROP USER: user \"%s\" does not exist%s"
+msgid "Deadlock risk: raising lock level from %s to %s on object %u/%u/%u"
msgstr ""
-#: ../commands/user.c:699
-msgid "current user cannot be dropped"
+#: storage/lmgr/lock.c:652
+msgid "LockAcquire: remove proclock, table corrupted"
msgstr ""
-#: ../commands/user.c:701
-msgid "session user cannot be dropped"
+#: storage/lmgr/lock.c:915
+msgid "deadlock detected"
msgstr ""
-#: ../commands/user.c:728
+#: storage/lmgr/lock.c:996
#, c-format
-msgid "DROP USER: user \"%s\" owns database \"%s\", cannot be removed%s"
+msgid "LockRelease: user lock tag [%u] %d"
msgstr ""
-#: ../commands/user.c:808
-#, c-format
-msgid "CheckPgUserAclNotNull: \"%s\" not found"
+#: storage/lmgr/lock.c:1006
+msgid "lockMethodTable is null in LockRelease"
msgstr ""
-#: ../commands/user.c:813
-#, 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'."
+#: storage/lmgr/lock.c:1028
+msgid "LockRelease: no such lock"
msgstr ""
-#: ../commands/user.c:854 ../commands/user.c:859
-msgid "CREATE GROUP: conflicting options"
+#: storage/lmgr/lock.c:1051
+msgid "LockRelease: no lock with this tag"
+msgstr ""
+
+#: storage/lmgr/lock.c:1054
+msgid "LockRelease: proclock table corrupted"
msgstr ""
-#: ../commands/user.c:863
+#: storage/lmgr/lock.c:1068
#, c-format
-msgid "CREATE GROUP: option \"%s\" not recognized"
+msgid "LockRelease: you don't own a lock of type %s"
msgstr ""
-#: ../commands/user.c:871
-msgid "group id must be positive"
+#: storage/lmgr/lock.c:1122
+msgid "LockRelease: remove lock, table corrupted"
msgstr ""
-#: ../commands/user.c:882
-msgid "CREATE GROUP: permission denied"
+#: storage/lmgr/lock.c:1151
+msgid "LockRelease: remove proclock, table corrupted"
msgstr ""
-#: ../commands/user.c:915
+#: storage/lmgr/lock.c:1192
#, c-format
-msgid "CREATE GROUP: group name \"%s\" already exists"
+msgid "LockReleaseAll: lockmethod=%d, pid=%d"
msgstr ""
-#: ../commands/user.c:918
+#: storage/lmgr/lock.c:1200
#, c-format
-msgid "CREATE GROUP: group sysid %d is already assigned"
+msgid "LockReleaseAll: bad lockmethod %d"
msgstr ""
-#: ../commands/user.c:1008
-#, c-format
-msgid "%s: permission denied"
+#: storage/lmgr/lock.c:1304
+msgid "LockReleaseAll: proclock table corrupted"
msgstr ""
-#: ../commands/user.c:1020
-#, c-format
-msgid "%s: group \"%s\" does not exist"
+#: storage/lmgr/lock.c:1322
+msgid "LockReleaseAll: cannot remove lock from HTAB"
msgstr ""
-#: ../commands/user.c:1084
-#, c-format
-msgid "AlterGroup: unknown tag %s"
+#: storage/lmgr/lock.c:1337
+msgid "LockReleaseAll: done"
msgstr ""
-#: ../commands/user.c:1095
-#, c-format
-msgid "%s: user \"%s\" is already in group \"%s\""
+#: storage/lmgr/lock.c:1524
+msgid "DumpAllLocks: proclock->tag.lock = NULL"
msgstr ""
-#: ../commands/user.c:1147
+#: storage/lmgr/lwlock.c:71
#, c-format
-msgid "ALTER GROUP: group \"%s\" does not have any members"
+msgid "%s(%d): excl %d shared %d head %p rOK %d"
msgstr ""
-#: ../commands/user.c:1200
+#: storage/lmgr/lwlock.c:81
#, c-format
-msgid "ALTER GROUP: user \"%s\" is not in group \"%s\""
+msgid "%s(%d): %s"
msgstr ""
-#: ../commands/user.c:1266
-msgid "DROP GROUP: permission denied"
+#: storage/lmgr/lwlock.c:184
+msgid "No more LWLockIds available"
msgstr ""
-#: ../commands/user.c:1295
-#, c-format
-msgid "DROP GROUP: group \"%s\" does not exist"
+#: storage/lmgr/lwlock.c:281
+msgid "LWLockAcquire: can't wait without a PGPROC structure"
msgstr ""
-#: ../commands/view.c:80
-msgid "attempted to define virtual relation with no attrs"
+#: storage/lmgr/lwlock.c:427
+#, c-format
+msgid "LWLockRelease: lock %d is not held"
msgstr ""
-#: ../commands/proclang.c:72
-msgid ""
-"Only users with Postgres superuser privilege are permitted to create "
-"procedural languages"
-msgstr ""
+#: storage/lmgr/proc.c:151 storage/lmgr/proc.c:165
+msgid "cannot create new proc: out of memory"
+msgstr "ÎÞ·¨´´½¨Ð¹ý³Ì: ÄÚ´æÓþ¡"
-#: ../commands/proclang.c:84
-#, c-format
-msgid "Language %s already exists"
+#: storage/lmgr/proc.c:192
+msgid "InitProcess: Proc Header uninitialized"
msgstr ""
-#: ../commands/proclang.c:97
-#, c-format
-msgid "PL handler function %s() doesn't exist"
+#: storage/lmgr/proc.c:195
+msgid "InitProcess: you already exist"
msgstr ""
-#: ../commands/proclang.c:100
-#, c-format
-msgid "PL handler function %s() isn't of return type Opaque"
+#: storage/lmgr/proc.c:273
+msgid "InitDummyProcess: Proc Header uninitialized"
msgstr ""
-#: ../commands/proclang.c:157
-msgid ""
-"Only users with Postgres superuser privilege are permitted to drop "
-"procedural languages"
+#: storage/lmgr/proc.c:276
+msgid "InitDummyProcess: you already exist"
msgstr ""
-#: ../commands/proclang.c:172
+#: storage/lmgr/proc.c:282
#, c-format
-msgid "Language %s doesn't exist"
+msgid "InitDummyProcess: DummyProc is in use by PID %d"
msgstr ""
-#: ../commands/proclang.c:175
-#, c-format
-msgid "Language %s isn't a created procedural language"
+#: storage/lmgr/proc.c:658
+msgid "ProcSleep: Unable to set timer for process wakeup"
msgstr ""
-#: ../commands/vacuum.c:187
-#, c-format
-msgid "%s cannot run inside a BEGIN/END block"
+#: storage/lmgr/proc.c:680
+msgid "ProcSleep: Unable to disable timer for process wakeup"
msgstr ""
-#: ../commands/vacuum.c:402
-#, c-format
-msgid "%s: can not process indexes, views or special system tables"
+#: storage/lmgr/spin.c:84
+msgid "spin.c does not support S_LOCK_FREE()"
msgstr ""
-#: ../commands/vacuum.c:426
+#: storage/page/bufpage.c:92
#, c-format
-msgid "%s: table not found"
+msgid ""
+"PageAddItem: corrupted page pointers: lower = %u, upper = %u, special = %u"
msgstr ""
-#: ../commands/vacuum.c:470
-msgid ""
-"oldest Xmin is far in the past --- close open transactions soon to avoid "
-"wraparound problems"
+#: storage/page/bufpage.c:112
+msgid "PageAddItem: tried overwrite of used ItemId"
msgstr ""
-#: ../commands/vacuum.c:516
-#, c-format
-msgid "pg_class entry for relid %u vanished during vacuuming"
+#: storage/page/bufpage.c:139
+msgid "PageAddItem: specified offset after maxoff"
msgstr ""
-#: ../commands/vacuum.c:653
+#: storage/page/bufpage.c:288
#, 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."
+"PageRepairFragmentation: corrupted page pointers: lower = %u, upper = %u, "
+"special = %u"
msgstr ""
-#: ../commands/vacuum.c:732
+#: storage/page/bufpage.c:330
#, c-format
-msgid "Skipping \"%s\" --- only table or database owner can VACUUM it"
+msgid "PageRepairFragmentation: corrupted item pointer %u"
msgstr ""
-#: ../commands/vacuum.c:903
+#: storage/page/bufpage.c:343
#, c-format
-msgid "VACUUM (full_vacuum_rel): FlushRelationBuffers returned %d"
+msgid "PageRepairFragmentation: corrupted item lengths, total %u, avail %u"
msgstr ""
-#: ../commands/vacuum.c:1110
+#: storage/page/bufpage.c:421
#, c-format
msgid ""
-"Rel %s: TID %u/%u: InsertTransactionInProgress %u - can't shrink relation"
+"PageIndexTupleDelete: corrupted page pointers: lower = %u, upper = %u, "
+"special = %u"
msgstr ""
-#: ../commands/vacuum.c:1119
+#: storage/page/bufpage.c:426
#, c-format
-msgid ""
-"Rel %s: TID %u/%u: DeleteTransactionInProgress %u - can't shrink relation"
+msgid "PageIndexTupleDelete: bad offnum %u"
msgstr ""
-#: ../commands/vacuum.c:1273
+#: storage/page/bufpage.c:437
#, 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 "PageIndexTupleDelete: corrupted item pointer: offset = %u size = %u"
msgstr ""
-#: ../commands/vacuum.c:1493
-msgid "Invalid XID in t_cmin"
+#: 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 ""
-#: ../commands/vacuum.c:1495
-msgid "HEAP_MOVED_IN was not expected"
+#: storage/smgr/md.c:287
+msgid "segment too big!"
msgstr ""
-#: ../commands/vacuum.c:1528
-msgid "HEAP_MOVED_OFF was expected"
+#: storage/smgr/md.c:341
+msgid "segment too big on relopen!"
msgstr ""
-#: ../commands/vacuum.c:1558
-msgid "No one parent tuple was found"
-msgstr ""
+#: storage/smgr/md.c:519
+#, c-format
+msgid "mdblindwrt: lseek(%ld) failed: %m"
+msgstr "mdblindwrt: lseek(%ld) ʧ°Ü: %m"
-#: ../commands/vacuum.c:1597
-msgid ""
-"Child itemid in update-chain marked as unused - can't continue repair_frag"
+#: 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/vacuum.c:1676
-msgid "Parent tuple was not found"
+#: storage/smgr/md.c:611
+#, c-format
+msgid "cannot count blocks for %s -- open failed: %m"
msgstr ""
-#: ../commands/vacuum.c:1684
-msgid "Parent itemid marked as unused"
+#: storage/smgr/md.c:776
+msgid "_fdvec_alloc error"
msgstr ""
-#: ../commands/vacuum.c:1716
-msgid "Too old parent tuple found - can't continue repair_frag"
+#: storage/smgr/md.c:858
+msgid "segment too big on openseg!"
msgstr ""
-#: ../commands/vacuum.c:1845
+#: storage/smgr/md.c:877
#, c-format
-msgid "moving chain: failed to add item with len = %lu to page %u"
-msgstr ""
+msgid "_mdfd_getrelnfd: cannot open relation %s: %m"
+msgstr "_mdfd_getrelnfd: ÎÞ·¨´ò¿ª¹Øϵ %s: %m"
-#: ../commands/vacuum.c:1968
+#: storage/smgr/md.c:920
#, c-format
-msgid ""
-"failed to add item with len = %lu to page %u (free space %lu, nusd %u, noff %"
-"u)"
+msgid "cannot open segment %u of relation %s (target block %u): %m"
msgstr ""
-#: ../commands/vacuum.c:2036
-msgid "Invalid XID in t_cmin (4)"
+#: storage/smgr/md.c:973
+#, c-format
+msgid "_mdfd_blind_getseg: couldn't open %s: %m"
msgstr ""
-#: ../commands/vacuum.c:2038
-msgid "HEAP_MOVED_IN was not expected (2)"
+#: storage/smgr/mm.c:189
+msgid "main memory storage mgr hash table out of memory"
msgstr ""
-#: ../commands/vacuum.c:2172
-msgid "Invalid XID in t_cmin (2)"
+#: storage/smgr/mm.c:232
+msgid "mmunlink: cache hash table corrupted"
msgstr ""
-#: ../commands/vacuum.c:2181
-msgid "HEAP_MOVED_OFF/HEAP_MOVED_IN was expected"
+#: storage/smgr/mm.c:249
+msgid "mmunlink: rel cache hash table corrupted"
msgstr ""
-#: ../commands/vacuum.c:2191
-#, c-format
-msgid ""
-"Rel %s: Pages: %u --> %u; Tuple(s) moved: %u.\n"
-"\t%s"
+#: storage/smgr/mm.c:312
+msgid "mmextend: rel cache hash table corrupt"
msgstr ""
-#: ../commands/vacuum.c:2251
-msgid "Invalid XID in t_cmin (3)"
+#: storage/smgr/mm.c:323
+msgid "mmextend: cache hash table corrupt"
msgstr ""
-#: ../commands/vacuum.c:2258
-msgid "HEAP_MOVED_OFF was expected (2)"
+#: storage/smgr/mm.c:434
+msgid "mmwrite: hash table missing requested page"
msgstr ""
-#: ../commands/vacuum.c:2293
+#: storage/smgr/smgr.c:132
#, c-format
-msgid "VACUUM (repair_frag): FlushRelationBuffers returned %d"
+msgid "initialization failed on %s: %m"
msgstr ""
-#: ../commands/vacuum.c:2356
+#: storage/smgr/smgr.c:154
#, c-format
-msgid "VACUUM (vacuum_heap): FlushRelationBuffers returned %d"
+msgid "shutdown failed on %s: %m"
msgstr ""
-#: ../commands/vacuum.c:2362
+#: storage/smgr/smgr.c:174
#, c-format
-msgid "Rel %s: Pages: %u --> %u."
-msgstr ""
+msgid "cannot create %s: %m"
+msgstr "ÎÞ·¨´´½¨ %s: %m"
-#: ../commands/vacuum.c:2449 ../commands/vacuum.c:2503
+#: storage/smgr/smgr.c:246
#, c-format
msgid ""
-"Index %s: NUMBER OF INDEX' TUPLES (%.0f) IS NOT THE SAME AS HEAP' (%.0f).\n"
-"\tRecreate the index."
+"cannot extend %s: %m.\n"
+"\tCheck free disk space."
msgstr ""
-#: ../commands/vacuum.c:2815
+#: storage/smgr/smgr.c:270 utils/init/miscinit.c:1033
+#: utils/misc/database.c:147
#, c-format
-msgid "vac_is_partial_index: index %u not found"
-msgstr ""
+msgid "cannot open %s: %m"
+msgstr "ÎÞ·¨´ò¿ª %s: %m"
-#: ../commands/async.c:153
+#: storage/smgr/smgr.c:284
#, c-format
-msgid "Async_Notify: %s"
-msgstr ""
+msgid "cannot close %s: %m"
+msgstr "ÎÞ·¨¹Ø±Õ %s: %m"
-#: ../commands/async.c:201
+#: storage/smgr/smgr.c:307
#, c-format
-msgid "Async_Listen: %s"
-msgstr ""
+msgid "cannot read block %d of %s: %m"
+msgstr "ÎÞ·¨¶ÁÈ¡ %2$s µÄ¿é %1$d: %m"
-#: ../commands/async.c:224
+#: storage/smgr/smgr.c:331
#, c-format
-msgid "Async_Listen: We are already listening on %s"
-msgstr ""
+msgid "cannot write block %d of %s: %m"
+msgstr "ÎÞ·¨Ð´Èë %2$s µÄ¿é %1$d: %m"
-#: ../commands/async.c:303
+#: storage/smgr/smgr.c:360
#, c-format
-msgid "Async_Unlisten %s"
+msgid "cannot write block %d of %u/%u blind: %m"
msgstr ""
-#: ../commands/async.c:360
-msgid "Async_UnlistenAll"
-msgstr ""
+#: storage/smgr/smgr.c:387
+#, c-format
+msgid "cannot count blocks for %s: %m"
+msgstr "ÎÞ·¨Îª %s ¼ÆËã¿éÊý: %m"
-#: ../commands/async.c:462
-msgid "AtCommit_Notify"
-msgstr ""
+#: storage/smgr/smgr.c:417
+#, c-format
+msgid "cannot truncate %s to %u blocks: %m"
+msgstr "ÎÞ·¨½« %s ½Ø¶ÏΪ %u ¿é: %m"
-#: ../commands/async.c:494
-msgid "AtCommit_Notify: notifying self"
-msgstr ""
+#: storage/smgr/smgr.c:459
+#, c-format
+msgid "cannot unlink %u/%u: %m"
+msgstr "ÎÞ·¨É¾³ý %u/%u: %m"
-#: ../commands/async.c:501
+#: storage/smgr/smgr.c:484
#, c-format
-msgid "AtCommit_Notify: notifying pid %d"
+msgid "transaction commit failed on %s: %m"
msgstr ""
-#: ../commands/async.c:559
-msgid "AtCommit_Notify: done"
+#: storage/smgr/smgr.c:506
+#, c-format
+msgid "transaction abort failed on %s: %m"
msgstr ""
-#: ../commands/async.c:633
-msgid "Async_NotifyHandler: perform async notify"
+#: storage/smgr/smgr.c:528
+#, c-format
+msgid "storage sync failed on %s: %m"
msgstr ""
-#: ../commands/async.c:638
-msgid "Async_NotifyHandler: done"
+#: storage/smgr/smgr.c:542
+#, c-format
+msgid "illegal storage manager number %d"
msgstr ""
-#: ../commands/async.c:706
-msgid "EnableNotifyInterrupt: perform async notify"
+#: storage/smgr/smgrtype.c:51
+#, c-format
+msgid "smgrin: unknown storage manager name '%s'"
msgstr ""
-#: ../commands/async.c:711
-msgid "EnableNotifyInterrupt: done"
+#: storage/smgr/smgrtype.c:62
+#, c-format
+msgid "Illegal storage manager id %d"
msgstr ""
-#: ../commands/async.c:762
-msgid "ProcessIncomingNotify"
+#: tcop/fastpath.c:175
+#, c-format
+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/async.c:798
+#: tcop/fastpath.c:279
#, c-format
-msgid "ProcessIncomingNotify: received %s from %d"
-msgstr ""
+msgid ""
+"HandleFunctionRequest: actual arguments (%d) != registered arguments (%d)"
+msgstr "HandleFunctionRequest: ʵ¼Ê²ÎÊý (%d) != ×¢²á²ÎÊý (%d)"
-#: ../commands/async.c:840
-msgid "ProcessIncomingNotify: done"
-msgstr ""
+#: tcop/fastpath.c:298 tcop/fastpath.c:310
+#, c-format
+msgid "HandleFunctionRequest: bogus argsize %d"
+msgstr "HandleFunctionRequest: ´íÎóµÄ argsize %d"
-#: ../commands/async.c:867
+#: tcop/fastpath.c:323
#, c-format
-msgid "NOTIFY for %s"
-msgstr ""
+msgid "HandleFunctionRequest: bogus argsize %d, should be %d"
+msgstr "HandleFunctionRequest: ´íÎóµÄ argsize %d, ӦΪ %d"
-#: ../commands/sequence.c:189
-msgid "DefineSequence: ReadBuffer failed"
-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:268
+#: tcop/postgres.c:284
#, c-format
-msgid "%s.nextval: you don't have permissions to set sequence %s"
-msgstr ""
+msgid "Socket command type %c unknown"
+msgstr "δ֪µÄ Socket ÃüÁîÀàÐÍ %c"
-#: ../commands/sequence.c:320
+#: tcop/postgres.c:372
#, c-format
-msgid "%s.nextval: reached MAXVALUE ("
+msgid "query: %s"
+msgstr "²éѯ: %s"
+
+#: tcop/postgres.c:459
+msgid "pg_analyze_and_rewrite: copyObject failed on parse tree"
+msgstr "pg_analyze_and_rewrite: copyObject ´ò¿ª·ÖÎöÊ÷ʧ°Ü"
+
+#: tcop/postgres.c:503
+msgid "pg_plan_query: copyObject failed on plan tree"
+msgstr "pg_plan_query: ÔÚ·ÖÎöÊ÷ÉÏ copyObject ʧ°Ü"
+
+#: tcop/postgres.c:752
+msgid "ProcessUtility"
msgstr ""
-#: ../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 ")"
+#: tcop/postgres.c:834
+msgid "ProcessQuery"
msgstr ""
-#: ../commands/sequence.c:336
+#: tcop/postgres.c:945
#, c-format
-msgid "%s.nextval: reached MINVALUE ("
+msgid "duration: %ld.%06ld sec"
msgstr ""
-#: ../commands/sequence.c:400
-#, c-format
-msgid "%s.nextval: WriteBuffer failed"
+#: tcop/postgres.c:959
+msgid "StartTransactionCommand"
msgstr ""
-#: ../commands/sequence.c:414
-#, c-format
-msgid "%s.currval: you don't have permissions to read sequence %s"
+#: tcop/postgres.c:977
+msgid "CommitTransactionCommand"
msgstr ""
-#: ../commands/sequence.c:421
-#, c-format
-msgid "%s.currval is not yet defined in this session"
+#: 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"
+"Êý¾Ý¿âϵͳ²¢ÖØ×öÄãµÄ²éѯ."
+
+#: tcop/postgres.c:1122
+msgid ""
+"floating point exception! The last floating point operation either exceeded "
+"legal ranges or was a divide by zero"
+msgstr "¸¡µã´íÎó! ×îºóµÄ¸¡µã²Ù×÷²»Êdz¬³öÁË·¶Î§¾ÍÊDZ»Áã³ý"
+
+#: 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}"
+
+#: tcop/postgres.c:1614
+msgid ""
+"Query statistics are disabled because parser, planner, or executor "
+"statistics are on."
+msgstr "ÒòΪ´ò¿ªÁË·ÖÎöÆ÷, ¹æ»®Æ÷»òÕßÖ´ÐÐÆ÷ͳ¼Æ, ËùÒÔ²éѯͳ¼Æ±»¹Ø±Õ."
-#: ../commands/sequence.c:452
+#: tcop/postgres.c:1690 tcop/postgres.c:1702
#, c-format
-msgid "%s.setval: you don't have permissions to set sequence %s"
+msgid ""
+"%s: invalid command line arguments\n"
+"Try -? for help."
msgstr ""
+"%s: ·Ç·¨ÃüÁîÐвÎÊý\n"
+"¼üÈë -? »ñÈ¡°ïÖú."
-#: ../commands/sequence.c:461
+#: tcop/postgres.c:1710
#, c-format
-msgid "%s.setval: value "
-msgstr ""
+msgid "%s: user name undefined and no database specified"
+msgstr "%s: ûÓÐÉùÃ÷Óû§Ãû²¢ÇÒûÓÐÖ¸¶¨Êý¾Ý¿â"
-#: ../commands/sequence.c:461
-msgid " is out of bounds ("
+#: tcop/postgres.c:1768
+msgid "InitPostgres"
msgstr ""
-#: ../commands/sequence.c:461
-msgid ","
+#: tcop/postgres.c:1853
+msgid "AbortCurrentTransaction"
msgstr ""
-#: ../commands/sequence.c:505
+#: tcop/postgres.c:2055
+msgid "unknown frontend message was received"
+msgstr "ÊÕµ½Î´ÖªÇ°¶ËÐÅÏ¢"
+
+#: tcop/postgres.c:2184
#, c-format
-msgid "%s.setval: WriteBuffer failed"
+msgid ""
+"%s\n"
+"%s"
msgstr ""
+"%s\n"
+"%s"
+
+#: tcop/postgres.c:2554
+#, fuzzy, c-format
+msgid "CreateCommandTag: unknown parse node type %d"
+msgstr "CreateOperationTag: δ֪²Ù×÷ÀàÐÍ %d"
-#: ../commands/sequence.c:607
+#: tcop/utility.c:95
#, c-format
-msgid "%s.%s: invalid number of blocks in sequence"
-msgstr ""
+msgid "\"%s\" is not %s %s. Use DROP %s to remove %s %s"
+msgstr "\"%s\" ²»ÊÇ %s %s. ʹÓà DROP %s ɾ³ý %s %s"
-#: ../commands/sequence.c:612
+#: tcop/utility.c:99
#, c-format
-msgid "%s.%s: ReadBuffer failed"
-msgstr ""
+msgid "\"%s\" is not %s %s"
+msgstr "\"%s\" ²»ÊÇ %s %s"
+
+#: tcop/utility.c:118 tcop/utility.c:123
+#, c-format
+msgid "%s \"%s\" does not exist"
+msgstr "%s \"%s\" ²»´æÔÚ"
+
+#: tcop/utility.c:136
+#, c-format
+msgid "%s \"%s\" is a system %s"
+msgstr "%s \"%s\" ÊÇÒ»¸öϵͳ %s"
-#: ../commands/sequence.c:620
+#: tcop/utility.c:162
#, c-format
-msgid "%s.%s: bad magic (%08X)"
-msgstr ""
+msgid "relation \"%s\" is a system catalog"
+msgstr "¹Øϵ \"%s\" ÊÇÒ»¸öϵͳ±í"
-#: ../commands/sequence.c:657
+#: tcop/utility.c:498 tcop/utility.c:502
#, c-format
-msgid "%s.%s: %s is not a sequence"
+msgid "ProcessUtility: Invalid type for RENAME: %d"
msgstr ""
-#: ../commands/sequence.c:669
-#, c-format
-msgid "%s.%s: sequence was re-created"
-msgstr ""
+#: tcop/utility.c:606
+msgid "ALTER TABLE: permission denied"
+msgstr "ALTER TABLE: ȨÏÞ²»¹»"
-#: ../commands/sequence.c:684 ../commands/sequence.c:687
-msgid "Memory exhausted in init_sequence"
+#: tcop/utility.c:617
+#, c-format
+msgid "ProcessUtility: Invalid type for AlterTableStmt: %d"
msgstr ""
-#: ../commands/sequence.c:753
-msgid "DefineSequence: CYCLE ??"
-msgstr ""
+#: tcop/utility.c:663
+msgid "ALTER DOMAIN: permission denied"
+msgstr "ALTER DOMAIN: ȨÏÞ²»¹»"
-#: ../commands/sequence.c:757
+#: tcop/utility.c:669
#, c-format
-msgid "DefineSequence: option \"%s\" not recognized"
+msgid "ProcessUtility: Invalid type for AlterDomainStmt: %d"
msgstr ""
-#: ../commands/sequence.c:764
-msgid "DefineSequence: can't INCREMENT by 0"
-msgstr ""
+#: tcop/utility.c:970
+msgid "CHECKPOINT: permission denied"
+msgstr "CHECKPOINT: ȨÏÞ²»¹»"
+
+#: tcop/utility.c:1017
+#, c-format
+msgid "ProcessUtility: command #%d unsupported"
+msgstr "ProcessUtility: ²»Ö§³Ö #%d ÃüÁî"
-#: ../commands/sequence.c:787
-msgid "DefineSequence: MINVALUE ("
+#: utils/adt/acl.c:93
+#, c-format
+msgid "getid: identifier must be <%d characters"
msgstr ""
-#: ../commands/sequence.c:787
-msgid ") can't be >= MAXVALUE ("
+#: utils/adt/acl.c:131
+#, c-format
+msgid "aclparse: input = '%s'"
msgstr ""
-#: ../commands/sequence.c:801 ../commands/sequence.c:804
-msgid "DefineSequence: START value ("
+#: utils/adt/acl.c:141
+msgid "aclparse: bad keyword, must be [group|user]"
msgstr ""
-#: ../commands/sequence.c:801
-msgid ") can't be < MINVALUE ("
+#: utils/adt/acl.c:144
+msgid "aclparse: a name must follow the [group|user] keyword"
msgstr ""
-#: ../commands/sequence.c:804
-msgid ") can't be > MAXVALUE ("
+#: utils/adt/acl.c:150
+msgid "aclparse: expecting \"=\" sign"
msgstr ""
-#: ../commands/sequence.c:810
-msgid "DefineSequence: CACHE ("
+#: utils/adt/acl.c:195
+#, c-format
+msgid "aclparse: mode flags must use \"%s\""
msgstr ""
-#: ../commands/sequence.c:810
-msgid ") can't be <= 0"
+#: utils/adt/acl.c:221
+msgid "aclparse: a name must follow the \"/\" sign"
msgstr ""
-#: ../commands/sequence.c:819
+#: utils/adt/acl.c:228
#, c-format
-msgid "DefineSequence: \"%s\" value unspecified"
+msgid "defaulting grantor to %u"
msgstr ""
-#: ../commands/sequence.c:833
+#: utils/adt/acl.c:234
#, c-format
-msgid "DefineSequence: \"%s\" value must be integer"
+msgid "aclparse: correctly read [%x %d %x]"
msgstr ""
-#: ../commands/sequence.c:850
+#: utils/adt/acl.c:254
#, c-format
-msgid "seq_redo: unknown op code %u"
+msgid "makeacl: invalid size: %d"
msgstr ""
-#: ../commands/sequence.c:858
-#, c-format
-msgid "seq_redo: can't read block of %u/%u"
+#: utils/adt/acl.c:285
+msgid "aclitemin: extra garbage at end of specification"
msgstr ""
-#: ../commands/sequence.c:872
-msgid "seq_redo: failed to add item to page"
+#: utils/adt/acl.c:353
+#, c-format
+msgid "aclitemout: bad idtype: %d"
msgstr ""
-#: ../commands/_deadcode/version.c:188
-msgid "Unable to expand all -- amopenr failed "
+#: utils/adt/acl.c:454
+#, c-format
+msgid "acldefault: bogus objtype %d"
msgstr ""
-#: ../commands/_deadcode/recipe.c:42
-msgid "You must compile with TIOGA defined in order to use recipes\n"
+#: utils/adt/acl.c:616
+msgid "dependent privileges exist (use CASCADE to revoke them too)"
msgstr ""
-#: ../commands/_deadcode/recipe.c:179
-msgid "beginRecipe: Currently eyes cannot have more than one input"
+#: utils/adt/acl.c:688
+msgid "aclremove: removal of the world ACL??"
msgstr ""
-#: ../commands/_deadcode/recipe.c:188
+#: utils/adt/acl.c:949
#, c-format
-msgid "beginRecipe: eyes[%d] = %s\n"
+msgid "has_table_privilege: invalid privilege type %s"
msgstr ""
-#: ../commands/_deadcode/recipe.c:240
+#: utils/adt/acl.c:1158
#, c-format
-msgid "adding tee plan node to the root of the %s\n"
+msgid "has_database_privilege: invalid privilege type %s"
msgstr ""
-#: ../commands/_deadcode/recipe.c:288
+#: utils/adt/acl.c:1334
#, c-format
-msgid "beginRecipe: cursor named %s is now available"
-msgstr ""
+msgid "function \"%s\" does not exist"
+msgstr "º¯Êý \"%s\" ²»´æÔÚ"
-#: ../commands/_deadcode/recipe.c:393
-msgid "tg_rewriteQuery: Whoa! why is my qual a List???"
-msgstr ""
+#: utils/adt/acl.c:1359
+#, c-format
+msgid "has_function_privilege: invalid privilege type %s"
+msgstr "has_function_privilege: ÎÞЧµÄȨÏÞÀàÐÍ %s"
-#: ../commands/_deadcode/recipe.c:504
+#: utils/adt/acl.c:1560
#, c-format
-msgid "tg_replaceNumberedParam: unexpected paramkind value of %d"
-msgstr ""
+msgid "has_language_privilege: invalid privilege type %s"
+msgstr "has_language_privilege: ÎÞЧµÄȨÏÞÀàÐÍ %s"
-#: ../commands/_deadcode/recipe.c:618
+#: utils/adt/acl.c:1736
#, c-format
-msgid ""
-"tg_rewriteParamsInExpr:can't substitute for parameter %d when that input is "
-"unconnected"
-msgstr ""
+msgid "schema \"%s\" does not exist"
+msgstr "´ó¸Ù \"%s\" ²»´æÔÚ"
-#: ../commands/_deadcode/recipe.c:632
+#: utils/adt/acl.c:1766
#, c-format
-msgid "tg_rewriteParamsInExpr: unexpected paramkind value of %d"
-msgstr ""
+msgid "has_schema_privilege: invalid privilege type %s"
+msgstr "has_schema_privilege: ÎÞЧµÄȨÏÞÀàÐÍ %s"
-#: ../commands/_deadcode/recipe.c:704
+#: utils/adt/arrayfuncs.c:176
#, c-format
-msgid "getParamTypes: Ingredients cannot take > %d arguments"
+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 ""
-#: ../commands/_deadcode/recipe.c:710
-msgid "getParamTypes: Ingredient functions cannot take type 'opaque'"
+#: utils/adt/arrayfuncs.c:245
+msgid "array_in: missing left brace"
msgstr ""
-#: ../commands/_deadcode/recipe.c:716
+#: utils/adt/arrayfuncs.c:301 utils/adt/arrayfuncs.c:308
+#: utils/adt/arrayfuncs.c:420 utils/adt/arrayfuncs.c:430
#, c-format
-msgid "getParamTypes: arg type '%s' is not defined"
+msgid "malformed array constant: %s"
msgstr ""
-#: ../commands/_deadcode/recipe.c:718
-#, c-format
-msgid "getParamTypes: arg type '%s' is only a shell"
+#: 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 ""
-#: ../commands/_deadcode/recipe.c:844 ../commands/_deadcode/recipe.c:887
-#, c-format
-msgid "calling parser with %s"
+#: utils/adt/arrayfuncs.c:1039
+msgid "Slices of fixed-length arrays not implemented"
msgstr ""
-#: ../commands/_deadcode/recipe.c:854 ../commands/_deadcode/recipe.c:894
-msgid "tg_parseSubQuery: parser produced > 1 query tree"
+#: 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 ""
-#: ../commands/_deadcode/recipe.c:899
-msgid "tg_parseSubQuery: can't parse recipe graph ingredients yet!"
+#: utils/adt/arrayfuncs.c:1339
+msgid "Updates on slices of fixed-length arrays not implemented"
msgstr ""
-#: ../commands/_deadcode/recipe.c:902
-msgid "tg_parseSubQuery: can't parse compiled ingredients yet!"
+#: utils/adt/arrayfuncs.c:1400
+msgid "Source array too small"
msgstr ""
-#: ../commands/_deadcode/recipe.c:905
+#: utils/adt/arrayfuncs.c:1531
#, c-format
-msgid "tg_parseSubQuery: unknown srcLang: %d"
+msgid "array_map: invalid nargs: %d"
msgstr ""
-#: ../commands/_deadcode/recipe.c:948
-msgid "tg_parseSubQuery: can't handle eye nodes yet"
+#: utils/adt/arrayfuncs.c:1533
+msgid "array_map: null input array"
msgstr ""
-#: ../commands/_deadcode/recipe.c:1046
-msgid "tg_parseSubQuery: unexpected result from TupleDescInitEntry"
+#: utils/adt/arrayfuncs.c:1577
+msgid "array_map: cannot handle NULL in array"
msgstr ""
-#: ../commands/_deadcode/recipe.c:1057
-msgid "tg_parseSubQuery: can't handle embedded recipes yet!"
+#: utils/adt/arrayfuncs.c:1768 utils/cache/lsyscache.c:940
+#: utils/cache/lsyscache.c:963
+#, c-format
+msgid "cache lookup failed for type %u"
msgstr ""
-#: ../commands/_deadcode/recipe.c:1059
+#: utils/adt/ascii.c:67
#, c-format
-msgid "unknown nodeType: %d"
+msgid "pg_to_ascii(): unsupported encoding from %s"
msgstr ""
-#: ../commands/_deadcode/recipe.c:1170
+#: utils/adt/bool.c:77
#, c-format
-msgid "appendTeeQuery: teeNodeName '%s' not found in teeInfo"
+msgid "Bad boolean external representation '%s'"
msgstr ""
-#: ../commands/_deadcode/recipe.c:1317
-msgid "replaceTeeScans didn't find the corresponding tee plan"
+#: utils/adt/cash.c:195
+#, c-format
+msgid "Bad money external representation %s"
msgstr ""
-#: ../parser/parse_clause.c:189
-msgid "Bogus InhOption value"
+#: utils/adt/cash.c:292 utils/adt/cash.c:305
+msgid "Memory allocation failed, can't output cash"
msgstr ""
-#: ../parser/parse_clause.c:296
-#, c-format
-msgid "JOIN/USING clause must return type boolean, not type %s"
+#: 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:332
+#: utils/adt/date.c:69
#, c-format
-msgid "JOIN/ON clause must return type boolean, not type %s"
+msgid "Bad date external representation (too long) '%s'"
msgstr ""
-#: ../parser/parse_clause.c:352
+#: utils/adt/date.c:73
#, c-format
-msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
+msgid "Bad date external representation '%s'"
msgstr ""
-#: ../parser/parse_clause.c:412
-msgid "sub-select in FROM must have an alias"
+#: utils/adt/date.c:81
+msgid ""
+"Date CURRENT no longer supported\n"
+"\tdate_in() internal coding error"
msgstr ""
-#: ../parser/parse_clause.c:434 ../parser/parse_clause.c:437
-msgid "Unexpected parse analysis result for subselect in FROM"
+#: utils/adt/date.c:91
+#, c-format
+msgid "Unrecognized date external representation '%s'"
msgstr ""
-#: ../parser/parse_clause.c:440
-msgid "Expected SELECT query from subselect in FROM"
-msgstr ""
+#: utils/adt/date.c:400
+msgid "Unable to convert timestamp to date"
+msgstr "²»ÄÜ°Ñ timestamp ת»»Îª date"
-#: ../parser/parse_clause.c:442
-msgid "Subselect in FROM may not have SELECT INTO"
+#: utils/adt/date.c:425
+msgid "Unable to convert reserved abstime value to date"
msgstr ""
-#: ../parser/parse_clause.c:643
-#, c-format
-msgid "Common column name \"%s\" appears more than once in left table"
+#: utils/adt/date.c:484
+msgid "Bad date external representation (too long)"
msgstr ""
-#: ../parser/parse_clause.c:649
+#: utils/adt/date.c:522
#, c-format
-msgid "JOIN/USING column \"%s\" not found in left table"
+msgid "Bad time external representation (too long) '%s'"
msgstr ""
-#: ../parser/parse_clause.c:660
+#: utils/adt/date.c:526 utils/adt/date.c:1323
#, c-format
-msgid "Common column name \"%s\" appears more than once in right table"
+msgid "Bad time external representation '%s'"
msgstr ""
-#: ../parser/parse_clause.c:666
-#, c-format
-msgid "JOIN/USING column \"%s\" not found in right table"
+#: utils/adt/date.c:915
+msgid "Unable to convert timestamp to time"
+msgstr "²»ÄÜ°Ñ timestamp ת»»Îª time"
+
+#: 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_clause.c:745
+#: utils/adt/date.c:1183 utils/adt/date.c:1266
#, c-format
-msgid "Column alias list for \"%s\" has wrong number of entries (need %d)"
-msgstr ""
+msgid "TIME units '%s' not recognized"
+msgstr "TIME µ¥Î» '%s' ²»±»ÈÏ¿É"
-#: ../parser/parse_clause.c:757
+#: utils/adt/date.c:1250
#, c-format
-msgid ""
-"transformFromClauseItem: unexpected node (internal error)\n"
-"\t%s"
-msgstr ""
+msgid "TIME units '%s' not supported"
+msgstr "²»Ö§³Ö '%s' µÄ TIME µ¥Î»"
-#: ../parser/parse_clause.c:779
+#: utils/adt/date.c:1318
#, c-format
-msgid "WHERE clause must return type boolean, not type %s"
+msgid "Bad time with time zone external representation (too long) '%s'"
msgstr ""
-#: ../parser/parse_clause.c:876
-#, c-format
-msgid "%s '%s' is ambiguous"
+#: 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_clause.c:895
+#: utils/adt/date.c:1888 utils/adt/date.c:1984
#, c-format
-msgid "Non-integer constant in %s"
-msgstr ""
+msgid "TIMETZ units '%s' not recognized"
+msgstr "TIMETZ µ¥Î» '%s' ²»±»ÈÏ¿É"
-#: ../parser/parse_clause.c:908
+#: utils/adt/date.c:1968
#, c-format
-msgid "%s position %d is not in target list"
-msgstr ""
+msgid "TIMETZ units '%s' not supported"
+msgstr "²»Ö§³Ö '%s' µÄ TIMETZ µ¥Î»"
-#: ../parser/parse_clause.c:1050
-msgid "For SELECT DISTINCT, ORDER BY expressions must appear in target list"
+#: 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 "Time zone '%s' not recognized"
msgstr ""
-#: ../parser/parse_clause.c:1088
-msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
+#: utils/adt/date.c:2064 utils/adt/timestamp.c:3306 utils/adt/timestamp.c:3443
+#, c-format
+msgid "INTERVAL time zone '%s' not legal (month specified)"
msgstr ""
-#: ../parser/parse_clause.c:1112
-msgid ""
-"transformDistinctClause: failed to add DISTINCT ON clause to target list"
-msgstr ""
+#: utils/adt/datetime.c:1249 utils/adt/datetime.c:1964
+msgid "'CURRENT' is no longer supported"
+msgstr "'CURRENT' ²»ÔÙÖ§³Ö"
-#: ../parser/parse_agg.c:118
+#: utils/adt/datetime.c:1426 utils/adt/datetime.c:2236
+#: utils/adt/formatting.c:3035
#, c-format
-msgid "Attribute %s.%s must be GROUPed or used in an aggregate function"
+msgid "Inconsistent use of year %04d and 'BC'"
msgstr ""
-#: ../parser/parse_agg.c:156
-msgid "Aggregates not allowed in WHERE clause"
+#: utils/adt/datetime.c:3690
+#, c-format
+msgid "Ordering error in %s table: \"%.*s\" >= \"%.*s\""
msgstr ""
-#: ../parser/parse_agg.c:158
-msgid "Aggregates not allowed in JOIN conditions"
+#: utils/adt/datum.c:78 utils/adt/datum.c:87
+msgid "datumGetSize: Invalid Datum Pointer"
msgstr ""
-#: ../parser/parse_agg.c:174
-msgid "Aggregates not allowed in GROUP BY clause"
+#: utils/adt/datum.c:92
+#, c-format
+msgid "datumGetSize: Invalid typLen %d"
msgstr ""
-#: ../parser/parse_agg.c:250
+#: utils/adt/encode.c:53 utils/adt/encode.c:87
#, c-format
-msgid "%s: aggregate '%s' for all types does not exist"
+msgid "No such encoding as '%s'"
msgstr ""
-#: ../parser/parse_agg.c:253
-#, c-format
-msgid "%s: aggregate '%s' for type %s does not exist"
+#: utils/adt/encode.c:62
+msgid "Overflow - encode estimate too small"
msgstr ""
-#: ../parser/parse_relation.c:175
-#, c-format
-msgid "scanNameSpaceForRefname: unexpected node type %d"
+#: utils/adt/encode.c:96
+msgid "Overflow - decode estimate too small"
msgstr ""
-#: ../parser/parse_relation.c:186
+#: utils/adt/encode.c:144
#, c-format
-msgid "Table name \"%s\" specified more than once"
+msgid "Bad hex code: '%c'"
msgstr ""
-#: ../parser/parse_relation.c:239
-#, c-format
-msgid "checkNameSpaceConflicts: unexpected node type %d"
+#: utils/adt/encode.c:170
+msgid "hex_decode: invalid data"
msgstr ""
-#: ../parser/parse_relation.c:274
-msgid "RTERangeTablePosn: RTE not found (internal error)"
+#: utils/adt/encode.c:284
+msgid "base64: unexpected '='"
msgstr ""
-#: ../parser/parse_relation.c:304 ../parser/parse_relation.c:366
-#: ../parser/parse_relation.c:432
-#, c-format
-msgid "Column reference \"%s\" is ambiguous"
+#: utils/adt/encode.c:294
+msgid "base64: Invalid symbol"
msgstr ""
-#: ../parser/parse_relation.c:426
-#, c-format
-msgid "colnameToVar: unexpected node type %d"
+#: utils/adt/encode.c:312
+msgid "base64: invalid end sequence"
msgstr ""
-#: ../parser/parse_relation.c:480
-#, c-format
-msgid "qualifiedNameToVar: unexpected node type %d"
+#: utils/adt/encode.c:419 utils/adt/encode.c:482
+msgid "decode: Bad input string for type bytea"
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/float.c:151
+msgid "Bad float4 input format -- overflow"
msgstr ""
-#: ../parser/parse_relation.c:951
-#, c-format
-msgid "Invalid attnum %d for rangetable entry %s"
+#: utils/adt/float.c:153
+msgid "Bad float4 input format -- underflow"
msgstr ""
-#: ../parser/parse_relation.c:987
-#, c-format
-msgid "Relation '%s' does not have attribute '%s'"
+#: utils/adt/float.c:175
+msgid "Bad float8 input format -- overflow"
msgstr ""
-#: ../parser/parse_relation.c:1036
-#, c-format
-msgid "attnumTypeId: bogus attribute number %d"
+#: utils/adt/float.c:177
+msgid "Bad float8 input format -- underflow"
msgstr ""
-#: ../parser/parse_relation.c:1068
+#: utils/adt/float.c:207
#, c-format
-msgid "Adding missing FROM-clause entry%s for table \"%s\""
+msgid "Bad float4 input format '%s'"
msgstr ""
-#: ../parser/parse_coerce.c:139
+#: utils/adt/float.c:212
#, c-format
-msgid "coerce_type: conversion function %s produced %s"
+msgid "Input '%s' is out of range for float4"
msgstr ""
-#: ../parser/parse_coerce.c:392
+#: utils/adt/float.c:278 utils/adt/numeric.c:2836 utils/adt/numeric.c:2859
#, c-format
-msgid "%s types \"%s\" and \"%s\" not matched"
+msgid "Bad float8 input format '%s'"
msgstr ""
-#: ../parser/parse_coerce.c:448
+#: utils/adt/float.c:283
#, c-format
-msgid "%s unable to convert to type \"%s\""
+msgid "Input '%s' is out of range for float8"
msgstr ""
-#: gram.y:734
-msgid "ALTER SCHEMA not yet supported"
-msgstr ""
+#: utils/adt/float.c:820
+msgid "dtoi4: integer out of range"
+msgstr "dtoi4: ÕûÊý³¬³ö·¶Î§"
-#: gram.y:840
-msgid "SET must have at least one argument"
-msgstr ""
+#: utils/adt/float.c:837
+msgid "dtoi2: integer out of range"
+msgstr "dtoi2: ÕûÊý³¬³ö·¶Î§"
-#: gram.y:1210 gram.y:1215 gram.y:3544 gram.y:3549
-msgid "GLOBAL TEMPORARY TABLE is not currently supported"
-msgstr ""
+#: utils/adt/float.c:882
+msgid "ftoi4: integer out of range"
+msgstr "ftoi4: ÕûÊý³¬³ö·¶Î§"
-#: gram.y:1250
-#, c-format
-msgid "CREATE TABLE/COLLATE %s not yet implemented; clause ignored"
-msgstr ""
+#: utils/adt/float.c:899
+msgid "ftoi2: integer out of range"
+msgstr "ftoi2: ÕûÊý³¬³ö·¶Î§"
-#: gram.y:1506
-msgid "FOREIGN KEY/MATCH PARTIAL not yet implemented"
+#: utils/adt/float.c:1133
+msgid "can't take sqrt of a negative number"
msgstr ""
-#: gram.y:1561
-msgid "CREATE TABLE/AS SELECT may not specify INTO"
-msgstr ""
+#: utils/adt/float.c:1177
+msgid "pow() result is out of range"
+msgstr "pow() µÄ½á¹û³¬³ö·¶Î§"
-#: ../parser/analyze.c:3164 ../parser/analyze.c:3182 gram.y:1862 gram.y:1875
-msgid "INITIALLY DEFERRED constraint must be DEFERRABLE"
-msgstr ""
+#: utils/adt/float.c:1205
+msgid "exp() result is out of range"
+msgstr "exp() µÄ½á¹û³¬³ö·¶Î§"
-#: gram.y:2121
-msgid "FETCH/RELATIVE at current position is not supported"
+#: utils/adt/float.c:1223 utils/adt/float.c:1244
+msgid "can't take log of zero"
msgstr ""
-#: gram.y:2249
-msgid "FETCH/ABSOLUTE not supported, using RELATIVE"
+#: utils/adt/float.c:1225 utils/adt/float.c:1246
+msgid "can't take log of a negative number"
msgstr ""
-#: gram.y:2366
-msgid ""
-"WITH GRANT OPTION is not supported. Only relation owners can set privileges"
-msgstr ""
+#: utils/adt/float.c:1271
+#, c-format
+msgid "acos(%f) input is out of range"
+msgstr "acos(%f) µÄÊäÈ볬³ö·¶Î§"
-#: gram.y:2555
-msgid "CREATE FUNCTION/OUT parameters are not supported"
-msgstr ""
+#: utils/adt/float.c:1294
+#, c-format
+msgid "asin(%f) input is out of range"
+msgstr "asin(%f) µÄÊäÈ볬³ö·¶Î§"
-#: gram.y:2560
-msgid "CREATE FUNCTION/INOUT parameters are not supported"
-msgstr ""
+#: utils/adt/float.c:1317
+#, c-format
+msgid "atan(%f) input is out of range"
+msgstr "atan(%f) µÄÊäÈ볬³ö·¶Î§"
-#: gram.y:2645
-msgid "parser: argument type missing (use NONE for unary operators)"
-msgstr ""
+#: utils/adt/float.c:1341
+#, c-format
+msgid "atan2(%f,%f) input is out of range"
+msgstr "atan2(%f,%f) µÄÊäÈ볬³ö·¶Î§"
-#: gram.y:2905
-msgid "COMMIT/CHAIN not yet supported"
-msgstr ""
+#: utils/adt/float.c:1364
+#, c-format
+msgid "cos(%f) input is out of range"
+msgstr "cos(%f) µÄÊäÈ볬³ö·¶Î§"
-#: gram.y:3025
+#: utils/adt/float.c:1387
#, c-format
-msgid "%s is not a valid encoding name"
+msgid "cot(%f) input is out of range"
+msgstr "cot(%f) µÄÊäÈ볬³ö·¶Î§"
+
+#: utils/adt/float.c:1411
+#, c-format
+msgid "sin(%f) input is out of range"
+msgstr "sin(%f) µÄÊäÈ볬³ö·¶Î§"
+
+#: utils/adt/float.c:1434
+#, c-format
+msgid "tan(%f) input is out of range"
+msgstr "tan(%f) µÄÊäÈ볬³ö·¶Î§"
+
+#: utils/adt/float.c:1545
+#, c-format
+msgid "%s: expected 3-element float8 array"
msgstr ""
-#: gram.y:3037
+#: utils/adt/format_type.c:136 utils/adt/format_type.c:162
#, c-format
-msgid "%d is not a valid encoding code"
+msgid "could not locate data type with oid %u in catalog"
msgstr ""
-#: gram.y:3618
-msgid "LIMIT must not be negative"
+#: utils/adt/format_type.c:315
+#, c-format
+msgid "Invalid INTERVAL typmod 0x%x"
msgstr ""
-#: gram.y:3659
-msgid "OFFSET must not be negative"
+#: 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:3764
+#: utils/adt/formatting.c:396
+#, c-format
msgid ""
-"sub-SELECT in FROM must have an alias\n"
-"\tFor example, FROM (SELECT ...) [AS] foo"
+"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 ""
+
+#: utils/adt/formatting.c:963
+msgid "to_char/to_number(): '9' must be ahead of 'PR'."
msgstr ""
-#: gram.y:4063
-msgid "precision for FLOAT must be at least 1"
+#: utils/adt/formatting.c:980
+msgid "to_char/to_number(): '0' must be ahead of 'PR'."
msgstr ""
-#: gram.y:4069
-msgid "precision for FLOAT must be less than 16"
+#: utils/adt/formatting.c:1007
+msgid "to_char/to_number(): not unique decimal point."
msgstr ""
-#: gram.y:4080 gram.y:4091
-#, c-format
-msgid "NUMERIC precision %d must be beween 1 and %d"
+#: 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:4083
-#, c-format
-msgid "NUMERIC scale %d must be between 0 and precision %d"
+#: utils/adt/formatting.c:1025
+msgid "to_char/to_number(): not unique 'S'."
msgstr ""
-#: gram.y:4106 gram.y:4117
-#, c-format
-msgid "DECIMAL precision %d must be beween 1 and %d"
+#: utils/adt/formatting.c:1030
+msgid "to_char/to_number(): can't use 'S' and 'PL'/'MI'/'SG'/'PR' together."
msgstr ""
-#: gram.y:4109
-#, c-format
-msgid "DECIMAL scale %d must be between 0 and precision %d"
+#: utils/adt/formatting.c:1052
+msgid "to_char/to_number(): can't use 'S' and 'MI' together."
msgstr ""
-#: gram.y:4139 gram.y:4174
-#, c-format
-msgid "length for type '%s' must be at least 1"
+#: utils/adt/formatting.c:1061
+msgid "to_char/to_number(): can't use 'S' and 'PL' together."
msgstr ""
-#: gram.y:4142 gram.y:4177
-#, c-format
-msgid "length for type '%s' cannot exceed %d"
+#: utils/adt/formatting.c:1070
+msgid "to_char/to_number(): can't use 'S' and 'SG' together."
msgstr ""
-#: gram.y:4254
-#, c-format
-msgid "TIMESTAMP(%d) %s precision must be beween %d and %d"
+#: utils/adt/formatting.c:1080
+msgid "to_char/to_number(): can't use 'PR' and 'S'/'PL'/'MI'/'SG' together."
msgstr ""
-#: gram.y:4279
-#, c-format
-msgid "TIME(%d) %s precision must be beween %d and %d"
+#: utils/adt/formatting.c:1106
+msgid "to_char/to_number(): 'E' is not supported."
msgstr ""
-#: gram.y:4409
-msgid "Wrong number of parameters on left side of OVERLAPS expression"
+#: utils/adt/formatting.c:1130
+msgid "to_char/number(): run parser."
msgstr ""
-#: gram.y:4414
-msgid "Wrong number of parameters on right side of OVERLAPS expression"
+#: utils/adt/formatting.c:1326
+msgid "to_from-char(): DUMP FORMAT"
msgstr ""
-#: gram.y:4978
+#: utils/adt/formatting.c:1331
#, c-format
-msgid "CURRENT_TIME(%d) precision must be between %d and %d"
+msgid "%d:\t NODE_TYPE_ACTION '%s'\t(%s,%s)"
msgstr ""
-#: gram.y:5034
+#: utils/adt/formatting.c:1334
#, c-format
-msgid "CURRENT_TIMESTAMP(%d) precision must be beween %d and %d"
-msgstr ""
-
-#: gram.y:5902
-msgid "OLD used in non-rule query"
+msgid "%d:\t NODE_TYPE_CHAR '%c'"
msgstr ""
-#: gram.y:5909
-msgid "NEW used in non-rule query"
+#: utils/adt/formatting.c:1337
+#, c-format
+msgid "%d:\t NODE_TYPE_END"
msgstr ""
-#: gram.y:5968
-msgid "Unequal number of entries in row expression"
+#: utils/adt/formatting.c:1341
+#, c-format
+msgid "%d:\t UnKnown NODE !!!"
msgstr ""
-#: gram.y:5996
+#: utils/adt/formatting.c:1365
#, c-format
-msgid "Operator '%s' not implemented for row expressions"
+msgid "get_th: '%s' is not number."
msgstr ""
-#: gram.y:6009
-msgid "CREATE TABLE/AS SELECT has mismatched column count"
+#: utils/adt/formatting.c:1539
+msgid "TO-FROM_CHAR: Dump KeyWord Index:"
msgstr ""
-#: gram.y:6053
-msgid "Multiple ORDER BY clauses not allowed"
-msgstr ""
+#: utils/adt/formatting.c:1545
+#, c-format
+msgid "\t%c: %s, "
+msgstr "\t%c: %s, "
-#: gram.y:6059
-msgid "Multiple FOR UPDATE clauses not allowed"
-msgstr ""
+#: utils/adt/formatting.c:1551
+#, c-format
+msgid "\t(%d) %c %d"
+msgstr "\t(%d) %c %d"
-#: gram.y:6065
-msgid "Multiple OFFSET clauses not allowed"
+#: utils/adt/formatting.c:1554
+#, c-format
+msgid ""
+"\n"
+"\t\tUsed positions: %d,\n"
+"\t\tFree positions: %d"
msgstr ""
-#: gram.y:6071
-msgid "Multiple LIMIT clauses not allowed"
-msgstr ""
+#: utils/adt/formatting.c:1626
+msgid "to_timestamp(): bad AM/PM string"
+msgstr "to_timestamp(): »µµÄ AM/PM ´®"
-#: scan.l:283
-msgid "Unterminated /* comment"
-msgstr ""
+#: utils/adt/formatting.c:1970
+msgid "to_timestamp(): TZ/tz not supported."
+msgstr "to_timestamp(): TZ/tz ²»±»Ö§³Ö"
-#: scan.l:293
+#: utils/adt/formatting.c:1978
#, c-format
-msgid "invalid bit string input: '%s'"
+msgid "to_timestamp(): bad value for %s"
msgstr ""
-#: scan.l:306
-msgid "unterminated bit string literal"
+#: utils/adt/formatting.c:2612 utils/adt/formatting.c:3171
+#, c-format
+msgid "Cache is full (%d)"
msgstr ""
-#: scan.l:325
+#: utils/adt/formatting.c:2620 utils/adt/formatting.c:3188
#, c-format
-msgid "Bad hexadecimal integer input '%s'"
+msgid "OLD: '%s' AGE: %d"
msgstr ""
-#: scan.l:330
-msgid "Unterminated hexadecimal integer"
+#: utils/adt/formatting.c:2631 utils/adt/formatting.c:3200
+#, c-format
+msgid "NEW (%d)"
msgstr ""
-#: scan.l:349
-msgid "Unterminated quoted string"
-msgstr ""
+#: utils/adt/formatting.c:2796 utils/adt/formatting.c:2822
+msgid "to_char(): Unable to convert timestamp to tm"
+msgstr "to_char(): ²»ÄÜ°Ñ timestamp ת»»Îª tm"
-#: scan.l:359
-msgid "zero-length delimited identifier"
-msgstr ""
+#: utils/adt/formatting.c:2998
+msgid "to_timestamp(): AM/PM hour must be between 1 and 12"
+msgstr "to_timestamp(): AM/PM Сʱ±ØÐèÔÚ 1 µ½ 12 Ö®¼ä"
-#: scan.l:365 scan.l:369 scan.l:520 scan.l:524
-#, c-format
-msgid "identifier \"%s\" will be truncated to \"%.*s\""
+#: utils/adt/formatting.c:3067
+msgid "to_timestamp() cat't convert yday without year information"
msgstr ""
-#: scan.l:383
-msgid "Unterminated quoted identifier"
-msgstr ""
+#: utils/adt/formatting.c:3102
+msgid "to_timestamp(): can't convert 'tm' to timestamp."
+msgstr "to_timestamp(): ²»ÄÜ°Ñ 'tm' ת»»Îª timestamp."
-#: scan.l:540
+#: utils/adt/formatting.c:3250
#, c-format
-msgid "parser: %s at or near \"%s\""
-msgstr ""
-
-#: scan.l:609
-msgid "Unput() failed.\n"
-msgstr ""
-
-#: ../parser/analyze.c:193
-msgid "CREATE VIEW specifies more column names than columns"
+msgid "REMOVING ENTRY (%s)"
msgstr ""
-#: ../parser/analyze.c:380
-msgid "INSERT ... SELECT may not specify INTO"
+#: utils/adt/formatting.c:3475
+msgid "CALL: get_last_relevant_decnum()"
msgstr ""
-#: ../parser/analyze.c:466
-msgid "INSERT has more expressions than target columns"
-msgstr ""
+#: utils/adt/formatting.c:3500
+msgid " --- scan start --- "
+msgstr " --- ɨÃ迪ʼ ---"
-#: ../parser/analyze.c:807
+#: utils/adt/formatting.c:3521
#, c-format
-msgid ""
-"CREATE TABLE will create implicit sequence '%s' for SERIAL column '%s.%s'"
+msgid "Try read sign (%c)."
msgstr ""
-#: ../parser/analyze.c:847 ../parser/analyze.c:855
+#: utils/adt/formatting.c:3533
#, c-format
-msgid "CREATE TABLE/(NOT) NULL conflicting declaration for '%s.%s'"
+msgid "Try read locale sign (%c)."
msgstr ""
-#: ../parser/analyze.c:863
+#: utils/adt/formatting.c:3552
#, c-format
-msgid "CREATE TABLE/DEFAULT multiple values specified for '%s.%s'"
-msgstr ""
-
-#: ../parser/analyze.c:907 ../parser/analyze.c:942
-msgid "parser: unrecognized constraint (internal error)"
-msgstr ""
-
-#: ../parser/analyze.c:938
-msgid "parser: illegal context for constraint (internal error)"
-msgstr ""
-
-#: ../parser/analyze.c:957
-msgid "parser: unrecognized node (internal error)"
+msgid "Try read sipmle sign (%c)."
msgstr ""
-#: ../parser/analyze.c:983
+#: utils/adt/formatting.c:3593
#, c-format
-msgid ""
-"CREATE TABLE/PRIMARY KEY multiple primary keys for table '%s' are not allowed"
+msgid "Read digit (%c)."
msgstr ""
-#: ../parser/analyze.c:1038 ../parser/analyze.c:1258 ../parser/analyze.c:1395
+#: utils/adt/formatting.c:3604
#, c-format
-msgid "inherited table \"%s\" is not a relation"
+msgid "Try read decimal point (%c)."
msgstr ""
-#: ../parser/analyze.c:1065
+#: utils/adt/formatting.c:3619
#, c-format
-msgid ""
-"inherited attribute \"%s\" cannot be a PRIMARY KEY because it is not marked "
-"NOT NULL"
+msgid "Try read locale point (%c)."
msgstr ""
-#: ../parser/analyze.c:1077
+#: utils/adt/formatting.c:3652
#, c-format
-msgid "CREATE TABLE: column \"%s\" named in key does not exist"
-msgstr "CREATE TABLE: ÔÚ¼ü×ÖÖÐÃüÃûµÄ×ֶΠ\"%s\" ²»´æÔÚ"
+msgid "SIGN_WROTE: %d, CURRENT: %d, NUMBER_P: '%s', INOUT: '%s'"
+msgstr ""
-#: ../parser/analyze.c:1085
+#: utils/adt/formatting.c:3667
#, c-format
-msgid "CREATE TABLE: column \"%s\" appears twice in %s constraint"
+msgid "Writing sign to position: %d"
msgstr ""
-#: ../parser/analyze.c:1170
-msgid "CREATE TABLE: failed to make implicit index name"
+#: utils/adt/formatting.c:3709
+#, c-format
+msgid "Writing bracket to position %d"
msgstr ""
-#: ../parser/analyze.c:1172
+#: utils/adt/formatting.c:3731
#, c-format
-msgid "CREATE TABLE/%s will create implicit index '%s' for table '%s'"
+msgid "Writing blank space to position %d"
msgstr ""
-#: ../parser/analyze.c:1200
-msgid "CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s)"
+#: utils/adt/formatting.c:3746
+#, c-format
+msgid "Writing zero to position %d"
msgstr ""
-#: ../parser/analyze.c:1238 ../parser/analyze.c:1318 ../parser/analyze.c:1378
+#: utils/adt/formatting.c:3764
#, c-format
-msgid "Unable to lookup type %s"
+msgid "Writing decimal point to position %d"
msgstr ""
-#: ../parser/analyze.c:1328 ../parser/analyze.c:3086
+#: utils/adt/formatting.c:3813
#, c-format
-msgid "PRIMARY KEY for referenced table \"%s\" not found"
+msgid "Writing digit '%c' to position %d"
msgstr ""
-#: ../parser/analyze.c:1473 ../parser/analyze.c:2573
-#, c-format
-msgid "Illegal FOREIGN KEY definition REFERENCES \"%s\""
+#: utils/adt/formatting.c:3857
+msgid "to_number(): RN is not supported"
msgstr ""
-#: ../parser/analyze.c:1475 ../parser/analyze.c:2575
+#: utils/adt/formatting.c:3979
+#, c-format
msgid ""
-"number of key attributes in referenced table must be equal to foreign key"
+"\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:1535 ../parser/analyze.c:2620
-msgid "Only one ON DELETE action can be specified for FOREIGN KEY constraint"
+#: utils/adt/formatting.c:4244
+#, c-format
+msgid "TO_NUMBER (number): '%s'"
msgstr ""
-#: ../parser/analyze.c:1608 ../parser/analyze.c:2691
-msgid "Only one ON UPDATE action can be specified for FOREIGN KEY constraint"
+#: 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:1751 ../parser/analyze.c:1868
-#, c-format
-msgid "transformRuleStmt: unexpected event type %d"
+#: utils/adt/geo_ops.c:311
+msgid "Unable to format path"
msgstr ""
-#: ../parser/analyze.c:1760
-msgid "Rule WHERE condition may not contain references to other relations"
+#: utils/adt/geo_ops.c:383
+#, c-format
+msgid "Bad box external representation '%s'"
msgstr ""
-#: ../parser/analyze.c:1828
-msgid ""
-"Rules with WHERE conditions may only have SELECT, INSERT, UPDATE, or DELETE "
-"actions"
+#: utils/adt/geo_ops.c:842
+#, c-format
+msgid "Bad line external representation '%s'"
msgstr ""
-#: ../parser/analyze.c:1852
-msgid "ON SELECT rule may not use OLD"
+#: utils/adt/geo_ops.c:847 utils/adt/geo_ops.c:911
+msgid "line not yet implemented"
msgstr ""
-#: ../parser/analyze.c:1854
-msgid "ON SELECT rule may not use NEW"
+#: utils/adt/geo_ops.c:1237 utils/adt/geo_ops.c:1258
+#, c-format
+msgid "Bad path external representation '%s'"
msgstr ""
-#: ../parser/analyze.c:1861
-msgid "ON INSERT rule may not use OLD"
+#: utils/adt/geo_ops.c:1574
+#, c-format
+msgid "Bad point external representation '%s'"
msgstr ""
-#: ../parser/analyze.c:1865
-msgid "ON DELETE rule may not use NEW"
+#: utils/adt/geo_ops.c:1770
+#, c-format
+msgid "Bad lseg external representation '%s'"
msgstr ""
-#: ../parser/analyze.c:1930 ../parser/analyze.c:2142
-msgid "DECLARE CURSOR must not specify INTO"
+#: utils/adt/geo_ops.c:2320
+msgid "dist_lb not implemented"
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:2831
+msgid "close_lb not 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:3108
+msgid "Unable to create bounding box for empty polygon"
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:3130 utils/adt/geo_ops.c:3140
+#, c-format
+msgid "Bad polygon 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:3428
+msgid "poly_distance not implemented"
msgstr ""
-#: ../parser/analyze.c:2237
-msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT"
+#: utils/adt/geo_ops.c:3734
+msgid "path_center not implemented"
msgstr ""
-#: ../parser/analyze.c:2239
-msgid "Portal may not appear in UNION/INTERSECT/EXCEPT"
+#: utils/adt/geo_ops.c:3749
+msgid "Open path cannot be converted to polygon"
msgstr ""
-#: ../parser/analyze.c:2334
+#: 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 "Each %s query must have the same number of columns"
+msgid "Bad circle external representation '%s'"
msgstr ""
-#: ../parser/analyze.c:2392
-#, c-format
-msgid "getSetColTypes: unexpected node %d"
+#: utils/adt/geo_ops.c:3959 utils/adt/geo_ops.c:3965
+msgid "Unable to format circle"
msgstr ""
-#: ../parser/analyze.c:2467 ../parser/analyze.c:2476
-msgid "UPDATE target count mismatch --- internal error"
+#: utils/adt/geo_ops.c:4445
+msgid "Unable to convert circle to polygon"
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:4485 utils/adt/geo_ops.c:4506
+msgid "Unable to convert polygon to circle"
msgstr ""
-#: ../parser/analyze.c:2796
-#, c-format
-msgid "Unsupported type %d in transformTypeRefs"
+#: utils/adt/int.c:96
+msgid "int2vector value has too many values"
msgstr ""
-#: ../parser/analyze.c:2837
+#: utils/adt/int.c:197
#, c-format
-msgid "unsupported expression in %%TYPE"
+msgid "i4toi2: '%d' causes int2 underflow"
msgstr ""
-#: ../parser/analyze.c:2840
+#: utils/adt/int.c:199
#, c-format
-msgid "%s.%s%%TYPE converted to %s"
-msgstr ""
-
-#: ../parser/analyze.c:2853
-msgid "SELECT FOR UPDATE is not allowed with DISTINCT clause"
-msgstr ""
-
-#: ../parser/analyze.c:2855
-msgid "SELECT FOR UPDATE is not allowed with GROUP BY clause"
-msgstr ""
-
-#: ../parser/analyze.c:2857
-msgid "SELECT FOR UPDATE is not allowed with AGGREGATE"
+msgid "i4toi2: '%d' causes int2 overflow"
msgstr ""
-#: ../parser/analyze.c:2922
+#: utils/adt/int8.c:101 utils/adt/int8.c:125
#, c-format
-msgid "FOR UPDATE: relation \"%s\" not found in FROM clause"
+msgid "Bad int8 external representation \"%s\""
msgstr ""
-#: ../parser/analyze.c:2953 ../parser/analyze.c:3052
+#: utils/adt/int8.c:114
#, c-format
-msgid "referenced table \"%s\" not found"
-msgstr "δÕÒµ½±»ÒýÓõıí \"%s\""
-
-#: ../parser/analyze.c:3148
-msgid "Misplaced DEFERRABLE clause"
+msgid "int8 value out of range: \"%s\""
msgstr ""
-#: ../parser/analyze.c:3150 ../parser/analyze.c:3159
-msgid "Multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
+#: utils/adt/int8.c:157
+msgid "Unable to format int8"
msgstr ""
-#: ../parser/analyze.c:3157
-msgid "Misplaced NOT DEFERRABLE clause"
+#: utils/adt/int8.c:760
+msgid "int8 conversion to int4 is out of range"
msgstr ""
-#: ../parser/analyze.c:3169
-msgid "Misplaced INITIALLY DEFERRED clause"
+#: utils/adt/int8.c:783
+msgid "int8 conversion to int2 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:819 utils/adt/int8.c:856
+msgid "Floating point conversion to int8 is out of range"
msgstr ""
-#: ../parser/analyze.c:3187
-msgid "Misplaced INITIALLY IMMEDIATE clause"
-msgstr ""
+#: utils/adt/int8.c:871
+#, fuzzy
+msgid "int8 conversion to OID is out of range"
+msgstr "pow() µÄ½á¹û³¬³ö·¶Î§"
-#: ../parser/parse_expr.c:103
-#, c-format
-msgid "Expression too complex: nesting depth exceeds max_expr_depth = %d"
+#: 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 ""
+
+#: utils/adt/regproc.c:556
+msgid ""
+"regoperatorin: use NONE to denote the missing argument of a unary operator"
msgstr ""
-#: ../parser/parse_type.c:59
-msgid "typenameType: Null typename"
+#: utils/adt/regproc.c:558
+msgid "regoperatorin: provide two argument types for operator"
msgstr ""
-#: ../parser/parse_type.c:65
+#: 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"
-msgstr ""
+#: 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 µ¥Î»"
-#: ../executor/nodeSubplan.c:469
-msgid "ExecReScanSetParamPlan: direct correlated subquery unsupported, yet"
+#: utils/adt/timestamp.c:2452
+#, c-format
+msgid "Unable to truncate TIMESTAMP to '%s'"
msgstr ""
-#: ../executor/nodeSubplan.c:471
-msgid "ExecReScanSetParamPlan: setParam list is NULL"
+#: 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:473
-msgid "ExecReScanSetParamPlan: extParam list of plan is NULL"
-msgstr ""
+#: 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' µÄʱ¼ä¼ä¸ô"
-#: ../executor/nodeAgg.c:933 ../executor/nodeGroup.c:497
+#: utils/adt/timestamp.c:2546
#, c-format
-msgid "Unable to identify an equality operator for type '%s'"
+msgid "Unable to truncate TIMESTAMP WITH TIME ZONE to '%s'"
msgstr ""
-#: ../executor/nodeSort.c:52
-msgid "ExtractSortKeys: keycount <= 0"
+#: 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/execUtils.c:536
+#: 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 "ExecOpenIndices: index %u not found"
+msgid "Unable to truncate INTERVAL to '%s'"
msgstr ""
-#: ../executor/execProcnode.c:222
-#, c-format
-msgid "ExecInitNode: node type %d unsupported"
+#: utils/adt/timestamp.c:2641
+msgid "Unable to decode INTERVAL; internal coding error"
msgstr ""
-#: ../executor/execProcnode.c:351
-#, c-format
-msgid "ExecProcNode: node type %d unsupported"
+#: utils/adt/timestamp.c:2669
+msgid "isoweek2date(): can't convert without year information"
msgstr ""
-#: ../executor/execProcnode.c:435
-#, c-format
-msgid "ExecCountSlotsNode: 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:557
-#, c-format
-msgid "ExecEndNode: 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:728
-#, c-format
-msgid "ExecGetTupType: node type %d unsupported"
+#: utils/adt/timestamp.c:2890 utils/adt/timestamp.c:2897
+msgid "Unable to encode TIMESTAMP"
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:3074 utils/adt/timestamp.c:3081
+msgid "Unable to encode TIMESTAMP WITH TIME ZONE"
msgstr ""
-#: ../executor/execMain.c:242
-#, c-format
-msgid "ExecutorRun: Unknown feature %d"
+#: utils/adt/timestamp.c:3211
+msgid ""
+"Unable to decode INTERVAL\n"
+"\tinterval_part() internal coding error"
msgstr ""
-#: ../executor/execMain.c:450
-#, c-format
-msgid "ExecCheckRTEPerms: bogus operation %d"
+#: utils/adt/timestamp.c:3369
+msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP (tm)"
+msgstr ""
+
+#: utils/adt/timestamp.c:3372
+msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP"
msgstr ""
-#: ../executor/execMain.c:813
+#: utils/adt/varbit.c:106 utils/adt/varbit.c:230
#, c-format
-msgid "You can't change sequence relation %s"
+msgid "Bit string length %d does not match type BIT(%d)"
msgstr ""
-#: ../executor/execMain.c:817
+#: utils/adt/varbit.c:126 utils/adt/varbit.c:333
#, c-format
-msgid "You can't change toast relation %s"
+msgid "Cannot parse '%c' as a binary digit"
msgstr ""
-#: ../executor/execMain.c:821
+#: utils/adt/varbit.c:147 utils/adt/varbit.c:354
#, c-format
-msgid "You can't change view relation %s"
+msgid "Cannot parse '%c' as a hex digit"
msgstr ""
-#: ../executor/execMain.c:1022
-msgid "ExecutePlan: NO (junk) `ctid' was found!"
+#: utils/adt/varbit.c:313 utils/adt/varbit.c:433
+#, c-format
+msgid "Bit string too long for type BIT VARYING(%d)"
msgstr ""
-#: ../executor/execMain.c:1026
-msgid "ExecutePlan: (junk) `ctid' is NULL!"
+#: utils/adt/varbit.c:803
+msgid "Cannot AND bit strings of different sizes"
msgstr ""
-#: ../executor/execMain.c:1051
-#, c-format
-msgid "ExecutePlan: NO (junk) `%s' was found!"
+#: utils/adt/varbit.c:841
+msgid "Cannot OR bit strings of different sizes"
msgstr ""
-#: ../executor/execMain.c:1056
-#, c-format
-msgid "ExecutePlan: (junk) `%s' is NULL!"
+#: utils/adt/varbit.c:885
+msgid "Cannot XOR bit strings of different sizes"
msgstr ""
-#: ../executor/execMain.c:1142
-msgid "ExecutePlan: unknown operation in queryDesc"
+#: utils/adt/varbit.c:1100
+msgid "Bit string is too large to fit in type integer"
msgstr ""
-#: ../executor/execMain.c:1407
-msgid "ExecReplace: replace can't run without transactions"
+#: utils/adt/varbit.c:1144 utils/adt/varbit.c:1171
+msgid "INT64 is not supported on this platform"
+msgstr "ÔÚ´Ëƽ̨Éϲ»Ö§³Ö INT64"
+
+#: 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 "getTypeInputInfo: Cache lookup of type %u failed"
+msgstr "getTypeInputInfo: ΪÀàÐÍ %u ²éÕÒ»º³åÇøʧ°Ü"
+
+#: utils/cache/lsyscache.c:1312
#, c-format
-msgid "argument type %s does not exist"
+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"
+#: utils/cache/relcache.c:3097
+#, fuzzy
+msgid "cannot write init file -- index tuple form"
+msgstr "ÎÞ·¨Ð´Èë³õʼ»¯Îļþ -- reldesc"
+
+#: utils/cache/relcache.c:3103
+msgid "cannot write init file -- am tuple form length"
msgstr ""
-#: ../catalog/index.c:1461
-#, c-format
-msgid "UpdateStats: cannot find relation %u in pg_class"
+#: utils/cache/relcache.c:3106
+msgid "cannot write init file -- am tuple form"
msgstr ""
-#: ../catalog/index.c:1730
-msgid "IndexBuildHeapScan: concurrent insert in progress"
+#: utils/cache/relcache.c:3112
+msgid "cannot write init file -- strategy map length"
msgstr ""
-#: ../catalog/index.c:1742
-msgid "IndexBuildHeapScan: concurrent delete in progress"
+#: utils/cache/relcache.c:3115
+msgid "cannot write init file -- strategy map"
msgstr ""
-#: ../catalog/index.c:1834
-#, c-format
-msgid "IndexGetRelation: can't find index id %u"
+#: utils/cache/relcache.c:3120
+#, fuzzy
+msgid "cannot write init file -- operator vector length"
+msgstr "ÎÞ·¨Ð´Èë³õʼ»¯Îļþ -- reldesc"
+
+#: utils/cache/relcache.c:3123
+#, fuzzy
+msgid "cannot write init file -- operator vector"
+msgstr "ÎÞ·¨Ð´Èë³õʼ»¯Îļþ -- reldesc"
+
+#: utils/cache/relcache.c:3128
+msgid "cannot write init file -- support vector length"
msgstr ""
-#: ../catalog/index.c:1881
-msgid "REINDEX cannot run inside a transaction block"
+#: utils/cache/relcache.c:3131
+msgid "cannot write init file -- support vector"
msgstr ""
-#: ../catalog/index.c:1892
+#: utils/cache/relcache.c:3175
#, c-format
-msgid "reindex_index: index %u not found in pg_index"
+msgid ""
+"Cannot rename init file %s to %s: %m\n"
+"\tContinuing anyway, but there's something wrong."
msgstr ""
-#: ../catalog/index.c:1906
-msgid "reindex_index: can't open heap relation"
+#: utils/cache/syscache.c:478
+#, c-format
+msgid "InitCatalogCache: Can't init cache %s (%d)"
msgstr ""
-#: ../catalog/index.c:1909
-msgid "reindex_index: can't open index relation"
+#: utils/cache/syscache.c:534
+#, c-format
+msgid "SearchSysCache: Bad cache id %d"
msgstr ""
-#: ../catalog/index.c:2030
+#: utils/cache/syscache.c:715
#, c-format
-msgid "the target relation %u is nailed"
+msgid "SysCacheGetAttr: Bad cache id %d"
msgstr ""
-#: ../catalog/index.c:2046
+#: utils/cache/syscache.c:718
#, c-format
-msgid "the target relation %u is shared"
+msgid "SysCacheGetAttr: missing cache data for id %d"
msgstr ""
-#: ../catalog/pg_type.c:307 ../catalog/pg_type.c:539
+#: utils/cache/syscache.c:734
#, c-format
-msgid "type named %s already exists"
+msgid "SearchSysCacheList: Bad cache id %d"
msgstr ""
-#: ../catalog/pg_type.c:317 ../catalog/pg_type.c:534
-#, c-format
-msgid "type %s does not exist"
+#: utils/error/elog.c:128
+msgid "Pre-7.3 object file made an elog() call. Recompile."
msgstr ""
-#: ../catalog/pg_type.c:325
+#: utils/error/elog.c:218
#, c-format
-msgid "TypeCreate: invalid type internal size %d"
-msgstr ""
+msgid "copy: line %d, "
+msgstr "¿½±´: ÐÐ %d, "
+
+#. translator: This must fit in fmt_fixedbuf.
+#: utils/error/elog.c:241 utils/error/elog.c:337
+msgid "elog: out of memory"
+msgstr "elog: ÄÚ´æÓþ¡"
-#: ../catalog/pg_type.c:328
+#: utils/error/elog.c:438
#, c-format
-msgid "TypeCreate: invalid type external size %d"
+msgid "statement: %s"
msgstr ""
-#: ../catalog/pg_type.c:332
-msgid "TypeCreate: fixed size types must have storage PLAIN"
+#: utils/error/elog.c:488
+msgid "elog: error during error recovery, giving up!"
msgstr ""
-#: ../catalog/pg_type.c:468
+#: utils/error/elog.c:533
#, c-format
-msgid "type %s already exists"
+msgid "DebugFileOpen: open of %s: %m"
msgstr ""
-#: ../bootstrap/bootstrap.c:297 ../postmaster/postmaster.c:276
+#: utils/error/elog.c:542
#, 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"
+msgid "DebugFileOpen: %s reopen as stderr: %m"
msgstr ""
-"%s ²»ÖªµÀÔÚÄÄÀï¿ÉÒÔÕÒµ½Êý¾Ý¿âϵͳÊý¾Ý.\n"
-"Äã±ØÐëͨ¹ýÉùÃ÷ -D µ÷ÓÃÑ¡Ïî»òÕßͨ¹ýÉèÖÃ\n"
-"PGDATA »·¾³±äÁ¿ÉùÃ÷°üº¬Êý¾Ý¿âϵͳµÄĿ¼.\n"
-"\n"
-#: ../postmaster/postmaster.c:290
+#: utils/error/elog.c:554
#, 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 "DebugFileOpen: %s reopen as stdout: %m"
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"
+#: utils/error/elog.c:571
+msgid "DebugFileOpen: could not open debugging file"
+msgstr "DebugFileOpen: ÎÞ·¨´ò¿ªÓÃÀ´³ý´íµÄÎļþ"
+
+#: utils/error/elog.c:776
+msgid "Numerical result out of range"
+msgstr "ÊýÖµ½á¹û³¬³ö·¶Î§"
-#: ../postmaster/postmaster.c:406
+#: utils/error/elog.c:790
#, c-format
-msgid "invalid argument -- %s"
-msgstr "ÎÞЧ²ÎÊý -- %s"
+msgid "operating system error %d"
+msgstr "²Ù×÷ϵͳ´íÎó %d"
-#: ../postmaster/postmaster.c:430
-msgid "Assert checking is not compiled in."
-msgstr "ûÓаѶÏÑÔ¼ì²é±àÒëµ½³ÌÐòÀï."
+#: utils/error/elog.c:812
+msgid "DEBUG: "
+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."
+#: utils/error/elog.c:816
+msgid "LOG: "
+msgstr "ÈÕÖ¾: "
-#: ../postmaster/postmaster.c:583
-msgid "For SSL, TCP/IP connections must be enabled."
-msgstr "¶ÔÓÚ SSL ¶øÑÔ, ±ØÐë´ò¿ª TCP/IP Áª½Ó."
+#: utils/error/elog.c:819
+msgid "INFO: "
+msgstr "ÐÅÏ¢: "
-#: ../postmaster/postmaster.c:629
-msgid "cannot create INET stream port"
-msgstr "ÎÞ·¨´´½¨ INET Á÷¶Ë¿Ú"
+#: utils/error/elog.c:822
+msgid "NOTICE: "
+msgstr "×¢Òâ: "
-#: ../postmaster/postmaster.c:641
-msgid "cannot create UNIX stream port"
-msgstr "ÎÞ·¨´´½¨ UNIX Á÷¶Ë¿Ú"
+#: utils/error/elog.c:825
+msgid "WARNING: "
+msgstr "¾¯¸æ: "
-#: ../postmaster/postmaster.c:728
-#, c-format
-msgid "fork failed: %s"
-msgstr "fork ʧ°Ü: %s"
+#: utils/error/elog.c:828
+msgid "ERROR: "
+msgstr "´íÎó: "
-#: ../postmaster/postmaster.c:746
-#, c-format
-msgid "cannot disassociate from controlling TTY: %s"
-msgstr "ÎÞ·¨Óë¿ØÖÆ TTY: %s ¶Ï¿ªÁªÏµ"
+#: utils/error/elog.c:831
+msgid "FATAL: "
+msgstr "ÖÂÃü´íÎó: "
-#: ../postmaster/postmaster.c:766
+#: utils/error/elog.c:834
+msgid "PANIC: "
+msgstr "±ÈÖÂÃü´íÎó»¹¹ý·ÖµÄ´íÎó: "
+
+#: utils/hash/dynahash.c:662
#, c-format
-msgid ""
-"%s is the PostgreSQL server.\n"
-"\n"
+msgid "hash_search: bogus action %d"
msgstr ""
-"%s ÊÇ PostgreSQL ·þÎñÆ÷.\n"
-"\n"
-#: ../postmaster/postmaster.c:767
+#: utils/hash/dynahash.c:935 utils/hash/dynahash.c:937
#, c-format
-msgid ""
-"Usage:\n"
-" %s [options...]\n"
-"\n"
+msgid "Hash table '%s' corrupted"
msgstr ""
-"Ó÷¨:\n"
-" %s [Ñ¡Ïî...]\n"
-"\n"
-
-#: ../postmaster/postmaster.c:768
-msgid "Options:\n"
-msgstr "Ñ¡Ïî:\n"
-
-#: ../postmaster/postmaster.c:770
-msgid " -A 1|0 enable/disable run-time assert checking\n"
-msgstr " -A 1|0 ´ò¿ª/¹Ø±ÕÔËÐÐʱ¶ÏÑÔ¼ì²é\n"
-#: ../postmaster/postmaster.c:772
+#: utils/init/findbe.c:63
#, c-format
-msgid " -B NBUFFERS number of shared buffers (default %d)\n"
-msgstr " -B »º³åÇøÊýÁ¿ ¹²Ïí»º³åÇøµÄÊýÁ¿ (ȱʡÊÇ %d)\n"
-
-#: ../postmaster/postmaster.c:773
-msgid " -c NAME=VALUE set run-time parameter\n"
-msgstr " -c Ãû×Ö=ÊýÖµ ÉèÖÃÔËÐÐʱ²ÎÊý\n"
+msgid "ValidateBinary: can't stat \"%s\""
+msgstr ""
-#: ../postmaster/postmaster.c:774
-msgid " -d 1-5 debugging level\n"
-msgstr " -d 1-5 µ÷ÊÔ¼¶±ð\n"
+#: utils/init/findbe.c:69
+#, c-format
+msgid "ValidateBinary: \"%s\" is not a regular file"
+msgstr ""
-#: ../postmaster/postmaster.c:775
-msgid " -D DATADIR database directory\n"
-msgstr " -D Êý¾ÝĿ¼ Êý¾Ý¿âĿ¼\n"
+#: utils/init/findbe.c:91
+#, c-format
+msgid "ValidateBinary: \"%s\" is not user read/execute"
+msgstr ""
-#: ../postmaster/postmaster.c:776
-msgid " -F turn fsync off\n"
-msgstr " -F ¹Ø±Õ fsync\n"
+#: utils/init/findbe.c:117
+#, c-format
+msgid "ValidateBinary: \"%s\" is not group read/execute"
+msgstr ""
-#: ../postmaster/postmaster.c:777
-msgid " -h HOSTNAME host name or IP address to listen on\n"
-msgstr " -h Ö÷»úÃû ÕìÌýµÄÖ÷»úÃû»òÕß IP µØÖ·\n"
+#: utils/init/findbe.c:125
+#, c-format
+msgid "ValidateBinary: \"%s\" is not other read/execute"
+msgstr ""
-#: ../postmaster/postmaster.c:778
-msgid " -i enable TCP/IP connections\n"
-msgstr " -i ´ò¿ª TCP/IP Áª½Ó\n"
+#: utils/init/findbe.c:174
+#, c-format
+msgid "FindExec: found \"%s\" using argv[0]"
+msgstr ""
-#: ../postmaster/postmaster.c:779
-msgid " -k DIRECTORY Unix-domain socket location\n"
-msgstr " -k Ŀ¼ Unix ÓòÌ×½Ó×ÖµÄλÖÃ\n"
+#: utils/init/findbe.c:177
+#, fuzzy, c-format
+msgid "FindExec: invalid binary \"%s\""
+msgstr "Define: ¸ø \"%s\" µÄÎÞЧ²ÎÊý"
-#: ../postmaster/postmaster.c:781
-msgid " -l enable SSL connections\n"
-msgstr " -l ´ò¿ª SSL Áª½Ó\n"
+#: utils/init/findbe.c:187
+msgid "FindExec: searching PATH ..."
+msgstr ""
-#: ../postmaster/postmaster.c:783
+#: utils/init/findbe.c:208
#, 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 "FindExec: found \"%s\" using PATH"
+msgstr ""
-#: ../postmaster/postmaster.c:786
+#: utils/init/findbe.c:215
#, 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"
+msgid "FindExec: could not read binary \"%s\""
+msgstr ""
-#: ../postmaster/postmaster.c:789
-msgid ""
-"\n"
-"Developer options:\n"
+#: utils/init/findbe.c:225
+#, c-format
+msgid "FindExec: could not find a %s to execute"
msgstr ""
-"\n"
-"¿ª·¢ÈËԱѡÏî:\n"
-#: ../postmaster/postmaster.c:790
-msgid ""
-" -n do not reinitialize shared memory after abnormal exit\n"
-msgstr " -n ÔÚÒì³£Í˳öÖ®ºó²»ÔÙÖØгõʼ»¯¹²ÏíÄÚ´æ\n"
+#: 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 "ÄÚ´æÓþ¡"
-#: ../postmaster/postmaster.c:791
-msgid " -s send SIGSTOP to all backend servers if one dies\n"
-msgstr " -s Èç¹ûÒ»¸öºó¶ËÍ˳ö, ÄÇôÏòËùÓкó¶Ë·¢ËÍ SIGSTOP\n"
+#: utils/init/miscinit.c:160
+#, c-format
+msgid "cannot get current working directory: %m"
+msgstr "ÎÞ·¨»ñµÃµ±Ç°¹¤×÷Ŀ¼: %m"
-#: ../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/miscinit.c:250
+#, c-format
+msgid "SetCharSet: unknown tag %s in file %s"
msgstr ""
-"\n"
-"ÇëÔĶÁÎĵµ»ñÈ¡ÔËÐÐʱÅäÖÃÉèÖõÄÍêÕûÁбí\n"
-"ÒÔ¼°ÈçºÎÔÚÃüÁîÐлòÕßÔÚÅäÖÃÎļþÀïÉèÖÃËüÃǵÄÏêϸÐÅÏ¢.\n"
-"\n"
-"ÇëÏò <pgsql-bugs@postgresql.org> ±¨¸æ³ô³æ.\n"
-#: ../postmaster/postmaster.c:865
+#: utils/init/miscinit.c:405 utils/init/miscinit.c:461
#, c-format
-msgid "ServerLoop: select failed: %s"
-msgstr "ServerLoop: select ʧ°Ü: %s"
-
-#: ../postmaster/postmaster.c:999
-msgid "invalid length of startup packet"
+msgid "GetCharSetByHost: unknown tag %s in file %s"
msgstr ""
-#: ../postmaster/postmaster.c:1033
-#, c-format
-msgid "failed to send SSL negotiation response: %s"
-msgstr "·¢ËÍ SSL ÐÉÌÏìӦʧ°Ü: %s"
+#: utils/init/miscinit.c:619
+msgid "SET SESSION AUTHORIZATION: permission denied"
+msgstr "SET SESSION AUTHORIZATION: ȨÏÞ²»¹»"
-#: ../postmaster/postmaster.c:1045
+#: utils/init/miscinit.c:639
#, c-format
-msgid "failed to initialize SSL connection: %s (%s)"
-msgstr "³õʼ»¯ SSL Áª½Óʧ°Ü: %s (%s)"
+msgid "invalid user id %d"
+msgstr "·Ç·¨Óû§ id %d"
-#: ../postmaster/postmaster.c:1065
-msgid "unsupported frontend protocol"
-msgstr ""
+#: utils/init/miscinit.c:721
+#, c-format
+msgid "Can't create lock file %s: %m"
+msgstr "ÎÞ·¨´´½¨ËøÎļþ %s: %m"
-#: ../postmaster/postmaster.c:1093
-msgid "no PostgreSQL user name specified in startup packet"
-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:1105
-msgid "The database system is starting up"
-msgstr ""
+#: utils/init/miscinit.c:745
+#, c-format
+msgid "Bogus data in lock file %s"
+msgstr "ÔÚËøÎļþ %s ÖдæÔÚαÊý¾Ý"
-#: ../postmaster/postmaster.c:1108
-msgid "The database system is shutting down"
+#: 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:1111
-msgid "The database system is in recovery mode"
-msgstr ""
+#: utils/init/miscinit.c:840
+#, c-format
+msgid "Can't write lock file %s: %m"
+msgstr "ÎÞ·¨Ð´ÈëËøÎļþ %s: %m"
-#: ../postmaster/postmaster.c:1145
+#: utils/init/miscinit.c:946
#, c-format
-msgid "processCancelRequest: CheckPointPID in cancel request for process %d"
-msgstr ""
+msgid "Failed to rewrite %s: %m"
+msgstr "ÖØд %s ʧ°Ü: %m"
-#: ../postmaster/postmaster.c:1160
+#: utils/init/miscinit.c:965
#, c-format
-msgid "processing cancel request: sending SIGINT to process %d"
-msgstr ""
+msgid "Bogus data in %s"
+msgstr "ÔÚ %s ÖдæÔÚαÊý¾Ý"
-#: ../postmaster/postmaster.c:1168
+#: utils/init/miscinit.c:1031
#, c-format
-msgid "bad key in cancel request for process %d"
+msgid "File %s is missing. This is not a valid data directory."
msgstr ""
-#: ../postmaster/postmaster.c:1177
+#: utils/init/miscinit.c:1038
#, c-format
-msgid "bad pid in cancel request for process %d"
-msgstr ""
+msgid "File %s does not contain valid data. You need to initdb."
+msgstr "Îļþ %s ûÓаüº¬ÓÐЧÊý¾Ý. ÄãÐèÒª initdb"
-#: ../postmaster/postmaster.c:1219
-msgid "ConnCreate: malloc failed"
+#: 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:1341
+#: utils/init/postinit.c:114
#, c-format
-msgid "pmdie %d"
+msgid "Database \"%s\", OID %u, has disappeared from pg_database"
msgstr ""
-#: ../postmaster/postmaster.c:1372
-msgid "smart shutdown request"
+#: utils/init/postinit.c:123
+#, c-format
+msgid "Database \"%s\" is not currently accepting connections"
msgstr ""
-#: ../postmaster/postmaster.c:1390 ../postmaster/postmaster.c:1443
+#: utils/init/postinit.c:259
#, c-format
-msgid "shutdown process %d already running"
-msgstr ""
+msgid "Database \"%s\" does not exist in the system catalog."
+msgstr "ÔÚϵͳ±íÖÐÊý¾Ý¿â \"%s\" ²»´æÔÚ."
-#: ../postmaster/postmaster.c:1412
-msgid "fast shutdown request"
+#: utils/init/postinit.c:267
+#, c-format
+msgid ""
+"Database \"%s\" does not exist.\n"
+"\tThe database subdirectory '%s' is missing."
msgstr ""
-#: ../postmaster/postmaster.c:1418
-msgid "aborting any active transactions"
-msgstr ""
+#: utils/init/postinit.c:274
+#, c-format
+msgid "Unable to change directory to '%s': %m"
+msgstr "ÎÞ·¨Ìøתµ½ '%s' Ŀ¼ÖÐ: %m"
-#: ../postmaster/postmaster.c:1460
-msgid "immediate shutdown request"
-msgstr ""
+#: utils/init/postinit.c:303
+#, c-format
+msgid "InitPostgres: bad backend id %d"
+msgstr "InitPostgres: ÎÞЧºó¶Ë id %d"
-#: ../postmaster/postmaster.c:1494
-msgid "reaping dead processes"
-msgstr ""
+#: utils/init/postinit.c:354
+msgid "There are currently no users defined in this database system."
+msgstr "µ±Ç°Êý¾Ý¿âϵͳÖÐûÓж¨ÒåÓû§."
-#: ../postmaster/postmaster.c:1511
+#: utils/init/postinit.c:355
#, c-format
-msgid "statistics collector exited with status %d"
+msgid ""
+"You should immediately run 'CREATE USER \"%s\" WITH SYSID %d CREATEUSER;'."
+msgstr "ÄãÓ¦¸ÃÁ¢¼´ÔËÐÐ 'CREATE USER \"%s\" WITH SYSID %d CREATEUSER;'."
+
+#: utils/init/postinit.c:390
+msgid "Non-superuser connection limit exceeded"
msgstr ""
-#: ../postmaster/postmaster.c:1514
+#: utils/mb/conv.c:374
#, c-format
-msgid "statistics collector was terminated by signal %d"
-msgstr ""
+msgid "UtfToLocal: could not convert UTF-8 (0x%04x). Ignored"
+msgstr "UtfToLocal: ÎÞ·¨×ª»» UTF-8 (0x%04x). ºöÂÔ"
-#: ../postmaster/postmaster.c:1524
+#: utils/mb/conv.c:401
#, c-format
-msgid "shutdown process %d exited with status %d"
-msgstr ""
+msgid "Invalid encoding number %d"
+msgstr "ÎÞЧ±àÂë±àºÅ %d"
-#: ../postmaster/postmaster.c:1530
+#: utils/mb/conv.c:438
#, c-format
-msgid "shutdown process %d was terminated by signal %d"
-msgstr ""
+msgid "LocalToUtf: could not convert (0x%04x) %s to UTF-8. Ignored"
+msgstr "LocalToUtf: ÎÞ·¨°Ñ (0x%04x) %s ת»»Îª UTF-8. ºöÂÔ"
-#: ../postmaster/postmaster.c:1541
+#: 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"
+
+#: utils/mb/mbutils.c:210
#, c-format
-msgid "startup process %d exited with status %d; aborting startup"
+msgid "default conversion proc %u for %s to %s not found in pg_proc"
msgstr ""
-#: ../postmaster/postmaster.c:1547
+#: utils/mb/mbutils.c:269
#, c-format
-msgid "shutdown process %d was terminated by signal %d; aborting startup"
-msgstr ""
+msgid "Invalid source encoding name %s"
+msgstr "ÎÞЧ±àÂëÃû '%s'"
-#: ../postmaster/postmaster.c:1558
+#: utils/mb/mbutils.c:271
#, c-format
-msgid "startup process %d died while shutdown process %d already running"
-msgstr ""
+msgid "Invalid destination encoding name %s"
+msgstr "ÎÞЧÓû§Ãû '%s'"
-#: ../postmaster/postmaster.c:1594
-msgid ""
-"all server processes terminated; reinitializing shared memory and semaphores"
-msgstr ""
+#: utils/mb/mbutils.c:281
+msgid "Encoding conversion failed"
+msgstr "±àÂëת»»Ê§°Ü"
-#: ../postmaster/postmaster.c:1638
-#, c-format
-msgid "CleanupProc: pid %d exited with status %d"
-msgstr ""
+#: 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"
-#: ../postmaster/postmaster.c:1685
+#: utils/misc/guc.c:1238 utils/misc/guc.c:1253 utils/misc/guc.c:1268
+#: utils/misc/guc.c:1297
#, c-format
-msgid "server process (pid %d) exited with status %d"
-msgstr ""
+msgid "Failed to reset %s"
+msgstr "ÖØÖà %s ʧ°Ü"
-#: ../postmaster/postmaster.c:1688
+#: utils/misc/guc.c:1365 utils/misc/guc.c:1387 utils/misc/guc.c:1409
+#: utils/misc/guc.c:1439
#, c-format
-msgid "server process (pid %d) was terminated by signal %d"
-msgstr ""
+msgid "Failed to commit %s"
+msgstr "Ìá½» %s ʧ°Ü"
-#: ../postmaster/postmaster.c:1690
-msgid "terminating any other active server processes"
-msgstr ""
+#: utils/misc/guc.c:1618 utils/misc/guc.c:2168
+#, c-format
+msgid "'%s' is not a valid option name"
+msgstr "'%s' ²»ÊÇÒ»¸öÓÐЧµÄÑ¡ÏîÃû×Ö"
-#: ../postmaster/postmaster.c:1712
+#: utils/misc/guc.c:1635
#, c-format
-msgid "CleanupProc: sending %s to process %d"
-msgstr ""
+msgid "'%s' cannot be changed after server start"
+msgstr "·þÎñÆ÷Æô¶¯ºó, '%s' ²»Äܸıä"
-#: ../postmaster/postmaster.c:1766
+#: utils/misc/guc.c:1643
#, c-format
-msgid "SignalChildren: sending signal %d to process %d"
-msgstr ""
+msgid "'%s' cannot be changed now"
+msgstr "'%s' ÏÖÔÚ²»Äܸıä"
-#: ../postmaster/postmaster.c:1817
-msgid "out of memory; connection startup aborted"
-msgstr ""
+#: utils/misc/guc.c:1670
+#, c-format
+msgid "'%s' cannot be set after connection start"
+msgstr "Áª½ÓÆô¶¯ºó, '%s' ²»ÄÜÉèÖÃ"
-#: ../postmaster/postmaster.c:1836
-msgid "connection startup failed"
-msgstr ""
+#: utils/misc/guc.c:1678
+#, c-format
+msgid "'%s': permission denied"
+msgstr "'%s': ȨÏÞ²»¹»"
-#: ../postmaster/postmaster.c:1851
+#: utils/misc/guc.c:1708
#, c-format
-msgid "connection startup failed (fork failure): %s"
+msgid "%s: setting ignored because previous source is higher priority"
msgstr ""
-#: ../postmaster/postmaster.c:1858
+#: utils/misc/guc.c:1729
#, c-format
-msgid "BackendStartup: pid=%d user=%s db=%s socket=%d\n"
-msgstr ""
+msgid "option '%s' requires a boolean value"
+msgstr "Ñ¡Ïî '%s' ÐèÒªÒ»¸ö²¼¶ûÖµ"
-#: ../postmaster/postmaster.c:1980
-msgid "DoBackend: Unable to set timer for auth timeout"
-msgstr ""
+#: utils/misc/guc.c:1743 utils/misc/guc.c:1814
+#, c-format
+msgid "invalid value for option '%s': %d"
+msgstr "Ñ¡Ïî '%s' µÄÖµÎÞЧ: %d"
-#: ../postmaster/postmaster.c:1998
-msgid "DoBackend: Unable to disable timer for auth timeout"
-msgstr ""
+#: utils/misc/guc.c:1793
+#, c-format
+msgid "option '%s' expects an integer value"
+msgstr "Ñ¡Ïî '%s' ÒªÇóÊÇÒ»¸öÕûÊýÖµ"
-#: ../postmaster/postmaster.c:2255
+#: utils/misc/guc.c:1799
#, c-format
-msgid "failed to create SSL context: %s"
-msgstr "´´½¨ SSL »·¾³Ê§°Ü: %s"
+msgid "option '%s' value %d is outside of permissible range [%d .. %d]"
+msgstr "Ñ¡Ïî '%s' µÄÖµ %d ³¬³öÁËÔÊÐí·¶Î§ [%d .. %d]"
-#: ../postmaster/postmaster.c:2262
+#: utils/misc/guc.c:1864
#, c-format
-msgid "failed to load server certificate (%s): %s"
-msgstr "×°ÔØ·þÎñÆ÷ÈÏÖ¤ (%s) ʧ°Ü: %s"
+msgid "option '%s' expects a real number"
+msgstr "Ñ¡Ïî '%s' ÒªÇóÒ»¸öʵÊý"
-#: ../postmaster/postmaster.c:2269
+#: utils/misc/guc.c:1870
#, c-format
-msgid "failed to load private key file (%s): %s"
-msgstr "×°ÔØ˽ԿÎļþ (%s) ʧ°Ü: %s"
+msgid "option '%s' value %g is outside of permissible range [%g .. %g]"
+msgstr "Ñ¡Ïî '%s' µÄÖµ %g ³¬³öÁËÔÊÐíµÄ·¶Î§ [%g .. %g]"
-#: ../postmaster/postmaster.c:2275
+#: utils/misc/guc.c:1885
#, c-format
-msgid "check of private key failed: %s"
-msgstr "¼ì²é˽Կʧ°Ü: %s"
+msgid "invalid value for option '%s': %g"
+msgstr "Ñ¡Ïî '%s' µÄÖµÎÞЧ: %g"
-#: ../postmaster/postmaster.c:2359
+#: utils/misc/guc.c:1979
#, c-format
-msgid "could not launch startup process (fork failure): %s"
-msgstr ""
+msgid "invalid value for option '%s': '%s'"
+msgstr "Ñ¡Ïî '%s' µÄÖµÎÞЧ: '%s'"
-#: ../postmaster/postmaster.c:2363
+#: utils/misc/guc.c:2080 utils/misc/guc.c:2114 utils/misc/guc.c:2428
#, c-format
-msgid "could not launch checkpoint process (fork failure): %s"
-msgstr ""
+msgid "Option '%s' is not recognized"
+msgstr "Ñ¡Ïî '%s' ²»±»ÈÏ¿É"
-#: ../postmaster/postmaster.c:2368
+#: utils/misc/guc.c:2175
#, c-format
-msgid "could not launch shutdown process (fork failure): %s"
-msgstr ""
+msgid "SET %s takes only one argument"
+msgstr "SET %s Ö»ÄÜ´øÒ»¸ö²ÎÊý"
-#: ../postmaster/postmaster.c:2391
-msgid "CheckPointDataBase: malloc failed"
-msgstr ""
+#: utils/misc/guc.c:2188 utils/misc/guc.c:2237
+msgid "flatten_set_variable_args: unexpected input"
+msgstr "flatten_set_variable_args: ÒâÍâµÄÊäÈë"
-#: ../postmaster/postmaster.c:2431
+#: utils/misc/guc.c:2276
+msgid "SET variable name is required"
+msgstr "SET ±äÁ¿ÃûÊDZØÐèµÄ"
+
+#: utils/misc/guc.c:2812
#, c-format
-msgid "cannot create file %s: %s"
-msgstr "ÎÞ·¨´´½¨Îļþ %s: %s"
+msgid "cannot parse setting \"%s\""
+msgstr "ÎÞ·¨·ÖÎöÉèÖÃ \"%s\""
+
+#: guc-file.l:158
+msgid "could not read configuration file `"
+msgstr "ÎÞ·¨¶ÁÈ¡ÅäÖÃÎļþ `"
-#: ../postmaster/postmaster.c:2443
+#: guc-file.l:158
#, c-format
-msgid "writing file %s failed"
-msgstr "дÈëÎļþ %s ʧ°Ü"
+msgid "': %s"
+msgstr "': %s"
-#: ../postmaster/pgstat.c:699
-msgid "Only database superusers can reset statistic counters"
-msgstr ""
+#: guc-file.l:259
+#, c-format
+msgid ":%u: syntax error, token=\"%s\""
+msgstr ":%u: Óï·¨´íÎó, ±ê¼Ç=\"%s\""
-#: ../postmaster/pgstat.c:2108
-msgid "PGSTAT: Creation of DB hash table failed"
-msgstr ""
+#: utils/mmgr/aset.c:333
+#, c-format
+msgid "Memory exhausted in AllocSetContextCreate(%lu)"
+msgstr "ÔÚ AllocSetContextCreate(%lu) ÖÐÄÚ´æºÄ¾¡"
-#: ../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/mmgr/aset.c:496 utils/mmgr/aset.c:693
+#, c-format
+msgid "Memory exhausted in AllocSetAlloc(%lu)"
+msgstr "ÔÚ AllocSetAlloc(%lu) ÖÐÄÚ´æºÄ¾¡"
-#: ../postmaster/pgstat.c:2176
-msgid "PGSTAT: DB hash table out of memory"
+#: utils/mmgr/aset.c:757
+#, c-format
+msgid "AllocSetFree: detected write past chunk end in %s %p"
msgstr ""
-#: ../postmaster/pgstat.c:2229
-msgid "PGSTAT: failed to initialize hash table for new database entry\n"
+#: utils/mmgr/aset.c:778
+#, c-format
+msgid "AllocSetFree: cannot find block containing chunk %p"
msgstr ""
-#: ../postmaster/pgstat.c:2289
-msgid "PGSTAT: Tab hash table out of memory"
+#: utils/mmgr/aset.c:832
+#, c-format
+msgid "AllocSetRealloc: detected write past chunk end in %s %p"
msgstr ""
-#: ../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"
+#: utils/mmgr/aset.c:872
+#, c-format
+msgid "AllocSetRealloc: cannot find block containing chunk %p"
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"
-#: ../bootstrap/bootstrap.c:393
+#: utils/mmgr/aset.c:885
#, c-format
-msgid "Unsupported XLOG op %d"
-msgstr ""
+msgid "Memory exhausted in AllocSetReAlloc(%lu)"
+msgstr "ÔÚ AllocSetReAlloc(%lu) ÖÐÄÚ´æºÄ¾¡"
-#: ../bootstrap/bootstrap.c:497
+#: utils/mmgr/aset.c:1055
#, c-format
-msgid "open relation %s, attrsize %d"
-msgstr ""
+msgid "AllocSetCheck: %s: empty block %p"
+msgstr "AllocSetCheck: %s: ¿Õ¿é %p"
-#: ../bootstrap/bootstrap.c:526
+#: utils/mmgr/aset.c:1077
#, c-format
-msgid "create attribute %d name %s len %d num %d type %u"
+msgid "AllocSetCheck: %s: req size > alloc size for chunk %p in block %p"
msgstr ""
-#: ../bootstrap/bootstrap.c:546
+#: utils/mmgr/aset.c:1080
#, c-format
-msgid "closerel: close of '%s' when '%s' was expected"
+msgid "AllocSetCheck: %s: bad size %lu for chunk %p in block %p"
msgstr ""
-#: ../bootstrap/bootstrap.c:550
+#: utils/mmgr/aset.c:1086
#, c-format
-msgid "closerel: close of '%s' before any relation was opened"
+msgid "AllocSetCheck: %s: bad single-chunk %p in block %p"
msgstr ""
-#: ../bootstrap/bootstrap.c:556
-msgid "no open relation to close"
+#: utils/mmgr/aset.c:1095
+#, c-format
+msgid "AllocSetCheck: %s: bogus aset link in block %p, chunk %p"
msgstr ""
-#: ../bootstrap/bootstrap.c:560
+#: utils/mmgr/aset.c:1102
#, c-format
-msgid "close relation %s"
+msgid "AllocSetCheck: %s: detected write past chunk end in block %p, chunk %p"
msgstr ""
-#: ../bootstrap/bootstrap.c:584
-msgid "warning: no open relations allowed with 'create' command"
-msgstr "¾¯¸æ: ´ò¿ªµÄ¹ØϵÀïûÓÐÔÊÐí create' ÁÐ %s %s"
+#: utils/mmgr/aset.c:1112
+#, c-format
+msgid "AllocSetCheck: %s: found inconsistent memory block %p"
+msgstr "AllocSetCheck: %s: ·¢ÏÖ²»Ò»ÖµÄÄÚ´æ¿é %p"
-#: ../bootstrap/bootstrap.c:596 ../bootstrap/bootstrap.c:608
+#: utils/mmgr/mcxt.c:478 utils/mmgr/mcxt.c:499 utils/mmgr/mcxt.c:524
#, c-format
-msgid "column %s %s"
-msgstr "ÁÐ %s %s"
+msgid "MemoryContextAlloc: invalid request size %lu"
+msgstr "MemoryContextAlloc: ÎÞЧµÄÄÚ´æ·ÖÅä³ß´ç %lu"
-#: ../bootstrap/bootstrap.c:657
+#: utils/mmgr/mcxt.c:588
#, c-format
-msgid "inserting row oid %u, %d columns"
-msgstr "²åÈëÐÐ oid %u, %d ÁÐ"
+msgid "repalloc: invalid request size %lu"
+msgstr "repalloc: ÎÞЧµÄÄÚ´æ·ÖÅä³ß´ç %lu"
-#: ../bootstrap/bootstrap.c:668
-msgid "row inserted"
-msgstr "ÐÐÒѲåÈë"
+#: utils/mmgr/portalmem.c:87
+msgid "out of memory in PortalHashTable"
+msgstr "ÔÚ PortalHashTable ÖÐÄÚ´æÒç³ö"
-#: ../bootstrap/bootstrap.c:691
-#, c-format
-msgid "inserting column %d value '%s'"
-msgstr "ÕýÔÚ²åÈëÊýֵΪ '%2$s' µÄ×ֶΠ%1$d"
+#: utils/mmgr/portalmem.c:89
+msgid "trying to insert a portal name that exists."
+msgstr "ÊÔ×ŲåÈëÒ»¸öÒѾ´æÔÚµÄÈë¿ÚÃû×Ö"
-#: ../bootstrap/bootstrap.c:698
-msgid "Typ != NULL"
-msgstr ""
+#: utils/mmgr/portalmem.c:102
+msgid "trying to delete portal name that does not exist."
+msgstr "ÊÔ×Åɾ³ýÒ»¸ö²»´æÔÚµÄÈë¿ÚÃû×Ö"
-#: ../bootstrap/bootstrap.c:705
+#: utils/mmgr/portalmem.c:197
#, c-format
-msgid "unable to find atttypid %u in Typ list"
-msgstr "ÔÚÀàÐÍÁбíÖÐÎÞ·¨ÕÒµ½ atttypid %u"
+msgid "CreatePortal: portal \"%s\" already exists"
+msgstr "CreatePortal: Èë¿Ú \"%s\" ÒѾ´æÔÚ"
-#: ../bootstrap/bootstrap.c:717 ../bootstrap/bootstrap.c:740
+#: utils/sort/logtape.c:199
#, c-format
-msgid " -> %s"
+msgid ""
+"ltsWriteBlock: failed to write block %ld of temporary file\n"
+"\t\tPerhaps out of disk space?"
msgstr ""
+"ltsWriteBlock: дÁÙʱÎļþ¿é %ld ʧ°Ü\n"
+"\t\tÊÇ·ñ´ÅÅÌÂúÁË?"
-#: ../bootstrap/bootstrap.c:728
-#, c-format
-msgid "type oid %u not found"
-msgstr "δÕÒµ½ÀàÐÍ oid %u"
-
-#: ../bootstrap/bootstrap.c:730
+#: utils/sort/logtape.c:214
#, c-format
-msgid "Typ == NULL, typeindex = %u"
-msgstr ""
+msgid "ltsReadBlock: failed to read block %ld of temporary file"
+msgstr "ltsReadBlock: ¶ÁÈ¡ÁÙʱÎļþ¿é %ld ʧ°Ü"
-#: ../bootstrap/bootstrap.c:744
-msgid "inserted"
-msgstr "ÒѲåÈë"
+#: utils/sort/logtape.c:569
+msgid "LogicalTapeWrite: impossible state"
+msgstr "LogicalTapeWrite: ²»¿ÉÄܵÄ״̬"
-#: ../bootstrap/bootstrap.c:755
-#, c-format
-msgid "inserting column %d NULL"
-msgstr "ÕýÔÚ²åÈë×ֶΠ%d NULL"
+#: utils/sort/logtape.c:831
+msgid "LogicalTapeBackspace: unexpected end of tape"
+msgstr ""
-#: ../bootstrap/bootstrap.c:802
-msgid "Memory manager fault: cleanup called twice.\n"
-msgstr "´æ´¢Æ÷¹ÜÀíÆ÷ʧ°Ü: ÇåÀí¹ý³Ìµ÷ÓÃÁËÁ½´Î.\n"
+#: utils/sort/logtape.c:888 utils/sort/logtape.c:898
+msgid "LogicalTapeSeek: unexpected end of tape"
+msgstr ""
-#: ../bootstrap/bootstrap.c:843
-#, c-format
-msgid "external type: %s"
-msgstr "ÍⲿÀàÐÍ: %s"
+#: utils/sort/tuplesort.c:694
+msgid "tuplesort_puttuple: invalid state"
+msgstr "tuplesort_puttuple: ÎÞЧ״̬"
-#: ../bootstrap/bootstrap.c:867
-#, c-format
-msgid "Error: unknown type '%s'.\n"
-msgstr "´íÎó: δ֪ÀàÐÍ '%s'.\n"
+#: utils/sort/tuplesort.c:741
+msgid "tuplesort_performsort: invalid state"
+msgstr "tuplesort_performsort: ÎÞЧ״̬"
-#: ../bootstrap/bootstrap.c:883
-msgid "AllocateAttribute: malloc failed"
-msgstr "AllocateAttribute: malloc ʧ°Ü"
+#: utils/sort/tuplesort.c:859 utils/sort/tuplesort.c:874
+msgid "tuplesort_gettuple: bogus tuple len in backward scan"
+msgstr ""
-#: ../bootstrap/bootstrap.c:1035
-msgid ""
-"There are too many string constants and identifiers for the compiler to "
-"handle."
-msgstr "±àÒëÆ÷Òª´¦Àí¹ý¶àµÄ×Ö´®Ô¼ÊøºÍ±êʶ·û."
+#: utils/sort/tuplesort.c:926
+msgid "tuplesort_gettuple: invalid state"
+msgstr "tuplesort_gettuple: ÎÞЧ״̬"
-#: bootparse.y:58
-msgid "start transaction"
-msgstr "Æô¶¯ÊÂÎñ"
+#: utils/sort/tuplesort.c:1486
+msgid "tuplesort_rescan: invalid state"
+msgstr "tuplesort_rescan: ÎÞЧ״̬"
-#: bootparse.y:67
-msgid "commit transaction"
-msgstr "Ìá½»ÊÂÎñ"
+#: utils/sort/tuplesort.c:1513
+msgid "tuplesort_markpos: invalid state"
+msgstr "tuplesort_markpos: ÎÞЧ״̬"
-#: bootparse.y:160
-#, c-format
-msgid "creating bootstrap relation %s..."
-msgstr "´´½¨Òýµ¼¹Øϵ %s..."
+#: utils/sort/tuplesort.c:1538
+msgid "tuplesort_restorepos failed"
+msgstr "tuplesort_restorepos ʧ°Ü"
-#: bootparse.y:163
-#, c-format
-msgid "creating relation %s..."
-msgstr "´´½¨¹Øϵ %s..."
+#: utils/sort/tuplesort.c:1542
+msgid "tuplesort_restorepos: invalid state"
+msgstr "tuplesort_restorepos: ÎÞЧ״̬"
-#: bootparse.y:182
-msgid "create bootstrap: warning, open relation exists, closing first"
-msgstr "´´½¨Òýµ¼Êý¾Ý: ¾¯¸æ, ¹Øϵ´ò¿ªÒÑ´æÔÚ, ÏȹرÕ"
+#: utils/sort/tuplesort.c:1665
+msgid "tuplesort: unexpected end of tape"
+msgstr ""
-#: bootparse.y:191
-msgid "bootstrap relation created"
-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 ""
-#: bootparse.y:206
+#: utils/sort/tuplesort.c:1785
#, c-format
-msgid "relation created with oid %u"
-msgstr "¹Øϵ´´½¨Îª oid Ϊ %u"
+msgid "SelectSortFunction: cache lookup failed for operator %u"
+msgstr ""
-#: bootparse.y:219
+#: utils/sort/tuplesort.c:1897
#, c-format
-msgid "inserting row with oid %u..."
-msgstr "Óà oid %u ²åÈëÐÐ..."
-
-#: bootparse.y:221
-msgid "inserting row..."
-msgstr "²åÈëÐÐ..."
+msgid "Invalid SortFunctionKind %d"
+msgstr "ÎÞЧµÄ SortFunctionKind %d"
-#: bootparse.y:228
-#, c-format
-msgid "incorrect number of columns in row (expected %d, got %d)"
-msgstr "ÐÐÖÐ×Ö¶ÎÊýÄ¿´íÎó (Ô¤ÆÚ %d, ʵ¼Ê %d)"
+#: utils/sort/tuplesort.c:2085
+msgid "Cannot create unique index. Table contains non-unique values"
+msgstr "ÎÞ·¨´´½¨Î¨Ò»Ë÷Òý. ±íº¬ÓзÇΨһֵ"
-#: bootparse.y:232
-msgid "relation not open"
-msgstr "¹Øϵδ´ò¿ª"
+#: utils/sort/tuplesort.c:2161
+msgid "copytup_datum() should not be called"
+msgstr "copytup_datum() ½«²»±»µ÷ÓÃ"
-#: bootparse.y:303
-msgid "too many columns"
-msgstr "Ì«¶à×Ö¶Î"
+#: utils/sort/tuplestore.c:341
+msgid "tuplestore_puttuple: seek(EOF) failed"
+msgstr "tuplestore_puttuple: seek(EOF) ʧ°Ü"
-#: bootscanner.l:127
-#, c-format
-msgid "syntax error at line %d: unexpected character %s"
-msgstr "ÔÚµÚ %d Ðд¦Óï·¨´íÎó: δ֪×Ö·û %s"
+#: utils/sort/tuplestore.c:346
+msgid "tuplestore_puttuple: invalid state"
+msgstr "tuplestore_puttuple: ÎÞЧ״̬"
-#: bootscanner.l:143
-#, c-format
-msgid "syntax error at line %d: unexpected token %s"
-msgstr "ÔÚµÚ %d Ðд¦Óï·¨´íÎó: δ֪¼ÇºÅ %s"
+#: utils/sort/tuplestore.c:410
+msgid "tuplestore_gettuple: seek() failed"
+msgstr "tuplestore_gettuple: seek() ʧ°Ü"
-#~ msgid "TRUNCATE cannot be used on views. '%s' is a view"
-#~ msgstr "²»ÄÜÔÚÊÓͼÉÏʹÓà TRUNCATE. '%s' ÊÇÒ»¸öÊÓͼ"
+#: utils/sort/tuplestore.c:468 utils/sort/tuplestore.c:482
+msgid "tuplestore_gettuple: bogus tuple len in backward scan"
+msgstr ""
-#~ msgid ""
-#~ "\"%s\" is a system table. call REINDEX under standalone postgres with -O -"
-#~ "P options"
-#~ msgstr ""
-#~ "\"%s\" ÊǸöϵͳ±í. ÔÚ´øÓÐ -O -P Ñ¡ÏîÔËÐеĶÀÁ¢ postgres ½ø³Ìϵ÷Óà REINDEX"
+#: utils/sort/tuplestore.c:487
+msgid "tuplestore_gettuple: invalid state"
+msgstr "tuplestore_gettuple: ÎÞЧ״̬"
-#~ 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:539
+msgid "tuplestore_rescan: seek(0) failed"
+msgstr "tuplestore_rescan: seek(0) ʧ°Ü"
-#~ msgid "pq_recvbuf: recv() failed: %m"
-#~ msgstr "pq_recvbuf: recv() ʧ°Ü: %m"
+#: utils/sort/tuplestore.c:542
+msgid "tuplestore_rescan: invalid state"
+msgstr "tuplestore_rescan: ÎÞЧ״̬"
-#~ msgid "pq_flush: send() failed: %m"
-#~ msgstr "pq_flush: send() ʧ°Ü: %m"
+#: utils/sort/tuplestore.c:578
+msgid "tuplestore_markpos: invalid state"
+msgstr "tuplestore_markpos: ÎÞЧ״̬"
-#~ msgid "pq_eof: recv() failed: %m"
-#~ msgstr "pq_eof: recv() ʧ°Ü: %m"
+#: utils/sort/tuplestore.c:607
+msgid "tuplestore_restorepos failed"
+msgstr "tuplestore_restorepos ʧ°Ü"
-#~ msgid "Cache lookup for type %u failed"
-#~ msgstr "ÔÚ»º³åÖвéÕÒÀàÐÍ %u ʧ°Ü"
+#: utils/sort/tuplestore.c:610
+msgid "tuplestore_restorepos: invalid state"
+msgstr "tuplestore_restorepos: ÎÞЧ״̬"
-#~ msgid "Invalid user password '%s'"
-#~ msgstr "Óû§¿ÚÁîÎÞЧ '%s'"
+#: utils/sort/tuplestore.c:630
+msgid "tuplestore: unexpected end of tape"
+msgstr ""
-#~ msgid "relationHasPrimaryKey: index %u not found"
-#~ msgstr "relationHasPrimaryKey: δÕÒµ½Ë÷Òý %u"
+#: utils/sort/tuplestore.c:632 utils/sort/tuplestore.c:692
+#: utils/sort/tuplestore.c:696
+msgid "tuplestore: unexpected end of data"
+msgstr ""
-#~ msgid "sort_inner_and_outer: unexpected join type %d"
-#~ msgstr "sort_inner_and_outer: δ֪µÄÁ¬½ÓÀàÐÍ %d"
+#: 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: ûÓпìÕÕ±»ÉèÖÃ"