,\n"
" ou l'annule en l'absence d'argument\n"
-#: help.c:282
+#: help.c:283
#, c-format
msgid " \\x [on|off|auto] toggle expanded output (currently %s)\n"
msgstr " \\x [on|off|auto] bascule l'affichage étendu (actuellement %s)\n"
-#: help.c:286
+#: help.c:287
#, c-format
msgid "Connection\n"
msgstr "Connexions\n"
-#: help.c:288
+#: help.c:289
#, c-format
msgid ""
" \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n"
" se connecte à une autre base de données\n"
" (actuellement « %s »)\n"
-#: help.c:292
+#: help.c:293
#, c-format
msgid ""
" \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n"
" se connecte à une nouvelle base de données\n"
" (aucune connexion actuellement)\n"
-#: help.c:294
+#: help.c:295
#, c-format
msgid " \\conninfo display information about current connection\n"
msgstr " \\conninfo affiche des informations sur la connexion en cours\n"
-#: help.c:295
+#: help.c:296
#, c-format
msgid " \\encoding [ENCODING] show or set client encoding\n"
msgstr " \\encoding [ENCODAGE] affiche ou initialise l'encodage du client\n"
-#: help.c:296
+#: help.c:297
#, c-format
msgid " \\password [USERNAME] securely change the password for a user\n"
msgstr ""
" modifie de façon sécurisé le mot de passe d'un\n"
" utilisateur\n"
-#: help.c:299
+#: help.c:300
#, c-format
msgid "Operating System\n"
msgstr "Système d'exploitation\n"
-#: help.c:300
+#: help.c:301
#, c-format
msgid " \\cd [DIR] change the current working directory\n"
msgstr " \\cd [RÉPERTOIRE] change de répertoire de travail\n"
-#: help.c:301
+#: help.c:302
#, c-format
msgid " \\setenv NAME [VALUE] set or unset environment variable\n"
msgstr " \\setenv NOM [VALEUR] (dés)initialise une variable d'environnement\n"
-#: help.c:302
+#: help.c:303
#, c-format
msgid " \\timing [on|off] toggle timing of commands (currently %s)\n"
msgstr ""
" \\timing [on|off] bascule l'activation du chronométrage des commandes\n"
" (actuellement %s)\n"
-#: help.c:304
+#: help.c:305
#, c-format
msgid " \\! [COMMAND] execute command in shell or start interactive shell\n"
msgstr ""
" \\! [COMMANDE] exécute la commande dans un shell ou exécute un\n"
" shell interactif\n"
-#: help.c:307
+#: help.c:308
#, c-format
msgid "Variables\n"
msgstr "Variables\n"
-#: help.c:308
+#: help.c:309
#, c-format
msgid " \\prompt [TEXT] NAME prompt user to set internal variable\n"
msgstr ""
" \\prompt [TEXTE] NOM demande à l'utilisateur de configurer la variable\n"
" interne\n"
-#: help.c:309
+#: help.c:310
#, c-format
msgid " \\set [NAME [VALUE]] set internal variable, or list all if no parameters\n"
msgstr ""
" \\set [NOM [VALEUR]] initialise une variable interne ou les affiche\n"
" toutes en l'absence de paramètre\n"
-#: help.c:310
+#: help.c:311
#, c-format
msgid " \\unset NAME unset (delete) internal variable\n"
msgstr " \\unset NOM désactive (supprime) la variable interne\n"
-#: help.c:313
+#: help.c:314
#, c-format
msgid "Large Objects\n"
msgstr "« Large objects »\n"
-#: help.c:314
+#: help.c:315
#, c-format
msgid ""
" \\lo_export LOBOID FILE\n"
" \\lo_unlink OIDLOB\n"
" opérations sur les « Large Objects »\n"
-#: help.c:341
+#: help.c:342
#, c-format
msgid ""
"List of specially treated variables\n"
"Liste des variables traitées spécialement\n"
"\n"
-#: help.c:343
+#: help.c:344
#, c-format
msgid "psql variables:\n"
msgstr "variables psql :\n"
-#: help.c:345
+#: help.c:346
#, c-format
msgid ""
" psql --set=NAME=VALUE\n"
" ou \\set NOM VALEUR dans psql\n"
"\n"
-#: help.c:347
-#, c-format
-msgid " AUTOCOMMIT if set, successful SQL commands are automatically committed\n"
-msgstr " AUTOCOMMIT si activé, les commandes SQL réussies sont automatiquement validées\n"
-
#: help.c:348
#, c-format
msgid ""
-" COMP_KEYWORD_CASE determines the case used to complete SQL key words\n"
-" [lower, upper, preserve-lower, preserve-upper]\n"
+" AUTOCOMMIT\n"
+" if set, successful SQL commands are automatically committed\n"
msgstr ""
-" COMP_KEYWORD_CASE détermine la casse utilisée pour compléter les mots clés SQL\n"
-" [lower, upper, preserve-lower, preserve-upper]\n"
+" AUTOCOMMIT\n"
+" si activé, les commandes SQL réussies sont automatiquement validées\n"
#: help.c:350
#, c-format
-msgid " DBNAME the currently connected database name\n"
-msgstr " DBNAME le nom de base de données actuel\n"
-
-#: help.c:351
-#, c-format
msgid ""
-" ECHO controls what input is written to standard output\n"
-" [all, errors, none, queries]\n"
+" COMP_KEYWORD_CASE\n"
+" determines the case used to complete SQL key words\n"
+" [lower, upper, preserve-lower, preserve-upper]\n"
msgstr ""
-" ECHO contrôle ce qui est envoyé sur la sortie standard\n"
-" [all, errors, none, queries]\n"
+" COMP_KEYWORD_CASE\n"
+" détermine la casse utilisée pour compléter les mots clés SQL\n"
+" [lower, upper, preserve-lower, preserve-upper]\n"
#: help.c:353
#, c-format
msgid ""
-" ECHO_HIDDEN if set, display internal queries executed by backslash commands;\n"
-" if set to \"noexec\", just show without execution\n"
+" DBNAME\n"
+" the currently connected database name\n"
msgstr ""
-" ECHO_HIDDEN si activé, affiche les requêtes internes exécutées par les méta-commandes ;\n"
-" si configuré à « noexec », affiche les requêtes mais ne les exécute pas\n"
+" DBNAME\n"
+" le nom de base de données actuel\n"
#: help.c:355
#, c-format
-msgid " ENCODING current client character set encoding\n"
-msgstr " ENCODING encodage du jeu de caractères client\n"
-
-#: help.c:356
-#, c-format
msgid ""
-" FETCH_COUNT the number of result rows to fetch and display at a time\n"
-" (default: 0=unlimited)\n"
+" ECHO\n"
+" controls what input is written to standard output\n"
+" [all, errors, none, queries]\n"
msgstr ""
-" FETCH_COUNT le nombre de lignes résultats à récupérer et à afficher à la fois\n"
-" (par défaut 0 pour illimité)\n"
+" ECHO\n"
+" contrôle ce qui est envoyé sur la sortie standard\n"
+" [all, errors, none, queries]\n"
#: help.c:358
#, c-format
-msgid " HISTCONTROL controls command history [ignorespace, ignoredups, ignoreboth]\n"
-msgstr " HISTCONTROL contrôle l'historique des commandes [ignorespace, ignoredups, ignoreboth]\n"
-
-#: help.c:359
-#, c-format
-msgid " HISTFILE file name used to store the command history\n"
-msgstr " HISTFILE nom du fichier utilisé pour stocker l'historique des commandes\n"
-
-#: help.c:360
-#, c-format
-msgid " HISTSIZE max number of commands to store in the command history\n"
-msgstr " HISTSIZE nombre maximum de commandes à stocker dans l'historique de commandes\n"
+msgid ""
+" ECHO_HIDDEN\n"
+" if set, display internal queries executed by backslash commands;\n"
+" if set to \"noexec\", just show them without execution\n"
+msgstr ""
+" ECHO_HIDDEN\n"
+" si activé, affiche les requêtes internes exécutées par les méta-commandes ;\n"
+" si configuré à « noexec », affiche les requêtes sans les exécuter\n"
#: help.c:361
#, c-format
-msgid " HOST the currently connected database server host\n"
-msgstr " HOST l'hôte de la base de données\n"
-
-#: help.c:362
-#, c-format
-msgid " IGNOREEOF number of EOFs needed to terminate an interactive session\n"
-msgstr " IGNOREEOF nombre d'EOF nécessaire pour terminer une session interactive\n"
+msgid ""
+" ENCODING\n"
+" current client character set encoding\n"
+msgstr ""
+" ENCODING\n"
+" encodage du jeu de caractères client\n"
#: help.c:363
#, c-format
-msgid " LASTOID value of the last affected OID\n"
-msgstr " LASTOID valeur du dernier OID affecté\n"
-
-#: help.c:364
-#, c-format
-msgid " ON_ERROR_ROLLBACK if set, an error doesn't stop a transaction (uses implicit savepoints)\n"
-msgstr " ON_ERROR_ROLLBACK si activé, une erreur n'arrête pas une transaction (utilise des savepoints implicites)\n"
+msgid ""
+" ERROR\n"
+" true if last query failed, else false\n"
+msgstr ""
+" ERROR\n"
+" true si la dernière requête a échoué, sinon false\n"
#: help.c:365
#, c-format
-msgid " ON_ERROR_STOP stop batch execution after error\n"
-msgstr " ON_ERROR_STOP arrête l'exécution d'un batch après une erreur\n"
-
-#: help.c:366
-#, c-format
-msgid " PORT server port of the current connection\n"
-msgstr " PORT port du server pour la connexion actuelle\n"
+msgid ""
+" FETCH_COUNT\n"
+" the number of result rows to fetch and display at a time (0 = unlimited)\n"
+msgstr ""
+" FETCH_COUNT\n"
+" le nombre de lignes résultats à récupérer et à afficher à la fois\n"
+" (0 pour illimité)\n"
#: help.c:367
#, c-format
-msgid " PROMPT1 specifies the standard psql prompt\n"
-msgstr " PROMPT1 spécifie l'invite standard de psql\n"
-
-#: help.c:368
-#, c-format
-msgid " PROMPT2 specifies the prompt used when a statement continues from a previous line\n"
-msgstr " PROMPT2 spécifie l'invite utilisé quand une requête continue après la ligne courante\n"
+msgid ""
+" HISTCONTROL\n"
+" controls command history [ignorespace, ignoredups, ignoreboth]\n"
+msgstr ""
+" HISTCONTROL\n"
+" contrôle l'historique des commandes [ignorespace, ignoredups, ignoreboth]\n"
#: help.c:369
#, c-format
-msgid " PROMPT3 specifies the prompt used during COPY ... FROM STDIN\n"
-msgstr " PROMPT3 spécifie l'invite utilisée lors d'un COPY ... FROM STDIN\n"
-
-#: help.c:370
-#, c-format
-msgid " QUIET run quietly (same as -q option)\n"
-msgstr " QUIET s'exécute en silence (identique à l'option -q)\n"
+msgid ""
+" HISTFILE\n"
+" file name used to store the command history\n"
+msgstr ""
+" HISTFILE\n"
+" nom du fichier utilisé pour stocker l'historique des commandes\n"
#: help.c:371
#, c-format
-msgid " SERVER_VERSION_NAME server's version (short string)\n"
-msgstr " SERVER_VERSION_NAME version du serveur (chaîne courte)\n"
-
-#: help.c:372
-#, c-format
-msgid " SERVER_VERSION_NUM server's version (numeric format)\n"
-msgstr " SERVER_VERSION_NUM version du serveur (format numérique)\n"
+msgid ""
+" HISTSIZE\n"
+" maximum number of commands to store in the command history\n"
+msgstr ""
+" HISTSIZE\n"
+" nombre maximum de commandes à stocker dans l'historique de commandes\n"
#: help.c:373
#, c-format
-msgid " SHOW_CONTEXT controls display of message context fields [never, errors, always]\n"
-msgstr " SHOW_CONTEXT contrôle l'affichage des champs de contexte du message [never, errors, always]\n"
-
-#: help.c:374
-#, c-format
-msgid " SINGLELINE end of line terminates SQL command mode (same as -S option)\n"
-msgstr " SINGLELINE une fin de ligne termine le mode de commande SQL (identique à l'option -S)\n"
+msgid ""
+" HOST\n"
+" the currently connected database server host\n"
+msgstr ""
+" HOST\n"
+" l'hôte de la base de données\n"
#: help.c:375
#, c-format
-msgid " SINGLESTEP single-step mode (same as -s option)\n"
-msgstr " SINGLESTEP mode pas à pas (identique à l'option -s)\n"
+msgid ""
+" IGNOREEOF\n"
+" number of EOFs needed to terminate an interactive session\n"
+msgstr ""
+" IGNOREEOF\n"
+" nombre d'EOF nécessaire pour terminer une session interactive\n"
-#: help.c:376
+#: help.c:377
#, c-format
-msgid " USER the currently connected database user\n"
-msgstr " USER l'utilisateur actuellement connecté\n"
+msgid ""
+" LASTOID\n"
+" value of the last affected OID\n"
+msgstr ""
+" LASTOID\n"
+" valeur du dernier OID affecté\n"
-#: help.c:377
+#: help.c:379
#, c-format
-msgid " VERBOSITY controls verbosity of error reports [default, verbose, terse]\n"
-msgstr " VERBOSITY contrôle la verbosité des rapports d'erreurs [default, verbose, terse]\n"
+msgid ""
+" LAST_ERROR_MESSAGE\n"
+" LAST_ERROR_SQLSTATE\n"
+" message and SQLSTATE of last error, or empty string and \"00000\" if none\n"
+msgstr ""
+" LAST_ERROR_MESSAGE\n"
+" LAST_ERROR_SQLSTATE\n"
+" message et SQLSTATE de la dernière erreur ou une chaîne vide et \"00000\" if si aucune erreur\n"
-#: help.c:378
+#: help.c:382
#, c-format
-msgid " VERSION psql's version (verbose string)\n"
-msgstr " VERSION version de psql (chaîne verbeuse)\n"
+msgid ""
+" ON_ERROR_ROLLBACK\n"
+" if set, an error doesn't stop a transaction (uses implicit savepoints)\n"
+msgstr ""
+" ON_ERROR_ROLLBACK\n"
+" si activé, une erreur n'arrête pas une transaction (utilise des savepoints implicites)\n"
-#: help.c:379
+#: help.c:384
#, c-format
-msgid " VERSION_NAME psql's version (short string)\n"
-msgstr " VERSION_NAME version de psql (chaîne courte)\n"
+msgid ""
+" ON_ERROR_STOP\n"
+" stop batch execution after error\n"
+msgstr ""
+" ON_ERROR_STOP\n"
+" arrête l'exécution d'un batch après une erreur\n"
-#: help.c:380
+#: help.c:386
#, c-format
-msgid " VERSION_NUM psql's version (numeric format)\n"
-msgstr " VERSION_NUM version de psql (format numérique)\n"
+msgid ""
+" PORT\n"
+" server port of the current connection\n"
+msgstr ""
+" PORT\n"
+" port du serveur pour la connexion actuelle\n"
-#: help.c:382
+#: help.c:388
+#, c-format
+msgid ""
+" PROMPT1\n"
+" specifies the standard psql prompt\n"
+msgstr ""
+" PROMPT1\n"
+" spécifie l'invite standard de psql\n"
+
+#: help.c:390
+#, c-format
+msgid ""
+" PROMPT2\n"
+" specifies the prompt used when a statement continues from a previous line\n"
+msgstr ""
+" PROMPT2\n"
+" spécifie l'invite utilisé quand une requête continue après la ligne courante\n"
+
+#: help.c:392
+#, c-format
+msgid ""
+" PROMPT3\n"
+" specifies the prompt used during COPY ... FROM STDIN\n"
+msgstr ""
+" PROMPT3\n"
+" spécifie l'invite utilisée lors d'un COPY ... FROM STDIN\n"
+
+#: help.c:394
+#, c-format
+msgid ""
+" QUIET\n"
+" run quietly (same as -q option)\n"
+msgstr ""
+" QUIET\n"
+" s'exécute en silence (identique à l'option -q)\n"
+
+#: help.c:396
+#, c-format
+msgid ""
+" ROW_COUNT\n"
+" number of rows returned or affected by last query, or 0\n"
+msgstr ""
+" ROW_COUNT\n"
+" nombre de lignes renvoyées ou affectées par la dernière requête, ou 0\n"
+
+#: help.c:398
+#, c-format
+msgid ""
+" SERVER_VERSION_NAME\n"
+" SERVER_VERSION_NUM\n"
+" server's version (in short string or numeric format)\n"
+msgstr ""
+" SERVER_VERSION_NAME\n"
+" SERVER_VERSION_NUM\n"
+" version du serveur (chaîne courte ou format numérique)\n"
+
+#: help.c:401
+#, c-format
+msgid ""
+" SHOW_CONTEXT\n"
+" controls display of message context fields [never, errors, always]\n"
+msgstr ""
+" SHOW_CONTEXT\n"
+" contrôle l'affichage des champs de contexte du message [never, errors, always]\n"
+
+#: help.c:403
+#, c-format
+msgid ""
+" SINGLELINE\n"
+" if set, end of line terminates SQL commands (same as -S option)\n"
+msgstr ""
+" SINGLELINE\n"
+" une fin de ligne termine le mode de commande SQL (identique à l'option -S)\n"
+
+#: help.c:405
+#, c-format
+msgid ""
+" SINGLESTEP\n"
+" single-step mode (same as -s option)\n"
+msgstr ""
+" SINGLESTEP\n"
+" mode pas à pas (identique à l'option -s)\n"
+
+#: help.c:407
+#, c-format
+msgid ""
+" SQLSTATE\n"
+" SQLSTATE of last query, or \"00000\" if no error\n"
+msgstr ""
+" SQLSTATE\n"
+" SQLSTATE de la dernière requête, ou \"00000\" si aucune erreur\n"
+
+#: help.c:409
+#, c-format
+msgid ""
+" USER\n"
+" the currently connected database user\n"
+msgstr ""
+" USER\n"
+" l'utilisateur actuellement connecté\n"
+
+#: help.c:411
+#, c-format
+msgid ""
+" VERBOSITY\n"
+" controls verbosity of error reports [default, verbose, terse]\n"
+msgstr ""
+" VERBOSITY\n"
+" contrôle la verbosité des rapports d'erreurs [default, verbose, terse]\n"
+
+#: help.c:413
+#, c-format
+msgid ""
+" VERSION\n"
+" VERSION_NAME\n"
+" VERSION_NUM\n"
+" psql's version (in verbose string, short string, or numeric format)\n"
+msgstr ""
+" VERSION\n"
+" VERSION_NAME\n"
+" VERSION_NUM\n"
+" version de psql (chaîne longue, chaîne courte, ou format numérique)\n"
+
+#: help.c:418
#, c-format
msgid ""
"\n"
"\n"
"Paramètres d'affichage :\n"
-#: help.c:384
+#: help.c:420
#, c-format
msgid ""
" psql --pset=NAME[=VALUE]\n"
" ou \\pset NOM [VALEUR] dans psql\n"
"\n"
-#: help.c:386
+#: help.c:422
#, c-format
-msgid " border border style (number)\n"
-msgstr " border style de bordure (nombre)\n"
+msgid ""
+" border\n"
+" border style (number)\n"
+msgstr ""
+" border\n"
+" style de bordure (nombre)\n"
-#: help.c:387
+#: help.c:424
#, c-format
-msgid " columns target width for the wrapped format\n"
-msgstr " columns largeur cible pour le format encadré\n"
+msgid ""
+" columns\n"
+" target width for the wrapped format\n"
+msgstr ""
+" columns\n"
+" largeur cible pour le format encadré\n"
-#: help.c:388
+#: help.c:426
#, c-format
-msgid " expanded (or x) expanded output [on, off, auto]\n"
-msgstr " expanded (or x) sortie étendue [on, off, auto]\n"
+msgid ""
+" expanded (or x)\n"
+" expanded output [on, off, auto]\n"
+msgstr ""
+" expanded (ou x)\n"
+" sortie étendue [on, off, auto]\n"
-#: help.c:389
+#: help.c:428
#, c-format
-msgid " fieldsep field separator for unaligned output (default \"%s\")\n"
-msgstr " fieldsep champ séparateur pour l'affichage non aligné (par défaut « %s »)\n"
+msgid ""
+" fieldsep\n"
+" field separator for unaligned output (default \"%s\")\n"
+msgstr ""
+" fieldsep\n"
+" champ séparateur pour l'affichage non aligné (par défaut « %s »)\n"
-#: help.c:390
+#: help.c:431
#, c-format
-msgid " fieldsep_zero set field separator for unaligned output to zero byte\n"
+msgid ""
+" fieldsep_zero\n"
+" set field separator for unaligned output to a zero byte\n"
msgstr ""
-" fieldsep_zero configure le séparateur de champ pour l'affichage non\\n\n"
-" aligné à l'octet zéro\n"
+" fieldsep_zero\n"
+" configure le séparateur de champ pour l'affichage non alignée à l'octet zéro\n"
-#: help.c:391
+#: help.c:433
#, c-format
-msgid " footer enable or disable display of the table footer [on, off]\n"
-msgstr " footer active ou désactive l'affiche du bas de tableau [on, off]\n"
+msgid ""
+" footer\n"
+" enable or disable display of the table footer [on, off]\n"
+msgstr ""
+" footer\n"
+" active ou désactive l'affiche du bas de tableau [on, off]\n"
-#: help.c:392
+#: help.c:435
#, c-format
-msgid " format set output format [unaligned, aligned, wrapped, html, asciidoc, ...]\n"
-msgstr " format active le format de sortie [unaligned, aligned, wrapped, html, asciidoc, ...]\n"
+msgid ""
+" format\n"
+" set output format [unaligned, aligned, wrapped, html, asciidoc, ...]\n"
+msgstr ""
+" format\n"
+" active le format de sortie [unaligned, aligned, wrapped, html, asciidoc, ...]\n"
-#: help.c:393
+#: help.c:437
#, c-format
-msgid " linestyle set the border line drawing style [ascii, old-ascii, unicode]\n"
-msgstr " linestyle configure l'affichage des lignes de bordure [ascii, old-ascii, unicode]\n"
+msgid ""
+" linestyle\n"
+" set the border line drawing style [ascii, old-ascii, unicode]\n"
+msgstr ""
+" linestyle\n"
+" configure l'affichage des lignes de bordure [ascii, old-ascii, unicode]\n"
-#: help.c:394
+#: help.c:439
#, c-format
-msgid " null set the string to be printed in place of a null value\n"
-msgstr " null configure la chaîne à afficher à la place d'une valeur NULL\n"
+msgid ""
+" null\n"
+" set the string to be printed in place of a null value\n"
+msgstr ""
+" null\n"
+" configure la chaîne à afficher à la place d'une valeur NULL\n"
-#: help.c:395
+#: help.c:441
#, c-format
msgid ""
-" numericlocale enable or disable display of a locale-specific character to separate\n"
-" groups of digits [on, off]\n"
+" numericlocale\n"
+" enable display of a locale-specific character to separate groups of digits\n"
msgstr ""
-" numericlocale active ou désactive l'affichage d'un caractère spécigique à la locale pour séparer\n"
-" des groupes de chiffres [on, off]\n"
+" numericlocale\n"
+" active ou désactive l'affichage d'un caractère spécifique à la locale pour séparer\n"
+" des groupes de chiffres [on, off]\n"
-#: help.c:397
+#: help.c:443
#, c-format
-msgid " pager control when an external pager is used [yes, no, always]\n"
-msgstr " pager contrôle quand un paginateur externe est utilisé [yes, no, always]\n"
+msgid ""
+" pager\n"
+" control when an external pager is used [yes, no, always]\n"
+msgstr ""
+" pager\n"
+" contrôle quand un paginateur externe est utilisé [yes, no, always]\n"
-#: help.c:398
+#: help.c:445
#, c-format
-msgid " recordsep record (line) separator for unaligned output\n"
-msgstr " recordsep enregistre le séparateur de ligne pour les affichages non alignés\n"
+msgid ""
+" recordsep\n"
+" record (line) separator for unaligned output\n"
+msgstr ""
+" recordsep\n"
+" enregistre le séparateur de ligne pour les affichages non alignés\n"
-#: help.c:399
+#: help.c:447
#, c-format
-msgid " recordsep_zero set record separator for unaligned output to zero byte\n"
+msgid ""
+" recordsep_zero\n"
+" set record separator for unaligned output to a zero byte\n"
msgstr ""
-" recordsep_zero initialise le séparateur d'enregistrements pour un affichage\n"
-" non aligné à l'octet zéro\n"
-"\n"
+" recordsep_zero\n"
+" initialise le séparateur d'enregistrements pour un affichage\n"
+" non aligné à l'octet zéro\n"
-#: help.c:400
+#: help.c:449
#, c-format
msgid ""
-" tableattr (or T) specify attributes for table tag in html format or proportional\n"
-" column widths for left-aligned data types in latex-longtable format\n"
+" tableattr (or T)\n"
+" specify attributes for table tag in html format, or proportional\n"
+" column widths for left-aligned data types in latex-longtable format\n"
msgstr ""
-" tableattr (or T) indique les attributs pour la balise de table dans le format html ou les largeurs\n"
-" proportionnelles de colonnes pour les types de données alignés à gauche dans le format latex-longtable\n"
+" tableattr (ou T)\n"
+" indique les attributs pour la balise de table dans le format html ou les largeurs\n"
+" proportionnelles de colonnes pour les types de données alignés à gauche dans le\n"
+" format latex-longtable\n"
-#: help.c:402
+#: help.c:452
#, c-format
-msgid " title set the table title for any subsequently printed tables\n"
-msgstr " title configure le titre de la table pour toute table affichée\n"
+msgid ""
+" title\n"
+" set the table title for subsequently printed tables\n"
+msgstr ""
+" title\n"
+" configure le titre de la table pour toute table affichée\n"
-#: help.c:403
+#: help.c:454
#, c-format
-msgid " tuples_only if set, only actual table data is shown\n"
-msgstr " tuples_only si activé, seules les données de la table sont affichées\n"
+msgid ""
+" tuples_only\n"
+" if set, only actual table data is shown\n"
+msgstr ""
+" tuples_only\n"
+" si activé, seules les données de la table sont affichées\n"
-#: help.c:404
+#: help.c:456
#, c-format
msgid ""
" unicode_border_linestyle\n"
" unicode_column_linestyle\n"
" unicode_header_linestyle\n"
-" set the style of Unicode line drawing [single, double]\n"
+" set the style of Unicode line drawing [single, double]\n"
msgstr ""
" unicode_border_linestyle\n"
" unicode_column_linestyle\n"
" unicode_header_linestyle\n"
-" configure le style d'affichage de ligne Unicode [single, double]\n"
+" configure le style d'affichage de ligne Unicode [single, double]\n"
-#: help.c:409
+#: help.c:461
#, c-format
msgid ""
"\n"
"\n"
"Variables d'environnement :\n"
-#: help.c:413
+#: help.c:465
#, c-format
msgid ""
" NAME=VALUE [NAME=VALUE] psql ...\n"
" ou \\setenv NOM [VALEUR] dans psql\n"
"\n"
-#: help.c:415
+#: help.c:467
#, c-format
msgid ""
" set NAME=VALUE\n"
" ou \\setenv NOM [VALEUR] dans psql\n"
"\n"
-#: help.c:418
-#, c-format
-msgid " COLUMNS number of columns for wrapped format\n"
-msgstr " COLUMNS nombre de colonnes pour le format encadré\n"
-
-#: help.c:419
+#: help.c:470
#, c-format
-msgid " PAGER name of external pager program\n"
-msgstr " PAGER nom du paginateur externe\n"
+msgid ""
+" COLUMNS\n"
+" number of columns for wrapped format\n"
+msgstr ""
+" COLUMNS\n"
+" nombre de colonnes pour le format encadré\n"
-#: help.c:420
+#: help.c:472
#, c-format
-msgid " PGAPPNAME same as the application_name connection parameter\n"
-msgstr " PGAPPNAME identique au paramètre de connexion application_name\n"
+msgid ""
+" PGAPPNAME\n"
+" same as the application_name connection parameter\n"
+msgstr ""
+" PGAPPNAME\n"
+" identique au paramètre de connexion application_name\n"
-#: help.c:421
+#: help.c:474
#, c-format
-msgid " PGDATABASE same as the dbname connection parameter\n"
-msgstr " PGDATABASE identique au paramètre de connexion dbname\n"
+msgid ""
+" PGDATABASE\n"
+" same as the dbname connection parameter\n"
+msgstr ""
+" PGDATABASE\n"
+" identique au paramètre de connexion dbname\n"
-#: help.c:422
+#: help.c:476
#, c-format
-msgid " PGHOST same as the host connection parameter\n"
-msgstr " PGHOST identique au paramètre de connexion host\n"
+msgid ""
+" PGHOST\n"
+" same as the host connection parameter\n"
+msgstr ""
+" PGHOST\n"
+" identique au paramètre de connexion host\n"
-#: help.c:423
+#: help.c:478
#, c-format
-msgid " PGPASSWORD connection password (not recommended)\n"
-msgstr " PGPASSWORD mot de passe de connexion (non recommendé)\n"
+msgid ""
+" PGPASSWORD\n"
+" connection password (not recommended)\n"
+msgstr ""
+" PGPASSWORD\n"
+" mot de passe de connexion (non recommendé)\n"
-#: help.c:424
+#: help.c:480
#, c-format
-msgid " PGPASSFILE password file name\n"
-msgstr " PGPASSFILE nom du fichier de mot de passe\n"
+msgid ""
+" PGPASSFILE\n"
+" password file name\n"
+msgstr ""
+" PGPASSFILE\n"
+" nom du fichier de mot de passe\n"
-#: help.c:425
+#: help.c:482
#, c-format
-msgid " PGPORT same as the port connection parameter\n"
-msgstr " PGPORT identique au paramètre de connexion port\n"
+msgid ""
+" PGPORT\n"
+" same as the port connection parameter\n"
+msgstr ""
+" PGPORT\n"
+" identique au paramètre de connexion port\n"
-#: help.c:426
+#: help.c:484
#, c-format
-msgid " PGUSER same as the user connection parameter\n"
-msgstr " PGUSER identique au paramètre de connexion user\n"
+msgid ""
+" PGUSER\n"
+" same as the user connection parameter\n"
+msgstr ""
+" PGUSER\n"
+" identique au paramètre de connexion user\n"
-#: help.c:427
+#: help.c:486
#, c-format
msgid ""
" PSQL_EDITOR, EDITOR, VISUAL\n"
-" editor used by the \\e, \\ef, and \\ev commands\n"
+" editor used by the \\e, \\ef, and \\ev commands\n"
msgstr ""
" PSQL_EDITOR, EDITOR, VISUAL\n"
-" éditeur utilisé par les commandes \\e, \\ef et \\ev\n"
+" éditeur utilisé par les commandes \\e, \\ef et \\ev\n"
-#: help.c:429
+#: help.c:488
#, c-format
msgid ""
" PSQL_EDITOR_LINENUMBER_ARG\n"
-" how to specify a line number when invoking the editor\n"
+" how to specify a line number when invoking the editor\n"
msgstr ""
" PSQL_EDITOR_LINENUMBER_ARG\n"
-" comment spécifier un numéro de ligne lors de l'appel de l'éditeur\n"
+" comment spécifier un numéro de ligne lors de l'appel de l'éditeur\n"
-#: help.c:431
+#: help.c:490
+#, c-format
+msgid ""
+" PSQL_HISTORY\n"
+" alternative location for the command history file\n"
+msgstr ""
+" PSQL_HISTORY\n"
+" autre emplacement pour le fichier d'historique des commandes\n"
+
+#: help.c:492
#, c-format
-msgid " PSQL_HISTORY alternative location for the command history file\n"
-msgstr " PSQL_HISTORY autre emplacement pour le fichier d'historique des commandes\n"
+msgid ""
+" PSQL_PAGER, PAGER\n"
+" name of external pager program\n"
+msgstr ""
+" PSQL_PAGER, PAGER\n"
+" nom du paginateur externe\n"
-#: help.c:432
+#: help.c:494
#, c-format
-msgid " PSQLRC alternative location for the user's .psqlrc file\n"
-msgstr " PSQLRC autre emplacement pour le fichier .psqlrc de l'utilisateur\n"
+msgid ""
+" PSQLRC\n"
+" alternative location for the user's .psqlrc file\n"
+msgstr ""
+" PSQLRC\n"
+" autre emplacement pour le fichier .psqlrc de l'utilisateur\n"
-#: help.c:433
+#: help.c:496
#, c-format
-msgid " SHELL shell used by the \\! command\n"
-msgstr " SHELL shell utilisé par la commande \\!\n"
+msgid ""
+" SHELL\n"
+" shell used by the \\! command\n"
+msgstr ""
+" SHELL\n"
+" shell utilisé par la commande \\!\n"
-#: help.c:434
+#: help.c:498
#, c-format
-msgid " TMPDIR directory for temporary files\n"
-msgstr " TMPDIR répertoire pour les fichiers temporaires\n"
+msgid ""
+" TMPDIR\n"
+" directory for temporary files\n"
+msgstr ""
+" TMPDIR\n"
+" répertoire pour les fichiers temporaires\n"
-#: help.c:477
+#: help.c:542
msgid "Available help:\n"
msgstr "Aide-mémoire disponible :\n"
-#: help.c:561
+#: help.c:626
#, c-format
msgid ""
"Command: %s\n"
"%s\n"
"\n"
-#: help.c:577
+#: help.c:642
#, c-format
msgid ""
"No help available for \"%s\".\n"
"Les données en entrée proviennent d'une sauvegarde PostgreSQL au format custom.\n"
"Utilisez l'outil en ligne de commande pg_restore pour restaurer cette sauvegarde dans une base de données.\n"
-#: mainloop.c:225
+#: mainloop.c:282
+msgid "Use \\? for help or press control-C to clear the input buffer."
+msgstr "Utilisez \\? pour l'aide ou appuyez sur control-C pour vider le tampon de saisie."
+
+#: mainloop.c:284
+msgid "Use \\? for help."
+msgstr "Utilisez \\? pour l'aide."
+
+#: mainloop.c:288
msgid "You are using psql, the command-line interface to PostgreSQL."
msgstr "Vous utilisez psql, l'interface en ligne de commande de PostgreSQL."
-#: mainloop.c:226
+#: mainloop.c:289
#, c-format
msgid ""
"Type: \\copyright for distribution terms\n"
" \\g ou point-virgule en fin d'instruction pour exécuter la requête\n"
" \\q pour quitter\n"
-#: mainloop.c:339 mainloop.c:476
+#: mainloop.c:313
+msgid "Use \\q to quit."
+msgstr "Utilisez \\q pour quitter."
+
+#: mainloop.c:316 mainloop.c:340
+msgid "Use control-D to quit."
+msgstr "Utilisez control-D pour quitter."
+
+#: mainloop.c:318 mainloop.c:342
+msgid "Use control-C to quit."
+msgstr "Utilisez control-C pour quitter."
+
+#: mainloop.c:449 mainloop.c:591
#, c-format
msgid "query ignored; use \\endif or Ctrl-C to exit current \\if block\n"
msgstr "requête ignorée ; utilisez \\endif ou Ctrl-C pour quitter le bloc \\if courant\n"
-#: mainloop.c:494
+#: mainloop.c:609
#, c-format
msgid "reached EOF without finding closing \\endif(s)\n"
msgstr "a atteint EOF sans trouver le(s) \\endif fermant\n"
-#: psqlscanslash.l:614
+#: psqlscanslash.l:637
#, c-format
msgid "unterminated quoted string\n"
msgstr "chaîne entre guillemets non terminée\n"
-#: psqlscanslash.l:787
+#: psqlscanslash.l:810
#, c-format
msgid "%s: out of memory\n"
msgstr "%s : mémoire épuisée\n"
-#: sql_help.c:36 sql_help.c:39 sql_help.c:42 sql_help.c:66 sql_help.c:67
-#: sql_help.c:69 sql_help.c:71 sql_help.c:82 sql_help.c:84 sql_help.c:86
-#: sql_help.c:112 sql_help.c:118 sql_help.c:120 sql_help.c:122 sql_help.c:124
-#: sql_help.c:127 sql_help.c:129 sql_help.c:131 sql_help.c:236 sql_help.c:238
-#: sql_help.c:239 sql_help.c:241 sql_help.c:243 sql_help.c:246 sql_help.c:248
-#: sql_help.c:250 sql_help.c:252 sql_help.c:264 sql_help.c:265 sql_help.c:266
-#: sql_help.c:268 sql_help.c:315 sql_help.c:317 sql_help.c:319 sql_help.c:321
-#: sql_help.c:382 sql_help.c:387 sql_help.c:389 sql_help.c:432 sql_help.c:434
-#: sql_help.c:437 sql_help.c:439 sql_help.c:506 sql_help.c:511 sql_help.c:516
-#: sql_help.c:521 sql_help.c:526 sql_help.c:575 sql_help.c:577 sql_help.c:579
-#: sql_help.c:581 sql_help.c:584 sql_help.c:586 sql_help.c:597 sql_help.c:599
-#: sql_help.c:640 sql_help.c:642 sql_help.c:644 sql_help.c:647 sql_help.c:649
-#: sql_help.c:651 sql_help.c:684 sql_help.c:688 sql_help.c:692 sql_help.c:711
-#: sql_help.c:714 sql_help.c:717 sql_help.c:746 sql_help.c:758 sql_help.c:766
-#: sql_help.c:769 sql_help.c:772 sql_help.c:787 sql_help.c:790 sql_help.c:807
-#: sql_help.c:809 sql_help.c:811 sql_help.c:813 sql_help.c:816 sql_help.c:818
-#: sql_help.c:859 sql_help.c:882 sql_help.c:893 sql_help.c:895 sql_help.c:914
-#: sql_help.c:924 sql_help.c:926 sql_help.c:928 sql_help.c:940 sql_help.c:944
-#: sql_help.c:946 sql_help.c:957 sql_help.c:959 sql_help.c:961 sql_help.c:977
-#: sql_help.c:979 sql_help.c:983 sql_help.c:986 sql_help.c:987 sql_help.c:988
-#: sql_help.c:991 sql_help.c:993 sql_help.c:1084 sql_help.c:1086
-#: sql_help.c:1089 sql_help.c:1092 sql_help.c:1094 sql_help.c:1096
-#: sql_help.c:1099 sql_help.c:1102 sql_help.c:1168 sql_help.c:1170
-#: sql_help.c:1172 sql_help.c:1175 sql_help.c:1196 sql_help.c:1199
-#: sql_help.c:1202 sql_help.c:1205 sql_help.c:1209 sql_help.c:1211
-#: sql_help.c:1213 sql_help.c:1215 sql_help.c:1229 sql_help.c:1232
-#: sql_help.c:1234 sql_help.c:1236 sql_help.c:1246 sql_help.c:1248
-#: sql_help.c:1258 sql_help.c:1260 sql_help.c:1270 sql_help.c:1273
-#: sql_help.c:1295 sql_help.c:1297 sql_help.c:1299 sql_help.c:1302
-#: sql_help.c:1304 sql_help.c:1306 sql_help.c:1309 sql_help.c:1359
-#: sql_help.c:1401 sql_help.c:1404 sql_help.c:1406 sql_help.c:1408
-#: sql_help.c:1410 sql_help.c:1412 sql_help.c:1415 sql_help.c:1455
-#: sql_help.c:1666 sql_help.c:1730 sql_help.c:1749 sql_help.c:1762
-#: sql_help.c:1818 sql_help.c:1824 sql_help.c:1834 sql_help.c:1854
-#: sql_help.c:1879 sql_help.c:1897 sql_help.c:1926 sql_help.c:2019
-#: sql_help.c:2061 sql_help.c:2083 sql_help.c:2103 sql_help.c:2104
-#: sql_help.c:2139 sql_help.c:2159 sql_help.c:2181 sql_help.c:2195
-#: sql_help.c:2210 sql_help.c:2240 sql_help.c:2265 sql_help.c:2311
-#: sql_help.c:2577 sql_help.c:2590 sql_help.c:2607 sql_help.c:2623
-#: sql_help.c:2663 sql_help.c:2715 sql_help.c:2719 sql_help.c:2721
-#: sql_help.c:2727 sql_help.c:2745 sql_help.c:2772 sql_help.c:2807
-#: sql_help.c:2819 sql_help.c:2828 sql_help.c:2872 sql_help.c:2886
-#: sql_help.c:2914 sql_help.c:2922 sql_help.c:2930 sql_help.c:2938
-#: sql_help.c:2946 sql_help.c:2954 sql_help.c:2962 sql_help.c:2970
-#: sql_help.c:2979 sql_help.c:2990 sql_help.c:2998 sql_help.c:3006
-#: sql_help.c:3014 sql_help.c:3022 sql_help.c:3032 sql_help.c:3041
-#: sql_help.c:3050 sql_help.c:3058 sql_help.c:3067 sql_help.c:3075
-#: sql_help.c:3083 sql_help.c:3092 sql_help.c:3100 sql_help.c:3108
-#: sql_help.c:3116 sql_help.c:3124 sql_help.c:3132 sql_help.c:3140
-#: sql_help.c:3148 sql_help.c:3156 sql_help.c:3164 sql_help.c:3172
-#: sql_help.c:3189 sql_help.c:3198 sql_help.c:3206 sql_help.c:3223
-#: sql_help.c:3238 sql_help.c:3506 sql_help.c:3557 sql_help.c:3586
-#: sql_help.c:3594 sql_help.c:4017 sql_help.c:4065 sql_help.c:4206
+#: 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:111 sql_help.c:117 sql_help.c:119 sql_help.c:121 sql_help.c:123
+#: sql_help.c:126 sql_help.c:128 sql_help.c:130 sql_help.c:235 sql_help.c:237
+#: sql_help.c:238 sql_help.c:240 sql_help.c:242 sql_help.c:245 sql_help.c:247
+#: sql_help.c:249 sql_help.c:251 sql_help.c:263 sql_help.c:264 sql_help.c:265
+#: sql_help.c:267 sql_help.c:316 sql_help.c:318 sql_help.c:320 sql_help.c:322
+#: sql_help.c:391 sql_help.c:396 sql_help.c:398 sql_help.c:441 sql_help.c:443
+#: sql_help.c:446 sql_help.c:448 sql_help.c:515 sql_help.c:520 sql_help.c:525
+#: sql_help.c:530 sql_help.c:535 sql_help.c:587 sql_help.c:589 sql_help.c:591
+#: sql_help.c:593 sql_help.c:595 sql_help.c:598 sql_help.c:600 sql_help.c:603
+#: sql_help.c:614 sql_help.c:616 sql_help.c:657 sql_help.c:659 sql_help.c:661
+#: sql_help.c:664 sql_help.c:666 sql_help.c:668 sql_help.c:701 sql_help.c:705
+#: sql_help.c:709 sql_help.c:728 sql_help.c:731 sql_help.c:734 sql_help.c:763
+#: sql_help.c:775 sql_help.c:783 sql_help.c:786 sql_help.c:789 sql_help.c:804
+#: sql_help.c:807 sql_help.c:836 sql_help.c:841 sql_help.c:846 sql_help.c:851
+#: sql_help.c:856 sql_help.c:878 sql_help.c:880 sql_help.c:882 sql_help.c:884
+#: sql_help.c:887 sql_help.c:889 sql_help.c:930 sql_help.c:974 sql_help.c:979
+#: sql_help.c:984 sql_help.c:989 sql_help.c:994 sql_help.c:1013 sql_help.c:1024
+#: sql_help.c:1026 sql_help.c:1045 sql_help.c:1055 sql_help.c:1057
+#: sql_help.c:1059 sql_help.c:1071 sql_help.c:1075 sql_help.c:1077
+#: sql_help.c:1088 sql_help.c:1090 sql_help.c:1092 sql_help.c:1108
+#: sql_help.c:1110 sql_help.c:1114 sql_help.c:1117 sql_help.c:1118
+#: sql_help.c:1119 sql_help.c:1122 sql_help.c:1124 sql_help.c:1257
+#: sql_help.c:1259 sql_help.c:1262 sql_help.c:1265 sql_help.c:1267
+#: sql_help.c:1269 sql_help.c:1272 sql_help.c:1275 sql_help.c:1387
+#: sql_help.c:1389 sql_help.c:1391 sql_help.c:1394 sql_help.c:1415
+#: sql_help.c:1418 sql_help.c:1421 sql_help.c:1424 sql_help.c:1428
+#: sql_help.c:1430 sql_help.c:1432 sql_help.c:1434 sql_help.c:1448
+#: sql_help.c:1451 sql_help.c:1453 sql_help.c:1455 sql_help.c:1465
+#: sql_help.c:1467 sql_help.c:1477 sql_help.c:1479 sql_help.c:1489
+#: sql_help.c:1492 sql_help.c:1514 sql_help.c:1516 sql_help.c:1518
+#: sql_help.c:1521 sql_help.c:1523 sql_help.c:1525 sql_help.c:1528
+#: sql_help.c:1578 sql_help.c:1620 sql_help.c:1623 sql_help.c:1625
+#: sql_help.c:1627 sql_help.c:1629 sql_help.c:1631 sql_help.c:1634
+#: sql_help.c:1681 sql_help.c:1697 sql_help.c:1918 sql_help.c:1987
+#: sql_help.c:2006 sql_help.c:2019 sql_help.c:2075 sql_help.c:2081
+#: sql_help.c:2091 sql_help.c:2111 sql_help.c:2136 sql_help.c:2154
+#: sql_help.c:2183 sql_help.c:2275 sql_help.c:2316 sql_help.c:2339
+#: sql_help.c:2360 sql_help.c:2361 sql_help.c:2396 sql_help.c:2416
+#: sql_help.c:2438 sql_help.c:2452 sql_help.c:2472 sql_help.c:2495
+#: sql_help.c:2525 sql_help.c:2550 sql_help.c:2596 sql_help.c:2867
+#: sql_help.c:2880 sql_help.c:2897 sql_help.c:2913 sql_help.c:2953
+#: sql_help.c:3005 sql_help.c:3009 sql_help.c:3011 sql_help.c:3017
+#: sql_help.c:3035 sql_help.c:3062 sql_help.c:3097 sql_help.c:3109
+#: sql_help.c:3118 sql_help.c:3162 sql_help.c:3176 sql_help.c:3204
+#: sql_help.c:3212 sql_help.c:3220 sql_help.c:3228 sql_help.c:3236
+#: sql_help.c:3244 sql_help.c:3252 sql_help.c:3260 sql_help.c:3269
+#: sql_help.c:3280 sql_help.c:3288 sql_help.c:3296 sql_help.c:3304
+#: sql_help.c:3312 sql_help.c:3322 sql_help.c:3331 sql_help.c:3340
+#: sql_help.c:3348 sql_help.c:3358 sql_help.c:3369 sql_help.c:3377
+#: sql_help.c:3386 sql_help.c:3397 sql_help.c:3406 sql_help.c:3414
+#: sql_help.c:3422 sql_help.c:3430 sql_help.c:3438 sql_help.c:3446
+#: sql_help.c:3454 sql_help.c:3462 sql_help.c:3470 sql_help.c:3478
+#: sql_help.c:3486 sql_help.c:3503 sql_help.c:3512 sql_help.c:3520
+#: sql_help.c:3537 sql_help.c:3552 sql_help.c:3820 sql_help.c:3871
+#: sql_help.c:3900 sql_help.c:3908 sql_help.c:4341 sql_help.c:4389
+#: sql_help.c:4530
msgid "name"
msgstr "nom"
-#: sql_help.c:37 sql_help.c:40 sql_help.c:43 sql_help.c:326 sql_help.c:1524
-#: sql_help.c:2887 sql_help.c:3811
+#: sql_help.c:36 sql_help.c:39 sql_help.c:42 sql_help.c:327 sql_help.c:1768
+#: sql_help.c:3177 sql_help.c:4127
msgid "aggregate_signature"
msgstr "signature_agrégat"
-#: sql_help.c:38 sql_help.c:68 sql_help.c:83 sql_help.c:119 sql_help.c:251
-#: sql_help.c:269 sql_help.c:390 sql_help.c:438 sql_help.c:515 sql_help.c:561
-#: sql_help.c:576 sql_help.c:598 sql_help.c:648 sql_help.c:713 sql_help.c:768
-#: sql_help.c:789 sql_help.c:819 sql_help.c:860 sql_help.c:884 sql_help.c:894
-#: sql_help.c:927 sql_help.c:947 sql_help.c:960 sql_help.c:994 sql_help.c:1093
-#: sql_help.c:1169 sql_help.c:1212 sql_help.c:1233 sql_help.c:1247
-#: sql_help.c:1259 sql_help.c:1272 sql_help.c:1303 sql_help.c:1360
-#: sql_help.c:1409
+#: sql_help.c:37 sql_help.c:67 sql_help.c:82 sql_help.c:118 sql_help.c:250
+#: sql_help.c:268 sql_help.c:399 sql_help.c:447 sql_help.c:524 sql_help.c:570
+#: sql_help.c:588 sql_help.c:615 sql_help.c:665 sql_help.c:730 sql_help.c:785
+#: sql_help.c:806 sql_help.c:845 sql_help.c:890 sql_help.c:931 sql_help.c:983
+#: sql_help.c:1015 sql_help.c:1025 sql_help.c:1058 sql_help.c:1078
+#: sql_help.c:1091 sql_help.c:1125 sql_help.c:1266 sql_help.c:1388
+#: sql_help.c:1431 sql_help.c:1452 sql_help.c:1466 sql_help.c:1478
+#: sql_help.c:1491 sql_help.c:1522 sql_help.c:1579 sql_help.c:1628
msgid "new_name"
msgstr "nouveau_nom"
-#: sql_help.c:41 sql_help.c:70 sql_help.c:85 sql_help.c:121 sql_help.c:249
-#: sql_help.c:267 sql_help.c:388 sql_help.c:474 sql_help.c:520 sql_help.c:600
-#: sql_help.c:609 sql_help.c:667 sql_help.c:687 sql_help.c:716 sql_help.c:771
-#: sql_help.c:817 sql_help.c:896 sql_help.c:925 sql_help.c:945 sql_help.c:958
-#: sql_help.c:992 sql_help.c:1153 sql_help.c:1171 sql_help.c:1214
-#: sql_help.c:1235 sql_help.c:1298 sql_help.c:1407 sql_help.c:2563
+#: sql_help.c:40 sql_help.c:69 sql_help.c:84 sql_help.c:120 sql_help.c:248
+#: sql_help.c:266 sql_help.c:397 sql_help.c:483 sql_help.c:529 sql_help.c:617
+#: sql_help.c:626 sql_help.c:684 sql_help.c:704 sql_help.c:733 sql_help.c:788
+#: sql_help.c:850 sql_help.c:888 sql_help.c:988 sql_help.c:1027 sql_help.c:1056
+#: sql_help.c:1076 sql_help.c:1089 sql_help.c:1123 sql_help.c:1326
+#: sql_help.c:1390 sql_help.c:1433 sql_help.c:1454 sql_help.c:1517
+#: sql_help.c:1626 sql_help.c:2853
msgid "new_owner"
msgstr "nouveau_propriétaire"
-#: sql_help.c:44 sql_help.c:72 sql_help.c:87 sql_help.c:253 sql_help.c:318
-#: sql_help.c:440 sql_help.c:525 sql_help.c:650 sql_help.c:691 sql_help.c:719
-#: sql_help.c:774 sql_help.c:929 sql_help.c:962 sql_help.c:1095 sql_help.c:1216
-#: sql_help.c:1237 sql_help.c:1249 sql_help.c:1261 sql_help.c:1305
-#: sql_help.c:1411
+#: sql_help.c:43 sql_help.c:71 sql_help.c:86 sql_help.c:252 sql_help.c:319
+#: sql_help.c:449 sql_help.c:534 sql_help.c:667 sql_help.c:708 sql_help.c:736
+#: sql_help.c:791 sql_help.c:855 sql_help.c:993 sql_help.c:1060 sql_help.c:1093
+#: sql_help.c:1268 sql_help.c:1435 sql_help.c:1456 sql_help.c:1468
+#: sql_help.c:1480 sql_help.c:1524 sql_help.c:1630
msgid "new_schema"
msgstr "nouveau_schéma"
-#: sql_help.c:45 sql_help.c:1580 sql_help.c:2888 sql_help.c:3832
+#: sql_help.c:44 sql_help.c:1832 sql_help.c:3178 sql_help.c:4156
msgid "where aggregate_signature is:"
msgstr "où signature_agrégat est :"
-#: sql_help.c:46 sql_help.c:49 sql_help.c:52 sql_help.c:336 sql_help.c:361
-#: sql_help.c:364 sql_help.c:367 sql_help.c:507 sql_help.c:512 sql_help.c:517
-#: sql_help.c:522 sql_help.c:527 sql_help.c:1542 sql_help.c:1581
-#: sql_help.c:1584 sql_help.c:1587 sql_help.c:1731 sql_help.c:1750
-#: sql_help.c:1753 sql_help.c:2020 sql_help.c:2889 sql_help.c:2892
-#: sql_help.c:2895 sql_help.c:2980 sql_help.c:3391 sql_help.c:3724
-#: sql_help.c:3817 sql_help.c:3833 sql_help.c:3836 sql_help.c:3839
+#: sql_help.c:45 sql_help.c:48 sql_help.c:51 sql_help.c:337 sql_help.c:350
+#: sql_help.c:354 sql_help.c:370 sql_help.c:373 sql_help.c:376 sql_help.c:516
+#: sql_help.c:521 sql_help.c:526 sql_help.c:531 sql_help.c:536 sql_help.c:837
+#: sql_help.c:842 sql_help.c:847 sql_help.c:852 sql_help.c:857 sql_help.c:975
+#: sql_help.c:980 sql_help.c:985 sql_help.c:990 sql_help.c:995 sql_help.c:1786
+#: sql_help.c:1803 sql_help.c:1809 sql_help.c:1833 sql_help.c:1836
+#: sql_help.c:1839 sql_help.c:1988 sql_help.c:2007 sql_help.c:2010
+#: sql_help.c:2276 sql_help.c:2473 sql_help.c:3179 sql_help.c:3182
+#: sql_help.c:3185 sql_help.c:3270 sql_help.c:3359 sql_help.c:3387
+#: sql_help.c:3705 sql_help.c:4038 sql_help.c:4133 sql_help.c:4140
+#: sql_help.c:4146 sql_help.c:4157 sql_help.c:4160 sql_help.c:4163
msgid "argmode"
msgstr "mode_argument"
-#: sql_help.c:47 sql_help.c:50 sql_help.c:53 sql_help.c:337 sql_help.c:362
-#: sql_help.c:365 sql_help.c:368 sql_help.c:508 sql_help.c:513 sql_help.c:518
-#: sql_help.c:523 sql_help.c:528 sql_help.c:1543 sql_help.c:1582
-#: sql_help.c:1585 sql_help.c:1588 sql_help.c:1732 sql_help.c:1751
-#: sql_help.c:1754 sql_help.c:2021 sql_help.c:2890 sql_help.c:2893
-#: sql_help.c:2896 sql_help.c:2981 sql_help.c:3818 sql_help.c:3834
-#: sql_help.c:3837 sql_help.c:3840
+#: sql_help.c:46 sql_help.c:49 sql_help.c:52 sql_help.c:338 sql_help.c:351
+#: sql_help.c:355 sql_help.c:371 sql_help.c:374 sql_help.c:377 sql_help.c:517
+#: sql_help.c:522 sql_help.c:527 sql_help.c:532 sql_help.c:537 sql_help.c:838
+#: sql_help.c:843 sql_help.c:848 sql_help.c:853 sql_help.c:858 sql_help.c:976
+#: sql_help.c:981 sql_help.c:986 sql_help.c:991 sql_help.c:996 sql_help.c:1787
+#: sql_help.c:1804 sql_help.c:1810 sql_help.c:1834 sql_help.c:1837
+#: sql_help.c:1840 sql_help.c:1989 sql_help.c:2008 sql_help.c:2011
+#: sql_help.c:2277 sql_help.c:2474 sql_help.c:3180 sql_help.c:3183
+#: sql_help.c:3186 sql_help.c:3271 sql_help.c:3360 sql_help.c:3388
+#: sql_help.c:4134 sql_help.c:4141 sql_help.c:4147 sql_help.c:4158
+#: sql_help.c:4161 sql_help.c:4164
msgid "argname"
msgstr "nom_agrégat"
-#: sql_help.c:48 sql_help.c:51 sql_help.c:54 sql_help.c:338 sql_help.c:363
-#: sql_help.c:366 sql_help.c:369 sql_help.c:509 sql_help.c:514 sql_help.c:519
-#: sql_help.c:524 sql_help.c:529 sql_help.c:1544 sql_help.c:1583
-#: sql_help.c:1586 sql_help.c:1589 sql_help.c:2022 sql_help.c:2891
-#: sql_help.c:2894 sql_help.c:2897 sql_help.c:2982 sql_help.c:3819
-#: sql_help.c:3835 sql_help.c:3838 sql_help.c:3841
+#: sql_help.c:47 sql_help.c:50 sql_help.c:53 sql_help.c:339 sql_help.c:352
+#: sql_help.c:356 sql_help.c:372 sql_help.c:375 sql_help.c:378 sql_help.c:518
+#: sql_help.c:523 sql_help.c:528 sql_help.c:533 sql_help.c:538 sql_help.c:839
+#: sql_help.c:844 sql_help.c:849 sql_help.c:854 sql_help.c:859 sql_help.c:977
+#: sql_help.c:982 sql_help.c:987 sql_help.c:992 sql_help.c:997 sql_help.c:1788
+#: sql_help.c:1805 sql_help.c:1811 sql_help.c:1835 sql_help.c:1838
+#: sql_help.c:1841 sql_help.c:2278 sql_help.c:2475 sql_help.c:3181
+#: sql_help.c:3184 sql_help.c:3187 sql_help.c:3272 sql_help.c:3361
+#: sql_help.c:3389 sql_help.c:4135 sql_help.c:4142 sql_help.c:4148
+#: sql_help.c:4159 sql_help.c:4162 sql_help.c:4165
msgid "argtype"
msgstr "type_argument"
-#: sql_help.c:113 sql_help.c:385 sql_help.c:463 sql_help.c:475 sql_help.c:854
-#: sql_help.c:942 sql_help.c:1230 sql_help.c:1354 sql_help.c:1386
-#: sql_help.c:1637 sql_help.c:1643 sql_help.c:1929 sql_help.c:1970
-#: sql_help.c:1977 sql_help.c:1986 sql_help.c:2062 sql_help.c:2241
-#: sql_help.c:2333 sql_help.c:2592 sql_help.c:2773 sql_help.c:2795
-#: sql_help.c:3258 sql_help.c:3425
+#: sql_help.c:112 sql_help.c:394 sql_help.c:472 sql_help.c:484 sql_help.c:925
+#: sql_help.c:1073 sql_help.c:1449 sql_help.c:1573 sql_help.c:1605
+#: sql_help.c:1652 sql_help.c:1889 sql_help.c:1895 sql_help.c:2186
+#: sql_help.c:2227 sql_help.c:2234 sql_help.c:2243 sql_help.c:2317
+#: sql_help.c:2526 sql_help.c:2618 sql_help.c:2882 sql_help.c:3063
+#: sql_help.c:3085 sql_help.c:3572 sql_help.c:3739 sql_help.c:4588
msgid "option"
msgstr "option"
-#: sql_help.c:114 sql_help.c:855 sql_help.c:1355 sql_help.c:2063
-#: sql_help.c:2242 sql_help.c:2774
+#: sql_help.c:113 sql_help.c:926 sql_help.c:1574 sql_help.c:2318
+#: sql_help.c:2527 sql_help.c:3064
msgid "where option can be:"
msgstr "où option peut être :"
-#: sql_help.c:115 sql_help.c:1861
+#: sql_help.c:114 sql_help.c:2118
msgid "allowconn"
msgstr "allowconn"
-#: sql_help.c:116 sql_help.c:856 sql_help.c:1356 sql_help.c:1862
-#: sql_help.c:2243 sql_help.c:2775
+#: sql_help.c:115 sql_help.c:927 sql_help.c:1575 sql_help.c:2119
+#: sql_help.c:2528 sql_help.c:3065
msgid "connlimit"
msgstr "limite_de_connexion"
-#: sql_help.c:117 sql_help.c:1863
+#: sql_help.c:116 sql_help.c:2120
msgid "istemplate"
msgstr "istemplate"
-#: sql_help.c:123 sql_help.c:588 sql_help.c:653 sql_help.c:1098 sql_help.c:1146
+#: sql_help.c:122 sql_help.c:605 sql_help.c:670 sql_help.c:1271 sql_help.c:1319
msgid "new_tablespace"
msgstr "nouveau_tablespace"
-#: sql_help.c:125 sql_help.c:128 sql_help.c:130 sql_help.c:534 sql_help.c:536
-#: sql_help.c:537 sql_help.c:863 sql_help.c:867 sql_help.c:870 sql_help.c:1005
-#: sql_help.c:1008 sql_help.c:1363 sql_help.c:1367 sql_help.c:1370
-#: sql_help.c:2031 sql_help.c:3611 sql_help.c:4006
+#: sql_help.c:124 sql_help.c:127 sql_help.c:129 sql_help.c:543 sql_help.c:545
+#: sql_help.c:546 sql_help.c:862 sql_help.c:864 sql_help.c:865 sql_help.c:934
+#: sql_help.c:938 sql_help.c:941 sql_help.c:1002 sql_help.c:1004
+#: sql_help.c:1005 sql_help.c:1136 sql_help.c:1139 sql_help.c:1582
+#: sql_help.c:1586 sql_help.c:1589 sql_help.c:2287 sql_help.c:2479
+#: sql_help.c:3925 sql_help.c:4330
msgid "configuration_parameter"
msgstr "paramètre_configuration"
-#: sql_help.c:126 sql_help.c:386 sql_help.c:458 sql_help.c:464 sql_help.c:476
-#: sql_help.c:535 sql_help.c:583 sql_help.c:659 sql_help.c:665 sql_help.c:815
-#: sql_help.c:864 sql_help.c:943 sql_help.c:982 sql_help.c:985 sql_help.c:990
-#: sql_help.c:1006 sql_help.c:1007 sql_help.c:1128 sql_help.c:1148
-#: sql_help.c:1174 sql_help.c:1231 sql_help.c:1364 sql_help.c:1387
-#: sql_help.c:1930 sql_help.c:1971 sql_help.c:1978 sql_help.c:1987
-#: sql_help.c:2032 sql_help.c:2033 sql_help.c:2091 sql_help.c:2123
-#: sql_help.c:2213 sql_help.c:2334 sql_help.c:2364 sql_help.c:2462
-#: sql_help.c:2474 sql_help.c:2487 sql_help.c:2527 sql_help.c:2549
-#: sql_help.c:2566 sql_help.c:2593 sql_help.c:2796 sql_help.c:3426
-#: sql_help.c:4007 sql_help.c:4008
+#: sql_help.c:125 sql_help.c:395 sql_help.c:467 sql_help.c:473 sql_help.c:485
+#: sql_help.c:544 sql_help.c:597 sql_help.c:676 sql_help.c:682 sql_help.c:863
+#: sql_help.c:886 sql_help.c:935 sql_help.c:1003 sql_help.c:1074
+#: sql_help.c:1113 sql_help.c:1116 sql_help.c:1121 sql_help.c:1137
+#: sql_help.c:1138 sql_help.c:1301 sql_help.c:1321 sql_help.c:1371
+#: sql_help.c:1393 sql_help.c:1450 sql_help.c:1583 sql_help.c:1606
+#: sql_help.c:2187 sql_help.c:2228 sql_help.c:2235 sql_help.c:2244
+#: sql_help.c:2288 sql_help.c:2289 sql_help.c:2348 sql_help.c:2380
+#: sql_help.c:2480 sql_help.c:2481 sql_help.c:2498 sql_help.c:2619
+#: sql_help.c:2649 sql_help.c:2749 sql_help.c:2761 sql_help.c:2774
+#: sql_help.c:2817 sql_help.c:2839 sql_help.c:2856 sql_help.c:2883
+#: sql_help.c:3086 sql_help.c:3740 sql_help.c:4331 sql_help.c:4332
msgid "value"
msgstr "valeur"
-#: sql_help.c:198
+#: sql_help.c:197
msgid "target_role"
msgstr "rôle_cible"
-#: sql_help.c:199 sql_help.c:1913 sql_help.c:2289 sql_help.c:2294
-#: sql_help.c:3373 sql_help.c:3380 sql_help.c:3394 sql_help.c:3400
-#: sql_help.c:3706 sql_help.c:3713 sql_help.c:3727 sql_help.c:3733
+#: sql_help.c:198 sql_help.c:2170 sql_help.c:2574 sql_help.c:2579
+#: sql_help.c:3687 sql_help.c:3694 sql_help.c:3708 sql_help.c:3714
+#: sql_help.c:4020 sql_help.c:4027 sql_help.c:4041 sql_help.c:4047
msgid "schema_name"
msgstr "nom_schéma"
-#: sql_help.c:200
+#: sql_help.c:199
msgid "abbreviated_grant_or_revoke"
msgstr "grant_ou_revoke_raccourci"
-#: sql_help.c:201
+#: sql_help.c:200
msgid "where abbreviated_grant_or_revoke is one of:"
msgstr "où abbreviated_grant_or_revoke fait partie de :"
-#: sql_help.c:202 sql_help.c:203 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:559 sql_help.c:587 sql_help.c:652 sql_help.c:792 sql_help.c:874
-#: sql_help.c:1097 sql_help.c:1374 sql_help.c:2066 sql_help.c:2067
-#: sql_help.c:2068 sql_help.c:2069 sql_help.c:2070 sql_help.c:2197
-#: sql_help.c:2246 sql_help.c:2247 sql_help.c:2248 sql_help.c:2249
-#: sql_help.c:2250 sql_help.c:2778 sql_help.c:2779 sql_help.c:2780
-#: sql_help.c:2781 sql_help.c:2782 sql_help.c:3407 sql_help.c:3408
-#: sql_help.c:3409 sql_help.c:3707 sql_help.c:3711 sql_help.c:3714
-#: sql_help.c:3716 sql_help.c:3718 sql_help.c:3720 sql_help.c:3722
-#: sql_help.c:3728 sql_help.c:3730 sql_help.c:3732 sql_help.c:3734
-#: sql_help.c:3736 sql_help.c:3738 sql_help.c:3739 sql_help.c:3740
-#: sql_help.c:4027
+#: sql_help.c:201 sql_help.c:202 sql_help.c:203 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:568 sql_help.c:604 sql_help.c:669 sql_help.c:809 sql_help.c:945
+#: sql_help.c:1270 sql_help.c:1593 sql_help.c:2321 sql_help.c:2322
+#: sql_help.c:2323 sql_help.c:2324 sql_help.c:2325 sql_help.c:2454
+#: sql_help.c:2531 sql_help.c:2532 sql_help.c:2533 sql_help.c:2534
+#: sql_help.c:2535 sql_help.c:3068 sql_help.c:3069 sql_help.c:3070
+#: sql_help.c:3071 sql_help.c:3072 sql_help.c:3721 sql_help.c:3722
+#: sql_help.c:3723 sql_help.c:4021 sql_help.c:4025 sql_help.c:4028
+#: sql_help.c:4030 sql_help.c:4032 sql_help.c:4034 sql_help.c:4036
+#: sql_help.c:4042 sql_help.c:4044 sql_help.c:4046 sql_help.c:4048
+#: sql_help.c:4050 sql_help.c:4052 sql_help.c:4053 sql_help.c:4054
+#: sql_help.c:4351
msgid "role_name"
msgstr "nom_rôle"
-#: sql_help.c:237 sql_help.c:451 sql_help.c:1113 sql_help.c:1115
-#: sql_help.c:1403 sql_help.c:1882 sql_help.c:1886 sql_help.c:1990
-#: sql_help.c:1994 sql_help.c:2087 sql_help.c:2458 sql_help.c:2470
-#: sql_help.c:2483 sql_help.c:2491 sql_help.c:2502 sql_help.c:2531
-#: sql_help.c:3457 sql_help.c:3472 sql_help.c:3474 sql_help.c:3892
-#: sql_help.c:3893 sql_help.c:3902 sql_help.c:3943 sql_help.c:3944
-#: sql_help.c:3945 sql_help.c:3946 sql_help.c:3947 sql_help.c:3948
-#: sql_help.c:3981 sql_help.c:3982 sql_help.c:3987 sql_help.c:3992
-#: sql_help.c:4131 sql_help.c:4132 sql_help.c:4141 sql_help.c:4182
-#: sql_help.c:4183 sql_help.c:4184 sql_help.c:4185 sql_help.c:4186
-#: sql_help.c:4187 sql_help.c:4234 sql_help.c:4236 sql_help.c:4269
-#: sql_help.c:4325 sql_help.c:4326 sql_help.c:4335 sql_help.c:4376
-#: sql_help.c:4377 sql_help.c:4378 sql_help.c:4379 sql_help.c:4380
-#: sql_help.c:4381
+#: sql_help.c:236 sql_help.c:460 sql_help.c:1286 sql_help.c:1288
+#: sql_help.c:1339 sql_help.c:1350 sql_help.c:1375 sql_help.c:1622
+#: sql_help.c:2139 sql_help.c:2143 sql_help.c:2247 sql_help.c:2251
+#: sql_help.c:2343 sql_help.c:2745 sql_help.c:2757 sql_help.c:2770
+#: sql_help.c:2778 sql_help.c:2789 sql_help.c:2821 sql_help.c:3771
+#: sql_help.c:3786 sql_help.c:3788 sql_help.c:4216 sql_help.c:4217
+#: sql_help.c:4226 sql_help.c:4267 sql_help.c:4268 sql_help.c:4269
+#: sql_help.c:4270 sql_help.c:4271 sql_help.c:4272 sql_help.c:4305
+#: sql_help.c:4306 sql_help.c:4311 sql_help.c:4316 sql_help.c:4455
+#: sql_help.c:4456 sql_help.c:4465 sql_help.c:4506 sql_help.c:4507
+#: sql_help.c:4508 sql_help.c:4509 sql_help.c:4510 sql_help.c:4511
+#: sql_help.c:4558 sql_help.c:4560 sql_help.c:4606 sql_help.c:4662
+#: sql_help.c:4663 sql_help.c:4672 sql_help.c:4713 sql_help.c:4714
+#: sql_help.c:4715 sql_help.c:4716 sql_help.c:4717 sql_help.c:4718
msgid "expression"
msgstr "expression"
-#: sql_help.c:240
+#: sql_help.c:239
msgid "domain_constraint"
msgstr "contrainte_domaine"
-#: sql_help.c:242 sql_help.c:244 sql_help.c:247 sql_help.c:466 sql_help.c:467
-#: sql_help.c:1090 sql_help.c:1134 sql_help.c:1135 sql_help.c:1136
-#: sql_help.c:1156 sql_help.c:1530 sql_help.c:1532 sql_help.c:1885
-#: sql_help.c:1989 sql_help.c:1993 sql_help.c:2490 sql_help.c:2501
-#: sql_help.c:3469
+#: sql_help.c:241 sql_help.c:243 sql_help.c:246 sql_help.c:475 sql_help.c:476
+#: sql_help.c:1263 sql_help.c:1307 sql_help.c:1308 sql_help.c:1309
+#: sql_help.c:1338 sql_help.c:1349 sql_help.c:1366 sql_help.c:1774
+#: sql_help.c:1776 sql_help.c:2142 sql_help.c:2246 sql_help.c:2250
+#: sql_help.c:2777 sql_help.c:2788 sql_help.c:3783
msgid "constraint_name"
msgstr "nom_contrainte"
-#: sql_help.c:245 sql_help.c:1091
+#: sql_help.c:244 sql_help.c:1264
msgid "new_constraint_name"
msgstr "nouvelle_nom_contrainte"
-#: sql_help.c:316 sql_help.c:941
+#: sql_help.c:317 sql_help.c:1072
msgid "new_version"
msgstr "nouvelle_version"
-#: sql_help.c:320 sql_help.c:322
+#: sql_help.c:321 sql_help.c:323
msgid "member_object"
msgstr "objet_membre"
-#: sql_help.c:323
+#: sql_help.c:324
msgid "where member_object is:"
msgstr "où objet_membre fait partie de :"
-#: sql_help.c:324 sql_help.c:329 sql_help.c:330 sql_help.c:331 sql_help.c:332
-#: sql_help.c:333 sql_help.c:334 sql_help.c:339 sql_help.c:343 sql_help.c:345
-#: sql_help.c:347 sql_help.c:348 sql_help.c:349 sql_help.c:350 sql_help.c:351
-#: sql_help.c:352 sql_help.c:353 sql_help.c:354 sql_help.c:355 sql_help.c:358
-#: sql_help.c:359 sql_help.c:1522 sql_help.c:1527 sql_help.c:1534
-#: sql_help.c:1535 sql_help.c:1536 sql_help.c:1537 sql_help.c:1538
-#: sql_help.c:1539 sql_help.c:1540 sql_help.c:1545 sql_help.c:1547
-#: sql_help.c:1551 sql_help.c:1553 sql_help.c:1557 sql_help.c:1558
-#: sql_help.c:1559 sql_help.c:1562 sql_help.c:1563 sql_help.c:1564
-#: sql_help.c:1565 sql_help.c:1566 sql_help.c:1567 sql_help.c:1568
-#: sql_help.c:1569 sql_help.c:1570 sql_help.c:1571 sql_help.c:1572
-#: sql_help.c:1577 sql_help.c:1578 sql_help.c:3807 sql_help.c:3812
-#: sql_help.c:3813 sql_help.c:3814 sql_help.c:3815 sql_help.c:3821
-#: sql_help.c:3822 sql_help.c:3823 sql_help.c:3824 sql_help.c:3825
-#: sql_help.c:3826 sql_help.c:3827 sql_help.c:3828 sql_help.c:3829
-#: sql_help.c:3830
+#: sql_help.c:325 sql_help.c:330 sql_help.c:331 sql_help.c:332 sql_help.c:333
+#: sql_help.c:334 sql_help.c:335 sql_help.c:340 sql_help.c:344 sql_help.c:346
+#: sql_help.c:348 sql_help.c:357 sql_help.c:358 sql_help.c:359 sql_help.c:360
+#: sql_help.c:361 sql_help.c:362 sql_help.c:363 sql_help.c:364 sql_help.c:367
+#: sql_help.c:368 sql_help.c:1766 sql_help.c:1771 sql_help.c:1778
+#: sql_help.c:1779 sql_help.c:1780 sql_help.c:1781 sql_help.c:1782
+#: sql_help.c:1783 sql_help.c:1784 sql_help.c:1789 sql_help.c:1791
+#: sql_help.c:1795 sql_help.c:1797 sql_help.c:1801 sql_help.c:1806
+#: sql_help.c:1807 sql_help.c:1814 sql_help.c:1815 sql_help.c:1816
+#: sql_help.c:1817 sql_help.c:1818 sql_help.c:1819 sql_help.c:1820
+#: sql_help.c:1821 sql_help.c:1822 sql_help.c:1823 sql_help.c:1824
+#: sql_help.c:1829 sql_help.c:1830 sql_help.c:4123 sql_help.c:4128
+#: sql_help.c:4129 sql_help.c:4130 sql_help.c:4131 sql_help.c:4137
+#: sql_help.c:4138 sql_help.c:4143 sql_help.c:4144 sql_help.c:4149
+#: sql_help.c:4150 sql_help.c:4151 sql_help.c:4152 sql_help.c:4153
+#: sql_help.c:4154
msgid "object_name"
msgstr "nom_objet"
-#: sql_help.c:325 sql_help.c:1523 sql_help.c:3810
+#: sql_help.c:326 sql_help.c:1767 sql_help.c:4126
msgid "aggregate_name"
msgstr "nom_agrégat"
-#: sql_help.c:327 sql_help.c:1525 sql_help.c:1796 sql_help.c:1800
-#: sql_help.c:1802 sql_help.c:2905
+#: sql_help.c:328 sql_help.c:1769 sql_help.c:2053 sql_help.c:2057
+#: sql_help.c:2059 sql_help.c:3195
msgid "source_type"
msgstr "type_source"
-#: sql_help.c:328 sql_help.c:1526 sql_help.c:1797 sql_help.c:1801
-#: sql_help.c:1803 sql_help.c:2906
+#: sql_help.c:329 sql_help.c:1770 sql_help.c:2054 sql_help.c:2058
+#: sql_help.c:2060 sql_help.c:3196
msgid "target_type"
msgstr "type_cible"
-#: sql_help.c:335 sql_help.c:756 sql_help.c:1541 sql_help.c:1798
-#: sql_help.c:1837 sql_help.c:1900 sql_help.c:2140 sql_help.c:2171
-#: sql_help.c:2669 sql_help.c:3390 sql_help.c:3723 sql_help.c:3816
-#: sql_help.c:3921 sql_help.c:3925 sql_help.c:3929 sql_help.c:3932
-#: sql_help.c:4160 sql_help.c:4164 sql_help.c:4168 sql_help.c:4171
-#: sql_help.c:4354 sql_help.c:4358 sql_help.c:4362 sql_help.c:4365
+#: sql_help.c:336 sql_help.c:773 sql_help.c:1785 sql_help.c:2055
+#: sql_help.c:2094 sql_help.c:2157 sql_help.c:2397 sql_help.c:2428
+#: sql_help.c:2959 sql_help.c:4037 sql_help.c:4132 sql_help.c:4245
+#: sql_help.c:4249 sql_help.c:4253 sql_help.c:4256 sql_help.c:4484
+#: sql_help.c:4488 sql_help.c:4492 sql_help.c:4495 sql_help.c:4691
+#: sql_help.c:4695 sql_help.c:4699 sql_help.c:4702
msgid "function_name"
msgstr "nom_fonction"
-#: sql_help.c:340 sql_help.c:749 sql_help.c:1548 sql_help.c:2164
+#: sql_help.c:341 sql_help.c:766 sql_help.c:1792 sql_help.c:2421
msgid "operator_name"
msgstr "nom_opérateur"
-#: sql_help.c:341 sql_help.c:685 sql_help.c:689 sql_help.c:693 sql_help.c:1549
-#: sql_help.c:2141 sql_help.c:3023
+#: sql_help.c:342 sql_help.c:702 sql_help.c:706 sql_help.c:710 sql_help.c:1793
+#: sql_help.c:2398 sql_help.c:3313
msgid "left_type"
msgstr "type_argument_gauche"
-#: sql_help.c:342 sql_help.c:686 sql_help.c:690 sql_help.c:694 sql_help.c:1550
-#: sql_help.c:2142 sql_help.c:3024
+#: sql_help.c:343 sql_help.c:703 sql_help.c:707 sql_help.c:711 sql_help.c:1794
+#: sql_help.c:2399 sql_help.c:3314
msgid "right_type"
msgstr "type_argument_droit"
-#: sql_help.c:344 sql_help.c:346 sql_help.c:712 sql_help.c:715 sql_help.c:718
-#: sql_help.c:747 sql_help.c:759 sql_help.c:767 sql_help.c:770 sql_help.c:773
-#: sql_help.c:1552 sql_help.c:1554 sql_help.c:2161 sql_help.c:2182
-#: sql_help.c:2507 sql_help.c:3033 sql_help.c:3042
+#: sql_help.c:345 sql_help.c:347 sql_help.c:729 sql_help.c:732 sql_help.c:735
+#: sql_help.c:764 sql_help.c:776 sql_help.c:784 sql_help.c:787 sql_help.c:790
+#: sql_help.c:1355 sql_help.c:1796 sql_help.c:1798 sql_help.c:2418
+#: sql_help.c:2439 sql_help.c:2794 sql_help.c:3323 sql_help.c:3332
msgid "index_method"
msgstr "méthode_indexage"
-#: sql_help.c:356 sql_help.c:1152 sql_help.c:1573 sql_help.c:2028
-#: sql_help.c:2465 sql_help.c:2636 sql_help.c:3180 sql_help.c:3404
-#: sql_help.c:3737
+#: sql_help.c:349 sql_help.c:1802 sql_help.c:4139
+msgid "procedure_name"
+msgstr "nom_procédure"
+
+#: sql_help.c:353 sql_help.c:1808 sql_help.c:3704 sql_help.c:4145
+msgid "routine_name"
+msgstr "nom_routine"
+
+#: sql_help.c:365 sql_help.c:1325 sql_help.c:1825 sql_help.c:2284
+#: sql_help.c:2478 sql_help.c:2752 sql_help.c:2926 sql_help.c:3494
+#: sql_help.c:3718 sql_help.c:4051
msgid "type_name"
msgstr "nom_type"
-#: sql_help.c:357 sql_help.c:1574 sql_help.c:2027 sql_help.c:2637
-#: sql_help.c:2863 sql_help.c:3181 sql_help.c:3396 sql_help.c:3729
+#: sql_help.c:366 sql_help.c:1826 sql_help.c:2283 sql_help.c:2477
+#: sql_help.c:2927 sql_help.c:3153 sql_help.c:3495 sql_help.c:3710
+#: sql_help.c:4043
msgid "lang_name"
msgstr "nom_langage"
-#: sql_help.c:360
+#: sql_help.c:369
msgid "and aggregate_signature is:"
msgstr "et signature_agrégat est :"
-#: sql_help.c:383 sql_help.c:1668 sql_help.c:1927
+#: sql_help.c:392 sql_help.c:1920 sql_help.c:2184
msgid "handler_function"
msgstr "fonction_gestionnaire"
-#: sql_help.c:384 sql_help.c:1928
+#: sql_help.c:393 sql_help.c:2185
msgid "validator_function"
msgstr "fonction_validateur"
-#: sql_help.c:433 sql_help.c:510 sql_help.c:641 sql_help.c:1085 sql_help.c:1296
-#: sql_help.c:2498 sql_help.c:2499 sql_help.c:2515 sql_help.c:2516
+#: sql_help.c:442 sql_help.c:519 sql_help.c:658 sql_help.c:840 sql_help.c:978
+#: sql_help.c:1258 sql_help.c:1346 sql_help.c:1347 sql_help.c:1363
+#: sql_help.c:1364 sql_help.c:1515 sql_help.c:2785 sql_help.c:2786
+#: sql_help.c:2802 sql_help.c:2803
msgid "action"
msgstr "action"
-#: sql_help.c:435 sql_help.c:442 sql_help.c:446 sql_help.c:447 sql_help.c:450
-#: sql_help.c:452 sql_help.c:453 sql_help.c:454 sql_help.c:456 sql_help.c:459
-#: sql_help.c:461 sql_help.c:462 sql_help.c:645 sql_help.c:655 sql_help.c:657
-#: sql_help.c:660 sql_help.c:662 sql_help.c:923 sql_help.c:1087 sql_help.c:1105
-#: sql_help.c:1109 sql_help.c:1110 sql_help.c:1114 sql_help.c:1116
-#: sql_help.c:1117 sql_help.c:1118 sql_help.c:1120 sql_help.c:1123
-#: sql_help.c:1124 sql_help.c:1126 sql_help.c:1129 sql_help.c:1131
-#: sql_help.c:1402 sql_help.c:1405 sql_help.c:1425 sql_help.c:1529
-#: sql_help.c:1634 sql_help.c:1639 sql_help.c:1653 sql_help.c:1654
-#: sql_help.c:1655 sql_help.c:1968 sql_help.c:1981 sql_help.c:2025
-#: sql_help.c:2086 sql_help.c:2121 sql_help.c:2319 sql_help.c:2347
-#: sql_help.c:2348 sql_help.c:2449 sql_help.c:2457 sql_help.c:2466
-#: sql_help.c:2469 sql_help.c:2478 sql_help.c:2482 sql_help.c:2503
-#: sql_help.c:2505 sql_help.c:2512 sql_help.c:2530 sql_help.c:2547
-#: sql_help.c:2672 sql_help.c:2808 sql_help.c:3375 sql_help.c:3376
-#: sql_help.c:3456 sql_help.c:3471 sql_help.c:3473 sql_help.c:3475
-#: sql_help.c:3708 sql_help.c:3709 sql_help.c:3809 sql_help.c:3952
-#: sql_help.c:4191 sql_help.c:4233 sql_help.c:4235 sql_help.c:4237
-#: sql_help.c:4254 sql_help.c:4257 sql_help.c:4385
+#: sql_help.c:444 sql_help.c:451 sql_help.c:455 sql_help.c:456 sql_help.c:459
+#: sql_help.c:461 sql_help.c:462 sql_help.c:463 sql_help.c:465 sql_help.c:468
+#: sql_help.c:470 sql_help.c:471 sql_help.c:662 sql_help.c:672 sql_help.c:674
+#: sql_help.c:677 sql_help.c:679 sql_help.c:1054 sql_help.c:1260
+#: sql_help.c:1278 sql_help.c:1282 sql_help.c:1283 sql_help.c:1287
+#: sql_help.c:1289 sql_help.c:1290 sql_help.c:1291 sql_help.c:1293
+#: sql_help.c:1296 sql_help.c:1297 sql_help.c:1299 sql_help.c:1302
+#: sql_help.c:1304 sql_help.c:1351 sql_help.c:1353 sql_help.c:1360
+#: sql_help.c:1369 sql_help.c:1374 sql_help.c:1621 sql_help.c:1624
+#: sql_help.c:1658 sql_help.c:1773 sql_help.c:1886 sql_help.c:1891
+#: sql_help.c:1905 sql_help.c:1906 sql_help.c:1907 sql_help.c:2225
+#: sql_help.c:2238 sql_help.c:2281 sql_help.c:2342 sql_help.c:2346
+#: sql_help.c:2378 sql_help.c:2604 sql_help.c:2632 sql_help.c:2633
+#: sql_help.c:2736 sql_help.c:2744 sql_help.c:2753 sql_help.c:2756
+#: sql_help.c:2765 sql_help.c:2769 sql_help.c:2790 sql_help.c:2792
+#: sql_help.c:2799 sql_help.c:2815 sql_help.c:2820 sql_help.c:2837
+#: sql_help.c:2962 sql_help.c:3098 sql_help.c:3689 sql_help.c:3690
+#: sql_help.c:3770 sql_help.c:3785 sql_help.c:3787 sql_help.c:3789
+#: sql_help.c:4022 sql_help.c:4023 sql_help.c:4125 sql_help.c:4276
+#: sql_help.c:4515 sql_help.c:4557 sql_help.c:4559 sql_help.c:4561
+#: sql_help.c:4594 sql_help.c:4722
msgid "column_name"
msgstr "nom_colonne"
-#: sql_help.c:436 sql_help.c:646 sql_help.c:1088
+#: sql_help.c:445 sql_help.c:663 sql_help.c:1261
msgid "new_column_name"
msgstr "nouvelle_nom_colonne"
-#: sql_help.c:441 sql_help.c:531 sql_help.c:654 sql_help.c:1104 sql_help.c:1312
+#: sql_help.c:450 sql_help.c:540 sql_help.c:671 sql_help.c:861 sql_help.c:999
+#: sql_help.c:1277 sql_help.c:1531
msgid "where action is one of:"
msgstr "où action fait partie de :"
-#: sql_help.c:443 sql_help.c:448 sql_help.c:915 sql_help.c:1106 sql_help.c:1111
-#: sql_help.c:1314 sql_help.c:1318 sql_help.c:1880 sql_help.c:1969
-#: sql_help.c:2160 sql_help.c:2312 sql_help.c:2450 sql_help.c:2717
-#: sql_help.c:3558
+#: sql_help.c:452 sql_help.c:457 sql_help.c:1046 sql_help.c:1279
+#: sql_help.c:1284 sql_help.c:1533 sql_help.c:1537 sql_help.c:2137
+#: sql_help.c:2226 sql_help.c:2417 sql_help.c:2597 sql_help.c:2737
+#: sql_help.c:3007 sql_help.c:3872
msgid "data_type"
msgstr "type_données"
-#: sql_help.c:444 sql_help.c:449 sql_help.c:1107 sql_help.c:1112
-#: sql_help.c:1315 sql_help.c:1319 sql_help.c:1881 sql_help.c:1972
-#: sql_help.c:2088 sql_help.c:2451 sql_help.c:2459 sql_help.c:2471
-#: sql_help.c:2484 sql_help.c:2718 sql_help.c:2724 sql_help.c:3466
+#: sql_help.c:453 sql_help.c:458 sql_help.c:1280 sql_help.c:1285
+#: sql_help.c:1534 sql_help.c:1538 sql_help.c:2138 sql_help.c:2229
+#: sql_help.c:2344 sql_help.c:2738 sql_help.c:2746 sql_help.c:2758
+#: sql_help.c:2771 sql_help.c:3008 sql_help.c:3014 sql_help.c:3780
msgid "collation"
msgstr "collationnement"
-#: sql_help.c:445 sql_help.c:1108 sql_help.c:1973 sql_help.c:1982
-#: sql_help.c:2452 sql_help.c:2467 sql_help.c:2479
+#: sql_help.c:454 sql_help.c:1281 sql_help.c:2230 sql_help.c:2239
+#: sql_help.c:2739 sql_help.c:2754 sql_help.c:2766
msgid "column_constraint"
msgstr "contrainte_colonne"
-#: sql_help.c:455 sql_help.c:656 sql_help.c:1125
+#: sql_help.c:464 sql_help.c:602 sql_help.c:673 sql_help.c:1298
msgid "integer"
msgstr "entier"
-#: sql_help.c:457 sql_help.c:460 sql_help.c:658 sql_help.c:661 sql_help.c:1127
-#: sql_help.c:1130
+#: sql_help.c:466 sql_help.c:469 sql_help.c:675 sql_help.c:678 sql_help.c:1300
+#: sql_help.c:1303
msgid "attribute_option"
msgstr "option_attribut"
-#: sql_help.c:465 sql_help.c:1132 sql_help.c:1974 sql_help.c:1983
-#: sql_help.c:2453 sql_help.c:2468 sql_help.c:2480
+#: sql_help.c:474 sql_help.c:1305 sql_help.c:2231 sql_help.c:2240
+#: sql_help.c:2740 sql_help.c:2755 sql_help.c:2767
msgid "table_constraint"
msgstr "contrainte_table"
-#: sql_help.c:468 sql_help.c:469 sql_help.c:470 sql_help.c:471 sql_help.c:1137
-#: sql_help.c:1138 sql_help.c:1139 sql_help.c:1140 sql_help.c:1575
+#: sql_help.c:477 sql_help.c:478 sql_help.c:479 sql_help.c:480 sql_help.c:1310
+#: sql_help.c:1311 sql_help.c:1312 sql_help.c:1313 sql_help.c:1827
msgid "trigger_name"
msgstr "nom_trigger"
-#: sql_help.c:472 sql_help.c:473 sql_help.c:1150 sql_help.c:1151
-#: sql_help.c:1975 sql_help.c:1980 sql_help.c:2456 sql_help.c:2477
+#: sql_help.c:481 sql_help.c:482 sql_help.c:1323 sql_help.c:1324
+#: sql_help.c:2232 sql_help.c:2237 sql_help.c:2743 sql_help.c:2764
msgid "parent_table"
msgstr "table_parent"
-#: sql_help.c:530 sql_help.c:580 sql_help.c:643 sql_help.c:1275 sql_help.c:1912
+#: sql_help.c:539 sql_help.c:594 sql_help.c:660 sql_help.c:860 sql_help.c:998
+#: sql_help.c:1494 sql_help.c:2169
msgid "extension_name"
msgstr "nom_extension"
-#: sql_help.c:532 sql_help.c:2029
+#: sql_help.c:541 sql_help.c:1000 sql_help.c:2285
msgid "execution_cost"
msgstr "coût_exécution"
-#: sql_help.c:533 sql_help.c:2030
+#: sql_help.c:542 sql_help.c:1001 sql_help.c:2286
msgid "result_rows"
msgstr "lignes_de_résultat"
-#: sql_help.c:554 sql_help.c:556 sql_help.c:853 sql_help.c:861 sql_help.c:865
-#: sql_help.c:868 sql_help.c:871 sql_help.c:1353 sql_help.c:1361
-#: sql_help.c:1365 sql_help.c:1368 sql_help.c:1371 sql_help.c:2290
-#: sql_help.c:2292 sql_help.c:2295 sql_help.c:2296 sql_help.c:3374
-#: sql_help.c:3378 sql_help.c:3381 sql_help.c:3383 sql_help.c:3385
-#: sql_help.c:3387 sql_help.c:3389 sql_help.c:3395 sql_help.c:3397
-#: sql_help.c:3399 sql_help.c:3401 sql_help.c:3403 sql_help.c:3405
+#: sql_help.c:563 sql_help.c:565 sql_help.c:924 sql_help.c:932 sql_help.c:936
+#: sql_help.c:939 sql_help.c:942 sql_help.c:1572 sql_help.c:1580
+#: sql_help.c:1584 sql_help.c:1587 sql_help.c:1590 sql_help.c:2575
+#: sql_help.c:2577 sql_help.c:2580 sql_help.c:2581 sql_help.c:3688
+#: sql_help.c:3692 sql_help.c:3695 sql_help.c:3697 sql_help.c:3699
+#: sql_help.c:3701 sql_help.c:3703 sql_help.c:3709 sql_help.c:3711
+#: sql_help.c:3713 sql_help.c:3715 sql_help.c:3717 sql_help.c:3719
msgid "role_specification"
msgstr "specification_role"
-#: sql_help.c:555 sql_help.c:557 sql_help.c:1384 sql_help.c:1855
-#: sql_help.c:2298 sql_help.c:2793 sql_help.c:3214 sql_help.c:4037
+#: sql_help.c:564 sql_help.c:566 sql_help.c:1603 sql_help.c:2112
+#: sql_help.c:2583 sql_help.c:3083 sql_help.c:3528 sql_help.c:4361
msgid "user_name"
msgstr "nom_utilisateur"
-#: sql_help.c:558 sql_help.c:873 sql_help.c:1373 sql_help.c:2297
-#: sql_help.c:3406
+#: sql_help.c:567 sql_help.c:944 sql_help.c:1592 sql_help.c:2582
+#: sql_help.c:3720
msgid "where role_specification can be:"
msgstr "où specification_role peut être :"
-#: sql_help.c:560
+#: sql_help.c:569
msgid "group_name"
msgstr "nom_groupe"
-#: sql_help.c:578 sql_help.c:1860 sql_help.c:2092 sql_help.c:2124
-#: sql_help.c:2463 sql_help.c:2475 sql_help.c:2488 sql_help.c:2528
-#: sql_help.c:2550 sql_help.c:2562 sql_help.c:3402 sql_help.c:3735
+#: sql_help.c:590 sql_help.c:1372 sql_help.c:2117 sql_help.c:2349
+#: sql_help.c:2381 sql_help.c:2750 sql_help.c:2762 sql_help.c:2775
+#: sql_help.c:2818 sql_help.c:2840 sql_help.c:2852 sql_help.c:3716
+#: sql_help.c:4049
msgid "tablespace_name"
msgstr "nom_tablespace"
-#: sql_help.c:582 sql_help.c:585 sql_help.c:664 sql_help.c:666 sql_help.c:1147
-#: sql_help.c:1149 sql_help.c:2090 sql_help.c:2122 sql_help.c:2461
-#: sql_help.c:2473 sql_help.c:2486 sql_help.c:2526 sql_help.c:2548
+#: sql_help.c:592 sql_help.c:680 sql_help.c:1318 sql_help.c:1327
+#: sql_help.c:1367 sql_help.c:1707
+msgid "index_name"
+msgstr "nom_index"
+
+#: sql_help.c:596 sql_help.c:599 sql_help.c:681 sql_help.c:683 sql_help.c:1320
+#: sql_help.c:1322 sql_help.c:1370 sql_help.c:2347 sql_help.c:2379
+#: sql_help.c:2748 sql_help.c:2760 sql_help.c:2773 sql_help.c:2816
+#: sql_help.c:2838
msgid "storage_parameter"
msgstr "paramètre_stockage"
-#: sql_help.c:608 sql_help.c:1546 sql_help.c:3820
+#: sql_help.c:601
+msgid "column_number"
+msgstr "numéro_colonne"
+
+#: sql_help.c:625 sql_help.c:1790 sql_help.c:4136
msgid "large_object_oid"
msgstr "oid_large_object"
-#: sql_help.c:663 sql_help.c:1145 sql_help.c:1154 sql_help.c:1157
-#: sql_help.c:1465
-msgid "index_name"
-msgstr "nom_index"
-
-#: sql_help.c:695 sql_help.c:2145
+#: sql_help.c:712 sql_help.c:2402
msgid "res_proc"
msgstr "res_proc"
-#: sql_help.c:696 sql_help.c:2146
+#: sql_help.c:713 sql_help.c:2403
msgid "join_proc"
msgstr "join_proc"
-#: sql_help.c:748 sql_help.c:760 sql_help.c:2163
+#: sql_help.c:765 sql_help.c:777 sql_help.c:2420
msgid "strategy_number"
msgstr "numéro_de_stratégie"
-#: sql_help.c:750 sql_help.c:751 sql_help.c:754 sql_help.c:755 sql_help.c:761
-#: sql_help.c:762 sql_help.c:764 sql_help.c:765 sql_help.c:2165 sql_help.c:2166
-#: sql_help.c:2169 sql_help.c:2170
+#: sql_help.c:767 sql_help.c:768 sql_help.c:771 sql_help.c:772 sql_help.c:778
+#: sql_help.c:779 sql_help.c:781 sql_help.c:782 sql_help.c:2422 sql_help.c:2423
+#: sql_help.c:2426 sql_help.c:2427
msgid "op_type"
msgstr "type_op"
-#: sql_help.c:752 sql_help.c:2167
+#: sql_help.c:769 sql_help.c:2424
msgid "sort_family_name"
msgstr "nom_famille_tri"
-#: sql_help.c:753 sql_help.c:763 sql_help.c:2168
+#: sql_help.c:770 sql_help.c:780 sql_help.c:2425
msgid "support_number"
msgstr "numéro_de_support"
-#: sql_help.c:757 sql_help.c:1799 sql_help.c:2172 sql_help.c:2639
-#: sql_help.c:2641
+#: sql_help.c:774 sql_help.c:2056 sql_help.c:2429 sql_help.c:2929
+#: sql_help.c:2931
msgid "argument_type"
msgstr "type_argument"
-#: sql_help.c:788 sql_help.c:791 sql_help.c:808 sql_help.c:810 sql_help.c:812
-#: sql_help.c:883 sql_help.c:922 sql_help.c:1271 sql_help.c:1274
-#: sql_help.c:1424 sql_help.c:1464 sql_help.c:1531 sql_help.c:1556
-#: sql_help.c:1561 sql_help.c:1576 sql_help.c:1633 sql_help.c:1638
-#: sql_help.c:1967 sql_help.c:1979 sql_help.c:2084 sql_help.c:2120
-#: sql_help.c:2196 sql_help.c:2211 sql_help.c:2267 sql_help.c:2318
-#: sql_help.c:2349 sql_help.c:2448 sql_help.c:2464 sql_help.c:2476
-#: sql_help.c:2546 sql_help.c:2665 sql_help.c:2842 sql_help.c:3059
-#: sql_help.c:3084 sql_help.c:3190 sql_help.c:3372 sql_help.c:3377
-#: sql_help.c:3422 sql_help.c:3454 sql_help.c:3705 sql_help.c:3710
-#: sql_help.c:3808 sql_help.c:3907 sql_help.c:3909 sql_help.c:3958
-#: sql_help.c:3997 sql_help.c:4146 sql_help.c:4148 sql_help.c:4197
-#: sql_help.c:4231 sql_help.c:4253 sql_help.c:4255 sql_help.c:4256
-#: sql_help.c:4340 sql_help.c:4342 sql_help.c:4391
+#: sql_help.c:805 sql_help.c:808 sql_help.c:879 sql_help.c:881 sql_help.c:883
+#: sql_help.c:1014 sql_help.c:1053 sql_help.c:1490 sql_help.c:1493
+#: sql_help.c:1657 sql_help.c:1706 sql_help.c:1775 sql_help.c:1800
+#: sql_help.c:1813 sql_help.c:1828 sql_help.c:1885 sql_help.c:1890
+#: sql_help.c:2224 sql_help.c:2236 sql_help.c:2340 sql_help.c:2377
+#: sql_help.c:2453 sql_help.c:2496 sql_help.c:2552 sql_help.c:2603
+#: sql_help.c:2634 sql_help.c:2735 sql_help.c:2751 sql_help.c:2763
+#: sql_help.c:2836 sql_help.c:2955 sql_help.c:3132 sql_help.c:3349
+#: sql_help.c:3398 sql_help.c:3504 sql_help.c:3686 sql_help.c:3691
+#: sql_help.c:3736 sql_help.c:3768 sql_help.c:4019 sql_help.c:4024
+#: sql_help.c:4124 sql_help.c:4231 sql_help.c:4233 sql_help.c:4282
+#: sql_help.c:4321 sql_help.c:4470 sql_help.c:4472 sql_help.c:4521
+#: sql_help.c:4555 sql_help.c:4593 sql_help.c:4677 sql_help.c:4679
+#: sql_help.c:4728
msgid "table_name"
msgstr "nom_table"
-#: sql_help.c:793 sql_help.c:2198
+#: sql_help.c:810 sql_help.c:2455
msgid "using_expression"
msgstr "expression_using"
-#: sql_help.c:794 sql_help.c:2199
+#: sql_help.c:811 sql_help.c:2456
msgid "check_expression"
msgstr "expression_check"
-#: sql_help.c:814 sql_help.c:2212
+#: sql_help.c:885 sql_help.c:2497
msgid "publication_parameter"
msgstr "paramètre_publication"
-#: sql_help.c:857 sql_help.c:1357 sql_help.c:2064 sql_help.c:2244
-#: sql_help.c:2776
+#: sql_help.c:928 sql_help.c:1576 sql_help.c:2319 sql_help.c:2529
+#: sql_help.c:3066
msgid "password"
msgstr "mot_de_passe"
-#: sql_help.c:858 sql_help.c:1358 sql_help.c:2065 sql_help.c:2245
-#: sql_help.c:2777
+#: sql_help.c:929 sql_help.c:1577 sql_help.c:2320 sql_help.c:2530
+#: sql_help.c:3067
msgid "timestamp"
msgstr "horodatage"
-#: sql_help.c:862 sql_help.c:866 sql_help.c:869 sql_help.c:872 sql_help.c:1362
-#: sql_help.c:1366 sql_help.c:1369 sql_help.c:1372 sql_help.c:3382
-#: sql_help.c:3715
+#: sql_help.c:933 sql_help.c:937 sql_help.c:940 sql_help.c:943 sql_help.c:1581
+#: sql_help.c:1585 sql_help.c:1588 sql_help.c:1591 sql_help.c:3696
+#: sql_help.c:4029
msgid "database_name"
msgstr "nom_base_de_donnée"
-#: sql_help.c:916 sql_help.c:2313
+#: sql_help.c:1047 sql_help.c:2598
msgid "increment"
msgstr "incrément"
-#: sql_help.c:917 sql_help.c:2314
+#: sql_help.c:1048 sql_help.c:2599
msgid "minvalue"
msgstr "valeur_min"
-#: sql_help.c:918 sql_help.c:2315
+#: sql_help.c:1049 sql_help.c:2600
msgid "maxvalue"
msgstr "valeur_max"
-#: sql_help.c:919 sql_help.c:2316 sql_help.c:3905 sql_help.c:3995
-#: sql_help.c:4144 sql_help.c:4273 sql_help.c:4338
+#: sql_help.c:1050 sql_help.c:2601 sql_help.c:4229 sql_help.c:4319
+#: sql_help.c:4468 sql_help.c:4610 sql_help.c:4675
msgid "start"
msgstr "début"
-#: sql_help.c:920 sql_help.c:1122
+#: sql_help.c:1051 sql_help.c:1295
msgid "restart"
msgstr "nouveau_début"
-#: sql_help.c:921 sql_help.c:2317
+#: sql_help.c:1052 sql_help.c:2602
msgid "cache"
msgstr "cache"
-#: sql_help.c:978 sql_help.c:2361
+#: sql_help.c:1109 sql_help.c:2646
msgid "conninfo"
msgstr "conninfo"
-#: sql_help.c:980 sql_help.c:2362
+#: sql_help.c:1111 sql_help.c:2647
msgid "publication_name"
msgstr "nom_publication"
-#: sql_help.c:981
+#: sql_help.c:1112
msgid "set_publication_option"
msgstr "option_ensemble_publication"
-#: sql_help.c:984
+#: sql_help.c:1115
msgid "refresh_option"
msgstr "option_rafraichissement"
-#: sql_help.c:989 sql_help.c:2363
+#: sql_help.c:1120 sql_help.c:2648
msgid "subscription_parameter"
msgstr "paramètre_souscription"
-#: sql_help.c:1100 sql_help.c:1103
+#: sql_help.c:1273 sql_help.c:1276
msgid "partition_name"
msgstr "nom_partition"
-#: sql_help.c:1101 sql_help.c:1984 sql_help.c:2481
+#: sql_help.c:1274 sql_help.c:2241 sql_help.c:2768
msgid "partition_bound_spec"
msgstr "partition_bound_spec"
-#: sql_help.c:1119 sql_help.c:2493
+#: sql_help.c:1292 sql_help.c:1341 sql_help.c:2780
msgid "sequence_options"
msgstr "options_séquence"
-#: sql_help.c:1121
+#: sql_help.c:1294
msgid "sequence_option"
msgstr "option_séquence"
-#: sql_help.c:1133
+#: sql_help.c:1306
msgid "table_constraint_using_index"
msgstr "contrainte_table_utilisant_index"
-#: sql_help.c:1141 sql_help.c:1142 sql_help.c:1143 sql_help.c:1144
+#: sql_help.c:1314 sql_help.c:1315 sql_help.c:1316 sql_help.c:1317
msgid "rewrite_rule_name"
msgstr "nom_règle_réécriture"
-#: sql_help.c:1155
+#: sql_help.c:1328 sql_help.c:2805
+msgid "and partition_bound_spec is:"
+msgstr "et partition_bound_spec est :"
+
+#: sql_help.c:1329 sql_help.c:1331 sql_help.c:1333 sql_help.c:1335
+#: sql_help.c:1336 sql_help.c:2806 sql_help.c:2808 sql_help.c:2810
+#: sql_help.c:2812 sql_help.c:2813
+msgid "numeric_literal"
+msgstr "numeric_literal"
+
+#: sql_help.c:1330 sql_help.c:1332 sql_help.c:1334 sql_help.c:2807
+#: sql_help.c:2809 sql_help.c:2811
+msgid "string_literal"
+msgstr "littéral_chaîne"
+
+#: sql_help.c:1337
+msgid "and column_constraint is:"
+msgstr "et contrainte_colonne est :"
+
+#: sql_help.c:1340 sql_help.c:2248 sql_help.c:2279 sql_help.c:2476
+#: sql_help.c:2779
+msgid "default_expr"
+msgstr "expression_par_défaut"
+
+#: sql_help.c:1342 sql_help.c:1343 sql_help.c:1352 sql_help.c:1354
+#: sql_help.c:1358 sql_help.c:2781 sql_help.c:2782 sql_help.c:2791
+#: sql_help.c:2793 sql_help.c:2797
+msgid "index_parameters"
+msgstr "paramètres_index"
+
+#: sql_help.c:1344 sql_help.c:1361 sql_help.c:2783 sql_help.c:2800
+msgid "reftable"
+msgstr "table_référence"
+
+#: sql_help.c:1345 sql_help.c:1362 sql_help.c:2784 sql_help.c:2801
+msgid "refcolumn"
+msgstr "colonne_référence"
+
+#: sql_help.c:1348 sql_help.c:2249 sql_help.c:2787
+msgid "and table_constraint is:"
+msgstr "et contrainte_table est :"
+
+#: sql_help.c:1356 sql_help.c:2795
+msgid "exclude_element"
+msgstr "élément_exclusion"
+
+#: sql_help.c:1357 sql_help.c:2796 sql_help.c:4227 sql_help.c:4317
+#: sql_help.c:4466 sql_help.c:4608 sql_help.c:4673
+msgid "operator"
+msgstr "opérateur"
+
+#: sql_help.c:1359 sql_help.c:2350 sql_help.c:2798
+msgid "predicate"
+msgstr "prédicat"
+
+#: sql_help.c:1365
msgid "and table_constraint_using_index is:"
msgstr "et contrainte_table_utilisant_index est :"
-#: sql_help.c:1173 sql_help.c:1176 sql_help.c:2565
+#: sql_help.c:1368 sql_help.c:2814
+msgid "index_parameters in UNIQUE, PRIMARY KEY, and EXCLUDE constraints are:"
+msgstr "dans les contraintes UNIQUE, PRIMARY KEY et EXCLUDE, les paramètres_index sont :"
+
+#: sql_help.c:1373 sql_help.c:2819
+msgid "exclude_element in an EXCLUDE constraint is:"
+msgstr "élément_exclusion dans une contrainte EXCLUDE est :"
+
+#: sql_help.c:1376 sql_help.c:2345 sql_help.c:2747 sql_help.c:2759
+#: sql_help.c:2772 sql_help.c:2822 sql_help.c:3781
+msgid "opclass"
+msgstr "classe_d_opérateur"
+
+#: sql_help.c:1392 sql_help.c:1395 sql_help.c:2855
msgid "tablespace_option"
msgstr "option_tablespace"
-#: sql_help.c:1197 sql_help.c:1200 sql_help.c:1206 sql_help.c:1210
+#: sql_help.c:1416 sql_help.c:1419 sql_help.c:1425 sql_help.c:1429
msgid "token_type"
msgstr "type_jeton"
-#: sql_help.c:1198 sql_help.c:1201
+#: sql_help.c:1417 sql_help.c:1420
msgid "dictionary_name"
msgstr "nom_dictionnaire"
-#: sql_help.c:1203 sql_help.c:1207
+#: sql_help.c:1422 sql_help.c:1426
msgid "old_dictionary"
msgstr "ancien_dictionnaire"
-#: sql_help.c:1204 sql_help.c:1208
+#: sql_help.c:1423 sql_help.c:1427
msgid "new_dictionary"
msgstr "nouveau_dictionnaire"
-#: sql_help.c:1300 sql_help.c:1313 sql_help.c:1316 sql_help.c:1317
-#: sql_help.c:2716
+#: sql_help.c:1519 sql_help.c:1532 sql_help.c:1535 sql_help.c:1536
+#: sql_help.c:3006
msgid "attribute_name"
msgstr "nom_attribut"
-#: sql_help.c:1301
+#: sql_help.c:1520
msgid "new_attribute_name"
msgstr "nouveau_nom_attribut"
-#: sql_help.c:1307 sql_help.c:1311
+#: sql_help.c:1526 sql_help.c:1530
msgid "new_enum_value"
msgstr "nouvelle_valeur_enum"
-#: sql_help.c:1308
+#: sql_help.c:1527
msgid "neighbor_enum_value"
msgstr "valeur_enum_voisine"
-#: sql_help.c:1310
+#: sql_help.c:1529
msgid "existing_enum_value"
msgstr "valeur_enum_existante"
-#: sql_help.c:1385 sql_help.c:1976 sql_help.c:1985 sql_help.c:2329
-#: sql_help.c:2794 sql_help.c:3215 sql_help.c:3388 sql_help.c:3423
-#: sql_help.c:3721
+#: sql_help.c:1604 sql_help.c:2233 sql_help.c:2242 sql_help.c:2614
+#: sql_help.c:3084 sql_help.c:3529 sql_help.c:3702 sql_help.c:3737
+#: sql_help.c:4035
msgid "server_name"
msgstr "nom_serveur"
-#: sql_help.c:1413 sql_help.c:1416 sql_help.c:2809
+#: sql_help.c:1632 sql_help.c:1635 sql_help.c:3099
msgid "view_option_name"
msgstr "nom_option_vue"
-#: sql_help.c:1414 sql_help.c:2810
+#: sql_help.c:1633 sql_help.c:3100
msgid "view_option_value"
msgstr "valeur_option_vue"
-#: sql_help.c:1439 sql_help.c:4053 sql_help.c:4055 sql_help.c:4079
+#: sql_help.c:1653 sql_help.c:1654 sql_help.c:4589 sql_help.c:4590
+msgid "table_and_columns"
+msgstr "table_et_colonnes"
+
+#: sql_help.c:1655 sql_help.c:1896 sql_help.c:3575 sql_help.c:4591
+msgid "where option can be one of:"
+msgstr "où option fait partie de :"
+
+#: sql_help.c:1656 sql_help.c:4592
+msgid "and table_and_columns is:"
+msgstr "et table_et_colonnes est :"
+
+#: sql_help.c:1672 sql_help.c:4377 sql_help.c:4379 sql_help.c:4403
msgid "transaction_mode"
msgstr "mode_transaction"
-#: sql_help.c:1440 sql_help.c:4056 sql_help.c:4080
+#: sql_help.c:1673 sql_help.c:4380 sql_help.c:4404
msgid "where transaction_mode is one of:"
msgstr "où mode_transaction fait partie de :"
-#: sql_help.c:1528
+#: sql_help.c:1682 sql_help.c:4237 sql_help.c:4246 sql_help.c:4250
+#: sql_help.c:4254 sql_help.c:4257 sql_help.c:4476 sql_help.c:4485
+#: sql_help.c:4489 sql_help.c:4493 sql_help.c:4496 sql_help.c:4683
+#: sql_help.c:4692 sql_help.c:4696 sql_help.c:4700 sql_help.c:4703
+msgid "argument"
+msgstr "argument"
+
+#: sql_help.c:1772
msgid "relation_name"
msgstr "nom_relation"
-#: sql_help.c:1533 sql_help.c:3384 sql_help.c:3717
+#: sql_help.c:1777 sql_help.c:3698 sql_help.c:4031
msgid "domain_name"
msgstr "nom_domaine"
-#: sql_help.c:1555
+#: sql_help.c:1799
msgid "policy_name"
msgstr "nom_politique"
-#: sql_help.c:1560
+#: sql_help.c:1812
msgid "rule_name"
msgstr "nom_règle"
-#: sql_help.c:1579
+#: sql_help.c:1831
msgid "text"
msgstr "texte"
-#: sql_help.c:1604 sql_help.c:3567 sql_help.c:3755
+#: sql_help.c:1856 sql_help.c:3881 sql_help.c:4069
msgid "transaction_id"
msgstr "id_transaction"
-#: sql_help.c:1635 sql_help.c:1641 sql_help.c:3493
+#: sql_help.c:1887 sql_help.c:1893 sql_help.c:3807
msgid "filename"
msgstr "nom_fichier"
-#: sql_help.c:1636 sql_help.c:1642 sql_help.c:2269 sql_help.c:2270
-#: sql_help.c:2271
+#: sql_help.c:1888 sql_help.c:1894 sql_help.c:2554 sql_help.c:2555
+#: sql_help.c:2556
msgid "command"
msgstr "commande"
-#: sql_help.c:1640 sql_help.c:2125 sql_help.c:2551 sql_help.c:2811
-#: sql_help.c:2829 sql_help.c:3458
+#: sql_help.c:1892 sql_help.c:2382 sql_help.c:2841 sql_help.c:3101
+#: sql_help.c:3119 sql_help.c:3772
msgid "query"
msgstr "requête"
-#: sql_help.c:1644 sql_help.c:3261
-msgid "where option can be one of:"
-msgstr "où option fait partie de :"
-
-#: sql_help.c:1645
+#: sql_help.c:1897
msgid "format_name"
msgstr "nom_format"
-#: sql_help.c:1646 sql_help.c:1647 sql_help.c:1650 sql_help.c:3262
-#: sql_help.c:3263 sql_help.c:3264 sql_help.c:3265 sql_help.c:3266
-#: sql_help.c:3267
+#: sql_help.c:1898 sql_help.c:1899 sql_help.c:1902 sql_help.c:3576
+#: sql_help.c:3577 sql_help.c:3578 sql_help.c:3579 sql_help.c:3580
+#: sql_help.c:3581
msgid "boolean"
msgstr "boolean"
-#: sql_help.c:1648
+#: sql_help.c:1900
msgid "delimiter_character"
msgstr "caractère_délimiteur"
-#: sql_help.c:1649
+#: sql_help.c:1901
msgid "null_string"
msgstr "chaîne_null"
-#: sql_help.c:1651
+#: sql_help.c:1903
msgid "quote_character"
msgstr "caractère_guillemet"
-#: sql_help.c:1652
+#: sql_help.c:1904
msgid "escape_character"
msgstr "chaîne_d_échappement"
-#: sql_help.c:1656
+#: sql_help.c:1908
msgid "encoding_name"
msgstr "nom_encodage"
-#: sql_help.c:1667
+#: sql_help.c:1919
msgid "access_method_type"
msgstr "access_method_type"
-#: sql_help.c:1733 sql_help.c:1752 sql_help.c:1755
+#: sql_help.c:1990 sql_help.c:2009 sql_help.c:2012
msgid "arg_data_type"
msgstr "type_données_arg"
-#: sql_help.c:1734 sql_help.c:1756 sql_help.c:1764
+#: sql_help.c:1991 sql_help.c:2013 sql_help.c:2021
msgid "sfunc"
msgstr "sfunc"
-#: sql_help.c:1735 sql_help.c:1757 sql_help.c:1765
+#: sql_help.c:1992 sql_help.c:2014 sql_help.c:2022
msgid "state_data_type"
msgstr "type_de_données_statut"
-#: sql_help.c:1736 sql_help.c:1758 sql_help.c:1766
+#: sql_help.c:1993 sql_help.c:2015 sql_help.c:2023
msgid "state_data_size"
msgstr "taille_de_données_statut"
-#: sql_help.c:1737 sql_help.c:1759 sql_help.c:1767
+#: sql_help.c:1994 sql_help.c:2016 sql_help.c:2024
msgid "ffunc"
msgstr "ffunc"
-#: sql_help.c:1738 sql_help.c:1768
+#: sql_help.c:1995 sql_help.c:2025
msgid "combinefunc"
msgstr "combinefunc"
-#: sql_help.c:1739 sql_help.c:1769
+#: sql_help.c:1996 sql_help.c:2026
msgid "serialfunc"
msgstr "serialfunc"
-#: sql_help.c:1740 sql_help.c:1770
+#: sql_help.c:1997 sql_help.c:2027
msgid "deserialfunc"
msgstr "deserialfunc"
-#: sql_help.c:1741 sql_help.c:1760 sql_help.c:1771
+#: sql_help.c:1998 sql_help.c:2017 sql_help.c:2028
msgid "initial_condition"
msgstr "condition_initiale"
-#: sql_help.c:1742 sql_help.c:1772
+#: sql_help.c:1999 sql_help.c:2029
msgid "msfunc"
msgstr "msfunc"
-#: sql_help.c:1743 sql_help.c:1773
+#: sql_help.c:2000 sql_help.c:2030
msgid "minvfunc"
msgstr "minvfunc"
-#: sql_help.c:1744 sql_help.c:1774
+#: sql_help.c:2001 sql_help.c:2031
msgid "mstate_data_type"
msgstr "m_type_de_données_statut"
-#: sql_help.c:1745 sql_help.c:1775
+#: sql_help.c:2002 sql_help.c:2032
msgid "mstate_data_size"
msgstr "m_taille_de_données_statut"
-#: sql_help.c:1746 sql_help.c:1776
+#: sql_help.c:2003 sql_help.c:2033
msgid "mffunc"
msgstr "mffunc"
-#: sql_help.c:1747 sql_help.c:1777
+#: sql_help.c:2004 sql_help.c:2034
msgid "minitial_condition"
msgstr "m_condition_initiale"
-#: sql_help.c:1748 sql_help.c:1778
+#: sql_help.c:2005 sql_help.c:2035
msgid "sort_operator"
msgstr "opérateur_de_tri"
-#: sql_help.c:1761
+#: sql_help.c:2018
msgid "or the old syntax"
msgstr "ou l'ancienne syntaxe"
-#: sql_help.c:1763
+#: sql_help.c:2020
msgid "base_type"
msgstr "type_base"
-#: sql_help.c:1819
+#: sql_help.c:2076
msgid "locale"
msgstr "locale"
-#: sql_help.c:1820 sql_help.c:1858
+#: sql_help.c:2077 sql_help.c:2115
msgid "lc_collate"
msgstr "lc_collate"
-#: sql_help.c:1821 sql_help.c:1859
+#: sql_help.c:2078 sql_help.c:2116
msgid "lc_ctype"
msgstr "lc_ctype"
-#: sql_help.c:1822 sql_help.c:3806
+#: sql_help.c:2079 sql_help.c:4122
msgid "provider"
msgstr "fournisseur"
-#: sql_help.c:1823 sql_help.c:1914
+#: sql_help.c:2080 sql_help.c:2171
msgid "version"
msgstr "version"
-#: sql_help.c:1825
+#: sql_help.c:2082
msgid "existing_collation"
msgstr "collationnement_existant"
-#: sql_help.c:1835
+#: sql_help.c:2092
msgid "source_encoding"
msgstr "encodage_source"
-#: sql_help.c:1836
+#: sql_help.c:2093
msgid "dest_encoding"
msgstr "encodage_destination"
-#: sql_help.c:1856 sql_help.c:2591
+#: sql_help.c:2113 sql_help.c:2881
msgid "template"
msgstr "modèle"
-#: sql_help.c:1857
+#: sql_help.c:2114
msgid "encoding"
msgstr "encodage"
-#: sql_help.c:1883
+#: sql_help.c:2140
msgid "constraint"
msgstr "contrainte"
-#: sql_help.c:1884
+#: sql_help.c:2141
msgid "where constraint is:"
msgstr "où la contrainte est :"
-#: sql_help.c:1898 sql_help.c:2266 sql_help.c:2664
+#: sql_help.c:2155 sql_help.c:2551 sql_help.c:2954
msgid "event"
msgstr "événement"
-#: sql_help.c:1899
+#: sql_help.c:2156
msgid "filter_variable"
msgstr "filter_variable"
-#: sql_help.c:1915
+#: sql_help.c:2172
msgid "old_version"
msgstr "ancienne_version"
-#: sql_help.c:1988 sql_help.c:2489
+#: sql_help.c:2245 sql_help.c:2776
msgid "where column_constraint is:"
msgstr "où contrainte_colonne est :"
-#: sql_help.c:1991 sql_help.c:2023 sql_help.c:2492
-msgid "default_expr"
-msgstr "expression_par_défaut"
-
-#: sql_help.c:1992 sql_help.c:2500
-msgid "and table_constraint is:"
-msgstr "et contrainte_table est :"
-
-#: sql_help.c:2024
+#: sql_help.c:2280
msgid "rettype"
msgstr "type_en_retour"
-#: sql_help.c:2026
+#: sql_help.c:2282
msgid "column_type"
msgstr "type_colonne"
-#: sql_help.c:2034
+#: sql_help.c:2290 sql_help.c:2482
msgid "definition"
msgstr "définition"
-#: sql_help.c:2035
+#: sql_help.c:2291 sql_help.c:2483
msgid "obj_file"
msgstr "fichier_objet"
-#: sql_help.c:2036
+#: sql_help.c:2292 sql_help.c:2484
msgid "link_symbol"
msgstr "symbole_link"
-#: sql_help.c:2037
-msgid "attribute"
-msgstr "attribut"
-
-#: sql_help.c:2071 sql_help.c:2251 sql_help.c:2783
+#: sql_help.c:2326 sql_help.c:2536 sql_help.c:3073
msgid "uid"
msgstr "uid"
-#: sql_help.c:2085
+#: sql_help.c:2341
msgid "method"
msgstr "méthode"
-#: sql_help.c:2089 sql_help.c:2460 sql_help.c:2472 sql_help.c:2485
-#: sql_help.c:2532 sql_help.c:3467
-msgid "opclass"
-msgstr "classe_d_opérateur"
-
-#: sql_help.c:2093 sql_help.c:2511
-msgid "predicate"
-msgstr "prédicat"
-
-#: sql_help.c:2105
+#: sql_help.c:2362
msgid "call_handler"
msgstr "gestionnaire_d_appel"
-#: sql_help.c:2106
+#: sql_help.c:2363
msgid "inline_handler"
msgstr "gestionnaire_en_ligne"
-#: sql_help.c:2107
+#: sql_help.c:2364
msgid "valfunction"
msgstr "fonction_val"
-#: sql_help.c:2143
+#: sql_help.c:2400
msgid "com_op"
msgstr "com_op"
-#: sql_help.c:2144
+#: sql_help.c:2401
msgid "neg_op"
msgstr "neg_op"
-#: sql_help.c:2162
+#: sql_help.c:2419
msgid "family_name"
msgstr "nom_famille"
-#: sql_help.c:2173
+#: sql_help.c:2430
msgid "storage_type"
msgstr "type_stockage"
-#: sql_help.c:2268 sql_help.c:2668 sql_help.c:2845 sql_help.c:3477
-#: sql_help.c:3896 sql_help.c:3898 sql_help.c:3986 sql_help.c:3988
-#: sql_help.c:4135 sql_help.c:4137 sql_help.c:4240 sql_help.c:4329
-#: sql_help.c:4331
+#: sql_help.c:2553 sql_help.c:2958 sql_help.c:3135 sql_help.c:3791
+#: sql_help.c:4220 sql_help.c:4222 sql_help.c:4310 sql_help.c:4312
+#: sql_help.c:4459 sql_help.c:4461 sql_help.c:4564 sql_help.c:4666
+#: sql_help.c:4668
msgid "condition"
msgstr "condition"
-#: sql_help.c:2272 sql_help.c:2671
+#: sql_help.c:2557 sql_help.c:2961
msgid "where event can be one of:"
msgstr "où événement fait partie de :"
-#: sql_help.c:2291 sql_help.c:2293
+#: sql_help.c:2576 sql_help.c:2578
msgid "schema_element"
msgstr "élément_schéma"
-#: sql_help.c:2330
+#: sql_help.c:2615
msgid "server_type"
msgstr "type_serveur"
-#: sql_help.c:2331
+#: sql_help.c:2616
msgid "server_version"
msgstr "version_serveur"
-#: sql_help.c:2332 sql_help.c:3386 sql_help.c:3719
+#: sql_help.c:2617 sql_help.c:3700 sql_help.c:4033
msgid "fdw_name"
msgstr "nom_fdw"
-#: sql_help.c:2345
+#: sql_help.c:2630
msgid "statistics_name"
msgstr "nom_statistique"
-#: sql_help.c:2346
+#: sql_help.c:2631
msgid "statistics_kind"
msgstr "statistics_kind"
-#: sql_help.c:2360
+#: sql_help.c:2645
msgid "subscription_name"
msgstr "nom_souscription"
-#: sql_help.c:2454
+#: sql_help.c:2741
msgid "source_table"
msgstr "table_source"
-#: sql_help.c:2455
+#: sql_help.c:2742
msgid "like_option"
msgstr "option_like"
-#: sql_help.c:2494 sql_help.c:2495 sql_help.c:2504 sql_help.c:2506
-#: sql_help.c:2510
-msgid "index_parameters"
-msgstr "paramètres_index"
-
-#: sql_help.c:2496 sql_help.c:2513
-msgid "reftable"
-msgstr "table_référence"
+#: sql_help.c:2804
+msgid "and like_option is:"
+msgstr "et option_like est :"
-#: sql_help.c:2497 sql_help.c:2514
-msgid "refcolumn"
-msgstr "colonne_référence"
-
-#: sql_help.c:2508
-msgid "exclude_element"
-msgstr "élément_exclusion"
-
-#: sql_help.c:2509 sql_help.c:3903 sql_help.c:3993 sql_help.c:4142
-#: sql_help.c:4271 sql_help.c:4336
-msgid "operator"
-msgstr "opérateur"
-
-#: sql_help.c:2517
-msgid "and like_option is:"
-msgstr "et option_like est :"
-
-#: sql_help.c:2518
-msgid "and partition_bound_spec is:"
-msgstr "et partition_bound_spec est :"
-
-#: sql_help.c:2519 sql_help.c:2521 sql_help.c:2523
-msgid "numeric_literal"
-msgstr "numeric_literal"
-
-#: sql_help.c:2520 sql_help.c:2522 sql_help.c:2524
-msgid "string_literal"
-msgstr "littéral_chaîne"
-
-#: sql_help.c:2525
-msgid "index_parameters in UNIQUE, PRIMARY KEY, and EXCLUDE constraints are:"
-msgstr "dans les contraintes UNIQUE, PRIMARY KEY et EXCLUDE, les paramètres_index sont :"
-
-#: sql_help.c:2529
-msgid "exclude_element in an EXCLUDE constraint is:"
-msgstr "élément_exclusion dans une contrainte EXCLUDE est :"
-
-#: sql_help.c:2564
+#: sql_help.c:2854
msgid "directory"
msgstr "répertoire"
-#: sql_help.c:2578
+#: sql_help.c:2868
msgid "parser_name"
msgstr "nom_analyseur"
-#: sql_help.c:2579
+#: sql_help.c:2869
msgid "source_config"
msgstr "configuration_source"
-#: sql_help.c:2608
+#: sql_help.c:2898
msgid "start_function"
msgstr "fonction_start"
-#: sql_help.c:2609
+#: sql_help.c:2899
msgid "gettoken_function"
msgstr "fonction_gettoken"
-#: sql_help.c:2610
+#: sql_help.c:2900
msgid "end_function"
msgstr "fonction_end"
-#: sql_help.c:2611
+#: sql_help.c:2901
msgid "lextypes_function"
msgstr "fonction_lextypes"
-#: sql_help.c:2612
+#: sql_help.c:2902
msgid "headline_function"
msgstr "fonction_headline"
-#: sql_help.c:2624
+#: sql_help.c:2914
msgid "init_function"
msgstr "fonction_init"
-#: sql_help.c:2625
+#: sql_help.c:2915
msgid "lexize_function"
msgstr "fonction_lexize"
-#: sql_help.c:2638
+#: sql_help.c:2928
msgid "from_sql_function_name"
msgstr "nom_fonction_from_sql"
-#: sql_help.c:2640
+#: sql_help.c:2930
msgid "to_sql_function_name"
msgstr "nom_fonction_to_sql"
-#: sql_help.c:2666
+#: sql_help.c:2956
msgid "referenced_table_name"
msgstr "nom_table_référencée"
-#: sql_help.c:2667
+#: sql_help.c:2957
msgid "transition_relation_name"
msgstr "nom_relation_transition"
-#: sql_help.c:2670
+#: sql_help.c:2960
msgid "arguments"
msgstr "arguments"
-#: sql_help.c:2720 sql_help.c:3831
+#: sql_help.c:3010 sql_help.c:4155
msgid "label"
msgstr "label"
-#: sql_help.c:2722
+#: sql_help.c:3012
msgid "subtype"
msgstr "sous_type"
-#: sql_help.c:2723
+#: sql_help.c:3013
msgid "subtype_operator_class"
msgstr "classe_opérateur_sous_type"
-#: sql_help.c:2725
+#: sql_help.c:3015
msgid "canonical_function"
msgstr "fonction_canonique"
-#: sql_help.c:2726
+#: sql_help.c:3016
msgid "subtype_diff_function"
msgstr "fonction_diff_sous_type"
-#: sql_help.c:2728
+#: sql_help.c:3018
msgid "input_function"
msgstr "fonction_en_sortie"
-#: sql_help.c:2729
+#: sql_help.c:3019
msgid "output_function"
msgstr "fonction_en_sortie"
-#: sql_help.c:2730
+#: sql_help.c:3020
msgid "receive_function"
msgstr "fonction_receive"
-#: sql_help.c:2731
+#: sql_help.c:3021
msgid "send_function"
msgstr "fonction_send"
-#: sql_help.c:2732
+#: sql_help.c:3022
msgid "type_modifier_input_function"
msgstr "fonction_en_entrée_modificateur_type"
-#: sql_help.c:2733
+#: sql_help.c:3023
msgid "type_modifier_output_function"
msgstr "fonction_en_sortie_modificateur_type"
-#: sql_help.c:2734
+#: sql_help.c:3024
msgid "analyze_function"
msgstr "fonction_analyze"
-#: sql_help.c:2735
+#: sql_help.c:3025
msgid "internallength"
msgstr "longueur_interne"
-#: sql_help.c:2736
+#: sql_help.c:3026
msgid "alignment"
msgstr "alignement"
-#: sql_help.c:2737
+#: sql_help.c:3027
msgid "storage"
msgstr "stockage"
-#: sql_help.c:2738
+#: sql_help.c:3028
msgid "like_type"
msgstr "type_like"
-#: sql_help.c:2739
+#: sql_help.c:3029
msgid "category"
msgstr "catégorie"
-#: sql_help.c:2740
+#: sql_help.c:3030
msgid "preferred"
msgstr "préféré"
-#: sql_help.c:2741
+#: sql_help.c:3031
msgid "default"
msgstr "par défaut"
-#: sql_help.c:2742
+#: sql_help.c:3032
msgid "element"
msgstr "élément"
-#: sql_help.c:2743
+#: sql_help.c:3033
msgid "delimiter"
msgstr "délimiteur"
-#: sql_help.c:2744
+#: sql_help.c:3034
msgid "collatable"
msgstr "collationnable"
-#: sql_help.c:2841 sql_help.c:3453 sql_help.c:3891 sql_help.c:3980
-#: sql_help.c:4130 sql_help.c:4230 sql_help.c:4324
+#: sql_help.c:3131 sql_help.c:3767 sql_help.c:4215 sql_help.c:4304
+#: sql_help.c:4454 sql_help.c:4554 sql_help.c:4661
msgid "with_query"
msgstr "requête_with"
-#: sql_help.c:2843 sql_help.c:3455 sql_help.c:3910 sql_help.c:3916
-#: sql_help.c:3919 sql_help.c:3923 sql_help.c:3927 sql_help.c:3935
-#: sql_help.c:4149 sql_help.c:4155 sql_help.c:4158 sql_help.c:4162
-#: sql_help.c:4166 sql_help.c:4174 sql_help.c:4232 sql_help.c:4343
-#: sql_help.c:4349 sql_help.c:4352 sql_help.c:4356 sql_help.c:4360
-#: sql_help.c:4368
+#: sql_help.c:3133 sql_help.c:3769 sql_help.c:4234 sql_help.c:4240
+#: sql_help.c:4243 sql_help.c:4247 sql_help.c:4251 sql_help.c:4259
+#: sql_help.c:4473 sql_help.c:4479 sql_help.c:4482 sql_help.c:4486
+#: sql_help.c:4490 sql_help.c:4498 sql_help.c:4556 sql_help.c:4680
+#: sql_help.c:4686 sql_help.c:4689 sql_help.c:4693 sql_help.c:4697
+#: sql_help.c:4705
msgid "alias"
msgstr "alias"
-#: sql_help.c:2844
+#: sql_help.c:3134
msgid "using_list"
msgstr "liste_using"
-#: sql_help.c:2846 sql_help.c:3293 sql_help.c:3534 sql_help.c:4241
+#: sql_help.c:3136 sql_help.c:3607 sql_help.c:3848 sql_help.c:4565
msgid "cursor_name"
msgstr "nom_curseur"
-#: sql_help.c:2847 sql_help.c:3461 sql_help.c:4242
+#: sql_help.c:3137 sql_help.c:3775 sql_help.c:4566
msgid "output_expression"
msgstr "expression_en_sortie"
-#: sql_help.c:2848 sql_help.c:3462 sql_help.c:3894 sql_help.c:3983
-#: sql_help.c:4133 sql_help.c:4243 sql_help.c:4327
+#: sql_help.c:3138 sql_help.c:3776 sql_help.c:4218 sql_help.c:4307
+#: sql_help.c:4457 sql_help.c:4567 sql_help.c:4664
msgid "output_name"
msgstr "nom_en_sortie"
-#: sql_help.c:2864
+#: sql_help.c:3154
msgid "code"
msgstr "code"
-#: sql_help.c:3239
+#: sql_help.c:3553
msgid "parameter"
msgstr "paramètre"
-#: sql_help.c:3259 sql_help.c:3260 sql_help.c:3559
+#: sql_help.c:3573 sql_help.c:3574 sql_help.c:3873
msgid "statement"
msgstr "instruction"
-#: sql_help.c:3292 sql_help.c:3533
+#: sql_help.c:3606 sql_help.c:3847
msgid "direction"
msgstr "direction"
-#: sql_help.c:3294 sql_help.c:3535
+#: sql_help.c:3608 sql_help.c:3849
msgid "where direction can be empty or one of:"
msgstr "où direction peut être vide ou faire partie de :"
-#: sql_help.c:3295 sql_help.c:3296 sql_help.c:3297 sql_help.c:3298
-#: sql_help.c:3299 sql_help.c:3536 sql_help.c:3537 sql_help.c:3538
-#: sql_help.c:3539 sql_help.c:3540 sql_help.c:3904 sql_help.c:3906
-#: sql_help.c:3994 sql_help.c:3996 sql_help.c:4143 sql_help.c:4145
-#: sql_help.c:4272 sql_help.c:4274 sql_help.c:4337 sql_help.c:4339
+#: sql_help.c:3609 sql_help.c:3610 sql_help.c:3611 sql_help.c:3612
+#: sql_help.c:3613 sql_help.c:3850 sql_help.c:3851 sql_help.c:3852
+#: sql_help.c:3853 sql_help.c:3854 sql_help.c:4228 sql_help.c:4230
+#: sql_help.c:4318 sql_help.c:4320 sql_help.c:4467 sql_help.c:4469
+#: sql_help.c:4609 sql_help.c:4611 sql_help.c:4674 sql_help.c:4676
msgid "count"
msgstr "nombre"
-#: sql_help.c:3379 sql_help.c:3712
+#: sql_help.c:3693 sql_help.c:4026
msgid "sequence_name"
msgstr "nom_séquence"
-#: sql_help.c:3392 sql_help.c:3725
+#: sql_help.c:3706 sql_help.c:4039
msgid "arg_name"
msgstr "nom_argument"
-#: sql_help.c:3393 sql_help.c:3726
+#: sql_help.c:3707 sql_help.c:4040
msgid "arg_type"
msgstr "type_arg"
-#: sql_help.c:3398 sql_help.c:3731
+#: sql_help.c:3712 sql_help.c:4045
msgid "loid"
msgstr "loid"
-#: sql_help.c:3421
+#: sql_help.c:3735
msgid "remote_schema"
msgstr "schema_distant"
-#: sql_help.c:3424
+#: sql_help.c:3738
msgid "local_schema"
msgstr "schéma_local"
-#: sql_help.c:3459
+#: sql_help.c:3773
msgid "conflict_target"
msgstr "cible_conflit"
-#: sql_help.c:3460
+#: sql_help.c:3774
msgid "conflict_action"
msgstr "action_conflit"
-#: sql_help.c:3463
+#: sql_help.c:3777
msgid "where conflict_target can be one of:"
msgstr "où cible_conflit fait partie de :"
-#: sql_help.c:3464
+#: sql_help.c:3778
msgid "index_column_name"
msgstr "index_nom_colonne"
-#: sql_help.c:3465
+#: sql_help.c:3779
msgid "index_expression"
msgstr "index_expression"
-#: sql_help.c:3468
+#: sql_help.c:3782
msgid "index_predicate"
msgstr "index_prédicat"
-#: sql_help.c:3470
+#: sql_help.c:3784
msgid "and conflict_action is one of:"
msgstr "où action_conflit fait partie de :"
-#: sql_help.c:3476 sql_help.c:4238
+#: sql_help.c:3790 sql_help.c:4562
msgid "sub-SELECT"
msgstr "sous-SELECT"
-#: sql_help.c:3485 sql_help.c:3548 sql_help.c:4214
+#: sql_help.c:3799 sql_help.c:3862 sql_help.c:4538
msgid "channel"
msgstr "canal"
-#: sql_help.c:3507
+#: sql_help.c:3821
msgid "lockmode"
msgstr "mode_de_verrou"
-#: sql_help.c:3508
+#: sql_help.c:3822
msgid "where lockmode is one of:"
msgstr "où mode_de_verrou fait partie de :"
-#: sql_help.c:3549
+#: sql_help.c:3863
msgid "payload"
msgstr "contenu"
-#: sql_help.c:3576
+#: sql_help.c:3890
msgid "old_role"
msgstr "ancien_rôle"
-#: sql_help.c:3577
+#: sql_help.c:3891
msgid "new_role"
msgstr "nouveau_rôle"
-#: sql_help.c:3602 sql_help.c:3763 sql_help.c:3771
+#: sql_help.c:3916 sql_help.c:4077 sql_help.c:4085
msgid "savepoint_name"
msgstr "nom_savepoint"
-#: sql_help.c:3895 sql_help.c:3937 sql_help.c:3939 sql_help.c:3985
-#: sql_help.c:4134 sql_help.c:4176 sql_help.c:4178 sql_help.c:4328
-#: sql_help.c:4370 sql_help.c:4372
+#: sql_help.c:4219 sql_help.c:4261 sql_help.c:4263 sql_help.c:4309
+#: sql_help.c:4458 sql_help.c:4500 sql_help.c:4502 sql_help.c:4665
+#: sql_help.c:4707 sql_help.c:4709
msgid "from_item"
msgstr "élément_from"
-#: sql_help.c:3897 sql_help.c:3949 sql_help.c:4136 sql_help.c:4188
-#: sql_help.c:4330 sql_help.c:4382
+#: sql_help.c:4221 sql_help.c:4273 sql_help.c:4460 sql_help.c:4512
+#: sql_help.c:4667 sql_help.c:4719
msgid "grouping_element"
msgstr "element_regroupement"
-#: sql_help.c:3899 sql_help.c:3989 sql_help.c:4138 sql_help.c:4332
+#: sql_help.c:4223 sql_help.c:4313 sql_help.c:4462 sql_help.c:4669
msgid "window_name"
msgstr "nom_window"
-#: sql_help.c:3900 sql_help.c:3990 sql_help.c:4139 sql_help.c:4333
+#: sql_help.c:4224 sql_help.c:4314 sql_help.c:4463 sql_help.c:4670
msgid "window_definition"
msgstr "définition_window"
-#: sql_help.c:3901 sql_help.c:3915 sql_help.c:3953 sql_help.c:3991
-#: sql_help.c:4140 sql_help.c:4154 sql_help.c:4192 sql_help.c:4334
-#: sql_help.c:4348 sql_help.c:4386
+#: sql_help.c:4225 sql_help.c:4239 sql_help.c:4277 sql_help.c:4315
+#: sql_help.c:4464 sql_help.c:4478 sql_help.c:4516 sql_help.c:4671
+#: sql_help.c:4685 sql_help.c:4723
msgid "select"
msgstr "sélection"
-#: sql_help.c:3908 sql_help.c:4147 sql_help.c:4341
+#: sql_help.c:4232 sql_help.c:4471 sql_help.c:4678
msgid "where from_item can be one of:"
msgstr "où élément_from fait partie de :"
-#: sql_help.c:3911 sql_help.c:3917 sql_help.c:3920 sql_help.c:3924
-#: sql_help.c:3936 sql_help.c:4150 sql_help.c:4156 sql_help.c:4159
-#: sql_help.c:4163 sql_help.c:4175 sql_help.c:4344 sql_help.c:4350
-#: sql_help.c:4353 sql_help.c:4357 sql_help.c:4369
+#: sql_help.c:4235 sql_help.c:4241 sql_help.c:4244 sql_help.c:4248
+#: sql_help.c:4260 sql_help.c:4474 sql_help.c:4480 sql_help.c:4483
+#: sql_help.c:4487 sql_help.c:4499 sql_help.c:4681 sql_help.c:4687
+#: sql_help.c:4690 sql_help.c:4694 sql_help.c:4706
msgid "column_alias"
msgstr "alias_colonne"
-#: sql_help.c:3912 sql_help.c:4151 sql_help.c:4345
+#: sql_help.c:4236 sql_help.c:4475 sql_help.c:4682
msgid "sampling_method"
msgstr "méthode_echantillonnage"
-#: sql_help.c:3913 sql_help.c:3922 sql_help.c:3926 sql_help.c:3930
-#: sql_help.c:3933 sql_help.c:4152 sql_help.c:4161 sql_help.c:4165
-#: sql_help.c:4169 sql_help.c:4172 sql_help.c:4346 sql_help.c:4355
-#: sql_help.c:4359 sql_help.c:4363 sql_help.c:4366
-msgid "argument"
-msgstr "argument"
-
-#: sql_help.c:3914 sql_help.c:4153 sql_help.c:4347
+#: sql_help.c:4238 sql_help.c:4477 sql_help.c:4684
msgid "seed"
msgstr "graine"
-#: sql_help.c:3918 sql_help.c:3951 sql_help.c:4157 sql_help.c:4190
-#: sql_help.c:4351 sql_help.c:4384
+#: sql_help.c:4242 sql_help.c:4275 sql_help.c:4481 sql_help.c:4514
+#: sql_help.c:4688 sql_help.c:4721
msgid "with_query_name"
msgstr "nom_requête_with"
-#: sql_help.c:3928 sql_help.c:3931 sql_help.c:3934 sql_help.c:4167
-#: sql_help.c:4170 sql_help.c:4173 sql_help.c:4361 sql_help.c:4364
-#: sql_help.c:4367
+#: sql_help.c:4252 sql_help.c:4255 sql_help.c:4258 sql_help.c:4491
+#: sql_help.c:4494 sql_help.c:4497 sql_help.c:4698 sql_help.c:4701
+#: sql_help.c:4704
msgid "column_definition"
msgstr "définition_colonne"
-#: sql_help.c:3938 sql_help.c:4177 sql_help.c:4371
+#: sql_help.c:4262 sql_help.c:4501 sql_help.c:4708
msgid "join_type"
msgstr "type_de_jointure"
-#: sql_help.c:3940 sql_help.c:4179 sql_help.c:4373
+#: sql_help.c:4264 sql_help.c:4503 sql_help.c:4710
msgid "join_condition"
msgstr "condition_de_jointure"
-#: sql_help.c:3941 sql_help.c:4180 sql_help.c:4374
+#: sql_help.c:4265 sql_help.c:4504 sql_help.c:4711
msgid "join_column"
msgstr "colonne_de_jointure"
-#: sql_help.c:3942 sql_help.c:4181 sql_help.c:4375
+#: sql_help.c:4266 sql_help.c:4505 sql_help.c:4712
msgid "and grouping_element can be one of:"
msgstr "où element_regroupement fait partie de :"
-#: sql_help.c:3950 sql_help.c:4189 sql_help.c:4383
+#: sql_help.c:4274 sql_help.c:4513 sql_help.c:4720
msgid "and with_query is:"
msgstr "et requête_with est :"
-#: sql_help.c:3954 sql_help.c:4193 sql_help.c:4387
+#: sql_help.c:4278 sql_help.c:4517 sql_help.c:4724
msgid "values"
msgstr "valeurs"
-#: sql_help.c:3955 sql_help.c:4194 sql_help.c:4388
+#: sql_help.c:4279 sql_help.c:4518 sql_help.c:4725
msgid "insert"
msgstr "insert"
-#: sql_help.c:3956 sql_help.c:4195 sql_help.c:4389
+#: sql_help.c:4280 sql_help.c:4519 sql_help.c:4726
msgid "update"
msgstr "update"
-#: sql_help.c:3957 sql_help.c:4196 sql_help.c:4390
+#: sql_help.c:4281 sql_help.c:4520 sql_help.c:4727
msgid "delete"
msgstr "delete"
-#: sql_help.c:3984
+#: sql_help.c:4308
msgid "new_table"
msgstr "nouvelle_table"
-#: sql_help.c:4009
+#: sql_help.c:4333
msgid "timezone"
msgstr "fuseau_horaire"
-#: sql_help.c:4054
+#: sql_help.c:4378
msgid "snapshot_id"
msgstr "id_snapshot"
-#: sql_help.c:4239
+#: sql_help.c:4563
msgid "from_list"
msgstr "liste_from"
-#: sql_help.c:4270
+#: sql_help.c:4607
msgid "sort_expression"
msgstr "expression_de_tri"
-#: sql_help.c:4397 sql_help.c:5182
+#: sql_help.c:4734 sql_help.c:5549
msgid "abort the current transaction"
msgstr "abandonner la transaction en cours"
-#: sql_help.c:4402
+#: sql_help.c:4739
msgid "change the definition of an aggregate function"
msgstr "modifier la définition d'une fonction d'agrégation"
-#: sql_help.c:4407
+#: sql_help.c:4744
msgid "change the definition of a collation"
msgstr "modifier la définition d'un collationnement"
-#: sql_help.c:4412
+#: sql_help.c:4749
msgid "change the definition of a conversion"
msgstr "modifier la définition d'une conversion"
-#: sql_help.c:4417
+#: sql_help.c:4754
msgid "change a database"
msgstr "modifier une base de données"
-#: sql_help.c:4422
+#: sql_help.c:4759
msgid "define default access privileges"
msgstr "définir les droits d'accès par défaut"
-#: sql_help.c:4427
+#: sql_help.c:4764
msgid "change the definition of a domain"
msgstr "modifier la définition d'un domaine"
-#: sql_help.c:4432
+#: sql_help.c:4769
msgid "change the definition of an event trigger"
msgstr "modifier la définition d'un trigger sur évènement"
-#: sql_help.c:4437
+#: sql_help.c:4774
msgid "change the definition of an extension"
msgstr "modifier la définition d'une extension"
-#: sql_help.c:4442
+#: sql_help.c:4779
msgid "change the definition of a foreign-data wrapper"
msgstr "modifier la définition d'un wrapper de données distantes"
-#: sql_help.c:4447
+#: sql_help.c:4784
msgid "change the definition of a foreign table"
msgstr "modifier la définition d'une table distante"
-#: sql_help.c:4452
+#: sql_help.c:4789
msgid "change the definition of a function"
msgstr "modifier la définition d'une fonction"
-#: sql_help.c:4457
+#: sql_help.c:4794
msgid "change role name or membership"
msgstr "modifier le nom d'un groupe ou la liste des ses membres"
-#: sql_help.c:4462
+#: sql_help.c:4799
msgid "change the definition of an index"
msgstr "modifier la définition d'un index"
-#: sql_help.c:4467
+#: sql_help.c:4804
msgid "change the definition of a procedural language"
msgstr "modifier la définition d'un langage procédural"
-#: sql_help.c:4472
+#: sql_help.c:4809
msgid "change the definition of a large object"
msgstr "modifier la définition d'un « Large Object »"
-#: sql_help.c:4477
+#: sql_help.c:4814
msgid "change the definition of a materialized view"
msgstr "modifier la définition d'une vue matérialisée"
-#: sql_help.c:4482
+#: sql_help.c:4819
msgid "change the definition of an operator"
msgstr "modifier la définition d'un opérateur"
-#: sql_help.c:4487
+#: sql_help.c:4824
msgid "change the definition of an operator class"
msgstr "modifier la définition d'une classe d'opérateurs"
-#: sql_help.c:4492
+#: sql_help.c:4829
msgid "change the definition of an operator family"
msgstr "modifier la définition d'une famille d'opérateur"
-#: sql_help.c:4497
+#: sql_help.c:4834
msgid "change the definition of a row level security policy"
msgstr "modifier la définition d'une politique de sécurité au niveau ligne"
-#: sql_help.c:4502
+#: sql_help.c:4839
+msgid "change the definition of a procedure"
+msgstr "modifier la définition d'une procédure"
+
+#: sql_help.c:4844
msgid "change the definition of a publication"
msgstr "modifier la définition d'une publication"
-#: sql_help.c:4507 sql_help.c:4587
+#: sql_help.c:4849 sql_help.c:4934
msgid "change a database role"
msgstr "modifier un rôle"
-#: sql_help.c:4512
+#: sql_help.c:4854
+msgid "change the definition of a routine"
+msgstr "modifier la définition d'une routine"
+
+#: sql_help.c:4859
msgid "change the definition of a rule"
msgstr "modifier la définition d'une règle"
-#: sql_help.c:4517
+#: sql_help.c:4864
msgid "change the definition of a schema"
msgstr "modifier la définition d'un schéma"
-#: sql_help.c:4522
+#: sql_help.c:4869
msgid "change the definition of a sequence generator"
msgstr "modifier la définition d'un générateur de séquence"
-#: sql_help.c:4527
+#: sql_help.c:4874
msgid "change the definition of a foreign server"
msgstr "modifier la définition d'un serveur distant"
-#: sql_help.c:4532
+#: sql_help.c:4879
msgid "change the definition of an extended statistics object"
msgstr "modifier la définition d'un objet de statistiques étendues"
-#: sql_help.c:4537
+#: sql_help.c:4884
msgid "change the definition of a subscription"
msgstr "modifier la définition d'une souscription"
-#: sql_help.c:4542
+#: sql_help.c:4889
msgid "change a server configuration parameter"
msgstr "modifie un paramètre de configuration du serveur"
-#: sql_help.c:4547
+#: sql_help.c:4894
msgid "change the definition of a table"
msgstr "modifier la définition d'une table"
-#: sql_help.c:4552
+#: sql_help.c:4899
msgid "change the definition of a tablespace"
msgstr "modifier la définition d'un tablespace"
-#: sql_help.c:4557
+#: sql_help.c:4904
msgid "change the definition of a text search configuration"
msgstr "modifier la définition d'une configuration de la recherche de texte"
-#: sql_help.c:4562
+#: sql_help.c:4909
msgid "change the definition of a text search dictionary"
msgstr "modifier la définition d'un dictionnaire de la recherche de texte"
-#: sql_help.c:4567
+#: sql_help.c:4914
msgid "change the definition of a text search parser"
msgstr "modifier la définition d'un analyseur de la recherche de texte"
-#: sql_help.c:4572
+#: sql_help.c:4919
msgid "change the definition of a text search template"
msgstr "modifier la définition d'un modèle de la recherche de texte"
-#: sql_help.c:4577
+#: sql_help.c:4924
msgid "change the definition of a trigger"
msgstr "modifier la définition d'un trigger"
-#: sql_help.c:4582
+#: sql_help.c:4929
msgid "change the definition of a type"
msgstr "modifier la définition d'un type"
-#: sql_help.c:4592
+#: sql_help.c:4939
msgid "change the definition of a user mapping"
msgstr "modifier la définition d'une correspondance d'utilisateur"
-#: sql_help.c:4597
+#: sql_help.c:4944
msgid "change the definition of a view"
msgstr "modifier la définition d'une vue"
-#: sql_help.c:4602
+#: sql_help.c:4949
msgid "collect statistics about a database"
msgstr "acquérir des statistiques concernant la base de données"
-#: sql_help.c:4607 sql_help.c:5247
+#: sql_help.c:4954 sql_help.c:5614
msgid "start a transaction block"
msgstr "débuter un bloc de transaction"
-#: sql_help.c:4612
+#: sql_help.c:4959
+msgid "invoke a procedure"
+msgstr "appeler une procédure"
+
+#: sql_help.c:4964
msgid "force a write-ahead log checkpoint"
msgstr "forcer un point de vérification des journaux de transactions"
-#: sql_help.c:4617
+#: sql_help.c:4969
msgid "close a cursor"
msgstr "fermer un curseur"
-#: sql_help.c:4622
+#: sql_help.c:4974
msgid "cluster a table according to an index"
msgstr "réorganiser (cluster) une table en fonction d'un index"
-#: sql_help.c:4627
+#: sql_help.c:4979
msgid "define or change the comment of an object"
msgstr "définir ou modifier les commentaires d'un objet"
-#: sql_help.c:4632 sql_help.c:5082
+#: sql_help.c:4984 sql_help.c:5449
msgid "commit the current transaction"
msgstr "valider la transaction en cours"
-#: sql_help.c:4637
+#: sql_help.c:4989
msgid "commit a transaction that was earlier prepared for two-phase commit"
msgstr ""
"valider une transaction précédemment préparée pour une validation en deux\n"
"phases"
-#: sql_help.c:4642
+#: sql_help.c:4994
msgid "copy data between a file and a table"
msgstr "copier des données entre un fichier et une table"
-#: sql_help.c:4647
+#: sql_help.c:4999
msgid "define a new access method"
msgstr "définir une nouvelle méthode d'accès"
-#: sql_help.c:4652
+#: sql_help.c:5004
msgid "define a new aggregate function"
msgstr "définir une nouvelle fonction d'agrégation"
-#: sql_help.c:4657
+#: sql_help.c:5009
msgid "define a new cast"
msgstr "définir un nouveau transtypage"
-#: sql_help.c:4662
+#: sql_help.c:5014
msgid "define a new collation"
msgstr "définir un nouveau collationnement"
-#: sql_help.c:4667
+#: sql_help.c:5019
msgid "define a new encoding conversion"
msgstr "définir une nouvelle conversion d'encodage"
-#: sql_help.c:4672
+#: sql_help.c:5024
msgid "create a new database"
msgstr "créer une nouvelle base de données"
-#: sql_help.c:4677
+#: sql_help.c:5029
msgid "define a new domain"
msgstr "définir un nouveau domaine"
-#: sql_help.c:4682
+#: sql_help.c:5034
msgid "define a new event trigger"
msgstr "définir un nouveau trigger sur évènement"
-#: sql_help.c:4687
+#: sql_help.c:5039
msgid "install an extension"
msgstr "installer une extension"
-#: sql_help.c:4692
+#: sql_help.c:5044
msgid "define a new foreign-data wrapper"
msgstr "définir un nouveau wrapper de données distantes"
-#: sql_help.c:4697
+#: sql_help.c:5049
msgid "define a new foreign table"
msgstr "définir une nouvelle table distante"
-#: sql_help.c:4702
+#: sql_help.c:5054
msgid "define a new function"
msgstr "définir une nouvelle fonction"
-#: sql_help.c:4707 sql_help.c:4752 sql_help.c:4837
+#: sql_help.c:5059 sql_help.c:5109 sql_help.c:5194
msgid "define a new database role"
msgstr "définir un nouveau rôle"
-#: sql_help.c:4712
+#: sql_help.c:5064
msgid "define a new index"
msgstr "définir un nouvel index"
-#: sql_help.c:4717
+#: sql_help.c:5069
msgid "define a new procedural language"
msgstr "définir un nouveau langage de procédures"
-#: sql_help.c:4722
+#: sql_help.c:5074
msgid "define a new materialized view"
msgstr "définir une nouvelle vue matérialisée"
-#: sql_help.c:4727
+#: sql_help.c:5079
msgid "define a new operator"
msgstr "définir un nouvel opérateur"
-#: sql_help.c:4732
+#: sql_help.c:5084
msgid "define a new operator class"
msgstr "définir une nouvelle classe d'opérateur"
-#: sql_help.c:4737
+#: sql_help.c:5089
msgid "define a new operator family"
msgstr "définir une nouvelle famille d'opérateur"
-#: sql_help.c:4742
+#: sql_help.c:5094
msgid "define a new row level security policy for a table"
msgstr "définir une nouvelle politique de sécurité au niveau ligne pour une table"
-#: sql_help.c:4747
+#: sql_help.c:5099
+msgid "define a new procedure"
+msgstr "définir une nouvelle procédure"
+
+#: sql_help.c:5104
msgid "define a new publication"
msgstr "définir une nouvelle publication"
-#: sql_help.c:4757
+#: sql_help.c:5114
msgid "define a new rewrite rule"
msgstr "définir une nouvelle règle de réécriture"
-#: sql_help.c:4762
+#: sql_help.c:5119
msgid "define a new schema"
msgstr "définir un nouveau schéma"
-#: sql_help.c:4767
+#: sql_help.c:5124
msgid "define a new sequence generator"
msgstr "définir un nouveau générateur de séquence"
-#: sql_help.c:4772
+#: sql_help.c:5129
msgid "define a new foreign server"
msgstr "définir un nouveau serveur distant"
-#: sql_help.c:4777
+#: sql_help.c:5134
msgid "define extended statistics"
msgstr "définir des statistiques étendues"
-#: sql_help.c:4782
+#: sql_help.c:5139
msgid "define a new subscription"
msgstr "définir une nouvelle souscription"
-#: sql_help.c:4787
+#: sql_help.c:5144
msgid "define a new table"
msgstr "définir une nouvelle table"
-#: sql_help.c:4792 sql_help.c:5212
+#: sql_help.c:5149 sql_help.c:5579
msgid "define a new table from the results of a query"
msgstr "définir une nouvelle table à partir des résultats d'une requête"
-#: sql_help.c:4797
+#: sql_help.c:5154
msgid "define a new tablespace"
msgstr "définir un nouveau tablespace"
-#: sql_help.c:4802
+#: sql_help.c:5159
msgid "define a new text search configuration"
msgstr "définir une nouvelle configuration de la recherche de texte"
-#: sql_help.c:4807
+#: sql_help.c:5164
msgid "define a new text search dictionary"
msgstr "définir un nouveau dictionnaire de la recherche de texte"
-#: sql_help.c:4812
+#: sql_help.c:5169
msgid "define a new text search parser"
msgstr "définir un nouvel analyseur de la recherche de texte"
-#: sql_help.c:4817
+#: sql_help.c:5174
msgid "define a new text search template"
msgstr "définir un nouveau modèle de la recherche de texte"
-#: sql_help.c:4822
+#: sql_help.c:5179
msgid "define a new transform"
msgstr "définir une nouvelle transformation"
-#: sql_help.c:4827
+#: sql_help.c:5184
msgid "define a new trigger"
msgstr "définir un nouveau trigger"
-#: sql_help.c:4832
+#: sql_help.c:5189
msgid "define a new data type"
msgstr "définir un nouveau type de données"
-#: sql_help.c:4842
+#: sql_help.c:5199
msgid "define a new mapping of a user to a foreign server"
msgstr "définit une nouvelle correspondance d'un utilisateur vers un serveur distant"
-#: sql_help.c:4847
+#: sql_help.c:5204
msgid "define a new view"
msgstr "définir une nouvelle vue"
-#: sql_help.c:4852
+#: sql_help.c:5209
msgid "deallocate a prepared statement"
msgstr "désallouer une instruction préparée"
-#: sql_help.c:4857
+#: sql_help.c:5214
msgid "define a cursor"
msgstr "définir un curseur"
-#: sql_help.c:4862
+#: sql_help.c:5219
msgid "delete rows of a table"
msgstr "supprimer des lignes d'une table"
-#: sql_help.c:4867
+#: sql_help.c:5224
msgid "discard session state"
msgstr "annuler l'état de la session"
-#: sql_help.c:4872
+#: sql_help.c:5229
msgid "execute an anonymous code block"
msgstr "exécute un bloc de code anonyme"
-#: sql_help.c:4877
+#: sql_help.c:5234
msgid "remove an access method"
msgstr "supprimer une méthode d'accès"
-#: sql_help.c:4882
+#: sql_help.c:5239
msgid "remove an aggregate function"
msgstr "supprimer une fonction d'agrégation"
-#: sql_help.c:4887
+#: sql_help.c:5244
msgid "remove a cast"
msgstr "supprimer un transtypage"
-#: sql_help.c:4892
+#: sql_help.c:5249
msgid "remove a collation"
msgstr "supprimer un collationnement"
-#: sql_help.c:4897
+#: sql_help.c:5254
msgid "remove a conversion"
msgstr "supprimer une conversion"
-#: sql_help.c:4902
+#: sql_help.c:5259
msgid "remove a database"
msgstr "supprimer une base de données"
-#: sql_help.c:4907
+#: sql_help.c:5264
msgid "remove a domain"
msgstr "supprimer un domaine"
-#: sql_help.c:4912
+#: sql_help.c:5269
msgid "remove an event trigger"
msgstr "supprimer un trigger sur évènement"
-#: sql_help.c:4917
+#: sql_help.c:5274
msgid "remove an extension"
msgstr "supprimer une extension"
-#: sql_help.c:4922
+#: sql_help.c:5279
msgid "remove a foreign-data wrapper"
msgstr "supprimer un wrapper de données distantes"
-#: sql_help.c:4927
+#: sql_help.c:5284
msgid "remove a foreign table"
msgstr "supprimer une table distante"
-#: sql_help.c:4932
+#: sql_help.c:5289
msgid "remove a function"
msgstr "supprimer une fonction"
-#: sql_help.c:4937 sql_help.c:4987 sql_help.c:5067
+#: sql_help.c:5294 sql_help.c:5349 sql_help.c:5434
msgid "remove a database role"
msgstr "supprimer un rôle de la base de données"
-#: sql_help.c:4942
+#: sql_help.c:5299
msgid "remove an index"
msgstr "supprimer un index"
-#: sql_help.c:4947
+#: sql_help.c:5304
msgid "remove a procedural language"
msgstr "supprimer un langage procédural"
-#: sql_help.c:4952
+#: sql_help.c:5309
msgid "remove a materialized view"
msgstr "supprimer une vue matérialisée"
-#: sql_help.c:4957
+#: sql_help.c:5314
msgid "remove an operator"
msgstr "supprimer un opérateur"
-#: sql_help.c:4962
+#: sql_help.c:5319
msgid "remove an operator class"
msgstr "supprimer une classe d'opérateur"
-#: sql_help.c:4967
+#: sql_help.c:5324
msgid "remove an operator family"
msgstr "supprimer une famille d'opérateur"
-#: sql_help.c:4972
+#: sql_help.c:5329
msgid "remove database objects owned by a database role"
msgstr "supprimer les objets appartenant à un rôle"
-#: sql_help.c:4977
+#: sql_help.c:5334
msgid "remove a row level security policy from a table"
msgstr "supprimer une nouvelle politique de sécurité au niveau ligne pour une table"
-#: sql_help.c:4982
+#: sql_help.c:5339
+msgid "remove a procedure"
+msgstr "supprimer une procédure"
+
+#: sql_help.c:5344
msgid "remove a publication"
msgstr "supprimer une publication"
-#: sql_help.c:4992
+#: sql_help.c:5354
+msgid "remove a routine"
+msgstr "supprimer une routine"
+
+#: sql_help.c:5359
msgid "remove a rewrite rule"
msgstr "supprimer une règle de réécriture"
-#: sql_help.c:4997
+#: sql_help.c:5364
msgid "remove a schema"
msgstr "supprimer un schéma"
-#: sql_help.c:5002
+#: sql_help.c:5369
msgid "remove a sequence"
msgstr "supprimer une séquence"
-#: sql_help.c:5007
+#: sql_help.c:5374
msgid "remove a foreign server descriptor"
msgstr "supprimer un descripteur de serveur distant"
-#: sql_help.c:5012
+#: sql_help.c:5379
msgid "remove extended statistics"
msgstr "supprimer des statistiques étendues"
-#: sql_help.c:5017
+#: sql_help.c:5384
msgid "remove a subscription"
msgstr "supprimer une souscription"
-#: sql_help.c:5022
+#: sql_help.c:5389
msgid "remove a table"
msgstr "supprimer une table"
-#: sql_help.c:5027
+#: sql_help.c:5394
msgid "remove a tablespace"
msgstr "supprimer un tablespace"
-#: sql_help.c:5032
+#: sql_help.c:5399
msgid "remove a text search configuration"
msgstr "supprimer une configuration de la recherche de texte"
-#: sql_help.c:5037
+#: sql_help.c:5404
msgid "remove a text search dictionary"
msgstr "supprimer un dictionnaire de la recherche de texte"
-#: sql_help.c:5042
+#: sql_help.c:5409
msgid "remove a text search parser"
msgstr "supprimer un analyseur de la recherche de texte"
-#: sql_help.c:5047
+#: sql_help.c:5414
msgid "remove a text search template"
msgstr "supprimer un modèle de la recherche de texte"
-#: sql_help.c:5052
+#: sql_help.c:5419
msgid "remove a transform"
msgstr "supprimer une transformation"
-#: sql_help.c:5057
+#: sql_help.c:5424
msgid "remove a trigger"
msgstr "supprimer un trigger"
-#: sql_help.c:5062
+#: sql_help.c:5429
msgid "remove a data type"
msgstr "supprimer un type de données"
-#: sql_help.c:5072
+#: sql_help.c:5439
msgid "remove a user mapping for a foreign server"
msgstr "supprime une correspondance utilisateur pour un serveur distant"
-#: sql_help.c:5077
+#: sql_help.c:5444
msgid "remove a view"
msgstr "supprimer une vue"
-#: sql_help.c:5087
+#: sql_help.c:5454
msgid "execute a prepared statement"
msgstr "exécuter une instruction préparée"
-#: sql_help.c:5092
+#: sql_help.c:5459
msgid "show the execution plan of a statement"
msgstr "afficher le plan d'exécution d'une instruction"
-#: sql_help.c:5097
+#: sql_help.c:5464
msgid "retrieve rows from a query using a cursor"
msgstr "extraire certaines lignes d'une requête à l'aide d'un curseur"
-#: sql_help.c:5102
+#: sql_help.c:5469
msgid "define access privileges"
msgstr "définir des privilèges d'accès"
-#: sql_help.c:5107
+#: sql_help.c:5474
msgid "import table definitions from a foreign server"
msgstr "importer la définition d'une table à partir d'un serveur distant"
-#: sql_help.c:5112
+#: sql_help.c:5479
msgid "create new rows in a table"
msgstr "créer de nouvelles lignes dans une table"
-#: sql_help.c:5117
+#: sql_help.c:5484
msgid "listen for a notification"
msgstr "se mettre à l'écoute d'une notification"
-#: sql_help.c:5122
+#: sql_help.c:5489
msgid "load a shared library file"
msgstr "charger un fichier de bibliothèque partagée"
-#: sql_help.c:5127
+#: sql_help.c:5494
msgid "lock a table"
msgstr "verrouiller une table"
-#: sql_help.c:5132
+#: sql_help.c:5499
msgid "position a cursor"
msgstr "positionner un curseur"
-#: sql_help.c:5137
+#: sql_help.c:5504
msgid "generate a notification"
msgstr "engendrer une notification"
-#: sql_help.c:5142
+#: sql_help.c:5509
msgid "prepare a statement for execution"
msgstr "préparer une instruction pour exécution"
-#: sql_help.c:5147
+#: sql_help.c:5514
msgid "prepare the current transaction for two-phase commit"
msgstr "préparer la transaction en cours pour une validation en deux phases"
-#: sql_help.c:5152
+#: sql_help.c:5519
msgid "change the ownership of database objects owned by a database role"
msgstr "changer le propriétaire des objets d'un rôle"
-#: sql_help.c:5157
+#: sql_help.c:5524
msgid "replace the contents of a materialized view"
msgstr "remplacer le contenu d'une vue matérialisée"
-#: sql_help.c:5162
+#: sql_help.c:5529
msgid "rebuild indexes"
msgstr "reconstruire des index"
-#: sql_help.c:5167
+#: sql_help.c:5534
msgid "destroy a previously defined savepoint"
msgstr "détruire un point de retournement précédemment défini"
-#: sql_help.c:5172
+#: sql_help.c:5539
msgid "restore the value of a run-time parameter to the default value"
msgstr "réinitialiser un paramètre d'exécution à sa valeur par défaut"
-#: sql_help.c:5177
+#: sql_help.c:5544
msgid "remove access privileges"
msgstr "supprimer des privilèges d'accès"
-#: sql_help.c:5187
+#: sql_help.c:5554
msgid "cancel a transaction that was earlier prepared for two-phase commit"
msgstr ""
"annuler une transaction précédemment préparée pour une validation en deux\n"
"phases"
-#: sql_help.c:5192
+#: sql_help.c:5559
msgid "roll back to a savepoint"
msgstr "annuler jusqu'au point de retournement"
-#: sql_help.c:5197
+#: sql_help.c:5564
msgid "define a new savepoint within the current transaction"
msgstr "définir un nouveau point de retournement pour la transaction en cours"
-#: sql_help.c:5202
+#: sql_help.c:5569
msgid "define or change a security label applied to an object"
msgstr "définir ou modifier un label de sécurité à un objet"
-#: sql_help.c:5207 sql_help.c:5252 sql_help.c:5282
+#: sql_help.c:5574 sql_help.c:5619 sql_help.c:5649
msgid "retrieve rows from a table or view"
msgstr "extraire des lignes d'une table ou d'une vue"
-#: sql_help.c:5217
+#: sql_help.c:5584
msgid "change a run-time parameter"
msgstr "modifier un paramètre d'exécution"
-#: sql_help.c:5222
+#: sql_help.c:5589
msgid "set constraint check timing for the current transaction"
msgstr "définir le moment de la vérification des contraintes pour la transaction en cours"
-#: sql_help.c:5227
+#: sql_help.c:5594
msgid "set the current user identifier of the current session"
msgstr "définir l'identifiant actuel de l'utilisateur de la session courante"
-#: sql_help.c:5232
+#: sql_help.c:5599
msgid "set the session user identifier and the current user identifier of the current session"
msgstr ""
"définir l'identifiant de l'utilisateur de session et l'identifiant actuel de\n"
"l'utilisateur de la session courante"
-#: sql_help.c:5237
+#: sql_help.c:5604
msgid "set the characteristics of the current transaction"
msgstr "définir les caractéristiques de la transaction en cours"
-#: sql_help.c:5242
+#: sql_help.c:5609
msgid "show the value of a run-time parameter"
msgstr "afficher la valeur d'un paramètre d'exécution"
-#: sql_help.c:5257
+#: sql_help.c:5624
msgid "empty a table or set of tables"
msgstr "vider une table ou un ensemble de tables"
-#: sql_help.c:5262
+#: sql_help.c:5629
msgid "stop listening for a notification"
msgstr "arrêter l'écoute d'une notification"
-#: sql_help.c:5267
+#: sql_help.c:5634
msgid "update rows of a table"
msgstr "actualiser les lignes d'une table"
-#: sql_help.c:5272
+#: sql_help.c:5639
msgid "garbage-collect and optionally analyze a database"
msgstr "compacter et optionnellement analyser une base de données"
-#: sql_help.c:5277
+#: sql_help.c:5644
msgid "compute a set of rows"
msgstr "calculer un ensemble de lignes"
-#: startup.c:187
+#: startup.c:190
#, c-format
msgid "%s: -1 can only be used in non-interactive mode\n"
msgstr "%s p: -1 peut seulement être utilisé dans un mode non intéractif\n"
-#: startup.c:290
+#: startup.c:305
#, c-format
msgid "%s: could not open log file \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le journal applicatif « %s » : %s\n"
-#: startup.c:397
+#: startup.c:412
#, c-format
msgid ""
"Type \"help\" for help.\n"
"Saisissez « help » pour l'aide.\n"
"\n"
-#: startup.c:546
+#: startup.c:561
#, c-format
msgid "%s: could not set printing parameter \"%s\"\n"
msgstr "%s : n'a pas pu configurer le paramètre d'impression « %s »\n"
-#: startup.c:648
+#: startup.c:663
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayez « %s --help » pour plus d'informations.\n"
-#: startup.c:665
+#: startup.c:680
#, c-format
msgid "%s: warning: extra command-line argument \"%s\" ignored\n"
msgstr "%s : attention : option supplémentaire « %s » ignorée\n"
-#: startup.c:714
+#: startup.c:729
#, c-format
msgid "%s: could not find own program executable\n"
msgstr "%s : n'a pas pu trouver son propre exécutable\n"
-#: tab-complete.c:4186
+#: tab-complete.c:4497
#, c-format
msgid ""
"tab completion query failed: %s\n"
"valeur « %s » non reconnue pour « %s »\n"
"Les valeurs disponibles sont : %s.\n"
-#~ msgid "No per-database role settings support in this server version.\n"
-#~ msgstr "Pas de supprot des paramètres rôle par base de données pour la version de ce serveur.\n"
-
-#~ msgid "No matching settings found.\n"
-#~ msgstr "Aucun paramètre correspondant trouvé.\n"
+#~ msgid "Value"
+#~ msgstr "Valeur"
-#~ msgid "No settings found.\n"
-#~ msgstr "Aucun paramètre trouvé.\n"
+#~ msgid "statistic_type"
+#~ msgstr "type_statistique"
-#~ msgid "No matching relations found.\n"
-#~ msgstr "Aucune relation correspondante trouvée.\n"
+#~ msgid "serialtype"
+#~ msgstr "serialtype"
-#~ msgid "No relations found.\n"
-#~ msgstr "Aucune relation trouvée.\n"
+#~ msgid "SSL connection (unknown cipher)\n"
+#~ msgstr "Connexion SSL (chiffrement inconnu)\n"
-#~ msgid "Password encryption failed.\n"
-#~ msgstr "Échec du chiffrement du mot de passe.\n"
+#~ msgid " -?, --help show this help, then exit\n"
+#~ msgstr " -?, --help affiche cette aide puis quitte\n"
-#~ msgid "\\%s: error while setting variable\n"
-#~ msgstr "\\%s : erreur lors de l'initialisation de la variable\n"
+#~ msgid "(No rows)\n"
+#~ msgstr "(Aucune ligne)\n"
-#~ msgid "+ opt(%d) = |%s|\n"
-#~ msgstr "+ opt(%d) = |%s|\n"
+#~ msgid "ALTER VIEW name RENAME TO newname"
+#~ msgstr "ALTER VIEW nom RENAME TO nouveau_nom"
-#~ msgid "could not set variable \"%s\"\n"
-#~ msgstr "n'a pas pu initialiser la variable « %s »\n"
+#~ msgid " \"%s\""
+#~ msgstr " « %s »"
-#~ msgid "Modifiers"
-#~ msgstr "Modificateurs"
+#~ msgid "?%c? \"%s.%s\""
+#~ msgstr "?%c? « %s.%s »"
-#~ msgid "collate %s"
-#~ msgstr "collationnement %s"
+#~ msgid "Access privileges for database \"%s\""
+#~ msgstr "Droits d'accès pour la base de données « %s »"
-#~ msgid "not null"
-#~ msgstr "non NULL"
+#~ msgid ""
+#~ "WARNING: You are connected to a server with major version %d.%d,\n"
+#~ "but your %s client is major version %d.%d. Some backslash commands,\n"
+#~ "such as \\d, might not work properly.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "ATTENTION : vous êtes connecté sur un serveur dont la version majeure est\n"
+#~ "%d.%d alors que votre client %s est en version majeure %d.%d. Certaines\n"
+#~ "commandes avec antislashs, comme \\d, peuvent ne pas fonctionner\n"
+#~ "correctement.\n"
+#~ "\n"
-#~ msgid "default %s"
-#~ msgstr "Par défaut, %s"
+#~ msgid ""
+#~ "Welcome to %s %s, the PostgreSQL interactive terminal.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Bienvenue dans %s %s, l'interface interactive de PostgreSQL.\n"
+#~ "\n"
-#~ msgid "Modifier"
-#~ msgstr "Modificateur"
+#~ msgid ""
+#~ "Welcome to %s %s (server %s), the PostgreSQL interactive terminal.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Bienvenue dans %s %s (serveur %s), l'interface interactive de PostgreSQL.\n"
+#~ "\n"
-#~ msgid "Object Description"
-#~ msgstr "Description d'un objet"
+#~ msgid "Copy, Large Object\n"
+#~ msgstr "Copie, « Large Object »\n"
-#~ msgid "%s: could not set variable \"%s\"\n"
-#~ msgstr "%s : n'a pas pu initialiser la variable « %s »\n"
+#~ msgid " \\z [PATTERN] list table, view, and sequence access privileges (same as \\dp)\n"
+#~ msgstr ""
+#~ " \\z [MODÈLE] affiche la liste des privilèges d'accès aux tables,\n"
+#~ " vues et séquences (identique à \\dp)\n"
-#~ msgid "Watch every %lds\t%s"
-#~ msgstr "Vérifier chaque %lds\t%s"
+#~ msgid " \\l list all databases (add \"+\" for more detail)\n"
+#~ msgstr ""
+#~ " \\l affiche la liste des bases de données (ajouter « + »\n"
+#~ " pour plus de détails)\n"
-#~ msgid "Showing locale-adjusted numeric output."
-#~ msgstr "Affichage de la sortie numérique adaptée à la locale."
+#~ msgid " \\dT [PATTERN] list data types (add \"+\" for more detail)\n"
+#~ msgstr ""
+#~ " \\dT [MODÈLE] affiche la liste des types de données (ajouter « + »\n"
+#~ " pour plus de détails)\n"
-#~ msgid "Showing only tuples."
-#~ msgstr "Affichage des tuples seuls."
+#~ msgid " \\dn [PATTERN] list schemas (add \"+\" for more detail)\n"
+#~ msgstr ""
+#~ " \\dn [MODÈLE] affiche la liste des schémas (ajouter « + » pour\n"
+#~ " plus de détails)\n"
-#~ msgid "could not get current user name: %s\n"
-#~ msgstr "n'a pas pu obtenir le nom d'utilisateur courant : %s\n"
+#~ msgid " \\dFp [PATTERN] list text search parsers (add \"+\" for more detail)\n"
+#~ msgstr ""
+#~ " \\dFp [MODÈLE] affiche la liste des analyseurs de la recherche de\n"
+#~ " texte (ajouter « + » pour plus de détails)\n"
-#~ msgid "agg_name"
-#~ msgstr "nom_d_agrégat"
+#~ msgid " \\dFd [PATTERN] list text search dictionaries (add \"+\" for more detail)\n"
+#~ msgstr ""
+#~ " \\dFd [MODÈLE] affiche la liste des dictionnaires de la recherche\n"
+#~ " de texte (ajouter « + » pour plus de détails)\n"
-#~ msgid "agg_type"
-#~ msgstr "type_aggrégat"
+#~ msgid " \\df [PATTERN] list functions (add \"+\" for more detail)\n"
+#~ msgstr ""
+#~ " \\df [MODÈLE] affiche la liste des fonctions (ajouter « + » pour\n"
+#~ " plus de détails)\n"
-#~ msgid "input_data_type"
-#~ msgstr "type_de_données_en_entrée"
+#~ msgid " \\db [PATTERN] list tablespaces (add \"+\" for more detail)\n"
+#~ msgstr ""
+#~ " \\db [MODÈLE] affiche la liste des tablespaces (ajouter « + » pour\n"
+#~ " plus de détails)\n"
-#~ msgid "could not change directory to \"%s\""
-#~ msgstr "n'a pas pu accéder au répertoire « %s »"
+#~ msgid ""
+#~ " \\d{t|i|s|v|S} [PATTERN] (add \"+\" for more detail)\n"
+#~ " list tables/indexes/sequences/views/system tables\n"
+#~ msgstr ""
+#~ " \\d{t|i|s|v|S} [MODÈLE] (ajouter « + » pour plus de détails)\n"
+#~ " affiche la liste des\n"
+#~ " tables/index/séquences/vues/tables système\n"
-#~ msgid "%s: pg_strdup: cannot duplicate null pointer (internal error)\n"
-#~ msgstr "%s : pg_strdup : ne peut pas dupliquer le pointeur null (erreur interne)\n"
+#~ msgid "(1 row)"
+#~ msgid_plural "(%lu rows)"
+#~ msgstr[0] "(1 ligne)"
+#~ msgstr[1] "(%lu lignes)"
-#~ msgid " \\l[+] list all databases\n"
-#~ msgstr " \\l[+] affiche la liste des bases de données\n"
+#~ msgid " \"%s\" IN %s %s"
+#~ msgstr " \"%s\" DANS %s %s"
-#~ msgid "\\%s: error\n"
-#~ msgstr "\\%s : erreur\n"
+#~ msgid ""
+#~ "VALUES ( expression [, ...] ) [, ...]\n"
+#~ " [ ORDER BY sort_expression [ ASC | DESC | USING operator ] [, ...] ]\n"
+#~ " [ LIMIT { count | ALL } ]\n"
+#~ " [ OFFSET start [ ROW | ROWS ] ]\n"
+#~ " [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]"
+#~ msgstr ""
+#~ "VALUES ( expression [, ...] ) [, ...]\n"
+#~ " [ ORDER BY expression_tri [ ASC | DESC | USING opérateur ] [, ...] ]\n"
+#~ " [ LIMIT { total | ALL } ]\n"
+#~ " [ OFFSET début [ ROW | ROWS ] ]\n"
+#~ " [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]"
-#~ msgid "\\copy: %s"
-#~ msgstr "\\copy : %s"
+#~ msgid ""
+#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n"
+#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (column [, ...] ) ] ]"
+#~ msgstr ""
+#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n"
+#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (colonne [, ...] ) ] ]"
-#~ msgid "\\copy: unexpected response (%d)\n"
-#~ msgstr "\\copy : réponse inattendue (%d)\n"
+#~ msgid ""
+#~ "UPDATE [ ONLY ] table [ [ AS ] alias ]\n"
+#~ " SET { column = { expression | DEFAULT } |\n"
+#~ " ( column [, ...] ) = ( { expression | DEFAULT } [, ...] ) } [, ...]\n"
+#~ " [ FROM fromlist ]\n"
+#~ " [ WHERE condition | WHERE CURRENT OF cursor_name ]\n"
+#~ " [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]"
+#~ msgstr ""
+#~ "UPDATE [ ONLY ] table [ [ AS ] alias ]\n"
+#~ " SET { colonne = { expression | DEFAULT } |\n"
+#~ " ( colonne [, ...] ) = ( { expression | DEFAULT } [, ...] ) } [, ...]\n"
+#~ " [ FROM liste_from ]\n"
+#~ " [ WHERE condition | WHERE CURRENT OF nom_curseur ]\n"
+#~ " [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]"
-#~ msgid " --help show this help, then exit\n"
-#~ msgstr " --help affiche cette aide, puis quitte\n"
+#~ msgid "UNLISTEN { name | * }"
+#~ msgstr "UNLISTEN { nom | * }"
-#~ msgid " --version output version information, then exit\n"
-#~ msgstr " --version affiche la version, puis quitte\n"
+#~ msgid ""
+#~ "TRUNCATE [ TABLE ] [ ONLY ] name [, ... ]\n"
+#~ " [ RESTART IDENTITY | CONTINUE IDENTITY ] [ CASCADE | RESTRICT ]"
+#~ msgstr ""
+#~ "TRUNCATE [ TABLE ] [ ONLY ] nom [, ... ]\n"
+#~ " [ RESTART IDENTITY | CONTINUE IDENTITY ] [ CASCADE | RESTRICT ]"
-#~ msgid "contains support for command-line editing"
-#~ msgstr "contient une gestion avancée de la ligne de commande"
+#~ msgid ""
+#~ "START TRANSACTION [ transaction_mode [, ...] ]\n"
+#~ "\n"
+#~ "where transaction_mode is one of:\n"
+#~ "\n"
+#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }\n"
+#~ " READ WRITE | READ ONLY"
+#~ msgstr ""
+#~ "START TRANSACTION [ mode_transaction [, ...] ]\n"
+#~ "\n"
+#~ "où mode_transaction peut être :\n"
+#~ "\n"
+#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ |\n"
+#~ " READ COMMITTED | READ UNCOMMITTED }\n"
+#~ " READ WRITE | READ ONLY"
-#~ msgid "data type"
-#~ msgstr "type de données"
+#~ msgid ""
+#~ "SHOW name\n"
+#~ "SHOW ALL"
+#~ msgstr ""
+#~ "SHOW nom\n"
+#~ "SHOW ALL"
-#~ msgid "column"
-#~ msgstr "colonne"
-
-#~ msgid "new_column"
-#~ msgstr "nouvelle_colonne"
-
-#~ msgid "tablespace"
-#~ msgstr "tablespace"
-
-#~ msgid " on host \"%s\""
-#~ msgstr " sur l'hôte « %s »"
-
-#~ msgid " at port \"%s\""
-#~ msgstr " sur le port « %s »"
-
-#~ msgid " as user \"%s\""
-#~ msgstr " comme utilisateur « %s »"
-
-#~ msgid "define a new constraint trigger"
-#~ msgstr "définir une nouvelle contrainte de déclenchement"
-
-#~ msgid "Exclusion constraints:"
-#~ msgstr "Contraintes d'exclusion :"
+#~ msgid ""
+#~ "SET TRANSACTION transaction_mode [, ...]\n"
+#~ "SET SESSION CHARACTERISTICS AS TRANSACTION transaction_mode [, ...]\n"
+#~ "\n"
+#~ "where transaction_mode is one of:\n"
+#~ "\n"
+#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }\n"
+#~ " READ WRITE | READ ONLY"
+#~ msgstr ""
+#~ "SET TRANSACTION mode_transaction [, ...]\n"
+#~ "SET SESSION CHARACTERISTICS AS TRANSACTION mode_transaction [, ...]\n"
+#~ "\n"
+#~ "où mode_transaction peut être :\n"
+#~ "\n"
+#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ |\n"
+#~ " READ COMMITTED | READ UNCOMMITTED }\n"
+#~ " READ WRITE | READ ONLY"
-#~ msgid "rolename"
-#~ msgstr "nom_rôle"
+#~ msgid ""
+#~ "SET [ SESSION | LOCAL ] SESSION AUTHORIZATION username\n"
+#~ "SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT\n"
+#~ "RESET SESSION AUTHORIZATION"
+#~ msgstr ""
+#~ "SET [ SESSION | LOCAL ] SESSION AUTHORIZATION nom_utilisateur\n"
+#~ "SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT\n"
+#~ "RESET SESSION AUTHORIZATION"
-#~ msgid "number"
-#~ msgstr "numéro"
+#~ msgid ""
+#~ "SET [ SESSION | LOCAL ] ROLE rolename\n"
+#~ "SET [ SESSION | LOCAL ] ROLE NONE\n"
+#~ "RESET ROLE"
+#~ msgstr ""
+#~ "SET [ SESSION | LOCAL ] ROLE nom_rôle\n"
+#~ "SET [ SESSION | LOCAL ] ROLE NONE\n"
+#~ "RESET ROLE"
-#~ msgid "ABORT [ WORK | TRANSACTION ]"
-#~ msgstr "ABORT [ WORK | TRANSACTION ]"
+#~ msgid "SET CONSTRAINTS { ALL | name [, ...] } { DEFERRED | IMMEDIATE }"
+#~ msgstr "SET CONSTRAINTS { ALL | nom [, ...] } { DEFERRED | IMMEDIATE }"
#~ msgid ""
-#~ "ALTER AGGREGATE name ( type [ , ... ] ) RENAME TO new_name\n"
-#~ "ALTER AGGREGATE name ( type [ , ... ] ) OWNER TO new_owner\n"
-#~ "ALTER AGGREGATE name ( type [ , ... ] ) SET SCHEMA new_schema"
+#~ "SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | 'value' | DEFAULT }\n"
+#~ "SET [ SESSION | LOCAL ] TIME ZONE { timezone | LOCAL | DEFAULT }"
#~ msgstr ""
-#~ "ALTER AGGREGATE nom ( type [ , ... ] ) RENAME TO nouveau_nom\n"
-#~ "ALTER AGGREGATE nom ( type [ , ... ] ) OWNER TO nouveau_propriétaire\n"
-#~ "ALTER AGGREGATE nom ( type [ , ... ] ) SET SCHEMA nouveau_schéma"
+#~ "SET [ SESSION | LOCAL ] paramètre { TO | = } { valeur | 'valeur' | DEFAULT }\n"
+#~ "SET [ SESSION | LOCAL ] TIME ZONE { zone_horaire | LOCAL | DEFAULT }"
#~ msgid ""
-#~ "ALTER CONVERSION name RENAME TO newname\n"
-#~ "ALTER CONVERSION name OWNER TO newowner"
+#~ "[ WITH [ RECURSIVE ] with_query [, ...] ]\n"
+#~ "SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
+#~ " * | expression [ [ AS ] output_name ] [, ...]\n"
+#~ " INTO [ TEMPORARY | TEMP ] [ TABLE ] new_table\n"
+#~ " [ FROM from_item [, ...] ]\n"
+#~ " [ WHERE condition ]\n"
+#~ " [ GROUP BY expression [, ...] ]\n"
+#~ " [ HAVING condition [, ...] ]\n"
+#~ " [ WINDOW window_name AS ( window_definition ) [, ...] ]\n"
+#~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
+#~ " [ ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST | LAST } ] [, ...] ]\n"
+#~ " [ LIMIT { count | ALL } ]\n"
+#~ " [ OFFSET start [ ROW | ROWS ] ]\n"
+#~ " [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]\n"
+#~ " [ FOR { UPDATE | SHARE } [ OF table_name [, ...] ] [ NOWAIT ] [...] ]"
#~ msgstr ""
-#~ "ALTER CONVERSION nom RENAME TO nouveau_nom\n"
-#~ "ALTER CONVERSION nom OWNER TO nouveau_propriétaire"
+#~ "[ WITH [ RECURSIVE ] requête_with [, ...] ]\n"
+#~ "SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
+#~ " * | expression [ [ AS ] nom_sortie ] [, ...]\n"
+#~ " INTO [ TEMPORARY | TEMP ] [ TABLE ] nouvelle_table\n"
+#~ " [ FROM élément_from [, ...] ]\n"
+#~ " [ WHERE condition ]\n"
+#~ " [ GROUP BY expression [, ...] ]\n"
+#~ " [ HAVING condition [, ...] ]\n"
+#~ " [ WINDOW nom_window AS ( définition_window ) [, ...] ]\n"
+#~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
+#~ " [ ORDER BY expression [ ASC | DESC | USING opérateur ] [ NULLS { FIRST | LAST } ] [, ...] ]\n"
+#~ " [ LIMIT { total | ALL } ]\n"
+#~ " [ OFFSET début [ ROW | ROWS ] ]\n"
+#~ " [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]\n"
+#~ " [ FOR { UPDATE | SHARE } [ OF nom_table [, ...] ] [ NOWAIT ] [...] ]"
#~ msgid ""
-#~ "ALTER DATABASE name [ [ WITH ] option [ ... ] ]\n"
-#~ "\n"
-#~ "where option can be:\n"
+#~ "[ WITH [ RECURSIVE ] with_query [, ...] ]\n"
+#~ "SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
+#~ " * | expression [ [ AS ] output_name ] [, ...]\n"
+#~ " [ FROM from_item [, ...] ]\n"
+#~ " [ WHERE condition ]\n"
+#~ " [ GROUP BY expression [, ...] ]\n"
+#~ " [ HAVING condition [, ...] ]\n"
+#~ " [ WINDOW window_name AS ( window_definition ) [, ...] ]\n"
+#~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
+#~ " [ ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST | LAST } ] [, ...] ]\n"
+#~ " [ LIMIT { count | ALL } ]\n"
+#~ " [ OFFSET start [ ROW | ROWS ] ]\n"
+#~ " [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]\n"
+#~ " [ FOR { UPDATE | SHARE } [ OF table_name [, ...] ] [ NOWAIT ] [...] ]\n"
#~ "\n"
-#~ " CONNECTION LIMIT connlimit\n"
+#~ "where from_item can be one of:\n"
#~ "\n"
-#~ "ALTER DATABASE name RENAME TO newname\n"
+#~ " [ ONLY ] table_name [ * ] [ [ AS ] alias [ ( column_alias [, ...] ) ] ]\n"
+#~ " ( select ) [ AS ] alias [ ( column_alias [, ...] ) ]\n"
+#~ " with_query_name [ [ AS ] alias [ ( column_alias [, ...] ) ] ]\n"
+#~ " function_name ( [ argument [, ...] ] ) [ AS ] alias [ ( column_alias [, ...] | column_definition [, ...] ) ]\n"
+#~ " function_name ( [ argument [, ...] ] ) AS ( column_definition [, ...] )\n"
+#~ " from_item [ NATURAL ] join_type from_item [ ON join_condition | USING ( join_column [, ...] ) ]\n"
#~ "\n"
-#~ "ALTER DATABASE name OWNER TO new_owner\n"
+#~ "and with_query is:\n"
#~ "\n"
-#~ "ALTER DATABASE name SET TABLESPACE new_tablespace\n"
+#~ " with_query_name [ ( column_name [, ...] ) ] AS ( select )\n"
#~ "\n"
-#~ "ALTER DATABASE name SET configuration_parameter { TO | = } { value | DEFAULT }\n"
-#~ "ALTER DATABASE name SET configuration_parameter FROM CURRENT\n"
-#~ "ALTER DATABASE name RESET configuration_parameter\n"
-#~ "ALTER DATABASE name RESET ALL"
+#~ "TABLE { [ ONLY ] table_name [ * ] | with_query_name }"
#~ msgstr ""
-#~ "ALTER DATABASE nom [ [ WITH ] option [ ... ] ]\n"
-#~ "\n"
-#~ "où option peut être:\n"
+#~ "[ WITH [ RECURSIVE ] requête_with [, ...] ]\n"
+#~ "SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
+#~ " * | expression [ [ AS ] nom_sortie ] [, ...]\n"
+#~ " [ FROM élément_from [, ...] ]\n"
+#~ " [ WHERE condition ]\n"
+#~ " [ GROUP BY expression [, ...] ]\n"
+#~ " [ HAVING condition [, ...] ]\n"
+#~ " [ WINDOW nom_window AS ( définition_window ) [, ...] ]\n"
+#~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
+#~ " [ ORDER BY expression [ ASC | DESC | USING opérateur ] [ NULLS { FIRST | LAST } ] [, ...] ]\n"
+#~ " [ LIMIT { total | ALL } ]\n"
+#~ " [ OFFSET début [ ROW | ROWS ] ]\n"
+#~ " [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]\n"
+#~ " [ FOR { UPDATE | SHARE } [ OF nom_table [, ...] ] [ NOWAIT ] [...] ]\n"
#~ "\n"
-#~ " CONNECTION LIMIT limite_connexion\n"
+#~ "avec élément_from faisant parti de :\n"
#~ "\n"
-#~ "ALTER DATABASE nom RENAME TO nouveau_nom\n"
+#~ " [ ONLY ] nom_table [ * ] [ [ AS ] alias [ ( alias_colonne [, ...] ) ] ]\n"
+#~ " ( select ) [ AS ] alias [ ( alias_colonne [, ...] ) ]\n"
+#~ " nom_requête_with [ [ AS ] alias [ ( alias_colonne [, ...] ) ] ]\n"
+#~ " nom_fonction ( [ argument [, ...] ] ) [ AS ] alias [ ( alias_colonne [, ...] | définition_colonne [, ...] ) ]\n"
+#~ " nom_fonction ( [ argument [, ...] ] ) AS ( définition_colonne [, ...] )\n"
+#~ " élément_from [ NATURAL ] type_jointure élément_from [ ON condition_jointure | USING ( colonne_jointure [, ...] ) ]\n"
#~ "\n"
-#~ "ALTER DATABASE nom OWNER TO nouveau_propriétaire\n"
+#~ "et requête_with est:\n"
#~ "\n"
-#~ "ALTER DATABASE nom SET TABLESPACE nouveau_tablespace\n"
+#~ " nom_requête_with [ ( nom_colonne [, ...] ) ] AS ( select )\n"
#~ "\n"
-#~ "ALTER DATABASE nom SET paramètre_configuration { TO | = } { valeur | DEFAULT }\n"
-#~ "ALTER DATABASE nom SET paramètre_configuration FROM CURRENT\n"
-#~ "ALTER DATABASE nom RESET paramètre_configuration\n"
-#~ "ALTER DATABASE nom RESET ALL"
+#~ "TABLE { [ ONLY ] nom_table [ * ] | nom_requête_with }"
-#~ msgid ""
-#~ "ALTER DOMAIN name\n"
-#~ " { SET DEFAULT expression | DROP DEFAULT }\n"
-#~ "ALTER DOMAIN name\n"
-#~ " { SET | DROP } NOT NULL\n"
-#~ "ALTER DOMAIN name\n"
-#~ " ADD domain_constraint\n"
-#~ "ALTER DOMAIN name\n"
-#~ " DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]\n"
-#~ "ALTER DOMAIN name\n"
-#~ " OWNER TO new_owner \n"
-#~ "ALTER DOMAIN name\n"
-#~ " SET SCHEMA new_schema"
-#~ msgstr ""
-#~ "ALTER DOMAIN nom\n"
-#~ " { SET DEFAULT expression | DROP DEFAULT }\n"
-#~ "ALTER DOMAIN nom\n"
-#~ " { SET | DROP } NOT NULL\n"
-#~ "ALTER DOMAIN nom\n"
-#~ " ADD contrainte_domaine\n"
-#~ "ALTER DOMAIN nom\n"
-#~ " DROP CONSTRAINT nom_contrainte [ RESTRICT | CASCADE ]\n"
-#~ "ALTER DOMAIN nom\n"
-#~ " OWNER TO nouveau_propriétaire \n"
-#~ "ALTER DOMAIN nom\n"
-#~ " SET SCHEMA nouveau_schéma"
+#~ msgid "ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_name"
+#~ msgstr "ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] nom_retour"
-#~ msgid ""
-#~ "ALTER FOREIGN DATA WRAPPER name\n"
-#~ " [ VALIDATOR valfunction | NO VALIDATOR ]\n"
-#~ " [ OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ]) ]\n"
-#~ "ALTER FOREIGN DATA WRAPPER name OWNER TO new_owner"
-#~ msgstr ""
-#~ "ALTER FOREIGN DATA WRAPPER nom\n"
-#~ " [ VALIDATOR fonction_validation | NO VALIDATOR ]\n"
-#~ " [ OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ]) ]\n"
-#~ "ALTER FOREIGN DATA WRAPPER nom OWNER TO nouveau_propriétaire"
+#~ msgid "ROLLBACK PREPARED transaction_id"
+#~ msgstr "ROLLBACK PREPARED id_transaction"
+
+#~ msgid "ROLLBACK [ WORK | TRANSACTION ]"
+#~ msgstr "ROLLBACK [ WORK | TRANSACTION ]"
#~ msgid ""
-#~ "ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
-#~ " action [ ... ] [ RESTRICT ]\n"
-#~ "ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
-#~ " RENAME TO new_name\n"
-#~ "ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
-#~ " OWNER TO new_owner\n"
-#~ "ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
-#~ " SET SCHEMA new_schema\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON [ TABLE ] tablename [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
#~ "\n"
-#~ "where action is one of:\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { SELECT | INSERT | UPDATE | REFERENCES } ( column [, ...] )\n"
+#~ " [,...] | ALL [ PRIVILEGES ] ( column [, ...] ) }\n"
+#~ " ON [ TABLE ] tablename [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
#~ "\n"
-#~ " CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
-#~ " IMMUTABLE | STABLE | VOLATILE\n"
-#~ " [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
-#~ " COST execution_cost\n"
-#~ " ROWS result_rows\n"
-#~ " SET configuration_parameter { TO | = } { value | DEFAULT }\n"
-#~ " SET configuration_parameter FROM CURRENT\n"
-#~ " RESET configuration_parameter\n"
-#~ " RESET ALL"
-#~ msgstr ""
-#~ "ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
-#~ " action [, ... ] [ RESTRICT ]\n"
-#~ "ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
-#~ " RENAME TO nouveau_nom\n"
-#~ "ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
-#~ " OWNER TO nouveau_proprietaire\n"
-#~ "ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
-#~ " SET SCHEMA nouveau_schema\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { USAGE | SELECT | UPDATE }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SEQUENCE sequencename [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
#~ "\n"
-#~ "où action peut être :\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON DATABASE dbname [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
#~ "\n"
-#~ " CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
-#~ " IMMUTABLE | STABLE | VOLATILE\n"
-#~ " [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
-#~ " COST cout_execution\n"
-#~ " ROWS lignes_resultats\n"
-#~ " SET paramètre { TO | = } { valeur | DEFAULT }\n"
-#~ " SET paramètre FROM CURRENT\n"
-#~ " RESET paramètre\n"
-#~ " RESET ALL"
-
-#~ msgid ""
-#~ "ALTER GROUP groupname ADD USER username [, ... ]\n"
-#~ "ALTER GROUP groupname DROP USER username [, ... ]\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN DATA WRAPPER fdwname [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
#~ "\n"
-#~ "ALTER GROUP groupname RENAME TO newname"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN SERVER servername [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { EXECUTE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FUNCTION funcname ( [ [ argmode ] [ argname ] argtype [, ...] ] ) [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON LANGUAGE langname [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SCHEMA schemaname [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { CREATE | ALL [ PRIVILEGES ] }\n"
+#~ " ON TABLESPACE tablespacename [, ...]\n"
+#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ ADMIN OPTION FOR ]\n"
+#~ " role [, ...] FROM rolename [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]"
#~ msgstr ""
-#~ "ALTER GROUP nom_groupe ADD USER nom_utilisateur [, ... ]\n"
-#~ "ALTER GROUP nom_groupe DROP USER nom_utilisateur [, ... ]\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON [ TABLE ] nom_table [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
#~ "\n"
-#~ "ALTER GROUP nom_groupe RENAME TO nouveau_nom"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { SELECT | INSERT | UPDATE | REFERENCES } ( colonne [, ...] )\n"
+#~ " [,...] | ALL [ PRIVILEGES ] ( colonne [, ...] ) }\n"
+#~ " ON [ TABLE ] nom_table [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { USAGE | SELECT | UPDATE }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SEQUENCE nom_séquence [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON DATABASE nom_base [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN DATA WRAPPER nom_fdw [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN SERVER nom_serveur [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { EXECUTE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON LANGUAGE nom_langage [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SCHEMA nom_schéma [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ GRANT OPTION FOR ]\n"
+#~ " { CREATE | ALL [ PRIVILEGES ] }\n"
+#~ " ON TABLESPACE nom_tablespace [, ...]\n"
+#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]\n"
+#~ "\n"
+#~ "REVOKE [ ADMIN OPTION FOR ]\n"
+#~ " role [, ...] FROM nom_rôle [, ...]\n"
+#~ " [ CASCADE | RESTRICT ]"
-#~ msgid ""
-#~ "ALTER INDEX name RENAME TO new_name\n"
-#~ "ALTER INDEX name SET TABLESPACE tablespace_name\n"
-#~ "ALTER INDEX name SET ( storage_parameter = value [, ... ] )\n"
-#~ "ALTER INDEX name RESET ( storage_parameter [, ... ] )"
-#~ msgstr ""
-#~ "ALTER INDEX nom RENAME TO nouveau_nom\n"
-#~ "ALTER INDEX nom SET TABLESPACE nom_tablespace\n"
-#~ "ALTER INDEX nom SET ( paramètre_stockage = valeur [, ... ] )\n"
-#~ "ALTER INDEX nom RESET ( paramètre_stockage [, ... ] )"
+#~ msgid "RELEASE [ SAVEPOINT ] savepoint_name"
+#~ msgstr "RELEASE [ SAVEPOINT ] nom_retour"
-#~ msgid ""
-#~ "ALTER [ PROCEDURAL ] LANGUAGE name RENAME TO newname\n"
-#~ "ALTER [ PROCEDURAL ] LANGUAGE name OWNER TO new_owner"
-#~ msgstr ""
-#~ "ALTER [ PROCEDURAL ] LANGUAGE nom RENAME TO nouveau_nom\n"
-#~ "ALTER [ PROCEDURAL ] LANGUAGE nom OWNER TO nouveau_propriétaire"
+#~ msgid "REINDEX { INDEX | TABLE | DATABASE | SYSTEM } name [ FORCE ]"
+#~ msgstr "REINDEX { INDEX | TABLE | DATABASE | SYSTEM } nom [ FORCE ]"
-#~ msgid "ALTER OPERATOR name ( { lefttype | NONE } , { righttype | NONE } ) OWNER TO newowner"
-#~ msgstr ""
-#~ "ALTER OPERATOR nom ( { lefttype | NONE } , { righttype | NONE } )\n"
-#~ " OWNER TO nouveau_propriétaire"
+#~ msgid "REASSIGN OWNED BY old_role [, ...] TO new_role"
+#~ msgstr "REASSIGN OWNED BY ancien_role [, ...] TO nouveau_role"
-#~ msgid ""
-#~ "ALTER OPERATOR CLASS name USING index_method RENAME TO newname\n"
-#~ "ALTER OPERATOR CLASS name USING index_method OWNER TO newowner"
-#~ msgstr ""
-#~ "ALTER OPERATOR CLASS nom USING méthode_indexation\n"
-#~ " RENAME TO nouveau_nom\n"
-#~ "ALTER OPERATOR CLASS nom USING méthode_indexation\n"
-#~ " OWNER TO nouveau_propriétaire"
+#~ msgid "PREPARE TRANSACTION transaction_id"
+#~ msgstr "PREPARE TRANSACTION id_transaction"
-#~ msgid ""
-#~ "ALTER OPERATOR FAMILY name USING index_method ADD\n"
-#~ " { OPERATOR strategy_number operator_name ( op_type, op_type )\n"
-#~ " | FUNCTION support_number [ ( op_type [ , op_type ] ) ] funcname ( argument_type [, ...] )\n"
-#~ " } [, ... ]\n"
-#~ "ALTER OPERATOR FAMILY name USING index_method DROP\n"
-#~ " { OPERATOR strategy_number ( op_type [ , op_type ] )\n"
-#~ " | FUNCTION support_number ( op_type [ , op_type ] )\n"
-#~ " } [, ... ]\n"
-#~ "ALTER OPERATOR FAMILY name USING index_method RENAME TO newname\n"
-#~ "ALTER OPERATOR FAMILY name USING index_method OWNER TO newowner"
-#~ msgstr ""
-#~ "ALTER OPERATOR FAMILY nom USING méthode_indexage ADD\n"
-#~ " { OPERATOR numéro_stratégie nom_opérateur ( type_op, type_op ) \n"
-#~ " | FUNCTION numéro_support [ ( type_op [ , type_op ] ) ]\n"
-#~ " nom_fonction ( type_argument [, ...] )\n"
-#~ " } [, ... ]\n"
-#~ "ALTER OPERATOR FAMILY nom USING méthode_indexage DROP\n"
-#~ " { OPERATOR numéro_stratégie ( type_op [ , type_op ] )\n"
-#~ " | FUNCTION numéro_support ( type_op [ , type_op ] )\n"
-#~ " } [, ... ]\n"
-#~ "ALTER OPERATOR FAMILY nom USING méthode_indexage\n"
-#~ " RENAME TO nouveau_nom\n"
-#~ "ALTER OPERATOR FAMILY nom USING méthode_indexage\n"
-#~ " OWNER TO nouveau_propriétaire"
+#~ msgid "PREPARE name [ ( datatype [, ...] ) ] AS statement"
+#~ msgstr "PREPARE nom_plan [ ( type_données [, ...] ) ] AS instruction"
+
+#~ msgid "NOTIFY name"
+#~ msgstr "NOTIFY nom"
+
+#~ msgid "MOVE [ direction { FROM | IN } ] cursorname"
+#~ msgstr "MOVE [ direction { FROM | IN } ] nom_de_curseur"
#~ msgid ""
-#~ "ALTER ROLE name [ [ WITH ] option [ ... ] ]\n"
-#~ "\n"
-#~ "where option can be:\n"
-#~ " \n"
-#~ " SUPERUSER | NOSUPERUSER\n"
-#~ " | CREATEDB | NOCREATEDB\n"
-#~ " | CREATEROLE | NOCREATEROLE\n"
-#~ " | CREATEUSER | NOCREATEUSER\n"
-#~ " | INHERIT | NOINHERIT\n"
-#~ " | LOGIN | NOLOGIN\n"
-#~ " | CONNECTION LIMIT connlimit\n"
-#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
-#~ " | VALID UNTIL 'timestamp' \n"
+#~ "LOCK [ TABLE ] [ ONLY ] name [, ...] [ IN lockmode MODE ] [ NOWAIT ]\n"
#~ "\n"
-#~ "ALTER ROLE name RENAME TO newname\n"
+#~ "where lockmode is one of:\n"
#~ "\n"
-#~ "ALTER ROLE name SET configuration_parameter { TO | = } { value | DEFAULT }\n"
-#~ "ALTER ROLE name SET configuration_parameter FROM CURRENT\n"
-#~ "ALTER ROLE name RESET configuration_parameter\n"
-#~ "ALTER ROLE name RESET ALL"
+#~ " ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n"
+#~ " | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE"
#~ msgstr ""
-#~ "ALTER ROLE nom [ [ WITH ] option [ ... ] ]\n"
-#~ "\n"
-#~ "où option peut être :\n"
-#~ " \n"
-#~ " SUPERUSER | NOSUPERUSER\n"
-#~ " | CREATEDB | NOCREATEDB\n"
-#~ " | CREATEROLE | NOCREATEROLE\n"
-#~ " | CREATEUSER | NOCREATEUSER\n"
-#~ " | INHERIT | NOINHERIT\n"
-#~ " | LOGIN | NOLOGIN\n"
-#~ " | CONNECTION LIMIT limite_connexions\n"
-#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'mot de passe'\n"
-#~ " | VALID UNTIL 'timestamp' \n"
+#~ "LOCK [ TABLE ] [ ONLY ] nom [, ...] [ IN mode_verrouillage MODE ] [ NOWAIT ]\n"
#~ "\n"
-#~ "ALTER ROLE nom RENAME TO nouveau_nom\n"
+#~ "avec mode_verrouillage parmi :\n"
#~ "\n"
-#~ "ALTER ROLE nom SET paramètre { TO | = } { valeur | DEFAULT }\n"
-#~ "ALTER ROLE name SET paramètre FROM CURRENT\n"
-#~ "ALTER ROLE nom RESET paramètre\n"
-#~ "ALTER ROLE name RESET ALL"
+#~ " ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n"
+#~ " | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE"
+
+#~ msgid "LOAD 'filename'"
+#~ msgstr "LOAD 'nom_de_fichier'"
+
+#~ msgid "LISTEN name"
+#~ msgstr "LISTEN nom"
#~ msgid ""
-#~ "ALTER SCHEMA name RENAME TO newname\n"
-#~ "ALTER SCHEMA name OWNER TO newowner"
-#~ msgstr ""
-#~ "ALTER SCHEMA nom RENAME TO nouveau_nom\n"
-#~ "ALTER SCHEMA nom OWNER TO nouveau_propriétaire"
-
-#~ msgid ""
-#~ "ALTER SEQUENCE name [ INCREMENT [ BY ] increment ]\n"
-#~ " [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]\n"
-#~ " [ START [ WITH ] start ]\n"
-#~ " [ RESTART [ [ WITH ] restart ] ]\n"
-#~ " [ CACHE cache ] [ [ NO ] CYCLE ]\n"
-#~ " [ OWNED BY { table.column | NONE } ]\n"
-#~ "ALTER SEQUENCE name OWNER TO new_owner\n"
-#~ "ALTER SEQUENCE name RENAME TO new_name\n"
-#~ "ALTER SEQUENCE name SET SCHEMA new_schema"
-#~ msgstr ""
-#~ "ALTER SEQUENCE nom [ INCREMENT [ BY ] incrément ]\n"
-#~ " [ MINVALUE valeur_min | NO MINVALUE ] [ MAXVALUE valeur_max | NO MAXVALUE ]\n"
-#~ " [ START [ WITH ] valeur_début ]\n"
-#~ " [ RESTART [ [ WITH ] valeur_redémarrage ] ]\n"
-#~ " [ CACHE cache ] [ [ NO ] CYCLE ]\n"
-#~ " [ OWNED BY { table.colonne | NONE } ]\n"
-#~ "ALTER SEQUENCE nom OWNER TO new_propriétaire\n"
-#~ "ALTER SEQUENCE nom RENAME TO new_nom\n"
-#~ "ALTER SEQUENCE nom SET SCHEMA new_schéma"
-
-#~ msgid ""
-#~ "ALTER SERVER servername [ VERSION 'newversion' ]\n"
-#~ " [ OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] ) ]\n"
-#~ "ALTER SERVER servername OWNER TO new_owner"
+#~ "INSERT INTO table [ ( column [, ...] ) ]\n"
+#~ " { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) [, ...] | query }\n"
+#~ " [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]"
#~ msgstr ""
-#~ "ALTER SERVER nom [ VERSION 'nouvelleversion' ]\n"
-#~ " [ OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ] ) ]\n"
-#~ "ALTER SERVER nom OWNER TO nouveau_propriétaire"
+#~ "INSERT INTO table [ ( colonne [, ...] ) ]\n"
+#~ " { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) [, ...] | requête }\n"
+#~ " [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]"
#~ msgid ""
-#~ "ALTER TABLE [ ONLY ] name [ * ]\n"
-#~ " action [, ... ]\n"
-#~ "ALTER TABLE [ ONLY ] name [ * ]\n"
-#~ " RENAME [ COLUMN ] column TO new_column\n"
-#~ "ALTER TABLE name\n"
-#~ " RENAME TO new_name\n"
-#~ "ALTER TABLE name\n"
-#~ " SET SCHEMA new_schema\n"
+#~ "GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON [ TABLE ] tablename [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
#~ "\n"
-#~ "where action is one of:\n"
+#~ "GRANT { { SELECT | INSERT | UPDATE | REFERENCES } ( column [, ...] )\n"
+#~ " [,...] | ALL [ PRIVILEGES ] ( column [, ...] ) }\n"
+#~ " ON [ TABLE ] tablename [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
#~ "\n"
-#~ " ADD [ COLUMN ] column type [ column_constraint [ ... ] ]\n"
-#~ " DROP [ COLUMN ] column [ RESTRICT | CASCADE ]\n"
-#~ " ALTER [ COLUMN ] column [ SET DATA ] TYPE type [ USING expression ]\n"
-#~ " ALTER [ COLUMN ] column SET DEFAULT expression\n"
-#~ " ALTER [ COLUMN ] column DROP DEFAULT\n"
-#~ " ALTER [ COLUMN ] column { SET | DROP } NOT NULL\n"
-#~ " ALTER [ COLUMN ] column SET STATISTICS integer\n"
-#~ " ALTER [ COLUMN ] column SET STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN }\n"
-#~ " ADD table_constraint\n"
-#~ " DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]\n"
-#~ " DISABLE TRIGGER [ trigger_name | ALL | USER ]\n"
-#~ " ENABLE TRIGGER [ trigger_name | ALL | USER ]\n"
-#~ " ENABLE REPLICA TRIGGER trigger_name\n"
-#~ " ENABLE ALWAYS TRIGGER trigger_name\n"
-#~ " DISABLE RULE rewrite_rule_name\n"
-#~ " ENABLE RULE rewrite_rule_name\n"
-#~ " ENABLE REPLICA RULE rewrite_rule_name\n"
-#~ " ENABLE ALWAYS RULE rewrite_rule_name\n"
-#~ " CLUSTER ON index_name\n"
-#~ " SET WITHOUT CLUSTER\n"
-#~ " SET WITH OIDS\n"
-#~ " SET WITHOUT OIDS\n"
-#~ " SET ( storage_parameter = value [, ... ] )\n"
-#~ " RESET ( storage_parameter [, ... ] )\n"
-#~ " INHERIT parent_table\n"
-#~ " NO INHERIT parent_table\n"
-#~ " OWNER TO new_owner\n"
-#~ " SET TABLESPACE new_tablespace"
-#~ msgstr ""
-#~ "ALTER TABLE [ ONLY ] nom [ * ]\n"
-#~ " action [, ... ]\n"
-#~ "ALTER TABLE [ ONLY ] nom [ * ]\n"
-#~ " RENAME [ COLUMN ] colonne TO nouvelle_colonne\n"
-#~ "ALTER TABLE nom\n"
-#~ " RENAME TO nouveau_nom\n"
-#~ "ALTER TABLE nom\n"
-#~ " SET SCHEMA nouveau_schema\n"
+#~ "GRANT { { USAGE | SELECT | UPDATE }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SEQUENCE sequencename [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
#~ "\n"
-#~ "où action peut être :\n"
+#~ "GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON DATABASE dbname [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
#~ "\n"
-#~ " ADD [ COLUMN ] colonne type [ contrainte_colonne [ ... ] ]\n"
-#~ " DROP [ COLUMN ] colonne [ RESTRICT | CASCADE ]\n"
-#~ " ALTER [ COLUMN ] colonne [ SET DATA ] TYPE type [ USING expression ]\n"
-#~ " ALTER [ COLUMN ] colonne SET DEFAULT expression\n"
-#~ " ALTER [ COLUMN ] colonne DROP DEFAULT\n"
-#~ " ALTER [ COLUMN ] colonne { SET | DROP } NOT NULL\n"
-#~ " ALTER [ COLUMN ] colonne SET STATISTICS entier\n"
-#~ " ALTER [ COLUMN ] colonne SET STORAGE\n"
-#~ " { PLAIN | EXTERNAL | EXTENDED | MAIN }\n"
-#~ " ADD contrainte_table\n"
-#~ " DROP CONSTRAINT nom_contrainte [ RESTRICT | CASCADE ]\n"
-#~ " DISABLE TRIGGER [ nom_trigger | ALL | USER ]\n"
-#~ " ENABLE TRIGGER [ nom_trigger | ALL | USER ]\n"
-#~ " ENABLE REPLICA TRIGGER nom_trigger\n"
-#~ " ENABLE ALWAYS TRIGGER nom_trigger\n"
-#~ " DISABLE RULE nom_règle_réécriture\n"
-#~ " ENABLE RULE nom_règle_réécriture\n"
-#~ " ENABLE REPLICA RULE nom_règle_réécriture\n"
-#~ " ENABLE ALWAYS RULE nom_règle_réécriture\n"
-#~ " CLUSTER ON nom_index\n"
-#~ " SET WITHOUT CLUSTER\n"
-#~ " SET WITH OIDS\n"
-#~ " SET WITHOUT OIDS\n"
-#~ " SET ( paramètre_stockage = valeur [, ... ] )\n"
-#~ " RESET ( paramètre_stockage [, ... ] )\n"
-#~ " INHERIT table_parent\n"
-#~ " NO INHERIT table_parent\n"
-#~ " OWNER TO nouveau_propriétaire\n"
-#~ " SET TABLESPACE nouveau_tablespace"
-
-#~ msgid ""
-#~ "ALTER TABLESPACE name RENAME TO newname\n"
-#~ "ALTER TABLESPACE name OWNER TO newowner"
-#~ msgstr ""
-#~ "ALTER TABLESPACE nom RENAME TO nouveau_nom\n"
-#~ "ALTER TABLESPACE nom OWNER TO nouveau_propriétaire"
-
-#~ msgid ""
-#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
-#~ " ADD MAPPING FOR token_type [, ... ] WITH dictionary_name [, ... ]\n"
-#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
-#~ " ALTER MAPPING FOR token_type [, ... ] WITH dictionary_name [, ... ]\n"
-#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
-#~ " ALTER MAPPING REPLACE old_dictionary WITH new_dictionary\n"
-#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
-#~ " ALTER MAPPING FOR token_type [, ... ] REPLACE old_dictionary WITH new_dictionary\n"
-#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
-#~ " DROP MAPPING [ IF EXISTS ] FOR token_type [, ... ]\n"
-#~ "ALTER TEXT SEARCH CONFIGURATION name RENAME TO newname\n"
-#~ "ALTER TEXT SEARCH CONFIGURATION name OWNER TO newowner"
-#~ msgstr ""
-#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
-#~ " ADD MAPPING FOR type_jeton [, ... ] WITH nom_dictionnaire [, ... ]\n"
-#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
-#~ " ALTER MAPPING FOR type_jeton [, ... ] WITH nom_dictionnaire [, ... ]\n"
-#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
-#~ " ALTER MAPPING REPLACE ancien_dictionnaire WITH nouveau_dictionnaire\n"
-#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
-#~ " ALTER MAPPING FOR type_jeton [, ... ]\n"
-#~ " REPLACE ancien_dictionnaire WITH nouveau_dictionnaire\n"
-#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
-#~ " DROP MAPPING [ IF EXISTS ] FOR type_jeton [, ... ]\n"
-#~ "ALTER TEXT SEARCH CONFIGURATION nom RENAME TO nouveau_nom\n"
-#~ "ALTER TEXT SEARCH CONFIGURATION nom OWNER TO nouveau_propriétaire"
-
-#~ msgid ""
-#~ "ALTER TEXT SEARCH DICTIONARY name (\n"
-#~ " option [ = value ] [, ... ]\n"
-#~ ")\n"
-#~ "ALTER TEXT SEARCH DICTIONARY name RENAME TO newname\n"
-#~ "ALTER TEXT SEARCH DICTIONARY name OWNER TO newowner"
-#~ msgstr ""
-#~ "ALTER TEXT SEARCH DICTIONARY nom (\n"
-#~ " option [ = valeur ] [, ... ]\n"
-#~ ")\n"
-#~ "ALTER TEXT SEARCH DICTIONARY nom RENAME TO nouveau_nom\n"
-#~ "ALTER TEXT SEARCH DICTIONARY nom OWNER TO nouveau_propriétaire"
-
-#~ msgid "ALTER TEXT SEARCH PARSER name RENAME TO newname"
-#~ msgstr "ALTER TEXT SEARCH PARSER nom RENAME TO nouveau_nom"
-
-#~ msgid "ALTER TEXT SEARCH TEMPLATE name RENAME TO newname"
-#~ msgstr "ALTER TEXT SEARCH TEMPLATE nom RENAME TO nouveau_nom"
-
-#~ msgid "ALTER TRIGGER name ON table RENAME TO newname"
-#~ msgstr "ALTER TRIGGER nom ON table RENAME TO nouveau_nom"
-
-#~ msgid ""
-#~ "ALTER TYPE name RENAME TO new_name\n"
-#~ "ALTER TYPE name OWNER TO new_owner \n"
-#~ "ALTER TYPE name SET SCHEMA new_schema"
-#~ msgstr ""
-#~ "ALTER TYPE nom RENAME TO nouveau_nom\n"
-#~ "ALTER TYPE nom OWNER TO nouveau_propriétaire\n"
-#~ "ALTER TYPE nom SET SCHEMA nouveau_schéma"
-
-#~ msgid ""
-#~ "ALTER USER name [ [ WITH ] option [ ... ] ]\n"
+#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN DATA WRAPPER fdwname [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
#~ "\n"
-#~ "where option can be:\n"
-#~ " \n"
-#~ " SUPERUSER | NOSUPERUSER\n"
-#~ " | CREATEDB | NOCREATEDB\n"
-#~ " | CREATEROLE | NOCREATEROLE\n"
-#~ " | CREATEUSER | NOCREATEUSER\n"
-#~ " | INHERIT | NOINHERIT\n"
-#~ " | LOGIN | NOLOGIN\n"
-#~ " | CONNECTION LIMIT connlimit\n"
-#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
-#~ " | VALID UNTIL 'timestamp' \n"
+#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN SERVER servername [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
#~ "\n"
-#~ "ALTER USER name RENAME TO newname\n"
+#~ "GRANT { EXECUTE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FUNCTION funcname ( [ [ argmode ] [ argname ] argtype [, ...] ] ) [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
#~ "\n"
-#~ "ALTER USER name SET configuration_parameter { TO | = } { value | DEFAULT }\n"
-#~ "ALTER USER name SET configuration_parameter FROM CURRENT\n"
-#~ "ALTER USER name RESET configuration_parameter\n"
-#~ "ALTER USER name RESET ALL"
-#~ msgstr ""
-#~ "ALTER USER nom [ [ WITH ] option [ ... ] ]\n"
+#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON LANGUAGE langname [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
#~ "\n"
-#~ "où option peut être :\n"
-#~ " \n"
-#~ " SUPERUSER | NOSUPERUSER\n"
-#~ " | CREATEDB | NOCREATEDB\n"
-#~ " | CREATEROLE | NOCREATEROLE\n"
-#~ " | CREATEUSER | NOCREATEUSER\n"
-#~ " | INHERIT | NOINHERIT\n"
-#~ " | LOGIN | NOLOGIN\n"
-#~ " | CONNECTION LIMIT limite_connexion\n"
-#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
-#~ " | VALID UNTIL 'timestamp' \n"
+#~ "GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SCHEMA schemaname [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
#~ "\n"
-#~ "ALTER USER nom RENAME TO nouveau_nom\n"
+#~ "GRANT { CREATE | ALL [ PRIVILEGES ] }\n"
+#~ " ON TABLESPACE tablespacename [, ...]\n"
+#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
#~ "\n"
-#~ "ALTER USER nom SET paramètre { TO | = } { valeur | DEFAULT }\n"
-#~ "ALTER USER name SET paramètre FROM CURRENT\n"
-#~ "ALTER USER nom RESET paramètre\n"
-#~ "ALTER USER name RESET ALL"
-
-#~ msgid ""
-#~ "ALTER USER MAPPING FOR { username | USER | CURRENT_USER | PUBLIC }\n"
-#~ " SERVER servername\n"
-#~ " OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] )"
-#~ msgstr ""
-#~ "ALTER USER MAPPING FOR { nom_utilisateur | USER | CURRENT_USER | PUBLIC }\n"
-#~ " SERVER nom_serveur\n"
-#~ " OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ] )"
-
-#~ msgid ""
-#~ "ALTER VIEW name ALTER [ COLUMN ] column SET DEFAULT expression\n"
-#~ "ALTER VIEW name ALTER [ COLUMN ] column DROP DEFAULT\n"
-#~ "ALTER VIEW name OWNER TO new_owner\n"
-#~ "ALTER VIEW name RENAME TO new_name\n"
-#~ "ALTER VIEW name SET SCHEMA new_schema"
+#~ "GRANT role [, ...] TO rolename [, ...] [ WITH ADMIN OPTION ]"
#~ msgstr ""
-#~ "ALTER VIEW nom ALTER [ COLUMN ] colonne SET DEFAULT expression\n"
-#~ "ALTER VIEW nom ALTER [ COLUMN ] colonne DROP DEFAULT\n"
-#~ "ALTER VIEW nom OWNER TO nouveau_propriétaire\n"
-#~ "ALTER VIEW nom RENAME TO nouveau_nom\n"
-#~ "ALTER VIEW nom SET SCHEMA nouveau_schéma"
-
-#~ msgid "ANALYZE [ VERBOSE ] [ table [ ( column [, ...] ) ] ]"
-#~ msgstr "ANALYZE [ VERBOSE ] [ table [ ( colonne [, ...] ) ] ]"
+#~ "GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON [ TABLE ] nom_table [, ...]\n"
+#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { { SELECT | INSERT | UPDATE | REFERENCES } ( colonne [, ...] )\n"
+#~ " [,...] | ALL [ PRIVILEGES ] ( colonne [, ...] ) }\n"
+#~ " ON [ TABLE ] nom_table [, ...]\n"
+#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { { USAGE | SELECT | UPDATE }\n"
+#~ " [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SEQUENCE nom_séquence [, ...]\n"
+#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON DATABASE nom_base [, ...]\n"
+#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN DATA WRAPPER nomfdw [, ...]\n"
+#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FOREIGN SERVER nom_serveur [, ...]\n"
+#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { EXECUTE | ALL [ PRIVILEGES ] }\n"
+#~ " ON FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) [, ...]\n"
+#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
+#~ " ON LANGUAGE nom_langage [, ...]\n"
+#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
+#~ " ON SCHEMA nom_schéma [, ...]\n"
+#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT { CREATE | ALL [ PRIVILEGES ] }\n"
+#~ " ON TABLESPACE nom_tablespace [, ...]\n"
+#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "\n"
+#~ "GRANT rôle [, ...] TO nom_rôle [, ...] [ WITH ADMIN OPTION ]"
#~ msgid ""
-#~ "BEGIN [ WORK | TRANSACTION ] [ transaction_mode [, ...] ]\n"
+#~ "FETCH [ direction { FROM | IN } ] cursorname\n"
#~ "\n"
-#~ "where transaction_mode is one of:\n"
+#~ "where direction can be empty or one of:\n"
#~ "\n"
-#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }\n"
-#~ " READ WRITE | READ ONLY"
+#~ " NEXT\n"
+#~ " PRIOR\n"
+#~ " FIRST\n"
+#~ " LAST\n"
+#~ " ABSOLUTE count\n"
+#~ " RELATIVE count\n"
+#~ " count\n"
+#~ " ALL\n"
+#~ " FORWARD\n"
+#~ " FORWARD count\n"
+#~ " FORWARD ALL\n"
+#~ " BACKWARD\n"
+#~ " BACKWARD count\n"
+#~ " BACKWARD ALL"
#~ msgstr ""
-#~ "BEGIN [ WORK | TRANSACTION ] [ transaction_mode [, ...] ]\n"
+#~ "FETCH [ direction { FROM | IN } ] nom_curseur\n"
#~ "\n"
-#~ "où transaction_mode peut être :\n"
+#~ "sans préciser de direction ou en choissant une des directions suivantes :\n"
#~ "\n"
-#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ |\n"
-#~ " READ COMMITTED | READ UNCOMMITTED }\n"
-#~ " READ WRITE | READ ONLY"
+#~ " NEXT\n"
+#~ " PRIOR\n"
+#~ " FIRST\n"
+#~ " LAST\n"
+#~ " ABSOLUTE nombre\n"
+#~ " RELATIVE nombre\n"
+#~ " count\n"
+#~ " ALL\n"
+#~ " FORWARD\n"
+#~ " FORWARD nombre\n"
+#~ " FORWARD ALL\n"
+#~ " BACKWARD\n"
+#~ " BACKWARD nombre\n"
+#~ " BACKWARD ALL"
-#~ msgid "CHECKPOINT"
-#~ msgstr "CHECKPOINT"
+#~ msgid "EXPLAIN [ ANALYZE ] [ VERBOSE ] statement"
+#~ msgstr "EXPLAIN [ ANALYZE ] [ VERBOSE ] instruction"
-#~ msgid "CLOSE { name | ALL }"
-#~ msgstr "CLOSE { nom | ALL }"
+#~ msgid "EXECUTE name [ ( parameter [, ...] ) ]"
+#~ msgstr "EXECUTE nom_plan [ ( paramètre [, ...] ) ]"
-#~ msgid ""
-#~ "CLUSTER [VERBOSE] tablename [ USING indexname ]\n"
-#~ "CLUSTER [VERBOSE]"
+#~ msgid "END [ WORK | TRANSACTION ]"
+#~ msgstr "END [ WORK | TRANSACTION ]"
+
+#~ msgid "DROP VIEW [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP VIEW [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP USER MAPPING [ IF EXISTS ] FOR { username | USER | CURRENT_USER | PUBLIC } SERVER servername"
+#~ msgstr "DROP USER MAPPING [ IF EXISTS ] FOR { nomutilisateur | USER | CURRENT_USER | PUBLIC } SERVER nomserveur"
+
+#~ msgid "DROP USER [ IF EXISTS ] name [, ...]"
+#~ msgstr "DROP USER [IF EXISTS ] nom [, ...]"
+
+#~ msgid "DROP TYPE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP TYPE [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP TRIGGER [ IF EXISTS ] name ON table [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP TRIGGER [IF EXISTS ] nom ON table [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP TEXT SEARCH TEMPLATE [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP TEXT SEARCH TEMPLATE [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP TEXT SEARCH PARSER [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP TEXT SEARCH PARSER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP TABLESPACE [ IF EXISTS ] tablespacename"
+#~ msgstr "DROP TABLESPACE [IF EXISTS ] nom_tablespace"
+
+#~ msgid "DROP TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP TABLE [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP SERVER [ IF EXISTS ] servername [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP SERVER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP SEQUENCE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP SEQUENCE [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP SCHEMA [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP SCHEMA [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP RULE [ IF EXISTS ] name ON relation [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP RULE [IF EXISTS ] nom ON relation [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP ROLE [ IF EXISTS ] name [, ...]"
+#~ msgstr "DROP ROLE [IF EXISTS ] nom [, ...]"
+
+#~ msgid "DROP OWNED BY name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP OWNED BY nom [, ...] [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP OPERATOR FAMILY [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ]"
#~ msgstr ""
-#~ "CLUSTER [VERBOSE] nom_table [ USING nom_index ]\n"
-#~ "CLUSTER [VERBOSE]"
+#~ "DROP OPERATOR FAMILY [IF EXISTS ] nom\n"
+#~ " USING méthode_indexage [ CASCADE | RESTRICT ]"
-#~ msgid ""
-#~ "COMMENT ON\n"
-#~ "{\n"
-#~ " TABLE object_name |\n"
-#~ " COLUMN table_name.column_name |\n"
-#~ " AGGREGATE agg_name (agg_type [, ...] ) |\n"
-#~ " CAST (sourcetype AS targettype) |\n"
-#~ " CONSTRAINT constraint_name ON table_name |\n"
-#~ " CONVERSION object_name |\n"
-#~ " DATABASE object_name |\n"
-#~ " DOMAIN object_name |\n"
-#~ " FUNCTION func_name ( [ [ argmode ] [ argname ] argtype [, ...] ] ) |\n"
-#~ " INDEX object_name |\n"
-#~ " LARGE OBJECT large_object_oid |\n"
-#~ " OPERATOR op (leftoperand_type, rightoperand_type) |\n"
-#~ " OPERATOR CLASS object_name USING index_method |\n"
-#~ " OPERATOR FAMILY object_name USING index_method |\n"
-#~ " [ PROCEDURAL ] LANGUAGE object_name |\n"
-#~ " ROLE object_name |\n"
-#~ " RULE rule_name ON table_name |\n"
-#~ " SCHEMA object_name |\n"
-#~ " SEQUENCE object_name |\n"
-#~ " TABLESPACE object_name |\n"
-#~ " TEXT SEARCH CONFIGURATION object_name |\n"
-#~ " TEXT SEARCH DICTIONARY object_name |\n"
-#~ " TEXT SEARCH PARSER object_name |\n"
-#~ " TEXT SEARCH TEMPLATE object_name |\n"
-#~ " TRIGGER trigger_name ON table_name |\n"
-#~ " TYPE object_name |\n"
-#~ " VIEW object_name\n"
-#~ "} IS 'text'"
+#~ msgid "DROP OPERATOR CLASS [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ]"
#~ msgstr ""
-#~ "COMMENT ON\n"
-#~ "{\n"
-#~ " TABLE nom_objet |\n"
-#~ " COLUMN nom_table.nom_colonne |\n"
-#~ " AGGREGATE nom_agg (type_agg [, ...] ) |\n"
-#~ " CAST (type_source AS type_cible) |\n"
-#~ " CONSTRAINT nom_contrainte ON nom_table |\n"
-#~ " CONVERSION nom_objet |\n"
-#~ " DATABASE nom_objet |\n"
-#~ " DOMAIN nom_objet |\n"
-#~ " FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) |\n"
-#~ " INDEX nom_objet |\n"
-#~ " LARGE OBJECT oid_LO |\n"
-#~ " OPERATOR op (type_operande_gauche, type_operande_droit) |\n"
-#~ " OPERATOR CLASS nom_objet USING methode_indexage |\n"
-#~ " OPERATOR FAMILY nom_objet USING methode_indexage |\n"
-#~ " [ PROCEDURAL ] LANGUAGE nom_objet |\n"
-#~ " ROLE nom_objet |\n"
-#~ " RULE nom_regle ON nom_table |\n"
-#~ " SCHEMA nom_objet |\n"
-#~ " SEQUENCE nom_objet |\n"
-#~ " TABLESPACE nom_objet |\n"
-#~ " TEXT SEARCH CONFIGURATION nom_objet |\n"
-#~ " TEXT SEARCH DICTIONARY nom_objet |\n"
-#~ " TEXT SEARCH PARSER nom_objet |\n"
-#~ " TEXT SEARCH TEMPLATE nom_objet |\n"
-#~ " TRIGGER nom_trigger ON nom_objet |\n"
-#~ " TYPE nom_objet |\n"
-#~ " VIEW nom_objet\n"
-#~ "} IS 'text'"
+#~ "DROP OPERATOR CLASS [IF EXISTS ] nom\n"
+#~ " USING méthode_indexage [ CASCADE | RESTRICT ]"
-#~ msgid "COMMIT [ WORK | TRANSACTION ]"
-#~ msgstr "COMMIT [ WORK | TRANSACTION ]"
+#~ msgid "DROP OPERATOR [ IF EXISTS ] name ( { lefttype | NONE } , { righttype | NONE } ) [ CASCADE | RESTRICT ]"
+#~ msgstr ""
+#~ "DROP OPERATOR [IF EXISTS ] nom\n"
+#~ " ( { type_gauche | NONE } , { type_droit | NONE } )\n"
+#~ " [ CASCADE | RESTRICT ]"
-#~ msgid "COMMIT PREPARED transaction_id"
-#~ msgstr "COMMIT PREPARED id_transaction"
+#~ msgid "DROP [ PROCEDURAL ] LANGUAGE [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP [ PROCEDURAL ] LANGUAGE [IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP INDEX [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP INDEX [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP GROUP [ IF EXISTS ] name [, ...]"
+#~ msgstr "DROP GROUP [IF EXISTS ] nom [, ...]"
#~ msgid ""
-#~ "COPY tablename [ ( column [, ...] ) ]\n"
-#~ " FROM { 'filename' | STDIN }\n"
-#~ " [ [ WITH ] \n"
-#~ " [ BINARY ]\n"
-#~ " [ OIDS ]\n"
-#~ " [ DELIMITER [ AS ] 'delimiter' ]\n"
-#~ " [ NULL [ AS ] 'null string' ]\n"
-#~ " [ CSV [ HEADER ]\n"
-#~ " [ QUOTE [ AS ] 'quote' ] \n"
-#~ " [ ESCAPE [ AS ] 'escape' ]\n"
-#~ " [ FORCE NOT NULL column [, ...] ]\n"
-#~ "\n"
-#~ "COPY { tablename [ ( column [, ...] ) ] | ( query ) }\n"
-#~ " TO { 'filename' | STDOUT }\n"
-#~ " [ [ WITH ] \n"
-#~ " [ BINARY ]\n"
-#~ " [ OIDS ]\n"
-#~ " [ DELIMITER [ AS ] 'delimiter' ]\n"
-#~ " [ NULL [ AS ] 'null string' ]\n"
-#~ " [ CSV [ HEADER ]\n"
-#~ " [ QUOTE [ AS ] 'quote' ] \n"
-#~ " [ ESCAPE [ AS ] 'escape' ]\n"
-#~ " [ FORCE QUOTE column [, ...] ]"
+#~ "DROP FUNCTION [ IF EXISTS ] name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
+#~ " [ CASCADE | RESTRICT ]"
#~ msgstr ""
-#~ "COPY nom_table [ ( colonne [, ...] ) ]\n"
-#~ " FROM { 'nom_fichier' | STDIN }\n"
-#~ " [ [ WITH ] \n"
-#~ " [ BINARY ]\n"
-#~ " [ OIDS ]\n"
-#~ " [ DELIMITER [ AS ] 'délimiteur' ]\n"
-#~ " [ NULL [ AS ] 'chaîne null' ]\n"
-#~ " [ CSV [ HEADER ]\n"
-#~ " [ QUOTE [ AS ] 'guillemet' ] \n"
-#~ " [ ESCAPE [ AS ] 'échappement' ]\n"
-#~ " [ FORCE NOT NULL colonne [, ...] ]\n"
-#~ "\n"
-#~ "COPY { nom_table [ ( colonne [, ...] ) ] | ( requête ) }\n"
-#~ " TO { 'nom_fichier' | STDOUT }\n"
-#~ " [ [ WITH ] \n"
-#~ " [ BINARY ]\n"
-#~ " [ OIDS ]\n"
-#~ " [ DELIMITER [ AS ] 'délimiteur' ]\n"
-#~ " [ NULL [ AS ] 'chaîne null' ]\n"
-#~ " [ CSV [ HEADER ]\n"
-#~ " [ QUOTE [ AS ] 'guillemet' ] \n"
-#~ " [ ESCAPE [ AS ] 'échappement' ]\n"
-#~ " [ FORCE QUOTE colonne [, ...] ]"
+#~ "DROP FUNCTION [IF EXISTS ] nom\n"
+#~ " ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
+#~ " [ CASCADE | RESTRICT ]"
-#~ msgid ""
-#~ "CREATE AGGREGATE name ( input_data_type [ , ... ] ) (\n"
-#~ " SFUNC = sfunc,\n"
-#~ " STYPE = state_data_type\n"
-#~ " [ , FINALFUNC = ffunc ]\n"
-#~ " [ , INITCOND = initial_condition ]\n"
-#~ " [ , SORTOP = sort_operator ]\n"
-#~ ")\n"
-#~ "\n"
-#~ "or the old syntax\n"
-#~ "\n"
-#~ "CREATE AGGREGATE name (\n"
-#~ " BASETYPE = base_type,\n"
-#~ " SFUNC = sfunc,\n"
-#~ " STYPE = state_data_type\n"
-#~ " [ , FINALFUNC = ffunc ]\n"
-#~ " [ , INITCOND = initial_condition ]\n"
-#~ " [ , SORTOP = sort_operator ]\n"
-#~ ")"
-#~ msgstr ""
-#~ "CREATE AGGREGATE nom ( type_données_en_entrée [ , ... ] ) (\n"
-#~ " SFUNC = sfonction,\n"
-#~ " STYPE = type_données_état\n"
-#~ " [ , FINALFUNC = fonction_f ]\n"
-#~ " [ , INITCOND = condition_initiale ]\n"
-#~ " [ , SORTOP = opérateur_tri ]\n"
-#~ ")\n"
-#~ "\n"
-#~ "ou l'ancienne syntaxe\n"
-#~ "\n"
-#~ "CREATE AGGREGATE nom (\n"
-#~ " BASETYPE = type_base,\n"
-#~ " SFUNC = fonction_s,\n"
-#~ " STYPE = type_données_état\n"
-#~ " [ , FINALFUNC = fonction_f ]\n"
-#~ " [ , INITCOND = condition_initiale ]\n"
-#~ " [ , SORTOP = opérateur_tri ]\n"
-#~ ")"
+#~ msgid "DROP FOREIGN DATA WRAPPER [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP FOREIGN DATA WRAPPER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-#~ msgid ""
-#~ "CREATE CAST (sourcetype AS targettype)\n"
-#~ " WITH FUNCTION funcname (argtypes)\n"
-#~ " [ AS ASSIGNMENT | AS IMPLICIT ]\n"
-#~ "\n"
-#~ "CREATE CAST (sourcetype AS targettype)\n"
-#~ " WITHOUT FUNCTION\n"
-#~ " [ AS ASSIGNMENT | AS IMPLICIT ]\n"
-#~ "\n"
-#~ "CREATE CAST (sourcetype AS targettype)\n"
-#~ " WITH INOUT\n"
-#~ " [ AS ASSIGNMENT | AS IMPLICIT ]"
-#~ msgstr ""
-#~ "CREATE CAST (type_source AS type_cible)\n"
-#~ " WITH FUNCTION nom_fonction (type_argument)\n"
-#~ " [ AS ASSIGNMENT | AS IMPLICIT ]\n"
-#~ "\n"
-#~ "CREATE CAST (type_source AS type_cible)\n"
-#~ " WITHOUT FUNCTION\n"
-#~ " [ AS ASSIGNMENT | AS IMPLICIT ]\n"
-#~ "\n"
-#~ "CREATE CAST (type_source AS type_cible)\n"
-#~ " WITH INOUT\n"
-#~ " [ AS ASSIGNMENT | AS IMPLICIT ]"
+#~ msgid "DROP DOMAIN [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP DOMAIN [ IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-#~ msgid ""
-#~ "CREATE CONSTRAINT TRIGGER name\n"
-#~ " AFTER event [ OR ... ]\n"
-#~ " ON table_name\n"
-#~ " [ FROM referenced_table_name ]\n"
-#~ " { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }\n"
-#~ " FOR EACH ROW\n"
-#~ " EXECUTE PROCEDURE funcname ( arguments )"
-#~ msgstr ""
-#~ "CREATE CONSTRAINT TRIGGER nom\n"
-#~ " AFTER événement [ OR ... ]\n"
-#~ " ON table\n"
-#~ " [ FROM table_référencée ]\n"
-#~ " { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }\n"
-#~ " FOR EACH ROW\n"
-#~ " EXECUTE PROCEDURE nom_fonction ( arguments )"
+#~ msgid "DROP DATABASE [ IF EXISTS ] name"
+#~ msgstr "DROP DATABASE [ IF EXISTS ] nom"
-#~ msgid ""
-#~ "CREATE [ DEFAULT ] CONVERSION name\n"
-#~ " FOR source_encoding TO dest_encoding FROM funcname"
-#~ msgstr ""
-#~ "CREATE [DEFAULT] CONVERSION nom\n"
-#~ " FOR codage_source TO codage_cible FROM nom_fonction"
+#~ msgid "DROP CONVERSION [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP CONVERSION [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP CAST [ IF EXISTS ] (sourcetype AS targettype) [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP CAST [ IF EXISTS ] (type_source AS type_cible) [ CASCADE | RESTRICT ]"
+
+#~ msgid "DROP AGGREGATE [ IF EXISTS ] name ( type [ , ... ] ) [ CASCADE | RESTRICT ]"
+#~ msgstr "DROP AGGREGATE [ IF EXISTS ] nom ( type [ , ... ] ) [ CASCADE | RESTRICT ]"
+
+#~ msgid "DISCARD { ALL | PLANS | TEMPORARY | TEMP }"
+#~ msgstr "DISCARD { ALL | PLANS | TEMPORARY | TEMP }"
#~ msgid ""
-#~ "CREATE DATABASE name\n"
-#~ " [ [ WITH ] [ OWNER [=] dbowner ]\n"
-#~ " [ TEMPLATE [=] template ]\n"
-#~ " [ ENCODING [=] encoding ]\n"
-#~ " [ LC_COLLATE [=] lc_collate ]\n"
-#~ " [ LC_CTYPE [=] lc_ctype ]\n"
-#~ " [ TABLESPACE [=] tablespace ]\n"
-#~ " [ CONNECTION LIMIT [=] connlimit ] ]"
+#~ "DELETE FROM [ ONLY ] table [ [ AS ] alias ]\n"
+#~ " [ USING usinglist ]\n"
+#~ " [ WHERE condition | WHERE CURRENT OF cursor_name ]\n"
+#~ " [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]"
#~ msgstr ""
-#~ "CREATE DATABASE nom\n"
-#~ " [ [ WITH ] [ OWNER [=] nom_propriétaire ]\n"
-#~ " [ TEMPLATE [=] modèle ]\n"
-#~ " [ ENCODING [=] encodage ]\n"
-#~ " [ LC_COLLATE [=] tri_caract ]\n"
-#~ " [ LC_CTYPE [=] type_caract ]\n"
-#~ " [ TABLESPACE [=] tablespace ]\n"
-#~ " [ CONNECTION LIMIT [=] limite_connexion ] ]"
+#~ "DELETE FROM [ ONLY ] table [ [ AS ] alias ]\n"
+#~ " [ USING liste_using ]\n"
+#~ " [ WHERE condition | WHERE CURRENT OF nom_curseur ]\n"
+#~ " [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]"
#~ msgid ""
-#~ "CREATE DOMAIN name [ AS ] data_type\n"
-#~ " [ DEFAULT expression ]\n"
-#~ " [ constraint [ ... ] ]\n"
-#~ "\n"
-#~ "where constraint is:\n"
-#~ "\n"
-#~ "[ CONSTRAINT constraint_name ]\n"
-#~ "{ NOT NULL | NULL | CHECK (expression) }"
+#~ "DECLARE name [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]\n"
+#~ " CURSOR [ { WITH | WITHOUT } HOLD ] FOR query"
#~ msgstr ""
-#~ "CREATE DOMAIN nom [AS] type_données\n"
-#~ " [ DEFAULT expression ]\n"
-#~ " [ contrainte [ ... ] ]\n"
-#~ "\n"
-#~ "avec comme contrainte :\n"
-#~ "\n"
-#~ "[ CONSTRAINT nom_contrainte ]\n"
-#~ "{ NOT NULL | NULL | CHECK (expression) }"
+#~ "DECLARE nom [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]\n"
+#~ " CURSOR [ { WITH | WITHOUT } HOLD ] FOR requête"
+
+#~ msgid "DEALLOCATE [ PREPARE ] { name | ALL }"
+#~ msgstr "DEALLOCATE [ PREPARE ] { nom_plan | ALL }"
#~ msgid ""
-#~ "CREATE FOREIGN DATA WRAPPER name\n"
-#~ " [ VALIDATOR valfunction | NO VALIDATOR ]\n"
-#~ " [ OPTIONS ( option 'value' [, ... ] ) ]"
+#~ "CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW name [ ( column_name [, ...] ) ]\n"
+#~ " AS query"
#~ msgstr ""
-#~ "CREATE FOREIGN DATA WRAPPER nom\n"
-#~ " [ VALIDATOR fonction_validation | NO VALIDATOR ]\n"
-#~ " [ OPTIONS ( option 'valeur' [, ... ] ) ]"
+#~ "CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW nom\n"
+#~ " [ ( nom_colonne [, ...] ) ]\n"
+#~ " AS requête"
#~ msgid ""
-#~ "CREATE [ OR REPLACE ] FUNCTION\n"
-#~ " name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } defexpr ] [, ...] ] )\n"
-#~ " [ RETURNS rettype\n"
-#~ " | RETURNS TABLE ( colname coltype [, ...] ) ]\n"
-#~ " { LANGUAGE langname\n"
-#~ " | WINDOW\n"
-#~ " | IMMUTABLE | STABLE | VOLATILE\n"
-#~ " | CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
-#~ " | [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
-#~ " | COST execution_cost\n"
-#~ " | ROWS result_rows\n"
-#~ " | SET configuration_parameter { TO value | = value | FROM CURRENT }\n"
-#~ " | AS 'definition'\n"
-#~ " | AS 'obj_file', 'link_symbol'\n"
-#~ " } ...\n"
-#~ " [ WITH ( attribute [, ...] ) ]"
+#~ "CREATE USER MAPPING FOR { username | USER | CURRENT_USER | PUBLIC }\n"
+#~ " SERVER servername\n"
+#~ " [ OPTIONS ( option 'value' [ , ... ] ) ]"
#~ msgstr ""
-#~ "CREATE [ OR REPLACE ] FUNCTION\n"
-#~ " nom ( [ [ mode_arg ] [ nom_arg ] type_arg [ { DEFAULT | = } expr_par_défaut ] [, ...] ] )\n"
-#~ " [ RETURNS type_ret\n"
-#~ " | RETURNS TABLE ( nom_colonne type_colonne [, ...] ) ]\n"
-#~ " { LANGUAGE nom_lang\n"
-#~ " | WINDOW\n"
-#~ " | IMMUTABLE | STABLE | VOLATILE\n"
-#~ " | CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
-#~ " | [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
-#~ " | COST coût_exécution\n"
-#~ " | ROWS lignes_résultats\n"
-#~ " | SET paramètre_configuration { TO valeur | = valeur | FROM CURRENT }\n"
-#~ " | AS 'définition'\n"
-#~ " | AS 'fichier_obj', 'symbôle_lien'\n"
-#~ " } ...\n"
-#~ " [ WITH ( attribut [, ...] ) ]"
+#~ "CREATE USER MAPPING FOR { nomutilisateur | USER | CURRENT_USER | PUBLIC }\n"
+#~ " SERVER nomserveur\n"
+#~ " [ OPTIONS ( option 'valeur' [ , ... ] ) ]"
#~ msgid ""
-#~ "CREATE GROUP name [ [ WITH ] option [ ... ] ]\n"
+#~ "CREATE USER name [ [ WITH ] option [ ... ] ]\n"
#~ "\n"
#~ "where option can be:\n"
#~ " \n"
#~ " | CREATEUSER | NOCREATEUSER\n"
#~ " | INHERIT | NOINHERIT\n"
#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT connlimit\n"
#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
#~ " | VALID UNTIL 'timestamp' \n"
#~ " | IN ROLE rolename [, ...]\n"
#~ " | USER rolename [, ...]\n"
#~ " | SYSID uid"
#~ msgstr ""
-#~ "CREATE GROUP nom [ [ WITH ] option [ ... ] ]\n"
+#~ "CREATE USER nom [ [ WITH ] option [ ... ] ]\n"
#~ "\n"
#~ "où option peut être :\n"
#~ " \n"
#~ " | CREATEUSER | NOCREATEUSER\n"
#~ " | INHERIT | NOINHERIT\n"
#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT limite_connexion\n"
#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
#~ " | VALID UNTIL 'timestamp' \n"
#~ " | IN ROLE nom_rôle [, ...]\n"
#~ " | SYSID uid"
#~ msgid ""
-#~ "CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] name ON table [ USING method ]\n"
-#~ " ( { column | ( expression ) } [ opclass ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ] [, ...] )\n"
-#~ " [ WITH ( storage_parameter = value [, ... ] ) ]\n"
-#~ " [ TABLESPACE tablespace ]\n"
-#~ " [ WHERE predicate ]"
+#~ "CREATE TYPE name AS\n"
+#~ " ( attribute_name data_type [, ... ] )\n"
+#~ "\n"
+#~ "CREATE TYPE name AS ENUM\n"
+#~ " ( 'label' [, ... ] )\n"
+#~ "\n"
+#~ "CREATE TYPE name (\n"
+#~ " INPUT = input_function,\n"
+#~ " OUTPUT = output_function\n"
+#~ " [ , RECEIVE = receive_function ]\n"
+#~ " [ , SEND = send_function ]\n"
+#~ " [ , TYPMOD_IN = type_modifier_input_function ]\n"
+#~ " [ , TYPMOD_OUT = type_modifier_output_function ]\n"
+#~ " [ , ANALYZE = analyze_function ]\n"
+#~ " [ , INTERNALLENGTH = { internallength | VARIABLE } ]\n"
+#~ " [ , PASSEDBYVALUE ]\n"
+#~ " [ , ALIGNMENT = alignment ]\n"
+#~ " [ , STORAGE = storage ]\n"
+#~ " [ , LIKE = like_type ]\n"
+#~ " [ , CATEGORY = category ]\n"
+#~ " [ , PREFERRED = preferred ]\n"
+#~ " [ , DEFAULT = default ]\n"
+#~ " [ , ELEMENT = element ]\n"
+#~ " [ , DELIMITER = delimiter ]\n"
+#~ ")\n"
+#~ "\n"
+#~ "CREATE TYPE name"
#~ msgstr ""
-#~ "CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] nom ON table [ USING methode ]\n"
-#~ " ( { colonne | ( expression ) } [ classe_operateur ]\n"
-#~ " [ ASC | DESC ]\n"
-#~ " [ NULLS { FIRST | LAST } ] [, ...] )\n"
-#~ " [ WITH ( parametre_stockage = valeur [, ... ] ) ]\n"
-#~ " [ TABLESPACE tablespace ]\n"
-#~ " [ WHERE predicat ]"
+#~ "CREATE TYPE nom AS\n"
+#~ " ( nom_attribut type_donnee [, ... ] )\n"
+#~ "\n"
+#~ "CREATE TYPE nom AS ENUM\n"
+#~ " ( 'label' [, ... ] )\n"
+#~ "\n"
+#~ "CREATE TYPE nom (\n"
+#~ " INPUT = fonction_entrée,\n"
+#~ " OUTPUT = fonction_sortie\n"
+#~ " [ , RECEIVE = fonction_réception ]\n"
+#~ " [ , SEND = fonction_envoi ]\n"
+#~ " [ , TYPMOD_IN = fonction_entrée_modif_type ]\n"
+#~ " [ , TYPMOD_OUT = fonction_sortie_modif_type ]\n"
+#~ " [ , ANALYZE = fonction_analyse ]\n"
+#~ " [ , INTERNALLENGTH = { longueur_interne | VARIABLE } ]\n"
+#~ " [ , PASSEDBYVALUE ]\n"
+#~ " [ , ALIGNMENT = alignement ]\n"
+#~ " [ , STORAGE = stockage ]\n"
+#~ " [ , LIKE = type_like ]\n"
+#~ " [ , CATEGORY = catégorie ]\n"
+#~ " [ , PREFERRED = préféré ]\n"
+#~ " [ , DEFAULT = valeur_par_défaut ]\n"
+#~ " [ , ELEMENT = élément ]\n"
+#~ " [ , DELIMITER = délimiteur ]\n"
+#~ ")\n"
+#~ "\n"
+#~ "CREATE TYPE nom"
#~ msgid ""
-#~ "CREATE [ PROCEDURAL ] LANGUAGE name\n"
-#~ "CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE name\n"
-#~ " HANDLER call_handler [ VALIDATOR valfunction ]"
+#~ "CREATE TRIGGER name { BEFORE | AFTER } { event [ OR ... ] }\n"
+#~ " ON table [ FOR [ EACH ] { ROW | STATEMENT } ]\n"
+#~ " EXECUTE PROCEDURE funcname ( arguments )"
#~ msgstr ""
-#~ "CREATE [ PROCEDURAL ] LANGUAGE nom\n"
-#~ "CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE nom\n"
-#~ " HANDLER gestionnaire_appels [ VALIDATOR fonction_val ]"
+#~ "CREATE TRIGGER nom { BEFORE | AFTER } { événement [ OR ... ] }\n"
+#~ " ON table [ FOR [ EACH ] { ROW | STATEMENT } ]\n"
+#~ " EXECUTE PROCEDURE nom_fonction ( arguments )"
#~ msgid ""
-#~ "CREATE OPERATOR name (\n"
-#~ " PROCEDURE = funcname\n"
-#~ " [, LEFTARG = lefttype ] [, RIGHTARG = righttype ]\n"
-#~ " [, COMMUTATOR = com_op ] [, NEGATOR = neg_op ]\n"
-#~ " [, RESTRICT = res_proc ] [, JOIN = join_proc ]\n"
-#~ " [, HASHES ] [, MERGES ]\n"
+#~ "CREATE TEXT SEARCH TEMPLATE name (\n"
+#~ " [ INIT = init_function , ]\n"
+#~ " LEXIZE = lexize_function\n"
#~ ")"
#~ msgstr ""
-#~ "CREATE OPERATOR nom (\n"
-#~ " PROCEDURE = nom_fonction\n"
-#~ " [, LEFTARG = type_gauche ] [, RIGHTARG = type_droit ]\n"
-#~ " [, COMMUTATOR = op_com ] [, NEGATOR = op_neg ]\n"
-#~ " [, RESTRICT = proc_res ] [, JOIN = proc_join ]\n"
-#~ " [, HASHES ] [, MERGES ]\n"
+#~ "CREATE TEXT SEARCH TEMPLATE nom (\n"
+#~ " [ INIT = fonction_init , ]\n"
+#~ " LEXIZE = fonction_lexize\n"
#~ ")"
#~ msgid ""
-#~ "CREATE OPERATOR CLASS name [ DEFAULT ] FOR TYPE data_type\n"
-#~ " USING index_method [ FAMILY family_name ] AS\n"
-#~ " { OPERATOR strategy_number operator_name [ ( op_type, op_type ) ]\n"
-#~ " | FUNCTION support_number [ ( op_type [ , op_type ] ) ] funcname ( argument_type [, ...] )\n"
-#~ " | STORAGE storage_type\n"
-#~ " } [, ... ]"
-#~ msgstr ""
-#~ "CREATE OPERATOR CLASS nom [ DEFAULT ] FOR TYPE type_donnée\n"
-#~ " USING méthode_indexage [ FAMILY nom_famille ] AS\n"
-#~ " { OPERATOR numéro_stratégie nom_operateur [ ( op_type, op_type ) ]\n"
-#~ " | FUNCTION numéro_support [ ( type_op [ , type_op ] ) ]\n"
-#~ " nom_fonction ( type_argument [, ...] )\n"
-#~ " | STORAGE type_stockage\n"
-#~ " } [, ... ]"
-
-#~ msgid "CREATE OPERATOR FAMILY name USING index_method"
-#~ msgstr "CREATE OPERATOR FAMILY nom USING methode_indexage"
-
-#~ msgid ""
-#~ "CREATE ROLE name [ [ WITH ] option [ ... ] ]\n"
-#~ "\n"
-#~ "where option can be:\n"
-#~ " \n"
-#~ " SUPERUSER | NOSUPERUSER\n"
-#~ " | CREATEDB | NOCREATEDB\n"
-#~ " | CREATEROLE | NOCREATEROLE\n"
-#~ " | CREATEUSER | NOCREATEUSER\n"
-#~ " | INHERIT | NOINHERIT\n"
-#~ " | LOGIN | NOLOGIN\n"
-#~ " | CONNECTION LIMIT connlimit\n"
-#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
-#~ " | VALID UNTIL 'timestamp' \n"
-#~ " | IN ROLE rolename [, ...]\n"
-#~ " | IN GROUP rolename [, ...]\n"
-#~ " | ROLE rolename [, ...]\n"
-#~ " | ADMIN rolename [, ...]\n"
-#~ " | USER rolename [, ...]\n"
-#~ " | SYSID uid"
+#~ "CREATE TEXT SEARCH PARSER name (\n"
+#~ " START = start_function ,\n"
+#~ " GETTOKEN = gettoken_function ,\n"
+#~ " END = end_function ,\n"
+#~ " LEXTYPES = lextypes_function\n"
+#~ " [, HEADLINE = headline_function ]\n"
+#~ ")"
#~ msgstr ""
-#~ "CREATE ROLE nom [ [ WITH ] option [ ... ] ]\n"
-#~ "\n"
-#~ "où option peut être :\n"
-#~ " \n"
-#~ " SUPERUSER | NOSUPERUSER\n"
-#~ " | CREATEDB | NOCREATEDB\n"
-#~ " | CREATEROLE | NOCREATEROLE\n"
-#~ " | CREATEUSER | NOCREATEUSER\n"
-#~ " | INHERIT | NOINHERIT\n"
-#~ " | LOGIN | NOLOGIN\n"
-#~ " | CONNECTION LIMIT limite_connexion\n"
-#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
-#~ " | VALID UNTIL 'timestamp' \n"
-#~ " | IN ROLE nom_rôle [, ...]\n"
-#~ " | IN GROUP nom_rôle [, ...]\n"
-#~ " | ROLE nom_rôle [, ...]\n"
-#~ " | ADMIN nom_rôle [, ...]\n"
-#~ " | USER nom_rôle [, ...]\n"
-#~ " | SYSID uid"
+#~ "CREATE TEXT SEARCH PARSER nom (\n"
+#~ " START = fonction_debut ,\n"
+#~ " GETTOKEN = fonction_jeton ,\n"
+#~ " END = fonction_fin ,\n"
+#~ " LEXTYPES = fonction_typeslexem\n"
+#~ " [, HEADLINE = fonction_entete ]\n"
+#~ ")"
#~ msgid ""
-#~ "CREATE [ OR REPLACE ] RULE name AS ON event\n"
-#~ " TO table [ WHERE condition ]\n"
-#~ " DO [ ALSO | INSTEAD ] { NOTHING | command | ( command ; command ... ) }"
+#~ "CREATE TEXT SEARCH DICTIONARY name (\n"
+#~ " TEMPLATE = template\n"
+#~ " [, option = value [, ... ]]\n"
+#~ ")"
#~ msgstr ""
-#~ "CREATE [ OR REPLACE ] RULE nom AS ON événement\n"
-#~ " TO table [ WHERE condition ]\n"
-#~ " DO [ ALSO | INSTEAD ] { NOTHING | commande | ( commande ; commande ... ) }"
+#~ "CREATE TEXT SEARCH DICTIONARY nom (\n"
+#~ " TEMPLATE = modèle\n"
+#~ " [, option = valeur [, ... ]]\n"
+#~ ")"
#~ msgid ""
-#~ "CREATE SCHEMA schemaname [ AUTHORIZATION username ] [ schema_element [ ... ] ]\n"
-#~ "CREATE SCHEMA AUTHORIZATION username [ schema_element [ ... ] ]"
+#~ "CREATE TEXT SEARCH CONFIGURATION name (\n"
+#~ " PARSER = parser_name |\n"
+#~ " COPY = source_config\n"
+#~ ")"
#~ msgstr ""
-#~ "CREATE SCHEMA nom_schema [ AUTHORIZATION nom_utilisateur ]\n"
-#~ " [ element_schema [ ... ] ]\n"
-#~ "CREATE SCHEMA AUTHORIZATION nom_utilisateur [ element_schema [ ... ] ]"
+#~ "CREATE TEXT SEARCH CONFIGURATION nom (\n"
+#~ " PARSER = nom_analyseur |\n"
+#~ " COPY = config_source\n"
+#~ ")"
-#~ msgid ""
-#~ "CREATE [ TEMPORARY | TEMP ] SEQUENCE name [ INCREMENT [ BY ] increment ]\n"
-#~ " [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]\n"
-#~ " [ START [ WITH ] start ] [ CACHE cache ] [ [ NO ] CYCLE ]\n"
-#~ " [ OWNED BY { table.column | NONE } ]"
+#~ msgid "CREATE TABLESPACE tablespacename [ OWNER username ] LOCATION 'directory'"
#~ msgstr ""
-#~ "CREATE [ TEMPORARY | TEMP ] SEQUENCE nom [ INCREMENT [ BY ] incrémentation ]\n"
-#~ " [ MINVALUE valeur_mini | NO MINVALUE ]\n"
-#~ " [ MAXVALUE valeur_maxi | NO MAXVALUE ]\n"
-#~ " [ START [ WITH ] valeur_départ ]\n"
-#~ " [ CACHE en_cache ]\n"
-#~ " [ [ NO ] CYCLE ]\n"
-#~ " [ OWNED BY { table.colonne | NONE } ]"
+#~ "CREATE TABLESPACE nom_tablespace [ OWNER nom_utilisateur ]\n"
+#~ " LOCATION 'répertoire'"
#~ msgid ""
-#~ "CREATE SERVER servername [ TYPE 'servertype' ] [ VERSION 'serverversion' ]\n"
-#~ " FOREIGN DATA WRAPPER fdwname\n"
-#~ " [ OPTIONS ( option 'value' [, ... ] ) ]"
+#~ "CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name\n"
+#~ " [ (column_name [, ...] ) ]\n"
+#~ " [ WITH ( storage_parameter [= value] [, ... ] ) | WITH OIDS | WITHOUT OIDS ]\n"
+#~ " [ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
+#~ " [ TABLESPACE tablespace ]\n"
+#~ " AS query\n"
+#~ " [ WITH [ NO ] DATA ]"
#~ msgstr ""
-#~ "CREATE SERVER nom [ TYPE 'typeserveur' ] [ VERSION 'versionserveur' ]\n"
-#~ " FOREIGN DATA WRAPPER nomfdw\n"
-#~ " [ OPTIONS ( option 'valeur' [, ... ] ) ]"
+#~ "CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE nom_table\n"
+#~ " [ (nom_colonne [, ...] ) ]\n"
+#~ " [ WITH ( paramètre_stockage [= valeur] [, ... ] ) | WITH OIDS | WITHOUT OIDS ]\n"
+#~ " [ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
+#~ " [ TABLESPACE tablespace ]\n"
+#~ " AS requête [ WITH [ NO ] DATA ]"
#~ msgid ""
#~ "CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name ( [\n"
#~ "[ USING INDEX TABLESPACE espace_logique ]"
#~ msgid ""
-#~ "CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name\n"
-#~ " [ (column_name [, ...] ) ]\n"
-#~ " [ WITH ( storage_parameter [= value] [, ... ] ) | WITH OIDS | WITHOUT OIDS ]\n"
-#~ " [ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
-#~ " [ TABLESPACE tablespace ]\n"
-#~ " AS query\n"
-#~ " [ WITH [ NO ] DATA ]"
-#~ msgstr ""
-#~ "CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE nom_table\n"
-#~ " [ (nom_colonne [, ...] ) ]\n"
-#~ " [ WITH ( paramètre_stockage [= valeur] [, ... ] ) | WITH OIDS | WITHOUT OIDS ]\n"
-#~ " [ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n"
-#~ " [ TABLESPACE tablespace ]\n"
-#~ " AS requête [ WITH [ NO ] DATA ]"
-
-#~ msgid "CREATE TABLESPACE tablespacename [ OWNER username ] LOCATION 'directory'"
+#~ "CREATE SERVER servername [ TYPE 'servertype' ] [ VERSION 'serverversion' ]\n"
+#~ " FOREIGN DATA WRAPPER fdwname\n"
+#~ " [ OPTIONS ( option 'value' [, ... ] ) ]"
#~ msgstr ""
-#~ "CREATE TABLESPACE nom_tablespace [ OWNER nom_utilisateur ]\n"
-#~ " LOCATION 'répertoire'"
+#~ "CREATE SERVER nom [ TYPE 'typeserveur' ] [ VERSION 'versionserveur' ]\n"
+#~ " FOREIGN DATA WRAPPER nomfdw\n"
+#~ " [ OPTIONS ( option 'valeur' [, ... ] ) ]"
#~ msgid ""
-#~ "CREATE TEXT SEARCH CONFIGURATION name (\n"
-#~ " PARSER = parser_name |\n"
-#~ " COPY = source_config\n"
-#~ ")"
-#~ msgstr ""
-#~ "CREATE TEXT SEARCH CONFIGURATION nom (\n"
-#~ " PARSER = nom_analyseur |\n"
-#~ " COPY = config_source\n"
-#~ ")"
-
-#~ msgid ""
-#~ "CREATE TEXT SEARCH DICTIONARY name (\n"
-#~ " TEMPLATE = template\n"
-#~ " [, option = value [, ... ]]\n"
-#~ ")"
-#~ msgstr ""
-#~ "CREATE TEXT SEARCH DICTIONARY nom (\n"
-#~ " TEMPLATE = modèle\n"
-#~ " [, option = valeur [, ... ]]\n"
-#~ ")"
-
-#~ msgid ""
-#~ "CREATE TEXT SEARCH PARSER name (\n"
-#~ " START = start_function ,\n"
-#~ " GETTOKEN = gettoken_function ,\n"
-#~ " END = end_function ,\n"
-#~ " LEXTYPES = lextypes_function\n"
-#~ " [, HEADLINE = headline_function ]\n"
-#~ ")"
-#~ msgstr ""
-#~ "CREATE TEXT SEARCH PARSER nom (\n"
-#~ " START = fonction_debut ,\n"
-#~ " GETTOKEN = fonction_jeton ,\n"
-#~ " END = fonction_fin ,\n"
-#~ " LEXTYPES = fonction_typeslexem\n"
-#~ " [, HEADLINE = fonction_entete ]\n"
-#~ ")"
-
-#~ msgid ""
-#~ "CREATE TEXT SEARCH TEMPLATE name (\n"
-#~ " [ INIT = init_function , ]\n"
-#~ " LEXIZE = lexize_function\n"
-#~ ")"
+#~ "CREATE [ TEMPORARY | TEMP ] SEQUENCE name [ INCREMENT [ BY ] increment ]\n"
+#~ " [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]\n"
+#~ " [ START [ WITH ] start ] [ CACHE cache ] [ [ NO ] CYCLE ]\n"
+#~ " [ OWNED BY { table.column | NONE } ]"
#~ msgstr ""
-#~ "CREATE TEXT SEARCH TEMPLATE nom (\n"
-#~ " [ INIT = fonction_init , ]\n"
-#~ " LEXIZE = fonction_lexize\n"
-#~ ")"
+#~ "CREATE [ TEMPORARY | TEMP ] SEQUENCE nom [ INCREMENT [ BY ] incrémentation ]\n"
+#~ " [ MINVALUE valeur_mini | NO MINVALUE ]\n"
+#~ " [ MAXVALUE valeur_maxi | NO MAXVALUE ]\n"
+#~ " [ START [ WITH ] valeur_départ ]\n"
+#~ " [ CACHE en_cache ]\n"
+#~ " [ [ NO ] CYCLE ]\n"
+#~ " [ OWNED BY { table.colonne | NONE } ]"
#~ msgid ""
-#~ "CREATE TRIGGER name { BEFORE | AFTER } { event [ OR ... ] }\n"
-#~ " ON table [ FOR [ EACH ] { ROW | STATEMENT } ]\n"
-#~ " EXECUTE PROCEDURE funcname ( arguments )"
+#~ "CREATE SCHEMA schemaname [ AUTHORIZATION username ] [ schema_element [ ... ] ]\n"
+#~ "CREATE SCHEMA AUTHORIZATION username [ schema_element [ ... ] ]"
#~ msgstr ""
-#~ "CREATE TRIGGER nom { BEFORE | AFTER } { événement [ OR ... ] }\n"
-#~ " ON table [ FOR [ EACH ] { ROW | STATEMENT } ]\n"
-#~ " EXECUTE PROCEDURE nom_fonction ( arguments )"
+#~ "CREATE SCHEMA nom_schema [ AUTHORIZATION nom_utilisateur ]\n"
+#~ " [ element_schema [ ... ] ]\n"
+#~ "CREATE SCHEMA AUTHORIZATION nom_utilisateur [ element_schema [ ... ] ]"
#~ msgid ""
-#~ "CREATE TYPE name AS\n"
-#~ " ( attribute_name data_type [, ... ] )\n"
-#~ "\n"
-#~ "CREATE TYPE name AS ENUM\n"
-#~ " ( 'label' [, ... ] )\n"
-#~ "\n"
-#~ "CREATE TYPE name (\n"
-#~ " INPUT = input_function,\n"
-#~ " OUTPUT = output_function\n"
-#~ " [ , RECEIVE = receive_function ]\n"
-#~ " [ , SEND = send_function ]\n"
-#~ " [ , TYPMOD_IN = type_modifier_input_function ]\n"
-#~ " [ , TYPMOD_OUT = type_modifier_output_function ]\n"
-#~ " [ , ANALYZE = analyze_function ]\n"
-#~ " [ , INTERNALLENGTH = { internallength | VARIABLE } ]\n"
-#~ " [ , PASSEDBYVALUE ]\n"
-#~ " [ , ALIGNMENT = alignment ]\n"
-#~ " [ , STORAGE = storage ]\n"
-#~ " [ , LIKE = like_type ]\n"
-#~ " [ , CATEGORY = category ]\n"
-#~ " [ , PREFERRED = preferred ]\n"
-#~ " [ , DEFAULT = default ]\n"
-#~ " [ , ELEMENT = element ]\n"
-#~ " [ , DELIMITER = delimiter ]\n"
-#~ ")\n"
-#~ "\n"
-#~ "CREATE TYPE name"
+#~ "CREATE [ OR REPLACE ] RULE name AS ON event\n"
+#~ " TO table [ WHERE condition ]\n"
+#~ " DO [ ALSO | INSTEAD ] { NOTHING | command | ( command ; command ... ) }"
#~ msgstr ""
-#~ "CREATE TYPE nom AS\n"
-#~ " ( nom_attribut type_donnee [, ... ] )\n"
-#~ "\n"
-#~ "CREATE TYPE nom AS ENUM\n"
-#~ " ( 'label' [, ... ] )\n"
-#~ "\n"
-#~ "CREATE TYPE nom (\n"
-#~ " INPUT = fonction_entrée,\n"
-#~ " OUTPUT = fonction_sortie\n"
-#~ " [ , RECEIVE = fonction_réception ]\n"
-#~ " [ , SEND = fonction_envoi ]\n"
-#~ " [ , TYPMOD_IN = fonction_entrée_modif_type ]\n"
-#~ " [ , TYPMOD_OUT = fonction_sortie_modif_type ]\n"
-#~ " [ , ANALYZE = fonction_analyse ]\n"
-#~ " [ , INTERNALLENGTH = { longueur_interne | VARIABLE } ]\n"
-#~ " [ , PASSEDBYVALUE ]\n"
-#~ " [ , ALIGNMENT = alignement ]\n"
-#~ " [ , STORAGE = stockage ]\n"
-#~ " [ , LIKE = type_like ]\n"
-#~ " [ , CATEGORY = catégorie ]\n"
-#~ " [ , PREFERRED = préféré ]\n"
-#~ " [ , DEFAULT = valeur_par_défaut ]\n"
-#~ " [ , ELEMENT = élément ]\n"
-#~ " [ , DELIMITER = délimiteur ]\n"
-#~ ")\n"
-#~ "\n"
-#~ "CREATE TYPE nom"
+#~ "CREATE [ OR REPLACE ] RULE nom AS ON événement\n"
+#~ " TO table [ WHERE condition ]\n"
+#~ " DO [ ALSO | INSTEAD ] { NOTHING | commande | ( commande ; commande ... ) }"
#~ msgid ""
-#~ "CREATE USER name [ [ WITH ] option [ ... ] ]\n"
+#~ "CREATE ROLE name [ [ WITH ] option [ ... ] ]\n"
#~ "\n"
#~ "where option can be:\n"
#~ " \n"
#~ " | USER rolename [, ...]\n"
#~ " | SYSID uid"
#~ msgstr ""
-#~ "CREATE USER nom [ [ WITH ] option [ ... ] ]\n"
+#~ "CREATE ROLE nom [ [ WITH ] option [ ... ] ]\n"
#~ "\n"
#~ "où option peut être :\n"
#~ " \n"
#~ " | USER nom_rôle [, ...]\n"
#~ " | SYSID uid"
+#~ msgid "CREATE OPERATOR FAMILY name USING index_method"
+#~ msgstr "CREATE OPERATOR FAMILY nom USING methode_indexage"
+
#~ msgid ""
-#~ "CREATE USER MAPPING FOR { username | USER | CURRENT_USER | PUBLIC }\n"
-#~ " SERVER servername\n"
-#~ " [ OPTIONS ( option 'value' [ , ... ] ) ]"
+#~ "CREATE OPERATOR CLASS name [ DEFAULT ] FOR TYPE data_type\n"
+#~ " USING index_method [ FAMILY family_name ] AS\n"
+#~ " { OPERATOR strategy_number operator_name [ ( op_type, op_type ) ]\n"
+#~ " | FUNCTION support_number [ ( op_type [ , op_type ] ) ] funcname ( argument_type [, ...] )\n"
+#~ " | STORAGE storage_type\n"
+#~ " } [, ... ]"
#~ msgstr ""
-#~ "CREATE USER MAPPING FOR { nomutilisateur | USER | CURRENT_USER | PUBLIC }\n"
-#~ " SERVER nomserveur\n"
-#~ " [ OPTIONS ( option 'valeur' [ , ... ] ) ]"
+#~ "CREATE OPERATOR CLASS nom [ DEFAULT ] FOR TYPE type_donnée\n"
+#~ " USING méthode_indexage [ FAMILY nom_famille ] AS\n"
+#~ " { OPERATOR numéro_stratégie nom_operateur [ ( op_type, op_type ) ]\n"
+#~ " | FUNCTION numéro_support [ ( type_op [ , type_op ] ) ]\n"
+#~ " nom_fonction ( type_argument [, ...] )\n"
+#~ " | STORAGE type_stockage\n"
+#~ " } [, ... ]"
#~ msgid ""
-#~ "CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW name [ ( column_name [, ...] ) ]\n"
-#~ " AS query"
+#~ "CREATE OPERATOR name (\n"
+#~ " PROCEDURE = funcname\n"
+#~ " [, LEFTARG = lefttype ] [, RIGHTARG = righttype ]\n"
+#~ " [, COMMUTATOR = com_op ] [, NEGATOR = neg_op ]\n"
+#~ " [, RESTRICT = res_proc ] [, JOIN = join_proc ]\n"
+#~ " [, HASHES ] [, MERGES ]\n"
+#~ ")"
#~ msgstr ""
-#~ "CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW nom\n"
-#~ " [ ( nom_colonne [, ...] ) ]\n"
-#~ " AS requête"
-
-#~ msgid "DEALLOCATE [ PREPARE ] { name | ALL }"
-#~ msgstr "DEALLOCATE [ PREPARE ] { nom_plan | ALL }"
+#~ "CREATE OPERATOR nom (\n"
+#~ " PROCEDURE = nom_fonction\n"
+#~ " [, LEFTARG = type_gauche ] [, RIGHTARG = type_droit ]\n"
+#~ " [, COMMUTATOR = op_com ] [, NEGATOR = op_neg ]\n"
+#~ " [, RESTRICT = proc_res ] [, JOIN = proc_join ]\n"
+#~ " [, HASHES ] [, MERGES ]\n"
+#~ ")"
#~ msgid ""
-#~ "DECLARE name [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]\n"
-#~ " CURSOR [ { WITH | WITHOUT } HOLD ] FOR query"
+#~ "CREATE [ PROCEDURAL ] LANGUAGE name\n"
+#~ "CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE name\n"
+#~ " HANDLER call_handler [ VALIDATOR valfunction ]"
#~ msgstr ""
-#~ "DECLARE nom [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]\n"
-#~ " CURSOR [ { WITH | WITHOUT } HOLD ] FOR requête"
+#~ "CREATE [ PROCEDURAL ] LANGUAGE nom\n"
+#~ "CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE nom\n"
+#~ " HANDLER gestionnaire_appels [ VALIDATOR fonction_val ]"
#~ msgid ""
-#~ "DELETE FROM [ ONLY ] table [ [ AS ] alias ]\n"
-#~ " [ USING usinglist ]\n"
-#~ " [ WHERE condition | WHERE CURRENT OF cursor_name ]\n"
-#~ " [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]"
+#~ "CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] name ON table [ USING method ]\n"
+#~ " ( { column | ( expression ) } [ opclass ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ] [, ...] )\n"
+#~ " [ WITH ( storage_parameter = value [, ... ] ) ]\n"
+#~ " [ TABLESPACE tablespace ]\n"
+#~ " [ WHERE predicate ]"
#~ msgstr ""
-#~ "DELETE FROM [ ONLY ] table [ [ AS ] alias ]\n"
-#~ " [ USING liste_using ]\n"
-#~ " [ WHERE condition | WHERE CURRENT OF nom_curseur ]\n"
-#~ " [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]"
-
-#~ msgid "DISCARD { ALL | PLANS | TEMPORARY | TEMP }"
-#~ msgstr "DISCARD { ALL | PLANS | TEMPORARY | TEMP }"
-
-#~ msgid "DROP AGGREGATE [ IF EXISTS ] name ( type [ , ... ] ) [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP AGGREGATE [ IF EXISTS ] nom ( type [ , ... ] ) [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP CAST [ IF EXISTS ] (sourcetype AS targettype) [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP CAST [ IF EXISTS ] (type_source AS type_cible) [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP CONVERSION [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP CONVERSION [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP DATABASE [ IF EXISTS ] name"
-#~ msgstr "DROP DATABASE [ IF EXISTS ] nom"
-
-#~ msgid "DROP DOMAIN [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP DOMAIN [ IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP FOREIGN DATA WRAPPER [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP FOREIGN DATA WRAPPER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
+#~ "CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] nom ON table [ USING methode ]\n"
+#~ " ( { colonne | ( expression ) } [ classe_operateur ]\n"
+#~ " [ ASC | DESC ]\n"
+#~ " [ NULLS { FIRST | LAST } ] [, ...] )\n"
+#~ " [ WITH ( parametre_stockage = valeur [, ... ] ) ]\n"
+#~ " [ TABLESPACE tablespace ]\n"
+#~ " [ WHERE predicat ]"
#~ msgid ""
-#~ "DROP FUNCTION [ IF EXISTS ] name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
-#~ " [ CASCADE | RESTRICT ]"
+#~ "CREATE GROUP name [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "where option can be:\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
+#~ " | IN ROLE rolename [, ...]\n"
+#~ " | IN GROUP rolename [, ...]\n"
+#~ " | ROLE rolename [, ...]\n"
+#~ " | ADMIN rolename [, ...]\n"
+#~ " | USER rolename [, ...]\n"
+#~ " | SYSID uid"
#~ msgstr ""
-#~ "DROP FUNCTION [IF EXISTS ] nom\n"
-#~ " ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
-#~ " [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP GROUP [ IF EXISTS ] name [, ...]"
-#~ msgstr "DROP GROUP [IF EXISTS ] nom [, ...]"
-
-#~ msgid "DROP INDEX [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP INDEX [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP [ PROCEDURAL ] LANGUAGE [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP [ PROCEDURAL ] LANGUAGE [IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP OPERATOR [ IF EXISTS ] name ( { lefttype | NONE } , { righttype | NONE } ) [ CASCADE | RESTRICT ]"
-#~ msgstr ""
-#~ "DROP OPERATOR [IF EXISTS ] nom\n"
-#~ " ( { type_gauche | NONE } , { type_droit | NONE } )\n"
-#~ " [ CASCADE | RESTRICT ]"
+#~ "CREATE GROUP nom [ [ WITH ] option [ ... ] ]\n"
+#~ "\n"
+#~ "où option peut être :\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
+#~ " | IN ROLE nom_rôle [, ...]\n"
+#~ " | IN GROUP nom_rôle [, ...]\n"
+#~ " | ROLE nom_rôle [, ...]\n"
+#~ " | ADMIN nom_rôle [, ...]\n"
+#~ " | USER nom_rôle [, ...]\n"
+#~ " | SYSID uid"
-#~ msgid "DROP OPERATOR CLASS [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ]"
+#~ msgid ""
+#~ "CREATE [ OR REPLACE ] FUNCTION\n"
+#~ " name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } defexpr ] [, ...] ] )\n"
+#~ " [ RETURNS rettype\n"
+#~ " | RETURNS TABLE ( colname coltype [, ...] ) ]\n"
+#~ " { LANGUAGE langname\n"
+#~ " | WINDOW\n"
+#~ " | IMMUTABLE | STABLE | VOLATILE\n"
+#~ " | CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
+#~ " | [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
+#~ " | COST execution_cost\n"
+#~ " | ROWS result_rows\n"
+#~ " | SET configuration_parameter { TO value | = value | FROM CURRENT }\n"
+#~ " | AS 'definition'\n"
+#~ " | AS 'obj_file', 'link_symbol'\n"
+#~ " } ...\n"
+#~ " [ WITH ( attribute [, ...] ) ]"
#~ msgstr ""
-#~ "DROP OPERATOR CLASS [IF EXISTS ] nom\n"
-#~ " USING méthode_indexage [ CASCADE | RESTRICT ]"
+#~ "CREATE [ OR REPLACE ] FUNCTION\n"
+#~ " nom ( [ [ mode_arg ] [ nom_arg ] type_arg [ { DEFAULT | = } expr_par_défaut ] [, ...] ] )\n"
+#~ " [ RETURNS type_ret\n"
+#~ " | RETURNS TABLE ( nom_colonne type_colonne [, ...] ) ]\n"
+#~ " { LANGUAGE nom_lang\n"
+#~ " | WINDOW\n"
+#~ " | IMMUTABLE | STABLE | VOLATILE\n"
+#~ " | CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
+#~ " | [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
+#~ " | COST coût_exécution\n"
+#~ " | ROWS lignes_résultats\n"
+#~ " | SET paramètre_configuration { TO valeur | = valeur | FROM CURRENT }\n"
+#~ " | AS 'définition'\n"
+#~ " | AS 'fichier_obj', 'symbôle_lien'\n"
+#~ " } ...\n"
+#~ " [ WITH ( attribut [, ...] ) ]"
-#~ msgid "DROP OPERATOR FAMILY [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ]"
+#~ msgid ""
+#~ "CREATE FOREIGN DATA WRAPPER name\n"
+#~ " [ VALIDATOR valfunction | NO VALIDATOR ]\n"
+#~ " [ OPTIONS ( option 'value' [, ... ] ) ]"
#~ msgstr ""
-#~ "DROP OPERATOR FAMILY [IF EXISTS ] nom\n"
-#~ " USING méthode_indexage [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP OWNED BY name [, ...] [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP OWNED BY nom [, ...] [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP ROLE [ IF EXISTS ] name [, ...]"
-#~ msgstr "DROP ROLE [IF EXISTS ] nom [, ...]"
-
-#~ msgid "DROP RULE [ IF EXISTS ] name ON relation [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP RULE [IF EXISTS ] nom ON relation [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP SCHEMA [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP SCHEMA [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP SEQUENCE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP SEQUENCE [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP SERVER [ IF EXISTS ] servername [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP SERVER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP TABLE [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP TABLESPACE [ IF EXISTS ] tablespacename"
-#~ msgstr "DROP TABLESPACE [IF EXISTS ] nom_tablespace"
-
-#~ msgid "DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP TEXT SEARCH PARSER [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP TEXT SEARCH PARSER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP TEXT SEARCH TEMPLATE [ IF EXISTS ] name [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP TEXT SEARCH TEMPLATE [ IF EXISTS ] nom [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP TRIGGER [ IF EXISTS ] name ON table [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP TRIGGER [IF EXISTS ] nom ON table [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP TYPE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP TYPE [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
-
-#~ msgid "DROP USER [ IF EXISTS ] name [, ...]"
-#~ msgstr "DROP USER [IF EXISTS ] nom [, ...]"
-
-#~ msgid "DROP USER MAPPING [ IF EXISTS ] FOR { username | USER | CURRENT_USER | PUBLIC } SERVER servername"
-#~ msgstr "DROP USER MAPPING [ IF EXISTS ] FOR { nomutilisateur | USER | CURRENT_USER | PUBLIC } SERVER nomserveur"
+#~ "CREATE FOREIGN DATA WRAPPER nom\n"
+#~ " [ VALIDATOR fonction_validation | NO VALIDATOR ]\n"
+#~ " [ OPTIONS ( option 'valeur' [, ... ] ) ]"
-#~ msgid "DROP VIEW [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]"
-#~ msgstr "DROP VIEW [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]"
+#~ msgid ""
+#~ "CREATE DOMAIN name [ AS ] data_type\n"
+#~ " [ DEFAULT expression ]\n"
+#~ " [ constraint [ ... ] ]\n"
+#~ "\n"
+#~ "where constraint is:\n"
+#~ "\n"
+#~ "[ CONSTRAINT constraint_name ]\n"
+#~ "{ NOT NULL | NULL | CHECK (expression) }"
+#~ msgstr ""
+#~ "CREATE DOMAIN nom [AS] type_données\n"
+#~ " [ DEFAULT expression ]\n"
+#~ " [ contrainte [ ... ] ]\n"
+#~ "\n"
+#~ "avec comme contrainte :\n"
+#~ "\n"
+#~ "[ CONSTRAINT nom_contrainte ]\n"
+#~ "{ NOT NULL | NULL | CHECK (expression) }"
-#~ msgid "END [ WORK | TRANSACTION ]"
-#~ msgstr "END [ WORK | TRANSACTION ]"
+#~ msgid ""
+#~ "CREATE DATABASE name\n"
+#~ " [ [ WITH ] [ OWNER [=] dbowner ]\n"
+#~ " [ TEMPLATE [=] template ]\n"
+#~ " [ ENCODING [=] encoding ]\n"
+#~ " [ LC_COLLATE [=] lc_collate ]\n"
+#~ " [ LC_CTYPE [=] lc_ctype ]\n"
+#~ " [ TABLESPACE [=] tablespace ]\n"
+#~ " [ CONNECTION LIMIT [=] connlimit ] ]"
+#~ msgstr ""
+#~ "CREATE DATABASE nom\n"
+#~ " [ [ WITH ] [ OWNER [=] nom_propriétaire ]\n"
+#~ " [ TEMPLATE [=] modèle ]\n"
+#~ " [ ENCODING [=] encodage ]\n"
+#~ " [ LC_COLLATE [=] tri_caract ]\n"
+#~ " [ LC_CTYPE [=] type_caract ]\n"
+#~ " [ TABLESPACE [=] tablespace ]\n"
+#~ " [ CONNECTION LIMIT [=] limite_connexion ] ]"
-#~ msgid "EXECUTE name [ ( parameter [, ...] ) ]"
-#~ msgstr "EXECUTE nom_plan [ ( paramètre [, ...] ) ]"
+#~ msgid ""
+#~ "CREATE [ DEFAULT ] CONVERSION name\n"
+#~ " FOR source_encoding TO dest_encoding FROM funcname"
+#~ msgstr ""
+#~ "CREATE [DEFAULT] CONVERSION nom\n"
+#~ " FOR codage_source TO codage_cible FROM nom_fonction"
-#~ msgid "EXPLAIN [ ANALYZE ] [ VERBOSE ] statement"
-#~ msgstr "EXPLAIN [ ANALYZE ] [ VERBOSE ] instruction"
+#~ msgid ""
+#~ "CREATE CONSTRAINT TRIGGER name\n"
+#~ " AFTER event [ OR ... ]\n"
+#~ " ON table_name\n"
+#~ " [ FROM referenced_table_name ]\n"
+#~ " { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }\n"
+#~ " FOR EACH ROW\n"
+#~ " EXECUTE PROCEDURE funcname ( arguments )"
+#~ msgstr ""
+#~ "CREATE CONSTRAINT TRIGGER nom\n"
+#~ " AFTER événement [ OR ... ]\n"
+#~ " ON table\n"
+#~ " [ FROM table_référencée ]\n"
+#~ " { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }\n"
+#~ " FOR EACH ROW\n"
+#~ " EXECUTE PROCEDURE nom_fonction ( arguments )"
#~ msgid ""
-#~ "FETCH [ direction { FROM | IN } ] cursorname\n"
+#~ "CREATE CAST (sourcetype AS targettype)\n"
+#~ " WITH FUNCTION funcname (argtypes)\n"
+#~ " [ AS ASSIGNMENT | AS IMPLICIT ]\n"
#~ "\n"
-#~ "where direction can be empty or one of:\n"
+#~ "CREATE CAST (sourcetype AS targettype)\n"
+#~ " WITHOUT FUNCTION\n"
+#~ " [ AS ASSIGNMENT | AS IMPLICIT ]\n"
#~ "\n"
-#~ " NEXT\n"
-#~ " PRIOR\n"
-#~ " FIRST\n"
-#~ " LAST\n"
-#~ " ABSOLUTE count\n"
-#~ " RELATIVE count\n"
-#~ " count\n"
-#~ " ALL\n"
-#~ " FORWARD\n"
-#~ " FORWARD count\n"
-#~ " FORWARD ALL\n"
-#~ " BACKWARD\n"
-#~ " BACKWARD count\n"
-#~ " BACKWARD ALL"
+#~ "CREATE CAST (sourcetype AS targettype)\n"
+#~ " WITH INOUT\n"
+#~ " [ AS ASSIGNMENT | AS IMPLICIT ]"
#~ msgstr ""
-#~ "FETCH [ direction { FROM | IN } ] nom_curseur\n"
+#~ "CREATE CAST (type_source AS type_cible)\n"
+#~ " WITH FUNCTION nom_fonction (type_argument)\n"
+#~ " [ AS ASSIGNMENT | AS IMPLICIT ]\n"
#~ "\n"
-#~ "sans préciser de direction ou en choissant une des directions suivantes :\n"
+#~ "CREATE CAST (type_source AS type_cible)\n"
+#~ " WITHOUT FUNCTION\n"
+#~ " [ AS ASSIGNMENT | AS IMPLICIT ]\n"
#~ "\n"
-#~ " NEXT\n"
-#~ " PRIOR\n"
-#~ " FIRST\n"
-#~ " LAST\n"
-#~ " ABSOLUTE nombre\n"
-#~ " RELATIVE nombre\n"
-#~ " count\n"
-#~ " ALL\n"
-#~ " FORWARD\n"
-#~ " FORWARD nombre\n"
-#~ " FORWARD ALL\n"
-#~ " BACKWARD\n"
-#~ " BACKWARD nombre\n"
-#~ " BACKWARD ALL"
+#~ "CREATE CAST (type_source AS type_cible)\n"
+#~ " WITH INOUT\n"
+#~ " [ AS ASSIGNMENT | AS IMPLICIT ]"
#~ msgid ""
-#~ "GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n"
-#~ " [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON [ TABLE ] tablename [, ...]\n"
-#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
-#~ "\n"
-#~ "GRANT { { SELECT | INSERT | UPDATE | REFERENCES } ( column [, ...] )\n"
-#~ " [,...] | ALL [ PRIVILEGES ] ( column [, ...] ) }\n"
-#~ " ON [ TABLE ] tablename [, ...]\n"
-#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "CREATE AGGREGATE name ( input_data_type [ , ... ] ) (\n"
+#~ " SFUNC = sfunc,\n"
+#~ " STYPE = state_data_type\n"
+#~ " [ , FINALFUNC = ffunc ]\n"
+#~ " [ , INITCOND = initial_condition ]\n"
+#~ " [ , SORTOP = sort_operator ]\n"
+#~ ")\n"
#~ "\n"
-#~ "GRANT { { USAGE | SELECT | UPDATE }\n"
-#~ " [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON SEQUENCE sequencename [, ...]\n"
-#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "or the old syntax\n"
#~ "\n"
-#~ "GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON DATABASE dbname [, ...]\n"
-#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "CREATE AGGREGATE name (\n"
+#~ " BASETYPE = base_type,\n"
+#~ " SFUNC = sfunc,\n"
+#~ " STYPE = state_data_type\n"
+#~ " [ , FINALFUNC = ffunc ]\n"
+#~ " [ , INITCOND = initial_condition ]\n"
+#~ " [ , SORTOP = sort_operator ]\n"
+#~ ")"
+#~ msgstr ""
+#~ "CREATE AGGREGATE nom ( type_données_en_entrée [ , ... ] ) (\n"
+#~ " SFUNC = sfonction,\n"
+#~ " STYPE = type_données_état\n"
+#~ " [ , FINALFUNC = fonction_f ]\n"
+#~ " [ , INITCOND = condition_initiale ]\n"
+#~ " [ , SORTOP = opérateur_tri ]\n"
+#~ ")\n"
#~ "\n"
-#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
-#~ " ON FOREIGN DATA WRAPPER fdwname [, ...]\n"
-#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "ou l'ancienne syntaxe\n"
#~ "\n"
-#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
-#~ " ON FOREIGN SERVER servername [, ...]\n"
-#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "CREATE AGGREGATE nom (\n"
+#~ " BASETYPE = type_base,\n"
+#~ " SFUNC = fonction_s,\n"
+#~ " STYPE = type_données_état\n"
+#~ " [ , FINALFUNC = fonction_f ]\n"
+#~ " [ , INITCOND = condition_initiale ]\n"
+#~ " [ , SORTOP = opérateur_tri ]\n"
+#~ ")"
+
+#~ msgid ""
+#~ "COPY tablename [ ( column [, ...] ) ]\n"
+#~ " FROM { 'filename' | STDIN }\n"
+#~ " [ [ WITH ] \n"
+#~ " [ BINARY ]\n"
+#~ " [ OIDS ]\n"
+#~ " [ DELIMITER [ AS ] 'delimiter' ]\n"
+#~ " [ NULL [ AS ] 'null string' ]\n"
+#~ " [ CSV [ HEADER ]\n"
+#~ " [ QUOTE [ AS ] 'quote' ] \n"
+#~ " [ ESCAPE [ AS ] 'escape' ]\n"
+#~ " [ FORCE NOT NULL column [, ...] ]\n"
#~ "\n"
-#~ "GRANT { EXECUTE | ALL [ PRIVILEGES ] }\n"
-#~ " ON FUNCTION funcname ( [ [ argmode ] [ argname ] argtype [, ...] ] ) [, ...]\n"
-#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "COPY { tablename [ ( column [, ...] ) ] | ( query ) }\n"
+#~ " TO { 'filename' | STDOUT }\n"
+#~ " [ [ WITH ] \n"
+#~ " [ BINARY ]\n"
+#~ " [ OIDS ]\n"
+#~ " [ DELIMITER [ AS ] 'delimiter' ]\n"
+#~ " [ NULL [ AS ] 'null string' ]\n"
+#~ " [ CSV [ HEADER ]\n"
+#~ " [ QUOTE [ AS ] 'quote' ] \n"
+#~ " [ ESCAPE [ AS ] 'escape' ]\n"
+#~ " [ FORCE QUOTE column [, ...] ]"
+#~ msgstr ""
+#~ "COPY nom_table [ ( colonne [, ...] ) ]\n"
+#~ " FROM { 'nom_fichier' | STDIN }\n"
+#~ " [ [ WITH ] \n"
+#~ " [ BINARY ]\n"
+#~ " [ OIDS ]\n"
+#~ " [ DELIMITER [ AS ] 'délimiteur' ]\n"
+#~ " [ NULL [ AS ] 'chaîne null' ]\n"
+#~ " [ CSV [ HEADER ]\n"
+#~ " [ QUOTE [ AS ] 'guillemet' ] \n"
+#~ " [ ESCAPE [ AS ] 'échappement' ]\n"
+#~ " [ FORCE NOT NULL colonne [, ...] ]\n"
#~ "\n"
-#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
-#~ " ON LANGUAGE langname [, ...]\n"
-#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "COPY { nom_table [ ( colonne [, ...] ) ] | ( requête ) }\n"
+#~ " TO { 'nom_fichier' | STDOUT }\n"
+#~ " [ [ WITH ] \n"
+#~ " [ BINARY ]\n"
+#~ " [ OIDS ]\n"
+#~ " [ DELIMITER [ AS ] 'délimiteur' ]\n"
+#~ " [ NULL [ AS ] 'chaîne null' ]\n"
+#~ " [ CSV [ HEADER ]\n"
+#~ " [ QUOTE [ AS ] 'guillemet' ] \n"
+#~ " [ ESCAPE [ AS ] 'échappement' ]\n"
+#~ " [ FORCE QUOTE colonne [, ...] ]"
+
+#~ msgid "COMMIT PREPARED transaction_id"
+#~ msgstr "COMMIT PREPARED id_transaction"
+
+#~ msgid "COMMIT [ WORK | TRANSACTION ]"
+#~ msgstr "COMMIT [ WORK | TRANSACTION ]"
+
+#~ msgid ""
+#~ "COMMENT ON\n"
+#~ "{\n"
+#~ " TABLE object_name |\n"
+#~ " COLUMN table_name.column_name |\n"
+#~ " AGGREGATE agg_name (agg_type [, ...] ) |\n"
+#~ " CAST (sourcetype AS targettype) |\n"
+#~ " CONSTRAINT constraint_name ON table_name |\n"
+#~ " CONVERSION object_name |\n"
+#~ " DATABASE object_name |\n"
+#~ " DOMAIN object_name |\n"
+#~ " FUNCTION func_name ( [ [ argmode ] [ argname ] argtype [, ...] ] ) |\n"
+#~ " INDEX object_name |\n"
+#~ " LARGE OBJECT large_object_oid |\n"
+#~ " OPERATOR op (leftoperand_type, rightoperand_type) |\n"
+#~ " OPERATOR CLASS object_name USING index_method |\n"
+#~ " OPERATOR FAMILY object_name USING index_method |\n"
+#~ " [ PROCEDURAL ] LANGUAGE object_name |\n"
+#~ " ROLE object_name |\n"
+#~ " RULE rule_name ON table_name |\n"
+#~ " SCHEMA object_name |\n"
+#~ " SEQUENCE object_name |\n"
+#~ " TABLESPACE object_name |\n"
+#~ " TEXT SEARCH CONFIGURATION object_name |\n"
+#~ " TEXT SEARCH DICTIONARY object_name |\n"
+#~ " TEXT SEARCH PARSER object_name |\n"
+#~ " TEXT SEARCH TEMPLATE object_name |\n"
+#~ " TRIGGER trigger_name ON table_name |\n"
+#~ " TYPE object_name |\n"
+#~ " VIEW object_name\n"
+#~ "} IS 'text'"
+#~ msgstr ""
+#~ "COMMENT ON\n"
+#~ "{\n"
+#~ " TABLE nom_objet |\n"
+#~ " COLUMN nom_table.nom_colonne |\n"
+#~ " AGGREGATE nom_agg (type_agg [, ...] ) |\n"
+#~ " CAST (type_source AS type_cible) |\n"
+#~ " CONSTRAINT nom_contrainte ON nom_table |\n"
+#~ " CONVERSION nom_objet |\n"
+#~ " DATABASE nom_objet |\n"
+#~ " DOMAIN nom_objet |\n"
+#~ " FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) |\n"
+#~ " INDEX nom_objet |\n"
+#~ " LARGE OBJECT oid_LO |\n"
+#~ " OPERATOR op (type_operande_gauche, type_operande_droit) |\n"
+#~ " OPERATOR CLASS nom_objet USING methode_indexage |\n"
+#~ " OPERATOR FAMILY nom_objet USING methode_indexage |\n"
+#~ " [ PROCEDURAL ] LANGUAGE nom_objet |\n"
+#~ " ROLE nom_objet |\n"
+#~ " RULE nom_regle ON nom_table |\n"
+#~ " SCHEMA nom_objet |\n"
+#~ " SEQUENCE nom_objet |\n"
+#~ " TABLESPACE nom_objet |\n"
+#~ " TEXT SEARCH CONFIGURATION nom_objet |\n"
+#~ " TEXT SEARCH DICTIONARY nom_objet |\n"
+#~ " TEXT SEARCH PARSER nom_objet |\n"
+#~ " TEXT SEARCH TEMPLATE nom_objet |\n"
+#~ " TRIGGER nom_trigger ON nom_objet |\n"
+#~ " TYPE nom_objet |\n"
+#~ " VIEW nom_objet\n"
+#~ "} IS 'text'"
+
+#~ msgid ""
+#~ "CLUSTER [VERBOSE] tablename [ USING indexname ]\n"
+#~ "CLUSTER [VERBOSE]"
+#~ msgstr ""
+#~ "CLUSTER [VERBOSE] nom_table [ USING nom_index ]\n"
+#~ "CLUSTER [VERBOSE]"
+
+#~ msgid "CLOSE { name | ALL }"
+#~ msgstr "CLOSE { nom | ALL }"
+
+#~ msgid "CHECKPOINT"
+#~ msgstr "CHECKPOINT"
+
+#~ msgid ""
+#~ "BEGIN [ WORK | TRANSACTION ] [ transaction_mode [, ...] ]\n"
#~ "\n"
-#~ "GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON SCHEMA schemaname [, ...]\n"
-#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "where transaction_mode is one of:\n"
#~ "\n"
-#~ "GRANT { CREATE | ALL [ PRIVILEGES ] }\n"
-#~ " ON TABLESPACE tablespacename [, ...]\n"
-#~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }\n"
+#~ " READ WRITE | READ ONLY"
+#~ msgstr ""
+#~ "BEGIN [ WORK | TRANSACTION ] [ transaction_mode [, ...] ]\n"
#~ "\n"
-#~ "GRANT role [, ...] TO rolename [, ...] [ WITH ADMIN OPTION ]"
+#~ "où transaction_mode peut être :\n"
+#~ "\n"
+#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ |\n"
+#~ " READ COMMITTED | READ UNCOMMITTED }\n"
+#~ " READ WRITE | READ ONLY"
+
+#~ msgid "ANALYZE [ VERBOSE ] [ table [ ( column [, ...] ) ] ]"
+#~ msgstr "ANALYZE [ VERBOSE ] [ table [ ( colonne [, ...] ) ] ]"
+
+#~ msgid ""
+#~ "ALTER VIEW name ALTER [ COLUMN ] column SET DEFAULT expression\n"
+#~ "ALTER VIEW name ALTER [ COLUMN ] column DROP DEFAULT\n"
+#~ "ALTER VIEW name OWNER TO new_owner\n"
+#~ "ALTER VIEW name RENAME TO new_name\n"
+#~ "ALTER VIEW name SET SCHEMA new_schema"
#~ msgstr ""
-#~ "GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n"
-#~ " [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON [ TABLE ] nom_table [, ...]\n"
-#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "ALTER VIEW nom ALTER [ COLUMN ] colonne SET DEFAULT expression\n"
+#~ "ALTER VIEW nom ALTER [ COLUMN ] colonne DROP DEFAULT\n"
+#~ "ALTER VIEW nom OWNER TO nouveau_propriétaire\n"
+#~ "ALTER VIEW nom RENAME TO nouveau_nom\n"
+#~ "ALTER VIEW nom SET SCHEMA nouveau_schéma"
+
+#~ msgid ""
+#~ "ALTER USER MAPPING FOR { username | USER | CURRENT_USER | PUBLIC }\n"
+#~ " SERVER servername\n"
+#~ " OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] )"
+#~ msgstr ""
+#~ "ALTER USER MAPPING FOR { nom_utilisateur | USER | CURRENT_USER | PUBLIC }\n"
+#~ " SERVER nom_serveur\n"
+#~ " OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ] )"
+
+#~ msgid ""
+#~ "ALTER USER name [ [ WITH ] option [ ... ] ]\n"
#~ "\n"
-#~ "GRANT { { SELECT | INSERT | UPDATE | REFERENCES } ( colonne [, ...] )\n"
-#~ " [,...] | ALL [ PRIVILEGES ] ( colonne [, ...] ) }\n"
-#~ " ON [ TABLE ] nom_table [, ...]\n"
-#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "where option can be:\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT connlimit\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
#~ "\n"
-#~ "GRANT { { USAGE | SELECT | UPDATE }\n"
-#~ " [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON SEQUENCE nom_séquence [, ...]\n"
-#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "ALTER USER name RENAME TO newname\n"
#~ "\n"
-#~ "GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON DATABASE nom_base [, ...]\n"
-#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "ALTER USER name SET configuration_parameter { TO | = } { value | DEFAULT }\n"
+#~ "ALTER USER name SET configuration_parameter FROM CURRENT\n"
+#~ "ALTER USER name RESET configuration_parameter\n"
+#~ "ALTER USER name RESET ALL"
+#~ msgstr ""
+#~ "ALTER USER nom [ [ WITH ] option [ ... ] ]\n"
#~ "\n"
-#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
-#~ " ON FOREIGN DATA WRAPPER nomfdw [, ...]\n"
-#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "où option peut être :\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT limite_connexion\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'motdepasse'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
#~ "\n"
-#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
-#~ " ON FOREIGN SERVER nom_serveur [, ...]\n"
-#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "ALTER USER nom RENAME TO nouveau_nom\n"
#~ "\n"
-#~ "GRANT { EXECUTE | ALL [ PRIVILEGES ] }\n"
-#~ " ON FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) [, ...]\n"
-#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "ALTER USER nom SET paramètre { TO | = } { valeur | DEFAULT }\n"
+#~ "ALTER USER name SET paramètre FROM CURRENT\n"
+#~ "ALTER USER nom RESET paramètre\n"
+#~ "ALTER USER name RESET ALL"
+
+#~ msgid ""
+#~ "ALTER TYPE name RENAME TO new_name\n"
+#~ "ALTER TYPE name OWNER TO new_owner \n"
+#~ "ALTER TYPE name SET SCHEMA new_schema"
+#~ msgstr ""
+#~ "ALTER TYPE nom RENAME TO nouveau_nom\n"
+#~ "ALTER TYPE nom OWNER TO nouveau_propriétaire\n"
+#~ "ALTER TYPE nom SET SCHEMA nouveau_schéma"
+
+#~ msgid "ALTER TRIGGER name ON table RENAME TO newname"
+#~ msgstr "ALTER TRIGGER nom ON table RENAME TO nouveau_nom"
+
+#~ msgid "ALTER TEXT SEARCH TEMPLATE name RENAME TO newname"
+#~ msgstr "ALTER TEXT SEARCH TEMPLATE nom RENAME TO nouveau_nom"
+
+#~ msgid "ALTER TEXT SEARCH PARSER name RENAME TO newname"
+#~ msgstr "ALTER TEXT SEARCH PARSER nom RENAME TO nouveau_nom"
+
+#~ msgid ""
+#~ "ALTER TEXT SEARCH DICTIONARY name (\n"
+#~ " option [ = value ] [, ... ]\n"
+#~ ")\n"
+#~ "ALTER TEXT SEARCH DICTIONARY name RENAME TO newname\n"
+#~ "ALTER TEXT SEARCH DICTIONARY name OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER TEXT SEARCH DICTIONARY nom (\n"
+#~ " option [ = valeur ] [, ... ]\n"
+#~ ")\n"
+#~ "ALTER TEXT SEARCH DICTIONARY nom RENAME TO nouveau_nom\n"
+#~ "ALTER TEXT SEARCH DICTIONARY nom OWNER TO nouveau_propriétaire"
+
+#~ msgid ""
+#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
+#~ " ADD MAPPING FOR token_type [, ... ] WITH dictionary_name [, ... ]\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
+#~ " ALTER MAPPING FOR token_type [, ... ] WITH dictionary_name [, ... ]\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
+#~ " ALTER MAPPING REPLACE old_dictionary WITH new_dictionary\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
+#~ " ALTER MAPPING FOR token_type [, ... ] REPLACE old_dictionary WITH new_dictionary\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION name\n"
+#~ " DROP MAPPING [ IF EXISTS ] FOR token_type [, ... ]\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION name RENAME TO newname\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION name OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
+#~ " ADD MAPPING FOR type_jeton [, ... ] WITH nom_dictionnaire [, ... ]\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
+#~ " ALTER MAPPING FOR type_jeton [, ... ] WITH nom_dictionnaire [, ... ]\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
+#~ " ALTER MAPPING REPLACE ancien_dictionnaire WITH nouveau_dictionnaire\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
+#~ " ALTER MAPPING FOR type_jeton [, ... ]\n"
+#~ " REPLACE ancien_dictionnaire WITH nouveau_dictionnaire\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION nom\n"
+#~ " DROP MAPPING [ IF EXISTS ] FOR type_jeton [, ... ]\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION nom RENAME TO nouveau_nom\n"
+#~ "ALTER TEXT SEARCH CONFIGURATION nom OWNER TO nouveau_propriétaire"
+
+#~ msgid ""
+#~ "ALTER TABLESPACE name RENAME TO newname\n"
+#~ "ALTER TABLESPACE name OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER TABLESPACE nom RENAME TO nouveau_nom\n"
+#~ "ALTER TABLESPACE nom OWNER TO nouveau_propriétaire"
+
+#~ msgid ""
+#~ "ALTER TABLE [ ONLY ] name [ * ]\n"
+#~ " action [, ... ]\n"
+#~ "ALTER TABLE [ ONLY ] name [ * ]\n"
+#~ " RENAME [ COLUMN ] column TO new_column\n"
+#~ "ALTER TABLE name\n"
+#~ " RENAME TO new_name\n"
+#~ "ALTER TABLE name\n"
+#~ " SET SCHEMA new_schema\n"
#~ "\n"
-#~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n"
-#~ " ON LANGUAGE nom_langage [, ...]\n"
-#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "where action is one of:\n"
#~ "\n"
-#~ "GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON SCHEMA nom_schéma [, ...]\n"
-#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ " ADD [ COLUMN ] column type [ column_constraint [ ... ] ]\n"
+#~ " DROP [ COLUMN ] column [ RESTRICT | CASCADE ]\n"
+#~ " ALTER [ COLUMN ] column [ SET DATA ] TYPE type [ USING expression ]\n"
+#~ " ALTER [ COLUMN ] column SET DEFAULT expression\n"
+#~ " ALTER [ COLUMN ] column DROP DEFAULT\n"
+#~ " ALTER [ COLUMN ] column { SET | DROP } NOT NULL\n"
+#~ " ALTER [ COLUMN ] column SET STATISTICS integer\n"
+#~ " ALTER [ COLUMN ] column SET STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN }\n"
+#~ " ADD table_constraint\n"
+#~ " DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]\n"
+#~ " DISABLE TRIGGER [ trigger_name | ALL | USER ]\n"
+#~ " ENABLE TRIGGER [ trigger_name | ALL | USER ]\n"
+#~ " ENABLE REPLICA TRIGGER trigger_name\n"
+#~ " ENABLE ALWAYS TRIGGER trigger_name\n"
+#~ " DISABLE RULE rewrite_rule_name\n"
+#~ " ENABLE RULE rewrite_rule_name\n"
+#~ " ENABLE REPLICA RULE rewrite_rule_name\n"
+#~ " ENABLE ALWAYS RULE rewrite_rule_name\n"
+#~ " CLUSTER ON index_name\n"
+#~ " SET WITHOUT CLUSTER\n"
+#~ " SET WITH OIDS\n"
+#~ " SET WITHOUT OIDS\n"
+#~ " SET ( storage_parameter = value [, ... ] )\n"
+#~ " RESET ( storage_parameter [, ... ] )\n"
+#~ " INHERIT parent_table\n"
+#~ " NO INHERIT parent_table\n"
+#~ " OWNER TO new_owner\n"
+#~ " SET TABLESPACE new_tablespace"
+#~ msgstr ""
+#~ "ALTER TABLE [ ONLY ] nom [ * ]\n"
+#~ " action [, ... ]\n"
+#~ "ALTER TABLE [ ONLY ] nom [ * ]\n"
+#~ " RENAME [ COLUMN ] colonne TO nouvelle_colonne\n"
+#~ "ALTER TABLE nom\n"
+#~ " RENAME TO nouveau_nom\n"
+#~ "ALTER TABLE nom\n"
+#~ " SET SCHEMA nouveau_schema\n"
#~ "\n"
-#~ "GRANT { CREATE | ALL [ PRIVILEGES ] }\n"
-#~ " ON TABLESPACE nom_tablespace [, ...]\n"
-#~ " TO { [ GROUP ] nom_rôle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n"
+#~ "où action peut être :\n"
#~ "\n"
-#~ "GRANT rôle [, ...] TO nom_rôle [, ...] [ WITH ADMIN OPTION ]"
+#~ " ADD [ COLUMN ] colonne type [ contrainte_colonne [ ... ] ]\n"
+#~ " DROP [ COLUMN ] colonne [ RESTRICT | CASCADE ]\n"
+#~ " ALTER [ COLUMN ] colonne [ SET DATA ] TYPE type [ USING expression ]\n"
+#~ " ALTER [ COLUMN ] colonne SET DEFAULT expression\n"
+#~ " ALTER [ COLUMN ] colonne DROP DEFAULT\n"
+#~ " ALTER [ COLUMN ] colonne { SET | DROP } NOT NULL\n"
+#~ " ALTER [ COLUMN ] colonne SET STATISTICS entier\n"
+#~ " ALTER [ COLUMN ] colonne SET STORAGE\n"
+#~ " { PLAIN | EXTERNAL | EXTENDED | MAIN }\n"
+#~ " ADD contrainte_table\n"
+#~ " DROP CONSTRAINT nom_contrainte [ RESTRICT | CASCADE ]\n"
+#~ " DISABLE TRIGGER [ nom_trigger | ALL | USER ]\n"
+#~ " ENABLE TRIGGER [ nom_trigger | ALL | USER ]\n"
+#~ " ENABLE REPLICA TRIGGER nom_trigger\n"
+#~ " ENABLE ALWAYS TRIGGER nom_trigger\n"
+#~ " DISABLE RULE nom_règle_réécriture\n"
+#~ " ENABLE RULE nom_règle_réécriture\n"
+#~ " ENABLE REPLICA RULE nom_règle_réécriture\n"
+#~ " ENABLE ALWAYS RULE nom_règle_réécriture\n"
+#~ " CLUSTER ON nom_index\n"
+#~ " SET WITHOUT CLUSTER\n"
+#~ " SET WITH OIDS\n"
+#~ " SET WITHOUT OIDS\n"
+#~ " SET ( paramètre_stockage = valeur [, ... ] )\n"
+#~ " RESET ( paramètre_stockage [, ... ] )\n"
+#~ " INHERIT table_parent\n"
+#~ " NO INHERIT table_parent\n"
+#~ " OWNER TO nouveau_propriétaire\n"
+#~ " SET TABLESPACE nouveau_tablespace"
+
+#~ msgid ""
+#~ "ALTER SERVER servername [ VERSION 'newversion' ]\n"
+#~ " [ OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] ) ]\n"
+#~ "ALTER SERVER servername OWNER TO new_owner"
+#~ msgstr ""
+#~ "ALTER SERVER nom [ VERSION 'nouvelleversion' ]\n"
+#~ " [ OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ] ) ]\n"
+#~ "ALTER SERVER nom OWNER TO nouveau_propriétaire"
+
+#~ msgid ""
+#~ "ALTER SEQUENCE name [ INCREMENT [ BY ] increment ]\n"
+#~ " [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]\n"
+#~ " [ START [ WITH ] start ]\n"
+#~ " [ RESTART [ [ WITH ] restart ] ]\n"
+#~ " [ CACHE cache ] [ [ NO ] CYCLE ]\n"
+#~ " [ OWNED BY { table.column | NONE } ]\n"
+#~ "ALTER SEQUENCE name OWNER TO new_owner\n"
+#~ "ALTER SEQUENCE name RENAME TO new_name\n"
+#~ "ALTER SEQUENCE name SET SCHEMA new_schema"
+#~ msgstr ""
+#~ "ALTER SEQUENCE nom [ INCREMENT [ BY ] incrément ]\n"
+#~ " [ MINVALUE valeur_min | NO MINVALUE ] [ MAXVALUE valeur_max | NO MAXVALUE ]\n"
+#~ " [ START [ WITH ] valeur_début ]\n"
+#~ " [ RESTART [ [ WITH ] valeur_redémarrage ] ]\n"
+#~ " [ CACHE cache ] [ [ NO ] CYCLE ]\n"
+#~ " [ OWNED BY { table.colonne | NONE } ]\n"
+#~ "ALTER SEQUENCE nom OWNER TO new_propriétaire\n"
+#~ "ALTER SEQUENCE nom RENAME TO new_nom\n"
+#~ "ALTER SEQUENCE nom SET SCHEMA new_schéma"
#~ msgid ""
-#~ "INSERT INTO table [ ( column [, ...] ) ]\n"
-#~ " { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) [, ...] | query }\n"
-#~ " [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]"
+#~ "ALTER SCHEMA name RENAME TO newname\n"
+#~ "ALTER SCHEMA name OWNER TO newowner"
#~ msgstr ""
-#~ "INSERT INTO table [ ( colonne [, ...] ) ]\n"
-#~ " { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) [, ...] | requête }\n"
-#~ " [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]"
-
-#~ msgid "LISTEN name"
-#~ msgstr "LISTEN nom"
-
-#~ msgid "LOAD 'filename'"
-#~ msgstr "LOAD 'nom_de_fichier'"
+#~ "ALTER SCHEMA nom RENAME TO nouveau_nom\n"
+#~ "ALTER SCHEMA nom OWNER TO nouveau_propriétaire"
#~ msgid ""
-#~ "LOCK [ TABLE ] [ ONLY ] name [, ...] [ IN lockmode MODE ] [ NOWAIT ]\n"
+#~ "ALTER ROLE name [ [ WITH ] option [ ... ] ]\n"
#~ "\n"
-#~ "where lockmode is one of:\n"
+#~ "where option can be:\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT connlimit\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
#~ "\n"
-#~ " ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n"
-#~ " | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE"
+#~ "ALTER ROLE name RENAME TO newname\n"
+#~ "\n"
+#~ "ALTER ROLE name SET configuration_parameter { TO | = } { value | DEFAULT }\n"
+#~ "ALTER ROLE name SET configuration_parameter FROM CURRENT\n"
+#~ "ALTER ROLE name RESET configuration_parameter\n"
+#~ "ALTER ROLE name RESET ALL"
#~ msgstr ""
-#~ "LOCK [ TABLE ] [ ONLY ] nom [, ...] [ IN mode_verrouillage MODE ] [ NOWAIT ]\n"
+#~ "ALTER ROLE nom [ [ WITH ] option [ ... ] ]\n"
#~ "\n"
-#~ "avec mode_verrouillage parmi :\n"
+#~ "où option peut être :\n"
+#~ " \n"
+#~ " SUPERUSER | NOSUPERUSER\n"
+#~ " | CREATEDB | NOCREATEDB\n"
+#~ " | CREATEROLE | NOCREATEROLE\n"
+#~ " | CREATEUSER | NOCREATEUSER\n"
+#~ " | INHERIT | NOINHERIT\n"
+#~ " | LOGIN | NOLOGIN\n"
+#~ " | CONNECTION LIMIT limite_connexions\n"
+#~ " | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'mot de passe'\n"
+#~ " | VALID UNTIL 'timestamp' \n"
#~ "\n"
-#~ " ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n"
-#~ " | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE"
-
-#~ msgid "MOVE [ direction { FROM | IN } ] cursorname"
-#~ msgstr "MOVE [ direction { FROM | IN } ] nom_de_curseur"
-
-#~ msgid "NOTIFY name"
-#~ msgstr "NOTIFY nom"
-
-#~ msgid "PREPARE name [ ( datatype [, ...] ) ] AS statement"
-#~ msgstr "PREPARE nom_plan [ ( type_données [, ...] ) ] AS instruction"
+#~ "ALTER ROLE nom RENAME TO nouveau_nom\n"
+#~ "\n"
+#~ "ALTER ROLE nom SET paramètre { TO | = } { valeur | DEFAULT }\n"
+#~ "ALTER ROLE name SET paramètre FROM CURRENT\n"
+#~ "ALTER ROLE nom RESET paramètre\n"
+#~ "ALTER ROLE name RESET ALL"
-#~ msgid "PREPARE TRANSACTION transaction_id"
-#~ msgstr "PREPARE TRANSACTION id_transaction"
+#~ msgid ""
+#~ "ALTER OPERATOR FAMILY name USING index_method ADD\n"
+#~ " { OPERATOR strategy_number operator_name ( op_type, op_type )\n"
+#~ " | FUNCTION support_number [ ( op_type [ , op_type ] ) ] funcname ( argument_type [, ...] )\n"
+#~ " } [, ... ]\n"
+#~ "ALTER OPERATOR FAMILY name USING index_method DROP\n"
+#~ " { OPERATOR strategy_number ( op_type [ , op_type ] )\n"
+#~ " | FUNCTION support_number ( op_type [ , op_type ] )\n"
+#~ " } [, ... ]\n"
+#~ "ALTER OPERATOR FAMILY name USING index_method RENAME TO newname\n"
+#~ "ALTER OPERATOR FAMILY name USING index_method OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER OPERATOR FAMILY nom USING méthode_indexage ADD\n"
+#~ " { OPERATOR numéro_stratégie nom_opérateur ( type_op, type_op ) \n"
+#~ " | FUNCTION numéro_support [ ( type_op [ , type_op ] ) ]\n"
+#~ " nom_fonction ( type_argument [, ...] )\n"
+#~ " } [, ... ]\n"
+#~ "ALTER OPERATOR FAMILY nom USING méthode_indexage DROP\n"
+#~ " { OPERATOR numéro_stratégie ( type_op [ , type_op ] )\n"
+#~ " | FUNCTION numéro_support ( type_op [ , type_op ] )\n"
+#~ " } [, ... ]\n"
+#~ "ALTER OPERATOR FAMILY nom USING méthode_indexage\n"
+#~ " RENAME TO nouveau_nom\n"
+#~ "ALTER OPERATOR FAMILY nom USING méthode_indexage\n"
+#~ " OWNER TO nouveau_propriétaire"
-#~ msgid "REASSIGN OWNED BY old_role [, ...] TO new_role"
-#~ msgstr "REASSIGN OWNED BY ancien_role [, ...] TO nouveau_role"
+#~ msgid ""
+#~ "ALTER OPERATOR CLASS name USING index_method RENAME TO newname\n"
+#~ "ALTER OPERATOR CLASS name USING index_method OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER OPERATOR CLASS nom USING méthode_indexation\n"
+#~ " RENAME TO nouveau_nom\n"
+#~ "ALTER OPERATOR CLASS nom USING méthode_indexation\n"
+#~ " OWNER TO nouveau_propriétaire"
-#~ msgid "REINDEX { INDEX | TABLE | DATABASE | SYSTEM } name [ FORCE ]"
-#~ msgstr "REINDEX { INDEX | TABLE | DATABASE | SYSTEM } nom [ FORCE ]"
+#~ msgid "ALTER OPERATOR name ( { lefttype | NONE } , { righttype | NONE } ) OWNER TO newowner"
+#~ msgstr ""
+#~ "ALTER OPERATOR nom ( { lefttype | NONE } , { righttype | NONE } )\n"
+#~ " OWNER TO nouveau_propriétaire"
-#~ msgid "RELEASE [ SAVEPOINT ] savepoint_name"
-#~ msgstr "RELEASE [ SAVEPOINT ] nom_retour"
+#~ msgid ""
+#~ "ALTER [ PROCEDURAL ] LANGUAGE name RENAME TO newname\n"
+#~ "ALTER [ PROCEDURAL ] LANGUAGE name OWNER TO new_owner"
+#~ msgstr ""
+#~ "ALTER [ PROCEDURAL ] LANGUAGE nom RENAME TO nouveau_nom\n"
+#~ "ALTER [ PROCEDURAL ] LANGUAGE nom OWNER TO nouveau_propriétaire"
#~ msgid ""
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n"
-#~ " [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON [ TABLE ] tablename [, ...]\n"
-#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { { SELECT | INSERT | UPDATE | REFERENCES } ( column [, ...] )\n"
-#~ " [,...] | ALL [ PRIVILEGES ] ( column [, ...] ) }\n"
-#~ " ON [ TABLE ] tablename [, ...]\n"
-#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { { USAGE | SELECT | UPDATE }\n"
-#~ " [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON SEQUENCE sequencename [, ...]\n"
-#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON DATABASE dbname [, ...]\n"
-#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
-#~ " ON FOREIGN DATA WRAPPER fdwname [, ...]\n"
-#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
-#~ " ON FOREIGN SERVER servername [, ...]\n"
-#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { EXECUTE | ALL [ PRIVILEGES ] }\n"
-#~ " ON FUNCTION funcname ( [ [ argmode ] [ argname ] argtype [, ...] ] ) [, ...]\n"
-#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
-#~ " ON LANGUAGE langname [, ...]\n"
-#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON SCHEMA schemaname [, ...]\n"
-#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { CREATE | ALL [ PRIVILEGES ] }\n"
-#~ " ON TABLESPACE tablespacename [, ...]\n"
-#~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ ADMIN OPTION FOR ]\n"
-#~ " role [, ...] FROM rolename [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]"
+#~ "ALTER INDEX name RENAME TO new_name\n"
+#~ "ALTER INDEX name SET TABLESPACE tablespace_name\n"
+#~ "ALTER INDEX name SET ( storage_parameter = value [, ... ] )\n"
+#~ "ALTER INDEX name RESET ( storage_parameter [, ... ] )"
#~ msgstr ""
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n"
-#~ " [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON [ TABLE ] nom_table [, ...]\n"
-#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { { SELECT | INSERT | UPDATE | REFERENCES } ( colonne [, ...] )\n"
-#~ " [,...] | ALL [ PRIVILEGES ] ( colonne [, ...] ) }\n"
-#~ " ON [ TABLE ] nom_table [, ...]\n"
-#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { { USAGE | SELECT | UPDATE }\n"
-#~ " [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON SEQUENCE nom_séquence [, ...]\n"
-#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON DATABASE nom_base [, ...]\n"
-#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
-#~ " ON FOREIGN DATA WRAPPER nom_fdw [, ...]\n"
-#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
-#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
-#~ " ON FOREIGN SERVER nom_serveur [, ...]\n"
-#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
+#~ "ALTER INDEX nom RENAME TO nouveau_nom\n"
+#~ "ALTER INDEX nom SET TABLESPACE nom_tablespace\n"
+#~ "ALTER INDEX nom SET ( paramètre_stockage = valeur [, ... ] )\n"
+#~ "ALTER INDEX nom RESET ( paramètre_stockage [, ... ] )"
+
+#~ msgid ""
+#~ "ALTER GROUP groupname ADD USER username [, ... ]\n"
+#~ "ALTER GROUP groupname DROP USER username [, ... ]\n"
#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { EXECUTE | ALL [ PRIVILEGES ] }\n"
-#~ " ON FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) [, ...]\n"
-#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
+#~ "ALTER GROUP groupname RENAME TO newname"
+#~ msgstr ""
+#~ "ALTER GROUP nom_groupe ADD USER nom_utilisateur [, ... ]\n"
+#~ "ALTER GROUP nom_groupe DROP USER nom_utilisateur [, ... ]\n"
#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { USAGE | ALL [ PRIVILEGES ] }\n"
-#~ " ON LANGUAGE nom_langage [, ...]\n"
-#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
+#~ "ALTER GROUP nom_groupe RENAME TO nouveau_nom"
+
+#~ msgid ""
+#~ "ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
+#~ " action [ ... ] [ RESTRICT ]\n"
+#~ "ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
+#~ " RENAME TO new_name\n"
+#~ "ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
+#~ " OWNER TO new_owner\n"
+#~ "ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n"
+#~ " SET SCHEMA new_schema\n"
#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }\n"
-#~ " ON SCHEMA nom_schéma [, ...]\n"
-#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
+#~ "where action is one of:\n"
#~ "\n"
-#~ "REVOKE [ GRANT OPTION FOR ]\n"
-#~ " { CREATE | ALL [ PRIVILEGES ] }\n"
-#~ " ON TABLESPACE nom_tablespace [, ...]\n"
-#~ " FROM { [ GROUP ] nom_rôle | PUBLIC } [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]\n"
+#~ " CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
+#~ " IMMUTABLE | STABLE | VOLATILE\n"
+#~ " [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
+#~ " COST execution_cost\n"
+#~ " ROWS result_rows\n"
+#~ " SET configuration_parameter { TO | = } { value | DEFAULT }\n"
+#~ " SET configuration_parameter FROM CURRENT\n"
+#~ " RESET configuration_parameter\n"
+#~ " RESET ALL"
+#~ msgstr ""
+#~ "ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
+#~ " action [, ... ] [ RESTRICT ]\n"
+#~ "ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
+#~ " RENAME TO nouveau_nom\n"
+#~ "ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
+#~ " OWNER TO nouveau_proprietaire\n"
+#~ "ALTER FUNCTION nom ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] )\n"
+#~ " SET SCHEMA nouveau_schema\n"
#~ "\n"
-#~ "REVOKE [ ADMIN OPTION FOR ]\n"
-#~ " role [, ...] FROM nom_rôle [, ...]\n"
-#~ " [ CASCADE | RESTRICT ]"
-
-#~ msgid "ROLLBACK [ WORK | TRANSACTION ]"
-#~ msgstr "ROLLBACK [ WORK | TRANSACTION ]"
+#~ "où action peut être :\n"
+#~ "\n"
+#~ " CALLED ON NULL INPUT | RETURNS NULL ON NULL INPUT | STRICT\n"
+#~ " IMMUTABLE | STABLE | VOLATILE\n"
+#~ " [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n"
+#~ " COST cout_execution\n"
+#~ " ROWS lignes_resultats\n"
+#~ " SET paramètre { TO | = } { valeur | DEFAULT }\n"
+#~ " SET paramètre FROM CURRENT\n"
+#~ " RESET paramètre\n"
+#~ " RESET ALL"
-#~ msgid "ROLLBACK PREPARED transaction_id"
-#~ msgstr "ROLLBACK PREPARED id_transaction"
+#~ msgid ""
+#~ "ALTER FOREIGN DATA WRAPPER name\n"
+#~ " [ VALIDATOR valfunction | NO VALIDATOR ]\n"
+#~ " [ OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ]) ]\n"
+#~ "ALTER FOREIGN DATA WRAPPER name OWNER TO new_owner"
+#~ msgstr ""
+#~ "ALTER FOREIGN DATA WRAPPER nom\n"
+#~ " [ VALIDATOR fonction_validation | NO VALIDATOR ]\n"
+#~ " [ OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ]) ]\n"
+#~ "ALTER FOREIGN DATA WRAPPER nom OWNER TO nouveau_propriétaire"
-#~ msgid "ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_name"
-#~ msgstr "ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] nom_retour"
+#~ msgid ""
+#~ "ALTER DOMAIN name\n"
+#~ " { SET DEFAULT expression | DROP DEFAULT }\n"
+#~ "ALTER DOMAIN name\n"
+#~ " { SET | DROP } NOT NULL\n"
+#~ "ALTER DOMAIN name\n"
+#~ " ADD domain_constraint\n"
+#~ "ALTER DOMAIN name\n"
+#~ " DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]\n"
+#~ "ALTER DOMAIN name\n"
+#~ " OWNER TO new_owner \n"
+#~ "ALTER DOMAIN name\n"
+#~ " SET SCHEMA new_schema"
+#~ msgstr ""
+#~ "ALTER DOMAIN nom\n"
+#~ " { SET DEFAULT expression | DROP DEFAULT }\n"
+#~ "ALTER DOMAIN nom\n"
+#~ " { SET | DROP } NOT NULL\n"
+#~ "ALTER DOMAIN nom\n"
+#~ " ADD contrainte_domaine\n"
+#~ "ALTER DOMAIN nom\n"
+#~ " DROP CONSTRAINT nom_contrainte [ RESTRICT | CASCADE ]\n"
+#~ "ALTER DOMAIN nom\n"
+#~ " OWNER TO nouveau_propriétaire \n"
+#~ "ALTER DOMAIN nom\n"
+#~ " SET SCHEMA nouveau_schéma"
#~ msgid ""
-#~ "[ WITH [ RECURSIVE ] with_query [, ...] ]\n"
-#~ "SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
-#~ " * | expression [ [ AS ] output_name ] [, ...]\n"
-#~ " [ FROM from_item [, ...] ]\n"
-#~ " [ WHERE condition ]\n"
-#~ " [ GROUP BY expression [, ...] ]\n"
-#~ " [ HAVING condition [, ...] ]\n"
-#~ " [ WINDOW window_name AS ( window_definition ) [, ...] ]\n"
-#~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
-#~ " [ ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST | LAST } ] [, ...] ]\n"
-#~ " [ LIMIT { count | ALL } ]\n"
-#~ " [ OFFSET start [ ROW | ROWS ] ]\n"
-#~ " [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]\n"
-#~ " [ FOR { UPDATE | SHARE } [ OF table_name [, ...] ] [ NOWAIT ] [...] ]\n"
+#~ "ALTER DATABASE name [ [ WITH ] option [ ... ] ]\n"
#~ "\n"
-#~ "where from_item can be one of:\n"
+#~ "where option can be:\n"
#~ "\n"
-#~ " [ ONLY ] table_name [ * ] [ [ AS ] alias [ ( column_alias [, ...] ) ] ]\n"
-#~ " ( select ) [ AS ] alias [ ( column_alias [, ...] ) ]\n"
-#~ " with_query_name [ [ AS ] alias [ ( column_alias [, ...] ) ] ]\n"
-#~ " function_name ( [ argument [, ...] ] ) [ AS ] alias [ ( column_alias [, ...] | column_definition [, ...] ) ]\n"
-#~ " function_name ( [ argument [, ...] ] ) AS ( column_definition [, ...] )\n"
-#~ " from_item [ NATURAL ] join_type from_item [ ON join_condition | USING ( join_column [, ...] ) ]\n"
+#~ " CONNECTION LIMIT connlimit\n"
#~ "\n"
-#~ "and with_query is:\n"
+#~ "ALTER DATABASE name RENAME TO newname\n"
#~ "\n"
-#~ " with_query_name [ ( column_name [, ...] ) ] AS ( select )\n"
+#~ "ALTER DATABASE name OWNER TO new_owner\n"
#~ "\n"
-#~ "TABLE { [ ONLY ] table_name [ * ] | with_query_name }"
+#~ "ALTER DATABASE name SET TABLESPACE new_tablespace\n"
+#~ "\n"
+#~ "ALTER DATABASE name SET configuration_parameter { TO | = } { value | DEFAULT }\n"
+#~ "ALTER DATABASE name SET configuration_parameter FROM CURRENT\n"
+#~ "ALTER DATABASE name RESET configuration_parameter\n"
+#~ "ALTER DATABASE name RESET ALL"
#~ msgstr ""
-#~ "[ WITH [ RECURSIVE ] requête_with [, ...] ]\n"
-#~ "SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
-#~ " * | expression [ [ AS ] nom_sortie ] [, ...]\n"
-#~ " [ FROM élément_from [, ...] ]\n"
-#~ " [ WHERE condition ]\n"
-#~ " [ GROUP BY expression [, ...] ]\n"
-#~ " [ HAVING condition [, ...] ]\n"
-#~ " [ WINDOW nom_window AS ( définition_window ) [, ...] ]\n"
-#~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
-#~ " [ ORDER BY expression [ ASC | DESC | USING opérateur ] [ NULLS { FIRST | LAST } ] [, ...] ]\n"
-#~ " [ LIMIT { total | ALL } ]\n"
-#~ " [ OFFSET début [ ROW | ROWS ] ]\n"
-#~ " [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]\n"
-#~ " [ FOR { UPDATE | SHARE } [ OF nom_table [, ...] ] [ NOWAIT ] [...] ]\n"
+#~ "ALTER DATABASE nom [ [ WITH ] option [ ... ] ]\n"
#~ "\n"
-#~ "avec élément_from faisant parti de :\n"
+#~ "où option peut être:\n"
#~ "\n"
-#~ " [ ONLY ] nom_table [ * ] [ [ AS ] alias [ ( alias_colonne [, ...] ) ] ]\n"
-#~ " ( select ) [ AS ] alias [ ( alias_colonne [, ...] ) ]\n"
-#~ " nom_requête_with [ [ AS ] alias [ ( alias_colonne [, ...] ) ] ]\n"
-#~ " nom_fonction ( [ argument [, ...] ] ) [ AS ] alias [ ( alias_colonne [, ...] | définition_colonne [, ...] ) ]\n"
-#~ " nom_fonction ( [ argument [, ...] ] ) AS ( définition_colonne [, ...] )\n"
-#~ " élément_from [ NATURAL ] type_jointure élément_from [ ON condition_jointure | USING ( colonne_jointure [, ...] ) ]\n"
+#~ " CONNECTION LIMIT limite_connexion\n"
#~ "\n"
-#~ "et requête_with est:\n"
+#~ "ALTER DATABASE nom RENAME TO nouveau_nom\n"
#~ "\n"
-#~ " nom_requête_with [ ( nom_colonne [, ...] ) ] AS ( select )\n"
+#~ "ALTER DATABASE nom OWNER TO nouveau_propriétaire\n"
#~ "\n"
-#~ "TABLE { [ ONLY ] nom_table [ * ] | nom_requête_with }"
+#~ "ALTER DATABASE nom SET TABLESPACE nouveau_tablespace\n"
+#~ "\n"
+#~ "ALTER DATABASE nom SET paramètre_configuration { TO | = } { valeur | DEFAULT }\n"
+#~ "ALTER DATABASE nom SET paramètre_configuration FROM CURRENT\n"
+#~ "ALTER DATABASE nom RESET paramètre_configuration\n"
+#~ "ALTER DATABASE nom RESET ALL"
#~ msgid ""
-#~ "[ WITH [ RECURSIVE ] with_query [, ...] ]\n"
-#~ "SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
-#~ " * | expression [ [ AS ] output_name ] [, ...]\n"
-#~ " INTO [ TEMPORARY | TEMP ] [ TABLE ] new_table\n"
-#~ " [ FROM from_item [, ...] ]\n"
-#~ " [ WHERE condition ]\n"
-#~ " [ GROUP BY expression [, ...] ]\n"
-#~ " [ HAVING condition [, ...] ]\n"
-#~ " [ WINDOW window_name AS ( window_definition ) [, ...] ]\n"
-#~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
-#~ " [ ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST | LAST } ] [, ...] ]\n"
-#~ " [ LIMIT { count | ALL } ]\n"
-#~ " [ OFFSET start [ ROW | ROWS ] ]\n"
-#~ " [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]\n"
-#~ " [ FOR { UPDATE | SHARE } [ OF table_name [, ...] ] [ NOWAIT ] [...] ]"
+#~ "ALTER CONVERSION name RENAME TO newname\n"
+#~ "ALTER CONVERSION name OWNER TO newowner"
#~ msgstr ""
-#~ "[ WITH [ RECURSIVE ] requête_with [, ...] ]\n"
-#~ "SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
-#~ " * | expression [ [ AS ] nom_sortie ] [, ...]\n"
-#~ " INTO [ TEMPORARY | TEMP ] [ TABLE ] nouvelle_table\n"
-#~ " [ FROM élément_from [, ...] ]\n"
-#~ " [ WHERE condition ]\n"
-#~ " [ GROUP BY expression [, ...] ]\n"
-#~ " [ HAVING condition [, ...] ]\n"
-#~ " [ WINDOW nom_window AS ( définition_window ) [, ...] ]\n"
-#~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n"
-#~ " [ ORDER BY expression [ ASC | DESC | USING opérateur ] [ NULLS { FIRST | LAST } ] [, ...] ]\n"
-#~ " [ LIMIT { total | ALL } ]\n"
-#~ " [ OFFSET début [ ROW | ROWS ] ]\n"
-#~ " [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]\n"
-#~ " [ FOR { UPDATE | SHARE } [ OF nom_table [, ...] ] [ NOWAIT ] [...] ]"
+#~ "ALTER CONVERSION nom RENAME TO nouveau_nom\n"
+#~ "ALTER CONVERSION nom OWNER TO nouveau_propriétaire"
+
+#~ msgid ""
+#~ "ALTER AGGREGATE name ( type [ , ... ] ) RENAME TO new_name\n"
+#~ "ALTER AGGREGATE name ( type [ , ... ] ) OWNER TO new_owner\n"
+#~ "ALTER AGGREGATE name ( type [ , ... ] ) SET SCHEMA new_schema"
+#~ msgstr ""
+#~ "ALTER AGGREGATE nom ( type [ , ... ] ) RENAME TO nouveau_nom\n"
+#~ "ALTER AGGREGATE nom ( type [ , ... ] ) OWNER TO nouveau_propriétaire\n"
+#~ "ALTER AGGREGATE nom ( type [ , ... ] ) SET SCHEMA nouveau_schéma"
+
+#~ msgid "ABORT [ WORK | TRANSACTION ]"
+#~ msgstr "ABORT [ WORK | TRANSACTION ]"
+
+#~ msgid "number"
+#~ msgstr "numéro"
+
+#~ msgid "rolename"
+#~ msgstr "nom_rôle"
+
+#~ msgid "Exclusion constraints:"
+#~ msgstr "Contraintes d'exclusion :"
+
+#~ msgid "define a new constraint trigger"
+#~ msgstr "définir une nouvelle contrainte de déclenchement"
+
+#~ msgid " as user \"%s\""
+#~ msgstr " comme utilisateur « %s »"
+
+#~ msgid " at port \"%s\""
+#~ msgstr " sur le port « %s »"
+
+#~ msgid " on host \"%s\""
+#~ msgstr " sur l'hôte « %s »"
+
+#~ msgid "tablespace"
+#~ msgstr "tablespace"
+
+#~ msgid "new_column"
+#~ msgstr "nouvelle_colonne"
+
+#~ msgid "column"
+#~ msgstr "colonne"
+
+#~ msgid "data type"
+#~ msgstr "type de données"
+
+#~ msgid "contains support for command-line editing"
+#~ msgstr "contient une gestion avancée de la ligne de commande"
-#~ msgid ""
-#~ "SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | 'value' | DEFAULT }\n"
-#~ "SET [ SESSION | LOCAL ] TIME ZONE { timezone | LOCAL | DEFAULT }"
-#~ msgstr ""
-#~ "SET [ SESSION | LOCAL ] paramètre { TO | = } { valeur | 'valeur' | DEFAULT }\n"
-#~ "SET [ SESSION | LOCAL ] TIME ZONE { zone_horaire | LOCAL | DEFAULT }"
+#~ msgid " --version output version information, then exit\n"
+#~ msgstr " --version affiche la version, puis quitte\n"
-#~ msgid "SET CONSTRAINTS { ALL | name [, ...] } { DEFERRED | IMMEDIATE }"
-#~ msgstr "SET CONSTRAINTS { ALL | nom [, ...] } { DEFERRED | IMMEDIATE }"
+#~ msgid " --help show this help, then exit\n"
+#~ msgstr " --help affiche cette aide, puis quitte\n"
-#~ msgid ""
-#~ "SET [ SESSION | LOCAL ] ROLE rolename\n"
-#~ "SET [ SESSION | LOCAL ] ROLE NONE\n"
-#~ "RESET ROLE"
-#~ msgstr ""
-#~ "SET [ SESSION | LOCAL ] ROLE nom_rôle\n"
-#~ "SET [ SESSION | LOCAL ] ROLE NONE\n"
-#~ "RESET ROLE"
+#~ msgid "\\copy: unexpected response (%d)\n"
+#~ msgstr "\\copy : réponse inattendue (%d)\n"
-#~ msgid ""
-#~ "SET [ SESSION | LOCAL ] SESSION AUTHORIZATION username\n"
-#~ "SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT\n"
-#~ "RESET SESSION AUTHORIZATION"
-#~ msgstr ""
-#~ "SET [ SESSION | LOCAL ] SESSION AUTHORIZATION nom_utilisateur\n"
-#~ "SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT\n"
-#~ "RESET SESSION AUTHORIZATION"
+#~ msgid "\\copy: %s"
+#~ msgstr "\\copy : %s"
-#~ msgid ""
-#~ "SET TRANSACTION transaction_mode [, ...]\n"
-#~ "SET SESSION CHARACTERISTICS AS TRANSACTION transaction_mode [, ...]\n"
-#~ "\n"
-#~ "where transaction_mode is one of:\n"
-#~ "\n"
-#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }\n"
-#~ " READ WRITE | READ ONLY"
-#~ msgstr ""
-#~ "SET TRANSACTION mode_transaction [, ...]\n"
-#~ "SET SESSION CHARACTERISTICS AS TRANSACTION mode_transaction [, ...]\n"
-#~ "\n"
-#~ "où mode_transaction peut être :\n"
-#~ "\n"
-#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ |\n"
-#~ " READ COMMITTED | READ UNCOMMITTED }\n"
-#~ " READ WRITE | READ ONLY"
+#~ msgid "\\%s: error\n"
+#~ msgstr "\\%s : erreur\n"
-#~ msgid ""
-#~ "SHOW name\n"
-#~ "SHOW ALL"
-#~ msgstr ""
-#~ "SHOW nom\n"
-#~ "SHOW ALL"
+#~ msgid " \\l[+] list all databases\n"
+#~ msgstr " \\l[+] affiche la liste des bases de données\n"
-#~ msgid ""
-#~ "START TRANSACTION [ transaction_mode [, ...] ]\n"
-#~ "\n"
-#~ "where transaction_mode is one of:\n"
-#~ "\n"
-#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }\n"
-#~ " READ WRITE | READ ONLY"
-#~ msgstr ""
-#~ "START TRANSACTION [ mode_transaction [, ...] ]\n"
-#~ "\n"
-#~ "où mode_transaction peut être :\n"
-#~ "\n"
-#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ |\n"
-#~ " READ COMMITTED | READ UNCOMMITTED }\n"
-#~ " READ WRITE | READ ONLY"
+#~ msgid "%s: pg_strdup: cannot duplicate null pointer (internal error)\n"
+#~ msgstr "%s : pg_strdup : ne peut pas dupliquer le pointeur null (erreur interne)\n"
-#~ msgid ""
-#~ "TRUNCATE [ TABLE ] [ ONLY ] name [, ... ]\n"
-#~ " [ RESTART IDENTITY | CONTINUE IDENTITY ] [ CASCADE | RESTRICT ]"
-#~ msgstr ""
-#~ "TRUNCATE [ TABLE ] [ ONLY ] nom [, ... ]\n"
-#~ " [ RESTART IDENTITY | CONTINUE IDENTITY ] [ CASCADE | RESTRICT ]"
+#~ msgid "could not change directory to \"%s\""
+#~ msgstr "n'a pas pu accéder au répertoire « %s »"
-#~ msgid "UNLISTEN { name | * }"
-#~ msgstr "UNLISTEN { nom | * }"
+#~ msgid "input_data_type"
+#~ msgstr "type_de_données_en_entrée"
-#~ msgid ""
-#~ "UPDATE [ ONLY ] table [ [ AS ] alias ]\n"
-#~ " SET { column = { expression | DEFAULT } |\n"
-#~ " ( column [, ...] ) = ( { expression | DEFAULT } [, ...] ) } [, ...]\n"
-#~ " [ FROM fromlist ]\n"
-#~ " [ WHERE condition | WHERE CURRENT OF cursor_name ]\n"
-#~ " [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]"
-#~ msgstr ""
-#~ "UPDATE [ ONLY ] table [ [ AS ] alias ]\n"
-#~ " SET { colonne = { expression | DEFAULT } |\n"
-#~ " ( colonne [, ...] ) = ( { expression | DEFAULT } [, ...] ) } [, ...]\n"
-#~ " [ FROM liste_from ]\n"
-#~ " [ WHERE condition | WHERE CURRENT OF nom_curseur ]\n"
-#~ " [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]"
+#~ msgid "agg_type"
+#~ msgstr "type_aggrégat"
-#~ msgid ""
-#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n"
-#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (column [, ...] ) ] ]"
-#~ msgstr ""
-#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n"
-#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (colonne [, ...] ) ] ]"
+#~ msgid "agg_name"
+#~ msgstr "nom_d_agrégat"
-#~ msgid ""
-#~ "VALUES ( expression [, ...] ) [, ...]\n"
-#~ " [ ORDER BY sort_expression [ ASC | DESC | USING operator ] [, ...] ]\n"
-#~ " [ LIMIT { count | ALL } ]\n"
-#~ " [ OFFSET start [ ROW | ROWS ] ]\n"
-#~ " [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]"
-#~ msgstr ""
-#~ "VALUES ( expression [, ...] ) [, ...]\n"
-#~ " [ ORDER BY expression_tri [ ASC | DESC | USING opérateur ] [, ...] ]\n"
-#~ " [ LIMIT { total | ALL } ]\n"
-#~ " [ OFFSET début [ ROW | ROWS ] ]\n"
-#~ " [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]"
+#~ msgid "could not get current user name: %s\n"
+#~ msgstr "n'a pas pu obtenir le nom d'utilisateur courant : %s\n"
-#~ msgid " \"%s\" IN %s %s"
-#~ msgstr " \"%s\" DANS %s %s"
+#~ msgid "Showing only tuples."
+#~ msgstr "Affichage des tuples seuls."
-#~ msgid "(1 row)"
-#~ msgid_plural "(%lu rows)"
-#~ msgstr[0] "(1 ligne)"
-#~ msgstr[1] "(%lu lignes)"
+#~ msgid "Showing locale-adjusted numeric output."
+#~ msgstr "Affichage de la sortie numérique adaptée à la locale."
-#~ msgid ""
-#~ " \\d{t|i|s|v|S} [PATTERN] (add \"+\" for more detail)\n"
-#~ " list tables/indexes/sequences/views/system tables\n"
-#~ msgstr ""
-#~ " \\d{t|i|s|v|S} [MODÈLE] (ajouter « + » pour plus de détails)\n"
-#~ " affiche la liste des\n"
-#~ " tables/index/séquences/vues/tables système\n"
+#~ msgid "Watch every %lds\t%s"
+#~ msgstr "Vérifier chaque %lds\t%s"
-#~ msgid " \\db [PATTERN] list tablespaces (add \"+\" for more detail)\n"
-#~ msgstr ""
-#~ " \\db [MODÈLE] affiche la liste des tablespaces (ajouter « + » pour\n"
-#~ " plus de détails)\n"
+#~ msgid "%s: could not set variable \"%s\"\n"
+#~ msgstr "%s : n'a pas pu initialiser la variable « %s »\n"
-#~ msgid " \\df [PATTERN] list functions (add \"+\" for more detail)\n"
-#~ msgstr ""
-#~ " \\df [MODÈLE] affiche la liste des fonctions (ajouter « + » pour\n"
-#~ " plus de détails)\n"
+#~ msgid "Object Description"
+#~ msgstr "Description d'un objet"
-#~ msgid " \\dFd [PATTERN] list text search dictionaries (add \"+\" for more detail)\n"
-#~ msgstr ""
-#~ " \\dFd [MODÈLE] affiche la liste des dictionnaires de la recherche\n"
-#~ " de texte (ajouter « + » pour plus de détails)\n"
+#~ msgid "Modifier"
+#~ msgstr "Modificateur"
-#~ msgid " \\dFp [PATTERN] list text search parsers (add \"+\" for more detail)\n"
-#~ msgstr ""
-#~ " \\dFp [MODÈLE] affiche la liste des analyseurs de la recherche de\n"
-#~ " texte (ajouter « + » pour plus de détails)\n"
+#~ msgid "default %s"
+#~ msgstr "Par défaut, %s"
-#~ msgid " \\dn [PATTERN] list schemas (add \"+\" for more detail)\n"
-#~ msgstr ""
-#~ " \\dn [MODÈLE] affiche la liste des schémas (ajouter « + » pour\n"
-#~ " plus de détails)\n"
+#~ msgid "not null"
+#~ msgstr "non NULL"
-#~ msgid " \\dT [PATTERN] list data types (add \"+\" for more detail)\n"
-#~ msgstr ""
-#~ " \\dT [MODÈLE] affiche la liste des types de données (ajouter « + »\n"
-#~ " pour plus de détails)\n"
+#~ msgid "collate %s"
+#~ msgstr "collationnement %s"
-#~ msgid " \\l list all databases (add \"+\" for more detail)\n"
-#~ msgstr ""
-#~ " \\l affiche la liste des bases de données (ajouter « + »\n"
-#~ " pour plus de détails)\n"
+#~ msgid "Modifiers"
+#~ msgstr "Modificateurs"
-#~ msgid " \\z [PATTERN] list table, view, and sequence access privileges (same as \\dp)\n"
-#~ msgstr ""
-#~ " \\z [MODÈLE] affiche la liste des privilèges d'accès aux tables,\n"
-#~ " vues et séquences (identique à \\dp)\n"
+#~ msgid "could not set variable \"%s\"\n"
+#~ msgstr "n'a pas pu initialiser la variable « %s »\n"
-#~ msgid "Copy, Large Object\n"
-#~ msgstr "Copie, « Large Object »\n"
+#~ msgid "+ opt(%d) = |%s|\n"
+#~ msgstr "+ opt(%d) = |%s|\n"
-#~ msgid ""
-#~ "Welcome to %s %s (server %s), the PostgreSQL interactive terminal.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Bienvenue dans %s %s (serveur %s), l'interface interactive de PostgreSQL.\n"
-#~ "\n"
+#~ msgid "\\%s: error while setting variable\n"
+#~ msgstr "\\%s : erreur lors de l'initialisation de la variable\n"
-#~ msgid ""
-#~ "Welcome to %s %s, the PostgreSQL interactive terminal.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Bienvenue dans %s %s, l'interface interactive de PostgreSQL.\n"
-#~ "\n"
+#~ msgid "Password encryption failed.\n"
+#~ msgstr "Échec du chiffrement du mot de passe.\n"
-#~ msgid ""
-#~ "WARNING: You are connected to a server with major version %d.%d,\n"
-#~ "but your %s client is major version %d.%d. Some backslash commands,\n"
-#~ "such as \\d, might not work properly.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "ATTENTION : vous êtes connecté sur un serveur dont la version majeure est\n"
-#~ "%d.%d alors que votre client %s est en version majeure %d.%d. Certaines\n"
-#~ "commandes avec antislashs, comme \\d, peuvent ne pas fonctionner\n"
-#~ "correctement.\n"
-#~ "\n"
+#~ msgid "No relations found.\n"
+#~ msgstr "Aucune relation trouvée.\n"
-#~ msgid "Access privileges for database \"%s\""
-#~ msgstr "Droits d'accès pour la base de données « %s »"
+#~ msgid "No matching relations found.\n"
+#~ msgstr "Aucune relation correspondante trouvée.\n"
-#~ msgid "?%c? \"%s.%s\""
-#~ msgstr "?%c? « %s.%s »"
+#~ msgid "No settings found.\n"
+#~ msgstr "Aucun paramètre trouvé.\n"
-#~ msgid " \"%s\""
-#~ msgstr " « %s »"
+#~ msgid "No matching settings found.\n"
+#~ msgstr "Aucun paramètre correspondant trouvé.\n"
-#~ msgid "ALTER VIEW name RENAME TO newname"
-#~ msgstr "ALTER VIEW nom RENAME TO nouveau_nom"
+#~ msgid "No per-database role settings support in this server version.\n"
+#~ msgstr "Pas de supprot des paramètres rôle par base de données pour la version de ce serveur.\n"
-#~ msgid "(No rows)\n"
-#~ msgstr "(Aucune ligne)\n"
+#~ msgid "attribute"
+#~ msgstr "attribut"
-#~ msgid " -?, --help show this help, then exit\n"
-#~ msgstr " -?, --help affiche cette aide puis quitte\n"
+#~ msgid " VERSION_NUM psql's version (numeric format)\n"
+#~ msgstr " VERSION_NUM version de psql (format numérique)\n"
-#~ msgid "SSL connection (unknown cipher)\n"
-#~ msgstr "Connexion SSL (chiffrement inconnu)\n"
+#~ msgid " VERSION_NAME psql's version (short string)\n"
+#~ msgstr " VERSION_NAME version de psql (chaîne courte)\n"
-#~ msgid "serialtype"
-#~ msgstr "serialtype"
+#~ msgid " VERSION psql's version (verbose string)\n"
+#~ msgstr " VERSION version de psql (chaîne verbeuse)\n"
-#~ msgid "statistic_type"
-#~ msgstr "type_statistique"
+#~ msgid " SERVER_VERSION_NAME server's version (short string)\n"
+#~ msgstr " SERVER_VERSION_NAME version du serveur (chaîne courte)\n"
-#~ msgid "Value"
-#~ msgstr "Valeur"
+#~ msgid "Procedure"
+#~ msgstr "Procédure"
+
+#~ msgid "normal"
+#~ msgstr "normal"
msgstr ""
"Project-Id-Version: psql (PostgreSQL) 10\n"
-"POT-Creation-Date: 2018-08-31 16:22+0900\n"
-"PO-Revision-Date: 2018-08-27 12:27+0900\n"
+"POT-Creation-Date: 2018-10-12 14:12+0900\n"
+"PO-Revision-Date: 2018-10-12 14:18+0900\n"
"Last-Translator: Kyotaro Horiguchi \n"
"Language-Team: \n"
"Language: ja\n"
#: ../../fe_utils/print.c:2979
#, c-format
msgid "Cannot add header to table content: column count of %d exceeded.\n"
-msgstr "テーブルの内容にヘッダーを追加できません: 列数 %d が制限値を超えています。\n"
+msgstr ""
+"テーブルの内容にヘッダーを追加できません: 列数 %d が制限値を超えています。\n"
#: ../../fe_utils/print.c:3019
#, c-format
msgid "Cannot add cell to table content: total cell count of %d exceeded.\n"
-msgstr "テーブルの内容にセルを追加できません: セルの合計数 %d が制限値を超えています。\n"
+msgstr ""
+"テーブルの内容にセルを追加できません: セルの合計数 %d が制限値を超えていま"
+"す。\n"
#: ../../fe_utils/print.c:3268
#, c-format
#: command.c:292
#, c-format
-msgid "\\%s command ignored; use \\endif or Ctrl-C to exit current \\if block\n"
-msgstr "\\%s コマンドは無視されます。現在の \\if ブロックを抜けるには \\endif または Ctrl-C を使用します。\n"
+msgid ""
+"\\%s command ignored; use \\endif or Ctrl-C to exit current \\if block\n"
+msgstr ""
+"\\%s コマンドは無視されます。現在の \\if ブロックを抜けるには \\endif または "
+"Ctrl-C を使用します。\n"
#: command.c:552
#, c-format
#: command.c:602
#, c-format
-msgid "You are connected to database \"%s\" as user \"%s\" via socket in \"%s\" at port \"%s\".\n"
-msgstr "データベース \"%s\" にユーザ \"%s\" として、ソケット \"%s\" のポート \"%s\" を介して接続しています。\n"
+msgid ""
+"You are connected to database \"%s\" as user \"%s\" via socket in \"%s\" at "
+"port \"%s\".\n"
+msgstr ""
+"データベース \"%s\" にユーザ \"%s\" として、ソケット \"%s\" のポート \"%s\" "
+"を介して接続しています。\n"
#: command.c:605
#, c-format
-msgid "You are connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n"
-msgstr "データベース \"%s\" にユーザ \"%s\" として、ホスト \"%s\" 上のポート \"%s\" を介して接続しています。\n"
+msgid ""
+"You are connected to database \"%s\" as user \"%s\" on host \"%s\" at port "
+"\"%s\".\n"
+msgstr ""
+"データベース \"%s\" にユーザ \"%s\" として、ホスト \"%s\" 上のポート \"%s\" "
+"を介して接続しています。\n"
#: command.c:895 command.c:991 command.c:2376
#, c-format
#: command.c:982
#, c-format
msgid "The server (version %s) does not support editing function source.\n"
-msgstr "このサーバ (バージョン %s) は関数ソースコードの編集をサポートしていません。\n"
+msgstr ""
+"このサーバ (バージョン %s) は関数ソースコードの編集をサポートしていません。\n"
#: command.c:985
#, c-format
msgid "The server (version %s) does not support editing view definitions.\n"
-msgstr "このサーバ (バージョン %s) はビュー定義の編集をサポートしていません。\n"
+msgstr ""
+"このサーバ (バージョン %s) はビュー定義の編集をサポートしていません。\n"
#: command.c:1067
msgid "No changes"
#: command.c:1144
#, c-format
msgid "%s: invalid encoding name or conversion procedure not found\n"
-msgstr "%s: エンコーディング名が無効か、または変換プロシージャが見つかりません。\n"
+msgstr ""
+"%s: エンコーディング名が無効か、または変換プロシージャが見つかりません。\n"
#: command.c:1179 command.c:1818 command.c:3033 command.c:4750 common.c:174
#: common.c:245 common.c:542 common.c:1338 common.c:1366 common.c:1474
#: command.c:2173
#, c-format
msgid "The server (version %s) does not support showing function source.\n"
-msgstr "このサーバ (バージョン %s) は関数ソースの表示をサポートしていません。\n"
+msgstr ""
+"このサーバ (バージョン %s) は関数ソースの表示をサポートしていません。\n"
#: command.c:2176
#, c-format
msgid "The server (version %s) does not support showing view definitions.\n"
-msgstr "このサーバ (バージョン %s) はビュー定義の表示をサポートしていません。\n"
+msgstr ""
+"このサーバ (バージョン %s) はビュー定義の表示をサポートしていません。\n"
#: command.c:2183
#, c-format
#: command.c:2869
#, c-format
-msgid "All connection parameters must be supplied because no database connection exists\n"
-msgstr "データベース接続がないため、すべての接続パラメータを指定しなければなりません\n"
+msgid ""
+"All connection parameters must be supplied because no database connection "
+"exists\n"
+msgstr ""
+"データベース接続がないため、すべての接続パラメータを指定しなければなりませ"
+"ん\n"
#: command.c:3037
#, c-format
#: command.c:3077
#, c-format
-msgid "You are now connected to database \"%s\" as user \"%s\" via socket in \"%s\" at port \"%s\".\n"
-msgstr "データベース \"%s\" にユーザ \"%s\" として、ソケット \"%s\" のポート \"%s\" を介して接続しました。\n"
+msgid ""
+"You are now connected to database \"%s\" as user \"%s\" via socket in \"%s\" "
+"at port \"%s\".\n"
+msgstr ""
+"データベース \"%s\" にユーザ \"%s\" として、ソケット \"%s\" のポート \"%s\" "
+"を介して接続しました。\n"
#: command.c:3080
#, c-format
-msgid "You are now connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n"
-msgstr "データベース \"%s\" にユーザ \"%s\" として、ホスト \"%s\" のポート \"%s\" を介して接続しました。\n"
+msgid ""
+"You are now connected to database \"%s\" as user \"%s\" on host \"%s\" at "
+"port \"%s\".\n"
+msgstr ""
+"データベース \"%s\" にユーザ \"%s\" として、ホスト \"%s\" のポート \"%s\" を"
+"介して接続しました。\n"
#: command.c:3084
#, c-format
"WARNING: %s major version %s, server major version %s.\n"
" Some psql features might not work.\n"
msgstr ""
-"警告: %s のメジャーバージョンは %s ですが、サーバのメジャーバージョンは %s です。\n"
+"警告: %s のメジャーバージョンは %s ですが、サーバのメジャーバージョンは %s "
+"です。\n"
" psql の機能の中で、動作しないものがあるかもしれません。\n"
#: command.c:3162
" 8-bit characters might not work correctly. See psql reference\n"
" page \"Notes for Windows users\" for details.\n"
msgstr ""
-"警告:コンソールのコードページ (%u) が Windows のコードページ (%u) と異なるため、\n"
-" 8 ビット文字列が正しく動作しない可能性があります。詳細は psql リファレンスマニュアルの\n"
-" \"Notes for Windows users\"(Windowsユーザ向けの注意)を参照してください。\n"
+"警告:コンソールのコードページ (%u) が Windows のコードページ (%u) と異なるた"
+"め、\n"
+" 8 ビット文字列が正しく動作しない可能性があります。詳細は psql リファレ"
+"ンスマニュアルの\n"
+" \"Notes for Windows users\"(Windowsユーザ向けの注意)を参照してくださ"
+"い。\n"
#: command.c:3290
#, c-format
-msgid "environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a line number\n"
-msgstr "環境変数 PSQL_EDITOR_LINENUMBER_ARG で行番号を指定する必要があります。\n"
+msgid ""
+"environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a "
+"line number\n"
+msgstr ""
+"環境変数 PSQL_EDITOR_LINENUMBER_ARG で行番号を指定する必要があります。\n"
#: command.c:3319
#, c-format
#: command.c:3660
#, c-format
-msgid "\\pset: allowed formats are unaligned, aligned, wrapped, html, asciidoc, latex, latex-longtable, troff-ms\n"
-msgstr "\\pset: 有効なフォーマットは unaligned, aligned, wrapped, html, asciidoc, latex, latex-longtable, troff-ms です。\n"
+msgid ""
+"\\pset: allowed formats are unaligned, aligned, wrapped, html, asciidoc, "
+"latex, latex-longtable, troff-ms\n"
+msgstr ""
+"\\pset: 有効なフォーマットは unaligned, aligned, wrapped, html, asciidoc, "
+"latex, latex-longtable, troff-ms です。\n"
#: command.c:3678
#, c-format
#: command.c:3723
#, c-format
msgid "\\pset: allowed Unicode header line styles are single, double\n"
-msgstr "\\pset: 有効な Unicode ヘッダー罫線のスタイルは single, double です。\n"
+msgstr ""
+"\\pset: 有効な Unicode ヘッダー罫線のスタイルは single, double です。\n"
#: command.c:3888 command.c:4067
#, c-format
#: common.c:200
#, c-format
msgid "shell command argument contains a newline or carriage return: \"%s\"\n"
-msgstr "シェルコマンドの引数に改行(LF)またはキャリッジリターン(CR)が含まれています: \"%s\"\n"
+msgstr ""
+"シェルコマンドの引数に改行(LF)またはキャリッジリターン(CR)が含まれています: "
+"\"%s\"\n"
#: common.c:416
#, c-format
#: common.c:843
#, c-format
-msgid "Asynchronous notification \"%s\" with payload \"%s\" received from server process with PID %d.\n"
-msgstr "PID %3$d のサーバプロセスから、ペイロード \"%2$s\" を持つ非同期通知 \"%1$s\" を受信しました。\n"
+msgid ""
+"Asynchronous notification \"%s\" with payload \"%s\" received from server "
+"process with PID %d.\n"
+msgstr ""
+"PID %3$d のサーバプロセスから、ペイロード \"%2$s\" を持つ非同期通知 \"%1$s\" "
+"を受信しました。\n"
#: common.c:846
#, c-format
-msgid "Asynchronous notification \"%s\" received from server process with PID %d.\n"
+msgid ""
+"Asynchronous notification \"%s\" received from server process with PID %d.\n"
msgstr "PID %2$d のサーバプロセスから非同期通知 \"%1$s\" を受信しました。\n"
#: common.c:908
#: common.c:1301
#, c-format
msgid ""
-"***(Single step mode: verify command)*******************************************\n"
+"***(Single step mode: verify command)"
+"*******************************************\n"
"%s\n"
-"***(press return to proceed or enter x and return to cancel)********************\n"
+"***(press return to proceed or enter x and return to cancel)"
+"********************\n"
msgstr ""
"***(シングルステップモード: コマンドを確認してください)********\n"
"%s\n"
#: common.c:1356
#, c-format
-msgid "The server (version %s) does not support savepoints for ON_ERROR_ROLLBACK.\n"
-msgstr "このサーバ (バージョン %s) は ON_ERROR_ROLLBACK 用のセーブポイントをサポートしていません。\n"
+msgid ""
+"The server (version %s) does not support savepoints for ON_ERROR_ROLLBACK.\n"
+msgstr ""
+"このサーバ (バージョン %s) は ON_ERROR_ROLLBACK 用のセーブポイントをサポート"
+"していません。\n"
#: common.c:1419
#, c-format
msgid "unexpected transaction status (%d)\n"
msgstr "予期しないトランザクションのステータス (%d)\n"
-#: common.c:1599 describe.c:1940
+#: common.c:1599 describe.c:1941
msgid "Column"
msgstr "列"
-#: common.c:1600 describe.c:174 describe.c:389 describe.c:407 describe.c:452
-#: describe.c:469 describe.c:958 describe.c:1122 describe.c:1663
-#: describe.c:1687 describe.c:1941 describe.c:3528 describe.c:3733
-#: describe.c:4905
+#: common.c:1600 describe.c:175 describe.c:390 describe.c:408 describe.c:453
+#: describe.c:470 describe.c:959 describe.c:1123 describe.c:1664
+#: describe.c:1688 describe.c:1942 describe.c:3529 describe.c:3734
+#: describe.c:4925
msgid "Type"
msgstr "型"
#: crosstabview.c:129
#, c-format
msgid "\\crosstabview: query must return at least three columns\n"
-msgstr "\\crosstabview: 問い合わせは、少なくとも3つの列を返す必要があります。\n"
+msgstr ""
+"\\crosstabview: 問い合わせは、少なくとも3つの列を返す必要があります。\n"
#: crosstabview.c:156
#, c-format
-msgid "\\crosstabview: vertical and horizontal headers must be different columns\n"
-msgstr "\\crosstabview: 垂直方向と水平方向のヘッダーは異なった列にする必要があります。\n"
+msgid ""
+"\\crosstabview: vertical and horizontal headers must be different columns\n"
+msgstr ""
+"\\crosstabview: 垂直方向と水平方向のヘッダーは異なった列にする必要がありま"
+"す。\n"
#: crosstabview.c:172
#, c-format
-msgid "\\crosstabview: data column must be specified when query returns more than three columns\n"
-msgstr "\\crosstabview: 問い合わせが 4 つ以上の列を返す場合、データ列を指定する必要があります。\n"
+msgid ""
+"\\crosstabview: data column must be specified when query returns more than "
+"three columns\n"
+msgstr ""
+"\\crosstabview: 問い合わせが 4 つ以上の列を返す場合、データ列を指定する必要が"
+"あります。\n"
#: crosstabview.c:228
#, c-format
#: crosstabview.c:397
#, c-format
-msgid "\\crosstabview: query result contains multiple data values for row \"%s\", column \"%s\"\n"
-msgstr "\\crosstabview: 問い合わせ結果の中の \"%s\" 行 \"%s\" 列に複数のデータ値が含まれています。\n"
+msgid ""
+"\\crosstabview: query result contains multiple data values for row \"%s\", "
+"column \"%s\"\n"
+msgstr ""
+"\\crosstabview: 問い合わせ結果の中の \"%s\" 行 \"%s\" 列に複数のデータ値が含"
+"まれています。\n"
#: crosstabview.c:645
#, c-format
msgid "\\crosstabview: column name not found: \"%s\"\n"
msgstr "\\crosstabview: 列名が見つかりませんでした: \"%s\"\n"
-#: describe.c:74 describe.c:369 describe.c:674 describe.c:806 describe.c:950
-#: describe.c:1111 describe.c:1183 describe.c:3517 describe.c:3731
-#: describe.c:3822 describe.c:4070 describe.c:4215 describe.c:4456
-#: describe.c:4531 describe.c:4542 describe.c:4604 describe.c:5029
-#: describe.c:5112
+#: describe.c:75 describe.c:370 describe.c:675 describe.c:807 describe.c:951
+#: describe.c:1112 describe.c:1184 describe.c:3518 describe.c:3732
+#: describe.c:3823 describe.c:4090 describe.c:4235 describe.c:4476
+#: describe.c:4551 describe.c:4562 describe.c:4624 describe.c:5049
+#: describe.c:5132
msgid "Schema"
msgstr "スキーマ"
-#: describe.c:75 describe.c:172 describe.c:239 describe.c:247 describe.c:370
-#: describe.c:675 describe.c:807 describe.c:868 describe.c:951 describe.c:1184
-#: describe.c:3518 describe.c:3654 describe.c:3732 describe.c:3823
-#: describe.c:3902 describe.c:4071 describe.c:4140 describe.c:4216
-#: describe.c:4457 describe.c:4532 describe.c:4543 describe.c:4605
-#: describe.c:4802 describe.c:4886 describe.c:5110 describe.c:5282
-#: describe.c:5507
+#: describe.c:76 describe.c:173 describe.c:240 describe.c:248 describe.c:371
+#: describe.c:676 describe.c:808 describe.c:869 describe.c:952 describe.c:1185
+#: describe.c:3519 describe.c:3655 describe.c:3733 describe.c:3824
+#: describe.c:3903 describe.c:4091 describe.c:4160 describe.c:4236
+#: describe.c:4477 describe.c:4552 describe.c:4563 describe.c:4625
+#: describe.c:4822 describe.c:4906 describe.c:5130 describe.c:5302
+#: describe.c:5527
msgid "Name"
msgstr "名前"
-#: describe.c:76 describe.c:382 describe.c:400 describe.c:446 describe.c:463
+#: describe.c:77 describe.c:383 describe.c:401 describe.c:447 describe.c:464
msgid "Result data type"
msgstr "結果のデータ型"
-#: describe.c:84 describe.c:97 describe.c:101 describe.c:383 describe.c:401
-#: describe.c:447 describe.c:464
+#: describe.c:85 describe.c:98 describe.c:102 describe.c:384 describe.c:402
+#: describe.c:448 describe.c:465
msgid "Argument data types"
msgstr "引数のデータ型"
-#: describe.c:109 describe.c:116 describe.c:182 describe.c:270 describe.c:509
-#: describe.c:723 describe.c:822 describe.c:893 describe.c:1186 describe.c:1959
-#: describe.c:3306 describe.c:3553 describe.c:3685 describe.c:3759
-#: describe.c:3832 describe.c:3915 describe.c:3983 describe.c:4083
-#: describe.c:4149 describe.c:4217 describe.c:4358 describe.c:4400
-#: describe.c:4473 describe.c:4535 describe.c:4544 describe.c:4606
-#: describe.c:4828 describe.c:4908 describe.c:5043 describe.c:5113
-#: large_obj.c:289 large_obj.c:299
+#: describe.c:110 describe.c:117 describe.c:183 describe.c:271 describe.c:510
+#: describe.c:724 describe.c:823 describe.c:894 describe.c:1187
+#: describe.c:1960 describe.c:3307 describe.c:3554 describe.c:3686
+#: describe.c:3760 describe.c:3833 describe.c:3916 describe.c:3999
+#: describe.c:4103 describe.c:4169 describe.c:4237 describe.c:4378
+#: describe.c:4420 describe.c:4493 describe.c:4555 describe.c:4564
+#: describe.c:4626 describe.c:4848 describe.c:4928 describe.c:5063
+#: describe.c:5133 large_obj.c:289 large_obj.c:299
msgid "Description"
msgstr "説明"
-#: describe.c:134
+#: describe.c:135
msgid "List of aggregate functions"
msgstr "集約関数一覧"
-#: describe.c:159
+#: describe.c:160
#, c-format
msgid "The server (version %s) does not support access methods.\n"
-msgstr "このサーバ (バージョン %s) はアクセスメソッドをサポートしていません。\n"
+msgstr ""
+"このサーバ (バージョン %s) はアクセスメソッドをサポートしていません。\n"
-#: describe.c:173
+#: describe.c:174
msgid "Index"
msgstr "インデックス"
-#: describe.c:181 describe.c:4807
+#: describe.c:182 describe.c:4827
msgid "Handler"
msgstr "ハンドラー"
-#: describe.c:200
+#: describe.c:201
msgid "List of access methods"
msgstr "アクセスメソッド一覧"
-#: describe.c:226
+#: describe.c:227
#, c-format
msgid "The server (version %s) does not support tablespaces.\n"
msgstr "このサーバ (バージョン %s) はテーブル空間をサポートしていません。\n"
-#: describe.c:240 describe.c:248 describe.c:497 describe.c:713 describe.c:869
-#: describe.c:1110 describe.c:3529 describe.c:3658 describe.c:3904
-#: describe.c:4141 describe.c:4803 describe.c:4887 describe.c:5283
-#: describe.c:5409 describe.c:5508 large_obj.c:288
+#: describe.c:241 describe.c:249 describe.c:498 describe.c:714 describe.c:870
+#: describe.c:1111 describe.c:3530 describe.c:3659 describe.c:3905
+#: describe.c:4161 describe.c:4823 describe.c:4907 describe.c:5303
+#: describe.c:5429 describe.c:5528 large_obj.c:288
msgid "Owner"
msgstr "所有者"
-#: describe.c:241 describe.c:249
+#: describe.c:242 describe.c:250
msgid "Location"
msgstr "場所"
-#: describe.c:260 describe.c:3125
+#: describe.c:261 describe.c:3126
msgid "Options"
msgstr "オプション"
-#: describe.c:265 describe.c:686 describe.c:885 describe.c:3545 describe.c:3549
+#: describe.c:266 describe.c:687 describe.c:886 describe.c:3546
+#: describe.c:3550
msgid "Size"
msgstr "サイズ"
-#: describe.c:287
+#: describe.c:288
msgid "List of tablespaces"
msgstr "テーブル空間一覧"
-#: describe.c:329
+#: describe.c:330
#, c-format
msgid "\\df only takes [anptwS+] as options\n"
msgstr "\\df で指定できるオプションは [anptwS+] のみです。\n"
-#: describe.c:337 describe.c:348
+#: describe.c:338 describe.c:349
#, c-format
msgid "\\df does not take a \"%c\" option with server version %s\n"
-msgstr "サーババージョン %2$s の \\df では \"%1$c\" オプションは指定できません。\n"
+msgstr ""
+"サーババージョン %2$s の \\df では \"%1$c\" オプションは指定できません。\n"
#. translator: "agg" is short for "aggregate"
-#: describe.c:385 describe.c:403 describe.c:449 describe.c:466
+#: describe.c:386 describe.c:404 describe.c:450 describe.c:467
msgid "agg"
msgstr "集約"
-#: describe.c:386 describe.c:404
+#: describe.c:387 describe.c:405
msgid "window"
msgstr "ウィンドウ"
-#: describe.c:387
+#: describe.c:388
msgid "proc"
msgstr "プロシージャ"
-#: describe.c:388 describe.c:406 describe.c:451 describe.c:468
+#: describe.c:389 describe.c:407 describe.c:452 describe.c:469
msgid "func"
msgstr "関数"
-#: describe.c:405 describe.c:450 describe.c:467 describe.c:1320
+#: describe.c:406 describe.c:451 describe.c:468 describe.c:1321
msgid "trigger"
msgstr "トリガー"
-#: describe.c:479
+#: describe.c:480
msgid "immutable"
msgstr "IMMUTABLE"
-#: describe.c:480
+#: describe.c:481
msgid "stable"
msgstr "STABLE"
-#: describe.c:481
+#: describe.c:482
msgid "volatile"
msgstr "VOLATILE"
-#: describe.c:482
+#: describe.c:483
msgid "Volatility"
msgstr "関数の変動性分類"
-#: describe.c:490
+#: describe.c:491
msgid "restricted"
msgstr "制限付き"
-#: describe.c:491
+#: describe.c:492
msgid "safe"
msgstr "安全"
-#: describe.c:492
+#: describe.c:493
msgid "unsafe"
msgstr "危険"
-#: describe.c:493
+#: describe.c:494
msgid "Parallel"
msgstr "並列実行"
-#: describe.c:498
+#: describe.c:499
msgid "definer"
msgstr "定義ロール"
-#: describe.c:499
+#: describe.c:500
msgid "invoker"
msgstr "起動ロール"
-#: describe.c:500
+#: describe.c:501
msgid "Security"
msgstr "セキュリティ"
-#: describe.c:507
+#: describe.c:508
msgid "Language"
msgstr "手続き言語"
-#: describe.c:508
+#: describe.c:509
msgid "Source code"
msgstr "ソースコード"
-#: describe.c:637
+#: describe.c:638
msgid "List of functions"
msgstr "関数一覧"
-#: describe.c:685
+#: describe.c:686
msgid "Internal name"
msgstr "内部名"
-#: describe.c:707
+#: describe.c:708
msgid "Elements"
msgstr "構成要素"
-#: describe.c:764
+#: describe.c:765
msgid "List of data types"
msgstr "データ型一覧"
-#: describe.c:808
+#: describe.c:809
msgid "Left arg type"
msgstr "左辺の型"
-#: describe.c:809
+#: describe.c:810
msgid "Right arg type"
msgstr "右辺の型"
-#: describe.c:810
+#: describe.c:811
msgid "Result type"
msgstr "結果の型"
-#: describe.c:815 describe.c:3910 describe.c:3974 describe.c:4357
+#: describe.c:816 describe.c:3911 describe.c:3976 describe.c:3982
+#: describe.c:4377
msgid "Function"
msgstr "関数"
-#: describe.c:840
+#: describe.c:841
msgid "List of operators"
msgstr "演算子一覧"
-#: describe.c:870
+#: describe.c:871
msgid "Encoding"
msgstr "エンコーディング"
-#: describe.c:875 describe.c:4072
+#: describe.c:876 describe.c:4092
msgid "Collate"
msgstr "照合順序"
-#: describe.c:876 describe.c:4073
+#: describe.c:877 describe.c:4093
msgid "Ctype"
msgstr "Ctype(変換演算子)"
-#: describe.c:889
+#: describe.c:890
msgid "Tablespace"
msgstr "テーブル空間"
-#: describe.c:911
+#: describe.c:912
msgid "List of databases"
msgstr "データベース一覧"
-#: describe.c:952 describe.c:957 describe.c:1113 describe.c:3519
-#: describe.c:3526
+#: describe.c:953 describe.c:958 describe.c:1114 describe.c:3520
+#: describe.c:3527
msgid "table"
msgstr "テーブル"
-#: describe.c:953 describe.c:3520
+#: describe.c:954 describe.c:3521
msgid "view"
msgstr "ビュー"
-#: describe.c:954 describe.c:3521
+#: describe.c:955 describe.c:3522
msgid "materialized view"
msgstr "マテリアライズドビュー"
-#: describe.c:955 describe.c:1115 describe.c:3523
+#: describe.c:956 describe.c:1116 describe.c:3524
msgid "sequence"
msgstr "シーケンス"
-#: describe.c:956 describe.c:3525
+#: describe.c:957 describe.c:3526
msgid "foreign table"
msgstr "外部テーブル"
-#: describe.c:969
+#: describe.c:970
msgid "Column privileges"
msgstr "列の権限"
-#: describe.c:1000 describe.c:1034
+#: describe.c:1001 describe.c:1035
msgid "Policies"
msgstr "ポリシー"
-#: describe.c:1066 describe.c:5564 describe.c:5568
+#: describe.c:1067 describe.c:5584 describe.c:5588
msgid "Access privileges"
msgstr "アクセス権限"
-#: describe.c:1097
+#: describe.c:1098
#, c-format
msgid "The server (version %s) does not support altering default privileges.\n"
-msgstr "このサーバ (バージョン %s) はデフォルト権限の変更をサポートしていません。\n"
+msgstr ""
+"このサーバ (バージョン %s) はデフォルト権限の変更をサポートしていません。\n"
-#: describe.c:1117
+#: describe.c:1118
msgid "function"
msgstr "関数"
-#: describe.c:1119
+#: describe.c:1120
msgid "type"
msgstr "型"
-#: describe.c:1121
+#: describe.c:1122
msgid "schema"
msgstr "スキーマ"
-#: describe.c:1145
+#: describe.c:1146
msgid "Default access privileges"
msgstr "デフォルトのアクセス権限"
-#: describe.c:1185
+#: describe.c:1186
msgid "Object"
msgstr "オブジェクト"
-#: describe.c:1199
+#: describe.c:1200
msgid "table constraint"
msgstr "テーブル制約"
-#: describe.c:1221
+#: describe.c:1222
msgid "domain constraint"
msgstr "ドメイン制約"
-#: describe.c:1249
+#: describe.c:1250
msgid "operator class"
msgstr "演算子クラス"
-#: describe.c:1278
+#: describe.c:1279
msgid "operator family"
msgstr "演算子族"
-#: describe.c:1300
+#: describe.c:1301
msgid "rule"
msgstr "ルール"
-#: describe.c:1342
+#: describe.c:1343
msgid "Object descriptions"
msgstr "オブジェクトの説明"
-#: describe.c:1398 describe.c:3617
+#: describe.c:1399 describe.c:3618
#, c-format
msgid "Did not find any relation named \"%s\".\n"
msgstr "\"%s\" という名前のリレーションは見つかりませんでした。\n"
-#: describe.c:1401 describe.c:3620
+#: describe.c:1402 describe.c:3621
#, c-format
msgid "Did not find any relations.\n"
msgstr "リレーションが見つかりませんでした。\n"
-#: describe.c:1618
+#: describe.c:1619
#, c-format
msgid "Did not find any relation with OID %s.\n"
msgstr "OID %s を持つリレーションが見つかりませんでした。\n"
-#: describe.c:1664 describe.c:1688
+#: describe.c:1665 describe.c:1689
msgid "Start"
msgstr "開始"
-#: describe.c:1665 describe.c:1689
+#: describe.c:1666 describe.c:1690
msgid "Minimum"
msgstr "最小"
-#: describe.c:1666 describe.c:1690
+#: describe.c:1667 describe.c:1691
msgid "Maximum"
msgstr "最大"
-#: describe.c:1667 describe.c:1691
+#: describe.c:1668 describe.c:1692
msgid "Increment"
msgstr "増分"
-#: describe.c:1668 describe.c:1692 describe.c:1817 describe.c:3826
-#: describe.c:3977
+#: describe.c:1669 describe.c:1693 describe.c:1818 describe.c:3827
+#: describe.c:3993
msgid "yes"
msgstr "はい"
-#: describe.c:1669 describe.c:1693 describe.c:1818 describe.c:3826
-#: describe.c:3975
+#: describe.c:1670 describe.c:1694 describe.c:1819 describe.c:3827
+#: describe.c:3990
msgid "no"
msgstr "いいえ"
-#: describe.c:1670 describe.c:1694
+#: describe.c:1671 describe.c:1695
msgid "Cycles?"
msgstr "循環?"
-#: describe.c:1671 describe.c:1695
+#: describe.c:1672 describe.c:1696
msgid "Cache"
msgstr "キャッシュ"
-#: describe.c:1738
+#: describe.c:1739
#, c-format
msgid "Owned by: %s"
msgstr "所有者: %s"
-#: describe.c:1742
+#: describe.c:1743
#, c-format
msgid "Sequence for identity column: %s"
msgstr "識別列のシーケンス: %s"
-#: describe.c:1749
+#: describe.c:1750
#, c-format
msgid "Sequence \"%s.%s\""
msgstr "シーケンス \"%s.%s\""
-#: describe.c:1879 describe.c:1925
+#: describe.c:1880 describe.c:1926
#, c-format
msgid "Unlogged table \"%s.%s\""
msgstr "ログを取らないテーブル \"%s.%s\""
-#: describe.c:1882 describe.c:1928
+#: describe.c:1883 describe.c:1929
#, c-format
msgid "Table \"%s.%s\""
msgstr "テーブル \"%s.%s\""
-#: describe.c:1886
+#: describe.c:1887
#, c-format
msgid "View \"%s.%s\""
msgstr "ビュー \"%s.%s\""
-#: describe.c:1891
+#: describe.c:1892
#, c-format
msgid "Unlogged materialized view \"%s.%s\""
msgstr "ログを取らないマテリアライズドビュー \"%s.%s\""
-#: describe.c:1894
+#: describe.c:1895
#, c-format
msgid "Materialized view \"%s.%s\""
msgstr "マテリアライズドビュー \"%s.%s\""
-#: describe.c:1900
+#: describe.c:1901
#, c-format
msgid "Unlogged index \"%s.%s\""
msgstr "ログを取らないインデックス \"%s.%s\""
-#: describe.c:1903
+#: describe.c:1904
#, c-format
msgid "Index \"%s.%s\""
msgstr "インデックス \"%s.%s\""
-#: describe.c:1908
+#: describe.c:1909
#, c-format
msgid "Special relation \"%s.%s\""
msgstr "特殊なリレーション \"%s.%s\""
-#: describe.c:1912
+#: describe.c:1913
#, c-format
msgid "TOAST table \"%s.%s\""
msgstr "TOAST テーブル \"%s.%s\""
-#: describe.c:1916
+#: describe.c:1917
#, c-format
msgid "Composite type \"%s.%s\""
msgstr "複合型 \"%s.%s\""
-#: describe.c:1920
+#: describe.c:1921
#, c-format
msgid "Foreign table \"%s.%s\""
msgstr "外部テーブル \"%s.%s\""
-#: describe.c:1944 describe.c:3739
+#: describe.c:1945 describe.c:3740
msgid "Collation"
msgstr "照合順序"
-#: describe.c:1945 describe.c:3746
+#: describe.c:1946 describe.c:3747
msgid "Nullable"
msgstr "Null 値を許容"
-#: describe.c:1946 describe.c:3747
+#: describe.c:1947 describe.c:3748
msgid "Default"
msgstr "デフォルト"
-#: describe.c:1949
+#: describe.c:1950
msgid "Key?"
msgstr "キー?"
-#: describe.c:1951
+#: describe.c:1952
msgid "Definition"
msgstr "定義"
-#: describe.c:1953 describe.c:4823 describe.c:4907 describe.c:4978
-#: describe.c:5042
+#: describe.c:1954 describe.c:4843 describe.c:4927 describe.c:4998
+#: describe.c:5062
msgid "FDW options"
msgstr "FDW オプション"
-#: describe.c:1955
+#: describe.c:1956
msgid "Storage"
msgstr "ストレージ"
-#: describe.c:1957
+#: describe.c:1958
msgid "Stats target"
msgstr "統計の対象"
-#: describe.c:2071
+#: describe.c:2072
#, c-format
msgid "Partition of: %s %s"
msgstr "パーティション: %s %s"
-#: describe.c:2079
+#: describe.c:2080
msgid "No partition constraint"
msgstr "パーティション制約なし"
-#: describe.c:2081
+#: describe.c:2082
#, c-format
msgid "Partition constraint: %s"
msgstr "パーティションの制約: %s"
-#: describe.c:2104
+#: describe.c:2105
#, c-format
msgid "Partition key: %s"
msgstr "パーティションキー: %s"
-#: describe.c:2173
+#: describe.c:2174
msgid "primary key, "
msgstr "プライマリキー, "
-#: describe.c:2175
+#: describe.c:2176
msgid "unique, "
msgstr "ユニーク,"
-#: describe.c:2181
+#: describe.c:2182
#, c-format
msgid "for table \"%s.%s\""
msgstr "テーブル \"%s.%s\" 用"
-#: describe.c:2185
+#: describe.c:2186
#, c-format
msgid ", predicate (%s)"
msgstr "、述語 (%s)"
-#: describe.c:2188
+#: describe.c:2189
msgid ", clustered"
msgstr "、クラスター化"
-#: describe.c:2191
+#: describe.c:2192
msgid ", invalid"
msgstr "無効"
-#: describe.c:2194
+#: describe.c:2195
msgid ", deferrable"
msgstr "、遅延可能"
-#: describe.c:2197
+#: describe.c:2198
msgid ", initially deferred"
msgstr "、最初から遅延中"
-#: describe.c:2200
+#: describe.c:2201
msgid ", replica identity"
msgstr "、レプリカの id"
-#: describe.c:2259
+#: describe.c:2260
msgid "Indexes:"
msgstr "インデックス:"
-#: describe.c:2343
+#: describe.c:2344
msgid "Check constraints:"
msgstr "Check 制約:"
-#: describe.c:2379
+#: describe.c:2380
msgid "Foreign-key constraints:"
msgstr "外部キー制約:"
-#: describe.c:2410
+#: describe.c:2411
msgid "Referenced by:"
msgstr "参照元:"
-#: describe.c:2460
+#: describe.c:2461
msgid "Policies:"
msgstr "ポリシー:"
-#: describe.c:2463
+#: describe.c:2464
msgid "Policies (forced row security enabled):"
msgstr "ポリシー(行セキュリティを強制的に有効化):"
-#: describe.c:2466
+#: describe.c:2467
msgid "Policies (row security enabled): (none)"
msgstr "ポリシー(行セキュリティ有効化): (なし)"
-#: describe.c:2469
+#: describe.c:2470
msgid "Policies (forced row security enabled): (none)"
msgstr "ポリシー(行セキュリティを強制的に有効化): (なし)"
-#: describe.c:2472
+#: describe.c:2473
msgid "Policies (row security disabled):"
msgstr "ポリシー(行セキュリティを無効化):"
-#: describe.c:2534
+#: describe.c:2535
msgid "Statistics objects:"
msgstr "統計オブジェクト:"
-#: describe.c:2637 describe.c:2741
+#: describe.c:2638 describe.c:2742
msgid "Rules:"
msgstr "ルール:"
-#: describe.c:2640
+#: describe.c:2641
msgid "Disabled rules:"
msgstr "無効化されたルール:"
-#: describe.c:2643
+#: describe.c:2644
msgid "Rules firing always:"
msgstr "常に適用するルール:"
-#: describe.c:2646
+#: describe.c:2647
msgid "Rules firing on replica only:"
msgstr "レプリカ上でのみ適用するルール:"
-#: describe.c:2686
+#: describe.c:2687
msgid "Publications:"
msgstr "パブリケーション:"
-#: describe.c:2724
+#: describe.c:2725
msgid "View definition:"
msgstr "ビューの定義:"
-#: describe.c:2863
+#: describe.c:2864
msgid "Triggers:"
msgstr "トリガー:"
-#: describe.c:2867
+#: describe.c:2868
msgid "Disabled user triggers:"
msgstr "無効化されたユーザトリガ:"
-#: describe.c:2869
+#: describe.c:2870
msgid "Disabled triggers:"
msgstr "無効化されたトリガー:"
-#: describe.c:2872
+#: describe.c:2873
msgid "Disabled internal triggers:"
msgstr "無効化された内部トリガー:"
-#: describe.c:2875
+#: describe.c:2876
msgid "Triggers firing always:"
msgstr "常に適用するするトリガー:"
-#: describe.c:2878
+#: describe.c:2879
msgid "Triggers firing on replica only:"
msgstr "レプリカ上でのみ適用するトリガー:"
-#: describe.c:2937
+#: describe.c:2938
#, c-format
msgid "Server: %s"
msgstr "サーバ: %s"
-#: describe.c:2945
+#: describe.c:2946
#, c-format
msgid "FDW options: (%s)"
msgstr "FDW オプション: (%s)"
-#: describe.c:2964
+#: describe.c:2965
msgid "Inherits"
msgstr "継承元"
-#: describe.c:3023
+#: describe.c:3024
#, c-format
msgid "Number of partitions: %d"
msgstr "パーティション数: %d"
-#: describe.c:3032
+#: describe.c:3033
#, c-format
msgid "Number of child tables: %d (Use \\d+ to list them.)"
msgstr "子テーブル数: %d (\\d+ で一覧を表示)"
-#: describe.c:3034
+#: describe.c:3035
#, c-format
msgid "Number of partitions: %d (Use \\d+ to list them.)"
msgstr "パーティション数: %d (\\d+ で一覧を表示)。"
-#: describe.c:3042
+#: describe.c:3043
msgid "Child tables"
msgstr "子テーブル"
-#: describe.c:3042
+#: describe.c:3043
msgid "Partitions"
msgstr "パーティション"
-#: describe.c:3085
+#: describe.c:3086
#, c-format
msgid "Typed table of type: %s"
msgstr "%s 型の型付きテーブル"
-#: describe.c:3101
+#: describe.c:3102
msgid "Replica Identity"
msgstr "レプリカ識別"
-#: describe.c:3114
+#: describe.c:3115
msgid "Has OIDs: yes"
msgstr "OID あり: はい"
-#: describe.c:3194
+#: describe.c:3195
#, c-format
msgid "Tablespace: \"%s\""
msgstr "テーブル空間: \"%s\""
#. translator: before this string there's an index description like
#. '"foo_pkey" PRIMARY KEY, btree (a)'
-#: describe.c:3206
+#: describe.c:3207
#, c-format
msgid ", tablespace \"%s\""
msgstr "、テーブル空間 \"%s\""
-#: describe.c:3299
+#: describe.c:3300
msgid "List of roles"
msgstr "ロール一覧"
-#: describe.c:3301
+#: describe.c:3302
msgid "Role name"
msgstr "ロール名"
-#: describe.c:3302
+#: describe.c:3303
msgid "Attributes"
msgstr "属性"
-#: describe.c:3303
+#: describe.c:3304
msgid "Member of"
msgstr "所属グループ"
-#: describe.c:3314
+#: describe.c:3315
msgid "Superuser"
msgstr "スーパーユーザ"
-#: describe.c:3317
+#: describe.c:3318
msgid "No inheritance"
msgstr "継承なし"
-#: describe.c:3320
+#: describe.c:3321
msgid "Create role"
msgstr "ロール作成可"
-#: describe.c:3323
+#: describe.c:3324
msgid "Create DB"
msgstr "DB作成可"
-#: describe.c:3326
+#: describe.c:3327
msgid "Cannot login"
msgstr "ログインできません"
-#: describe.c:3330
+#: describe.c:3331
msgid "Replication"
msgstr "レプリケーション可"
-#: describe.c:3334
+#: describe.c:3335
msgid "Bypass RLS"
msgstr "RLS のバイパス"
-#: describe.c:3343
+#: describe.c:3344
msgid "No connections"
msgstr "接続なし"
-#: describe.c:3345
+#: describe.c:3346
#, c-format
msgid "%d connection"
msgid_plural "%d connections"
msgstr[0] "%d 個の接続"
-#: describe.c:3355
+#: describe.c:3356
msgid "Password valid until "
msgstr "パスワードの有効期限 "
-#: describe.c:3405
+#: describe.c:3406
#, c-format
msgid "The server (version %s) does not support per-database role settings.\n"
-msgstr "このサーバ (バージョン %s) はデータベースごとのロール設定をサポートしていません\n"
+msgstr ""
+"このサーバ (バージョン %s) はデータベースごとのロール設定をサポートしていませ"
+"ん\n"
-#: describe.c:3418
+#: describe.c:3419
msgid "Role"
msgstr "ロール"
-#: describe.c:3419
+#: describe.c:3420
msgid "Database"
msgstr "データベース"
-#: describe.c:3420
+#: describe.c:3421
msgid "Settings"
msgstr "設定"
-#: describe.c:3441
+#: describe.c:3442
#, c-format
msgid "Did not find any settings for role \"%s\" and database \"%s\".\n"
msgstr "ロール \"%s\" とデータベース \"%s\" の設定が見つかりませんでした。\n"
-#: describe.c:3444
+#: describe.c:3445
#, c-format
msgid "Did not find any settings for role \"%s\".\n"
msgstr "ロール \"%s\" の設定が見つかりませんでした。\n"
-#: describe.c:3447
+#: describe.c:3448
#, c-format
msgid "Did not find any settings.\n"
msgstr "設定が見つかりませんでした。\n"
-#: describe.c:3452
+#: describe.c:3453
msgid "List of settings"
msgstr "設定一覧"
-#: describe.c:3522 describe.c:3527
+#: describe.c:3523 describe.c:3528
msgid "index"
msgstr "インデックス"
-#: describe.c:3524
+#: describe.c:3525
msgid "special"
msgstr "特殊"
-#: describe.c:3534 describe.c:5030
+#: describe.c:3535 describe.c:5050
msgid "Table"
msgstr "テーブル"
-#: describe.c:3625
+#: describe.c:3626
msgid "List of relations"
msgstr "リレーション一覧"
-#: describe.c:3662
+#: describe.c:3663
msgid "Trusted"
msgstr "信頼済み"
-#: describe.c:3670
+#: describe.c:3671
msgid "Internal language"
msgstr "内部言語"
-#: describe.c:3671
+#: describe.c:3672
msgid "Call handler"
msgstr "呼び出しハンドラー"
-#: describe.c:3672 describe.c:4810
+#: describe.c:3673 describe.c:4830
msgid "Validator"
msgstr "バリデーター"
-#: describe.c:3675
+#: describe.c:3676
msgid "Inline handler"
msgstr "インラインハンドラー"
-#: describe.c:3703
+#: describe.c:3704
msgid "List of languages"
msgstr "手続き言語一覧"
-#: describe.c:3748
+#: describe.c:3749
msgid "Check"
msgstr "CHECK制約"
-#: describe.c:3790
+#: describe.c:3791
msgid "List of domains"
msgstr "ドメイン一覧"
-#: describe.c:3824
+#: describe.c:3825
msgid "Source"
msgstr "変換元"
-#: describe.c:3825
+#: describe.c:3826
msgid "Destination"
msgstr "変換先"
-#: describe.c:3827
+#: describe.c:3828
msgid "Default?"
msgstr "デフォルト?"
-#: describe.c:3864
+#: describe.c:3865
msgid "List of conversions"
msgstr "符号化方式一覧"
-#: describe.c:3903
+#: describe.c:3904
msgid "Event"
msgstr "イベント"
-#: describe.c:3905
+#: describe.c:3906
msgid "enabled"
msgstr "有効"
-#: describe.c:3906
+#: describe.c:3907
msgid "replica"
msgstr "レプリカ"
-#: describe.c:3907
+#: describe.c:3908
msgid "always"
msgstr "常時"
-#: describe.c:3908
+#: describe.c:3909
msgid "disabled"
msgstr "無効"
-#: describe.c:3909 describe.c:5509
+#: describe.c:3910 describe.c:5529
msgid "Enabled"
msgstr "有効状態"
-#: describe.c:3911
+#: describe.c:3912
msgid "Tags"
msgstr "タグ"
-#: describe.c:3930
+#: describe.c:3931
msgid "List of event triggers"
msgstr "イベントトリガー一覧"
-#: describe.c:3972
+#: describe.c:3960
msgid "Source type"
msgstr "変換元の型"
-#: describe.c:3973
+#: describe.c:3961
msgid "Target type"
msgstr "変換先の型"
-#: describe.c:3976
+#: describe.c:3992
msgid "in assignment"
msgstr "代入時のみ"
-#: describe.c:3978
+#: describe.c:3994
msgid "Implicit?"
msgstr "暗黙的に適用 ?"
-#: describe.c:4029
+#: describe.c:4049
msgid "List of casts"
msgstr "キャスト一覧"
-#: describe.c:4057
+#: describe.c:4077
#, c-format
msgid "The server (version %s) does not support collations.\n"
msgstr "このサーバ (バージョン %s) は照合順序をサポートしていません。\n"
-#: describe.c:4078
+#: describe.c:4098
msgid "Provider"
msgstr "プロバイダー"
-#: describe.c:4113
+#: describe.c:4133
msgid "List of collations"
msgstr "照合順序一覧"
-#: describe.c:4172
+#: describe.c:4192
msgid "List of schemas"
msgstr "スキーマ一覧"
-#: describe.c:4197 describe.c:4444 describe.c:4515 describe.c:4586
+#: describe.c:4217 describe.c:4464 describe.c:4535 describe.c:4606
#, c-format
msgid "The server (version %s) does not support full text search.\n"
msgstr "このサーバ (バージョン %s) は全文検索をサポートしていません。\n"
-#: describe.c:4232
+#: describe.c:4252
msgid "List of text search parsers"
msgstr "テキスト検索用パーサ一覧"
-#: describe.c:4277
+#: describe.c:4297
#, c-format
msgid "Did not find any text search parser named \"%s\".\n"
msgstr "テキスト検索用パーサ \"%s\" が見つかりませんでした。\n"
-#: describe.c:4280
+#: describe.c:4300
#, c-format
msgid "Did not find any text search parsers.\n"
msgstr "テキスト検索パーサが見つかりませんでした。\n"
-#: describe.c:4355
+#: describe.c:4375
msgid "Start parse"
msgstr "パース開始"
-#: describe.c:4356
+#: describe.c:4376
msgid "Method"
msgstr "メソッド"
-#: describe.c:4360
+#: describe.c:4380
msgid "Get next token"
msgstr "次のトークンを取得"
-#: describe.c:4362
+#: describe.c:4382
msgid "End parse"
msgstr "パース終了"
-#: describe.c:4364
+#: describe.c:4384
msgid "Get headline"
msgstr "見出しを取得"
-#: describe.c:4366
+#: describe.c:4386
msgid "Get token types"
msgstr "トークンタイプを取得"
-#: describe.c:4377
+#: describe.c:4397
#, c-format
msgid "Text search parser \"%s.%s\""
msgstr "テキスト検索パーサ \"%s.%s\""
-#: describe.c:4380
+#: describe.c:4400
#, c-format
msgid "Text search parser \"%s\""
msgstr "テキスト検索パーサ \"%s\""
-#: describe.c:4399
+#: describe.c:4419
msgid "Token name"
msgstr "トークン名"
-#: describe.c:4410
+#: describe.c:4430
#, c-format
msgid "Token types for parser \"%s.%s\""
msgstr "パーサ \"%s.%s\" のトークンタイプ"
-#: describe.c:4413
+#: describe.c:4433
#, c-format
msgid "Token types for parser \"%s\""
msgstr "パーサ \"%s\" のトークンタイプ"
-#: describe.c:4467
+#: describe.c:4487
msgid "Template"
msgstr "テンプレート"
-#: describe.c:4468
+#: describe.c:4488
msgid "Init options"
msgstr "初期化オプション"
-#: describe.c:4490
+#: describe.c:4510
msgid "List of text search dictionaries"
msgstr "テキスト検索用辞書一覧"
-#: describe.c:4533
+#: describe.c:4553
msgid "Init"
msgstr "初期化"
-#: describe.c:4534
+#: describe.c:4554
msgid "Lexize"
msgstr "Lex 処理"
-#: describe.c:4561
+#: describe.c:4581
msgid "List of text search templates"
msgstr "テキスト検索テンプレート一覧"
-#: describe.c:4621
+#: describe.c:4641
msgid "List of text search configurations"
msgstr "テキスト検索設定一覧"
-#: describe.c:4667
+#: describe.c:4687
#, c-format
msgid "Did not find any text search configuration named \"%s\".\n"
msgstr "テキスト検索用設定 \"%s\" が見つかりませんでした。\n"
-#: describe.c:4670
+#: describe.c:4690
#, c-format
msgid "Did not find any text search configurations.\n"
msgstr "テキスト検索設定が見つかりませんでした。\n"
-#: describe.c:4736
+#: describe.c:4756
msgid "Token"
msgstr "トークン"
-#: describe.c:4737
+#: describe.c:4757
msgid "Dictionaries"
msgstr "辞書"
-#: describe.c:4748
+#: describe.c:4768
#, c-format
msgid "Text search configuration \"%s.%s\""
msgstr "テキスト検索設定 \"%s.%s\""
-#: describe.c:4751
+#: describe.c:4771
#, c-format
msgid "Text search configuration \"%s\""
msgstr "テキスト検索設定 \"%s\""
-#: describe.c:4755
+#: describe.c:4775
#, c-format
msgid ""
"\n"
"\n"
"パーサ: \"%s.%s\""
-#: describe.c:4758
+#: describe.c:4778
#, c-format
msgid ""
"\n"
"\n"
"パーサ: \"%s\""
-#: describe.c:4792
+#: describe.c:4812
#, c-format
msgid "The server (version %s) does not support foreign-data wrappers.\n"
-msgstr "このサーバ (バージョン %s) は外部データラッパをサポートしていません。\n"
+msgstr ""
+"このサーバ (バージョン %s) は外部データラッパをサポートしていません。\n"
-#: describe.c:4850
+#: describe.c:4870
msgid "List of foreign-data wrappers"
msgstr "外部データラッパ一覧"
-#: describe.c:4875
+#: describe.c:4895
#, c-format
msgid "The server (version %s) does not support foreign servers.\n"
msgstr "このサーバ (バージョン %s) は外部サーバをサポートしていません。\n"
-#: describe.c:4888
+#: describe.c:4908
msgid "Foreign-data wrapper"
msgstr "外部データラッパ"
-#: describe.c:4906 describe.c:5111
+#: describe.c:4926 describe.c:5131
msgid "Version"
msgstr "バージョン"
-#: describe.c:4932
+#: describe.c:4952
msgid "List of foreign servers"
msgstr "外部サーバ一覧"
-#: describe.c:4957
+#: describe.c:4977
#, c-format
msgid "The server (version %s) does not support user mappings.\n"
-msgstr "このサーバ (バージョン %s) はユーザマッピングをサポートしていません。\n"
+msgstr ""
+"このサーバ (バージョン %s) はユーザマッピングをサポートしていません。\n"
-#: describe.c:4967 describe.c:5031
+#: describe.c:4987 describe.c:5051
msgid "Server"
msgstr "サーバ"
-#: describe.c:4968
+#: describe.c:4988
msgid "User name"
msgstr "ユーザ名"
-#: describe.c:4993
+#: describe.c:5013
msgid "List of user mappings"
msgstr "ユーザマッピング一覧"
-#: describe.c:5018
+#: describe.c:5038
#, c-format
msgid "The server (version %s) does not support foreign tables.\n"
msgstr "このサーバ (バージョン %s) は外部テーブルをサポートしていません。\n"
-#: describe.c:5071
+#: describe.c:5091
msgid "List of foreign tables"
msgstr "外部テーブル一覧"
-#: describe.c:5096 describe.c:5153
+#: describe.c:5116 describe.c:5173
#, c-format
msgid "The server (version %s) does not support extensions.\n"
msgstr "このサーバ (バージョン %s) は拡張をサポートしていません。\n"
-#: describe.c:5128
+#: describe.c:5148
msgid "List of installed extensions"
msgstr "インストール済みの拡張一覧"
-#: describe.c:5181
+#: describe.c:5201
#, c-format
msgid "Did not find any extension named \"%s\".\n"
msgstr "\"%s\" という名前の拡張が見つかりませんでした。\n"
-#: describe.c:5184
+#: describe.c:5204
#, c-format
msgid "Did not find any extensions.\n"
msgstr "拡張が見つかりませんでした。\n"
-#: describe.c:5228
+#: describe.c:5248
msgid "Object description"
msgstr "オブジェクトの説明"
-#: describe.c:5238
+#: describe.c:5258
#, c-format
msgid "Objects in extension \"%s\""
msgstr "拡張 \"%s\" 内のオブジェクト"
-#: describe.c:5267 describe.c:5338
+#: describe.c:5287 describe.c:5358
#, c-format
msgid "The server (version %s) does not support publications.\n"
-msgstr "このサーバ (バージョン %s) はパブリケーションをサポートしていません。\n"
+msgstr ""
+"このサーバ (バージョン %s) はパブリケーションをサポートしていません。\n"
-#: describe.c:5284 describe.c:5410
+#: describe.c:5304 describe.c:5430
msgid "All tables"
msgstr "全テーブル"
-#: describe.c:5285 describe.c:5411
+#: describe.c:5305 describe.c:5431
msgid "Inserts"
msgstr "Insert文"
-#: describe.c:5286 describe.c:5412
+#: describe.c:5306 describe.c:5432
msgid "Updates"
msgstr "Update文"
-#: describe.c:5287 describe.c:5413
+#: describe.c:5307 describe.c:5433
msgid "Deletes"
msgstr "Delete文"
-#: describe.c:5291 describe.c:5415
+#: describe.c:5311 describe.c:5435
msgid "Truncates"
msgstr "Truncate文"
-#: describe.c:5308
+#: describe.c:5328
msgid "List of publications"
msgstr "パブリケーション一覧"
-#: describe.c:5376
+#: describe.c:5396
#, c-format
msgid "Did not find any publication named \"%s\".\n"
msgstr "\"%s\" という名前のパブリケーションが見つかりませんでした。\n"
-#: describe.c:5379
+#: describe.c:5399
#, c-format
msgid "Did not find any publications.\n"
msgstr "パブリケーションが見つかりませんでした。\n"
-#: describe.c:5406
+#: describe.c:5426
#, c-format
msgid "Publication %s"
msgstr "パブリケーション %s"
-#: describe.c:5450
+#: describe.c:5470
msgid "Tables:"
msgstr "テーブル:"
-#: describe.c:5494
+#: describe.c:5514
#, c-format
msgid "The server (version %s) does not support subscriptions.\n"
-msgstr "このサーバ (バージョン %s) はサブスクリプションをサポートしていません。\n"
+msgstr ""
+"このサーバ (バージョン %s) はサブスクリプションをサポートしていません。\n"
-#: describe.c:5510
+#: describe.c:5530
msgid "Publication"
msgstr "パブリケーション"
-#: describe.c:5517
+#: describe.c:5537
msgid "Synchronous commit"
msgstr "同期コミット"
-#: describe.c:5518
+#: describe.c:5538
msgid "Conninfo"
msgstr "接続情報"
-#: describe.c:5540
+#: describe.c:5560
msgid "List of subscriptions"
msgstr "サブスクリプション一覧"
#: help.c:82
#, c-format
-msgid " -c, --command=COMMAND run only single command (SQL or internal) and exit\n"
-msgstr " -c, --command=コマンド 単一の(SQLまたは内部)コマンドを一つだけ実行して終了\n"
+msgid ""
+" -c, --command=COMMAND run only single command (SQL or internal) and "
+"exit\n"
+msgstr ""
+" -c, --command=コマンド 単一の(SQLまたは内部)コマンドを一つだけ実行して"
+"終了\n"
#: help.c:83
#, c-format
-msgid " -d, --dbname=DBNAME database name to connect to (default: \"%s\")\n"
-msgstr " -d, --dbname=DB名 接続するデータベース名 (デフォルト: \"%s\")\n"
+msgid ""
+" -d, --dbname=DBNAME database name to connect to (default: \"%s\")\n"
+msgstr ""
+" -d, --dbname=DB名 接続するデータベース名 (デフォルト: \"%s\")\n"
#: help.c:84
#, c-format
msgid " -f, --file=FILENAME execute commands from file, then exit\n"
-msgstr " -f, --file=FILENAME ファイルからコマンドを読み込んで実行後、終了\n"
+msgstr ""
+" -f, --file=FILENAME ファイルからコマンドを読み込んで実行後、終了\n"
#: help.c:85
#, c-format
#, c-format
msgid ""
" -1 (\"one\"), --single-transaction\n"
-" execute as a single transaction (if non-interactive)\n"
+" execute as a single transaction (if non-"
+"interactive)\n"
msgstr ""
" -1 (数字の1), --single-transaction\n"
-" (対話形式でない場合)単一のトランザクションとして実行\n"
+" (対話形式でない場合)単一のトランザクションとして実"
+"行\n"
#: help.c:93
#, c-format
#: help.c:94
#, c-format
msgid " --help=commands list backslash commands, then exit\n"
-msgstr " --help=commands バックスラッシュコマンドの一覧を表示して終了\n"
+msgstr ""
+" --help=commands バックスラッシュコマンドの一覧を表示して終了\n"
#: help.c:95
#, c-format
#: help.c:101
#, c-format
-msgid " -E, --echo-hidden display queries that internal commands generate\n"
+msgid ""
+" -E, --echo-hidden display queries that internal commands generate\n"
msgstr " -E, --echo-hidden 内部コマンドが生成した問い合わせを表示\n"
#: help.c:102
#: help.c:103
#, c-format
-msgid " -n, --no-readline disable enhanced command line editing (readline)\n"
-msgstr " -n, --no-readline 拡張コマンドライン編集機能(readline)を無効にする\n"
+msgid ""
+" -n, --no-readline disable enhanced command line editing (readline)\n"
+msgstr ""
+" -n, --no-readline 拡張コマンドライン編集機能(readline)を無効にする\n"
#: help.c:104
#, c-format
msgid " -o, --output=FILENAME send query results to file (or |pipe)\n"
-msgstr " -o, --output=FILENAME 問い合わせの結果をファイル (または |パイプ)に送る\n"
+msgstr ""
+" -o, --output=FILENAME 問い合わせの結果をファイル (または |パイプ)に送"
+"る\n"
#: help.c:105
#, c-format
-msgid " -q, --quiet run quietly (no messages, only query output)\n"
-msgstr " -q, --quiet 静かに実行 (メッセージなしで、問い合わせの出力のみ)\n"
+msgid ""
+" -q, --quiet run quietly (no messages, only query output)\n"
+msgstr ""
+" -q, --quiet 静かに実行 (メッセージなしで、問い合わせの出力の"
+"み)\n"
#: help.c:106
#, c-format
msgid " -s, --single-step single-step mode (confirm each query)\n"
-msgstr " -s, --single-step シングルステップモード (各問い合わせごとに確認)\n"
+msgstr ""
+" -s, --single-step シングルステップモード (各問い合わせごとに確認)\n"
#: help.c:107
#, c-format
-msgid " -S, --single-line single-line mode (end of line terminates SQL command)\n"
+msgid ""
+" -S, --single-line single-line mode (end of line terminates SQL "
+"command)\n"
msgstr " -S, --single-line 単一行モード (行末で SQL コマンドを終端)\n"
#: help.c:109
#, c-format
msgid ""
" -F, --field-separator=STRING\n"
-" field separator for unaligned output (default: \"%s\")\n"
+" field separator for unaligned output (default: "
+"\"%s\")\n"
msgstr ""
" -F, --field-separator=文字列\n"
" 桁揃えなし出力時のフィールド区切り文字\n"
#: help.c:115
#, c-format
-msgid " -P, --pset=VAR[=ARG] set printing option VAR to ARG (see \\pset command)\n"
+msgid ""
+" -P, --pset=VAR[=ARG] set printing option VAR to ARG (see \\pset "
+"command)\n"
msgstr ""
" -P, --pset=変数[=値] 表示オプション '変数' を '値' にセット\n"
" (\\pset コマンドを参照)\n"
#, c-format
msgid ""
" -R, --record-separator=STRING\n"
-" record separator for unaligned output (default: newline)\n"
+" record separator for unaligned output (default: "
+"newline)\n"
msgstr ""
" -R, --record-separator=文字列\n"
" 桁揃えなし出力におけるレコード区切り文字\n"
#: help.c:119
#, c-format
-msgid " -T, --table-attr=TEXT set HTML table tag attributes (e.g., width, border)\n"
-msgstr " -T, --table-attr=TEXT HTMLテーブルのタグ属性をセット (width, border等)\n"
+msgid ""
+" -T, --table-attr=TEXT set HTML table tag attributes (e.g., width, "
+"border)\n"
+msgstr ""
+" -T, --table-attr=TEXT HTMLテーブルのタグ属性をセット (width, border等)\n"
#: help.c:120
#, c-format
#, c-format
msgid ""
" -z, --field-separator-zero\n"
-" set field separator for unaligned output to zero byte\n"
+" set field separator for unaligned output to zero "
+"byte\n"
msgstr ""
" -z, --field-separator-zero\n"
-" 桁揃えなし出力のフィールド区切りをバイト値の0に設定\n"
+" 桁揃えなし出力のフィールド区切りをバイト値の0に設"
+"定\n"
#: help.c:123
#, c-format
msgid ""
" -0, --record-separator-zero\n"
-" set record separator for unaligned output to zero byte\n"
+" set record separator for unaligned output to zero "
+"byte\n"
msgstr ""
" -0, --record-separator-zero\n"
-" 桁揃えなし出力のレコード区切りをバイト値の0に設定\n"
+" 桁揃えなし出力のレコード区切りをバイト値の0に設"
+"定\n"
#: help.c:126
#, c-format
#: help.c:129
#, c-format
-msgid " -h, --host=HOSTNAME database server host or socket directory (default: \"%s\")\n"
+msgid ""
+" -h, --host=HOSTNAME database server host or socket directory "
+"(default: \"%s\")\n"
msgstr ""
" -h, --host=HOSTNAME データベースサーバのホストまたはソケットの\n"
" ディレクトリ(デフォルト: \"%s\")\n"
#: help.c:133
#, c-format
msgid " -p, --port=PORT database server port (default: \"%s\")\n"
-msgstr " -p, --port=PORT データベースサーバのポート番号(デフォルト: \"%s\")\n"
+msgstr ""
+" -p, --port=PORT データベースサーバのポート番号(デフォルト: \"%s"
+"\")\n"
#: help.c:139
#, c-format
msgid " -U, --username=USERNAME database user name (default: \"%s\")\n"
-msgstr " -U, --username=USERNAME データベースのユーザ名 (デフォルト: \"%s\")\n"
+msgstr ""
+" -U, --username=USERNAME データベースのユーザ名 (デフォルト: \"%s\")\n"
#: help.c:140
#, c-format
#: help.c:141
#, c-format
-msgid " -W, --password force password prompt (should happen automatically)\n"
-msgstr " -W, --password パスワードプロンプトの強制表示(本来は自動的に表示)\n"
+msgid ""
+" -W, --password force password prompt (should happen "
+"automatically)\n"
+msgstr ""
+" -W, --password パスワードプロンプトの強制表示(本来は自動的に表"
+"示)\n"
#: help.c:143
#, c-format
msgid ""
"\n"
-"For more information, type \"\\?\" (for internal commands) or \"\\help\" (for SQL\n"
+"For more information, type \"\\?\" (for internal commands) or \"\\help"
+"\" (for SQL\n"
"commands) from within psql, or consult the psql section in the PostgreSQL\n"
"documentation.\n"
"\n"
msgstr ""
"\n"
"詳細は psql の中で \"\\?\" (内部コマンドの場合)または \"\\help\"\n"
-"(SQL コマンドの場合)をタイプするか、または PostgreSQL ドキュメント中の psql の\n"
+"(SQL コマンドの場合)をタイプするか、または PostgreSQL ドキュメント中の psql "
+"の\n"
"セクションを参照のこと。\n"
"\n"
#: help.c:146
#, c-format
msgid "Report bugs to
.\n"
-msgstr "不具合を見つけた場合、
まで報告してください。\n"
+msgstr ""
+"不具合を見つけた場合、
まで報告してください。\n"
#: help.c:172
#, c-format
#: help.c:173
#, c-format
-msgid " \\copyright show PostgreSQL usage and distribution terms\n"
-msgstr " \\copyright PostgreSQL の使い方と配布条件を表示します。\n"
+msgid ""
+" \\copyright show PostgreSQL usage and distribution terms\n"
+msgstr ""
+" \\copyright PostgreSQL の使い方と配布条件を表示します。\n"
#: help.c:174
#, c-format
-msgid " \\crosstabview [COLUMNS] execute query and display results in crosstab\n"
-msgstr " \\crosstabview [列数] 問い合わせを実行し、結果をクロスタブに表示します。\n"
+msgid ""
+" \\crosstabview [COLUMNS] execute query and display results in crosstab\n"
+msgstr ""
+" \\crosstabview [列数] 問い合わせを実行し、結果をクロスタブに表示しま"
+"す。\n"
#: help.c:175
#, c-format
-msgid " \\errverbose show most recent error message at maximum verbosity\n"
-msgstr " \\errverbose 最後に発生したエラーメッセージを冗長性最大で表示します。\n"
+msgid ""
+" \\errverbose show most recent error message at maximum "
+"verbosity\n"
+msgstr ""
+" \\errverbose 最後に発生したエラーメッセージを冗長性最大で表示し"
+"ます。\n"
#: help.c:176
#, c-format
-msgid " \\g [FILE] or ; execute query (and send results to file or |pipe)\n"
-msgstr " \\g [ファイル] または ; 問い合わせを実行(し、結果をファイルまたは |パイプ へ出力)します。\n"
+msgid ""
+" \\g [FILE] or ; execute query (and send results to file or |pipe)\n"
+msgstr ""
+" \\g [ファイル] または ; 問い合わせを実行(し、結果をファイルまたは |パイプ "
+"へ出力)します。\n"
#: help.c:177
#, c-format
-msgid " \\gdesc describe result of query, without executing it\n"
+msgid ""
+" \\gdesc describe result of query, without executing it\n"
msgstr " \\gexec 問い合わせを実行せずに結果の説明を行います\n"
#: help.c:178
#, c-format
-msgid " \\gexec execute query, then execute each value in its result\n"
-msgstr " \\gexec 問い合わせを実行し、結果の中の個々の値を実行します。\n"
+msgid ""
+" \\gexec execute query, then execute each value in its "
+"result\n"
+msgstr ""
+" \\gexec 問い合わせを実行し、結果の中の個々の値を実行しま"
+"す。\n"
#: help.c:179
#, c-format
-msgid " \\gset [PREFIX] execute query and store results in psql variables\n"
-msgstr " \\gset [PREFIX] 問い合わせを実行して結果を psql 変数に格納します。\n"
+msgid ""
+" \\gset [PREFIX] execute query and store results in psql variables\n"
+msgstr ""
+" \\gset [PREFIX] 問い合わせを実行して結果を psql 変数に格納しま"
+"す。\n"
#: help.c:180
#, c-format
msgid " \\gx [FILE] as \\g, but forces expanded output mode\n"
-msgstr " \\gx [ファイル名] \\g と同じですが、拡張出力モードで実行します。\n"
+msgstr ""
+" \\gx [ファイル名] \\g と同じですが、拡張出力モードで実行します。\n"
#: help.c:181
#, c-format
#: help.c:187
#, c-format
msgid " \\? [commands] show help on backslash commands\n"
-msgstr " \\? [コマンド] バックスラッシュコマンドのヘルプを表示します。\n"
+msgstr ""
+" \\? [コマンド] バックスラッシュコマンドのヘルプを表示します。\n"
#: help.c:188
#, c-format
msgid " \\? options show help on psql command-line options\n"
-msgstr " \\? オプション psql のコマンドライン・オプションのヘルプを表示します。\n"
+msgstr ""
+" \\? オプション psql のコマンドライン・オプションのヘルプを表示しま"
+"す。\n"
#: help.c:189
#, c-format
#: help.c:190
#, c-format
-msgid " \\h [NAME] help on syntax of SQL commands, * for all commands\n"
-msgstr " \\h [名前] SQL コマンドの文法ヘルプの表示。* で全コマンドを表示します。\n"
+msgid ""
+" \\h [NAME] help on syntax of SQL commands, * for all "
+"commands\n"
+msgstr ""
+" \\h [名前] SQL コマンドの文法ヘルプの表示。* で全コマンドを表"
+"示します。\n"
#: help.c:193
#, c-format
#: help.c:194
#, c-format
-msgid " \\e [FILE] [LINE] edit the query buffer (or file) with external editor\n"
-msgstr " \\e [ファイル] [行番号] 現在の問い合わせバッファ(やファイル)を外部エディタで編集します。\n"
+msgid ""
+" \\e [FILE] [LINE] edit the query buffer (or file) with external "
+"editor\n"
+msgstr ""
+" \\e [ファイル] [行番号] 現在の問い合わせバッファ(やファイル)を外部エディ"
+"タで編集します。\n"
#: help.c:195
#, c-format
-msgid " \\ef [FUNCNAME [LINE]] edit function definition with external editor\n"
+msgid ""
+" \\ef [FUNCNAME [LINE]] edit function definition with external editor\n"
msgstr " \\ef [関数名 [行番号]] 関数定義を外部エディタで編集します。\n"
#: help.c:196
#: help.c:198
#, c-format
msgid " \\r reset (clear) the query buffer\n"
-msgstr " \\r 問い合わせバッファをリセット(クリア)します。\n"
+msgstr ""
+" \\r 問い合わせバッファをリセット(クリア)します。\n"
#: help.c:200
#, c-format
#: help.c:206
#, c-format
-msgid " \\copy ... perform SQL COPY with data stream to the client host\n"
-msgstr " \\copy ... クライアントホストに対し、データストリームを使って SQL コピーを行います。\n"
+msgid ""
+" \\copy ... perform SQL COPY with data stream to the client "
+"host\n"
+msgstr ""
+" \\copy ... クライアントホストに対し、データストリームを使って "
+"SQL コピーを行います。\n"
#: help.c:207
#, c-format
#: help.c:208
#, c-format
msgid " \\i FILE execute commands from file\n"
-msgstr " \\i ファイル ファイルからコマンドを読み込んで実行します。\n"
+msgstr ""
+" \\i ファイル ファイルからコマンドを読み込んで実行します。\n"
#: help.c:209
#, c-format
-msgid " \\ir FILE as \\i, but relative to location of current script\n"
-msgstr " \\ir ファイル \\i と同じ。ただし現在のスクリプト位置からの相対パスで指定します。\n"
+msgid ""
+" \\ir FILE as \\i, but relative to location of current "
+"script\n"
+msgstr ""
+" \\ir ファイル \\i と同じ。ただし現在のスクリプト位置からの相対パ"
+"スで指定します。\n"
#: help.c:210
#, c-format
msgid " \\o [FILE] send all query results to file or |pipe\n"
-msgstr " \\o [ファイル] 問い合わせ結果をすべてファイルまたは |パイプ へ送ります。\n"
+msgstr ""
+" \\o [ファイル] 問い合わせ結果をすべてファイルまたは |パイプ へ送り"
+"ます。\n"
#: help.c:211
#, c-format
-msgid " \\qecho [STRING] write string to query output stream (see \\o)\n"
-msgstr " \\qecho [文字列] 文字列を問い合わせ出力ストリームに出力(\\o を参照)します。\n"
+msgid ""
+" \\qecho [STRING] write string to query output stream (see \\o)\n"
+msgstr ""
+" \\qecho [文字列] 文字列を問い合わせ出力ストリームに出力(\\o を参"
+"照)します。\n"
#: help.c:214
#, c-format
#: help.c:216
#, c-format
-msgid " \\elif EXPR alternative within current conditional block\n"
+msgid ""
+" \\elif EXPR alternative within current conditional block\n"
msgstr " \\elif EXPR 現在の条件ブロック内の代替条件\n"
#: help.c:217
#, c-format
-msgid " \\else final alternative within current conditional block\n"
+msgid ""
+" \\else final alternative within current conditional "
+"block\n"
msgstr " \\else 現在の条件ブロックにおける最後の選択肢\n"
#: help.c:218
#: help.c:223
#, c-format
msgid " \\d[S+] list tables, views, and sequences\n"
-msgstr " \\d[S+] テーブル、ビュー、シーケンスの一覧を表示します。\n"
+msgstr ""
+" \\d[S+] テーブル、ビュー、シーケンスの一覧を表示します。\n"
#: help.c:224
#, c-format
msgid " \\d[S+] NAME describe table, view, sequence, or index\n"
-msgstr " \\d[S+] 名前 テーブル、ビュー、シーケンス、インデックスの説明を表示します。\n"
+msgstr ""
+" \\d[S+] 名前 テーブル、ビュー、シーケンス、インデックスの説明を"
+"表示します。\n"
#: help.c:225
#, c-format
#: help.c:230
#, c-format
-msgid " \\dd[S] [PATTERN] show object descriptions not displayed elsewhere\n"
-msgstr " \\dd[S] [パターン] 他では表示されないオブジェクトの説明を表示します。\n"
+msgid ""
+" \\dd[S] [PATTERN] show object descriptions not displayed elsewhere\n"
+msgstr ""
+" \\dd[S] [パターン] 他では表示されないオブジェクトの説明を表示しま"
+"す。\n"
#: help.c:231
#, c-format
#: help.c:238
#, c-format
-msgid " \\df[anptw][S+] [PATRN] list [only agg/normal/procedures/trigger/window] functions\n"
-msgstr " \\df[antw][S+] [パターン] (集約/通常/プロシージャ/トリガー/ウィンドウ)関数(のみ)の一覧を表示します\n"
+msgid ""
+" \\df[anptw][S+] [PATRN] list [only agg/normal/procedures/trigger/window] "
+"functions\n"
+msgstr ""
+" \\df[antw][S+] [パターン] (集約/通常/プロシージャ/トリガー/ウィンドウ)関数"
+"(のみ)の一覧を表示します\n"
#: help.c:239
#, c-format
#: help.c:242
#, c-format
msgid " \\dFt[+] [PATTERN] list text search templates\n"
-msgstr " \\dFt[+] [パターン] テキスト検索用テンプレート一覧を表示します。\n"
+msgstr ""
+" \\dFt[+] [パターン] テキスト検索用テンプレート一覧を表示します。\n"
#: help.c:243
#, c-format
#: help.c:245
#, c-format
msgid " \\dl list large objects, same as \\lo_list\n"
-msgstr " \\dl ラージオブジェクト一覧を表示します。\\lo_list と同じです。\n"
+msgstr ""
+" \\dl ラージオブジェクト一覧を表示します。\\lo_list と同"
+"じです。\n"
#: help.c:246
#, c-format
#: help.c:251
#, c-format
-msgid " \\dp [PATTERN] list table, view, and sequence access privileges\n"
-msgstr " \\dp [パターン] テーブル、ビュー、シーケンスのアクセス権一覧を表示します。\n"
+msgid ""
+" \\dp [PATTERN] list table, view, and sequence access privileges\n"
+msgstr ""
+" \\dp [パターン] テーブル、ビュー、シーケンスのアクセス権一覧を表示"
+"します。\n"
#: help.c:252
#, c-format
msgid " \\drds [PATRN1 [PATRN2]] list per-database role settings\n"
-msgstr " \\drds [パターン1 [パターン2]] データベース毎のロール設定一覧を表示します。\n"
+msgstr ""
+" \\drds [パターン1 [パターン2]] データベース毎のロール設定一覧を表示しま"
+"す。\n"
#: help.c:253
#, c-format
msgid " \\dRp[+] [PATTERN] list replication publications\n"
-msgstr " \\dRp[+] [パターン] レプリケーションのパブリケーション一覧を表示します。\n"
+msgstr ""
+" \\dRp[+] [パターン] レプリケーションのパブリケーション一覧を表示しま"
+"す。\n"
#: help.c:254
#, c-format
msgid " \\dRs[+] [PATTERN] list replication subscriptions\n"
-msgstr " \\dRs[+] [パターン] レプリケーションのサブスクリプション一覧を表示します。\n"
+msgstr ""
+" \\dRs[+] [パターン] レプリケーションのサブスクリプション一覧を表示しま"
+"す。\n"
#: help.c:255
#, c-format
#: help.c:269
#, c-format
-msgid " \\a toggle between unaligned and aligned output mode\n"
-msgstr " \\a 出力モード(unaligned / aligned)を切り替えます。\n"
+msgid ""
+" \\a toggle between unaligned and aligned output mode\n"
+msgstr ""
+" \\a 出力モード(unaligned / aligned)を切り替えます。\n"
#: help.c:270
#, c-format
msgid " \\C [STRING] set table title, or unset if none\n"
-msgstr " \\C [文字列] テーブルのタイトル設定。指定がなければ解除します。\n"
+msgstr ""
+" \\C [文字列] テーブルのタイトル設定。指定がなければ解除しま"
+"す。\n"
#: help.c:271
#, c-format
-msgid " \\f [STRING] show or set field separator for unaligned query output\n"
-msgstr " \\f [文字列] 桁揃えなしの問い合わせ出力で使われるフィールド区切り文字を表示または設定します。\n"
+msgid ""
+" \\f [STRING] show or set field separator for unaligned query "
+"output\n"
+msgstr ""
+" \\f [文字列] 桁揃えなしの問い合わせ出力で使われるフィールド区切"
+"り文字を表示または設定します。\n"
#: help.c:272
#, c-format
#, c-format
msgid ""
" \\pset [NAME [VALUE]] set table output option\n"
-" (NAME := {border|columns|expanded|fieldsep|fieldsep_zero|\n"
+" (NAME := {border|columns|expanded|fieldsep|"
+"fieldsep_zero|\n"
" footer|format|linestyle|null|numericlocale|pager|\n"
-" pager_min_lines|recordsep|recordsep_zero|tableattr|title|\n"
+" pager_min_lines|recordsep|recordsep_zero|tableattr|"
+"title|\n"
" tuples_only|unicode_border_linestyle|\n"
-" unicode_column_linestyle|unicode_header_linestyle})\n"
+" unicode_column_linestyle|"
+"unicode_header_linestyle})\n"
msgstr ""
" \\pset [名前 [値]] テーブル出力のオプション設定\n"
-" (名前 := {border|columns|expanded|fieldsep|fieldsep_zero|\n"
+" (名前 := {border|columns|expanded|fieldsep|"
+"fieldsep_zero|\n"
" footer|format|linestyle|null|numericlocale|pager|\n"
-" pager_min_lines|recordsep|recordsep_zero|tableattr|title|\n"
+" pager_min_lines|recordsep|recordsep_zero|tableattr|"
+"title|\n"
" tuples_only|unicode_border_linestyle|\n"
-" unicode_column_linestyle|unicode_header_linestyle})\n"
+" unicode_column_linestyle|"
+"unicode_header_linestyle})\n"
#: help.c:280
#, c-format
#: help.c:282
#, c-format
-msgid " \\T [STRING] set HTML
tag attributes, or unset if none\n"
-msgstr " \\T [文字列] HTML の
タグ属性のセット。引数がなければ解除します。\n"
+msgid ""
+" \\T [STRING] set HTML
tag attributes, or unset if none\n"
+msgstr ""
+" \\T [文字列] HTML の
タグ属性のセット。引数がなければ解"
+"除します。\n"
#: help.c:283
#, c-format
#: help.c:295
#, c-format
-msgid " \\conninfo display information about current connection\n"
+msgid ""
+" \\conninfo display information about current connection\n"
msgstr " \\conninfo 現在の接続に関する情報を表示します。\n"
#: help.c:296
#, c-format
msgid " \\encoding [ENCODING] show or set client encoding\n"
-msgstr " \\encoding [エンコーディング] クライアントのエンコーディングを表示または設定します。\n"
+msgstr ""
+" \\encoding [エンコーディング] クライアントのエンコーディングを表示または設"
+"定します。\n"
#: help.c:297
#, c-format
#: help.c:303
#, c-format
msgid " \\timing [on|off] toggle timing of commands (currently %s)\n"
-msgstr " \\timing [on|off] コマンドのタイミングを切り替えます(現在: %s)\n"
+msgstr ""
+" \\timing [on|off] コマンドのタイミングを切り替えます(現在: %s)\n"
#: help.c:305
#, c-format
-msgid " \\! [COMMAND] execute command in shell or start interactive shell\n"
-msgstr " \\! [コマンド] シェルでコマンドを実行するか、もしくは対話型シェルを起動します。\n"
+msgid ""
+" \\! [COMMAND] execute command in shell or start interactive "
+"shell\n"
+msgstr ""
+" \\! [コマンド] シェルでコマンドを実行するか、もしくは対話型シェル"
+"を起動します。\n"
#: help.c:308
#, c-format
#: help.c:309
#, c-format
msgid " \\prompt [TEXT] NAME prompt user to set internal variable\n"
-msgstr " \\prompt [テキスト] 変数名 ユーザに対して内部変数のセットを促します。\n"
+msgstr ""
+" \\prompt [テキスト] 変数名 ユーザに対して内部変数のセットを促します。\n"
#: help.c:310
#, c-format
-msgid " \\set [NAME [VALUE]] set internal variable, or list all if no parameters\n"
-msgstr " \\set [変数名 [値]] 内部変数の値を設定します。引数がない場合は一覧を表示します。\n"
+msgid ""
+" \\set [NAME [VALUE]] set internal variable, or list all if no "
+"parameters\n"
+msgstr ""
+" \\set [変数名 [値]] 内部変数の値を設定します。引数がない場合は一覧を表"
+"示します。\n"
#: help.c:311
#, c-format
" if set to \"noexec\", just show them without execution\n"
msgstr ""
" ECHO_HIDDEN\n"
-" セットされていれば、バックスラッシュコマンドで実行される内部問い合わせを\n"
+" セットされていれば、バックスラッシュコマンドで実行される内部問い合わせ"
+"を\n"
" 表示します; \"noexec\" にセットした場合は実行せずに表示だけします\n"
#: help.c:361
#, c-format
msgid ""
" FETCH_COUNT\n"
-" the number of result rows to fetch and display at a time (0 = unlimited)\n"
+" the number of result rows to fetch and display at a time (0 = "
+"unlimited)\n"
msgstr ""
" FETCH_COUNT\n"
" 一度に取得および表示する結果の行数 (0 = 無制限)\n"
#: help.c:371
#, c-format
+#| msgid ""
+#| " HISTSIZE\n"
+#| " max number of commands to store in the command history\n"
msgid ""
" HISTSIZE\n"
-" max number of commands to store in the command history\n"
+" maximum number of commands to store in the command history\n"
msgstr ""
" HISTSIZE\n"
" コマンド履歴で保存するコマンド数の最大値\n"
msgid ""
" LAST_ERROR_MESSAGE\n"
" LAST_ERROR_SQLSTATE\n"
-" message and SQLSTATE of last error, or empty string and \"00000\" if none\n"
+" message and SQLSTATE of last error, or empty string and \"00000\" if "
+"none\n"
msgstr ""
" LAST_ERROR_MESSAGE\n"
" LAST_ERROR_SQLSTATE\n"
" if set, an error doesn't stop a transaction (uses implicit savepoints)\n"
msgstr ""
" ON_ERROR_ROLLBACK\n"
-" セットされている場合、エラーでトランザクションを停止しません(暗黙のセーブ\n"
+" セットされている場合、エラーでトランザクションを停止しません(暗黙のセー"
+"ブ\n"
" ポイントを使用します)\n"
#: help.c:384
#, c-format
msgid ""
" PROMPT2\n"
-" specifies the prompt used when a statement continues from a previous line\n"
+" specifies the prompt used when a statement continues from a previous "
+"line\n"
msgstr ""
" PROMPT2\n"
" ステートメントが前行から継続する場合のプロンプトを指定します\n"
" set output format [unaligned, aligned, wrapped, html, asciidoc, ...]\n"
msgstr ""
" format\n"
-" 出力フォーマットを設定 [unaligned, aligned, wrapped, html, asciidoc, ...]\n"
+" 出力フォーマットを設定 [unaligned, aligned, wrapped, html, "
+"asciidoc, ...]\n"
#: help.c:437
#, c-format
#, c-format
msgid ""
" numericlocale\n"
-" enable display of a locale-specific character to separate groups of digits\n"
+" enable display of a locale-specific character to separate groups of "
+"digits\n"
msgstr ""
" numericlocale\n"
" ロケール固有文字での桁区切りを表示するかどうかを指定\n"
"Use the pg_restore command-line client to restore this dump to a database.\n"
msgstr ""
"この入力データは PostgreSQL のカスタムフォーマットのダンプです。\n"
-"このダンプをデータベースにリストアするには pg_restore コマンドを使ってください。\n"
+"このダンプをデータベースにリストアするには pg_restore コマンドを使ってくださ"
+"い。\n"
#: mainloop.c:282
msgid "Use \\? for help or press control-C to clear the input buffer."
#: mainloop.c:288
msgid "You are using psql, the command-line interface to PostgreSQL."
-msgstr "PostgreSQL へのコマンド ライン インターフェイス、psql を使用しています。"
+msgstr ""
+"PostgreSQL へのコマンド ライン インターフェイス、psql を使用しています。"
#: mainloop.c:289
#, c-format
#: mainloop.c:449 mainloop.c:591
#, c-format
msgid "query ignored; use \\endif or Ctrl-C to exit current \\if block\n"
-msgstr "問い合わせは無視されました。\\endif か Ctrl-C で現在の \\if ブロックを抜けてください\n"
+msgstr ""
+"問い合わせは無視されました。\\endif か Ctrl-C で現在の \\if ブロックを抜けて"
+"ください\n"
#: mainloop.c:609
#, c-format
msgid "reached EOF without finding closing \\endif(s)\n"
-msgstr "ブロックを閉じる \\endif を検索中に、ファイルの終端(EOF)に達しました。\n"
+msgstr ""
+"ブロックを閉じる \\endif を検索中に、ファイルの終端(EOF)に達しました。\n"
#: psqlscanslash.l:637
#, c-format
#: sql_help.c:807 sql_help.c:836 sql_help.c:841 sql_help.c:846 sql_help.c:851
#: sql_help.c:856 sql_help.c:878 sql_help.c:880 sql_help.c:882 sql_help.c:884
#: sql_help.c:887 sql_help.c:889 sql_help.c:930 sql_help.c:974 sql_help.c:979
-#: sql_help.c:984 sql_help.c:989 sql_help.c:994 sql_help.c:1013 sql_help.c:1024
-#: sql_help.c:1026 sql_help.c:1045 sql_help.c:1055 sql_help.c:1057
-#: sql_help.c:1059 sql_help.c:1071 sql_help.c:1075 sql_help.c:1077
-#: sql_help.c:1088 sql_help.c:1090 sql_help.c:1092 sql_help.c:1108
-#: sql_help.c:1110 sql_help.c:1114 sql_help.c:1117 sql_help.c:1118
-#: sql_help.c:1119 sql_help.c:1122 sql_help.c:1124 sql_help.c:1257
-#: sql_help.c:1259 sql_help.c:1262 sql_help.c:1265 sql_help.c:1267
-#: sql_help.c:1269 sql_help.c:1272 sql_help.c:1275 sql_help.c:1387
-#: sql_help.c:1389 sql_help.c:1391 sql_help.c:1394 sql_help.c:1415
-#: sql_help.c:1418 sql_help.c:1421 sql_help.c:1424 sql_help.c:1428
-#: sql_help.c:1430 sql_help.c:1432 sql_help.c:1434 sql_help.c:1448
-#: sql_help.c:1451 sql_help.c:1453 sql_help.c:1455 sql_help.c:1465
-#: sql_help.c:1467 sql_help.c:1477 sql_help.c:1479 sql_help.c:1489
-#: sql_help.c:1492 sql_help.c:1514 sql_help.c:1516 sql_help.c:1518
-#: sql_help.c:1521 sql_help.c:1523 sql_help.c:1525 sql_help.c:1528
-#: sql_help.c:1578 sql_help.c:1620 sql_help.c:1623 sql_help.c:1625
-#: sql_help.c:1627 sql_help.c:1629 sql_help.c:1631 sql_help.c:1634
-#: sql_help.c:1681 sql_help.c:1697 sql_help.c:1918 sql_help.c:1987
-#: sql_help.c:2006 sql_help.c:2019 sql_help.c:2075 sql_help.c:2081
-#: sql_help.c:2091 sql_help.c:2111 sql_help.c:2136 sql_help.c:2154
-#: sql_help.c:2183 sql_help.c:2275 sql_help.c:2316 sql_help.c:2339
-#: sql_help.c:2360 sql_help.c:2361 sql_help.c:2396 sql_help.c:2416
-#: sql_help.c:2438 sql_help.c:2452 sql_help.c:2472 sql_help.c:2495
-#: sql_help.c:2525 sql_help.c:2550 sql_help.c:2596 sql_help.c:2867
-#: sql_help.c:2880 sql_help.c:2897 sql_help.c:2913 sql_help.c:2953
-#: sql_help.c:3005 sql_help.c:3009 sql_help.c:3011 sql_help.c:3017
-#: sql_help.c:3035 sql_help.c:3062 sql_help.c:3097 sql_help.c:3109
-#: sql_help.c:3118 sql_help.c:3162 sql_help.c:3176 sql_help.c:3204
-#: sql_help.c:3212 sql_help.c:3220 sql_help.c:3228 sql_help.c:3236
-#: sql_help.c:3244 sql_help.c:3252 sql_help.c:3260 sql_help.c:3269
-#: sql_help.c:3280 sql_help.c:3288 sql_help.c:3296 sql_help.c:3304
-#: sql_help.c:3312 sql_help.c:3322 sql_help.c:3331 sql_help.c:3340
-#: sql_help.c:3348 sql_help.c:3358 sql_help.c:3369 sql_help.c:3377
-#: sql_help.c:3386 sql_help.c:3397 sql_help.c:3406 sql_help.c:3414
-#: sql_help.c:3422 sql_help.c:3430 sql_help.c:3438 sql_help.c:3446
-#: sql_help.c:3454 sql_help.c:3462 sql_help.c:3470 sql_help.c:3478
-#: sql_help.c:3486 sql_help.c:3503 sql_help.c:3512 sql_help.c:3520
-#: sql_help.c:3537 sql_help.c:3552 sql_help.c:3820 sql_help.c:3871
-#: sql_help.c:3900 sql_help.c:3908 sql_help.c:4341 sql_help.c:4389
-#: sql_help.c:4530
+#: sql_help.c:984 sql_help.c:989 sql_help.c:994 sql_help.c:1013
+#: sql_help.c:1024 sql_help.c:1026 sql_help.c:1045 sql_help.c:1055
+#: sql_help.c:1057 sql_help.c:1059 sql_help.c:1071 sql_help.c:1075
+#: sql_help.c:1077 sql_help.c:1088 sql_help.c:1090 sql_help.c:1092
+#: sql_help.c:1108 sql_help.c:1110 sql_help.c:1114 sql_help.c:1117
+#: sql_help.c:1118 sql_help.c:1119 sql_help.c:1122 sql_help.c:1124
+#: sql_help.c:1257 sql_help.c:1259 sql_help.c:1262 sql_help.c:1265
+#: sql_help.c:1267 sql_help.c:1269 sql_help.c:1272 sql_help.c:1275
+#: sql_help.c:1387 sql_help.c:1389 sql_help.c:1391 sql_help.c:1394
+#: sql_help.c:1415 sql_help.c:1418 sql_help.c:1421 sql_help.c:1424
+#: sql_help.c:1428 sql_help.c:1430 sql_help.c:1432 sql_help.c:1434
+#: sql_help.c:1448 sql_help.c:1451 sql_help.c:1453 sql_help.c:1455
+#: sql_help.c:1465 sql_help.c:1467 sql_help.c:1477 sql_help.c:1479
+#: sql_help.c:1489 sql_help.c:1492 sql_help.c:1514 sql_help.c:1516
+#: sql_help.c:1518 sql_help.c:1521 sql_help.c:1523 sql_help.c:1525
+#: sql_help.c:1528 sql_help.c:1578 sql_help.c:1620 sql_help.c:1623
+#: sql_help.c:1625 sql_help.c:1627 sql_help.c:1629 sql_help.c:1631
+#: sql_help.c:1634 sql_help.c:1681 sql_help.c:1697 sql_help.c:1918
+#: sql_help.c:1987 sql_help.c:2006 sql_help.c:2019 sql_help.c:2075
+#: sql_help.c:2081 sql_help.c:2091 sql_help.c:2111 sql_help.c:2136
+#: sql_help.c:2154 sql_help.c:2183 sql_help.c:2275 sql_help.c:2316
+#: sql_help.c:2339 sql_help.c:2360 sql_help.c:2361 sql_help.c:2396
+#: sql_help.c:2416 sql_help.c:2438 sql_help.c:2452 sql_help.c:2472
+#: sql_help.c:2495 sql_help.c:2525 sql_help.c:2550 sql_help.c:2596
+#: sql_help.c:2867 sql_help.c:2880 sql_help.c:2897 sql_help.c:2913
+#: sql_help.c:2953 sql_help.c:3005 sql_help.c:3009 sql_help.c:3011
+#: sql_help.c:3017 sql_help.c:3035 sql_help.c:3062 sql_help.c:3097
+#: sql_help.c:3109 sql_help.c:3118 sql_help.c:3162 sql_help.c:3176
+#: sql_help.c:3204 sql_help.c:3212 sql_help.c:3220 sql_help.c:3228
+#: sql_help.c:3236 sql_help.c:3244 sql_help.c:3252 sql_help.c:3260
+#: sql_help.c:3269 sql_help.c:3280 sql_help.c:3288 sql_help.c:3296
+#: sql_help.c:3304 sql_help.c:3312 sql_help.c:3322 sql_help.c:3331
+#: sql_help.c:3340 sql_help.c:3348 sql_help.c:3358 sql_help.c:3369
+#: sql_help.c:3377 sql_help.c:3386 sql_help.c:3397 sql_help.c:3406
+#: sql_help.c:3414 sql_help.c:3422 sql_help.c:3430 sql_help.c:3438
+#: sql_help.c:3446 sql_help.c:3454 sql_help.c:3462 sql_help.c:3470
+#: sql_help.c:3478 sql_help.c:3486 sql_help.c:3503 sql_help.c:3512
+#: sql_help.c:3520 sql_help.c:3537 sql_help.c:3552 sql_help.c:3820
+#: sql_help.c:3871 sql_help.c:3900 sql_help.c:3908 sql_help.c:4341
+#: sql_help.c:4389 sql_help.c:4530
msgid "name"
msgstr "名前"
#: sql_help.c:40 sql_help.c:69 sql_help.c:84 sql_help.c:120 sql_help.c:248
#: sql_help.c:266 sql_help.c:397 sql_help.c:483 sql_help.c:529 sql_help.c:617
#: sql_help.c:626 sql_help.c:684 sql_help.c:704 sql_help.c:733 sql_help.c:788
-#: sql_help.c:850 sql_help.c:888 sql_help.c:988 sql_help.c:1027 sql_help.c:1056
-#: sql_help.c:1076 sql_help.c:1089 sql_help.c:1123 sql_help.c:1326
-#: sql_help.c:1390 sql_help.c:1433 sql_help.c:1454 sql_help.c:1517
-#: sql_help.c:1626 sql_help.c:2853
+#: sql_help.c:850 sql_help.c:888 sql_help.c:988 sql_help.c:1027
+#: sql_help.c:1056 sql_help.c:1076 sql_help.c:1089 sql_help.c:1123
+#: sql_help.c:1326 sql_help.c:1390 sql_help.c:1433 sql_help.c:1454
+#: sql_help.c:1517 sql_help.c:1626 sql_help.c:2853
msgid "new_owner"
msgstr "新しい所有者"
#: sql_help.c:43 sql_help.c:71 sql_help.c:86 sql_help.c:252 sql_help.c:319
#: sql_help.c:449 sql_help.c:534 sql_help.c:667 sql_help.c:708 sql_help.c:736
-#: sql_help.c:791 sql_help.c:855 sql_help.c:993 sql_help.c:1060 sql_help.c:1093
-#: sql_help.c:1268 sql_help.c:1435 sql_help.c:1456 sql_help.c:1468
-#: sql_help.c:1480 sql_help.c:1524 sql_help.c:1630
+#: sql_help.c:791 sql_help.c:855 sql_help.c:993 sql_help.c:1060
+#: sql_help.c:1093 sql_help.c:1268 sql_help.c:1435 sql_help.c:1456
+#: sql_help.c:1468 sql_help.c:1480 sql_help.c:1524 sql_help.c:1630
msgid "new_schema"
msgstr "新しいスキーマ"
msgid "istemplate"
msgstr "テンプレートかどうか(真偽値)"
-#: sql_help.c:122 sql_help.c:605 sql_help.c:670 sql_help.c:1271 sql_help.c:1319
+#: sql_help.c:122 sql_help.c:605 sql_help.c:670 sql_help.c:1271
+#: sql_help.c:1319
msgid "new_tablespace"
msgstr "新しいテーブル空間名"
msgstr "戦略番号"
#: sql_help.c:767 sql_help.c:768 sql_help.c:771 sql_help.c:772 sql_help.c:778
-#: sql_help.c:779 sql_help.c:781 sql_help.c:782 sql_help.c:2422 sql_help.c:2423
-#: sql_help.c:2426 sql_help.c:2427
+#: sql_help.c:779 sql_help.c:781 sql_help.c:782 sql_help.c:2422
+#: sql_help.c:2423 sql_help.c:2426 sql_help.c:2427
msgid "op_type"
msgstr "演算子の型"
#: sql_help.c:1368 sql_help.c:2814
msgid "index_parameters in UNIQUE, PRIMARY KEY, and EXCLUDE constraints are:"
-msgstr "UNIQUE, PRIMARY KEY, EXCLUDE 制約のインデックスパラメーターは以下の通りです:"
+msgstr ""
+"UNIQUE, PRIMARY KEY, EXCLUDE 制約のインデックスパラメーターは以下の通りです:"
#: sql_help.c:1373 sql_help.c:2819
msgid "exclude_element in an EXCLUDE constraint is:"
#: sql_help.c:5519
msgid "change the ownership of database objects owned by a database role"
-msgstr "データベースロールが所有するデータベースオブジェクトの所有権を変更します。"
+msgstr ""
+"データベースロールが所有するデータベースオブジェクトの所有権を変更します。"
#: sql_help.c:5524
msgid "replace the contents of a materialized view"
#: sql_help.c:5554
msgid "cancel a transaction that was earlier prepared for two-phase commit"
-msgstr "二相コミットのために事前に準備されたトランザクションをキャンセルします。"
+msgstr ""
+"二相コミットのために事前に準備されたトランザクションをキャンセルします。"
#: sql_help.c:5559
msgid "roll back to a savepoint"
msgstr "現在のセッションの現在のユーザ識別子を設定します。"
#: sql_help.c:5599
-msgid "set the session user identifier and the current user identifier of the current session"
-msgstr "セッションのユーザ識別子および現在のセッションの現在のユーザ識別子を設定します。"
+msgid ""
+"set the session user identifier and the current user identifier of the "
+"current session"
+msgstr ""
+"セッションのユーザ識別子および現在のセッションの現在のユーザ識別子を設定しま"
+"す。"
#: sql_help.c:5604
msgid "set the characteristics of the current transaction"
#: sql_help.c:5639
msgid "garbage-collect and optionally analyze a database"
-msgstr "ガーベッジコレクションを行い、また必要に応じてデータベースを分析します。"
+msgstr ""
+"ガーベッジコレクションを行い、また必要に応じてデータベースを分析します。"
#: sql_help.c:5644
msgid "compute a set of rows"
msgid "%s: could not find own program executable\n"
msgstr "%s: 実行可能プログラムファイルが見つかりませんでした。\n"
-#: tab-complete.c:4480
+#: tab-complete.c:4497
#, c-format
msgid ""
"tab completion query failed: %s\n"
"\"%2$s\" の値 \"%1$s\" が認識できません。\n"
"有効な値は %3$s です。\n"
-#~ msgid "Procedure"
-#~ msgstr "プロシージャー名"
+#~ msgid "attribute"
+#~ msgstr "属性"
-#~ msgid "normal"
-#~ msgstr "通常"
+#~ msgid " VERSION_NUM psql's version (numeric format)\n"
+#~ msgstr " VERSION_NUM psql のバージョン (数値フォーマット)\n"
-#~ msgid " SERVER_VERSION_NAME server's version (short string)\n"
-#~ msgstr " SERVER_VERSION_NAME サーバのバージョン名 (短い文字列)\n"
+#~ msgid " VERSION_NAME psql's version (short string)\n"
+#~ msgstr " VERSION_NAME psql のバージョン (短い文字列)\n"
#~ msgid " VERSION psql's version (verbose string)\n"
#~ msgstr " VERSION psql のバージョン (詳細な文字列)\n"
-#~ msgid " VERSION_NAME psql's version (short string)\n"
-#~ msgstr " VERSION_NAME psql のバージョン (短い文字列)\n"
+#~ msgid " SERVER_VERSION_NAME server's version (short string)\n"
+#~ msgstr " SERVER_VERSION_NAME サーバのバージョン名 (短い文字列)\n"
-#~ msgid " VERSION_NUM psql's version (numeric format)\n"
-#~ msgstr " VERSION_NUM psql のバージョン (数値フォーマット)\n"
+#~ msgid "normal"
+#~ msgstr "通常"
-#~ msgid "attribute"
-#~ msgstr "属性"
+#~ msgid "Procedure"
+#~ msgstr "プロシージャー名"
msgstr ""
"Project-Id-Version: plpgsql (PostgreSQL) 10\n"
-"POT-Creation-Date: 2018-01-26 13:56+0900\n"
-"PO-Revision-Date: 2018-02-13 09:35+0900\n"
-"Last-Translator: Michihide Hotta >\n"
+"POT-Creation-Date: 2018-10-12 11:48+0900\n"
+"PO-Revision-Date: 2018-10-12 13:34+0900\n"
+"Last-Translator: Kyotaro Horiguchi >\n"
"Language-Team: Japan PostgreSQL Users Group \n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Poedit 2.0.6\n"
+"X-Generator: Poedit 1.5.4\n"
-#: pl_comp.c:433 pl_handler.c:451
+#: pl_comp.c:434 pl_handler.c:457
#, c-format
msgid "PL/pgSQL functions cannot accept type %s"
msgstr "PL/pgSQL 関数では %s 型は指定できません"
-#: pl_comp.c:514
+#: pl_comp.c:522
#, c-format
msgid "could not determine actual return type for polymorphic function \"%s\""
msgstr ""
"関数 \"%s\" が多様な形を持つため、実際の戻り値の型を特定できませんでした"
-#: pl_comp.c:544
+#: pl_comp.c:552
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "トリガー関数はトリガーとしてのみコールできます"
-#: pl_comp.c:548 pl_handler.c:436
+#: pl_comp.c:556 pl_handler.c:441
#, c-format
msgid "PL/pgSQL functions cannot return type %s"
msgstr "PL/pgSQL 関数は %s 型を返せません"
-#: pl_comp.c:589
+#: pl_comp.c:595
#, c-format
msgid "trigger functions cannot have declared arguments"
msgstr "トリガー関数には引数を宣言できません"
-#: pl_comp.c:590
+#: pl_comp.c:596
#, c-format
msgid ""
"The arguments of the trigger can be accessed through TG_NARGS and TG_ARGV "
"instead."
msgstr ""
-"その代わり、トリガーの引数には TG_NARGS と TG_ARGV を通してのみアクセスでき"
-"ã\81¾ã\81\99"
+"その代わり、トリガーの引数には TG_NARGS と TG_ARGV を通してのみアクセスできま"
+"す"
-#: pl_comp.c:692
+#: pl_comp.c:719
#, c-format
msgid "event trigger functions cannot have declared arguments"
msgstr "イベントトリガー関数では引数を宣言できません"
-#: pl_comp.c:943
+#: pl_comp.c:976
#, c-format
msgid "compilation of PL/pgSQL function \"%s\" near line %d"
msgstr "PL/pgSQL 関数 \"%s\" の %d 行目付近でのコンパイル"
-#: pl_comp.c:966
+#: pl_comp.c:999
#, c-format
msgid "parameter name \"%s\" used more than once"
msgstr "パラメータ \"%s\" が複数指定されました"
-#: pl_comp.c:1076
+#: pl_comp.c:1109
#, c-format
msgid "column reference \"%s\" is ambiguous"
msgstr "列参照 \"%s\" が一意に特定できません"
-#: pl_comp.c:1078
+#: pl_comp.c:1111
#, c-format
msgid "It could refer to either a PL/pgSQL variable or a table column."
msgstr ""
-"PL/pgSQL 変数もしくはテーブルのカラム名のどちらかを参照していた可能性があり"
-"ã\81¾ã\81\99ã\80\82"
+"PL/pgSQL 変数もしくはテーブルのカラム名のどちらかを参照していた可能性がありま"
+"す。"
-#: pl_comp.c:1258 pl_comp.c:1286 pl_exec.c:4584 pl_exec.c:4913 pl_exec.c:4998
-#: pl_exec.c:5089
+#: pl_comp.c:1294 pl_exec.c:5049 pl_exec.c:5414 pl_exec.c:5501 pl_exec.c:5592
+#: pl_exec.c:6510
#, c-format
msgid "record \"%s\" has no field \"%s\""
msgstr "レコード \"%s\" には項目 \"%s\" はありません"
-#: pl_comp.c:1818
+#: pl_comp.c:1756
#, c-format
msgid "relation \"%s\" does not exist"
msgstr "リレーション \"%s\" がありません"
-#: pl_comp.c:1927
+#: pl_comp.c:1848
#, c-format
msgid "variable \"%s\" has pseudo-type %s"
msgstr "変数 \"%s\" の型は擬似タイプ %s です"
-#: pl_comp.c:1995
-#, c-format
-msgid "relation \"%s\" is not a table"
-msgstr "リレーション \"%s\" はテーブルではありません"
-
-#: pl_comp.c:2155
+#: pl_comp.c:2028
#, c-format
msgid "type \"%s\" is only a shell"
msgstr "型 \"%s\" はシェルでのみ使えます"
-#: pl_comp.c:2249 pl_comp.c:2302
+#: pl_comp.c:2125 pl_comp.c:2178
#, c-format
msgid "unrecognized exception condition \"%s\""
msgstr "例外条件 \"%s\" が認識できません"
-#: pl_comp.c:2510
+#: pl_comp.c:2392
#, c-format
msgid ""
"could not determine actual argument type for polymorphic function \"%s\""
-msgstr ""
-"関数 \"%s\" が多様な形を持つため、実際の引数の型を特定できませんでした"
+msgstr "関数 \"%s\" が多様な形を持つため、実際の引数の型を特定できませんでした"
-#: pl_exec.c:355 pl_exec.c:644 pl_exec.c:914
+#: pl_exec.c:474 pl_exec.c:886 pl_exec.c:1103
msgid "during initialization of execution state"
msgstr "実行状態の初期化の際"
-#: pl_exec.c:362
+#: pl_exec.c:480
msgid "while storing call arguments into local variables"
msgstr "引数をローカル変数に格納する際"
-#: pl_exec.c:447 pl_exec.c:796
+#: pl_exec.c:568 pl_exec.c:938
msgid "during function entry"
msgstr "関数に入る際"
-#: pl_exec.c:472
+#: pl_exec.c:593
#, c-format
msgid "control reached end of function without RETURN"
msgstr "RETURN が現れる前に、制御が関数の終わりに達しました"
-#: pl_exec.c:479
+#: pl_exec.c:600
msgid "while casting return value to function's return type"
msgstr "戻り値を関数の戻り値の型へキャストする際に"
-#: pl_exec.c:492 pl_exec.c:3101
+#: pl_exec.c:613 pl_exec.c:3512
#, c-format
msgid "set-valued function called in context that cannot accept a set"
msgstr ""
"値の集合を受け付けないようなコンテキストで、集合値を返す関数が呼ばれました"
-#: pl_exec.c:530 pl_exec.c:2948
-msgid "returned record type does not match expected record type"
-msgstr "返されたレコードの型が期待するレコードの型と一致しません"
-
-#: pl_exec.c:585 pl_exec.c:825 pl_exec.c:949
+#: pl_exec.c:739 pl_exec.c:967 pl_exec.c:1128
msgid "during function exit"
msgstr "関数を抜ける際"
-#: pl_exec.c:821 pl_exec.c:945
+#: pl_exec.c:794 pl_exec.c:833 pl_exec.c:3357
+msgid "returned record type does not match expected record type"
+msgstr "返されたレコードの型が期待するレコードの型と一致しません"
+
+#: pl_exec.c:963 pl_exec.c:1124
#, c-format
msgid "control reached end of trigger procedure without RETURN"
msgstr "RETURN が現れる前に、制御がトリガープロシージャの終わりに達しました"
-#: pl_exec.c:830
+#: pl_exec.c:972
#, c-format
msgid "trigger procedure cannot return a set"
msgstr "トリガー手続きは集合値を返すことができません"
-#: pl_exec.c:852
+#: pl_exec.c:1011 pl_exec.c:1039
msgid ""
"returned row structure does not match the structure of the triggering table"
msgstr "返された行の構造が、トリガーしているテーブルの構造とマッチしません"
#. translator: last %s is a phrase such as "during statement block
#. local variable initialization"
#.
-#: pl_exec.c:997
+#: pl_exec.c:1176
#, c-format
msgid "PL/pgSQL function %s line %d %s"
msgstr "PL/pgSQL 関数 %s の%d行目 %s"
#. translator: last %s is a phrase such as "while storing call
#. arguments into local variables"
#.
-#: pl_exec.c:1008
+#: pl_exec.c:1187
#, c-format
msgid "PL/pgSQL function %s %s"
msgstr "PL/pgSQL 関数 %s - %s"
#. translator: last %s is a plpgsql statement type name
-#: pl_exec.c:1016
+#: pl_exec.c:1195
#, c-format
msgid "PL/pgSQL function %s line %d at %s"
msgstr "PL/pgSQL 関数 %s の%d行目 - %s"
-#: pl_exec.c:1022
+#: pl_exec.c:1201
#, c-format
msgid "PL/pgSQL function %s"
msgstr "PL/pgSQL 関数 %s"
-#: pl_exec.c:1187
+#: pl_exec.c:1539
msgid "during statement block local variable initialization"
msgstr "ステートメントブロックでローカル変数を初期化中"
-#: pl_exec.c:1226
-#, c-format
-msgid "variable \"%s\" declared NOT NULL cannot default to NULL"
-msgstr ""
-"変数 \"%s\" は NOT NULL として宣言されているため、デフォルト値を NULL にする"
-"ことはできません"
-
-#: pl_exec.c:1277
+#: pl_exec.c:1637
msgid "during statement block entry"
msgstr "ステートメントブロックに入る際に"
-#: pl_exec.c:1309
+#: pl_exec.c:1669
msgid "during statement block exit"
msgstr "ステートメントブロックを抜ける際に"
-#: pl_exec.c:1351
+#: pl_exec.c:1707
msgid "during exception cleanup"
msgstr "例外をクリーンアップする際に"
-#: pl_exec.c:1717
+#: pl_exec.c:2235 pl_exec.c:2249
+#, c-format
+msgid "argument %d is an output argument but is not writable"
+msgstr "引数%dは出力引数ですが書き込み不可です"
+
+#: pl_exec.c:2291
#, c-format
msgid "GET STACKED DIAGNOSTICS cannot be used outside an exception handler"
msgstr "GET STACKED DIAGNOSTICS は例外ハンドラの外では使えません"
-#: pl_exec.c:1922
+#: pl_exec.c:2496
#, c-format
msgid "case not found"
msgstr "case が見つかりません"
-#: pl_exec.c:1923
+#: pl_exec.c:2497
#, c-format
msgid "CASE statement is missing ELSE part."
msgstr "CASE ステートメントに ELSE 部分がありません"
-#: pl_exec.c:2077
+#: pl_exec.c:2590
#, c-format
msgid "lower bound of FOR loop cannot be null"
msgstr "FOR ループの下限を NULL にすることはできません"
-#: pl_exec.c:2093
+#: pl_exec.c:2606
#, c-format
msgid "upper bound of FOR loop cannot be null"
msgstr "FOR ループの上限を NULL にすることはできません"
-#: pl_exec.c:2111
+#: pl_exec.c:2624
#, c-format
msgid "BY value of FOR loop cannot be null"
msgstr "FOR ループにおける BY の値を NULL にすることはできません"
-#: pl_exec.c:2117
+#: pl_exec.c:2630
#, c-format
msgid "BY value of FOR loop must be greater than zero"
msgstr "FOR ループにおける BY の値はゼロより大きくなければなりません"
-#: pl_exec.c:2294 pl_exec.c:4085
+#: pl_exec.c:2764 pl_exec.c:4479
#, c-format
msgid "cursor \"%s\" already in use"
msgstr "カーソル \"%s\" はすでに使われています"
-#: pl_exec.c:2317 pl_exec.c:4150
+#: pl_exec.c:2787 pl_exec.c:4544
#, c-format
msgid "arguments given for cursor without arguments"
msgstr "引数なしのカーソルに引数が与えられました"
-#: pl_exec.c:2336 pl_exec.c:4169
+#: pl_exec.c:2806 pl_exec.c:4563
#, c-format
msgid "arguments required for cursor"
msgstr "カーソルには引数が必要です"
-#: pl_exec.c:2423
+#: pl_exec.c:2893
#, c-format
msgid "FOREACH expression must not be null"
msgstr "FOREACH 式は NULL であってはなりません"
-#: pl_exec.c:2438
+#: pl_exec.c:2908
#, c-format
msgid "FOREACH expression must yield an array, not type %s"
msgstr "FOREACH 式は %s 型ではなく配列を生成しなければなりません"
-#: pl_exec.c:2455
+#: pl_exec.c:2925
#, c-format
msgid "slice dimension (%d) is out of the valid range 0..%d"
msgstr "配列の要素数 (%d) が有効範囲0から%dまでの間にありません"
-#: pl_exec.c:2482
+#: pl_exec.c:2952
#, c-format
msgid "FOREACH ... SLICE loop variable must be of an array type"
msgstr "FOREACH ... SLICE ループ変数は配列型でなければなりません"
-#: pl_exec.c:2486
+#: pl_exec.c:2956
#, c-format
msgid "FOREACH loop variable must not be of an array type"
msgstr "FOREACH ループ変数は配列型であってはなりません"
-#: pl_exec.c:2689 pl_exec.c:2771 pl_exec.c:2941
+#: pl_exec.c:3118 pl_exec.c:3175 pl_exec.c:3350
#, c-format
msgid ""
"cannot return non-composite value from function returning composite type"
msgstr "複合型を返す関数から複合型以外の値を返すことはできません"
-#: pl_exec.c:2815 pl_gram.y:3199
+#: pl_exec.c:3214 pl_gram.y:3267
#, c-format
msgid "cannot use RETURN NEXT in a non-SETOF function"
msgstr "SETOF でない関数では RETURN NEXT は使えません"
-#: pl_exec.c:2849 pl_exec.c:2976
+#: pl_exec.c:3255 pl_exec.c:3387
#, c-format
msgid "wrong result type supplied in RETURN NEXT"
msgstr "RETURN NEXT で指定されている結果の型が誤っています"
-#: pl_exec.c:2878 pl_exec.c:4572 pl_exec.c:4880 pl_exec.c:4906 pl_exec.c:4972
-#: pl_exec.c:4991 pl_exec.c:5059 pl_exec.c:5082
-#, c-format
-msgid "record \"%s\" is not assigned yet"
-msgstr "レコード \"%s\" にはまだ値が代入されていません"
-
-#: pl_exec.c:2880 pl_exec.c:4574 pl_exec.c:4882 pl_exec.c:4908 pl_exec.c:4974
-#: pl_exec.c:4993 pl_exec.c:5061 pl_exec.c:5084
-#, c-format
-msgid "The tuple structure of a not-yet-assigned record is indeterminate."
-msgstr "まだ代入されていないレコードのタプル構造は不定です"
-
-#: pl_exec.c:2887 pl_exec.c:2906
+#: pl_exec.c:3293 pl_exec.c:3314
#, c-format
msgid "wrong record type supplied in RETURN NEXT"
msgstr "RETURN NEXT で指定されているレコードの型が誤っています"
-#: pl_exec.c:2995
+#: pl_exec.c:3406
#, c-format
msgid "RETURN NEXT must have a parameter"
msgstr "RETURN NEXT にはパラメーターが必要です"
-#: pl_exec.c:3021 pl_gram.y:3261
+#: pl_exec.c:3432 pl_gram.y:3330
#, c-format
msgid "cannot use RETURN QUERY in a non-SETOF function"
msgstr "SETOF でない関数では RETURN QUERY は使えません"
-#: pl_exec.c:3045
+#: pl_exec.c:3456
msgid "structure of query does not match function result type"
msgstr "問い合わせの構造が関数の結果の型と一致しません"
-#: pl_exec.c:3129 pl_exec.c:3267
+#: pl_exec.c:3540 pl_exec.c:3678
#, c-format
msgid "RAISE option already specified: %s"
msgstr "RAISE オプションは既に指定されています: %s"
-#: pl_exec.c:3163
+#: pl_exec.c:3574
#, c-format
msgid "RAISE without parameters cannot be used outside an exception handler"
msgstr "引数の無い RAISE は、例外ハンドラの外では使えません"
-#: pl_exec.c:3257
+#: pl_exec.c:3668
#, c-format
msgid "RAISE statement option cannot be null"
msgstr "RAISE ステートメントのオプションには NULL は指定できません"
-#: pl_exec.c:3327
+#: pl_exec.c:3738
#, c-format
msgid "%s"
msgstr "%s"
-#: pl_exec.c:3382
+#: pl_exec.c:3793
#, c-format
msgid "assertion failed"
msgstr "アサーションに失敗"
-#: pl_exec.c:3583 pl_exec.c:3729 pl_exec.c:3919
+#: pl_exec.c:4130 pl_exec.c:4317
#, c-format
msgid "cannot COPY to/from client in PL/pgSQL"
msgstr "PL/pgSQL 内では COPY to/from クライアントは使えません"
-#: pl_exec.c:3587 pl_exec.c:3733 pl_exec.c:3923
+#: pl_exec.c:4136
#, c-format
-msgid "cannot begin/end transactions in PL/pgSQL"
-msgstr "PL/pgSQL 内ではトランザクションの開始/終了はできません"
+#| msgid "cannot begin/end transactions in PL/pgSQL"
+msgid "unsupported transaction command in PL/pgSQL"
+msgstr "PL/pgSQL 内ではサポートされないトランザクションコマンド"
-#: pl_exec.c:3588 pl_exec.c:3734 pl_exec.c:3924
-#, c-format
-msgid "Use a BEGIN block with an EXCEPTION clause instead."
-msgstr "代わりに EXCEPTION 句を伴う BEGIN ブロックを使用してください"
-
-#: pl_exec.c:3757 pl_exec.c:3948
+#: pl_exec.c:4160 pl_exec.c:4347
#, c-format
msgid "INTO used with a command that cannot return data"
msgstr "データを返せないコマンドで INTO が使われました"
-#: pl_exec.c:3785 pl_exec.c:3976
+#: pl_exec.c:4183 pl_exec.c:4370
#, c-format
msgid "query returned no rows"
msgstr "問い合わせは行を返しませんでした"
-#: pl_exec.c:3804 pl_exec.c:3995
+#: pl_exec.c:4202 pl_exec.c:4389
#, c-format
msgid "query returned more than one row"
msgstr "問い合わせが複数の行を返しました"
-#: pl_exec.c:3821
+#: pl_exec.c:4219
#, c-format
msgid "query has no destination for result data"
msgstr "問い合わせに結果データの返却先が指定されていません"
-#: pl_exec.c:3822
+#: pl_exec.c:4220
#, c-format
msgid "If you want to discard the results of a SELECT, use PERFORM instead."
msgstr "SELECT の結果を破棄したい場合、代わりに PERFORM を使ってください"
-#: pl_exec.c:3855 pl_exec.c:7317
+#: pl_exec.c:4253 pl_exec.c:8271
#, c-format
msgid "query string argument of EXECUTE is null"
msgstr "EXECUTE の問い合わせ文字列の引数が NULL です"
-#: pl_exec.c:3911
+#: pl_exec.c:4309
#, c-format
msgid "EXECUTE of SELECT ... INTO is not implemented"
msgstr "SELECT ... INTO の EXECUTE は実装されていません"
-#: pl_exec.c:3912
+#: pl_exec.c:4310
#, c-format
msgid ""
"You might want to use EXECUTE ... INTO or EXECUTE CREATE TABLE ... AS "
msgstr ""
"代わりに EXECUTE ... INTO または EXECUTE CREATE TABLE ... AS が使えます。"
-#: pl_exec.c:4233 pl_exec.c:4329
+#: pl_exec.c:4323
+#, c-format
+#| msgid "function \"close_sl\" not implemented"
+msgid "EXECUTE of transaction commands is not implemented"
+msgstr "トランザクションコマンドのEXECUTEは実装されていません"
+
+#: pl_exec.c:4625 pl_exec.c:4713
#, c-format
msgid "cursor variable \"%s\" is null"
msgstr "カーソル変数 \"%s\" が NULL です"
-#: pl_exec.c:4244 pl_exec.c:4340
+#: pl_exec.c:4636 pl_exec.c:4724
#, c-format
msgid "cursor \"%s\" does not exist"
msgstr "カーソル \"%s\" は存在しません"
-#: pl_exec.c:4257
+#: pl_exec.c:4649
#, c-format
msgid "relative or absolute cursor position is null"
msgstr "相対もしくは絶対カーソル位置が NULL です"
-#: pl_exec.c:4448
+#: pl_exec.c:4899 pl_exec.c:4994
#, c-format
msgid "null value cannot be assigned to variable \"%s\" declared NOT NULL"
msgstr "NOT NULL として宣言された変数 \"%s\" には NULL を代入できません"
-#: pl_exec.c:4517
+#: pl_exec.c:4975
#, c-format
msgid "cannot assign non-composite value to a row variable"
msgstr "複合型でない値を行変数に代入できません"
-#: pl_exec.c:4541
+#: pl_exec.c:5007
#, c-format
msgid "cannot assign non-composite value to a record variable"
msgstr "複合型でない値をレコード変数に代入できません"
-#: pl_exec.c:4661
+#: pl_exec.c:5058
+#, c-format
+msgid "cannot assign to system column \"%s\""
+msgstr "システム列\"%s\"に代入できません"
+
+#: pl_exec.c:5122
#, c-format
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
msgstr "配列の次元数(%d)が制限値(%d)を超えています"
-#: pl_exec.c:4693
+#: pl_exec.c:5154
#, c-format
msgid "subscripted object is not an array"
msgstr "添字つきオブジェクトは配列ではありません"
-#: pl_exec.c:4731
+#: pl_exec.c:5192
#, c-format
msgid "array subscript in assignment must not be null"
msgstr "代入における配列の添字が NULL であってはなりません"
-#: pl_exec.c:5198
+#: pl_exec.c:5699
#, c-format
msgid "query \"%s\" did not return data"
msgstr "問い合わせ \"%s\" がデータを返しませんでした"
-#: pl_exec.c:5206
+#: pl_exec.c:5707
#, c-format
msgid "query \"%s\" returned %d column"
msgid_plural "query \"%s\" returned %d columns"
msgstr[0] "問い合わせ \"%s\" が %d 個の列を返しました"
-#: pl_exec.c:5233
+#: pl_exec.c:5735
#, c-format
msgid "query \"%s\" returned more than one row"
msgstr "問い合わせ \"%s\" が複数の行を返しました"
-#: pl_exec.c:5301
+#: pl_exec.c:5798
#, c-format
msgid "query \"%s\" is not a SELECT"
msgstr "問い合わせ \"%s\" が SELECT ではありません"
+#: pl_exec.c:6524 pl_exec.c:6564 pl_exec.c:6604
+#, c-format
+msgid ""
+"type of parameter %d (%s) does not match that when preparing the plan (%s)"
+msgstr "パラメータの型%d(%s)が実行計画(%s)を準備する時点と一致しません"
+
+#: pl_exec.c:7379
+#, c-format
+msgid "record \"%s\" is not assigned yet"
+msgstr "レコード \"%s\" にはまだ値が代入されていません"
+
+#: pl_exec.c:7380
+#, c-format
+msgid "The tuple structure of a not-yet-assigned record is indeterminate."
+msgstr "まだ代入されていないレコードのタプル構造は不定です"
+
#: pl_funcs.c:239
msgid "statement block"
msgstr "ステートメントブロック"
msgid "FOR over EXECUTE statement"
msgstr "EXECUTE ステートメントを使った FOR"
-#: pl_gram.y:478
+#: pl_gram.y:485
#, c-format
msgid "block label must be placed before DECLARE, not after"
msgstr "ブロックラベルは DECLARE の後ではなく前に置かなければなりません"
-#: pl_gram.y:498
+#: pl_gram.y:505
#, c-format
msgid "collations are not supported by type %s"
msgstr "%s 型では照合順序はサポートされていません"
-#: pl_gram.y:513
-#, c-format
-msgid "row or record variable cannot be CONSTANT"
-msgstr "行またはレコード変数は CONSTANT にはできません"
-
-#: pl_gram.y:523
+#: pl_gram.y:524
#, c-format
-msgid "row or record variable cannot be NOT NULL"
-msgstr "行またはレコード変数を NOT NULL にはできません"
-
-#: pl_gram.y:534
-#, c-format
-msgid "default value for row or record variable is not supported"
-msgstr "行またはレコード変数のデフォルト値指定はサポートされていません"
+#| msgid "variable \"%s\" must have a numeric type"
+msgid "variable \"%s\" must have a default value, since it's declared NOT NULL"
+msgstr ""
+"NOT NULL宣言されているため、変数\"%s\"はデフォルト値を持つ必要があります"
-#: pl_gram.y:679 pl_gram.y:694 pl_gram.y:720
+#: pl_gram.y:670 pl_gram.y:685 pl_gram.y:711
#, c-format
msgid "variable \"%s\" does not exist"
msgstr "変数 \"%s\" は存在しません"
-#: pl_gram.y:738 pl_gram.y:766
+#: pl_gram.y:729 pl_gram.y:757
msgid "duplicate declaration"
msgstr "重複した宣言です。"
-#: pl_gram.y:749 pl_gram.y:777
+#: pl_gram.y:740 pl_gram.y:768
#, c-format
msgid "variable \"%s\" shadows a previously defined variable"
msgstr "変数 \"%s\" が事前に定義された変数を不可視にしています"
-#: pl_gram.y:956
+#: pl_gram.y:984
#, c-format
msgid "diagnostics item %s is not allowed in GET STACKED DIAGNOSTICS"
msgstr "GET STACKED DIAGNOSTICS では診断項目 %s は許可されていません"
-#: pl_gram.y:974
+#: pl_gram.y:1002
#, c-format
msgid "diagnostics item %s is not allowed in GET CURRENT DIAGNOSTICS"
msgstr "GET CURRENT DIAGNOSTICS では診断項目 %s は許可されていません"
-#: pl_gram.y:1072
+#: pl_gram.y:1100
msgid "unrecognized GET DIAGNOSTICS item"
msgstr "GET DIAGNOSTICS 項目が認識できません"
-#: pl_gram.y:1082 pl_gram.y:3448
+#: pl_gram.y:1110 pl_gram.y:3509
#, c-format
msgid "\"%s\" is not a scalar variable"
msgstr "\"%s\" はスカラー変数ではありません"
-#: pl_gram.y:1334 pl_gram.y:1528
+#: pl_gram.y:1358 pl_gram.y:1551
#, c-format
+#| msgid ""
+#| "loop variable of loop over rows must be a record or row variable or list "
+#| "of scalar variables"
msgid ""
-"loop variable of loop over rows must be a record or row variable or list of "
-"scalar variables"
+"loop variable of loop over rows must be a record variable or list of scalar "
+"variables"
msgstr ""
-"è¡\8cã\82\92ã\81¾ã\81\9fã\81\8cã\82\8bã\83«ã\83¼ã\83\97ã\81®ã\83«ã\83¼ã\83\97å¤\89æ\95°ã\81¯ã\80\81ã\83¬ã\82³ã\83¼ã\83\89ã\80\81è¡\8cå¤\89æ\95°ã\80\81ã\82¹ã\82«ã\83©ã\83¼å¤\89æ\95°ä¸¦ã\81³ã\81®ã\81\84ã\81\9aã\82\8c"
-"ã\81\8bã\81§ã\81ªã\81\91ã\82\8cã\81°ã\81ªã\82\8aã\81¾ã\81\9bã\82\93"
+"è¡\8cã\81«å¯¾ã\81\99ã\82\8bã\83«ã\83¼ã\83\97ã\81§ã\81®ã\83«ã\83¼ã\83\97å¤\89æ\95°ã\81¯ã\80\81ã\83¬ã\82³ã\83¼ã\83\89å¤\89æ\95°ã\81¾ã\81\9fã\81¯ã\82¹ã\82«ã\83©ã\83¼å¤\89æ\95°ã\81®ã\83ªã\82¹ã\83\88ã\81§ã\81ª"
+"ければなりません"
-#: pl_gram.y:1368
+#: pl_gram.y:1392
#, c-format
msgid "cursor FOR loop must have only one target variable"
msgstr "カーソルを使った FOR ループには、ターゲット変数が1個だけ必要です"
-#: pl_gram.y:1375
+#: pl_gram.y:1399
#, c-format
msgid "cursor FOR loop must use a bound cursor variable"
msgstr ""
-"カーソルを使った FOR ループでは、それに関連付けられたカーソル変数を使用しな"
-"ã\81\91ã\82\8cã\81°ã\81ªã\82\8aã\81¾ã\81\9bã\82\93"
+"カーソルを使った FOR ループでは、それに関連付けられたカーソル変数を使用しなけ"
+"ればなりません"
-#: pl_gram.y:1459
+#: pl_gram.y:1486
#, c-format
msgid "integer FOR loop must have only one target variable"
msgstr "整数を使った FOR ループには、ターゲット変数が1個だけ必要です"
-#: pl_gram.y:1495
+#: pl_gram.y:1522
#, c-format
msgid "cannot specify REVERSE in query FOR loop"
msgstr "問い合わせを使った FOR ループの中では REVERSE は指定できません"
-#: pl_gram.y:1642
+#: pl_gram.y:1653
#, c-format
msgid "loop variable of FOREACH must be a known variable or list of variables"
msgstr ""
"FOREACH のループ変数は、既知の変数または変数のリストでなければなりません"
-#: pl_gram.y:1683
+#: pl_gram.y:1694
#, c-format
msgid ""
"there is no label \"%s\" attached to any block or loop enclosing this "
"このステートメントを囲むブロックやループに割り当てられた \"%s\" というラベル"
"はありません。"
-#: pl_gram.y:1691
+#: pl_gram.y:1702
#, c-format
msgid "block label \"%s\" cannot be used in CONTINUE"
msgstr "ブロックラベル \"%s\" は CONTINUE の中では使えません。"
-#: pl_gram.y:1706
+#: pl_gram.y:1717
#, c-format
msgid "EXIT cannot be used outside a loop, unless it has a label"
msgstr "ラベルのない EXIT は、ループの外では使えません"
-#: pl_gram.y:1707
+#: pl_gram.y:1718
#, c-format
msgid "CONTINUE cannot be used outside a loop"
msgstr "CONTINUE はループの外では使えません"
-#: pl_gram.y:1731 pl_gram.y:1768 pl_gram.y:1816 pl_gram.y:2898 pl_gram.y:2983
-#: pl_gram.y:3094 pl_gram.y:3850
+#: pl_gram.y:1742 pl_gram.y:1779 pl_gram.y:1827 pl_gram.y:2959 pl_gram.y:3042
+#: pl_gram.y:3153 pl_gram.y:3910
msgid "unexpected end of function definition"
msgstr "予期しない関数定義の終端に達しました"
-#: pl_gram.y:1836 pl_gram.y:1860 pl_gram.y:1876 pl_gram.y:1882 pl_gram.y:2000
-#: pl_gram.y:2008 pl_gram.y:2022 pl_gram.y:2117 pl_gram.y:2304 pl_gram.y:2398
-#: pl_gram.y:2550 pl_gram.y:3691 pl_gram.y:3752 pl_gram.y:3831
+#: pl_gram.y:1847 pl_gram.y:1871 pl_gram.y:1887 pl_gram.y:1893 pl_gram.y:2010
+#: pl_gram.y:2018 pl_gram.y:2032 pl_gram.y:2126 pl_gram.y:2361 pl_gram.y:2455
+#: pl_gram.y:2613 pl_gram.y:3752 pl_gram.y:3813 pl_gram.y:3891
msgid "syntax error"
msgstr "構文エラー"
-#: pl_gram.y:1864 pl_gram.y:1866 pl_gram.y:2308 pl_gram.y:2310
+#: pl_gram.y:1875 pl_gram.y:1877 pl_gram.y:2365 pl_gram.y:2367
msgid "invalid SQLSTATE code"
msgstr "無効な SQLSTATE コードです"
-#: pl_gram.y:2064
+#: pl_gram.y:2074
msgid "syntax error, expected \"FOR\""
msgstr "構文エラー。\"FOR\" が現れるべきでした。"
-#: pl_gram.y:2126
+#: pl_gram.y:2135
#, c-format
msgid "FETCH statement cannot return multiple rows"
msgstr "FETCH ステートメントは複数行を返せません"
-#: pl_gram.y:2188
+#: pl_gram.y:2245
#, c-format
msgid "cursor variable must be a simple variable"
msgstr "カーソル変数は単純変数でなければなりません"
-#: pl_gram.y:2194
+#: pl_gram.y:2251
#, c-format
msgid "variable \"%s\" must be of type cursor or refcursor"
msgstr "変数 \"%s\" は cursor 型または refcursor 型でなければなりません"
-#: pl_gram.y:2521 pl_gram.y:2532
+#: pl_gram.y:2584 pl_gram.y:2595
#, c-format
msgid "\"%s\" is not a known variable"
msgstr "\"%s\" は既知の変数ではありません"
-#: pl_gram.y:2636 pl_gram.y:2646 pl_gram.y:2802
+#: pl_gram.y:2699 pl_gram.y:2709 pl_gram.y:2864
msgid "mismatched parentheses"
msgstr "括弧が対応していません"
-#: pl_gram.y:2650
+#: pl_gram.y:2713
#, c-format
msgid "missing \"%s\" at end of SQL expression"
msgstr "SQL 表現式の終わりに \"%s\" がありません"
-#: pl_gram.y:2656
+#: pl_gram.y:2719
#, c-format
msgid "missing \"%s\" at end of SQL statement"
msgstr "SQL ステートメントの終わりに \"%s\" がありません"
-#: pl_gram.y:2673
+#: pl_gram.y:2736
msgid "missing expression"
msgstr "表現式がありません"
-#: pl_gram.y:2675
+#: pl_gram.y:2738
msgid "missing SQL statement"
msgstr "SQL ステートメントがありません"
-#: pl_gram.y:2804
+#: pl_gram.y:2866
msgid "incomplete data type declaration"
msgstr "データ型の定義が不完全です"
-#: pl_gram.y:2827
+#: pl_gram.y:2889
msgid "missing data type declaration"
msgstr "データ型の定義がありません"
-#: pl_gram.y:2906
+#: pl_gram.y:2967
msgid "INTO specified more than once"
msgstr "INTO が複数回指定されています"
-#: pl_gram.y:3075
+#: pl_gram.y:3134
msgid "expected FROM or IN"
msgstr "FROM もしくは IN が来るべきでした"
-#: pl_gram.y:3135
+#: pl_gram.y:3194
#, c-format
msgid "RETURN cannot have a parameter in function returning set"
msgstr "集合を返す関数では、RETURN にパラメータを指定できません"
-#: pl_gram.y:3136
+#: pl_gram.y:3195
#, c-format
msgid "Use RETURN NEXT or RETURN QUERY."
msgstr "RETURN NEXT もしくは RETURN QUERY を使用してください"
-#: pl_gram.y:3144
+#: pl_gram.y:3205
#, c-format
-msgid "RETURN cannot have a parameter in function with OUT parameters"
-msgstr "OUT パラメータのない関数では、RETURN にパラメータを指定できません"
+#| msgid "RETURN cannot have a parameter in function returning set"
+msgid "RETURN cannot have a parameter in a procedure"
+msgstr "プロシージャないのRETURNはパラメータを取ることができません"
-#: pl_gram.y:3153
+#: pl_gram.y:3210
#, c-format
msgid "RETURN cannot have a parameter in function returning void"
msgstr "void を返す関数では、RETURN にパラメータを指定できません"
-#: pl_gram.y:3213
+#: pl_gram.y:3219
+#, c-format
+msgid "RETURN cannot have a parameter in function with OUT parameters"
+msgstr "OUT パラメータのない関数では、RETURN にパラメータを指定できません"
+
+#: pl_gram.y:3281
#, c-format
msgid "RETURN NEXT cannot have a parameter in function with OUT parameters"
-msgstr ""
-"OUT パラメータ付きの関数では、RETURN NEXT にパラメータを指定できません"
+msgstr "OUT パラメータ付きの関数では、RETURN NEXT にパラメータを指定できません"
-#: pl_gram.y:3317
+#: pl_gram.y:3388
#, c-format
-msgid "\"%s\" is declared CONSTANT"
-msgstr "\"%s\" は定義済み CONSTANT です"
+#| msgid "\"%s\" is declared CONSTANT"
+msgid "variable \"%s\" is declared CONSTANT"
+msgstr "変数\"%s\" はCONSTANTとして定義されています"
-#: pl_gram.y:3379 pl_gram.y:3391
+#: pl_gram.y:3451
#, c-format
-msgid "record or row variable cannot be part of multiple-item INTO list"
-msgstr ""
-"レコードもしくは行変数は、複数項目を持つ INTO リストの一部としては指定できま"
-"せん"
+#| msgid "record or row variable cannot be part of multiple-item INTO list"
+msgid "record variable cannot be part of multiple-item INTO list"
+msgstr "レコード変数は、複数項目を持つ INTO リストでは使えません"
-#: pl_gram.y:3436
+#: pl_gram.y:3497
#, c-format
msgid "too many INTO variables specified"
msgstr "INTO 変数の指定が多すぎます"
-#: pl_gram.y:3644
+#: pl_gram.y:3705
#, c-format
msgid "end label \"%s\" specified for unlabelled block"
msgstr "ラベル無しブロックで終端ラベル \"%s\" が指定されました"
-#: pl_gram.y:3651
+#: pl_gram.y:3712
#, c-format
msgid "end label \"%s\" differs from block's label \"%s\""
msgstr "終端ラベル \"%s\" がブロックのラベル \"%s\" と異なります"
-#: pl_gram.y:3686
+#: pl_gram.y:3747
#, c-format
msgid "cursor \"%s\" has no arguments"
msgstr "カーソル \"%s\" に引数がありません"
-#: pl_gram.y:3700
+#: pl_gram.y:3761
#, c-format
msgid "cursor \"%s\" has arguments"
msgstr "カーソル \"%s\" に引数がついています"
-#: pl_gram.y:3742
+#: pl_gram.y:3803
#, c-format
msgid "cursor \"%s\" has no argument named \"%s\""
msgstr "カーソル \"%s\" に \"%s\" という名前の引数がありません"
-#: pl_gram.y:3762
+#: pl_gram.y:3823
#, c-format
msgid "value for parameter \"%s\" of cursor \"%s\" specified more than once"
msgstr "カーソル \"%2$s\" のパラメータ \"%1$s\" の値が複数個指定されました"
-#: pl_gram.y:3787
+#: pl_gram.y:3848
#, c-format
msgid "not enough arguments for cursor \"%s\""
msgstr "カーソル \"%s\" の引数が不足しています"
-#: pl_gram.y:3794
+#: pl_gram.y:3855
#, c-format
msgid "too many arguments for cursor \"%s\""
msgstr "カーソル \"%s\" に対する引数が多すぎます"
-#: pl_gram.y:3882
+#: pl_gram.y:3942
msgid "unrecognized RAISE statement option"
msgstr "RAISE ステートメントのオプションを認識できません"
-#: pl_gram.y:3886
+#: pl_gram.y:3946
msgid "syntax error, expected \"=\""
msgstr "構文エラー。\"=\" を期待していました"
-#: pl_gram.y:3927
+#: pl_gram.y:3987
#, c-format
msgid "too many parameters specified for RAISE"
msgstr "RAISE に指定されたパラメーターの数が多すぎます"
-#: pl_gram.y:3931
+#: pl_gram.y:3991
#, c-format
msgid "too few parameters specified for RAISE"
msgstr "RAISE に指定されたパラメーターの数が足りません"
msgstr "生成されたプログラムの中で、エラーを発生すべき部分の一覧です。"
#. translator: %s is typically the translation of "syntax error"
-#: pl_scanner.c:624
+#: pl_scanner.c:630
#, c-format
msgid "%s at end of input"
msgstr "入力の最後で %s"
#. translator: first %s is typically the translation of "syntax error"
-#: pl_scanner.c:640
+#: pl_scanner.c:646
#, c-format
msgid "%s at or near \"%s\""
msgstr "\"%2$s\" もしくはその近辺で %1$s"
+
+#~ msgid "default value for row or record variable is not supported"
+#~ msgstr "行またはレコード変数のデフォルト値指定はサポートされていません"
+
+#~ msgid "row or record variable cannot be NOT NULL"
+#~ msgstr "行またはレコード変数を NOT NULL にはできません"
+
+#~ msgid "row or record variable cannot be CONSTANT"
+#~ msgstr "行またはレコード変数は CONSTANT にはできません"
+
+#~ msgid "Use a BEGIN block with an EXCEPTION clause instead."
+#~ msgstr "代わりに EXCEPTION 句を伴う BEGIN ブロックを使用してください"
+
+#~ msgid "variable \"%s\" declared NOT NULL cannot default to NULL"
+#~ msgstr ""
+#~ "変数 \"%s\" は NOT NULL として宣言されているため、デフォルト値を NULL にす"
+#~ "ることはできません"
+
+#~ msgid "relation \"%s\" is not a table"
+#~ msgstr "リレーション \"%s\" はテーブルではありません"