ja: Translation updates
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Tue, 5 Nov 2024 00:30:42 +0000 (09:30 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Tue, 5 Nov 2024 00:30:42 +0000 (09:30 +0900)
ja/psql.po

index 6794918fe2688af1c40642780bd0f48dcdc2a763..56583255085546a56da717006abc90b8fdcea04b 100644 (file)
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psql (PostgreSQL 16)\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
-"POT-Creation-Date: 2023-07-20 09:25+0900\n"
-"PO-Revision-Date: 2023-11-22 10:49+0900\n"
+"POT-Creation-Date: 2024-11-05 09:20+0900\n"
+"PO-Revision-Date: 2024-11-05 09:29+0900\n"
 "Last-Translator: Kyotaro Horiguchi <horikyota.ntt@gmail.com>\n"
 "Language-Team: Japan PostgreSQL Users Group <jpug-doc@ml.postgresql.jp>\n"
 "Language: ja\n"
@@ -163,6 +163,11 @@ msgstr "テーブルの内容にセルを追加できません: セルの合計
 msgid "invalid output format (internal error): %d"
 msgstr "出力フォーマットが無効(内部エラー):%d"
 
+#: ../../fe_utils/psqlscan.l:732
+#, c-format
+msgid "skipping recursive expansion of variable \"%s\""
+msgstr "変数\"%s\"の再帰展開をスキップしています"
+
 #: ../../port/thread.c:50 ../../port/thread.c:86
 #, c-format
 msgid "could not look up local user ID %d: %s"
@@ -233,7 +238,7 @@ msgstr "データベース\"%s\"にユーザー\"%s\"として、ホスト\"%s\"
 msgid "no query buffer"
 msgstr "問い合わせバッファがありません"
 
-#: command.c:1099 command.c:5689
+#: command.c:1099 command.c:5694
 #, c-format
 msgid "invalid line number: %s"
 msgstr "不正な行番号です: %s"
@@ -247,10 +252,10 @@ msgstr "変更されていません"
 msgid "%s: invalid encoding name or conversion procedure not found"
 msgstr "%s: エンコーディング名が不正であるか、または変換プロシージャが見つかりません。"
 
-#: command.c:1350 command.c:2152 command.c:3435 command.c:3632 command.c:5795
+#: command.c:1350 command.c:2152 command.c:3435 command.c:3632 command.c:5800
 #: common.c:182 common.c:231 common.c:400 common.c:1102 common.c:1120
-#: common.c:1194 common.c:1313 common.c:1351 common.c:1444 common.c:1480
-#: copy.c:486 copy.c:720 help.c:66 large_obj.c:157 large_obj.c:192
+#: common.c:1194 common.c:1306 common.c:1344 common.c:1437 common.c:1473
+#: copy.c:486 copy.c:721 help.c:66 large_obj.c:157 large_obj.c:192
 #: large_obj.c:254 startup.c:304
 #, c-format
 msgid "%s"
@@ -741,32 +746,32 @@ msgstr "Unicodeヘッダー行のスタイルは\"%s\"です。\n"
 msgid "\\!: failed"
 msgstr "\\!: 失敗"
 
-#: command.c:5168
+#: command.c:5172
 #, c-format
 msgid "\\watch cannot be used with an empty query"
 msgstr "\\watchは空の問い合わせでは使えません"
 
-#: command.c:5200
+#: command.c:5204
 #, c-format
 msgid "could not set timer: %m"
 msgstr "タイマーを設定できません: %m"
 
-#: command.c:5269
+#: command.c:5273
 #, c-format
 msgid "%s\t%s (every %gs)\n"
 msgstr "%s\t%s (%g 秒毎)\n"
 
-#: command.c:5272
+#: command.c:5276
 #, c-format
 msgid "%s (every %gs)\n"
 msgstr "%s (%g 秒毎)\n"
 
-#: command.c:5340
+#: command.c:5345
 #, c-format
 msgid "could not wait for signals: %m"
 msgstr "シグナルを待機できませんでした: %m"
 
-#: command.c:5398 command.c:5405 common.c:592 common.c:599 common.c:1083
+#: command.c:5403 command.c:5410 common.c:592 common.c:599 common.c:1083
 #, c-format
 msgid ""
 "********* QUERY **********\n"
@@ -779,12 +784,12 @@ msgstr ""
 "**************************\n"
 "\n"
 
-#: command.c:5584
+#: command.c:5589
 #, c-format
 msgid "\"%s.%s\" is not a view"
 msgstr "\"%s.%s\"はビューではありません"
 
-#: command.c:5600
+#: command.c:5605
 #, c-format
 msgid "could not parse reloptions array"
 msgstr "reloptions配列をパースできませんでした"
@@ -900,18 +905,18 @@ msgstr "文:  %s"
 msgid "unexpected transaction status (%d)"
 msgstr "想定外のトランザクション状態(%d)"
 
-#: common.c:1335 describe.c:2026
+#: common.c:1328 describe.c:2026
 msgid "Column"
 msgstr "列"
 
-#: common.c:1336 describe.c:170 describe.c:358 describe.c:376 describe.c:1046
+#: common.c:1329 describe.c:170 describe.c:358 describe.c:376 describe.c:1046
 #: describe.c:1200 describe.c:1732 describe.c:1756 describe.c:2027
 #: describe.c:3958 describe.c:4170 describe.c:4409 describe.c:4571
 #: describe.c:5846
 msgid "Type"
 msgstr "タイプ"
 
-#: common.c:1385
+#: common.c:1378
 #, c-format
 msgid "The command has no result, or the result has no columns.\n"
 msgstr "このコマンドは結果を返却しないか、結果にカラムが含まれません。\n"
@@ -973,11 +978,11 @@ msgstr ""
 "コピーするデータに続いて改行を入力してください。\n"
 "バックスラッシュとピリオドだけの行、もしくは EOF シグナルで終了します。"
 
-#: copy.c:682
+#: copy.c:683
 msgid "aborted because of read failure"
 msgstr "読み取りエラーのため中止"
 
-#: copy.c:716
+#: copy.c:717
 msgid "trying to exit copy mode"
 msgstr "コピーモードを終了しようとしています。"
 
@@ -4050,11 +4055,6 @@ msgstr "問い合わせは無視されました; \\endifかCtrl-Cで現在の\\i
 msgid "reached EOF without finding closing \\endif(s)"
 msgstr "ブロックを閉じる\\endifを検出中に、ファイルの終端(EOF)に達しました"
 
-#: psqlscan.l:716
-#, c-format
-msgid "skipping recursive expansion of variable \"%s\""
-msgstr "変数\"%s\"の再帰展開をスキップしています"
-
 #: psqlscanslash.l:640
 #, c-format
 msgid "unterminated quoted string"
@@ -4068,2427 +4068,2433 @@ msgstr "%s: メモリ不足です"
 #: sql_help.c:35 sql_help.c:38 sql_help.c:41 sql_help.c:65 sql_help.c:66
 #: sql_help.c:68 sql_help.c:70 sql_help.c:81 sql_help.c:83 sql_help.c:85
 #: sql_help.c:113 sql_help.c:119 sql_help.c:121 sql_help.c:123 sql_help.c:125
-#: sql_help.c:126 sql_help.c:129 sql_help.c:131 sql_help.c:133 sql_help.c:238
-#: sql_help.c:240 sql_help.c:241 sql_help.c:243 sql_help.c:245 sql_help.c:248
-#: sql_help.c:250 sql_help.c:252 sql_help.c:254 sql_help.c:266 sql_help.c:267
-#: sql_help.c:268 sql_help.c:270 sql_help.c:319 sql_help.c:321 sql_help.c:323
-#: sql_help.c:325 sql_help.c:394 sql_help.c:399 sql_help.c:401 sql_help.c:443
-#: sql_help.c:445 sql_help.c:448 sql_help.c:450 sql_help.c:519 sql_help.c:524
-#: sql_help.c:529 sql_help.c:534 sql_help.c:539 sql_help.c:593 sql_help.c:595
-#: sql_help.c:597 sql_help.c:599 sql_help.c:601 sql_help.c:604 sql_help.c:606
-#: sql_help.c:609 sql_help.c:620 sql_help.c:622 sql_help.c:666 sql_help.c:668
-#: sql_help.c:670 sql_help.c:673 sql_help.c:675 sql_help.c:677 sql_help.c:714
-#: sql_help.c:718 sql_help.c:722 sql_help.c:741 sql_help.c:744 sql_help.c:747
-#: sql_help.c:776 sql_help.c:788 sql_help.c:796 sql_help.c:799 sql_help.c:802
-#: sql_help.c:817 sql_help.c:820 sql_help.c:849 sql_help.c:854 sql_help.c:859
-#: sql_help.c:864 sql_help.c:869 sql_help.c:896 sql_help.c:898 sql_help.c:900
-#: sql_help.c:902 sql_help.c:905 sql_help.c:907 sql_help.c:954 sql_help.c:999
-#: sql_help.c:1004 sql_help.c:1009 sql_help.c:1014 sql_help.c:1019
-#: sql_help.c:1038 sql_help.c:1049 sql_help.c:1051 sql_help.c:1071
-#: sql_help.c:1081 sql_help.c:1082 sql_help.c:1084 sql_help.c:1086
-#: sql_help.c:1098 sql_help.c:1102 sql_help.c:1104 sql_help.c:1116
-#: sql_help.c:1118 sql_help.c:1120 sql_help.c:1122 sql_help.c:1141
-#: sql_help.c:1143 sql_help.c:1147 sql_help.c:1151 sql_help.c:1155
-#: sql_help.c:1158 sql_help.c:1159 sql_help.c:1160 sql_help.c:1163
-#: sql_help.c:1166 sql_help.c:1168 sql_help.c:1308 sql_help.c:1310
-#: sql_help.c:1313 sql_help.c:1316 sql_help.c:1318 sql_help.c:1320
-#: sql_help.c:1323 sql_help.c:1326 sql_help.c:1443 sql_help.c:1445
-#: sql_help.c:1447 sql_help.c:1450 sql_help.c:1471 sql_help.c:1474
-#: sql_help.c:1477 sql_help.c:1480 sql_help.c:1484 sql_help.c:1486
-#: sql_help.c:1488 sql_help.c:1490 sql_help.c:1504 sql_help.c:1507
-#: sql_help.c:1509 sql_help.c:1511 sql_help.c:1521 sql_help.c:1523
-#: sql_help.c:1533 sql_help.c:1535 sql_help.c:1545 sql_help.c:1548
-#: sql_help.c:1571 sql_help.c:1573 sql_help.c:1575 sql_help.c:1577
-#: sql_help.c:1580 sql_help.c:1582 sql_help.c:1585 sql_help.c:1588
-#: sql_help.c:1639 sql_help.c:1682 sql_help.c:1685 sql_help.c:1687
-#: sql_help.c:1689 sql_help.c:1692 sql_help.c:1694 sql_help.c:1696
-#: sql_help.c:1699 sql_help.c:1751 sql_help.c:1767 sql_help.c:2000
-#: sql_help.c:2069 sql_help.c:2088 sql_help.c:2101 sql_help.c:2159
-#: sql_help.c:2167 sql_help.c:2177 sql_help.c:2204 sql_help.c:2236
-#: sql_help.c:2254 sql_help.c:2282 sql_help.c:2393 sql_help.c:2439
-#: sql_help.c:2464 sql_help.c:2487 sql_help.c:2491 sql_help.c:2525
-#: sql_help.c:2545 sql_help.c:2567 sql_help.c:2581 sql_help.c:2602
-#: sql_help.c:2631 sql_help.c:2666 sql_help.c:2691 sql_help.c:2738
-#: sql_help.c:3033 sql_help.c:3046 sql_help.c:3063 sql_help.c:3079
-#: sql_help.c:3119 sql_help.c:3173 sql_help.c:3177 sql_help.c:3179
-#: sql_help.c:3186 sql_help.c:3205 sql_help.c:3232 sql_help.c:3267
-#: sql_help.c:3279 sql_help.c:3288 sql_help.c:3332 sql_help.c:3346
-#: sql_help.c:3374 sql_help.c:3382 sql_help.c:3394 sql_help.c:3404
-#: sql_help.c:3412 sql_help.c:3420 sql_help.c:3428 sql_help.c:3436
-#: sql_help.c:3445 sql_help.c:3456 sql_help.c:3464 sql_help.c:3472
-#: sql_help.c:3480 sql_help.c:3488 sql_help.c:3498 sql_help.c:3507
-#: sql_help.c:3516 sql_help.c:3524 sql_help.c:3534 sql_help.c:3545
-#: sql_help.c:3553 sql_help.c:3562 sql_help.c:3573 sql_help.c:3582
-#: sql_help.c:3590 sql_help.c:3598 sql_help.c:3606 sql_help.c:3614
-#: sql_help.c:3622 sql_help.c:3630 sql_help.c:3638 sql_help.c:3646
-#: sql_help.c:3654 sql_help.c:3662 sql_help.c:3679 sql_help.c:3688
-#: sql_help.c:3696 sql_help.c:3713 sql_help.c:3728 sql_help.c:4040
-#: sql_help.c:4150 sql_help.c:4179 sql_help.c:4195 sql_help.c:4197
-#: sql_help.c:4700 sql_help.c:4748 sql_help.c:4906
+#: sql_help.c:126 sql_help.c:129 sql_help.c:131 sql_help.c:133 sql_help.c:245
+#: sql_help.c:247 sql_help.c:248 sql_help.c:250 sql_help.c:252 sql_help.c:255
+#: sql_help.c:257 sql_help.c:259 sql_help.c:261 sql_help.c:276 sql_help.c:277
+#: sql_help.c:278 sql_help.c:280 sql_help.c:329 sql_help.c:331 sql_help.c:333
+#: sql_help.c:335 sql_help.c:404 sql_help.c:409 sql_help.c:411 sql_help.c:453
+#: sql_help.c:455 sql_help.c:458 sql_help.c:460 sql_help.c:529 sql_help.c:534
+#: sql_help.c:539 sql_help.c:544 sql_help.c:549 sql_help.c:603 sql_help.c:605
+#: sql_help.c:607 sql_help.c:609 sql_help.c:611 sql_help.c:614 sql_help.c:616
+#: sql_help.c:619 sql_help.c:630 sql_help.c:632 sql_help.c:676 sql_help.c:678
+#: sql_help.c:680 sql_help.c:683 sql_help.c:685 sql_help.c:687 sql_help.c:724
+#: sql_help.c:728 sql_help.c:732 sql_help.c:751 sql_help.c:754 sql_help.c:757
+#: sql_help.c:786 sql_help.c:798 sql_help.c:806 sql_help.c:809 sql_help.c:812
+#: sql_help.c:827 sql_help.c:830 sql_help.c:859 sql_help.c:864 sql_help.c:869
+#: sql_help.c:874 sql_help.c:879 sql_help.c:906 sql_help.c:908 sql_help.c:910
+#: sql_help.c:912 sql_help.c:915 sql_help.c:917 sql_help.c:964 sql_help.c:1009
+#: sql_help.c:1014 sql_help.c:1019 sql_help.c:1024 sql_help.c:1029
+#: sql_help.c:1048 sql_help.c:1059 sql_help.c:1061 sql_help.c:1081
+#: sql_help.c:1091 sql_help.c:1092 sql_help.c:1094 sql_help.c:1096
+#: sql_help.c:1108 sql_help.c:1112 sql_help.c:1114 sql_help.c:1126
+#: sql_help.c:1128 sql_help.c:1130 sql_help.c:1132 sql_help.c:1151
+#: sql_help.c:1153 sql_help.c:1157 sql_help.c:1161 sql_help.c:1165
+#: sql_help.c:1168 sql_help.c:1169 sql_help.c:1170 sql_help.c:1173
+#: sql_help.c:1176 sql_help.c:1178 sql_help.c:1317 sql_help.c:1319
+#: sql_help.c:1322 sql_help.c:1325 sql_help.c:1327 sql_help.c:1329
+#: sql_help.c:1332 sql_help.c:1335 sql_help.c:1455 sql_help.c:1457
+#: sql_help.c:1459 sql_help.c:1462 sql_help.c:1483 sql_help.c:1486
+#: sql_help.c:1489 sql_help.c:1492 sql_help.c:1496 sql_help.c:1498
+#: sql_help.c:1500 sql_help.c:1502 sql_help.c:1516 sql_help.c:1519
+#: sql_help.c:1521 sql_help.c:1523 sql_help.c:1533 sql_help.c:1535
+#: sql_help.c:1545 sql_help.c:1547 sql_help.c:1557 sql_help.c:1560
+#: sql_help.c:1583 sql_help.c:1585 sql_help.c:1587 sql_help.c:1589
+#: sql_help.c:1592 sql_help.c:1594 sql_help.c:1597 sql_help.c:1600
+#: sql_help.c:1651 sql_help.c:1694 sql_help.c:1697 sql_help.c:1699
+#: sql_help.c:1701 sql_help.c:1704 sql_help.c:1706 sql_help.c:1708
+#: sql_help.c:1711 sql_help.c:1763 sql_help.c:1779 sql_help.c:2012
+#: sql_help.c:2081 sql_help.c:2100 sql_help.c:2113 sql_help.c:2171
+#: sql_help.c:2179 sql_help.c:2189 sql_help.c:2216 sql_help.c:2248
+#: sql_help.c:2266 sql_help.c:2294 sql_help.c:2405 sql_help.c:2451
+#: sql_help.c:2476 sql_help.c:2499 sql_help.c:2503 sql_help.c:2537
+#: sql_help.c:2557 sql_help.c:2579 sql_help.c:2593 sql_help.c:2614
+#: sql_help.c:2643 sql_help.c:2678 sql_help.c:2703 sql_help.c:2750
+#: sql_help.c:3048 sql_help.c:3061 sql_help.c:3078 sql_help.c:3094
+#: sql_help.c:3134 sql_help.c:3188 sql_help.c:3192 sql_help.c:3194
+#: sql_help.c:3201 sql_help.c:3220 sql_help.c:3247 sql_help.c:3282
+#: sql_help.c:3294 sql_help.c:3303 sql_help.c:3347 sql_help.c:3361
+#: sql_help.c:3389 sql_help.c:3397 sql_help.c:3409 sql_help.c:3419
+#: sql_help.c:3427 sql_help.c:3435 sql_help.c:3443 sql_help.c:3451
+#: sql_help.c:3460 sql_help.c:3471 sql_help.c:3479 sql_help.c:3487
+#: sql_help.c:3495 sql_help.c:3503 sql_help.c:3513 sql_help.c:3522
+#: sql_help.c:3531 sql_help.c:3539 sql_help.c:3549 sql_help.c:3560
+#: sql_help.c:3568 sql_help.c:3577 sql_help.c:3588 sql_help.c:3597
+#: sql_help.c:3605 sql_help.c:3613 sql_help.c:3621 sql_help.c:3629
+#: sql_help.c:3637 sql_help.c:3645 sql_help.c:3653 sql_help.c:3661
+#: sql_help.c:3669 sql_help.c:3677 sql_help.c:3694 sql_help.c:3703
+#: sql_help.c:3711 sql_help.c:3728 sql_help.c:3743 sql_help.c:4055
+#: sql_help.c:4169 sql_help.c:4198 sql_help.c:4214 sql_help.c:4216
+#: sql_help.c:4719 sql_help.c:4767 sql_help.c:4925
 msgid "name"
 msgstr "名前"
 
-#: sql_help.c:36 sql_help.c:39 sql_help.c:42 sql_help.c:330 sql_help.c:1848
-#: sql_help.c:3347 sql_help.c:4468
+#: sql_help.c:36 sql_help.c:39 sql_help.c:42 sql_help.c:340 sql_help.c:1860
+#: sql_help.c:3362 sql_help.c:4487
 msgid "aggregate_signature"
 msgstr "集約関数のシグニチャー"
 
-#: sql_help.c:37 sql_help.c:67 sql_help.c:82 sql_help.c:120 sql_help.c:253
-#: sql_help.c:271 sql_help.c:402 sql_help.c:449 sql_help.c:528 sql_help.c:576
-#: sql_help.c:594 sql_help.c:621 sql_help.c:674 sql_help.c:743 sql_help.c:798
-#: sql_help.c:819 sql_help.c:858 sql_help.c:908 sql_help.c:955 sql_help.c:1008
-#: sql_help.c:1040 sql_help.c:1050 sql_help.c:1085 sql_help.c:1105
-#: sql_help.c:1119 sql_help.c:1169 sql_help.c:1317 sql_help.c:1444
-#: sql_help.c:1487 sql_help.c:1508 sql_help.c:1522 sql_help.c:1534
-#: sql_help.c:1547 sql_help.c:1574 sql_help.c:1640 sql_help.c:1693
+#: sql_help.c:37 sql_help.c:67 sql_help.c:82 sql_help.c:120 sql_help.c:260
+#: sql_help.c:281 sql_help.c:412 sql_help.c:459 sql_help.c:538 sql_help.c:586
+#: sql_help.c:604 sql_help.c:631 sql_help.c:684 sql_help.c:753 sql_help.c:808
+#: sql_help.c:829 sql_help.c:868 sql_help.c:918 sql_help.c:965 sql_help.c:1018
+#: sql_help.c:1050 sql_help.c:1060 sql_help.c:1095 sql_help.c:1115
+#: sql_help.c:1129 sql_help.c:1179 sql_help.c:1326 sql_help.c:1456
+#: sql_help.c:1499 sql_help.c:1520 sql_help.c:1534 sql_help.c:1546
+#: sql_help.c:1559 sql_help.c:1586 sql_help.c:1652 sql_help.c:1705
 msgid "new_name"
 msgstr "新しい名前"
 
-#: sql_help.c:40 sql_help.c:69 sql_help.c:84 sql_help.c:122 sql_help.c:251
-#: sql_help.c:269 sql_help.c:400 sql_help.c:485 sql_help.c:533 sql_help.c:623
-#: sql_help.c:632 sql_help.c:697 sql_help.c:717 sql_help.c:746 sql_help.c:801
-#: sql_help.c:863 sql_help.c:906 sql_help.c:1013 sql_help.c:1052
-#: sql_help.c:1083 sql_help.c:1103 sql_help.c:1117 sql_help.c:1167
-#: sql_help.c:1381 sql_help.c:1446 sql_help.c:1489 sql_help.c:1510
-#: sql_help.c:1572 sql_help.c:1688 sql_help.c:3019
+#: sql_help.c:40 sql_help.c:69 sql_help.c:84 sql_help.c:122 sql_help.c:258
+#: sql_help.c:279 sql_help.c:410 sql_help.c:495 sql_help.c:543 sql_help.c:633
+#: sql_help.c:642 sql_help.c:707 sql_help.c:727 sql_help.c:756 sql_help.c:811
+#: sql_help.c:873 sql_help.c:916 sql_help.c:1023 sql_help.c:1062
+#: sql_help.c:1093 sql_help.c:1113 sql_help.c:1127 sql_help.c:1177
+#: sql_help.c:1390 sql_help.c:1458 sql_help.c:1501 sql_help.c:1522
+#: sql_help.c:1584 sql_help.c:1700 sql_help.c:3034
 msgid "new_owner"
 msgstr "新しい所有者"
 
-#: sql_help.c:43 sql_help.c:71 sql_help.c:86 sql_help.c:255 sql_help.c:322
-#: sql_help.c:451 sql_help.c:538 sql_help.c:676 sql_help.c:721 sql_help.c:749
-#: sql_help.c:804 sql_help.c:868 sql_help.c:1018 sql_help.c:1087
-#: sql_help.c:1121 sql_help.c:1319 sql_help.c:1491 sql_help.c:1512
-#: sql_help.c:1524 sql_help.c:1536 sql_help.c:1576 sql_help.c:1695
+#: sql_help.c:43 sql_help.c:71 sql_help.c:86 sql_help.c:262 sql_help.c:332
+#: sql_help.c:461 sql_help.c:548 sql_help.c:686 sql_help.c:731 sql_help.c:759
+#: sql_help.c:814 sql_help.c:878 sql_help.c:1028 sql_help.c:1097
+#: sql_help.c:1131 sql_help.c:1328 sql_help.c:1503 sql_help.c:1524
+#: sql_help.c:1536 sql_help.c:1548 sql_help.c:1588 sql_help.c:1707
 msgid "new_schema"
 msgstr "新しいスキーマ"
 
-#: sql_help.c:44 sql_help.c:1912 sql_help.c:3348 sql_help.c:4497
+#: sql_help.c:44 sql_help.c:1924 sql_help.c:3363 sql_help.c:4516
 msgid "where aggregate_signature is:"
 msgstr "集約関数のシグニチャーには以下のものがあります:"
 
-#: sql_help.c:45 sql_help.c:48 sql_help.c:51 sql_help.c:340 sql_help.c:353
-#: sql_help.c:357 sql_help.c:373 sql_help.c:376 sql_help.c:379 sql_help.c:520
-#: sql_help.c:525 sql_help.c:530 sql_help.c:535 sql_help.c:540 sql_help.c:850
-#: sql_help.c:855 sql_help.c:860 sql_help.c:865 sql_help.c:870 sql_help.c:1000
-#: sql_help.c:1005 sql_help.c:1010 sql_help.c:1015 sql_help.c:1020
-#: sql_help.c:1866 sql_help.c:1883 sql_help.c:1889 sql_help.c:1913
-#: sql_help.c:1916 sql_help.c:1919 sql_help.c:2070 sql_help.c:2089
-#: sql_help.c:2092 sql_help.c:2394 sql_help.c:2603 sql_help.c:3349
-#: sql_help.c:3352 sql_help.c:3355 sql_help.c:3446 sql_help.c:3535
-#: sql_help.c:3563 sql_help.c:3915 sql_help.c:4367 sql_help.c:4474
-#: sql_help.c:4481 sql_help.c:4487 sql_help.c:4498 sql_help.c:4501
-#: sql_help.c:4504
+#: sql_help.c:45 sql_help.c:48 sql_help.c:51 sql_help.c:350 sql_help.c:363
+#: sql_help.c:367 sql_help.c:383 sql_help.c:386 sql_help.c:389 sql_help.c:530
+#: sql_help.c:535 sql_help.c:540 sql_help.c:545 sql_help.c:550 sql_help.c:860
+#: sql_help.c:865 sql_help.c:870 sql_help.c:875 sql_help.c:880 sql_help.c:1010
+#: sql_help.c:1015 sql_help.c:1020 sql_help.c:1025 sql_help.c:1030
+#: sql_help.c:1878 sql_help.c:1895 sql_help.c:1901 sql_help.c:1925
+#: sql_help.c:1928 sql_help.c:1931 sql_help.c:2082 sql_help.c:2101
+#: sql_help.c:2104 sql_help.c:2406 sql_help.c:2615 sql_help.c:3364
+#: sql_help.c:3367 sql_help.c:3370 sql_help.c:3461 sql_help.c:3550
+#: sql_help.c:3578 sql_help.c:3930 sql_help.c:4386 sql_help.c:4493
+#: sql_help.c:4500 sql_help.c:4506 sql_help.c:4517 sql_help.c:4520
+#: sql_help.c:4523
 msgid "argmode"
 msgstr "引数のモード"
 
-#: sql_help.c:46 sql_help.c:49 sql_help.c:52 sql_help.c:341 sql_help.c:354
-#: sql_help.c:358 sql_help.c:374 sql_help.c:377 sql_help.c:380 sql_help.c:521
-#: sql_help.c:526 sql_help.c:531 sql_help.c:536 sql_help.c:541 sql_help.c:851
-#: sql_help.c:856 sql_help.c:861 sql_help.c:866 sql_help.c:871 sql_help.c:1001
-#: sql_help.c:1006 sql_help.c:1011 sql_help.c:1016 sql_help.c:1021
-#: sql_help.c:1867 sql_help.c:1884 sql_help.c:1890 sql_help.c:1914
-#: sql_help.c:1917 sql_help.c:1920 sql_help.c:2071 sql_help.c:2090
-#: sql_help.c:2093 sql_help.c:2395 sql_help.c:2604 sql_help.c:3350
-#: sql_help.c:3353 sql_help.c:3356 sql_help.c:3447 sql_help.c:3536
-#: sql_help.c:3564 sql_help.c:4475 sql_help.c:4482 sql_help.c:4488
-#: sql_help.c:4499 sql_help.c:4502 sql_help.c:4505
+#: sql_help.c:46 sql_help.c:49 sql_help.c:52 sql_help.c:351 sql_help.c:364
+#: sql_help.c:368 sql_help.c:384 sql_help.c:387 sql_help.c:390 sql_help.c:531
+#: sql_help.c:536 sql_help.c:541 sql_help.c:546 sql_help.c:551 sql_help.c:861
+#: sql_help.c:866 sql_help.c:871 sql_help.c:876 sql_help.c:881 sql_help.c:1011
+#: sql_help.c:1016 sql_help.c:1021 sql_help.c:1026 sql_help.c:1031
+#: sql_help.c:1879 sql_help.c:1896 sql_help.c:1902 sql_help.c:1926
+#: sql_help.c:1929 sql_help.c:1932 sql_help.c:2083 sql_help.c:2102
+#: sql_help.c:2105 sql_help.c:2407 sql_help.c:2616 sql_help.c:3365
+#: sql_help.c:3368 sql_help.c:3371 sql_help.c:3462 sql_help.c:3551
+#: sql_help.c:3579 sql_help.c:4494 sql_help.c:4501 sql_help.c:4507
+#: sql_help.c:4518 sql_help.c:4521 sql_help.c:4524
 msgid "argname"
 msgstr "引数の名前"
 
-#: sql_help.c:47 sql_help.c:50 sql_help.c:53 sql_help.c:342 sql_help.c:355
-#: sql_help.c:359 sql_help.c:375 sql_help.c:378 sql_help.c:381 sql_help.c:522
-#: sql_help.c:527 sql_help.c:532 sql_help.c:537 sql_help.c:542 sql_help.c:852
-#: sql_help.c:857 sql_help.c:862 sql_help.c:867 sql_help.c:872 sql_help.c:1002
-#: sql_help.c:1007 sql_help.c:1012 sql_help.c:1017 sql_help.c:1022
-#: sql_help.c:1868 sql_help.c:1885 sql_help.c:1891 sql_help.c:1915
-#: sql_help.c:1918 sql_help.c:1921 sql_help.c:2396 sql_help.c:2605
-#: sql_help.c:3351 sql_help.c:3354 sql_help.c:3357 sql_help.c:3448
-#: sql_help.c:3537 sql_help.c:3565 sql_help.c:4476 sql_help.c:4483
-#: sql_help.c:4489 sql_help.c:4500 sql_help.c:4503 sql_help.c:4506
+#: sql_help.c:47 sql_help.c:50 sql_help.c:53 sql_help.c:352 sql_help.c:365
+#: sql_help.c:369 sql_help.c:385 sql_help.c:388 sql_help.c:391 sql_help.c:532
+#: sql_help.c:537 sql_help.c:542 sql_help.c:547 sql_help.c:552 sql_help.c:862
+#: sql_help.c:867 sql_help.c:872 sql_help.c:877 sql_help.c:882 sql_help.c:1012
+#: sql_help.c:1017 sql_help.c:1022 sql_help.c:1027 sql_help.c:1032
+#: sql_help.c:1880 sql_help.c:1897 sql_help.c:1903 sql_help.c:1927
+#: sql_help.c:1930 sql_help.c:1933 sql_help.c:2408 sql_help.c:2617
+#: sql_help.c:3366 sql_help.c:3369 sql_help.c:3372 sql_help.c:3463
+#: sql_help.c:3552 sql_help.c:3580 sql_help.c:4495 sql_help.c:4502
+#: sql_help.c:4508 sql_help.c:4519 sql_help.c:4522 sql_help.c:4525
 msgid "argtype"
 msgstr "引数の型"
 
-#: sql_help.c:114 sql_help.c:397 sql_help.c:474 sql_help.c:486 sql_help.c:949
-#: sql_help.c:1100 sql_help.c:1505 sql_help.c:1634 sql_help.c:1666
-#: sql_help.c:1719 sql_help.c:1783 sql_help.c:1970 sql_help.c:1977
-#: sql_help.c:2285 sql_help.c:2335 sql_help.c:2342 sql_help.c:2351
-#: sql_help.c:2440 sql_help.c:2667 sql_help.c:2760 sql_help.c:3048
-#: sql_help.c:3233 sql_help.c:3255 sql_help.c:3395 sql_help.c:3751
-#: sql_help.c:3959 sql_help.c:4194 sql_help.c:4196 sql_help.c:4973
+#: sql_help.c:114 sql_help.c:407 sql_help.c:484 sql_help.c:496 sql_help.c:959
+#: sql_help.c:1110 sql_help.c:1517 sql_help.c:1646 sql_help.c:1678
+#: sql_help.c:1731 sql_help.c:1795 sql_help.c:1982 sql_help.c:1989
+#: sql_help.c:2297 sql_help.c:2347 sql_help.c:2354 sql_help.c:2363
+#: sql_help.c:2452 sql_help.c:2679 sql_help.c:2772 sql_help.c:3063
+#: sql_help.c:3248 sql_help.c:3270 sql_help.c:3410 sql_help.c:3766
+#: sql_help.c:3974 sql_help.c:4213 sql_help.c:4215 sql_help.c:4992
 msgid "option"
 msgstr "オプション"
 
-#: sql_help.c:115 sql_help.c:950 sql_help.c:1635 sql_help.c:2441
-#: sql_help.c:2668 sql_help.c:3234 sql_help.c:3396
+#: sql_help.c:115 sql_help.c:960 sql_help.c:1647 sql_help.c:2453
+#: sql_help.c:2680 sql_help.c:3249 sql_help.c:3411
 msgid "where option can be:"
 msgstr "オプションには以下のものがあります:"
 
-#: sql_help.c:116 sql_help.c:2217
+#: sql_help.c:116 sql_help.c:2229
 msgid "allowconn"
 msgstr "接続の可否(真偽値)"
 
-#: sql_help.c:117 sql_help.c:951 sql_help.c:1636 sql_help.c:2218
-#: sql_help.c:2442 sql_help.c:2669 sql_help.c:3235
+#: sql_help.c:117 sql_help.c:961 sql_help.c:1648 sql_help.c:2230
+#: sql_help.c:2454 sql_help.c:2681 sql_help.c:3250
 msgid "connlimit"
 msgstr "最大同時接続数"
 
-#: sql_help.c:118 sql_help.c:2219
+#: sql_help.c:118 sql_help.c:2231
 msgid "istemplate"
 msgstr "テンプレートかどうか(真偽値)"
 
-#: sql_help.c:124 sql_help.c:611 sql_help.c:679 sql_help.c:693 sql_help.c:1322
-#: sql_help.c:1374 sql_help.c:4200
+#: sql_help.c:124 sql_help.c:621 sql_help.c:689 sql_help.c:703 sql_help.c:1331
+#: sql_help.c:1383 sql_help.c:4219
 msgid "new_tablespace"
 msgstr "新しいテーブル空間名"
 
-#: sql_help.c:127 sql_help.c:130 sql_help.c:132 sql_help.c:548 sql_help.c:550
-#: sql_help.c:551 sql_help.c:875 sql_help.c:877 sql_help.c:878 sql_help.c:958
-#: sql_help.c:962 sql_help.c:965 sql_help.c:1027 sql_help.c:1029
-#: sql_help.c:1030 sql_help.c:1180 sql_help.c:1183 sql_help.c:1643
-#: sql_help.c:1647 sql_help.c:1650 sql_help.c:2406 sql_help.c:2609
-#: sql_help.c:3927 sql_help.c:4218 sql_help.c:4379 sql_help.c:4688
+#: sql_help.c:127 sql_help.c:130 sql_help.c:132 sql_help.c:558 sql_help.c:560
+#: sql_help.c:561 sql_help.c:885 sql_help.c:887 sql_help.c:888 sql_help.c:968
+#: sql_help.c:972 sql_help.c:975 sql_help.c:1037 sql_help.c:1039
+#: sql_help.c:1040 sql_help.c:1190 sql_help.c:1192 sql_help.c:1655
+#: sql_help.c:1659 sql_help.c:1662 sql_help.c:2418 sql_help.c:2621
+#: sql_help.c:3942 sql_help.c:4237 sql_help.c:4398 sql_help.c:4707
 msgid "configuration_parameter"
 msgstr "設定パラメータ"
 
-#: sql_help.c:128 sql_help.c:398 sql_help.c:469 sql_help.c:475 sql_help.c:487
-#: sql_help.c:549 sql_help.c:603 sql_help.c:685 sql_help.c:695 sql_help.c:876
-#: sql_help.c:904 sql_help.c:959 sql_help.c:1028 sql_help.c:1101
-#: sql_help.c:1146 sql_help.c:1150 sql_help.c:1154 sql_help.c:1157
-#: sql_help.c:1162 sql_help.c:1165 sql_help.c:1181 sql_help.c:1182
-#: sql_help.c:1353 sql_help.c:1376 sql_help.c:1424 sql_help.c:1449
-#: sql_help.c:1506 sql_help.c:1590 sql_help.c:1644 sql_help.c:1667
-#: sql_help.c:2286 sql_help.c:2336 sql_help.c:2343 sql_help.c:2352
-#: sql_help.c:2407 sql_help.c:2408 sql_help.c:2472 sql_help.c:2475
-#: sql_help.c:2509 sql_help.c:2610 sql_help.c:2611 sql_help.c:2634
-#: sql_help.c:2761 sql_help.c:2800 sql_help.c:2910 sql_help.c:2923
-#: sql_help.c:2937 sql_help.c:2978 sql_help.c:3005 sql_help.c:3022
-#: sql_help.c:3049 sql_help.c:3256 sql_help.c:3960 sql_help.c:4689
-#: sql_help.c:4690 sql_help.c:4691 sql_help.c:4692
+#: sql_help.c:128 sql_help.c:408 sql_help.c:479 sql_help.c:485 sql_help.c:497
+#: sql_help.c:559 sql_help.c:613 sql_help.c:695 sql_help.c:705 sql_help.c:886
+#: sql_help.c:914 sql_help.c:969 sql_help.c:1038 sql_help.c:1111
+#: sql_help.c:1156 sql_help.c:1160 sql_help.c:1164 sql_help.c:1167
+#: sql_help.c:1172 sql_help.c:1175 sql_help.c:1191 sql_help.c:1362
+#: sql_help.c:1385 sql_help.c:1433 sql_help.c:1441 sql_help.c:1461
+#: sql_help.c:1518 sql_help.c:1602 sql_help.c:1656 sql_help.c:1679
+#: sql_help.c:2298 sql_help.c:2348 sql_help.c:2355 sql_help.c:2364
+#: sql_help.c:2419 sql_help.c:2420 sql_help.c:2484 sql_help.c:2487
+#: sql_help.c:2521 sql_help.c:2622 sql_help.c:2623 sql_help.c:2646
+#: sql_help.c:2773 sql_help.c:2812 sql_help.c:2922 sql_help.c:2935
+#: sql_help.c:2949 sql_help.c:2990 sql_help.c:2998 sql_help.c:3020
+#: sql_help.c:3037 sql_help.c:3064 sql_help.c:3271 sql_help.c:3975
+#: sql_help.c:4708 sql_help.c:4709 sql_help.c:4710 sql_help.c:4711
 msgid "value"
 msgstr "値"
 
-#: sql_help.c:200
+#: sql_help.c:202
 msgid "target_role"
 msgstr "対象のロール"
 
-#: sql_help.c:201 sql_help.c:913 sql_help.c:2270 sql_help.c:2639
-#: sql_help.c:2716 sql_help.c:2721 sql_help.c:3890 sql_help.c:3899
-#: sql_help.c:3918 sql_help.c:3930 sql_help.c:4342 sql_help.c:4351
-#: sql_help.c:4370 sql_help.c:4382
+#: sql_help.c:203 sql_help.c:923 sql_help.c:2282 sql_help.c:2651
+#: sql_help.c:2728 sql_help.c:2733 sql_help.c:3905 sql_help.c:3914
+#: sql_help.c:3933 sql_help.c:3945 sql_help.c:4361 sql_help.c:4370
+#: sql_help.c:4389 sql_help.c:4401
 msgid "schema_name"
 msgstr "スキーマ名"
 
-#: sql_help.c:202
+#: sql_help.c:204
 msgid "abbreviated_grant_or_revoke"
 msgstr "GRANT/REVOKEの省略形"
 
-#: sql_help.c:203
+#: sql_help.c:205
 msgid "where abbreviated_grant_or_revoke is one of:"
 msgstr "GRANT/REVOKEの省略形は以下のいずれかです:"
 
-#: sql_help.c:204 sql_help.c:205 sql_help.c:206 sql_help.c:207 sql_help.c:208
-#: sql_help.c:209 sql_help.c:210 sql_help.c:211 sql_help.c:212 sql_help.c:213
-#: sql_help.c:574 sql_help.c:610 sql_help.c:678 sql_help.c:822 sql_help.c:969
-#: sql_help.c:1321 sql_help.c:1654 sql_help.c:2445 sql_help.c:2446
-#: sql_help.c:2447 sql_help.c:2448 sql_help.c:2449 sql_help.c:2583
-#: sql_help.c:2672 sql_help.c:2673 sql_help.c:2674 sql_help.c:2675
-#: sql_help.c:2676 sql_help.c:3238 sql_help.c:3239 sql_help.c:3240
-#: sql_help.c:3241 sql_help.c:3242 sql_help.c:3939 sql_help.c:3943
-#: sql_help.c:4391 sql_help.c:4395 sql_help.c:4710
+#: sql_help.c:206 sql_help.c:207 sql_help.c:208 sql_help.c:209 sql_help.c:210
+#: sql_help.c:211 sql_help.c:212 sql_help.c:213 sql_help.c:214 sql_help.c:215
+#: sql_help.c:584 sql_help.c:620 sql_help.c:688 sql_help.c:832 sql_help.c:979
+#: sql_help.c:1330 sql_help.c:1666 sql_help.c:2457 sql_help.c:2458
+#: sql_help.c:2459 sql_help.c:2460 sql_help.c:2461 sql_help.c:2595
+#: sql_help.c:2684 sql_help.c:2685 sql_help.c:2686 sql_help.c:2687
+#: sql_help.c:2688 sql_help.c:3253 sql_help.c:3254 sql_help.c:3255
+#: sql_help.c:3256 sql_help.c:3257 sql_help.c:3954 sql_help.c:3958
+#: sql_help.c:4410 sql_help.c:4414 sql_help.c:4729
 msgid "role_name"
 msgstr "ロール名"
 
-#: sql_help.c:239 sql_help.c:462 sql_help.c:912 sql_help.c:1337 sql_help.c:1339
-#: sql_help.c:1391 sql_help.c:1403 sql_help.c:1428 sql_help.c:1684
-#: sql_help.c:2239 sql_help.c:2243 sql_help.c:2355 sql_help.c:2360
-#: sql_help.c:2468 sql_help.c:2638 sql_help.c:2777 sql_help.c:2782
-#: sql_help.c:2784 sql_help.c:2905 sql_help.c:2918 sql_help.c:2932
-#: sql_help.c:2941 sql_help.c:2953 sql_help.c:2982 sql_help.c:3991
-#: sql_help.c:4006 sql_help.c:4008 sql_help.c:4095 sql_help.c:4098
-#: sql_help.c:4100 sql_help.c:4561 sql_help.c:4562 sql_help.c:4571
-#: sql_help.c:4618 sql_help.c:4619 sql_help.c:4620 sql_help.c:4621
-#: sql_help.c:4622 sql_help.c:4623 sql_help.c:4663 sql_help.c:4664
-#: sql_help.c:4669 sql_help.c:4674 sql_help.c:4818 sql_help.c:4819
-#: sql_help.c:4828 sql_help.c:4875 sql_help.c:4876 sql_help.c:4877
-#: sql_help.c:4878 sql_help.c:4879 sql_help.c:4880 sql_help.c:4934
-#: sql_help.c:4936 sql_help.c:5004 sql_help.c:5064 sql_help.c:5065
-#: sql_help.c:5074 sql_help.c:5121 sql_help.c:5122 sql_help.c:5123
-#: sql_help.c:5124 sql_help.c:5125 sql_help.c:5126
+#: sql_help.c:246 sql_help.c:265 sql_help.c:472 sql_help.c:922 sql_help.c:1346
+#: sql_help.c:1348 sql_help.c:1400 sql_help.c:1412 sql_help.c:1437
+#: sql_help.c:1696 sql_help.c:2251 sql_help.c:2255 sql_help.c:2367
+#: sql_help.c:2372 sql_help.c:2480 sql_help.c:2650 sql_help.c:2789
+#: sql_help.c:2794 sql_help.c:2796 sql_help.c:2917 sql_help.c:2930
+#: sql_help.c:2944 sql_help.c:2953 sql_help.c:2965 sql_help.c:2994
+#: sql_help.c:4006 sql_help.c:4021 sql_help.c:4023 sql_help.c:4112
+#: sql_help.c:4115 sql_help.c:4117 sql_help.c:4580 sql_help.c:4581
+#: sql_help.c:4590 sql_help.c:4637 sql_help.c:4638 sql_help.c:4639
+#: sql_help.c:4640 sql_help.c:4641 sql_help.c:4642 sql_help.c:4682
+#: sql_help.c:4683 sql_help.c:4688 sql_help.c:4693 sql_help.c:4837
+#: sql_help.c:4838 sql_help.c:4847 sql_help.c:4894 sql_help.c:4895
+#: sql_help.c:4896 sql_help.c:4897 sql_help.c:4898 sql_help.c:4899
+#: sql_help.c:4953 sql_help.c:4955 sql_help.c:5023 sql_help.c:5083
+#: sql_help.c:5084 sql_help.c:5093 sql_help.c:5140 sql_help.c:5141
+#: sql_help.c:5142 sql_help.c:5143 sql_help.c:5144 sql_help.c:5145
 msgid "expression"
 msgstr "評価式"
 
-#: sql_help.c:242
+#: sql_help.c:249
 msgid "domain_constraint"
 msgstr "ドメイン制約"
 
-#: sql_help.c:244 sql_help.c:246 sql_help.c:249 sql_help.c:477 sql_help.c:478
-#: sql_help.c:1314 sql_help.c:1361 sql_help.c:1362 sql_help.c:1363
-#: sql_help.c:1390 sql_help.c:1402 sql_help.c:1419 sql_help.c:1854
-#: sql_help.c:1856 sql_help.c:2242 sql_help.c:2354 sql_help.c:2359
-#: sql_help.c:2940 sql_help.c:2952 sql_help.c:4003
+#: sql_help.c:251 sql_help.c:253 sql_help.c:256 sql_help.c:264 sql_help.c:487
+#: sql_help.c:488 sql_help.c:1323 sql_help.c:1370 sql_help.c:1371
+#: sql_help.c:1372 sql_help.c:1399 sql_help.c:1411 sql_help.c:1428
+#: sql_help.c:1866 sql_help.c:1868 sql_help.c:2254 sql_help.c:2366
+#: sql_help.c:2371 sql_help.c:2952 sql_help.c:2964 sql_help.c:4018
 msgid "constraint_name"
 msgstr "制約名"
 
-#: sql_help.c:247 sql_help.c:1315
+#: sql_help.c:254 sql_help.c:1324
 msgid "new_constraint_name"
 msgstr "新しい制約名"
 
-#: sql_help.c:320 sql_help.c:1099
+#: sql_help.c:263
+msgid "where domain_constraint is:"
+msgstr "ドメイン制約は以下の通りです:"
+
+#: sql_help.c:330 sql_help.c:1109
 msgid "new_version"
 msgstr "新しいバージョン"
 
-#: sql_help.c:324 sql_help.c:326
+#: sql_help.c:334 sql_help.c:336
 msgid "member_object"
 msgstr "メンバーオブジェクト"
 
-#: sql_help.c:327
+#: sql_help.c:337
 msgid "where member_object is:"
 msgstr "メンバーオブジェクトは以下の通りです:"
 
-#: sql_help.c:328 sql_help.c:333 sql_help.c:334 sql_help.c:335 sql_help.c:336
-#: sql_help.c:337 sql_help.c:338 sql_help.c:343 sql_help.c:347 sql_help.c:349
-#: sql_help.c:351 sql_help.c:360 sql_help.c:361 sql_help.c:362 sql_help.c:363
-#: sql_help.c:364 sql_help.c:365 sql_help.c:366 sql_help.c:367 sql_help.c:370
-#: sql_help.c:371 sql_help.c:1846 sql_help.c:1851 sql_help.c:1858
-#: sql_help.c:1859 sql_help.c:1860 sql_help.c:1861 sql_help.c:1862
-#: sql_help.c:1863 sql_help.c:1864 sql_help.c:1869 sql_help.c:1871
-#: sql_help.c:1875 sql_help.c:1877 sql_help.c:1881 sql_help.c:1886
-#: sql_help.c:1887 sql_help.c:1894 sql_help.c:1895 sql_help.c:1896
-#: sql_help.c:1897 sql_help.c:1898 sql_help.c:1899 sql_help.c:1900
-#: sql_help.c:1901 sql_help.c:1902 sql_help.c:1903 sql_help.c:1904
-#: sql_help.c:1909 sql_help.c:1910 sql_help.c:4464 sql_help.c:4469
-#: sql_help.c:4470 sql_help.c:4471 sql_help.c:4472 sql_help.c:4478
-#: sql_help.c:4479 sql_help.c:4484 sql_help.c:4485 sql_help.c:4490
-#: sql_help.c:4491 sql_help.c:4492 sql_help.c:4493 sql_help.c:4494
-#: sql_help.c:4495
+#: sql_help.c:338 sql_help.c:343 sql_help.c:344 sql_help.c:345 sql_help.c:346
+#: sql_help.c:347 sql_help.c:348 sql_help.c:353 sql_help.c:357 sql_help.c:359
+#: sql_help.c:361 sql_help.c:370 sql_help.c:371 sql_help.c:372 sql_help.c:373
+#: sql_help.c:374 sql_help.c:375 sql_help.c:376 sql_help.c:377 sql_help.c:380
+#: sql_help.c:381 sql_help.c:1858 sql_help.c:1863 sql_help.c:1870
+#: sql_help.c:1871 sql_help.c:1872 sql_help.c:1873 sql_help.c:1874
+#: sql_help.c:1875 sql_help.c:1876 sql_help.c:1881 sql_help.c:1883
+#: sql_help.c:1887 sql_help.c:1889 sql_help.c:1893 sql_help.c:1898
+#: sql_help.c:1899 sql_help.c:1906 sql_help.c:1907 sql_help.c:1908
+#: sql_help.c:1909 sql_help.c:1910 sql_help.c:1911 sql_help.c:1912
+#: sql_help.c:1913 sql_help.c:1914 sql_help.c:1915 sql_help.c:1916
+#: sql_help.c:1921 sql_help.c:1922 sql_help.c:4483 sql_help.c:4488
+#: sql_help.c:4489 sql_help.c:4490 sql_help.c:4491 sql_help.c:4497
+#: sql_help.c:4498 sql_help.c:4503 sql_help.c:4504 sql_help.c:4509
+#: sql_help.c:4510 sql_help.c:4511 sql_help.c:4512 sql_help.c:4513
+#: sql_help.c:4514
 msgid "object_name"
 msgstr "オブジェクト名"
 
-#: sql_help.c:329 sql_help.c:1847 sql_help.c:4467
+#: sql_help.c:339 sql_help.c:1859 sql_help.c:4486
 msgid "aggregate_name"
 msgstr "集約関数名"
 
-#: sql_help.c:331 sql_help.c:1849 sql_help.c:2135 sql_help.c:2139
-#: sql_help.c:2141 sql_help.c:3365
+#: sql_help.c:341 sql_help.c:1861 sql_help.c:2147 sql_help.c:2151
+#: sql_help.c:2153 sql_help.c:3380
 msgid "source_type"
 msgstr "変換前の型"
 
-#: sql_help.c:332 sql_help.c:1850 sql_help.c:2136 sql_help.c:2140
-#: sql_help.c:2142 sql_help.c:3366
+#: sql_help.c:342 sql_help.c:1862 sql_help.c:2148 sql_help.c:2152
+#: sql_help.c:2154 sql_help.c:3381
 msgid "target_type"
 msgstr "変換後の型"
 
-#: sql_help.c:339 sql_help.c:786 sql_help.c:1865 sql_help.c:2137
-#: sql_help.c:2180 sql_help.c:2258 sql_help.c:2526 sql_help.c:2557
-#: sql_help.c:3125 sql_help.c:4366 sql_help.c:4473 sql_help.c:4590
-#: sql_help.c:4594 sql_help.c:4598 sql_help.c:4601 sql_help.c:4847
-#: sql_help.c:4851 sql_help.c:4855 sql_help.c:4858 sql_help.c:5093
-#: sql_help.c:5097 sql_help.c:5101 sql_help.c:5104
+#: sql_help.c:349 sql_help.c:796 sql_help.c:1877 sql_help.c:2149
+#: sql_help.c:2192 sql_help.c:2270 sql_help.c:2538 sql_help.c:2569
+#: sql_help.c:3140 sql_help.c:4385 sql_help.c:4492 sql_help.c:4609
+#: sql_help.c:4613 sql_help.c:4617 sql_help.c:4620 sql_help.c:4866
+#: sql_help.c:4870 sql_help.c:4874 sql_help.c:4877 sql_help.c:5112
+#: sql_help.c:5116 sql_help.c:5120 sql_help.c:5123
 msgid "function_name"
 msgstr "関数名"
 
-#: sql_help.c:344 sql_help.c:779 sql_help.c:1872 sql_help.c:2550
+#: sql_help.c:354 sql_help.c:789 sql_help.c:1884 sql_help.c:2562
 msgid "operator_name"
 msgstr "演算子名"
 
-#: sql_help.c:345 sql_help.c:715 sql_help.c:719 sql_help.c:723 sql_help.c:1873
-#: sql_help.c:2527 sql_help.c:3489
+#: sql_help.c:355 sql_help.c:725 sql_help.c:729 sql_help.c:733 sql_help.c:1885
+#: sql_help.c:2539 sql_help.c:3504
 msgid "left_type"
 msgstr "左辺の型"
 
-#: sql_help.c:346 sql_help.c:716 sql_help.c:720 sql_help.c:724 sql_help.c:1874
-#: sql_help.c:2528 sql_help.c:3490
+#: sql_help.c:356 sql_help.c:726 sql_help.c:730 sql_help.c:734 sql_help.c:1886
+#: sql_help.c:2540 sql_help.c:3505
 msgid "right_type"
 msgstr "右辺の型"
 
-#: sql_help.c:348 sql_help.c:350 sql_help.c:742 sql_help.c:745 sql_help.c:748
-#: sql_help.c:777 sql_help.c:789 sql_help.c:797 sql_help.c:800 sql_help.c:803
-#: sql_help.c:1408 sql_help.c:1876 sql_help.c:1878 sql_help.c:2547
-#: sql_help.c:2568 sql_help.c:2958 sql_help.c:3499 sql_help.c:3508
+#: sql_help.c:358 sql_help.c:360 sql_help.c:752 sql_help.c:755 sql_help.c:758
+#: sql_help.c:787 sql_help.c:799 sql_help.c:807 sql_help.c:810 sql_help.c:813
+#: sql_help.c:1417 sql_help.c:1888 sql_help.c:1890 sql_help.c:2559
+#: sql_help.c:2580 sql_help.c:2970 sql_help.c:3514 sql_help.c:3523
 msgid "index_method"
 msgstr "インデックスメソッド"
 
-#: sql_help.c:352 sql_help.c:1882 sql_help.c:4480
+#: sql_help.c:362 sql_help.c:1894 sql_help.c:4499
 msgid "procedure_name"
 msgstr "プロシージャ名"
 
-#: sql_help.c:356 sql_help.c:1888 sql_help.c:3914 sql_help.c:4486
+#: sql_help.c:366 sql_help.c:1900 sql_help.c:3929 sql_help.c:4505
 msgid "routine_name"
 msgstr "ルーチン名"
 
-#: sql_help.c:368 sql_help.c:1380 sql_help.c:1905 sql_help.c:2402
-#: sql_help.c:2608 sql_help.c:2913 sql_help.c:3092 sql_help.c:3670
-#: sql_help.c:3936 sql_help.c:4388
+#: sql_help.c:378 sql_help.c:1389 sql_help.c:1917 sql_help.c:2414
+#: sql_help.c:2620 sql_help.c:2925 sql_help.c:3107 sql_help.c:3685
+#: sql_help.c:3951 sql_help.c:4407
 msgid "type_name"
 msgstr "型名"
 
-#: sql_help.c:369 sql_help.c:1906 sql_help.c:2401 sql_help.c:2607
-#: sql_help.c:3093 sql_help.c:3323 sql_help.c:3671 sql_help.c:3921
-#: sql_help.c:4373
+#: sql_help.c:379 sql_help.c:1918 sql_help.c:2413 sql_help.c:2619
+#: sql_help.c:3108 sql_help.c:3338 sql_help.c:3686 sql_help.c:3936
+#: sql_help.c:4392
 msgid "lang_name"
 msgstr "言語名"
 
-#: sql_help.c:372
+#: sql_help.c:382
 msgid "and aggregate_signature is:"
 msgstr "集約関数のシグニチャーは以下の通りです:"
 
-#: sql_help.c:395 sql_help.c:2002 sql_help.c:2283
+#: sql_help.c:405 sql_help.c:2014 sql_help.c:2295
 msgid "handler_function"
 msgstr "ハンドラー関数"
 
-#: sql_help.c:396 sql_help.c:2284
+#: sql_help.c:406 sql_help.c:2296
 msgid "validator_function"
 msgstr "バリデーター関数"
 
-#: sql_help.c:444 sql_help.c:523 sql_help.c:667 sql_help.c:853 sql_help.c:1003
-#: sql_help.c:1309 sql_help.c:1581
+#: sql_help.c:454 sql_help.c:533 sql_help.c:677 sql_help.c:863 sql_help.c:1013
+#: sql_help.c:1318 sql_help.c:1593
 msgid "action"
 msgstr "アクション"
 
-#: sql_help.c:446 sql_help.c:453 sql_help.c:457 sql_help.c:458 sql_help.c:461
-#: sql_help.c:463 sql_help.c:464 sql_help.c:465 sql_help.c:467 sql_help.c:470
-#: sql_help.c:472 sql_help.c:473 sql_help.c:671 sql_help.c:681 sql_help.c:683
-#: sql_help.c:686 sql_help.c:688 sql_help.c:689 sql_help.c:911 sql_help.c:1080
-#: sql_help.c:1311 sql_help.c:1329 sql_help.c:1333 sql_help.c:1334
-#: sql_help.c:1338 sql_help.c:1340 sql_help.c:1341 sql_help.c:1342
-#: sql_help.c:1343 sql_help.c:1345 sql_help.c:1348 sql_help.c:1349
-#: sql_help.c:1351 sql_help.c:1354 sql_help.c:1356 sql_help.c:1357
-#: sql_help.c:1404 sql_help.c:1406 sql_help.c:1413 sql_help.c:1422
-#: sql_help.c:1427 sql_help.c:1431 sql_help.c:1432 sql_help.c:1683
-#: sql_help.c:1686 sql_help.c:1690 sql_help.c:1728 sql_help.c:1853
-#: sql_help.c:1967 sql_help.c:1973 sql_help.c:1987 sql_help.c:1988
-#: sql_help.c:1989 sql_help.c:2333 sql_help.c:2346 sql_help.c:2399
-#: sql_help.c:2467 sql_help.c:2473 sql_help.c:2506 sql_help.c:2637
-#: sql_help.c:2746 sql_help.c:2781 sql_help.c:2783 sql_help.c:2895
-#: sql_help.c:2904 sql_help.c:2914 sql_help.c:2917 sql_help.c:2927
-#: sql_help.c:2931 sql_help.c:2954 sql_help.c:2956 sql_help.c:2963
-#: sql_help.c:2976 sql_help.c:2981 sql_help.c:2985 sql_help.c:2986
-#: sql_help.c:3002 sql_help.c:3128 sql_help.c:3268 sql_help.c:3893
-#: sql_help.c:3894 sql_help.c:3990 sql_help.c:4005 sql_help.c:4007
-#: sql_help.c:4009 sql_help.c:4094 sql_help.c:4097 sql_help.c:4099
-#: sql_help.c:4345 sql_help.c:4346 sql_help.c:4466 sql_help.c:4627
-#: sql_help.c:4633 sql_help.c:4635 sql_help.c:4884 sql_help.c:4890
-#: sql_help.c:4892 sql_help.c:4933 sql_help.c:4935 sql_help.c:4937
-#: sql_help.c:4992 sql_help.c:5130 sql_help.c:5136 sql_help.c:5138
+#: sql_help.c:456 sql_help.c:463 sql_help.c:467 sql_help.c:468 sql_help.c:471
+#: sql_help.c:473 sql_help.c:474 sql_help.c:475 sql_help.c:477 sql_help.c:480
+#: sql_help.c:482 sql_help.c:483 sql_help.c:681 sql_help.c:691 sql_help.c:693
+#: sql_help.c:696 sql_help.c:698 sql_help.c:699 sql_help.c:921 sql_help.c:1090
+#: sql_help.c:1320 sql_help.c:1338 sql_help.c:1342 sql_help.c:1343
+#: sql_help.c:1347 sql_help.c:1349 sql_help.c:1350 sql_help.c:1351
+#: sql_help.c:1352 sql_help.c:1354 sql_help.c:1357 sql_help.c:1358
+#: sql_help.c:1360 sql_help.c:1363 sql_help.c:1365 sql_help.c:1366
+#: sql_help.c:1413 sql_help.c:1415 sql_help.c:1422 sql_help.c:1431
+#: sql_help.c:1436 sql_help.c:1443 sql_help.c:1444 sql_help.c:1695
+#: sql_help.c:1698 sql_help.c:1702 sql_help.c:1740 sql_help.c:1865
+#: sql_help.c:1979 sql_help.c:1985 sql_help.c:1999 sql_help.c:2000
+#: sql_help.c:2001 sql_help.c:2345 sql_help.c:2358 sql_help.c:2411
+#: sql_help.c:2479 sql_help.c:2485 sql_help.c:2518 sql_help.c:2649
+#: sql_help.c:2758 sql_help.c:2793 sql_help.c:2795 sql_help.c:2907
+#: sql_help.c:2916 sql_help.c:2926 sql_help.c:2929 sql_help.c:2939
+#: sql_help.c:2943 sql_help.c:2966 sql_help.c:2968 sql_help.c:2975
+#: sql_help.c:2988 sql_help.c:2993 sql_help.c:3000 sql_help.c:3001
+#: sql_help.c:3017 sql_help.c:3143 sql_help.c:3283 sql_help.c:3908
+#: sql_help.c:3909 sql_help.c:4005 sql_help.c:4020 sql_help.c:4022
+#: sql_help.c:4024 sql_help.c:4111 sql_help.c:4114 sql_help.c:4116
+#: sql_help.c:4118 sql_help.c:4364 sql_help.c:4365 sql_help.c:4485
+#: sql_help.c:4646 sql_help.c:4652 sql_help.c:4654 sql_help.c:4903
+#: sql_help.c:4909 sql_help.c:4911 sql_help.c:4952 sql_help.c:4954
+#: sql_help.c:4956 sql_help.c:5011 sql_help.c:5149 sql_help.c:5155
+#: sql_help.c:5157
 msgid "column_name"
 msgstr "列名"
 
-#: sql_help.c:447 sql_help.c:672 sql_help.c:1312 sql_help.c:1691
+#: sql_help.c:457 sql_help.c:682 sql_help.c:1321 sql_help.c:1703
 msgid "new_column_name"
 msgstr "新しい列名"
 
-#: sql_help.c:452 sql_help.c:544 sql_help.c:680 sql_help.c:874 sql_help.c:1024
-#: sql_help.c:1328 sql_help.c:1591
+#: sql_help.c:462 sql_help.c:554 sql_help.c:690 sql_help.c:884 sql_help.c:1034
+#: sql_help.c:1337 sql_help.c:1603
 msgid "where action is one of:"
 msgstr "アクションは以下のいずれかです:"
 
-#: sql_help.c:454 sql_help.c:459 sql_help.c:1072 sql_help.c:1330
-#: sql_help.c:1335 sql_help.c:1593 sql_help.c:1597 sql_help.c:2237
-#: sql_help.c:2334 sql_help.c:2546 sql_help.c:2739 sql_help.c:2896
-#: sql_help.c:3175 sql_help.c:4151
+#: sql_help.c:464 sql_help.c:469 sql_help.c:1082 sql_help.c:1339
+#: sql_help.c:1344 sql_help.c:1605 sql_help.c:1609 sql_help.c:2249
+#: sql_help.c:2346 sql_help.c:2558 sql_help.c:2751 sql_help.c:2908
+#: sql_help.c:3190 sql_help.c:4170
 msgid "data_type"
 msgstr "データ型"
 
-#: sql_help.c:455 sql_help.c:460 sql_help.c:1331 sql_help.c:1336
-#: sql_help.c:1594 sql_help.c:1598 sql_help.c:2238 sql_help.c:2337
-#: sql_help.c:2469 sql_help.c:2898 sql_help.c:2906 sql_help.c:2919
-#: sql_help.c:2933 sql_help.c:3176 sql_help.c:3182 sql_help.c:4000
+#: sql_help.c:465 sql_help.c:470 sql_help.c:1340 sql_help.c:1345
+#: sql_help.c:1438 sql_help.c:1606 sql_help.c:1610 sql_help.c:2250
+#: sql_help.c:2349 sql_help.c:2481 sql_help.c:2910 sql_help.c:2918
+#: sql_help.c:2931 sql_help.c:2945 sql_help.c:2995 sql_help.c:3191
+#: sql_help.c:3197 sql_help.c:4015
 msgid "collation"
 msgstr "照合順序"
 
-#: sql_help.c:456 sql_help.c:1332 sql_help.c:2338 sql_help.c:2347
-#: sql_help.c:2899 sql_help.c:2915 sql_help.c:2928
+#: sql_help.c:466 sql_help.c:1341 sql_help.c:2350 sql_help.c:2359
+#: sql_help.c:2911 sql_help.c:2927 sql_help.c:2940
 msgid "column_constraint"
 msgstr "カラム制約"
 
-#: sql_help.c:466 sql_help.c:608 sql_help.c:682 sql_help.c:1350 sql_help.c:4986
+#: sql_help.c:476 sql_help.c:618 sql_help.c:692 sql_help.c:1359 sql_help.c:5005
 msgid "integer"
 msgstr "整数"
 
-#: sql_help.c:468 sql_help.c:471 sql_help.c:684 sql_help.c:687 sql_help.c:1352
-#: sql_help.c:1355
+#: sql_help.c:478 sql_help.c:481 sql_help.c:694 sql_help.c:697 sql_help.c:1361
+#: sql_help.c:1364
 msgid "attribute_option"
 msgstr "属性オプション"
 
-#: sql_help.c:476 sql_help.c:1359 sql_help.c:2339 sql_help.c:2348
-#: sql_help.c:2900 sql_help.c:2916 sql_help.c:2929
+#: sql_help.c:486 sql_help.c:1368 sql_help.c:2351 sql_help.c:2360
+#: sql_help.c:2912 sql_help.c:2928 sql_help.c:2941
 msgid "table_constraint"
 msgstr "テーブル制約"
 
-#: sql_help.c:479 sql_help.c:480 sql_help.c:481 sql_help.c:482 sql_help.c:1364
-#: sql_help.c:1365 sql_help.c:1366 sql_help.c:1367 sql_help.c:1907
+#: sql_help.c:489 sql_help.c:490 sql_help.c:491 sql_help.c:492 sql_help.c:1373
+#: sql_help.c:1374 sql_help.c:1375 sql_help.c:1376 sql_help.c:1919
 msgid "trigger_name"
 msgstr "トリガー名"
 
-#: sql_help.c:483 sql_help.c:484 sql_help.c:1378 sql_help.c:1379
-#: sql_help.c:2340 sql_help.c:2345 sql_help.c:2903 sql_help.c:2926
+#: sql_help.c:493 sql_help.c:494 sql_help.c:1387 sql_help.c:1388
+#: sql_help.c:2352 sql_help.c:2357 sql_help.c:2915 sql_help.c:2938
 msgid "parent_table"
 msgstr "親テーブル"
 
-#: sql_help.c:543 sql_help.c:600 sql_help.c:669 sql_help.c:873 sql_help.c:1023
-#: sql_help.c:1550 sql_help.c:2269
+#: sql_help.c:553 sql_help.c:610 sql_help.c:679 sql_help.c:883 sql_help.c:1033
+#: sql_help.c:1562 sql_help.c:2281
 msgid "extension_name"
 msgstr "拡張名"
 
-#: sql_help.c:545 sql_help.c:1025 sql_help.c:2403
+#: sql_help.c:555 sql_help.c:1035 sql_help.c:2415
 msgid "execution_cost"
 msgstr "実行コスト"
 
-#: sql_help.c:546 sql_help.c:1026 sql_help.c:2404
+#: sql_help.c:556 sql_help.c:1036 sql_help.c:2416
 msgid "result_rows"
 msgstr "結果の行数"
 
-#: sql_help.c:547 sql_help.c:2405
+#: sql_help.c:557 sql_help.c:2417
 msgid "support_function"
 msgstr "サポート関数"
 
-#: sql_help.c:569 sql_help.c:571 sql_help.c:948 sql_help.c:956 sql_help.c:960
-#: sql_help.c:963 sql_help.c:966 sql_help.c:1633 sql_help.c:1641
-#: sql_help.c:1645 sql_help.c:1648 sql_help.c:1651 sql_help.c:2717
-#: sql_help.c:2719 sql_help.c:2722 sql_help.c:2723 sql_help.c:3891
-#: sql_help.c:3892 sql_help.c:3896 sql_help.c:3897 sql_help.c:3900
-#: sql_help.c:3901 sql_help.c:3903 sql_help.c:3904 sql_help.c:3906
-#: sql_help.c:3907 sql_help.c:3909 sql_help.c:3910 sql_help.c:3912
-#: sql_help.c:3913 sql_help.c:3919 sql_help.c:3920 sql_help.c:3922
-#: sql_help.c:3923 sql_help.c:3925 sql_help.c:3926 sql_help.c:3928
-#: sql_help.c:3929 sql_help.c:3931 sql_help.c:3932 sql_help.c:3934
-#: sql_help.c:3935 sql_help.c:3937 sql_help.c:3938 sql_help.c:3940
-#: sql_help.c:3941 sql_help.c:4343 sql_help.c:4344 sql_help.c:4348
-#: sql_help.c:4349 sql_help.c:4352 sql_help.c:4353 sql_help.c:4355
-#: sql_help.c:4356 sql_help.c:4358 sql_help.c:4359 sql_help.c:4361
-#: sql_help.c:4362 sql_help.c:4364 sql_help.c:4365 sql_help.c:4371
-#: sql_help.c:4372 sql_help.c:4374 sql_help.c:4375 sql_help.c:4377
-#: sql_help.c:4378 sql_help.c:4380 sql_help.c:4381 sql_help.c:4383
-#: sql_help.c:4384 sql_help.c:4386 sql_help.c:4387 sql_help.c:4389
-#: sql_help.c:4390 sql_help.c:4392 sql_help.c:4393
+#: sql_help.c:579 sql_help.c:581 sql_help.c:958 sql_help.c:966 sql_help.c:970
+#: sql_help.c:973 sql_help.c:976 sql_help.c:1645 sql_help.c:1653
+#: sql_help.c:1657 sql_help.c:1660 sql_help.c:1663 sql_help.c:2729
+#: sql_help.c:2731 sql_help.c:2734 sql_help.c:2735 sql_help.c:3906
+#: sql_help.c:3907 sql_help.c:3911 sql_help.c:3912 sql_help.c:3915
+#: sql_help.c:3916 sql_help.c:3918 sql_help.c:3919 sql_help.c:3921
+#: sql_help.c:3922 sql_help.c:3924 sql_help.c:3925 sql_help.c:3927
+#: sql_help.c:3928 sql_help.c:3934 sql_help.c:3935 sql_help.c:3937
+#: sql_help.c:3938 sql_help.c:3940 sql_help.c:3941 sql_help.c:3943
+#: sql_help.c:3944 sql_help.c:3946 sql_help.c:3947 sql_help.c:3949
+#: sql_help.c:3950 sql_help.c:3952 sql_help.c:3953 sql_help.c:3955
+#: sql_help.c:3956 sql_help.c:4362 sql_help.c:4363 sql_help.c:4367
+#: sql_help.c:4368 sql_help.c:4371 sql_help.c:4372 sql_help.c:4374
+#: sql_help.c:4375 sql_help.c:4377 sql_help.c:4378 sql_help.c:4380
+#: sql_help.c:4381 sql_help.c:4383 sql_help.c:4384 sql_help.c:4390
+#: sql_help.c:4391 sql_help.c:4393 sql_help.c:4394 sql_help.c:4396
+#: sql_help.c:4397 sql_help.c:4399 sql_help.c:4400 sql_help.c:4402
+#: sql_help.c:4403 sql_help.c:4405 sql_help.c:4406 sql_help.c:4408
+#: sql_help.c:4409 sql_help.c:4411 sql_help.c:4412
 msgid "role_specification"
 msgstr "ロールの指定"
 
-#: sql_help.c:570 sql_help.c:572 sql_help.c:1664 sql_help.c:2205
-#: sql_help.c:2725 sql_help.c:3253 sql_help.c:3704 sql_help.c:4720
+#: sql_help.c:580 sql_help.c:582 sql_help.c:1676 sql_help.c:2217
+#: sql_help.c:2737 sql_help.c:3268 sql_help.c:3719 sql_help.c:4739
 msgid "user_name"
 msgstr "ユーザー名"
 
-#: sql_help.c:573 sql_help.c:968 sql_help.c:1653 sql_help.c:2724
-#: sql_help.c:3942 sql_help.c:4394
+#: sql_help.c:583 sql_help.c:978 sql_help.c:1665 sql_help.c:2736
+#: sql_help.c:3957 sql_help.c:4413
 msgid "where role_specification can be:"
 msgstr "ロール指定は以下の通りです:"
 
-#: sql_help.c:575
+#: sql_help.c:585
 msgid "group_name"
 msgstr "グループ名"
 
-#: sql_help.c:596 sql_help.c:1425 sql_help.c:2216 sql_help.c:2476
-#: sql_help.c:2510 sql_help.c:2911 sql_help.c:2924 sql_help.c:2938
-#: sql_help.c:2979 sql_help.c:3006 sql_help.c:3018 sql_help.c:3933
-#: sql_help.c:4385
+#: sql_help.c:606 sql_help.c:1434 sql_help.c:2228 sql_help.c:2488
+#: sql_help.c:2522 sql_help.c:2923 sql_help.c:2936 sql_help.c:2950
+#: sql_help.c:2991 sql_help.c:3021 sql_help.c:3033 sql_help.c:3948
+#: sql_help.c:4404
 msgid "tablespace_name"
 msgstr "テーブル空間名"
 
-#: sql_help.c:598 sql_help.c:691 sql_help.c:1372 sql_help.c:1382
-#: sql_help.c:1420 sql_help.c:1782 sql_help.c:1785
+#: sql_help.c:608 sql_help.c:701 sql_help.c:1381 sql_help.c:1391
+#: sql_help.c:1429 sql_help.c:1794 sql_help.c:1797
 msgid "index_name"
 msgstr "インデックス名"
 
-#: sql_help.c:602 sql_help.c:605 sql_help.c:694 sql_help.c:696 sql_help.c:1375
-#: sql_help.c:1377 sql_help.c:1423 sql_help.c:2474 sql_help.c:2508
-#: sql_help.c:2909 sql_help.c:2922 sql_help.c:2936 sql_help.c:2977
-#: sql_help.c:3004
+#: sql_help.c:612 sql_help.c:615 sql_help.c:704 sql_help.c:706 sql_help.c:1384
+#: sql_help.c:1386 sql_help.c:1432 sql_help.c:2486 sql_help.c:2520
+#: sql_help.c:2921 sql_help.c:2934 sql_help.c:2948 sql_help.c:2989
+#: sql_help.c:3019
 msgid "storage_parameter"
 msgstr "ストレージパラメータ"
 
-#: sql_help.c:607
+#: sql_help.c:617
 msgid "column_number"
 msgstr "列番号"
 
-#: sql_help.c:631 sql_help.c:1870 sql_help.c:4477
+#: sql_help.c:641 sql_help.c:1882 sql_help.c:4496
 msgid "large_object_oid"
 msgstr "ラージオブジェクトのOID"
 
-#: sql_help.c:690 sql_help.c:1358 sql_help.c:2897
+#: sql_help.c:700 sql_help.c:1367 sql_help.c:2909
 msgid "compression_method"
 msgstr "圧縮方式"
 
-#: sql_help.c:692 sql_help.c:1373
+#: sql_help.c:702 sql_help.c:1382
 msgid "new_access_method"
 msgstr "新しいアクセスメソッド"
 
-#: sql_help.c:725 sql_help.c:2531
+#: sql_help.c:735 sql_help.c:2543
 msgid "res_proc"
 msgstr "制約選択評価関数"
 
-#: sql_help.c:726 sql_help.c:2532
+#: sql_help.c:736 sql_help.c:2544
 msgid "join_proc"
 msgstr "結合選択評価関数"
 
-#: sql_help.c:778 sql_help.c:790 sql_help.c:2549
+#: sql_help.c:788 sql_help.c:800 sql_help.c:2561
 msgid "strategy_number"
 msgstr "戦略番号"
 
-#: sql_help.c:780 sql_help.c:781 sql_help.c:784 sql_help.c:785 sql_help.c:791
-#: sql_help.c:792 sql_help.c:794 sql_help.c:795 sql_help.c:2551 sql_help.c:2552
-#: sql_help.c:2555 sql_help.c:2556
+#: sql_help.c:790 sql_help.c:791 sql_help.c:794 sql_help.c:795 sql_help.c:801
+#: sql_help.c:802 sql_help.c:804 sql_help.c:805 sql_help.c:2563 sql_help.c:2564
+#: sql_help.c:2567 sql_help.c:2568
 msgid "op_type"
 msgstr "演算子の型"
 
-#: sql_help.c:782 sql_help.c:2553
+#: sql_help.c:792 sql_help.c:2565
 msgid "sort_family_name"
 msgstr "ソートファミリー名"
 
-#: sql_help.c:783 sql_help.c:793 sql_help.c:2554
+#: sql_help.c:793 sql_help.c:803 sql_help.c:2566
 msgid "support_number"
 msgstr "サポート番号"
 
-#: sql_help.c:787 sql_help.c:2138 sql_help.c:2558 sql_help.c:3095
-#: sql_help.c:3097
+#: sql_help.c:797 sql_help.c:2150 sql_help.c:2570 sql_help.c:3110
+#: sql_help.c:3112
 msgid "argument_type"
 msgstr "引数の型"
 
-#: sql_help.c:818 sql_help.c:821 sql_help.c:910 sql_help.c:1039 sql_help.c:1079
-#: sql_help.c:1546 sql_help.c:1549 sql_help.c:1727 sql_help.c:1781
-#: sql_help.c:1784 sql_help.c:1855 sql_help.c:1880 sql_help.c:1893
-#: sql_help.c:1908 sql_help.c:1966 sql_help.c:1972 sql_help.c:2332
-#: sql_help.c:2344 sql_help.c:2465 sql_help.c:2505 sql_help.c:2582
-#: sql_help.c:2636 sql_help.c:2693 sql_help.c:2745 sql_help.c:2778
-#: sql_help.c:2785 sql_help.c:2894 sql_help.c:2912 sql_help.c:2925
-#: sql_help.c:3001 sql_help.c:3121 sql_help.c:3302 sql_help.c:3525
-#: sql_help.c:3574 sql_help.c:3680 sql_help.c:3889 sql_help.c:3895
-#: sql_help.c:3956 sql_help.c:3988 sql_help.c:4341 sql_help.c:4347
-#: sql_help.c:4465 sql_help.c:4576 sql_help.c:4578 sql_help.c:4640
-#: sql_help.c:4679 sql_help.c:4833 sql_help.c:4835 sql_help.c:4897
-#: sql_help.c:4931 sql_help.c:4991 sql_help.c:5079 sql_help.c:5081
-#: sql_help.c:5143
+#: sql_help.c:828 sql_help.c:831 sql_help.c:920 sql_help.c:1049 sql_help.c:1089
+#: sql_help.c:1558 sql_help.c:1561 sql_help.c:1739 sql_help.c:1793
+#: sql_help.c:1796 sql_help.c:1867 sql_help.c:1892 sql_help.c:1905
+#: sql_help.c:1920 sql_help.c:1978 sql_help.c:1984 sql_help.c:2344
+#: sql_help.c:2356 sql_help.c:2477 sql_help.c:2517 sql_help.c:2594
+#: sql_help.c:2648 sql_help.c:2705 sql_help.c:2757 sql_help.c:2790
+#: sql_help.c:2797 sql_help.c:2906 sql_help.c:2924 sql_help.c:2937
+#: sql_help.c:3016 sql_help.c:3136 sql_help.c:3317 sql_help.c:3540
+#: sql_help.c:3589 sql_help.c:3695 sql_help.c:3904 sql_help.c:3910
+#: sql_help.c:3971 sql_help.c:4003 sql_help.c:4360 sql_help.c:4366
+#: sql_help.c:4484 sql_help.c:4595 sql_help.c:4597 sql_help.c:4659
+#: sql_help.c:4698 sql_help.c:4852 sql_help.c:4854 sql_help.c:4916
+#: sql_help.c:4950 sql_help.c:5010 sql_help.c:5098 sql_help.c:5100
+#: sql_help.c:5162
 msgid "table_name"
 msgstr "テーブル名"
 
-#: sql_help.c:823 sql_help.c:2584
+#: sql_help.c:833 sql_help.c:2596
 msgid "using_expression"
 msgstr "USING式"
 
-#: sql_help.c:824 sql_help.c:2585
+#: sql_help.c:834 sql_help.c:2597
 msgid "check_expression"
 msgstr "CHECK式"
 
-#: sql_help.c:897 sql_help.c:899 sql_help.c:901 sql_help.c:2632
+#: sql_help.c:907 sql_help.c:909 sql_help.c:911 sql_help.c:2644
 msgid "publication_object"
 msgstr "発行オブジェクト"
 
-#: sql_help.c:903 sql_help.c:2633
+#: sql_help.c:913 sql_help.c:2645
 msgid "publication_parameter"
 msgstr "パブリケーションパラメータ"
 
-#: sql_help.c:909 sql_help.c:2635
+#: sql_help.c:919 sql_help.c:2647
 msgid "where publication_object is one of:"
 msgstr "発行オブジェクトは以下のいずれかです:"
 
-#: sql_help.c:952 sql_help.c:1637 sql_help.c:2443 sql_help.c:2670
-#: sql_help.c:3236
+#: sql_help.c:962 sql_help.c:1649 sql_help.c:2455 sql_help.c:2682
+#: sql_help.c:3251
 msgid "password"
 msgstr "パスワード"
 
-#: sql_help.c:953 sql_help.c:1638 sql_help.c:2444 sql_help.c:2671
-#: sql_help.c:3237
+#: sql_help.c:963 sql_help.c:1650 sql_help.c:2456 sql_help.c:2683
+#: sql_help.c:3252
 msgid "timestamp"
 msgstr "タイムスタンプ"
 
-#: sql_help.c:957 sql_help.c:961 sql_help.c:964 sql_help.c:967 sql_help.c:1642
-#: sql_help.c:1646 sql_help.c:1649 sql_help.c:1652 sql_help.c:3902
-#: sql_help.c:4354
+#: sql_help.c:967 sql_help.c:971 sql_help.c:974 sql_help.c:977 sql_help.c:1654
+#: sql_help.c:1658 sql_help.c:1661 sql_help.c:1664 sql_help.c:3917
+#: sql_help.c:4373
 msgid "database_name"
 msgstr "データベース名"
 
-#: sql_help.c:1073 sql_help.c:2740
+#: sql_help.c:1083 sql_help.c:2752
 msgid "increment"
 msgstr "増分値"
 
-#: sql_help.c:1074 sql_help.c:2741
+#: sql_help.c:1084 sql_help.c:2753
 msgid "minvalue"
 msgstr "最小値"
 
-#: sql_help.c:1075 sql_help.c:2742
+#: sql_help.c:1085 sql_help.c:2754
 msgid "maxvalue"
 msgstr "最大値"
 
-#: sql_help.c:1076 sql_help.c:2743 sql_help.c:4574 sql_help.c:4677
-#: sql_help.c:4831 sql_help.c:5008 sql_help.c:5077
+#: sql_help.c:1086 sql_help.c:2755 sql_help.c:4593 sql_help.c:4696
+#: sql_help.c:4850 sql_help.c:5027 sql_help.c:5096
 msgid "start"
 msgstr "開始番号"
 
-#: sql_help.c:1077 sql_help.c:1347
+#: sql_help.c:1087 sql_help.c:1356
 msgid "restart"
 msgstr "再開始番号"
 
-#: sql_help.c:1078 sql_help.c:2744
+#: sql_help.c:1088 sql_help.c:2756
 msgid "cache"
 msgstr "キャッシュ割り当て数"
 
-#: sql_help.c:1123
+#: sql_help.c:1133
 msgid "new_target"
 msgstr "新しいターゲット"
 
-#: sql_help.c:1142 sql_help.c:2797
+#: sql_help.c:1152 sql_help.c:2809
 msgid "conninfo"
 msgstr "接続文字列"
 
-#: sql_help.c:1144 sql_help.c:1148 sql_help.c:1152 sql_help.c:2798
+#: sql_help.c:1154 sql_help.c:1158 sql_help.c:1162 sql_help.c:2810
 msgid "publication_name"
 msgstr "パブリケーション名"
 
-#: sql_help.c:1145 sql_help.c:1149 sql_help.c:1153
+#: sql_help.c:1155 sql_help.c:1159 sql_help.c:1163
 msgid "publication_option"
 msgstr "パブリケーション・オプション"
 
-#: sql_help.c:1156
+#: sql_help.c:1166
 msgid "refresh_option"
 msgstr "{REFRESH PUBLICATION の追加オプション}"
 
-#: sql_help.c:1161 sql_help.c:2799
+#: sql_help.c:1171 sql_help.c:2811
 msgid "subscription_parameter"
 msgstr "{SUBSCRIPTION パラメータ名}"
 
-#: sql_help.c:1164
+#: sql_help.c:1174
 msgid "skip_option"
 msgstr "スキップオプション"
 
-#: sql_help.c:1324 sql_help.c:1327
+#: sql_help.c:1333 sql_help.c:1336
 msgid "partition_name"
 msgstr "パーティション名"
 
-#: sql_help.c:1325 sql_help.c:2349 sql_help.c:2930
+#: sql_help.c:1334 sql_help.c:2361 sql_help.c:2942
 msgid "partition_bound_spec"
 msgstr "パーティション境界の仕様"
 
-#: sql_help.c:1344 sql_help.c:1394 sql_help.c:2944
+#: sql_help.c:1353 sql_help.c:1403 sql_help.c:2956
 msgid "sequence_options"
 msgstr "シーケンスオプション"
 
-#: sql_help.c:1346
+#: sql_help.c:1355
 msgid "sequence_option"
 msgstr "シーケンスオプション"
 
-#: sql_help.c:1360
+#: sql_help.c:1369
 msgid "table_constraint_using_index"
 msgstr "インデックスを使うテーブルの制約"
 
-#: sql_help.c:1368 sql_help.c:1369 sql_help.c:1370 sql_help.c:1371
+#: sql_help.c:1377 sql_help.c:1378 sql_help.c:1379 sql_help.c:1380
 msgid "rewrite_rule_name"
 msgstr "書き換えルール名"
 
-#: sql_help.c:1383 sql_help.c:2361 sql_help.c:2969
+#: sql_help.c:1392 sql_help.c:2373 sql_help.c:2981
 msgid "and partition_bound_spec is:"
 msgstr "パーティション境界の仕様は以下の通りです:"
 
-#: sql_help.c:1384 sql_help.c:1385 sql_help.c:1386 sql_help.c:2362
-#: sql_help.c:2363 sql_help.c:2364 sql_help.c:2970 sql_help.c:2971
-#: sql_help.c:2972
+#: sql_help.c:1393 sql_help.c:1394 sql_help.c:1395 sql_help.c:2374
+#: sql_help.c:2375 sql_help.c:2376 sql_help.c:2982 sql_help.c:2983
+#: sql_help.c:2984
 msgid "partition_bound_expr"
 msgstr "パーティション境界式"
 
-#: sql_help.c:1387 sql_help.c:1388 sql_help.c:2365 sql_help.c:2366
-#: sql_help.c:2973 sql_help.c:2974
+#: sql_help.c:1396 sql_help.c:1397 sql_help.c:2377 sql_help.c:2378
+#: sql_help.c:2985 sql_help.c:2986
 msgid "numeric_literal"
 msgstr "numericリテラル"
 
-#: sql_help.c:1389
+#: sql_help.c:1398
 msgid "and column_constraint is:"
 msgstr "そしてカラム制約は以下の通りです:"
 
-#: sql_help.c:1392 sql_help.c:2356 sql_help.c:2397 sql_help.c:2606
-#: sql_help.c:2942
+#: sql_help.c:1401 sql_help.c:2368 sql_help.c:2409 sql_help.c:2618
+#: sql_help.c:2954
 msgid "default_expr"
 msgstr "デフォルト表現"
 
-#: sql_help.c:1393 sql_help.c:2357 sql_help.c:2943
+#: sql_help.c:1402 sql_help.c:2369 sql_help.c:2955
 msgid "generation_expr"
 msgstr "生成式"
 
-#: sql_help.c:1395 sql_help.c:1396 sql_help.c:1405 sql_help.c:1407
-#: sql_help.c:1411 sql_help.c:2945 sql_help.c:2946 sql_help.c:2955
-#: sql_help.c:2957 sql_help.c:2961
+#: sql_help.c:1404 sql_help.c:1405 sql_help.c:1414 sql_help.c:1416
+#: sql_help.c:1420 sql_help.c:2957 sql_help.c:2958 sql_help.c:2967
+#: sql_help.c:2969 sql_help.c:2973
 msgid "index_parameters"
 msgstr "インデックスパラメータ"
 
-#: sql_help.c:1397 sql_help.c:1414 sql_help.c:2947 sql_help.c:2964
+#: sql_help.c:1406 sql_help.c:1423 sql_help.c:2959 sql_help.c:2976
 msgid "reftable"
 msgstr "参照テーブル"
 
-#: sql_help.c:1398 sql_help.c:1415 sql_help.c:2948 sql_help.c:2965
+#: sql_help.c:1407 sql_help.c:1424 sql_help.c:2960 sql_help.c:2977
 msgid "refcolumn"
 msgstr "参照列"
 
-#: sql_help.c:1399 sql_help.c:1400 sql_help.c:1416 sql_help.c:1417
-#: sql_help.c:2949 sql_help.c:2950 sql_help.c:2966 sql_help.c:2967
+#: sql_help.c:1408 sql_help.c:1409 sql_help.c:1425 sql_help.c:1426
+#: sql_help.c:2961 sql_help.c:2962 sql_help.c:2978 sql_help.c:2979
 msgid "referential_action"
 msgstr "参照動作"
 
-#: sql_help.c:1401 sql_help.c:2358 sql_help.c:2951
+#: sql_help.c:1410 sql_help.c:2370 sql_help.c:2963
 msgid "and table_constraint is:"
 msgstr "テーブル制約は以下の通りです:"
 
-#: sql_help.c:1409 sql_help.c:2959
+#: sql_help.c:1418 sql_help.c:2971
 msgid "exclude_element"
 msgstr "除外対象要素"
 
-#: sql_help.c:1410 sql_help.c:2960 sql_help.c:4572 sql_help.c:4675
-#: sql_help.c:4829 sql_help.c:5006 sql_help.c:5075
+#: sql_help.c:1419 sql_help.c:2972 sql_help.c:4591 sql_help.c:4694
+#: sql_help.c:4848 sql_help.c:5025 sql_help.c:5094
 msgid "operator"
 msgstr "演算子"
 
-#: sql_help.c:1412 sql_help.c:2477 sql_help.c:2962
+#: sql_help.c:1421 sql_help.c:2489 sql_help.c:2974
 msgid "predicate"
 msgstr "インデックスの述語"
 
-#: sql_help.c:1418
+#: sql_help.c:1427
 msgid "and table_constraint_using_index is:"
 msgstr "テーブル制約は以下の通りです:"
 
-#: sql_help.c:1421 sql_help.c:2975
+#: sql_help.c:1430 sql_help.c:2987
 msgid "index_parameters in UNIQUE, PRIMARY KEY, and EXCLUDE constraints are:"
 msgstr "UNIQUE, PRIMARY KEY, EXCLUDE 制約のインデックスパラメータは以下の通りです:"
 
-#: sql_help.c:1426 sql_help.c:2980
+#: sql_help.c:1435 sql_help.c:2992
 msgid "exclude_element in an EXCLUDE constraint is:"
 msgstr "EXCLUDE 制約の除外対象要素は以下の通りです:"
 
-#: sql_help.c:1429 sql_help.c:2470 sql_help.c:2907 sql_help.c:2920
-#: sql_help.c:2934 sql_help.c:2983 sql_help.c:4001
+#: sql_help.c:1439 sql_help.c:2482 sql_help.c:2919 sql_help.c:2932
+#: sql_help.c:2946 sql_help.c:2996 sql_help.c:4016
 msgid "opclass"
 msgstr "演算子クラス"
 
-#: sql_help.c:1430 sql_help.c:2984
+#: sql_help.c:1440 sql_help.c:2483 sql_help.c:2997
+msgid "opclass_parameter"
+msgstr "演算子クラスパラメータ"
+
+#: sql_help.c:1442 sql_help.c:2999
 msgid "referential_action in a FOREIGN KEY/REFERENCES constraint is:"
 msgstr "FOREIGN KEY/REFERENCES制約の参照動作は以下の通り:"
 
-#: sql_help.c:1448 sql_help.c:1451 sql_help.c:3021
+#: sql_help.c:1460 sql_help.c:1463 sql_help.c:3036
 msgid "tablespace_option"
 msgstr "テーブル空間のオプション"
 
-#: sql_help.c:1472 sql_help.c:1475 sql_help.c:1481 sql_help.c:1485
+#: sql_help.c:1484 sql_help.c:1487 sql_help.c:1493 sql_help.c:1497
 msgid "token_type"
 msgstr "トークンの型"
 
-#: sql_help.c:1473 sql_help.c:1476
+#: sql_help.c:1485 sql_help.c:1488
 msgid "dictionary_name"
 msgstr "辞書名"
 
-#: sql_help.c:1478 sql_help.c:1482
+#: sql_help.c:1490 sql_help.c:1494
 msgid "old_dictionary"
 msgstr "元の辞書"
 
-#: sql_help.c:1479 sql_help.c:1483
+#: sql_help.c:1491 sql_help.c:1495
 msgid "new_dictionary"
 msgstr "新しい辞書"
 
-#: sql_help.c:1578 sql_help.c:1592 sql_help.c:1595 sql_help.c:1596
-#: sql_help.c:3174
+#: sql_help.c:1590 sql_help.c:1604 sql_help.c:1607 sql_help.c:1608
+#: sql_help.c:3189
 msgid "attribute_name"
 msgstr "属性名"
 
-#: sql_help.c:1579
+#: sql_help.c:1591
 msgid "new_attribute_name"
 msgstr "新しい属性名"
 
-#: sql_help.c:1583 sql_help.c:1587
+#: sql_help.c:1595 sql_help.c:1599
 msgid "new_enum_value"
 msgstr "新しい列挙値"
 
-#: sql_help.c:1584
+#: sql_help.c:1596
 msgid "neighbor_enum_value"
 msgstr "隣接した列挙値"
 
-#: sql_help.c:1586
+#: sql_help.c:1598
 msgid "existing_enum_value"
 msgstr "既存の列挙値"
 
-#: sql_help.c:1589
+#: sql_help.c:1601
 msgid "property"
 msgstr "プロパティ"
 
-#: sql_help.c:1665 sql_help.c:2341 sql_help.c:2350 sql_help.c:2756
-#: sql_help.c:3254 sql_help.c:3705 sql_help.c:3911 sql_help.c:3957
-#: sql_help.c:4363
+#: sql_help.c:1677 sql_help.c:2353 sql_help.c:2362 sql_help.c:2768
+#: sql_help.c:3269 sql_help.c:3720 sql_help.c:3926 sql_help.c:3972
+#: sql_help.c:4382
 msgid "server_name"
 msgstr "サーバー名"
 
-#: sql_help.c:1697 sql_help.c:1700 sql_help.c:3269
+#: sql_help.c:1709 sql_help.c:1712 sql_help.c:3284
 msgid "view_option_name"
 msgstr "ビューのオプション名"
 
-#: sql_help.c:1698 sql_help.c:3270
+#: sql_help.c:1710 sql_help.c:3285
 msgid "view_option_value"
 msgstr "ビューオプションの値"
 
-#: sql_help.c:1720 sql_help.c:1721 sql_help.c:4974 sql_help.c:4975
+#: sql_help.c:1732 sql_help.c:1733 sql_help.c:4993 sql_help.c:4994
 msgid "table_and_columns"
 msgstr "テーブルおよび列"
 
-#: sql_help.c:1722 sql_help.c:1786 sql_help.c:1978 sql_help.c:3754
-#: sql_help.c:4198 sql_help.c:4976
+#: sql_help.c:1734 sql_help.c:1798 sql_help.c:1990 sql_help.c:3769
+#: sql_help.c:4217 sql_help.c:4995
 msgid "where option can be one of:"
 msgstr "オプションには以下のうちのいずれかを指定します:"
 
-#: sql_help.c:1723 sql_help.c:1724 sql_help.c:1787 sql_help.c:1980
-#: sql_help.c:1984 sql_help.c:2164 sql_help.c:3755 sql_help.c:3756
-#: sql_help.c:3757 sql_help.c:3758 sql_help.c:3759 sql_help.c:3760
-#: sql_help.c:3761 sql_help.c:3762 sql_help.c:3763 sql_help.c:4199
-#: sql_help.c:4201 sql_help.c:4977 sql_help.c:4978 sql_help.c:4979
-#: sql_help.c:4980 sql_help.c:4981 sql_help.c:4982 sql_help.c:4983
-#: sql_help.c:4984 sql_help.c:4985 sql_help.c:4987 sql_help.c:4988
+#: sql_help.c:1735 sql_help.c:1736 sql_help.c:1799 sql_help.c:1992
+#: sql_help.c:1996 sql_help.c:2176 sql_help.c:3770 sql_help.c:3771
+#: sql_help.c:3772 sql_help.c:3773 sql_help.c:3774 sql_help.c:3775
+#: sql_help.c:3776 sql_help.c:3777 sql_help.c:3778 sql_help.c:4218
+#: sql_help.c:4220 sql_help.c:4996 sql_help.c:4997 sql_help.c:4998
+#: sql_help.c:4999 sql_help.c:5000 sql_help.c:5001 sql_help.c:5002
+#: sql_help.c:5003 sql_help.c:5004 sql_help.c:5006 sql_help.c:5007
 msgid "boolean"
 msgstr "真偽値"
 
-#: sql_help.c:1725 sql_help.c:4989
+#: sql_help.c:1737 sql_help.c:5008
 msgid "size"
 msgstr "サイズ"
 
-#: sql_help.c:1726 sql_help.c:4990
+#: sql_help.c:1738 sql_help.c:5009
 msgid "and table_and_columns is:"
 msgstr "そしてテーブルと列の指定は以下の通りです:"
 
-#: sql_help.c:1742 sql_help.c:4736 sql_help.c:4738 sql_help.c:4762
+#: sql_help.c:1754 sql_help.c:4755 sql_help.c:4757 sql_help.c:4781
 msgid "transaction_mode"
 msgstr "トランザクションのモード"
 
-#: sql_help.c:1743 sql_help.c:4739 sql_help.c:4763
+#: sql_help.c:1755 sql_help.c:4758 sql_help.c:4782
 msgid "where transaction_mode is one of:"
 msgstr "トランザクションのモードは以下の通りです:"
 
-#: sql_help.c:1752 sql_help.c:4582 sql_help.c:4591 sql_help.c:4595
-#: sql_help.c:4599 sql_help.c:4602 sql_help.c:4839 sql_help.c:4848
-#: sql_help.c:4852 sql_help.c:4856 sql_help.c:4859 sql_help.c:5085
-#: sql_help.c:5094 sql_help.c:5098 sql_help.c:5102 sql_help.c:5105
+#: sql_help.c:1764 sql_help.c:4601 sql_help.c:4610 sql_help.c:4614
+#: sql_help.c:4618 sql_help.c:4621 sql_help.c:4858 sql_help.c:4867
+#: sql_help.c:4871 sql_help.c:4875 sql_help.c:4878 sql_help.c:5104
+#: sql_help.c:5113 sql_help.c:5117 sql_help.c:5121 sql_help.c:5124
 msgid "argument"
 msgstr "引数"
 
-#: sql_help.c:1852
+#: sql_help.c:1864
 msgid "relation_name"
 msgstr "リレーション名"
 
-#: sql_help.c:1857 sql_help.c:3905 sql_help.c:4357
+#: sql_help.c:1869 sql_help.c:3920 sql_help.c:4376
 msgid "domain_name"
 msgstr "ドメイン名"
 
-#: sql_help.c:1879
+#: sql_help.c:1891
 msgid "policy_name"
 msgstr "ポリシー名"
 
-#: sql_help.c:1892
+#: sql_help.c:1904
 msgid "rule_name"
 msgstr "ルール名"
 
-#: sql_help.c:1911 sql_help.c:4496
+#: sql_help.c:1923 sql_help.c:4515
 msgid "string_literal"
 msgstr "文字列リテラル"
 
-#: sql_help.c:1936 sql_help.c:4160 sql_help.c:4410
+#: sql_help.c:1948 sql_help.c:4179 sql_help.c:4429
 msgid "transaction_id"
 msgstr "トランザクションID"
 
-#: sql_help.c:1968 sql_help.c:1975 sql_help.c:4027
+#: sql_help.c:1980 sql_help.c:1987 sql_help.c:4042
 msgid "filename"
 msgstr "ファイル名"
 
-#: sql_help.c:1969 sql_help.c:1976 sql_help.c:2695 sql_help.c:2696
-#: sql_help.c:2697
+#: sql_help.c:1981 sql_help.c:1988 sql_help.c:2707 sql_help.c:2708
+#: sql_help.c:2709
 msgid "command"
 msgstr "コマンド"
 
-#: sql_help.c:1971 sql_help.c:2694 sql_help.c:3124 sql_help.c:3305
-#: sql_help.c:4011 sql_help.c:4088 sql_help.c:4091 sql_help.c:4565
-#: sql_help.c:4567 sql_help.c:4668 sql_help.c:4670 sql_help.c:4822
-#: sql_help.c:4824 sql_help.c:4940 sql_help.c:5068 sql_help.c:5070
+#: sql_help.c:1983 sql_help.c:2706 sql_help.c:3139 sql_help.c:3320
+#: sql_help.c:4026 sql_help.c:4105 sql_help.c:4108 sql_help.c:4584
+#: sql_help.c:4586 sql_help.c:4687 sql_help.c:4689 sql_help.c:4841
+#: sql_help.c:4843 sql_help.c:4959 sql_help.c:5087 sql_help.c:5089
 msgid "condition"
 msgstr "条件"
 
-#: sql_help.c:1974 sql_help.c:2511 sql_help.c:3007 sql_help.c:3271
-#: sql_help.c:3289 sql_help.c:3992
+#: sql_help.c:1986 sql_help.c:2523 sql_help.c:3022 sql_help.c:3286
+#: sql_help.c:3304 sql_help.c:4007
 msgid "query"
 msgstr "問い合わせ"
 
-#: sql_help.c:1979
+#: sql_help.c:1991
 msgid "format_name"
 msgstr "フォーマット名"
 
-#: sql_help.c:1981
+#: sql_help.c:1993
 msgid "delimiter_character"
 msgstr "区切り文字"
 
-#: sql_help.c:1982
+#: sql_help.c:1994
 msgid "null_string"
 msgstr "NULL文字列"
 
-#: sql_help.c:1983
+#: sql_help.c:1995
 msgid "default_string"
 msgstr "デフォルト文字列"
 
-#: sql_help.c:1985
+#: sql_help.c:1997
 msgid "quote_character"
 msgstr "引用符文字"
 
-#: sql_help.c:1986
+#: sql_help.c:1998
 msgid "escape_character"
 msgstr "エスケープ文字"
 
-#: sql_help.c:1990
+#: sql_help.c:2002
 msgid "encoding_name"
 msgstr "エンコーディング名"
 
-#: sql_help.c:2001
+#: sql_help.c:2013
 msgid "access_method_type"
 msgstr "アクセスメソッドの型"
 
-#: sql_help.c:2072 sql_help.c:2091 sql_help.c:2094
+#: sql_help.c:2084 sql_help.c:2103 sql_help.c:2106
 msgid "arg_data_type"
 msgstr "入力データ型"
 
-#: sql_help.c:2073 sql_help.c:2095 sql_help.c:2103
+#: sql_help.c:2085 sql_help.c:2107 sql_help.c:2115
 msgid "sfunc"
 msgstr "状態遷移関数"
 
-#: sql_help.c:2074 sql_help.c:2096 sql_help.c:2104
+#: sql_help.c:2086 sql_help.c:2108 sql_help.c:2116
 msgid "state_data_type"
 msgstr "状態データの型"
 
-#: sql_help.c:2075 sql_help.c:2097 sql_help.c:2105
+#: sql_help.c:2087 sql_help.c:2109 sql_help.c:2117
 msgid "state_data_size"
 msgstr "状態データのサイズ"
 
-#: sql_help.c:2076 sql_help.c:2098 sql_help.c:2106
+#: sql_help.c:2088 sql_help.c:2110 sql_help.c:2118
 msgid "ffunc"
 msgstr "終了関数"
 
-#: sql_help.c:2077 sql_help.c:2107
+#: sql_help.c:2089 sql_help.c:2119
 msgid "combinefunc"
 msgstr "結合関数"
 
-#: sql_help.c:2078 sql_help.c:2108
+#: sql_help.c:2090 sql_help.c:2120
 msgid "serialfunc"
 msgstr "シリアライズ関数"
 
-#: sql_help.c:2079 sql_help.c:2109
+#: sql_help.c:2091 sql_help.c:2121
 msgid "deserialfunc"
 msgstr "デシリアライズ関数"
 
-#: sql_help.c:2080 sql_help.c:2099 sql_help.c:2110
+#: sql_help.c:2092 sql_help.c:2111 sql_help.c:2122
 msgid "initial_condition"
 msgstr "初期条件"
 
-#: sql_help.c:2081 sql_help.c:2111
+#: sql_help.c:2093 sql_help.c:2123
 msgid "msfunc"
 msgstr "前方状態遷移関数"
 
-#: sql_help.c:2082 sql_help.c:2112
+#: sql_help.c:2094 sql_help.c:2124
 msgid "minvfunc"
 msgstr "逆状態遷移関数"
 
-#: sql_help.c:2083 sql_help.c:2113
+#: sql_help.c:2095 sql_help.c:2125
 msgid "mstate_data_type"
 msgstr "移動集約モード時の状態値のデータ型"
 
-#: sql_help.c:2084 sql_help.c:2114
+#: sql_help.c:2096 sql_help.c:2126
 msgid "mstate_data_size"
 msgstr "移動集約モード時の状態値のデータサイズ"
 
-#: sql_help.c:2085 sql_help.c:2115
+#: sql_help.c:2097 sql_help.c:2127
 msgid "mffunc"
 msgstr "移動集約モード時の終了関数"
 
-#: sql_help.c:2086 sql_help.c:2116
+#: sql_help.c:2098 sql_help.c:2128
 msgid "minitial_condition"
 msgstr "移動集約モード時の初期条件"
 
-#: sql_help.c:2087 sql_help.c:2117
+#: sql_help.c:2099 sql_help.c:2129
 msgid "sort_operator"
 msgstr "ソート演算子"
 
-#: sql_help.c:2100
+#: sql_help.c:2112
 msgid "or the old syntax"
 msgstr "または古い構文"
 
-#: sql_help.c:2102
+#: sql_help.c:2114
 msgid "base_type"
 msgstr "基本の型"
 
-#: sql_help.c:2160 sql_help.c:2209
+#: sql_help.c:2172 sql_help.c:2221
 msgid "locale"
 msgstr "ロケール"
 
-#: sql_help.c:2161 sql_help.c:2210
+#: sql_help.c:2173 sql_help.c:2222
 msgid "lc_collate"
 msgstr "照合順序"
 
-#: sql_help.c:2162 sql_help.c:2211
+#: sql_help.c:2174 sql_help.c:2223
 msgid "lc_ctype"
 msgstr "Ctype(変換演算子)"
 
-#: sql_help.c:2163 sql_help.c:4463
+#: sql_help.c:2175 sql_help.c:4482
 msgid "provider"
 msgstr "プロバイダ"
 
-#: sql_help.c:2165
+#: sql_help.c:2177
 msgid "rules"
 msgstr "ルール"
 
-#: sql_help.c:2166 sql_help.c:2271
+#: sql_help.c:2178 sql_help.c:2283
 msgid "version"
 msgstr "バージョン"
 
-#: sql_help.c:2168
+#: sql_help.c:2180
 msgid "existing_collation"
 msgstr "既存の照合順序"
 
-#: sql_help.c:2178
+#: sql_help.c:2190
 msgid "source_encoding"
 msgstr "変換元のエンコーディング"
 
-#: sql_help.c:2179
+#: sql_help.c:2191
 msgid "dest_encoding"
 msgstr "変換先のエンコーディング"
 
-#: sql_help.c:2206 sql_help.c:3047
+#: sql_help.c:2218 sql_help.c:3062
 msgid "template"
 msgstr "テンプレート"
 
-#: sql_help.c:2207
+#: sql_help.c:2219
 msgid "encoding"
 msgstr "エンコード"
 
-#: sql_help.c:2208
+#: sql_help.c:2220
 msgid "strategy"
 msgstr "ストラテジ"
 
-#: sql_help.c:2212
+#: sql_help.c:2224
 msgid "icu_locale"
 msgstr "ICUロケール"
 
-#: sql_help.c:2213
+#: sql_help.c:2225
 msgid "icu_rules"
 msgstr "ICUルール(群)"
 
-#: sql_help.c:2214
+#: sql_help.c:2226
 msgid "locale_provider"
 msgstr "ロケールプロバイダ"
 
-#: sql_help.c:2215
+#: sql_help.c:2227
 msgid "collation_version"
 msgstr "照合順序バージョン"
 
-#: sql_help.c:2220
+#: sql_help.c:2232
 msgid "oid"
 msgstr "オブジェクトID"
 
-#: sql_help.c:2240
+#: sql_help.c:2252
 msgid "constraint"
 msgstr "制約条件"
 
-#: sql_help.c:2241
+#: sql_help.c:2253
 msgid "where constraint is:"
 msgstr "制約条件は以下の通りです:"
 
-#: sql_help.c:2255 sql_help.c:2692 sql_help.c:3120
+#: sql_help.c:2267 sql_help.c:2704 sql_help.c:3135
 msgid "event"
 msgstr "イベント"
 
-#: sql_help.c:2256
+#: sql_help.c:2268
 msgid "filter_variable"
 msgstr "フィルター変数"
 
-#: sql_help.c:2257
+#: sql_help.c:2269
 msgid "filter_value"
 msgstr "フィルター値"
 
-#: sql_help.c:2353 sql_help.c:2939
+#: sql_help.c:2365 sql_help.c:2951
 msgid "where column_constraint is:"
 msgstr "カラム制約は以下の通りです:"
 
-#: sql_help.c:2398
+#: sql_help.c:2410
 msgid "rettype"
 msgstr "戻り値の型"
 
-#: sql_help.c:2400
+#: sql_help.c:2412
 msgid "column_type"
 msgstr "列の型"
 
-#: sql_help.c:2409 sql_help.c:2612
+#: sql_help.c:2421 sql_help.c:2624
 msgid "definition"
 msgstr "定義"
 
-#: sql_help.c:2410 sql_help.c:2613
+#: sql_help.c:2422 sql_help.c:2625
 msgid "obj_file"
 msgstr "オブジェクトファイル名"
 
-#: sql_help.c:2411 sql_help.c:2614
+#: sql_help.c:2423 sql_help.c:2626
 msgid "link_symbol"
 msgstr "リンクシンボル"
 
-#: sql_help.c:2412 sql_help.c:2615
+#: sql_help.c:2424 sql_help.c:2627
 msgid "sql_body"
 msgstr "SQL本体"
 
-#: sql_help.c:2450 sql_help.c:2677 sql_help.c:3243
+#: sql_help.c:2462 sql_help.c:2689 sql_help.c:3258
 msgid "uid"
 msgstr "UID"
 
-#: sql_help.c:2466 sql_help.c:2507 sql_help.c:2908 sql_help.c:2921
-#: sql_help.c:2935 sql_help.c:3003
+#: sql_help.c:2478 sql_help.c:2519 sql_help.c:2920 sql_help.c:2933
+#: sql_help.c:2947 sql_help.c:3018
 msgid "method"
 msgstr "インデックスメソッド"
 
-#: sql_help.c:2471
-msgid "opclass_parameter"
-msgstr "演算子クラスパラメータ"
-
-#: sql_help.c:2488
+#: sql_help.c:2500
 msgid "call_handler"
 msgstr "呼び出しハンドラー"
 
-#: sql_help.c:2489
+#: sql_help.c:2501
 msgid "inline_handler"
 msgstr "インラインハンドラー"
 
-#: sql_help.c:2490
+#: sql_help.c:2502
 msgid "valfunction"
 msgstr "バリデーション関数"
 
-#: sql_help.c:2529
+#: sql_help.c:2541
 msgid "com_op"
 msgstr "交代演算子"
 
-#: sql_help.c:2530
+#: sql_help.c:2542
 msgid "neg_op"
 msgstr "否定演算子"
 
-#: sql_help.c:2548
+#: sql_help.c:2560
 msgid "family_name"
 msgstr "演算子族の名前"
 
-#: sql_help.c:2559
+#: sql_help.c:2571
 msgid "storage_type"
 msgstr "ストレージタイプ"
 
-#: sql_help.c:2698 sql_help.c:3127
+#: sql_help.c:2710 sql_help.c:3142
 msgid "where event can be one of:"
 msgstr "イベントは以下のいずれかです:"
 
-#: sql_help.c:2718 sql_help.c:2720
+#: sql_help.c:2730 sql_help.c:2732
 msgid "schema_element"
 msgstr "スキーマ要素"
 
-#: sql_help.c:2757
+#: sql_help.c:2769
 msgid "server_type"
 msgstr "サーバーのタイプ"
 
-#: sql_help.c:2758
+#: sql_help.c:2770
 msgid "server_version"
 msgstr "サーバーのバージョン"
 
-#: sql_help.c:2759 sql_help.c:3908 sql_help.c:4360
+#: sql_help.c:2771 sql_help.c:3923 sql_help.c:4379
 msgid "fdw_name"
 msgstr "外部データラッパ名"
 
-#: sql_help.c:2776 sql_help.c:2779
+#: sql_help.c:2788 sql_help.c:2791
 msgid "statistics_name"
 msgstr "統計オブジェクト名"
 
-#: sql_help.c:2780
+#: sql_help.c:2792
 msgid "statistics_kind"
 msgstr "統計種別"
 
-#: sql_help.c:2796
+#: sql_help.c:2808
 msgid "subscription_name"
 msgstr "サブスクリプション名"
 
-#: sql_help.c:2901
+#: sql_help.c:2913
 msgid "source_table"
 msgstr "コピー元のテーブル"
 
-#: sql_help.c:2902
+#: sql_help.c:2914
 msgid "like_option"
 msgstr "LIKEオプション"
 
-#: sql_help.c:2968
+#: sql_help.c:2980
 msgid "and like_option is:"
 msgstr "LIKE オプションは以下の通りです:"
 
-#: sql_help.c:3020
+#: sql_help.c:3035
 msgid "directory"
 msgstr "ディレクトリ"
 
-#: sql_help.c:3034
+#: sql_help.c:3049
 msgid "parser_name"
 msgstr "パーサ名"
 
-#: sql_help.c:3035
+#: sql_help.c:3050
 msgid "source_config"
 msgstr "複製元の設定"
 
-#: sql_help.c:3064
+#: sql_help.c:3079
 msgid "start_function"
 msgstr "開始関数"
 
-#: sql_help.c:3065
+#: sql_help.c:3080
 msgid "gettoken_function"
 msgstr "トークン取得関数"
 
-#: sql_help.c:3066
+#: sql_help.c:3081
 msgid "end_function"
 msgstr "終了関数"
 
-#: sql_help.c:3067
+#: sql_help.c:3082
 msgid "lextypes_function"
 msgstr "LEXTYPE関数"
 
-#: sql_help.c:3068
+#: sql_help.c:3083
 msgid "headline_function"
 msgstr "見出し関数"
 
-#: sql_help.c:3080
+#: sql_help.c:3095
 msgid "init_function"
 msgstr "初期処理関数"
 
-#: sql_help.c:3081
+#: sql_help.c:3096
 msgid "lexize_function"
 msgstr "LEXIZE関数"
 
-#: sql_help.c:3094
+#: sql_help.c:3109
 msgid "from_sql_function_name"
 msgstr "{FROM SQL 関数名}"
 
-#: sql_help.c:3096
+#: sql_help.c:3111
 msgid "to_sql_function_name"
 msgstr "{TO SQL 関数名}"
 
-#: sql_help.c:3122
+#: sql_help.c:3137
 msgid "referenced_table_name"
 msgstr "被参照テーブル名"
 
-#: sql_help.c:3123
+#: sql_help.c:3138
 msgid "transition_relation_name"
 msgstr "移行用リレーション名"
 
-#: sql_help.c:3126
+#: sql_help.c:3141
 msgid "arguments"
 msgstr "引数"
 
-#: sql_help.c:3178
+#: sql_help.c:3193
 msgid "label"
 msgstr "ラベル"
 
-#: sql_help.c:3180
+#: sql_help.c:3195
 msgid "subtype"
 msgstr "当該範囲のデータ型"
 
-#: sql_help.c:3181
+#: sql_help.c:3196
 msgid "subtype_operator_class"
 msgstr "当該範囲のデータ型の演算子クラス"
 
-#: sql_help.c:3183
+#: sql_help.c:3198
 msgid "canonical_function"
 msgstr "正規化関数"
 
-#: sql_help.c:3184
+#: sql_help.c:3199
 msgid "subtype_diff_function"
 msgstr "当該範囲のデータ型の差分抽出関数"
 
-#: sql_help.c:3185
+#: sql_help.c:3200
 msgid "multirange_type_name"
 msgstr "複範囲型名"
 
-#: sql_help.c:3187
+#: sql_help.c:3202
 msgid "input_function"
 msgstr "入力関数"
 
-#: sql_help.c:3188
+#: sql_help.c:3203
 msgid "output_function"
 msgstr "出力関数"
 
-#: sql_help.c:3189
+#: sql_help.c:3204
 msgid "receive_function"
 msgstr "受信関数"
 
-#: sql_help.c:3190
+#: sql_help.c:3205
 msgid "send_function"
 msgstr "送信関数"
 
-#: sql_help.c:3191
+#: sql_help.c:3206
 msgid "type_modifier_input_function"
 msgstr "型修飾子の入力関数"
 
-#: sql_help.c:3192
+#: sql_help.c:3207
 msgid "type_modifier_output_function"
 msgstr "型修飾子の出力関数"
 
-#: sql_help.c:3193
+#: sql_help.c:3208
 msgid "analyze_function"
 msgstr "分析関数"
 
-#: sql_help.c:3194
+#: sql_help.c:3209
 msgid "subscript_function"
 msgstr "添字関数"
 
-#: sql_help.c:3195
+#: sql_help.c:3210
 msgid "internallength"
 msgstr "内部長"
 
-#: sql_help.c:3196
+#: sql_help.c:3211
 msgid "alignment"
 msgstr "バイト境界"
 
-#: sql_help.c:3197
+#: sql_help.c:3212
 msgid "storage"
 msgstr "ストレージ"
 
-#: sql_help.c:3198
+#: sql_help.c:3213
 msgid "like_type"
 msgstr "LIKEの型"
 
-#: sql_help.c:3199
+#: sql_help.c:3214
 msgid "category"
 msgstr "カテゴリー"
 
-#: sql_help.c:3200
+#: sql_help.c:3215
 msgid "preferred"
 msgstr "優先データ型かどうか(真偽値)"
 
-#: sql_help.c:3201
+#: sql_help.c:3216
 msgid "default"
 msgstr "デフォルト"
 
-#: sql_help.c:3202
+#: sql_help.c:3217
 msgid "element"
 msgstr "要素のデータ型"
 
-#: sql_help.c:3203
+#: sql_help.c:3218
 msgid "delimiter"
 msgstr "区切り記号"
 
-#: sql_help.c:3204
+#: sql_help.c:3219
 msgid "collatable"
 msgstr "照合可能"
 
-#: sql_help.c:3301 sql_help.c:3987 sql_help.c:4077 sql_help.c:4560
-#: sql_help.c:4662 sql_help.c:4817 sql_help.c:4930 sql_help.c:5063
+#: sql_help.c:3316 sql_help.c:4002 sql_help.c:4094 sql_help.c:4579
+#: sql_help.c:4681 sql_help.c:4836 sql_help.c:4949 sql_help.c:5082
 msgid "with_query"
 msgstr "WITH問い合わせ"
 
-#: sql_help.c:3303 sql_help.c:3989 sql_help.c:4579 sql_help.c:4585
-#: sql_help.c:4588 sql_help.c:4592 sql_help.c:4596 sql_help.c:4604
-#: sql_help.c:4836 sql_help.c:4842 sql_help.c:4845 sql_help.c:4849
-#: sql_help.c:4853 sql_help.c:4861 sql_help.c:4932 sql_help.c:5082
-#: sql_help.c:5088 sql_help.c:5091 sql_help.c:5095 sql_help.c:5099
-#: sql_help.c:5107
+#: sql_help.c:3318 sql_help.c:4004 sql_help.c:4598 sql_help.c:4604
+#: sql_help.c:4607 sql_help.c:4611 sql_help.c:4615 sql_help.c:4623
+#: sql_help.c:4855 sql_help.c:4861 sql_help.c:4864 sql_help.c:4868
+#: sql_help.c:4872 sql_help.c:4880 sql_help.c:4951 sql_help.c:5101
+#: sql_help.c:5107 sql_help.c:5110 sql_help.c:5114 sql_help.c:5118
+#: sql_help.c:5126
 msgid "alias"
 msgstr "別名"
 
-#: sql_help.c:3304 sql_help.c:4564 sql_help.c:4606 sql_help.c:4608
-#: sql_help.c:4612 sql_help.c:4614 sql_help.c:4615 sql_help.c:4616
-#: sql_help.c:4667 sql_help.c:4821 sql_help.c:4863 sql_help.c:4865
-#: sql_help.c:4869 sql_help.c:4871 sql_help.c:4872 sql_help.c:4873
-#: sql_help.c:4939 sql_help.c:5067 sql_help.c:5109 sql_help.c:5111
-#: sql_help.c:5115 sql_help.c:5117 sql_help.c:5118 sql_help.c:5119
+#: sql_help.c:3319 sql_help.c:4583 sql_help.c:4625 sql_help.c:4627
+#: sql_help.c:4631 sql_help.c:4633 sql_help.c:4634 sql_help.c:4635
+#: sql_help.c:4686 sql_help.c:4840 sql_help.c:4882 sql_help.c:4884
+#: sql_help.c:4888 sql_help.c:4890 sql_help.c:4891 sql_help.c:4892
+#: sql_help.c:4958 sql_help.c:5086 sql_help.c:5128 sql_help.c:5130
+#: sql_help.c:5134 sql_help.c:5136 sql_help.c:5137 sql_help.c:5138
 msgid "from_item"
 msgstr "FROM項目"
 
-#: sql_help.c:3306 sql_help.c:3789 sql_help.c:4127 sql_help.c:4941
+#: sql_help.c:3321 sql_help.c:3804 sql_help.c:4146 sql_help.c:4960
 msgid "cursor_name"
 msgstr "カーソル名"
 
-#: sql_help.c:3307 sql_help.c:3995 sql_help.c:4942
+#: sql_help.c:3322 sql_help.c:4010 sql_help.c:4961
 msgid "output_expression"
 msgstr "出力表現"
 
-#: sql_help.c:3308 sql_help.c:3996 sql_help.c:4563 sql_help.c:4665
-#: sql_help.c:4820 sql_help.c:4943 sql_help.c:5066
+#: sql_help.c:3323 sql_help.c:4011 sql_help.c:4582 sql_help.c:4684
+#: sql_help.c:4839 sql_help.c:4962 sql_help.c:5085
 msgid "output_name"
 msgstr "出力名"
 
-#: sql_help.c:3324
+#: sql_help.c:3339
 msgid "code"
 msgstr "コードブロック"
 
-#: sql_help.c:3729
+#: sql_help.c:3744
 msgid "parameter"
 msgstr "パラメータ"
 
-#: sql_help.c:3752 sql_help.c:3753 sql_help.c:4152
+#: sql_help.c:3767 sql_help.c:3768 sql_help.c:4171
 msgid "statement"
 msgstr "文"
 
-#: sql_help.c:3788 sql_help.c:4126
+#: sql_help.c:3803 sql_help.c:4145
 msgid "direction"
 msgstr "方向"
 
-#: sql_help.c:3790 sql_help.c:4128
+#: sql_help.c:3805 sql_help.c:4147
 msgid "where direction can be one of:"
 msgstr "方向 は以下のうちのいずれか:"
 
-#: sql_help.c:3791 sql_help.c:3792 sql_help.c:3793 sql_help.c:3794
-#: sql_help.c:3795 sql_help.c:4129 sql_help.c:4130 sql_help.c:4131
-#: sql_help.c:4132 sql_help.c:4133 sql_help.c:4573 sql_help.c:4575
-#: sql_help.c:4676 sql_help.c:4678 sql_help.c:4830 sql_help.c:4832
-#: sql_help.c:5007 sql_help.c:5009 sql_help.c:5076 sql_help.c:5078
+#: sql_help.c:3806 sql_help.c:3807 sql_help.c:3808 sql_help.c:3809
+#: sql_help.c:3810 sql_help.c:4148 sql_help.c:4149 sql_help.c:4150
+#: sql_help.c:4151 sql_help.c:4152 sql_help.c:4592 sql_help.c:4594
+#: sql_help.c:4695 sql_help.c:4697 sql_help.c:4849 sql_help.c:4851
+#: sql_help.c:5026 sql_help.c:5028 sql_help.c:5095 sql_help.c:5097
 msgid "count"
 msgstr "取り出す位置や行数"
 
-#: sql_help.c:3898 sql_help.c:4350
+#: sql_help.c:3913 sql_help.c:4369
 msgid "sequence_name"
 msgstr "シーケンス名"
 
-#: sql_help.c:3916 sql_help.c:4368
+#: sql_help.c:3931 sql_help.c:4387
 msgid "arg_name"
 msgstr "引数名"
 
-#: sql_help.c:3917 sql_help.c:4369
+#: sql_help.c:3932 sql_help.c:4388
 msgid "arg_type"
 msgstr "引数の型"
 
-#: sql_help.c:3924 sql_help.c:4376
+#: sql_help.c:3939 sql_help.c:4395
 msgid "loid"
 msgstr "ラージオブジェクトid"
 
-#: sql_help.c:3955
+#: sql_help.c:3970
 msgid "remote_schema"
 msgstr "リモートスキーマ"
 
-#: sql_help.c:3958
+#: sql_help.c:3973
 msgid "local_schema"
 msgstr "ローカルスキーマ"
 
-#: sql_help.c:3993
+#: sql_help.c:4008
 msgid "conflict_target"
 msgstr "競合ターゲット"
 
-#: sql_help.c:3994
+#: sql_help.c:4009
 msgid "conflict_action"
 msgstr "競合時アクション"
 
-#: sql_help.c:3997
+#: sql_help.c:4012
 msgid "where conflict_target can be one of:"
 msgstr "競合ターゲットは以下のいずれかです:"
 
-#: sql_help.c:3998
+#: sql_help.c:4013
 msgid "index_column_name"
 msgstr "インデックスのカラム名"
 
-#: sql_help.c:3999
+#: sql_help.c:4014
 msgid "index_expression"
 msgstr "インデックス表現"
 
-#: sql_help.c:4002
+#: sql_help.c:4017
 msgid "index_predicate"
 msgstr "インデックスの述語"
 
-#: sql_help.c:4004
+#: sql_help.c:4019
 msgid "and conflict_action is one of:"
 msgstr "競合時アクションは以下のいずれかです:"
 
-#: sql_help.c:4010 sql_help.c:4938
+#: sql_help.c:4025 sql_help.c:4119 sql_help.c:4957
 msgid "sub-SELECT"
 msgstr "副問い合わせ句"
 
-#: sql_help.c:4019 sql_help.c:4141 sql_help.c:4914
+#: sql_help.c:4034 sql_help.c:4160 sql_help.c:4933
 msgid "channel"
 msgstr "チャネル"
 
-#: sql_help.c:4041
+#: sql_help.c:4056
 msgid "lockmode"
 msgstr "ロックモード"
 
-#: sql_help.c:4042
+#: sql_help.c:4057
 msgid "where lockmode is one of:"
 msgstr "ロックモードは以下のいずれかです:"
 
-#: sql_help.c:4078
+#: sql_help.c:4095
 msgid "target_table_name"
 msgstr "ターゲットテーブル名"
 
-#: sql_help.c:4079
+#: sql_help.c:4096
 msgid "target_alias"
 msgstr "ターゲット別名"
 
-#: sql_help.c:4080
+#: sql_help.c:4097
 msgid "data_source"
 msgstr "データ源"
 
-#: sql_help.c:4081 sql_help.c:4609 sql_help.c:4866 sql_help.c:5112
+#: sql_help.c:4098 sql_help.c:4628 sql_help.c:4885 sql_help.c:5131
 msgid "join_condition"
 msgstr "JOIN条件"
 
-#: sql_help.c:4082
+#: sql_help.c:4099
 msgid "when_clause"
 msgstr "WHEN句"
 
-#: sql_help.c:4083
+#: sql_help.c:4100
 msgid "where data_source is:"
 msgstr "ここで\"データ源\"は以下の通り:"
 
-#: sql_help.c:4084
+#: sql_help.c:4101
 msgid "source_table_name"
 msgstr "データ源テーブル名"
 
-#: sql_help.c:4085
+#: sql_help.c:4102
 msgid "source_query"
 msgstr "データ源問い合わせ"
 
-#: sql_help.c:4086
+#: sql_help.c:4103
 msgid "source_alias"
 msgstr "データ源別名"
 
-#: sql_help.c:4087
+#: sql_help.c:4104
 msgid "and when_clause is:"
 msgstr "WHEN句は以下の通り:"
 
-#: sql_help.c:4089
+#: sql_help.c:4106
 msgid "merge_update"
 msgstr "マージ更新"
 
-#: sql_help.c:4090
+#: sql_help.c:4107
 msgid "merge_delete"
 msgstr "マージ削除"
 
-#: sql_help.c:4092
+#: sql_help.c:4109
 msgid "merge_insert"
 msgstr "マージ挿入"
 
-#: sql_help.c:4093
+#: sql_help.c:4110
 msgid "and merge_insert is:"
 msgstr "そして\"マージ挿入\"は以下の通り:"
 
-#: sql_help.c:4096
+#: sql_help.c:4113
 msgid "and merge_update is:"
 msgstr "そして\"マージ更新\"は以下の通り:"
 
-#: sql_help.c:4101
+#: sql_help.c:4120
 msgid "and merge_delete is:"
 msgstr "そして\"マージ削除\"は以下の通り:"
 
-#: sql_help.c:4142
+#: sql_help.c:4161
 msgid "payload"
 msgstr "ペイロード"
 
-#: sql_help.c:4169
+#: sql_help.c:4188
 msgid "old_role"
 msgstr "元のロール"
 
-#: sql_help.c:4170
+#: sql_help.c:4189
 msgid "new_role"
 msgstr "新しいロール"
 
-#: sql_help.c:4209 sql_help.c:4418 sql_help.c:4426
+#: sql_help.c:4228 sql_help.c:4437 sql_help.c:4445
 msgid "savepoint_name"
 msgstr "セーブポイント名"
 
-#: sql_help.c:4566 sql_help.c:4624 sql_help.c:4823 sql_help.c:4881
-#: sql_help.c:5069 sql_help.c:5127
+#: sql_help.c:4585 sql_help.c:4643 sql_help.c:4842 sql_help.c:4900
+#: sql_help.c:5088 sql_help.c:5146
 msgid "grouping_element"
 msgstr "グルーピング要素"
 
-#: sql_help.c:4568 sql_help.c:4671 sql_help.c:4825 sql_help.c:5071
+#: sql_help.c:4587 sql_help.c:4690 sql_help.c:4844 sql_help.c:5090
 msgid "window_name"
 msgstr "ウィンドウ名"
 
-#: sql_help.c:4569 sql_help.c:4672 sql_help.c:4826 sql_help.c:5072
+#: sql_help.c:4588 sql_help.c:4691 sql_help.c:4845 sql_help.c:5091
 msgid "window_definition"
 msgstr "ウィンドウ定義"
 
-#: sql_help.c:4570 sql_help.c:4584 sql_help.c:4628 sql_help.c:4673
-#: sql_help.c:4827 sql_help.c:4841 sql_help.c:4885 sql_help.c:5073
-#: sql_help.c:5087 sql_help.c:5131
+#: sql_help.c:4589 sql_help.c:4603 sql_help.c:4647 sql_help.c:4692
+#: sql_help.c:4846 sql_help.c:4860 sql_help.c:4904 sql_help.c:5092
+#: sql_help.c:5106 sql_help.c:5150
 msgid "select"
 msgstr "SELECT句"
 
-#: sql_help.c:4577 sql_help.c:4834 sql_help.c:5080
+#: sql_help.c:4596 sql_help.c:4853 sql_help.c:5099
 msgid "where from_item can be one of:"
 msgstr "FROM項目は以下のいずれかです:"
 
-#: sql_help.c:4580 sql_help.c:4586 sql_help.c:4589 sql_help.c:4593
-#: sql_help.c:4605 sql_help.c:4837 sql_help.c:4843 sql_help.c:4846
-#: sql_help.c:4850 sql_help.c:4862 sql_help.c:5083 sql_help.c:5089
-#: sql_help.c:5092 sql_help.c:5096 sql_help.c:5108
+#: sql_help.c:4599 sql_help.c:4605 sql_help.c:4608 sql_help.c:4612
+#: sql_help.c:4624 sql_help.c:4856 sql_help.c:4862 sql_help.c:4865
+#: sql_help.c:4869 sql_help.c:4881 sql_help.c:5102 sql_help.c:5108
+#: sql_help.c:5111 sql_help.c:5115 sql_help.c:5127
 msgid "column_alias"
 msgstr "列別名"
 
-#: sql_help.c:4581 sql_help.c:4838 sql_help.c:5084
+#: sql_help.c:4600 sql_help.c:4857 sql_help.c:5103
 msgid "sampling_method"
 msgstr "サンプリングメソッド"
 
-#: sql_help.c:4583 sql_help.c:4840 sql_help.c:5086
+#: sql_help.c:4602 sql_help.c:4859 sql_help.c:5105
 msgid "seed"
 msgstr "乱数シード"
 
-#: sql_help.c:4587 sql_help.c:4626 sql_help.c:4844 sql_help.c:4883
-#: sql_help.c:5090 sql_help.c:5129
+#: sql_help.c:4606 sql_help.c:4645 sql_help.c:4863 sql_help.c:4902
+#: sql_help.c:5109 sql_help.c:5148
 msgid "with_query_name"
 msgstr "WITH問い合わせ名"
 
-#: sql_help.c:4597 sql_help.c:4600 sql_help.c:4603 sql_help.c:4854
-#: sql_help.c:4857 sql_help.c:4860 sql_help.c:5100 sql_help.c:5103
-#: sql_help.c:5106
+#: sql_help.c:4616 sql_help.c:4619 sql_help.c:4622 sql_help.c:4873
+#: sql_help.c:4876 sql_help.c:4879 sql_help.c:5119 sql_help.c:5122
+#: sql_help.c:5125
 msgid "column_definition"
 msgstr "カラム定義"
 
-#: sql_help.c:4607 sql_help.c:4613 sql_help.c:4864 sql_help.c:4870
-#: sql_help.c:5110 sql_help.c:5116
+#: sql_help.c:4626 sql_help.c:4632 sql_help.c:4883 sql_help.c:4889
+#: sql_help.c:5129 sql_help.c:5135
 msgid "join_type"
 msgstr "JOINタイプ"
 
-#: sql_help.c:4610 sql_help.c:4867 sql_help.c:5113
+#: sql_help.c:4629 sql_help.c:4886 sql_help.c:5132
 msgid "join_column"
 msgstr "JOINカラム"
 
-#: sql_help.c:4611 sql_help.c:4868 sql_help.c:5114
+#: sql_help.c:4630 sql_help.c:4887 sql_help.c:5133
 msgid "join_using_alias"
 msgstr "JOIN用別名"
 
-#: sql_help.c:4617 sql_help.c:4874 sql_help.c:5120
+#: sql_help.c:4636 sql_help.c:4893 sql_help.c:5139
 msgid "and grouping_element can be one of:"
 msgstr "グルーピング要素は以下のいずれかです:"
 
-#: sql_help.c:4625 sql_help.c:4882 sql_help.c:5128
+#: sql_help.c:4644 sql_help.c:4901 sql_help.c:5147
 msgid "and with_query is:"
 msgstr "WITH問い合わせは以下のいずれかです:"
 
-#: sql_help.c:4629 sql_help.c:4886 sql_help.c:5132
+#: sql_help.c:4648 sql_help.c:4905 sql_help.c:5151
 msgid "values"
 msgstr "VALUES句"
 
-#: sql_help.c:4630 sql_help.c:4887 sql_help.c:5133
+#: sql_help.c:4649 sql_help.c:4906 sql_help.c:5152
 msgid "insert"
 msgstr "INSERT句"
 
-#: sql_help.c:4631 sql_help.c:4888 sql_help.c:5134
+#: sql_help.c:4650 sql_help.c:4907 sql_help.c:5153
 msgid "update"
 msgstr "UPDATE句"
 
-#: sql_help.c:4632 sql_help.c:4889 sql_help.c:5135
+#: sql_help.c:4651 sql_help.c:4908 sql_help.c:5154
 msgid "delete"
 msgstr "DELETE句"
 
-#: sql_help.c:4634 sql_help.c:4891 sql_help.c:5137
+#: sql_help.c:4653 sql_help.c:4910 sql_help.c:5156
 msgid "search_seq_col_name"
 msgstr "SEARCH順序列名"
 
-#: sql_help.c:4636 sql_help.c:4893 sql_help.c:5139
+#: sql_help.c:4655 sql_help.c:4912 sql_help.c:5158
 msgid "cycle_mark_col_name"
 msgstr "循環識別列名"
 
-#: sql_help.c:4637 sql_help.c:4894 sql_help.c:5140
+#: sql_help.c:4656 sql_help.c:4913 sql_help.c:5159
 msgid "cycle_mark_value"
 msgstr "循環識別値"
 
-#: sql_help.c:4638 sql_help.c:4895 sql_help.c:5141
+#: sql_help.c:4657 sql_help.c:4914 sql_help.c:5160
 msgid "cycle_mark_default"
 msgstr "循環識別デフォルト"
 
-#: sql_help.c:4639 sql_help.c:4896 sql_help.c:5142
+#: sql_help.c:4658 sql_help.c:4915 sql_help.c:5161
 msgid "cycle_path_col_name"
 msgstr "循環パス列名"
 
-#: sql_help.c:4666
+#: sql_help.c:4685
 msgid "new_table"
 msgstr "新しいテーブル"
 
-#: sql_help.c:4737
+#: sql_help.c:4756
 msgid "snapshot_id"
 msgstr "スナップショットID"
 
-#: sql_help.c:5005
+#: sql_help.c:5024
 msgid "sort_expression"
 msgstr "ソート表現"
 
-#: sql_help.c:5149 sql_help.c:6133
+#: sql_help.c:5168 sql_help.c:6152
 msgid "abort the current transaction"
 msgstr "現在のトランザクションを中止します"
 
-#: sql_help.c:5155
+#: sql_help.c:5174
 msgid "change the definition of an aggregate function"
 msgstr "集約関数の定義を変更します"
 
-#: sql_help.c:5161
+#: sql_help.c:5180
 msgid "change the definition of a collation"
 msgstr "照合順序の定義を変更します"
 
-#: sql_help.c:5167
+#: sql_help.c:5186
 msgid "change the definition of a conversion"
 msgstr "エンコーディング変換ルールの定義を変更します"
 
-#: sql_help.c:5173
+#: sql_help.c:5192
 msgid "change a database"
 msgstr "データベースを変更します"
 
-#: sql_help.c:5179
+#: sql_help.c:5198
 msgid "define default access privileges"
 msgstr "デフォルトのアクセス権限を定義します"
 
-#: sql_help.c:5185
+#: sql_help.c:5204
 msgid "change the definition of a domain"
 msgstr "ドメインの定義を変更します"
 
-#: sql_help.c:5191
+#: sql_help.c:5210
 msgid "change the definition of an event trigger"
 msgstr "イベントトリガーの定義を変更します"
 
-#: sql_help.c:5197
+#: sql_help.c:5216
 msgid "change the definition of an extension"
 msgstr "機能拡張の定義を変更します"
 
-#: sql_help.c:5203
+#: sql_help.c:5222
 msgid "change the definition of a foreign-data wrapper"
 msgstr "外部データラッパの定義を変更します"
 
-#: sql_help.c:5209
+#: sql_help.c:5228
 msgid "change the definition of a foreign table"
 msgstr "外部テーブルの定義を変更します"
 
-#: sql_help.c:5215
+#: sql_help.c:5234
 msgid "change the definition of a function"
 msgstr "関数の定義を変更します"
 
-#: sql_help.c:5221
+#: sql_help.c:5240
 msgid "change role name or membership"
 msgstr "ロール名またはメンバーシップを変更します"
 
-#: sql_help.c:5227
+#: sql_help.c:5246
 msgid "change the definition of an index"
 msgstr "インデックスの定義を変更します"
 
-#: sql_help.c:5233
+#: sql_help.c:5252
 msgid "change the definition of a procedural language"
 msgstr "手続き言語の定義を変更します"
 
-#: sql_help.c:5239
+#: sql_help.c:5258
 msgid "change the definition of a large object"
 msgstr "ラージオブジェクトの定義を変更します"
 
-#: sql_help.c:5245
+#: sql_help.c:5264
 msgid "change the definition of a materialized view"
 msgstr "実体化ビューの定義を変更します"
 
-#: sql_help.c:5251
+#: sql_help.c:5270
 msgid "change the definition of an operator"
 msgstr "演算子の定義を変更します"
 
-#: sql_help.c:5257
+#: sql_help.c:5276
 msgid "change the definition of an operator class"
 msgstr "演算子クラスの定義を変更します"
 
-#: sql_help.c:5263
+#: sql_help.c:5282
 msgid "change the definition of an operator family"
 msgstr "演算子族の定義を変更します"
 
-#: sql_help.c:5269
+#: sql_help.c:5288
 msgid "change the definition of a row-level security policy"
 msgstr "行レベルのセキュリティ ポリシーの定義を変更します"
 
-#: sql_help.c:5275
+#: sql_help.c:5294
 msgid "change the definition of a procedure"
 msgstr "プロシージャの定義を変更します"
 
-#: sql_help.c:5281
+#: sql_help.c:5300
 msgid "change the definition of a publication"
 msgstr "パブリケーションの定義を変更します"
 
-#: sql_help.c:5287 sql_help.c:5389
+#: sql_help.c:5306 sql_help.c:5408
 msgid "change a database role"
 msgstr "データベースロールを変更します"
 
-#: sql_help.c:5293
+#: sql_help.c:5312
 msgid "change the definition of a routine"
 msgstr "ルーチンの定義を変更します"
 
-#: sql_help.c:5299
+#: sql_help.c:5318
 msgid "change the definition of a rule"
 msgstr "ルールの定義を変更します"
 
-#: sql_help.c:5305
+#: sql_help.c:5324
 msgid "change the definition of a schema"
 msgstr "スキーマの定義を変更します"
 
-#: sql_help.c:5311
+#: sql_help.c:5330
 msgid "change the definition of a sequence generator"
 msgstr "シーケンス生成器の定義を変更します"
 
-#: sql_help.c:5317
+#: sql_help.c:5336
 msgid "change the definition of a foreign server"
 msgstr "外部サーバーの定義を変更します"
 
-#: sql_help.c:5323
+#: sql_help.c:5342
 msgid "change the definition of an extended statistics object"
 msgstr "拡張統計情報オブジェクトの定義を変更します"
 
-#: sql_help.c:5329
+#: sql_help.c:5348
 msgid "change the definition of a subscription"
 msgstr "サブスクリプションの定義を変更します"
 
-#: sql_help.c:5335
+#: sql_help.c:5354
 msgid "change a server configuration parameter"
 msgstr "サーバーの設定パラメータを変更します"
 
-#: sql_help.c:5341
+#: sql_help.c:5360
 msgid "change the definition of a table"
 msgstr "テーブルの定義を変更します。"
 
-#: sql_help.c:5347
+#: sql_help.c:5366
 msgid "change the definition of a tablespace"
 msgstr "テーブル空間の定義を変更します"
 
-#: sql_help.c:5353
+#: sql_help.c:5372
 msgid "change the definition of a text search configuration"
 msgstr "テキスト検索設定の定義を変更します"
 
-#: sql_help.c:5359
+#: sql_help.c:5378
 msgid "change the definition of a text search dictionary"
 msgstr "テキスト検索辞書の定義を変更します"
 
-#: sql_help.c:5365
+#: sql_help.c:5384
 msgid "change the definition of a text search parser"
 msgstr "テキスト検索パーサーの定義を変更します"
 
-#: sql_help.c:5371
+#: sql_help.c:5390
 msgid "change the definition of a text search template"
 msgstr "テキスト検索テンプレートの定義を変更します"
 
-#: sql_help.c:5377
+#: sql_help.c:5396
 msgid "change the definition of a trigger"
 msgstr "トリガーの定義を変更します"
 
-#: sql_help.c:5383
+#: sql_help.c:5402
 msgid "change the definition of a type"
 msgstr "型の定義を変更します"
 
-#: sql_help.c:5395
+#: sql_help.c:5414
 msgid "change the definition of a user mapping"
 msgstr "ユーザーマッピングの定義を変更します"
 
-#: sql_help.c:5401
+#: sql_help.c:5420
 msgid "change the definition of a view"
 msgstr "ビューの定義を変更します"
 
-#: sql_help.c:5407
+#: sql_help.c:5426
 msgid "collect statistics about a database"
 msgstr "データベースの統計情報を収集します"
 
-#: sql_help.c:5413 sql_help.c:6211
+#: sql_help.c:5432 sql_help.c:6230
 msgid "start a transaction block"
 msgstr "トランザクション区間を開始します"
 
-#: sql_help.c:5419
+#: sql_help.c:5438
 msgid "invoke a procedure"
 msgstr "プロシージャを実行します"
 
-#: sql_help.c:5425
+#: sql_help.c:5444
 msgid "force a write-ahead log checkpoint"
 msgstr "先行書き込みログのチェックポイントを強制的に実行します"
 
-#: sql_help.c:5431
+#: sql_help.c:5450
 msgid "close a cursor"
 msgstr "カーソルを閉じます"
 
-#: sql_help.c:5437
+#: sql_help.c:5456
 msgid "cluster a table according to an index"
 msgstr "インデックスに従ってテーブルをクラスタ化します"
 
-#: sql_help.c:5443
+#: sql_help.c:5462
 msgid "define or change the comment of an object"
 msgstr "オブジェクトのコメントを定義または変更します"
 
-#: sql_help.c:5449 sql_help.c:6007
+#: sql_help.c:5468 sql_help.c:6026
 msgid "commit the current transaction"
 msgstr "現在のトランザクションをコミットします"
 
-#: sql_help.c:5455
+#: sql_help.c:5474
 msgid "commit a transaction that was earlier prepared for two-phase commit"
 msgstr "二相コミットのために事前に準備されたトランザクションをコミットします"
 
-#: sql_help.c:5461
+#: sql_help.c:5480
 msgid "copy data between a file and a table"
 msgstr "ファイルとテーブルとの間でデータをコピーします"
 
-#: sql_help.c:5467
+#: sql_help.c:5486
 msgid "define a new access method"
 msgstr "新しいアクセスメソッドを定義します"
 
-#: sql_help.c:5473
+#: sql_help.c:5492
 msgid "define a new aggregate function"
 msgstr "新しい集約関数を定義します"
 
-#: sql_help.c:5479
+#: sql_help.c:5498
 msgid "define a new cast"
 msgstr "新しい型変換を定義します"
 
-#: sql_help.c:5485
+#: sql_help.c:5504
 msgid "define a new collation"
 msgstr "新しい照合順序を定義します"
 
-#: sql_help.c:5491
+#: sql_help.c:5510
 msgid "define a new encoding conversion"
 msgstr "新しいエンコーディング変換を定義します"
 
-#: sql_help.c:5497
+#: sql_help.c:5516
 msgid "create a new database"
 msgstr "新しいデータベースを作成します"
 
-#: sql_help.c:5503
+#: sql_help.c:5522
 msgid "define a new domain"
 msgstr "新しいドメインを定義します"
 
-#: sql_help.c:5509
+#: sql_help.c:5528
 msgid "define a new event trigger"
 msgstr "新しいイベントトリガーを定義します"
 
-#: sql_help.c:5515
+#: sql_help.c:5534
 msgid "install an extension"
 msgstr "機能拡張をインストールします"
 
-#: sql_help.c:5521
+#: sql_help.c:5540
 msgid "define a new foreign-data wrapper"
 msgstr "新しい外部データラッパを定義します"
 
-#: sql_help.c:5527
+#: sql_help.c:5546
 msgid "define a new foreign table"
 msgstr "新しい外部テーブルを定義します"
 
-#: sql_help.c:5533
+#: sql_help.c:5552
 msgid "define a new function"
 msgstr "新しい関数を定義します"
 
-#: sql_help.c:5539 sql_help.c:5599 sql_help.c:5701
+#: sql_help.c:5558 sql_help.c:5618 sql_help.c:5720
 msgid "define a new database role"
 msgstr "新しいデータベースロールを定義します"
 
-#: sql_help.c:5545
+#: sql_help.c:5564
 msgid "define a new index"
 msgstr "新しいインデックスを定義します"
 
-#: sql_help.c:5551
+#: sql_help.c:5570
 msgid "define a new procedural language"
 msgstr "新しい手続き言語を定義します"
 
-#: sql_help.c:5557
+#: sql_help.c:5576
 msgid "define a new materialized view"
 msgstr "新しい実体化ビューを定義します"
 
-#: sql_help.c:5563
+#: sql_help.c:5582
 msgid "define a new operator"
 msgstr "新しい演算子を定義します"
 
-#: sql_help.c:5569
+#: sql_help.c:5588
 msgid "define a new operator class"
 msgstr "新しい演算子クラスを定義します"
 
-#: sql_help.c:5575
+#: sql_help.c:5594
 msgid "define a new operator family"
 msgstr "新しい演算子族を定義します"
 
-#: sql_help.c:5581
+#: sql_help.c:5600
 msgid "define a new row-level security policy for a table"
 msgstr "テーブルに対して新しい行レベルセキュリティポリシーを定義します"
 
-#: sql_help.c:5587
+#: sql_help.c:5606
 msgid "define a new procedure"
 msgstr "新しいプロシージャを定義します"
 
-#: sql_help.c:5593
+#: sql_help.c:5612
 msgid "define a new publication"
 msgstr "新しいパブリケーションを定義します"
 
-#: sql_help.c:5605
+#: sql_help.c:5624
 msgid "define a new rewrite rule"
 msgstr "新しい書き換えルールを定義します"
 
-#: sql_help.c:5611
+#: sql_help.c:5630
 msgid "define a new schema"
 msgstr "新しいスキーマを定義します"
 
-#: sql_help.c:5617
+#: sql_help.c:5636
 msgid "define a new sequence generator"
 msgstr "新しいシーケンス生成器を定義します。"
 
-#: sql_help.c:5623
+#: sql_help.c:5642
 msgid "define a new foreign server"
 msgstr "新しい外部サーバーを定義します"
 
-#: sql_help.c:5629
+#: sql_help.c:5648
 msgid "define extended statistics"
 msgstr "拡張統計情報を定義します"
 
-#: sql_help.c:5635
+#: sql_help.c:5654
 msgid "define a new subscription"
 msgstr "新しいサブスクリプションを定義します"
 
-#: sql_help.c:5641
+#: sql_help.c:5660
 msgid "define a new table"
 msgstr "新しいテーブルを定義します"
 
-#: sql_help.c:5647 sql_help.c:6169
+#: sql_help.c:5666 sql_help.c:6188
 msgid "define a new table from the results of a query"
 msgstr "問い合わせの結果から新しいテーブルを定義します"
 
-#: sql_help.c:5653
+#: sql_help.c:5672
 msgid "define a new tablespace"
 msgstr "新しいテーブル空間を定義します"
 
-#: sql_help.c:5659
+#: sql_help.c:5678
 msgid "define a new text search configuration"
 msgstr "新しいテキスト検索設定を定義します"
 
-#: sql_help.c:5665
+#: sql_help.c:5684
 msgid "define a new text search dictionary"
 msgstr "新しいテキスト検索辞書を定義します"
 
-#: sql_help.c:5671
+#: sql_help.c:5690
 msgid "define a new text search parser"
 msgstr "新しいテキスト検索パーサーを定義します"
 
-#: sql_help.c:5677
+#: sql_help.c:5696
 msgid "define a new text search template"
 msgstr "新しいテキスト検索テンプレートを定義します"
 
-#: sql_help.c:5683
+#: sql_help.c:5702
 msgid "define a new transform"
 msgstr "新しいデータ変換を定義します"
 
-#: sql_help.c:5689
+#: sql_help.c:5708
 msgid "define a new trigger"
 msgstr "新しいトリガーを定義します"
 
-#: sql_help.c:5695
+#: sql_help.c:5714
 msgid "define a new data type"
 msgstr "新しいデータ型を定義します"
 
-#: sql_help.c:5707
+#: sql_help.c:5726
 msgid "define a new mapping of a user to a foreign server"
 msgstr "外部サーバーに対するユーザーの新しいマッピングを定義します。"
 
-#: sql_help.c:5713
+#: sql_help.c:5732
 msgid "define a new view"
 msgstr "新しいビューを定義します"
 
-#: sql_help.c:5719
+#: sql_help.c:5738
 msgid "deallocate a prepared statement"
 msgstr "準備した文を解放します"
 
-#: sql_help.c:5725
+#: sql_help.c:5744
 msgid "define a cursor"
 msgstr "カーソルを定義します"
 
-#: sql_help.c:5731
+#: sql_help.c:5750
 msgid "delete rows of a table"
 msgstr "テーブルの行を削除します"
 
-#: sql_help.c:5737
+#: sql_help.c:5756
 msgid "discard session state"
 msgstr "セッション状態を破棄します"
 
-#: sql_help.c:5743
+#: sql_help.c:5762
 msgid "execute an anonymous code block"
 msgstr "無名コードブロックを実行します"
 
-#: sql_help.c:5749
+#: sql_help.c:5768
 msgid "remove an access method"
 msgstr "アクセスメソッドを削除します"
 
-#: sql_help.c:5755
+#: sql_help.c:5774
 msgid "remove an aggregate function"
 msgstr "集約関数を削除します"
 
-#: sql_help.c:5761
+#: sql_help.c:5780
 msgid "remove a cast"
 msgstr "型変換を削除します"
 
-#: sql_help.c:5767
+#: sql_help.c:5786
 msgid "remove a collation"
 msgstr "照合順序を削除します"
 
-#: sql_help.c:5773
+#: sql_help.c:5792
 msgid "remove a conversion"
 msgstr "符号化方式変換を削除します"
 
-#: sql_help.c:5779
+#: sql_help.c:5798
 msgid "remove a database"
 msgstr "データベースを削除します"
 
-#: sql_help.c:5785
+#: sql_help.c:5804
 msgid "remove a domain"
 msgstr "ドメインを削除します"
 
-#: sql_help.c:5791
+#: sql_help.c:5810
 msgid "remove an event trigger"
 msgstr "イベントトリガーを削除します"
 
-#: sql_help.c:5797
+#: sql_help.c:5816
 msgid "remove an extension"
 msgstr "機能拡張を削除します"
 
-#: sql_help.c:5803
+#: sql_help.c:5822
 msgid "remove a foreign-data wrapper"
 msgstr "外部データラッパを削除します"
 
-#: sql_help.c:5809
+#: sql_help.c:5828
 msgid "remove a foreign table"
 msgstr "外部テーブルを削除します"
 
-#: sql_help.c:5815
+#: sql_help.c:5834
 msgid "remove a function"
 msgstr "関数を削除します"
 
-#: sql_help.c:5821 sql_help.c:5887 sql_help.c:5989
+#: sql_help.c:5840 sql_help.c:5906 sql_help.c:6008
 msgid "remove a database role"
 msgstr "データベースロールを削除します"
 
-#: sql_help.c:5827
+#: sql_help.c:5846
 msgid "remove an index"
 msgstr "インデックスを削除します"
 
-#: sql_help.c:5833
+#: sql_help.c:5852
 msgid "remove a procedural language"
 msgstr "手続き言語を削除します"
 
-#: sql_help.c:5839
+#: sql_help.c:5858
 msgid "remove a materialized view"
 msgstr "実体化ビューを削除します"
 
-#: sql_help.c:5845
+#: sql_help.c:5864
 msgid "remove an operator"
 msgstr "演算子を削除します"
 
-#: sql_help.c:5851
+#: sql_help.c:5870
 msgid "remove an operator class"
 msgstr "演算子クラスを削除します"
 
-#: sql_help.c:5857
+#: sql_help.c:5876
 msgid "remove an operator family"
 msgstr "演算子族を削除します"
 
-#: sql_help.c:5863
+#: sql_help.c:5882
 msgid "remove database objects owned by a database role"
 msgstr "データベースロールが所有するデータベースオブジェクトを削除します"
 
-#: sql_help.c:5869
+#: sql_help.c:5888
 msgid "remove a row-level security policy from a table"
 msgstr "テーブルから行レベルのセキュリティポリシーを削除します"
 
-#: sql_help.c:5875
+#: sql_help.c:5894
 msgid "remove a procedure"
 msgstr "プロシージャを削除します"
 
-#: sql_help.c:5881
+#: sql_help.c:5900
 msgid "remove a publication"
 msgstr "パブリケーションを削除します"
 
-#: sql_help.c:5893
+#: sql_help.c:5912
 msgid "remove a routine"
 msgstr "ルーチンを削除します"
 
-#: sql_help.c:5899
+#: sql_help.c:5918
 msgid "remove a rewrite rule"
 msgstr "書き換えルールを削除します"
 
-#: sql_help.c:5905
+#: sql_help.c:5924
 msgid "remove a schema"
 msgstr "スキーマを削除します"
 
-#: sql_help.c:5911
+#: sql_help.c:5930
 msgid "remove a sequence"
 msgstr "シーケンスを削除します"
 
-#: sql_help.c:5917
+#: sql_help.c:5936
 msgid "remove a foreign server descriptor"
 msgstr "外部サーバー記述子を削除します"
 
-#: sql_help.c:5923
+#: sql_help.c:5942
 msgid "remove extended statistics"
 msgstr "拡張統計情報を削除します"
 
-#: sql_help.c:5929
+#: sql_help.c:5948
 msgid "remove a subscription"
 msgstr "サブスクリプションを削除します"
 
-#: sql_help.c:5935
+#: sql_help.c:5954
 msgid "remove a table"
 msgstr "テーブルを削除します"
 
-#: sql_help.c:5941
+#: sql_help.c:5960
 msgid "remove a tablespace"
 msgstr "テーブル空間を削除します"
 
-#: sql_help.c:5947
+#: sql_help.c:5966
 msgid "remove a text search configuration"
 msgstr "テキスト検索設定を削除します"
 
-#: sql_help.c:5953
+#: sql_help.c:5972
 msgid "remove a text search dictionary"
 msgstr "テキスト検索辞書を削除します"
 
-#: sql_help.c:5959
+#: sql_help.c:5978
 msgid "remove a text search parser"
 msgstr "テキスト検索パーサーを削除します"
 
-#: sql_help.c:5965
+#: sql_help.c:5984
 msgid "remove a text search template"
 msgstr "テキスト検索テンプレートを削除します"
 
-#: sql_help.c:5971
+#: sql_help.c:5990
 msgid "remove a transform"
 msgstr "データ変換を削除します"
 
-#: sql_help.c:5977
+#: sql_help.c:5996
 msgid "remove a trigger"
 msgstr "トリガーを削除します"
 
-#: sql_help.c:5983
+#: sql_help.c:6002
 msgid "remove a data type"
 msgstr "データ型を削除します"
 
-#: sql_help.c:5995
+#: sql_help.c:6014
 msgid "remove a user mapping for a foreign server"
 msgstr "外部サーバーのユーザーマッピングを削除します"
 
-#: sql_help.c:6001
+#: sql_help.c:6020
 msgid "remove a view"
 msgstr "ビューを削除します"
 
-#: sql_help.c:6013
+#: sql_help.c:6032
 msgid "execute a prepared statement"
 msgstr "準備した文を実行します"
 
-#: sql_help.c:6019
+#: sql_help.c:6038
 msgid "show the execution plan of a statement"
 msgstr "文の実行計画を表示します"
 
-#: sql_help.c:6025
+#: sql_help.c:6044
 msgid "retrieve rows from a query using a cursor"
 msgstr "カーソルを使って問い合わせから行を取り出します"
 
-#: sql_help.c:6031
+#: sql_help.c:6050
 msgid "define access privileges"
 msgstr "アクセス権限を定義します"
 
-#: sql_help.c:6037
+#: sql_help.c:6056
 msgid "import table definitions from a foreign server"
 msgstr "外部サーバーからテーブル定義をインポートします"
 
-#: sql_help.c:6043
+#: sql_help.c:6062
 msgid "create new rows in a table"
 msgstr "テーブルに新しい行を作成します"
 
-#: sql_help.c:6049
+#: sql_help.c:6068
 msgid "listen for a notification"
 msgstr "通知メッセージを監視します"
 
-#: sql_help.c:6055
+#: sql_help.c:6074
 msgid "load a shared library file"
 msgstr "共有ライブラリファイルをロードします"
 
-#: sql_help.c:6061
+#: sql_help.c:6080
 msgid "lock a table"
 msgstr "テーブルをロックします"
 
-#: sql_help.c:6067
+#: sql_help.c:6086
 msgid "conditionally insert, update, or delete rows of a table"
 msgstr "条件によってテーブルの行を挿入、更新または削除する"
 
-#: sql_help.c:6073
+#: sql_help.c:6092
 msgid "position a cursor"
 msgstr "カーソルを位置づけます"
 
-#: sql_help.c:6079
+#: sql_help.c:6098
 msgid "generate a notification"
 msgstr "通知を生成します"
 
-#: sql_help.c:6085
+#: sql_help.c:6104
 msgid "prepare a statement for execution"
 msgstr "実行に備えて文を準備します"
 
-#: sql_help.c:6091
+#: sql_help.c:6110
 msgid "prepare the current transaction for two-phase commit"
 msgstr "二相コミットに備えて現在のトランザクションを準備します"
 
-#: sql_help.c:6097
+#: sql_help.c:6116
 msgid "change the ownership of database objects owned by a database role"
 msgstr "データベースロールが所有するデータベースオブジェクトの所有権を変更します"
 
-#: sql_help.c:6103
+#: sql_help.c:6122
 msgid "replace the contents of a materialized view"
 msgstr "実体化ビューの内容を置き換えます"
 
-#: sql_help.c:6109
+#: sql_help.c:6128
 msgid "rebuild indexes"
 msgstr "インデックスを再構築します"
 
-#: sql_help.c:6115
+#: sql_help.c:6134
 msgid "release a previously defined savepoint"
 msgstr "以前に定義されたセーブポイントを解放します"
 
-#: sql_help.c:6121
+#: sql_help.c:6140
 msgid "restore the value of a run-time parameter to the default value"
 msgstr "実行時パラメータの値をデフォルト値に戻します"
 
-#: sql_help.c:6127
+#: sql_help.c:6146
 msgid "remove access privileges"
 msgstr "アクセス権限を削除します"
 
-#: sql_help.c:6139
+#: sql_help.c:6158
 msgid "cancel a transaction that was earlier prepared for two-phase commit"
 msgstr "二相コミットのために事前に準備されたトランザクションをキャンセルします"
 
-#: sql_help.c:6145
+#: sql_help.c:6164
 msgid "roll back to a savepoint"
 msgstr "セーブポイントまでロールバックします"
 
-#: sql_help.c:6151
+#: sql_help.c:6170
 msgid "define a new savepoint within the current transaction"
 msgstr "現在のトランザクション内で新しいセーブポイントを定義します"
 
-#: sql_help.c:6157
+#: sql_help.c:6176
 msgid "define or change a security label applied to an object"
 msgstr "オブジェクトに適用されるセキュリティラベルを定義または変更します"
 
-#: sql_help.c:6163 sql_help.c:6217 sql_help.c:6253
+#: sql_help.c:6182 sql_help.c:6236 sql_help.c:6272
 msgid "retrieve rows from a table or view"
 msgstr "テーブルまたはビューから行を取得します"
 
-#: sql_help.c:6175
+#: sql_help.c:6194
 msgid "change a run-time parameter"
 msgstr "実行時パラメータを変更します"
 
-#: sql_help.c:6181
+#: sql_help.c:6200
 msgid "set constraint check timing for the current transaction"
 msgstr "現在のトランザクションについて、制約チェックのタイミングを設定します"
 
-#: sql_help.c:6187
+#: sql_help.c:6206
 msgid "set the current user identifier of the current session"
 msgstr "現在のセッションの現在のユーザー識別子を設定します"
 
-#: sql_help.c:6193
+#: sql_help.c:6212
 msgid "set the session user identifier and the current user identifier of the current session"
 msgstr "セッションのユーザー識別子および現在のセッションの現在のユーザー識別子を設定します"
 
-#: sql_help.c:6199
+#: sql_help.c:6218
 msgid "set the characteristics of the current transaction"
 msgstr "現在のトランザクションの特性を設定します"
 
-#: sql_help.c:6205
+#: sql_help.c:6224
 msgid "show the value of a run-time parameter"
 msgstr "実行時パラメータの値を表示します"
 
-#: sql_help.c:6223
+#: sql_help.c:6242
 msgid "empty a table or set of tables"
 msgstr "一つの、または複数のテーブルを空にします"
 
-#: sql_help.c:6229
+#: sql_help.c:6248
 msgid "stop listening for a notification"
 msgstr "通知メッセージの監視を中止します"
 
-#: sql_help.c:6235
+#: sql_help.c:6254
 msgid "update rows of a table"
 msgstr "テーブルの行を更新します"
 
-#: sql_help.c:6241
+#: sql_help.c:6260
 msgid "garbage-collect and optionally analyze a database"
 msgstr "ガーベッジコレクションを行い、また必要に応じてデータベースを分析します"
 
-#: sql_help.c:6247
+#: sql_help.c:6266
 msgid "compute a set of rows"
 msgstr "行セットを計算します"