⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ko.po

📁 PostgreSQL 8.1.4的源码 适用于Linux下的开源数据库系统
💻 PO
📖 第 1 页 / 共 5 页
字号:
msgstr ""#: sql_help.h:209msgid "define a new database user account"msgstr "货 荤侩磊 父甸扁"#: sql_help.h:210msgid """CREATE USER name [ [ WITH ] option [ ... ] ]\n""\n""where option can be:\n""    \n""      SYSID uid \n""    | CREATEDB | NOCREATEDB\n""    | CREATEUSER | NOCREATEUSER\n""    | IN GROUP groupname [, ...]\n""    | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n""    | VALID UNTIL 'abstime'"msgstr ""#: sql_help.h:213msgid "define a new view"msgstr "货 view 父甸扁"#: sql_help.h:214msgid "CREATE [ OR REPLACE ] VIEW name [ ( column_name [, ...] ) ] AS query"msgstr ""#: sql_help.h:217msgid "deallocate a prepared statement"msgstr "霖厚等 备巩(prepared statement) 沥狼"#: sql_help.h:218msgid "DEALLOCATE [ PREPARE ] plan_name"msgstr ""#: sql_help.h:221msgid "define a cursor"msgstr "目辑 瘤沥"#: sql_help.h:222msgid """DECLARE name [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]\n""    CURSOR [ { WITH | WITHOUT } HOLD ] FOR query\n""    [ FOR { READ ONLY | UPDATE [ OF column [, ...] ] } ]"msgstr ""#: sql_help.h:225msgid "delete rows of a table"msgstr "抛捞喉狼 磊丰 昏力"#: sql_help.h:226msgid "DELETE FROM [ ONLY ] table [ WHERE condition ]"msgstr ""#: sql_help.h:229msgid "remove an aggregate function"msgstr "笼拌 窃荐 昏力"#: sql_help.h:230msgid "DROP AGGREGATE name ( type ) [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:233msgid "remove a cast"msgstr "屈函券磊 昏力"#: sql_help.h:234msgid "DROP CAST (sourcetype AS targettype) [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:237msgid "remove a conversion"msgstr "巩磊内靛 函券痹蘑(conversion) 昏力"#: sql_help.h:238msgid "DROP CONVERSION name [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:241msgid "remove a database"msgstr "单捞磐海捞胶 昏力"#: sql_help.h:242msgid "DROP DATABASE name"msgstr ""#: sql_help.h:245msgid "remove a domain"msgstr "档皋牢 昏力"#: sql_help.h:246msgid "DROP DOMAIN name [, ...]  [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:249msgid "remove a function"msgstr "窃荐 昏力"#: sql_help.h:250msgid "DROP FUNCTION name ( [ type [, ...] ] ) [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:253msgid "remove a user group"msgstr "荤侩磊 弊缝 昏力"#: sql_help.h:254msgid "DROP GROUP name"msgstr ""#: sql_help.h:257msgid "remove an index"msgstr "牢郸胶 昏力"#: sql_help.h:258msgid "DROP INDEX name [, ...] [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:261msgid "remove a procedural language"msgstr "橇肺矫林倔 攫绢 昏力"#: sql_help.h:262msgid "DROP [ PROCEDURAL ] LANGUAGE name [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:265msgid "remove an operator class"msgstr "楷魂磊 努贰胶 昏力"#: sql_help.h:266msgid "DROP OPERATOR CLASS name USING index_method [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:269msgid "remove an operator"msgstr "楷魂磊 昏力"#: sql_help.h:270msgid """DROP OPERATOR name ( { lefttype | NONE } , { righttype | NONE } ) [ CASCADE ""| RESTRICT ]"msgstr ""#: sql_help.h:273msgid "remove a rewrite rule"msgstr "逢(rule) 昏力"#: sql_help.h:274msgid "DROP RULE name ON relation [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:277msgid "remove a schema"msgstr "胶虐付(schema) 昏力"#: sql_help.h:278msgid "DROP SCHEMA name [, ...] [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:281msgid "remove a sequence"msgstr "矫啮胶 昏力"#: sql_help.h:282msgid "DROP SEQUENCE name [, ...] [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:285msgid "remove a table"msgstr "抛捞喉 昏力"#: sql_help.h:286msgid "DROP TABLE name [, ...] [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:289msgid "remove a tablespace"msgstr "抛捞喉胶其捞胶 昏力"#: sql_help.h:290msgid "DROP TABLESPACE tablespacename"msgstr ""#: sql_help.h:293msgid "remove a trigger"msgstr "飘府芭 昏力"#: sql_help.h:294msgid "DROP TRIGGER name ON table [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:297msgid "remove a data type"msgstr "磊丰屈 昏力"#: sql_help.h:298msgid "DROP TYPE name [, ...] [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:301msgid "remove a database user account"msgstr "荤侩磊 昏力"#: sql_help.h:302msgid "DROP USER name"msgstr ""#: sql_help.h:305msgid "remove a view"msgstr "轰(view) 昏力"#: sql_help.h:306msgid "DROP VIEW name [, ...] [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:310msgid "END [ WORK | TRANSACTION ]"msgstr ""#: sql_help.h:313msgid "execute a prepared statement"msgstr "霖厚等 备巩(prepared statement) 角青"#: sql_help.h:314msgid "EXECUTE plan_name [ (parameter [, ...] ) ]"msgstr ""#: sql_help.h:317msgid "show the execution plan of a statement"msgstr "孽府 角青拌裙 焊扁"#: sql_help.h:318msgid "EXPLAIN [ ANALYZE ] [ VERBOSE ] statement"msgstr ""#: sql_help.h:321msgid "retrieve rows from a query using a cursor"msgstr "秦寸 目辑俊辑 磊丰 惶扁"#: sql_help.h:322msgid """FETCH [ direction { FROM | IN } ] cursorname\n""\n""where direction can be empty or one of:\n""\n""    NEXT\n""    PRIOR\n""    FIRST\n""    LAST\n""    ABSOLUTE count\n""    RELATIVE count\n""    count\n""    ALL\n""    FORWARD\n""    FORWARD count\n""    FORWARD ALL\n""    BACKWARD\n""    BACKWARD count\n""    BACKWARD ALL"msgstr ""#: sql_help.h:325msgid "define access privileges"msgstr "立辟 鼻茄 瘤沥窍扁"#: sql_help.h:326msgid """GRANT { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER }\n""    [,...] | ALL [ PRIVILEGES ] }\n""    ON [ TABLE ] tablename [, ...]\n""    TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH GRANT ""OPTION ]\n""\n""GRANT { { CREATE | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n""    ON DATABASE dbname [, ...]\n""    TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH GRANT ""OPTION ]\n""\n""GRANT { EXECUTE | ALL [ PRIVILEGES ] }\n""    ON FUNCTION funcname ([type, ...]) [, ...]\n""    TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH GRANT ""OPTION ]\n""\n""GRANT { USAGE | ALL [ PRIVILEGES ] }\n""    ON LANGUAGE langname [, ...]\n""    TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH GRANT ""OPTION ]\n""\n""GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n""    ON SCHEMA schemaname [, ...]\n""    TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH GRANT ""OPTION ]\n""\n""GRANT { CREATE | ALL [ PRIVILEGES ] }\n""    ON TABLESPACE tablespacename [, ...]\n""    TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH GRANT OPTION ]"msgstr ""#: sql_help.h:329msgid "create new rows in a table"msgstr "抛捞喉 磊丰 火涝"#: sql_help.h:330msgid """INSERT INTO table [ ( column [, ...] ) ]\n""    { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) | query }"msgstr ""#: sql_help.h:333msgid "listen for a notification"msgstr "漂沥 辑滚 皋矫瘤 荐脚窃"#: sql_help.h:334msgid "LISTEN name"msgstr ""#: sql_help.h:337msgid "load or reload a shared library file"msgstr "傍蜡 扼捞宏矾府 颇老阑 肺爹, 犁肺爹窃"#: sql_help.h:338msgid "LOAD 'filename'"msgstr ""#: sql_help.h:341msgid "lock a table"msgstr "抛捞喉 泪陛"#: sql_help.h:342msgid """LOCK [ TABLE ] name [, ...] [ IN lockmode MODE ] [ NOWAIT ]\n""\n""where lockmode is one of:\n""\n""    ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n""    | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE"msgstr ""#: sql_help.h:345msgid "position a cursor"msgstr "目辑 困摹 颗扁扁"#: sql_help.h:346msgid "MOVE [ direction { FROM | IN } ] cursorname"msgstr ""#: sql_help.h:349msgid "generate a notification"msgstr "漂沥 辑滚 皋矫瘤 惯积"#: sql_help.h:350msgid "NOTIFY name"msgstr ""#: sql_help.h:353msgid "prepare a statement for execution"msgstr "霖厚等 备巩(prepared statement) 父甸扁"#: sql_help.h:354msgid "PREPARE plan_name [ (datatype [, ...] ) ] AS statement"msgstr ""#: sql_help.h:357msgid "rebuild indexes"msgstr "牢郸胶 促矫 父甸扁"#: sql_help.h:358msgid "REINDEX { DATABASE | TABLE | INDEX } name [ FORCE ]"msgstr ""#: sql_help.h:361msgid "destroy a previously defined savepoint"msgstr ""#: sql_help.h:362msgid "RELEASE [ SAVEPOINT ] savepoint_name"msgstr ""#: sql_help.h:365msgid "restore the value of a run-time parameter to the default value"msgstr "角矫埃 券版 函荐蔼阑 檬扁蔼栏肺 促矫 瘤沥"#: sql_help.h:366msgid """RESET name\n""RESET ALL"msgstr ""#: sql_help.h:369msgid "remove access privileges"msgstr "立辟 鼻茄 秦力窍扁"#: sql_help.h:370msgid """REVOKE [ GRANT OPTION FOR ]\n""    { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER }\n""    [,...] | ALL [ PRIVILEGES ] }\n""    ON [ TABLE ] tablename [, ...]\n""    FROM { username | GROUP groupname | PUBLIC } [, ...]\n""    [ CASCADE | RESTRICT ]\n""\n""REVOKE [ GRANT OPTION FOR ]\n""    { { CREATE | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n""    ON DATABASE dbname [, ...]\n""    FROM { username | GROUP groupname | PUBLIC } [, ...]\n""    [ CASCADE | RESTRICT ]\n""\n""REVOKE [ GRANT OPTION FOR ]\n""    { EXECUTE | ALL [ PRIVILEGES ] }\n""    ON FUNCTION funcname ([type, ...]) [, ...]\n""    FROM { username | GROUP groupname | PUBLIC } [, ...]\n""    [ CASCADE | RESTRICT ]\n""\n""REVOKE [ GRANT OPTION FOR ]\n""    { USAGE | ALL [ PRIVILEGES ] }\n""    ON LANGUAGE langname [, ...]\n""    FROM { username | GROUP groupname | PUBLIC } [, ...]\n""    [ CASCADE | RESTRICT ]\n""\n""REVOKE [ GRANT OPTION FOR ]\n""    { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n""    ON SCHEMA schemaname [, ...]\n""    FROM { username | GROUP groupname | PUBLIC } [, ...]\n""    [ CASCADE | RESTRICT ]\n""\n""REVOKE [ GRANT OPTION FOR ]\n""    { CREATE | ALL [ PRIVILEGES ] }\n""    ON TABLESPACE tablespacename [, ...]\n""    FROM { username | GROUP groupname | PUBLIC } [, ...]\n""    [ CASCADE | RESTRICT ]"msgstr ""#: sql_help.h:374msgid "ROLLBACK [ WORK | TRANSACTION ]"msgstr ""#: sql_help.h:377msgid "roll back to a savepoint"msgstr ""#: sql_help.h:378msgid "ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_name"msgstr ""#: sql_help.h:381msgid "define a new savepoint within the current transaction"msgstr "泅犁 飘罚黎记俊辑 货肺款 savepoint 父甸扁"#: sql_help.h:382msgid "SAVEPOINT savepoint_name"msgstr ""#: sql_help.h:385msgid "retrieve rows from a table or view"msgstr "抛捞喉捞唱 轰狼 磊丰甫 免仿"#: sql_help.h:386msgid """SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n""    * | expression [ AS output_name ] [, ...]\n""    [ FROM from_item [, ...] ]\n""    [ WHERE condition ]\n""    [ GROUP BY expression [, ...] ]\n""    [ HAVING condition [, ...] ]\n""    [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n""    [ ORDER BY expression [ ASC | DESC | USING operator ] [, ...] ]\n""    [ LIMIT { count | ALL } ]\n""    [ OFFSET start ]\n""    [ FOR UPDATE [ OF table_name [, ...] ] ]\n""\n""where from_item can be one of:\n""\n""    [ ONLY ] table_name [ * ] [ [ AS ] alias [ ( column_alias [, ...] ) ] ]\n""    ( select ) [ AS ] alias [ ( column_alias [, ...] ) ]\n""    function_name ( [ argument [, ...] ] ) [ AS ] alias [ ( column_alias ""[, ...] | column_definition [, ...] ) ]\n""    function_name ( [ argument [, ...] ] ) AS ( column_definition [, ...] )\n""    from_item [ NATURAL ] join_type from_item [ ON join_condition | USING ""( join_column [, ...] ) ]"msgstr ""#: sql_help.h:390msgid """SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n""    * | expression [ AS output_name ] [, ...]\n""    INTO [ TEMPORARY | TEMP ] [ TABLE ] new_table\n""    [ FROM from_item [, ...] ]\n""    [ WHERE condition ]\n""    [ GROUP BY expression [, ...] ]\n""    [ HAVING condition [, ...] ]\n""    [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n""    [ ORDER BY expression [ ASC | DESC | USING operator ] [, ...] ]\n""    [ LIMIT { count | ALL } ]\n""    [ OFFSET start ]\n""    [ FOR UPDATE [ OF tablename [, ...] ] ]"msgstr ""#: sql_help.h:393msgid "change a run-time parameter"msgstr "角矫埃 券版 函荐蔼 官操扁"#: sql_help.h:394msgid """SET [ SESSION | LOCAL ] name { TO | = } { value | 'value' | DEFAULT }\n""SET [ SESSION | LOCAL ] TIME ZONE { timezone | LOCAL | DEFAULT }"msgstr ""#: sql_help.h:397msgid "set constraint checking modes for the current transaction

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -