it: translation updates
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 10 Sep 2017 17:21:06 +0000 (18:21 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 10 Sep 2017 17:21:06 +0000 (18:21 +0100)
it/libpq.po
it/pg_basebackup.po
it/pg_ctl.po
it/pg_dump.po
it/pg_resetwal.po
it/pg_rewind.po
it/plpython.po
it/postgres.po
it/psql.po

index 87c35628934b48014126b6b826c3b5a5de5ec28e..0b25af899148b652d0c7bf39a0dd837173fae5bc 100644 (file)
@@ -40,8 +40,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libpq (PostgreSQL) 10\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2017-05-22 07:38+0000\n"
-"PO-Revision-Date: 2017-05-23 01:18+0100\n"
+"POT-Creation-Date: 2017-08-30 21:38+0000\n"
+"PO-Revision-Date: 2017-08-31 01:08+0100\n"
 "Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
 "Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
 "Language: it\n"
@@ -50,7 +50,77 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Poedit-SourceCharset: UTF-8\n"
-"X-Generator: Poedit 1.8.7.1\n"
+"X-Generator: Poedit 1.5.4\n"
+
+#: fe-auth-scram.c:176
+msgid "malformed SCRAM message (empty message)\n"
+msgstr "messaggio SCRAM malformato (messaggio vuoto)\n"
+
+#: fe-auth-scram.c:182
+msgid "malformed SCRAM message (length mismatch)\n"
+msgstr "messaggio SCRAM malformato (lunghezza errata)\n"
+
+#: fe-auth-scram.c:231
+msgid "incorrect server signature\n"
+msgstr "firma del server non corretta\n"
+
+#: fe-auth-scram.c:240
+msgid "invalid SCRAM exchange state\n"
+msgstr "stato di scambio SCRAM non valido\n"
+
+#: fe-auth-scram.c:263
+#, c-format
+msgid "malformed SCRAM message (attribute \"%c\" expected)\n"
+msgstr "messaggio SCRAM malformato (atteso attributo \"%c\")\n"
+
+#: fe-auth-scram.c:272
+#, c-format
+msgid "malformed SCRAM message (expected character \"=\" for attribute \"%c\")\n"
+msgstr "messaggio SCRAM malformato (atteso carattere \"=\" per l'attributo \"%c\")\n"
+
+#: fe-auth-scram.c:311
+msgid "could not generate nonce\n"
+msgstr "generazione del nonce fallita\n"
+
+#: fe-auth-scram.c:319 fe-auth-scram.c:336 fe-auth-scram.c:346
+#: fe-auth-scram.c:400 fe-auth-scram.c:420 fe-auth-scram.c:445
+#: fe-auth-scram.c:459 fe-auth-scram.c:501 fe-auth.c:227 fe-auth.c:362
+#: fe-auth.c:432 fe-auth.c:467 fe-auth.c:609 fe-auth.c:768 fe-auth.c:1080
+#: fe-auth.c:1228 fe-connect.c:775 fe-connect.c:1203 fe-connect.c:1379
+#: fe-connect.c:1947 fe-connect.c:2476 fe-connect.c:4062 fe-connect.c:4314
+#: fe-connect.c:4433 fe-connect.c:4673 fe-connect.c:4753 fe-connect.c:4852
+#: fe-connect.c:5108 fe-connect.c:5137 fe-connect.c:5209 fe-connect.c:5233
+#: fe-connect.c:5251 fe-connect.c:5352 fe-connect.c:5361 fe-connect.c:5717
+#: fe-connect.c:5867 fe-exec.c:2702 fe-exec.c:3449 fe-exec.c:3614
+#: fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:992 fe-protocol3.c:1678
+#: fe-secure-openssl.c:514 fe-secure-openssl.c:1138
+msgid "out of memory\n"
+msgstr "memoria esaurita\n"
+
+#: fe-auth-scram.c:437
+msgid "invalid SCRAM response (nonce mismatch)\n"
+msgstr "risposta SCRAM non valida (il nonce non combacia)\n"
+
+#: fe-auth-scram.c:476
+msgid "malformed SCRAM message (invalid iteration count)\n"
+msgstr "messaggio SCRAM malformato (numero di iterazione non valido)\n"
+
+#: fe-auth-scram.c:482
+msgid "malformed SCRAM message (garbage at end of server-first-message)\n"
+msgstr "messaggio SCRAM malformato (dati non riconosciuti dopo il primo messaggio del server)\n"
+
+#: fe-auth-scram.c:511
+#, c-format
+msgid "error received from server in SCRAM exchange: %s\n"
+msgstr "errore ricevuto dal server durante lo scambio SCRAM: %s\n"
+
+#: fe-auth-scram.c:526
+msgid "malformed SCRAM message (garbage at end of server-final-message)\n"
+msgstr "messaggio SCRAM malformato (dati non riconosciuti dopo il messaggio finale del server)\n"
+
+#: fe-auth-scram.c:534
+msgid "malformed SCRAM message (invalid server signature)\n"
+msgstr "messaggio SCRAM malformato (firma del server non valida)\n"
 
 #: fe-auth.c:122
 #, c-format
@@ -58,152 +128,149 @@ msgid "out of memory allocating GSSAPI buffer (%d)\n"
 msgstr "memoria esaurita nell'allocazione del buffer GSSAPI (%d)\n"
 
 # DV: non ne sono convinto
-#: fe-auth.c:172
+#: fe-auth.c:177
 msgid "GSSAPI continuation error"
 msgstr "GSSAPI errore di continuazione"
 
-#: fe-auth.c:202 fe-auth.c:451
+#: fe-auth.c:207 fe-auth.c:461
 msgid "host name must be specified\n"
 msgstr "il nome dell'host deve essere specificato\n"
 
-#: fe-auth.c:209
+#: fe-auth.c:214
 msgid "duplicate GSS authentication request\n"
 msgstr "richiesta di autenticazione GSS duplicata\n"
 
-#: fe-auth.c:222 fe-auth.c:357 fe-auth.c:422 fe-auth.c:457 fe-auth.c:599
-#: fe-auth.c:758 fe-auth.c:1070 fe-auth.c:1217 fe-connect.c:712
-#: fe-connect.c:1091 fe-connect.c:1267 fe-connect.c:1824 fe-connect.c:2352
-#: fe-connect.c:3953 fe-connect.c:4205 fe-connect.c:4324 fe-connect.c:4564
-#: fe-connect.c:4644 fe-connect.c:4743 fe-connect.c:4999 fe-connect.c:5028
-#: fe-connect.c:5100 fe-connect.c:5124 fe-connect.c:5142 fe-connect.c:5243
-#: fe-connect.c:5252 fe-connect.c:5608 fe-connect.c:5758 fe-exec.c:2651
-#: fe-exec.c:3398 fe-exec.c:3563 fe-lobj.c:896 fe-protocol2.c:1206
-#: fe-protocol3.c:992 fe-protocol3.c:1678 fe-secure-openssl.c:514
-#: fe-secure-openssl.c:1138
-msgid "out of memory\n"
-msgstr "memoria esaurita\n"
-
 # non è che mi torni tanto così
-#: fe-auth.c:235
+#: fe-auth.c:240
 msgid "GSSAPI name import error"
 msgstr "errore di importazione del nome GSSAPI"
 
-#: fe-auth.c:298
+#: fe-auth.c:303
 #, c-format
 msgid "out of memory allocating SSPI buffer (%d)\n"
 msgstr "memoria esaurita nell'allocazione del buffer SSPI (%d)\n"
 
-#: fe-auth.c:346
+#: fe-auth.c:351
 msgid "SSPI continuation error"
 msgstr "SSPI errore di continuazione"
 
-#: fe-auth.c:437
+#: fe-auth.c:422
+msgid "duplicate SSPI authentication request\n"
+msgstr "richiesta di autenticazione SSPI duplicata\n"
+
+#: fe-auth.c:447
 msgid "could not acquire SSPI credentials"
 msgstr "non è stato possibile ottenere le credenziali SSPI"
 
-#: fe-auth.c:490
+#: fe-auth.c:500
 msgid "duplicate SASL authentication request\n"
 msgstr "doppia richiesta di autenticazione SASL\n"
 
-#: fe-auth.c:550
+#: fe-auth.c:560
 msgid "none of the server's SASL authentication mechanisms are supported\n"
 msgstr "nessuno dei meccanismi di autenticazione SASL del server è supportato\n"
 
-#: fe-auth.c:623
+#: fe-auth.c:633
 #, c-format
 msgid "out of memory allocating SASL buffer (%d)\n"
 msgstr "memoria esaurita nell'allocazione del buffer SASL (%d)\n"
 
-#: fe-auth.c:648
+#: fe-auth.c:658
 msgid "AuthenticationSASLFinal received from server, but SASL authentication was not completed\n"
 msgstr "ricevuto AuthenticationSASLFinal dal server, ma l'autenticazione SASL non è stata completata\n"
 
-#: fe-auth.c:725
+#: fe-auth.c:735
 msgid "SCM_CRED authentication method not supported\n"
 msgstr "il metodo di autenticazione SCM_CRED non è supportato\n"
 
-#: fe-auth.c:816
+#: fe-auth.c:826
 msgid "Kerberos 4 authentication not supported\n"
 msgstr "l'autenticazione Kerberos 4 non è supportata\n"
 
-#: fe-auth.c:821
+#: fe-auth.c:831
 msgid "Kerberos 5 authentication not supported\n"
 msgstr "l'autenticazione Kerberos 5 non è supportata\n"
 
-#: fe-auth.c:892
+#: fe-auth.c:902
 msgid "GSSAPI authentication not supported\n"
 msgstr "l'autenticazione GSSAPI non è supportata\n"
 
-#: fe-auth.c:924
+#: fe-auth.c:934
 msgid "SSPI authentication not supported\n"
 msgstr "l'autenticazione SSPI non è supportata\n"
 
-#: fe-auth.c:932
+#: fe-auth.c:942
 msgid "Crypt authentication not supported\n"
 msgstr "l'autenticazione Crypt non è supportata\n"
 
-#: fe-auth.c:998
+#: fe-auth.c:1008
 #, c-format
 msgid "authentication method %u not supported\n"
 msgstr "l'autenticazione %u non è supportata\n"
 
-#: fe-auth.c:1045
+#: fe-auth.c:1055
 #, c-format
 msgid "user name lookup failure: error code %lu\n"
 msgstr "ricerca del nome utente fallita: codice di errore %lu\n"
 
-#: fe-auth.c:1055 fe-connect.c:2279
+#: fe-auth.c:1065 fe-connect.c:2403
 #, c-format
 msgid "could not look up local user ID %d: %s\n"
 msgstr "ricerca dell'ID utente locale %d non riuscita: %s\n"
 
-#: fe-auth.c:1060 fe-connect.c:2284
+#: fe-auth.c:1070 fe-connect.c:2408
 #, c-format
 msgid "local user with ID %d does not exist\n"
 msgstr "l'utente locale con ID %d non esiste\n"
 
-#: fe-auth.c:1162
+#: fe-auth.c:1172
 msgid "unexpected shape of result set returned for SHOW\n"
 msgstr "il risultato restituito da SHOW ha una forma imprevista\n"
 
-#: fe-auth.c:1171
+#: fe-auth.c:1181
 msgid "password_encryption value too long\n"
 msgstr "valore di password_encryption troppo lungo\n"
 
-#: fe-auth.c:1211
-msgid "unknown password encryption algorithm\n"
-msgstr "algoritmo di criptaggio della password sconosciuto\n"
+#: fe-auth.c:1221
+#, c-format
+msgid "unrecognized password encryption algorithm \"%s\"\n"
+msgstr "algoritmo di criptaggio della password \"%s\" sconosciuto\n"
+
+#: fe-connect.c:968
+#, c-format
+msgid "could not match %d host names to %d hostaddrs\n"
+msgstr "non è possibile far combaciare %d nomi host con %d indirizzi host\n"
 
-#: fe-connect.c:913
+#: fe-connect.c:1025
 #, c-format
 msgid "could not match %d port numbers to %d hosts\n"
 msgstr "non è possibile far combaciare %d numeri di porta con %d host\n"
 
-#: fe-connect.c:965
+#: fe-connect.c:1077
 msgid "could not get home directory to locate password file\n"
 msgstr "errore nel raggiungere la directory home per trovare il file delle password\n"
 
-#: fe-connect.c:1017
+#: fe-connect.c:1129
 #, c-format
 msgid "invalid sslmode value: \"%s\"\n"
 msgstr "valore sslmode errato: \"%s\"\n"
 
-#: fe-connect.c:1038
+#: fe-connect.c:1150
 #, c-format
 msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
 msgstr "valore sslmode \"%s\" non valido quando il supporto SSL non è compilato\n"
 
-#: fe-connect.c:1073
+#: fe-connect.c:1185
 #, c-format
 msgid "invalid target_session_attrs value: \"%s\"\n"
 msgstr "valore per target_session_attrs non valido: \"%s\"\n"
 
-#: fe-connect.c:1291
+#: fe-connect.c:1403
 #, c-format
 msgid "could not set socket to TCP no delay mode: %s\n"
 msgstr "impostazione del socket in modalità TCP no delay fallita: %s\n"
 
-#: fe-connect.c:1321
+#: fe-connect.c:1433
 #, c-format
 msgid ""
 "could not connect to server: %s\n"
@@ -214,7 +281,7 @@ msgstr ""
 "\tVerifica che il server locale sia in funzione e che\n"
 "\taccetti connessioni sul socket di dominio Unix \"%s\"\n"
 
-#: fe-connect.c:1376
+#: fe-connect.c:1491
 #, c-format
 msgid ""
 "could not connect to server: %s\n"
@@ -225,7 +292,7 @@ msgstr ""
 "\tVerifica che il server all'indirizzo \"%s\" (%s) sia in funzione\n"
 "\te che accetti connessioni TCP/IP sulla porta %s\n"
 
-#: fe-connect.c:1385
+#: fe-connect.c:1500
 #, c-format
 msgid ""
 "could not connect to server: %s\n"
@@ -236,408 +303,412 @@ msgstr ""
 "\tVerifica che il server all'indirizzo \"%s\" sia in funzione\n"
 "\te che accetti connessioni TCP/IP sulla porta %s\n"
 
-#: fe-connect.c:1436
-#, c-format
-msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
-msgstr "chiamata setsockopt(TCP_KEEPIDLE) fallita: %s\n"
-
-#: fe-connect.c:1449
-#, c-format
-msgid "setsockopt(TCP_KEEPALIVE) failed: %s\n"
-msgstr "chiamata setsockopt(TCP_KEEPALIVE) fallita: %s\n"
-
-#: fe-connect.c:1481
-#, c-format
-msgid "setsockopt(TCP_KEEPINTVL) failed: %s\n"
-msgstr "chiamata setsockopt(TCP_KEEPINTVL) fallita: %s\n"
-
-#: fe-connect.c:1513
+#: fe-connect.c:1551 fe-connect.c:1583 fe-connect.c:1616 fe-connect.c:2175
 #, c-format
-msgid "setsockopt(TCP_KEEPCNT) failed: %s\n"
-msgstr "chiamata setsockopt(TCP_KEEPCNT) fallita: %s\n"
+msgid "setsockopt(%s) failed: %s\n"
+msgstr "setsockopt(%s) fallita: %s\n"
 
-#: fe-connect.c:1561
+#: fe-connect.c:1665
 #, c-format
 msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
 msgstr "chiamata WSAIoctl(SIO_KEEPALIVE_VALS) fallito: %ui\n"
 
-#: fe-connect.c:1619
+#: fe-connect.c:1722
 #, c-format
 msgid "invalid port number: \"%s\"\n"
 msgstr "numero di porta non valido: \"%s\"\n"
 
-#: fe-connect.c:1643
-#, c-format
-msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
-msgstr "Il percorso del socket di dominio unix \"%s\" è troppo lungo (massimo %d byte)\n"
-
-#: fe-connect.c:1661
+#: fe-connect.c:1738
 #, c-format
 msgid "could not translate host name \"%s\" to address: %s\n"
 msgstr "conversione del nome host \"%s\" in indirizzo fallita: %s\n"
 
-#: fe-connect.c:1665
+#: fe-connect.c:1747
+#, c-format
+msgid "could not parse network address \"%s\": %s\n"
+msgstr "interpretazione dell'indirizzo di rete \"%s\" fallita: %s\n"
+
+#: fe-connect.c:1758
+#, c-format
+msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
+msgstr "Il percorso del socket di dominio unix \"%s\" è troppo lungo (massimo %d byte)\n"
+
+#: fe-connect.c:1772
 #, c-format
 msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
 msgstr "conversione del percorso del socket di dominio Unix \"%s\" in indirizzo fallita: %s\n"
 
-#: fe-connect.c:1930
+#: fe-connect.c:2053
 msgid "invalid connection state, probably indicative of memory corruption\n"
 msgstr "stato della connessione non valido, probabilmente indica una corruzione della memoria\n"
 
-#: fe-connect.c:1987
+#: fe-connect.c:2110
 #, c-format
 msgid "could not create socket: %s\n"
 msgstr "creazione del socket fallita: %s\n"
 
-#: fe-connect.c:2009
+#: fe-connect.c:2132
 #, c-format
 msgid "could not set socket to nonblocking mode: %s\n"
 msgstr "impostazione del socket in modalità non bloccante fallita: %s\n"
 
-#: fe-connect.c:2020
+#: fe-connect.c:2143
 #, c-format
 msgid "could not set socket to close-on-exec mode: %s\n"
 msgstr "impostazione del socket in modalità close-on-exec fallita: %s\n"
 
-#: fe-connect.c:2039
+#: fe-connect.c:2162
 msgid "keepalives parameter must be an integer\n"
 msgstr "il parametro keepalives dev'essere un intero\n"
 
-#: fe-connect.c:2052
-#, c-format
-msgid "setsockopt(SO_KEEPALIVE) failed: %s\n"
-msgstr "chiamata setsockopt(SO_KEEPALIVE) fallita: %s\n"
-
-#: fe-connect.c:2189
+#: fe-connect.c:2313
 #, c-format
 msgid "could not get socket error status: %s\n"
 msgstr "lettura dello stato di errore del socket fallita: %s\n"
 
-#: fe-connect.c:2224
+#: fe-connect.c:2348
 #, c-format
 msgid "could not get client address from socket: %s\n"
 msgstr "non è stato possibile ottenere l'indirizzo del client dal socket: %s\n"
 
-#: fe-connect.c:2266
+#: fe-connect.c:2390
 msgid "requirepeer parameter is not supported on this platform\n"
 msgstr "il parametro requirepeer non è supportato su questa piattaforma\n"
 
-#: fe-connect.c:2269
+#: fe-connect.c:2393
 #, c-format
 msgid "could not get peer credentials: %s\n"
 msgstr "non è stato possibile ottenere le credenziali del peer: %s\n"
 
-#: fe-connect.c:2292
+#: fe-connect.c:2416
 #, c-format
 msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n"
 msgstr "requirepeer specifica \"%s\", ma il vero nome utente del peer è \"%s\"\n"
 
-#: fe-connect.c:2326
+#: fe-connect.c:2450
 #, c-format
 msgid "could not send SSL negotiation packet: %s\n"
 msgstr "invio del pacchetto di negoziazione SSL fallito: %s\n"
 
-#: fe-connect.c:2365
+#: fe-connect.c:2489
 #, c-format
 msgid "could not send startup packet: %s\n"
 msgstr "invio del pacchetto di avvio fallito: %s\n"
 
-#: fe-connect.c:2435
+#: fe-connect.c:2559
 msgid "server does not support SSL, but SSL was required\n"
 msgstr "il server non supporta SSL, ma SSL è stato richiesto\n"
 
-#: fe-connect.c:2461
+#: fe-connect.c:2585
 #, c-format
 msgid "received invalid response to SSL negotiation: %c\n"
 msgstr "ricevuta risposta errata alla negoziazione SSL: %c\n"
 
-#: fe-connect.c:2537 fe-connect.c:2570
+#: fe-connect.c:2661 fe-connect.c:2694
 #, c-format
 msgid "expected authentication request from server, but received %c\n"
 msgstr "prevista richiesta di autenticazione dal server, ma è stato ricevuto %c\n"
 
-#: fe-connect.c:2799
+#: fe-connect.c:2923
 msgid "unexpected message from server during startup\n"
 msgstr "messaggio imprevisto dal server durante l'avvio\n"
 
-#: fe-connect.c:3003
+#: fe-connect.c:3141
 #, c-format
 msgid "could not make a writable connection to server \"%s:%s\"\n"
 msgstr "errore nello stabilire una connessione scrivibile col server \"%s:%s\"\n"
 
-#: fe-connect.c:3045
+#: fe-connect.c:3190
 #, c-format
-msgid "test \"SHOW transaction_read_only\" failed  on \"%s:%s\"\n"
-msgstr "test \"SHOW transaction_read_only\" fallito su \"%s:%s\"\n"
+msgid "test \"SHOW transaction_read_only\" failed on server \"%s:%s\"\n"
+msgstr "test \"SHOW transaction_read_only\" fallito sul server \"%s:%s\"\n"
 
-#: fe-connect.c:3067
+#: fe-connect.c:3211
 #, c-format
 msgid "invalid connection state %d, probably indicative of memory corruption\n"
 msgstr "stato connessione errato %d, probabilmente indica una corruzione di memoria\n"
 
-#: fe-connect.c:3559 fe-connect.c:3619
+#: fe-connect.c:3668 fe-connect.c:3728
 #, c-format
 msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
 msgstr "PGEventProc \"%s\" fallito durante l'evento PGEVT_CONNRESET\n"
 
-#: fe-connect.c:3966
+#: fe-connect.c:4075
 #, c-format
 msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
 msgstr "URL LDAP \"%s\" non corretta: lo schema deve essere ldap://\n"
 
-#: fe-connect.c:3981
+#: fe-connect.c:4090
 #, c-format
 msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
 msgstr "URL LDAP \"%s\" non corretta: distinguished name non trovato\n"
 
-#: fe-connect.c:3992 fe-connect.c:4045
+#: fe-connect.c:4101 fe-connect.c:4154
 #, c-format
 msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
 msgstr "URL LDAP \"%s\" non corretta: deve avere esattamente un attributo\n"
 
-#: fe-connect.c:4002 fe-connect.c:4059
+#: fe-connect.c:4111 fe-connect.c:4168
 #, c-format
 msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
 msgstr "URL LDAP \"%s\" non corretta: deve essere specificato la portata della ricerca (base/one/sub)\n"
 
-#: fe-connect.c:4013
+#: fe-connect.c:4122
 #, c-format
 msgid "invalid LDAP URL \"%s\": no filter\n"
 msgstr "URL LDAP \"%s\" non corretta: filtro non specificato\n"
 
-#: fe-connect.c:4034
+#: fe-connect.c:4143
 #, c-format
 msgid "invalid LDAP URL \"%s\": invalid port number\n"
 msgstr "URL LDAP \"%s\" non corretta: numero di porta non valido\n"
 
-#: fe-connect.c:4068
+#: fe-connect.c:4177
 msgid "could not create LDAP structure\n"
 msgstr "creazione della struttura dati LDAP fallita\n"
 
-#: fe-connect.c:4144
+#: fe-connect.c:4253
 #, c-format
 msgid "lookup on LDAP server failed: %s\n"
 msgstr "ricerca del server LDAP fallita: %s\n"
 
-#: fe-connect.c:4155
+#: fe-connect.c:4264
 msgid "more than one entry found on LDAP lookup\n"
 msgstr "trovata più di una voce nella ricerca LDAP\n"
 
-#: fe-connect.c:4156 fe-connect.c:4168
+#: fe-connect.c:4265 fe-connect.c:4277
 msgid "no entry found on LDAP lookup\n"
 msgstr "nessun elemento trovato per la ricerca LDAP\n"
 
-#: fe-connect.c:4179 fe-connect.c:4192
+#: fe-connect.c:4288 fe-connect.c:4301
 msgid "attribute has no values on LDAP lookup\n"
 msgstr "l'attributo non ha valori nella ricerca LDAP\n"
 
-#: fe-connect.c:4244 fe-connect.c:4263 fe-connect.c:4782
+#: fe-connect.c:4353 fe-connect.c:4372 fe-connect.c:4891
 #, c-format
 msgid "missing \"=\" after \"%s\" in connection info string\n"
 msgstr "manca \"=\" dopo \"%s\" nella stringa di connessione\n"
 
-#: fe-connect.c:4336 fe-connect.c:4967 fe-connect.c:5741
+#: fe-connect.c:4445 fe-connect.c:5076 fe-connect.c:5850
 #, c-format
 msgid "invalid connection option \"%s\"\n"
 msgstr "opzione di connessione errata \"%s\"\n"
 
-#: fe-connect.c:4352 fe-connect.c:4831
+#: fe-connect.c:4461 fe-connect.c:4940
 msgid "unterminated quoted string in connection info string\n"
 msgstr "stringa tra virgolette non terminata nella stringa di connessione\n"
 
-#: fe-connect.c:4392
+#: fe-connect.c:4501
 msgid "could not get home directory to locate service definition file"
 msgstr "directory home non trovata per la localizzazione del file di definizione di servizio"
 
-#: fe-connect.c:4425
+#: fe-connect.c:4534
 #, c-format
 msgid "definition of service \"%s\" not found\n"
 msgstr "il file di definizione di servizio \"%s\" non è stato trovato\n"
 
-#: fe-connect.c:4448
+#: fe-connect.c:4557
 #, c-format
 msgid "service file \"%s\" not found\n"
 msgstr "il file di servizio \"%s\" non è stato trovato\n"
 
-#: fe-connect.c:4461
+#: fe-connect.c:4570
 #, c-format
 msgid "line %d too long in service file \"%s\"\n"
 msgstr "la riga %d nel file di servizio \"%s\" è troppo lunga\n"
 
-#: fe-connect.c:4532 fe-connect.c:4576
+#: fe-connect.c:4641 fe-connect.c:4685
 #, c-format
 msgid "syntax error in service file \"%s\", line %d\n"
 msgstr "errore di sintassi del file di servizio \"%s\", alla riga %d\n"
 
-#: fe-connect.c:4543
+#: fe-connect.c:4652
 #, c-format
 msgid "nested service specifications not supported in service file \"%s\", line %d\n"
 msgstr "specifiche di servizio annidate non supportate nel file di servizio \"%s\", linea %d\n"
 
-#: fe-connect.c:5263
+#: fe-connect.c:5372
 #, c-format
 msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
 msgstr "URI invalida propagata alla routine di parsing interna: \"%s\"\n"
 
-#: fe-connect.c:5340
+#: fe-connect.c:5449
 #, c-format
 msgid "end of string reached when looking for matching \"]\" in IPv6 host address in URI: \"%s\"\n"
 msgstr "fine stringa raggiunta cercando un \"]\" corrispondente nell'indirizzo host IPv6 nella URI: \"%s\"\n"
 
-#: fe-connect.c:5347
+#: fe-connect.c:5456
 #, c-format
 msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
 msgstr "l'indirizzo host IPv6 non dev'essere assente nella URI: \"%s\"\n"
 
-#: fe-connect.c:5362
+#: fe-connect.c:5471
 #, c-format
 msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n"
 msgstr "carattere inatteso \"%c\" in posizione %d nella uri URI (atteso \":\" oppure \"/\"): \"%s\"\n"
 
-#: fe-connect.c:5491
+#: fe-connect.c:5600
 #, c-format
 msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
 msgstr "separatore chiave/valore \"=\" in eccesso nei parametri della URI: \"%s\"\n"
 
-#: fe-connect.c:5511
+#: fe-connect.c:5620
 #, c-format
 msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
 msgstr "separatore chiave/valore \"=\" mancante nei parametri della URI: \"%s\"\n"
 
-#: fe-connect.c:5562
+#: fe-connect.c:5671
 #, c-format
 msgid "invalid URI query parameter: \"%s\"\n"
 msgstr "parametro URI non valido: \"%s\"\n"
 
-#: fe-connect.c:5636
+#: fe-connect.c:5745
 #, c-format
 msgid "invalid percent-encoded token: \"%s\"\n"
 msgstr "simbolo percent-encoded non valido \"%s\"\n"
 
-#: fe-connect.c:5646
+#: fe-connect.c:5755
 #, c-format
 msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
 msgstr "valore non ammesso %%00 nel valore percent-encoded: \"%s\"\n"
 
-#: fe-connect.c:5991
+#: fe-connect.c:6100
 msgid "connection pointer is NULL\n"
 msgstr "il puntatore della connessione è NULL\n"
 
-#: fe-connect.c:6289
+#: fe-connect.c:6398
 #, c-format
 msgid "WARNING: password file \"%s\" is not a plain file\n"
 msgstr "ATTENZIONE: il file delle password \"%s\" non è un file regolare\n"
 
-#: fe-connect.c:6298
+#: fe-connect.c:6407
 #, c-format
 msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
 msgstr ""
 "ATTENZIONE: Il file delle password %s ha privilegi di accesso in lettura e scrittura per tutti;\n"
 "i permessi dovrebbero essere u=rw (0600) o inferiori\n"
 
-#: fe-connect.c:6390
+#: fe-connect.c:6499
 #, c-format
 msgid "password retrieved from file \"%s\"\n"
 msgstr "password ottenuta dal file \"%s\"\n"
 
-#: fe-exec.c:826
+#: fe-exec.c:437 fe-exec.c:2776
+#, c-format
+msgid "row number %d is out of range 0..%d"
+msgstr "la riga numero %d non è compreso tra 0 e %d"
+
+#: fe-exec.c:498 fe-protocol2.c:503 fe-protocol2.c:538 fe-protocol2.c:1049
+#: fe-protocol3.c:209 fe-protocol3.c:236 fe-protocol3.c:253 fe-protocol3.c:333
+#: fe-protocol3.c:728 fe-protocol3.c:951
+msgid "out of memory"
+msgstr "memoria esaurita"
+
+#: fe-exec.c:499 fe-protocol2.c:1395 fe-protocol3.c:1886
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: fe-exec.c:847
 msgid "NOTICE"
 msgstr "NOTIFICA"
 
-#: fe-exec.c:1141 fe-exec.c:1199 fe-exec.c:1245
+#: fe-exec.c:905
+msgid "PGresult cannot support more than INT_MAX tuples"
+msgstr "PGresult non può supportare più di INT_MAX tuple"
+
+#: fe-exec.c:917
+msgid "size_t overflow"
+msgstr "overflow size_t"
+
+#: fe-exec.c:1192 fe-exec.c:1250 fe-exec.c:1296
 msgid "command string is a null pointer\n"
 msgstr "il testo del comando è un puntatore nullo\n"
 
-#: fe-exec.c:1205 fe-exec.c:1251 fe-exec.c:1346
+#: fe-exec.c:1256 fe-exec.c:1302 fe-exec.c:1397
 msgid "number of parameters must be between 0 and 65535\n"
 msgstr "il numero di parametri deve essere tra 0 e 65535\n"
 
-#: fe-exec.c:1239 fe-exec.c:1340
+#: fe-exec.c:1290 fe-exec.c:1391
 msgid "statement name is a null pointer\n"
 msgstr "il nome dell'istruzione è un puntatore nullo\n"
 
-#: fe-exec.c:1259 fe-exec.c:1422 fe-exec.c:2140 fe-exec.c:2339
+#: fe-exec.c:1310 fe-exec.c:1473 fe-exec.c:2191 fe-exec.c:2390
 msgid "function requires at least protocol version 3.0\n"
 msgstr "la funzione richiede almeno il protocollo versione 3.0\n"
 
-#: fe-exec.c:1377
+#: fe-exec.c:1428
 msgid "no connection to the server\n"
 msgstr "nessuna connessione al server\n"
 
-#: fe-exec.c:1384
+#: fe-exec.c:1435
 msgid "another command is already in progress\n"
 msgstr "un altro comando è in esecuzione\n"
 
-#: fe-exec.c:1498
+#: fe-exec.c:1549
 msgid "length must be given for binary parameter\n"
 msgstr "la lunghezza deve essere fornita per i parametri binari\n"
 
-#: fe-exec.c:1770
+#: fe-exec.c:1821
 #, c-format
 msgid "unexpected asyncStatus: %d\n"
 msgstr "asyncStatus imprevisto: %d\n"
 
-#: fe-exec.c:1790
+#: fe-exec.c:1841
 #, c-format
 msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n"
 msgstr "PGEventProc \"%s\" fallito durante l'evento PGEVT_RESULTCREATE\n"
 
-#: fe-exec.c:1950
+#: fe-exec.c:2001
 msgid "COPY terminated by new PQexec"
 msgstr "COPY terminato da una nuova PQexec"
 
-#: fe-exec.c:1958
+#: fe-exec.c:2009
 msgid "COPY IN state must be terminated first\n"
 msgstr "lo stato COPY IN deve prima essere terminato\n"
 
-#: fe-exec.c:1978
+#: fe-exec.c:2029
 msgid "COPY OUT state must be terminated first\n"
 msgstr "lo stato COPY OUT deve prima essere terminato\n"
 
 # NON SONO ASSOLUTAMENTE CONVINTO!
-#: fe-exec.c:1986
+#: fe-exec.c:2037
 msgid "PQexec not allowed during COPY BOTH\n"
 msgstr "PQexec not consentito durante COPY BOTH\n"
 
-#: fe-exec.c:2229 fe-exec.c:2296 fe-exec.c:2386 fe-protocol2.c:1352
+#: fe-exec.c:2280 fe-exec.c:2347 fe-exec.c:2437 fe-protocol2.c:1352
 #: fe-protocol3.c:1817
 msgid "no COPY in progress\n"
 msgstr "nessun comando COPY in corso\n"
 
-#: fe-exec.c:2576
+#: fe-exec.c:2627
 msgid "connection in wrong state\n"
 msgstr "la connessione è in uno stato errato\n"
 
-#: fe-exec.c:2607
+#: fe-exec.c:2658
 msgid "invalid ExecStatusType code"
 msgstr "codice ExecStatusType errato"
 
-#: fe-exec.c:2634
+#: fe-exec.c:2685
 msgid "PGresult is not an error result\n"
 msgstr "PGresult non è un risultato di errore\n"
 
-#: fe-exec.c:2709 fe-exec.c:2732
+#: fe-exec.c:2760 fe-exec.c:2783
 #, c-format
 msgid "column number %d is out of range 0..%d"
 msgstr "la colonna numero %d non è compreso tra 0 e %d"
 
-#: fe-exec.c:2725
-#, c-format
-msgid "row number %d is out of range 0..%d"
-msgstr "la riga numero %d non è compreso tra 0 e %d"
-
-#: fe-exec.c:2747
+#: fe-exec.c:2798
 #, c-format
 msgid "parameter number %d is out of range 0..%d"
 msgstr "il parametro numero %d non è compreso tra 0 e %d"
 
-#: fe-exec.c:3057
+#: fe-exec.c:3108
 #, c-format
 msgid "could not interpret result from server: %s"
 msgstr "errore nell'interpretazione del risultato dal server: %s"
 
-#: fe-exec.c:3296 fe-exec.c:3380
+#: fe-exec.c:3347 fe-exec.c:3431
 msgid "incomplete multibyte character\n"
 msgstr "carattere multibyte incompleto\n"
 
@@ -777,12 +848,6 @@ msgstr "stato %c non valido, probabilmente indica una corruzione di memoria\n"
 msgid "message type 0x%02x arrived from server while idle"
 msgstr "messaggio tipo 0x%02x arrivato dal server mentre era inattivo"
 
-#: fe-protocol2.c:503 fe-protocol2.c:538 fe-protocol2.c:1049 fe-protocol3.c:209
-#: fe-protocol3.c:236 fe-protocol3.c:253 fe-protocol3.c:333 fe-protocol3.c:728
-#: fe-protocol3.c:951
-msgid "out of memory"
-msgstr "memoria esaurita"
-
 #: fe-protocol2.c:529
 #, c-format
 msgid "unexpected character %c following empty query response (\"I\" message)"
@@ -807,11 +872,6 @@ msgstr "risposta inattesa dal server; il primo carattere ricevuto era \"%c\"\n"
 msgid "out of memory for query result"
 msgstr "memoria esaurita per il risultato della query"
 
-#: fe-protocol2.c:1395 fe-protocol3.c:1886
-#, c-format
-msgid "%s"
-msgstr "%s"
-
 #: fe-protocol2.c:1407
 #, c-format
 msgid "lost synchronization with server, resetting connection"
index 98786e153faef4a929b9bdfef9c67e20e7d263dc..96f52be5f91ed01e789e4e6e168401ea040d5ec3 100644 (file)
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pg_basebackup (PostgreSQL) 10\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2017-05-22 07:46+0000\n"
-"PO-Revision-Date: 2017-05-23 01:51+0100\n"
+"POT-Creation-Date: 2017-08-30 21:44+0000\n"
+"PO-Revision-Date: 2017-08-31 01:15+0100\n"
 "Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
 "Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
 "Language: it\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Poedit 1.8.7.1\n"
+"X-Generator: Poedit 1.5.4\n"
 
 #: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75
 #: ../../common/fe_memutils.c:98
@@ -51,8 +51,8 @@ msgstr "%s: lettura della directory \"%s\" fallita: %s\n"
 msgid "%s: could not open file \"%s\": %s\n"
 msgstr "%s: apertura del file \"%s\" fallita: %s\n"
 
-#: ../../common/file_utils.c:304 ../../common/file_utils.c:376 receivelog.c:802
-#: receivelog.c:1059
+#: ../../common/file_utils.c:304 ../../common/file_utils.c:376
+#: receivelog.c:804 receivelog.c:1061
 #, c-format
 msgid "%s: could not fsync file \"%s\": %s\n"
 msgstr "%s: fsync del file \"%s\" fallito: %s\n"
@@ -359,8 +359,8 @@ msgstr ""
 msgid "%s: could not read from ready pipe: %s\n"
 msgstr "%s: lettura dalla pipe pronta fallita: %s\n"
 
-#: pg_basebackup.c:417 pg_basebackup.c:552 pg_basebackup.c:2001
-#: streamutil.c:285
+#: pg_basebackup.c:417 pg_basebackup.c:552 pg_basebackup.c:2005
+#: streamutil.c:286
 #, c-format
 msgid "%s: could not parse write-ahead log location \"%s\"\n"
 msgstr ""
@@ -377,7 +377,7 @@ msgstr "%s: non è stato possibile finire di scrivere i file WAL: %s\n"
 msgid "%s: could not create pipe for background process: %s\n"
 msgstr "%s: creazione della pipe per il processo in background fallita: %s\n"
 
-#: pg_basebackup.c:605 pg_basebackup.c:661 pg_basebackup.c:1419
+#: pg_basebackup.c:605 pg_basebackup.c:661 pg_basebackup.c:1423
 #, c-format
 msgid "%s: could not create directory \"%s\": %s\n"
 msgstr "%s: creazione della directory \"%s\" fallita: %s\n"
@@ -458,243 +458,243 @@ msgstr "%s: il transfer rate \"%s\" è fuori dall'intervallo consentito\n"
 msgid "%s: could not write to compressed file \"%s\": %s\n"
 msgstr "%s: scrittura nel file compresso \"%s\" fallita: %s\n"
 
-#: pg_basebackup.c:910 pg_basebackup.c:1513 pg_basebackup.c:1679
+#: pg_basebackup.c:910 pg_basebackup.c:1517 pg_basebackup.c:1683
 #, c-format
 msgid "%s: could not write to file \"%s\": %s\n"
 msgstr "%s: scrittura nel file \"%s\" fallita: %s\n"
 
-#: pg_basebackup.c:965 pg_basebackup.c:986 pg_basebackup.c:1014
+#: pg_basebackup.c:969 pg_basebackup.c:990 pg_basebackup.c:1018
 #, c-format
 msgid "%s: could not set compression level %d: %s\n"
 msgstr "%s: impostazione del livello di compressione %d fallito: %s\n"
 
-#: pg_basebackup.c:1035
+#: pg_basebackup.c:1039
 #, c-format
 msgid "%s: could not create compressed file \"%s\": %s\n"
 msgstr "%s: creazione del file compresso \"%s\" fallita: %s\n"
 
-#: pg_basebackup.c:1046 pg_basebackup.c:1473 pg_basebackup.c:1672
+#: pg_basebackup.c:1050 pg_basebackup.c:1477 pg_basebackup.c:1676
 #, c-format
 msgid "%s: could not create file \"%s\": %s\n"
 msgstr "%s: creazione del file \"%s\" fallita: %s\n"
 
-#: pg_basebackup.c:1058 pg_basebackup.c:1326
+#: pg_basebackup.c:1062 pg_basebackup.c:1330
 #, c-format
 msgid "%s: could not get COPY data stream: %s"
 msgstr "%s: non è stato possibile ottenere lo stream di dati COPY: %s"
 
-#: pg_basebackup.c:1115
+#: pg_basebackup.c:1119
 #, c-format
 msgid "%s: could not close compressed file \"%s\": %s\n"
 msgstr "%s: chiusura del file compresso \"%s\" fallita: %s\n"
 
-#: pg_basebackup.c:1128 pg_recvlogical.c:631 receivelog.c:221 receivelog.c:306
-#: receivelog.c:712
+#: pg_basebackup.c:1132 pg_recvlogical.c:631 receivelog.c:223 receivelog.c:308
+#: receivelog.c:714
 #, c-format
 msgid "%s: could not close file \"%s\": %s\n"
 msgstr "%s: chiusura del file \"%s\" fallita: %s\n"
 
-#: pg_basebackup.c:1139 pg_basebackup.c:1355 pg_recvlogical.c:453
-#: receivelog.c:1007
+#: pg_basebackup.c:1143 pg_basebackup.c:1359 pg_recvlogical.c:453
+#: receivelog.c:1009
 #, c-format
 msgid "%s: could not read COPY data: %s"
 msgstr "%s: lettura dei dati COPY fallita: %s"
 
-#: pg_basebackup.c:1369
+#: pg_basebackup.c:1373
 #, c-format
 msgid "%s: invalid tar block header size: %d\n"
 msgstr "%s: dimensione del blocco di intestazione del file tar non valida: %d\n"
 
-#: pg_basebackup.c:1427
+#: pg_basebackup.c:1431
 #, c-format
 msgid "%s: could not set permissions on directory \"%s\": %s\n"
 msgstr "%s: impostazione dei permessi sulla directory \"%s\" fallita: %s\n"
 
-#: pg_basebackup.c:1451
+#: pg_basebackup.c:1455
 #, c-format
 msgid "%s: could not create symbolic link from \"%s\" to \"%s\": %s\n"
 msgstr "%s: creazione del link simbolico da \"%s\" a \"%s\" fallita: %s\n"
 
-#: pg_basebackup.c:1460
+#: pg_basebackup.c:1464
 #, c-format
 msgid "%s: unrecognized link indicator \"%c\"\n"
 msgstr "%s: indicatore di link sconosciuto \"%c\"\n"
 
-#: pg_basebackup.c:1480
+#: pg_basebackup.c:1484
 #, c-format
 msgid "%s: could not set permissions on file \"%s\": %s\n"
 msgstr "%s: impostazione dei permessi sul file \"%s\" fallita: %s\n"
 
-#: pg_basebackup.c:1539
+#: pg_basebackup.c:1543
 #, c-format
 msgid "%s: COPY stream ended before last file was finished\n"
 msgstr "%s: lo stream COPY è terminato prima che l'ultimo file fosse finito\n"
 
-#: pg_basebackup.c:1567 pg_basebackup.c:1587 pg_basebackup.c:1594
-#: pg_basebackup.c:1647
+#: pg_basebackup.c:1571 pg_basebackup.c:1591 pg_basebackup.c:1598
+#: pg_basebackup.c:1651
 #, c-format
 msgid "%s: out of memory\n"
 msgstr "%s: memoria esaurita\n"
 
-#: pg_basebackup.c:1720
+#: pg_basebackup.c:1724
 #, c-format
 msgid "%s: incompatible server version %s\n"
 msgstr "%s: versione del server incompatibile %s\n"
 
-#: pg_basebackup.c:1735
+#: pg_basebackup.c:1739
 #, c-format
 msgid "HINT: use -X none or -X fetch to disable log streaming\n"
 msgstr "CONSIGLIO: usa -X none or -X fetch per disabilitare lo streaming dei log\n"
 
-#: pg_basebackup.c:1761
+#: pg_basebackup.c:1765
 #, c-format
 msgid "%s: initiating base backup, waiting for checkpoint to complete\n"
 msgstr "%s: avvio del backup di base, in attesa del completamento del checkpoint\n"
 
-#: pg_basebackup.c:1779 pg_recvlogical.c:270 receivelog.c:490 receivelog.c:561
-#: receivelog.c:601 streamutil.c:255 streamutil.c:363 streamutil.c:409
+#: pg_basebackup.c:1783 pg_recvlogical.c:270 receivelog.c:492 receivelog.c:563
+#: receivelog.c:603 streamutil.c:256 streamutil.c:364 streamutil.c:410
 #, c-format
 msgid "%s: could not send replication command \"%s\": %s"
 msgstr "%s: invio del comando di replica \"%s\" fallito: %s"
 
-#: pg_basebackup.c:1790
+#: pg_basebackup.c:1794
 #, c-format
 msgid "%s: could not initiate base backup: %s"
 msgstr "%s: avvio del backup di base fallito: %s"
 
-#: pg_basebackup.c:1797
+#: pg_basebackup.c:1801
 #, c-format
 msgid "%s: server returned unexpected response to BASE_BACKUP command; got %d rows and %d fields, expected %d rows and %d fields\n"
 msgstr "%s: il server ha restituito una risposta imprevista al comando BASE_BACKUP; ricevute %d righe e %d campi, attese %d righe e %d campi\n"
 
-#: pg_basebackup.c:1805
+#: pg_basebackup.c:1809
 #, c-format
 msgid "%s: checkpoint completed\n"
 msgstr "%s: checkpoint completato\n"
 
-#: pg_basebackup.c:1820
+#: pg_basebackup.c:1824
 #, c-format
 msgid "%s: write-ahead log start point: %s on timeline %u\n"
 msgstr "%s: punto di inizio del write-ahead log: %s sulla timeline %u\n"
 
-#: pg_basebackup.c:1829
+#: pg_basebackup.c:1833
 #, c-format
 msgid "%s: could not get backup header: %s"
 msgstr "%s: non è stato possibile ottenere l'intestazione del backup: %s"
 
-#: pg_basebackup.c:1835
+#: pg_basebackup.c:1839
 #, c-format
 msgid "%s: no data returned from server\n"
 msgstr "%s: nessun dato restituito dal server\n"
 
-#: pg_basebackup.c:1867
+#: pg_basebackup.c:1871
 #, c-format
 msgid "%s: can only write single tablespace to stdout, database has %d\n"
 msgstr "%s: è possibile scrivere solo un singolo tablespace su stdout, il database ne ha %d\n"
 
-#: pg_basebackup.c:1879
+#: pg_basebackup.c:1883
 #, c-format
 msgid "%s: starting background WAL receiver\n"
 msgstr "%s: avvio del ricevitore dei WAL in background\n"
 
-#: pg_basebackup.c:1910
+#: pg_basebackup.c:1914
 #, c-format
 msgid "%s: could not get write-ahead log end position from server: %s"
 msgstr "%s: non è stato possibile ottenere la posizione finale del write-ahead log dal server:  %s"
 
-#: pg_basebackup.c:1917
+#: pg_basebackup.c:1921
 #, c-format
 msgid "%s: no write-ahead log end position returned from server\n"
 msgstr "%s: il server non ha restituito una posizione per il write-ahead log\n"
 
-#: pg_basebackup.c:1923
+#: pg_basebackup.c:1927
 #, c-format
 msgid "%s: write-ahead log end point: %s\n"
 msgstr "%s: punto finale del write-ahead log: %s\n"
 
-#: pg_basebackup.c:1929
+#: pg_basebackup.c:1933
 #, c-format
 msgid "%s: final receive failed: %s"
 msgstr "%s: ricezione finale fallita: %s"
 
-#: pg_basebackup.c:1953
+#: pg_basebackup.c:1957
 #, c-format
 msgid "%s: waiting for background process to finish streaming ...\n"
 msgstr "%s: in attesa che il processo in background finisca lo streaming ...\n"
 
-#: pg_basebackup.c:1959
+#: pg_basebackup.c:1963
 #, c-format
 msgid "%s: could not send command to background pipe: %s\n"
 msgstr "%s invio del comando alla pipe di background fallita: %s\n"
 
-#: pg_basebackup.c:1968
+#: pg_basebackup.c:1972
 #, c-format
 msgid "%s: could not wait for child process: %s\n"
 msgstr "%s: errore nell'attesa del processo figlio: %s\n"
 
-#: pg_basebackup.c:1974
+#: pg_basebackup.c:1978
 #, c-format
 msgid "%s: child %d died, expected %d\n"
 msgstr "%s: il processo figlio %d interrotto, atteso %d\n"
 
-#: pg_basebackup.c:1980
+#: pg_basebackup.c:1984
 #, c-format
 msgid "%s: child process did not exit normally\n"
 msgstr "%s: il processo figlio non è terminato normalmente\n"
 
-#: pg_basebackup.c:1986
+#: pg_basebackup.c:1990
 #, c-format
 msgid "%s: child process exited with error %d\n"
 msgstr "%s: il processo figlio è terminato con errore %d\n"
 
-#: pg_basebackup.c:2013
+#: pg_basebackup.c:2017
 #, c-format
 msgid "%s: could not wait for child thread: %s\n"
 msgstr "%s: errore nell'attesa del thread figlio: %s\n"
 
-#: pg_basebackup.c:2020
+#: pg_basebackup.c:2024
 #, c-format
 msgid "%s: could not get child thread exit status: %s\n"
 msgstr "%s: non è stato possibile ottenere il codice di uscita del thread figlio: %s\n"
 
-#: pg_basebackup.c:2026
+#: pg_basebackup.c:2030
 #, c-format
 msgid "%s: child thread exited with error %u\n"
 msgstr "%s: il thread figlio è terminato con errore %u\n"
 
-#: pg_basebackup.c:2064
+#: pg_basebackup.c:2068
 #, c-format
 msgid "%s: base backup completed\n"
 msgstr "%s: backup di base completato\n"
 
-#: pg_basebackup.c:2141
+#: pg_basebackup.c:2145
 #, c-format
 msgid "%s: invalid output format \"%s\", must be \"plain\" or \"tar\"\n"
 msgstr "%s: formato di output \"%s\" non valido, deve essere \"plain\" oppure \"tar\"\n"
 
-#: pg_basebackup.c:2186
+#: pg_basebackup.c:2190
 #, c-format
-msgid "%s: invalid wal-method option \"%s\", must be \"fetch\", \"stream\" or \"none\"\n"
+msgid "%s: invalid wal-method option \"%s\", must be \"fetch\", \"stream\", or \"none\"\n"
 msgstr "%s: opzione wal-method \"%s\" non valida, deve essere \"fetch\", \"stream\" oppure \"none\"\n"
 
-#: pg_basebackup.c:2214 pg_receivewal.c:556
+#: pg_basebackup.c:2218 pg_receivewal.c:556
 #, c-format
 msgid "%s: invalid compression level \"%s\"\n"
 msgstr "%s: livello di compressione non valido \"%s\"\n"
 
-#: pg_basebackup.c:2226
+#: pg_basebackup.c:2230
 #, c-format
 msgid "%s: invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"\n"
 msgstr "%s: argomento di checkpoint \"%s\" non valido, deve essere \"fast\" oppure \"spread\"\n"
 
-#: pg_basebackup.c:2253 pg_receivewal.c:538 pg_recvlogical.c:825
+#: pg_basebackup.c:2257 pg_receivewal.c:538 pg_recvlogical.c:825
 #, c-format
 msgid "%s: invalid status interval \"%s\"\n"
 msgstr "%s: intervallo di status \"%s\" non valido\n"
 
-#: pg_basebackup.c:2269 pg_basebackup.c:2283 pg_basebackup.c:2294
-#: pg_basebackup.c:2307 pg_basebackup.c:2317 pg_basebackup.c:2327
-#: pg_basebackup.c:2339 pg_basebackup.c:2353 pg_basebackup.c:2364
+#: pg_basebackup.c:2273 pg_basebackup.c:2287 pg_basebackup.c:2298
+#: pg_basebackup.c:2311 pg_basebackup.c:2321 pg_basebackup.c:2331
+#: pg_basebackup.c:2343 pg_basebackup.c:2357 pg_basebackup.c:2368
 #: pg_receivewal.c:579 pg_receivewal.c:593 pg_receivewal.c:601
 #: pg_receivewal.c:611 pg_receivewal.c:622 pg_recvlogical.c:852
 #: pg_recvlogical.c:866 pg_recvlogical.c:877 pg_recvlogical.c:885
@@ -704,57 +704,57 @@ msgstr "%s: intervallo di status \"%s\" non valido\n"
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Prova \"%s --help\" per maggiori informazioni.\n"
 
-#: pg_basebackup.c:2281 pg_receivewal.c:591 pg_recvlogical.c:864
+#: pg_basebackup.c:2285 pg_receivewal.c:591 pg_recvlogical.c:864
 #, c-format
 msgid "%s: too many command-line arguments (first is \"%s\")\n"
 msgstr "%s: troppi argomenti nella riga di comando (il primo è \"%s\")\n"
 
-#: pg_basebackup.c:2293 pg_receivewal.c:621
+#: pg_basebackup.c:2297 pg_receivewal.c:621
 #, c-format
 msgid "%s: no target directory specified\n"
 msgstr "%s: nessuna directory di destinazione specificata\n"
 
-#: pg_basebackup.c:2305
+#: pg_basebackup.c:2309
 #, c-format
 msgid "%s: only tar mode backups can be compressed\n"
 msgstr "%s: solo i backup in modalità tar possono essere compressi\n"
 
-#: pg_basebackup.c:2315
+#: pg_basebackup.c:2319
 #, c-format
 msgid "%s: cannot stream write-ahead logs in tar mode to stdout\n"
 msgstr "%s: non è possibile eseguire lo stream dei write-ahead log in modalità tar su stdout\n"
 
-#: pg_basebackup.c:2325
+#: pg_basebackup.c:2329
 #, c-format
 msgid "%s: replication slots can only be used with WAL streaming\n"
 msgstr "%s: gli slot di replica possono essere usati solo con lo streaming dei WAL\n"
 
-#: pg_basebackup.c:2337
+#: pg_basebackup.c:2341
 #, c-format
 msgid "%s: --no-slot cannot be used with slot name\n"
 msgstr "%s: --no-slot non può essere usato col nome di uno slot\n"
 
-#: pg_basebackup.c:2351
+#: pg_basebackup.c:2355
 #, c-format
 msgid "%s: WAL directory location can only be specified in plain mode\n"
 msgstr "%s: la posizione della directory dei WAL può essere specificata solo in modalità plain\n"
 
-#: pg_basebackup.c:2362
+#: pg_basebackup.c:2366
 #, c-format
 msgid "%s: WAL directory location must be an absolute path\n"
 msgstr "%s: la posizione della directory dei WAL deve essere un percorso assoluto\n"
 
-#: pg_basebackup.c:2374 pg_receivewal.c:631
+#: pg_basebackup.c:2378 pg_receivewal.c:631
 #, c-format
 msgid "%s: this build does not support compression\n"
 msgstr "%s: questo binario compilato non supporta la compressione\n"
 
-#: pg_basebackup.c:2414
+#: pg_basebackup.c:2418
 #, c-format
 msgid "%s: could not create symbolic link \"%s\": %s\n"
 msgstr "%s: creazione del link simbolico \"%s\" fallita: %s\n"
 
-#: pg_basebackup.c:2419
+#: pg_basebackup.c:2423
 #, c-format
 msgid "%s: symlinks are not supported on this platform\n"
 msgstr "%s: questa piattaforma non supporta i link simbolici\n"
@@ -782,7 +782,7 @@ msgstr ""
 msgid "  -D, --directory=DIR    receive write-ahead log files into this directory\n"
 msgstr "  -D, --directory=DIR    ricevi i file di write-ahead log in questa directory\n"
 
-#: pg_receivewal.c:80 pg_recvlogical.c:87
+#: pg_receivewal.c:80 pg_recvlogical.c:88
 #, c-format
 msgid "      --if-not-exists    do not error if slot already exists when creating a slot\n"
 msgstr "      --if-not-exists    non dare un errore se esiste già uno slot con lo stesso nome\n"
@@ -863,8 +863,8 @@ msgstr "%s: apertura del file compresso \"%s\" fallita: %s:\n"
 
 #: pg_receivewal.c:283
 #, c-format
-msgid "%s: could not seek compressed file \"%s\": %s\n"
-msgstr "%s: spostamento nel file compresso \"%s\" fallita: %s\n"
+msgid "%s: could not seek in compressed file \"%s\": %s\n"
+msgstr "%s: spostamento nel file compresso \"%s\" fallito: %s\n"
 
 #: pg_receivewal.c:289
 #, c-format
@@ -948,10 +948,15 @@ msgstr "      --start            avvia lo streaming in uno slot di replica (per
 
 #: pg_recvlogical.c:84
 #, c-format
+msgid "  -E, --endpos=LSN       exit after receiving the specified LSN\n"
+msgstr "  -E, --endpos=LSN       esci dopo aver ricevuto la posizione LSN specificata\n"
+
+#: pg_recvlogical.c:85
+#, c-format
 msgid "  -f, --file=FILE        receive log into this file, - for stdout\n"
 msgstr "  -f, --file=FILE        riceve i log in questo file, - per stdout\n"
 
-#: pg_recvlogical.c:85
+#: pg_recvlogical.c:86
 #, c-format
 msgid ""
 "  -F  --fsync-interval=SECS\n"
@@ -960,16 +965,11 @@ msgstr ""
 "  -F  --fsync-interval=SEC\n"
 "                         tempo tra i sync del file di output (default: %d)\n"
 
-#: pg_recvlogical.c:88
+#: pg_recvlogical.c:89
 #, c-format
 msgid "  -I, --startpos=LSN     where in an existing slot should the streaming start\n"
 msgstr "  -I, --startpos=LSN     dove deve partire lo streaming in uno slot esistente\n"
 
-#: pg_recvlogical.c:89
-#, c-format
-msgid "  -E, --endpos=LSN       exit after receiving the specified LSN\n"
-msgstr "  -E, --endpos=LSN       esci dopo aver ricevuto la posizione LSN specificata\n"
-
 #: pg_recvlogical.c:91
 #, c-format
 msgid ""
@@ -1001,7 +1001,7 @@ msgstr "  -d, --dbname=NOMEDB    database a cui connettersi\n"
 msgid "%s: confirming write up to %X/%X, flush to %X/%X (slot %s)\n"
 msgstr "%s: scritture confermate fino a %X/%X, flush a %X/%X (slot %s)\n"
 
-#: pg_recvlogical.c:160 receivelog.c:349
+#: pg_recvlogical.c:160 receivelog.c:351
 #, c-format
 msgid "%s: could not send feedback packet: %s"
 msgstr "%s: invio del pacchetto di feedback fallito: %s"
@@ -1026,28 +1026,28 @@ msgstr "%s: streaming iniziato\n"
 msgid "%s: could not open log file \"%s\": %s\n"
 msgstr "%s: apertura del file di log \"%s\" fallita: %s\n"
 
-#: pg_recvlogical.c:376 receivelog.c:912
+#: pg_recvlogical.c:376 receivelog.c:914
 #, c-format
 msgid "%s: invalid socket: %s"
 msgstr "%s: socket non valido: %s"
 
-#: pg_recvlogical.c:430 receivelog.c:941
+#: pg_recvlogical.c:430 receivelog.c:943
 #, c-format
 msgid "%s: select() failed: %s\n"
 msgstr "%s: select() fallita: %s\n"
 
-#: pg_recvlogical.c:439 receivelog.c:993
+#: pg_recvlogical.c:439 receivelog.c:995
 #, c-format
 msgid "%s: could not receive data from WAL stream: %s"
 msgstr "%s: ricezione dati dallo stream WAL fallita: %s"
 
-#: pg_recvlogical.c:481 pg_recvlogical.c:533 receivelog.c:1038
-#: receivelog.c:1105
+#: pg_recvlogical.c:481 pg_recvlogical.c:533 receivelog.c:1040
+#: receivelog.c:1107
 #, c-format
 msgid "%s: streaming header too small: %d\n"
 msgstr "%s: intestazione dello streaming troppo piccola: %d\n"
 
-#: pg_recvlogical.c:517 receivelog.c:872
+#: pg_recvlogical.c:517 receivelog.c:874
 #, c-format
 msgid "%s: unrecognized streaming header: \"%c\"\n"
 msgstr "%s: intestazione dello streaming sconosciuta: \"%c\"\n"
@@ -1057,7 +1057,7 @@ msgstr "%s: intestazione dello streaming sconosciuta: \"%c\"\n"
 msgid "%s: could not write %u bytes to log file \"%s\": %s\n"
 msgstr "%s: scrittura di %u byte nel file di log \"%s\" fallita: %s\n"
 
-#: pg_recvlogical.c:617 receivelog.c:665 receivelog.c:703
+#: pg_recvlogical.c:617 receivelog.c:667 receivelog.c:705
 #, c-format
 msgid "%s: unexpected termination of replication stream: %s"
 msgstr "%s: terminazione inaspettata dello stream di replica: %s"
@@ -1134,154 +1134,188 @@ msgstr "%s: apertura del file di write-ahead log esistente \"%s\" fallita: %s\n"
 
 #: receivelog.c:139
 #, c-format
-msgid "%s: could not sync existing write-ahead log file \"%s\": %s\n"
-msgstr "%s: sync del file di write-ahead log esistente \"%s\" fallita: %s\n"
+msgid "%s: could not fsync existing write-ahead log file \"%s\": %s\n"
+msgstr "%s: fsync del file di write-ahead log esistente \"%s\" fallita: %s\n"
 
 #: receivelog.c:154
 #, c-format
-msgid "%s: write-ahead log file \"%s\" has %d bytes, should be 0 or %d\n"
-msgstr "%s: il file di write-ahead log \"%s\" è lungo %d byte, dovrebbe essere 0 oppure %d\n"
+msgid "%s: write-ahead log file \"%s\" has %d byte, should be 0 or %d\n"
+msgid_plural "%s: write-ahead log file \"%s\" has %d bytes, should be 0 or %d\n"
+msgstr[0] "%s: il file di write-ahead log \"%s\" è lungo %d byte, dovrebbe essere 0 oppure %d\n"
+msgstr[1] "%s: il file di write-ahead log \"%s\" è lungo %d byte, dovrebbe essere 0 oppure %d\n"
 
-#: receivelog.c:167
+#: receivelog.c:169
 #, c-format
 msgid "%s: could not open write-ahead log file \"%s\": %s\n"
 msgstr "%s: apertura del file di write-ahead log \"%s\" fallita: %s\n"
 
-#: receivelog.c:194
+#: receivelog.c:196
 #, c-format
 msgid "%s: could not determine seek position in file \"%s\": %s\n"
 msgstr "%s: determinazione della posizione dove muoversi nel file \"%s\" fallita: %s\n"
 
-#: receivelog.c:209
+#: receivelog.c:211
 #, c-format
 msgid "%s: not renaming \"%s%s\", segment is not complete\n"
 msgstr "%s: \"%s%s\" non rinominato, il segmento non è completo\n"
 
-#: receivelog.c:278
+#: receivelog.c:280
 #, c-format
 msgid "%s: server reported unexpected history file name for timeline %u: %s\n"
 msgstr "%s: il server ha riportato un nome di file della storia imprevisto per la timeline %u: %s\n"
 
-#: receivelog.c:286
+#: receivelog.c:288
 #, c-format
 msgid "%s: could not create timeline history file \"%s\": %s\n"
 msgstr "%s: creazione del file di storia della timeline \"%s\" fallita: %s\n"
 
-#: receivelog.c:293
+#: receivelog.c:295
 #, c-format
 msgid "%s: could not write timeline history file \"%s\": %s\n"
 msgstr "%s: scrittura del file di storia della timeline \"%s\" fallita: %s\n"
 
-#: receivelog.c:383
+#: receivelog.c:385
 #, c-format
 msgid "%s: incompatible server version %s; client does not support streaming from server versions older than %s\n"
 msgstr "%s: server di versione %s non compatibile; il client non supporta lo streaming da server di versione precedente a %s\n"
 
-#: receivelog.c:393
+#: receivelog.c:395
 #, c-format
 msgid "%s: incompatible server version %s; client does not support streaming from server versions newer than %s\n"
 msgstr "%s: server di versione %s non compatibile; il client non supporta lo streaming da server di versione successiva a %s\n"
 
-#: receivelog.c:498 streamutil.c:264 streamutil.c:303
+#: receivelog.c:500 streamutil.c:265 streamutil.c:304
 #, c-format
 msgid "%s: could not identify system: got %d rows and %d fields, expected %d rows and %d or more fields\n"
 msgstr "%s: identificazione del sistema fallita: ricevute %d righe e %d campi, attese %d righe e %d campi o più\n"
 
-#: receivelog.c:506
+#: receivelog.c:508
 #, c-format
 msgid "%s: system identifier does not match between base backup and streaming connection\n"
 msgstr "%s: l'identificativo di sistema non combacia tra il backup di base e la connessione in streaming\n"
 
-#: receivelog.c:514
+#: receivelog.c:516
 #, c-format
 msgid "%s: starting timeline %u is not present in the server\n"
 msgstr "%s: la timeline di inizio %u non è presente nel server\n"
 
-#: receivelog.c:533
+#: receivelog.c:535
 #, c-format
 msgid "%s: could not create temporary replication slot \"%s\": %s"
 msgstr "%s: creazione dello slot temporaneo di replica \"%s\" fallito: %s"
 
-#: receivelog.c:574
+#: receivelog.c:576
 #, c-format
 msgid "%s: unexpected response to TIMELINE_HISTORY command: got %d rows and %d fields, expected %d rows and %d fields\n"
 msgstr "%s: risposta inattesa al comando TIMELINE_HISTORY: ricevute %d righe e %d campi, attese %d righe e %d campi\n"
 
-#: receivelog.c:646
+#: receivelog.c:648
 #, c-format
 msgid "%s: server reported unexpected next timeline %u, following timeline %u\n"
 msgstr "%s: il server ha riportato la timeline successiva imprevista %u, a seguito della timeline %u\n"
 
-#: receivelog.c:653
+#: receivelog.c:655
 #, c-format
 msgid "%s: server stopped streaming timeline %u at %X/%X, but reported next timeline %u to begin at %X/%X\n"
 msgstr "%s: il server ha interrotto lo streaming della timeline %u a %X/%X, ma ha riportato l'inizio della timeline successiva %u a %X/%X\n"
 
-#: receivelog.c:694
+#: receivelog.c:696
 #, c-format
 msgid "%s: replication stream was terminated before stop point\n"
 msgstr "%s: lo stream di replica è terminato prima del punto di arresto\n"
 
-#: receivelog.c:743
+#: receivelog.c:745
 #, c-format
 msgid "%s: unexpected result set after end-of-timeline: got %d rows and %d fields, expected %d rows and %d fields\n"
 msgstr "%s: risultato imprevisto dopo la fine della timeline: ricevute %d righe e %d campi, attese %d righe e %d campi\n"
 
-#: receivelog.c:753
+#: receivelog.c:755
 #, c-format
 msgid "%s: could not parse next timeline's starting point \"%s\"\n"
 msgstr "%s: interpretazione del punto d'inizio della nuova timeline \"%s\" fallita\n"
 
-#: receivelog.c:1124
+#: receivelog.c:1126
 #, c-format
 msgid "%s: received write-ahead log record for offset %u with no file open\n"
 msgstr "%s: ricevuto un record di write-ahead log per l'offset %u senza alcun file aperto\n"
 
-#: receivelog.c:1135
+#: receivelog.c:1137
 #, c-format
 msgid "%s: got WAL data offset %08x, expected %08x\n"
 msgstr "%s: ricevuto offset dati WAL %08x, atteso %08x\n"
 
-#: receivelog.c:1170
+#: receivelog.c:1172
 #, c-format
 msgid "%s: could not write %u bytes to WAL file \"%s\": %s\n"
 msgstr "%s: scrittura di %u byte nel file WAL \"%s\" fallita: %s\n"
 
-#: receivelog.c:1195 receivelog.c:1236 receivelog.c:1267
+#: receivelog.c:1197 receivelog.c:1238 receivelog.c:1269
 #, c-format
 msgid "%s: could not send copy-end packet: %s"
 msgstr "%s: invio del pacchetto di fine copia fallito: %s"
 
-#: streamutil.c:148
+#: streamutil.c:149
 msgid "Password: "
 msgstr "Password: "
 
-#: streamutil.c:173
+#: streamutil.c:174
 #, c-format
 msgid "%s: could not connect to server\n"
 msgstr "%s: connessione al server fallita\n"
 
-#: streamutil.c:191
+#: streamutil.c:192
 #, c-format
 msgid "%s: could not connect to server: %s"
 msgstr "%s: connessione al server fallita: %s"
 
-#: streamutil.c:215
+#: streamutil.c:216
 #, c-format
 msgid "%s: could not determine server setting for integer_datetimes\n"
 msgstr "%s: non è stato possibile determinare l'impostazione integer_datetimes del server\n"
 
-#: streamutil.c:224
+#: streamutil.c:225
 #, c-format
 msgid "%s: integer_datetimes compile flag does not match server\n"
 msgstr "%s: l'opzione di compilazione integer_datetimes non combacia con quella del server\n"
 
-#: streamutil.c:375
+#: streamutil.c:376
 #, c-format
 msgid "%s: could not create replication slot \"%s\": got %d rows and %d fields, expected %d rows and %d fields\n"
 msgstr "%s: creazione dello slot di replica \"%s\" fallita: ricevute %d righe e %d campi, attesi %d righe e %d campi\n"
 
-#: streamutil.c:420
+#: streamutil.c:421
 #, c-format
 msgid "%s: could not drop replication slot \"%s\": got %d rows and %d fields, expected %d rows and %d fields\n"
 msgstr "%s: eliminazione dello slot di replica \"%s\" fallita: ricevute %d righe e %d campi, attesi %d righe e %d campi\n"
+
+#: walmethods.c:435 walmethods.c:904
+msgid "could not compress data"
+msgstr "compressione dei dati fallita"
+
+#: walmethods.c:459
+msgid "could not reset compression stream"
+msgstr "reset dello stream di compressione fallito"
+
+#: walmethods.c:560
+msgid "could not initialize compression library"
+msgstr "inizializzazione della libreria di compressione fallita"
+
+#: walmethods.c:572
+msgid "implementation error: tar files can't have more than one open file"
+msgstr "errore di implementazione: i file tar non possono avere più di un file aperto"
+
+#: walmethods.c:586
+msgid "could not create tar header"
+msgstr "creazione dell'intestazione del tar fallita"
+
+#: walmethods.c:600 walmethods.c:638 walmethods.c:827 walmethods.c:838
+msgid "could not change compression parameters"
+msgstr "modifica dei parametri di compressione fallita"
+
+#: walmethods.c:720
+msgid "unlink not supported with compression"
+msgstr "unlink non supportato con la compressione"
+
+#: walmethods.c:920
+msgid "could not close compression stream"
+msgstr "chiusura dello stream di compressione fallita"
index 640de07ec88367b5f04dd94f8d87bdea81d7c992..1ed3d5aa1927b29d12b19c8eca5fac0b722abcf5 100644 (file)
@@ -19,8 +19,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pg_ctl (PostgreSQL) 10\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2017-04-22 22:45+0000\n"
-"PO-Revision-Date: 2017-05-29 17:04+0100\n"
+"POT-Creation-Date: 2017-08-30 21:44+0000\n"
+"PO-Revision-Date: 2017-08-31 01:16+0100\n"
 "Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
 "Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
 "Language: it\n"
@@ -29,7 +29,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-SourceCharset: utf-8\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Poedit 1.8.7.1\n"
+"X-Generator: Poedit 1.5.4\n"
 
 #: ../../common/exec.c:127 ../../common/exec.c:241 ../../common/exec.c:284
 #, c-format
@@ -118,80 +118,62 @@ msgstr "processo figlio uscito con stato non riconosciuto %d"
 msgid "could not get current working directory: %s\n"
 msgstr "determinazione della directory corrente fallita: %s\n"
 
-#: pg_ctl.c:251
+#: pg_ctl.c:263
 #, c-format
 msgid "%s: directory \"%s\" does not exist\n"
 msgstr "%s: la directory \"%s\" non esiste\n"
 
-#: pg_ctl.c:254
+#: pg_ctl.c:266
 #, c-format
 msgid "%s: could not access directory \"%s\": %s\n"
 msgstr "%s: accesso alla directory \"%s\" fallito: %s\n"
 
-#: pg_ctl.c:268
+#: pg_ctl.c:279
 #, c-format
 msgid "%s: directory \"%s\" is not a database cluster directory\n"
 msgstr "%s: la directory \"%s\" non è la directory di un cluster di database\n"
 
-#: pg_ctl.c:281
+#: pg_ctl.c:292
 #, c-format
 msgid "%s: could not open PID file \"%s\": %s\n"
 msgstr "%s: apertura del file PID \"%s\" fallita: %s\n"
 
-#: pg_ctl.c:290
+#: pg_ctl.c:301
 #, c-format
 msgid "%s: the PID file \"%s\" is empty\n"
 msgstr "%s: il file PID \"%s\" è vuoto\n"
 
-#: pg_ctl.c:293
+#: pg_ctl.c:304
 #, c-format
 msgid "%s: invalid data in PID file \"%s\"\n"
 msgstr "%s: dati non validi nel file PID \"%s\"\n"
 
-#: pg_ctl.c:443 pg_ctl.c:471
+#: pg_ctl.c:465 pg_ctl.c:493
 #, c-format
 msgid "%s: could not start server: %s\n"
 msgstr "%s: errore di avvio del server: %s\n"
 
-#: pg_ctl.c:495
+#: pg_ctl.c:517
 #, c-format
 msgid "%s: could not start server: error code %lu\n"
 msgstr "%s: errore di avvio del server: codice dell'errore %lu\n"
 
-#: pg_ctl.c:572
-#, c-format
-msgid ""
-"\n"
-"%s: -w option is not supported when starting a pre-9.1 server\n"
-msgstr ""
-"\n"
-"%s: l'opzione -w non è supportata per avviare un server pre-9.1\n"
-
-#: pg_ctl.c:637
-#, c-format
-msgid ""
-"\n"
-"%s: -w option cannot use a relative socket directory specification\n"
-msgstr ""
-"\n"
-"%s: l'opzione -w non può specificare una directory socket relativa\n"
-
-#: pg_ctl.c:739
+#: pg_ctl.c:664
 #, c-format
 msgid "%s: cannot set core file size limit; disallowed by hard limit\n"
 msgstr "%s: non è possibile configurare il limite di grandezza dei core file; impedito dall'hard limit\n"
 
-#: pg_ctl.c:764
+#: pg_ctl.c:690
 #, c-format
 msgid "%s: could not read file \"%s\"\n"
 msgstr "%s: lettura del file \"%s\" fallita\n"
 
-#: pg_ctl.c:769
+#: pg_ctl.c:695
 #, c-format
 msgid "%s: option file \"%s\" must have exactly one line\n"
 msgstr "%s: il file di opzione \"%s\" deve avere esattamente una riga\n"
 
-#: pg_ctl.c:820
+#: pg_ctl.c:741
 #, c-format
 msgid ""
 "The program \"%s\" is needed by %s but was not found in the\n"
@@ -202,7 +184,7 @@ msgstr ""
 "nella stessa directory di \"%s\".\n"
 "Verifica che l'installazione sia corretta.\n"
 
-#: pg_ctl.c:826
+#: pg_ctl.c:747
 #, c-format
 msgid ""
 "The program \"%s\" was found by \"%s\"\n"
@@ -213,37 +195,38 @@ msgstr ""
 "la stessa versione di %s.\n"
 "Verifica che l'installazione sia corretta.\n"
 
-#: pg_ctl.c:859
+#: pg_ctl.c:780
 #, c-format
 msgid "%s: database system initialization failed\n"
 msgstr "%s: inizializzazione del sistema di database fallita\n"
 
-#: pg_ctl.c:874
+#: pg_ctl.c:795
 #, c-format
 msgid "%s: another server might be running; trying to start server anyway\n"
 msgstr "%s: un altro server potrebbe essere in esecuzione; si sta provando ad avviare il server ugualmente\n"
 
-#: pg_ctl.c:912
+#: pg_ctl.c:833
 msgid "waiting for server to start..."
 msgstr "in attesa che il server si avvii..."
 
-#: pg_ctl.c:917 pg_ctl.c:1024 pg_ctl.c:1115 pg_ctl.c:1244
+#: pg_ctl.c:838 pg_ctl.c:943 pg_ctl.c:1035 pg_ctl.c:1165
 msgid " done\n"
 msgstr " fatto\n"
 
-#: pg_ctl.c:918
+#: pg_ctl.c:839
 msgid "server started\n"
 msgstr "il server è stato avviato\n"
 
-#: pg_ctl.c:921 pg_ctl.c:925 pg_ctl.c:1249
+#: pg_ctl.c:842 pg_ctl.c:848 pg_ctl.c:1170
 msgid " stopped waiting\n"
 msgstr " attesa interrotta\n"
 
-#: pg_ctl.c:922
-msgid "server is still starting up\n"
-msgstr "il server si sta ancora avviando\n"
+#: pg_ctl.c:843
+#, c-format
+msgid "%s: server did not start in time\n"
+msgstr "%s: il server non è partito nel tempo previsto\n"
 
-#: pg_ctl.c:926
+#: pg_ctl.c:849
 #, c-format
 msgid ""
 "%s: could not start server\n"
@@ -252,43 +235,34 @@ msgstr ""
 "%s: l'avvio del server è fallito\n"
 "Esamina il log di output.\n"
 
-#: pg_ctl.c:932 pg_ctl.c:1016 pg_ctl.c:1106
-msgid " failed\n"
-msgstr " fallito\n"
-
-#: pg_ctl.c:933
-#, c-format
-msgid "%s: could not wait for server because of misconfiguration\n"
-msgstr "%s: non è stato possibile attendere il server a causa di configurazione errata\n"
-
-#: pg_ctl.c:939
+#: pg_ctl.c:857
 msgid "server starting\n"
 msgstr "il server si sta avviando\n"
 
-#: pg_ctl.c:960 pg_ctl.c:1046 pg_ctl.c:1136 pg_ctl.c:1175
+#: pg_ctl.c:878 pg_ctl.c:965 pg_ctl.c:1056 pg_ctl.c:1095
 #, c-format
 msgid "%s: PID file \"%s\" does not exist\n"
 msgstr "%s: il file PID \"%s\" non esiste\n"
 
-#: pg_ctl.c:961 pg_ctl.c:1048 pg_ctl.c:1137 pg_ctl.c:1176
+#: pg_ctl.c:879 pg_ctl.c:967 pg_ctl.c:1057 pg_ctl.c:1096
 msgid "Is server running?\n"
 msgstr "Il server è in esecuzione?\n"
 
-#: pg_ctl.c:967
+#: pg_ctl.c:885
 #, c-format
 msgid "%s: cannot stop server; single-user server is running (PID: %ld)\n"
 msgstr "%s: non è possibile fermare il server; il server è in esecuzione in modalità a singolo utente (PID: %ld)\n"
 
-#: pg_ctl.c:975 pg_ctl.c:1070
+#: pg_ctl.c:893 pg_ctl.c:989
 #, c-format
 msgid "%s: could not send stop signal (PID: %ld): %s\n"
 msgstr "%s: invio del segnale di arresto fallito (PID: %ld): %s\n"
 
-#: pg_ctl.c:982
+#: pg_ctl.c:900
 msgid "server shutting down\n"
 msgstr "il server è in fase di arresto\n"
 
-#: pg_ctl.c:997 pg_ctl.c:1085
+#: pg_ctl.c:915 pg_ctl.c:1004
 msgid ""
 "WARNING: online backup mode is active\n"
 "Shutdown will not complete until pg_stop_backup() is called.\n"
@@ -298,16 +272,20 @@ msgstr ""
 "L'arresto non sarà completato finché non sarà chiamata pg_stop_backup().\n"
 "\n"
 
-#: pg_ctl.c:1001 pg_ctl.c:1089
+#: pg_ctl.c:919 pg_ctl.c:1008
 msgid "waiting for server to shut down..."
 msgstr "in attesa dell'arresto del server...."
 
-#: pg_ctl.c:1018 pg_ctl.c:1108
+#: pg_ctl.c:935 pg_ctl.c:1026
+msgid " failed\n"
+msgstr " fallito\n"
+
+#: pg_ctl.c:937 pg_ctl.c:1028
 #, c-format
 msgid "%s: server does not shut down\n"
 msgstr "%s: il server non si è arrestato\n"
 
-#: pg_ctl.c:1020 pg_ctl.c:1110
+#: pg_ctl.c:939 pg_ctl.c:1030
 msgid ""
 "HINT: The \"-m fast\" option immediately disconnects sessions rather than\n"
 "waiting for session-initiated disconnection.\n"
@@ -315,196 +293,197 @@ msgstr ""
 "NOTA: L'opzione \"-m fast\" disconnette le sessioni immediatamente invece di\n"
 "attendere che siano le sessioni a disconnettersi.\n"
 
-#: pg_ctl.c:1026 pg_ctl.c:1116
+#: pg_ctl.c:945 pg_ctl.c:1036
 msgid "server stopped\n"
 msgstr "il server è stato arrestato\n"
 
-#: pg_ctl.c:1049 pg_ctl.c:1122
+#: pg_ctl.c:968 pg_ctl.c:1042
 msgid "starting server anyway\n"
 msgstr "il server si sta avviando comunque\n"
 
-#: pg_ctl.c:1058
+#: pg_ctl.c:977
 #, c-format
 msgid "%s: cannot restart server; single-user server is running (PID: %ld)\n"
 msgstr "%s: non è possibile riavviare il server; il server è in esecuzione in modalità a singolo utente (PID: %ld)\n"
 
-#: pg_ctl.c:1061 pg_ctl.c:1146
+#: pg_ctl.c:980 pg_ctl.c:1066
 msgid "Please terminate the single-user server and try again.\n"
 msgstr "Si prega di terminare il server in modalità singolo utente e di riprovare.\n"
 
-#: pg_ctl.c:1120
+#: pg_ctl.c:1040
 #, c-format
 msgid "%s: old server process (PID: %ld) seems to be gone\n"
 msgstr "%s: il vecchio processo del server (PID: %ld) sembra non essere più attivo\n"
 
-#: pg_ctl.c:1143
+#: pg_ctl.c:1063
 #, c-format
 msgid "%s: cannot reload server; single-user server is running (PID: %ld)\n"
 msgstr "%s: non è possibile eseguire il reload del server; il server è in esecuzione in modalità a singolo utente (PID: %ld)\n"
 
-#: pg_ctl.c:1152
+#: pg_ctl.c:1072
 #, c-format
 msgid "%s: could not send reload signal (PID: %ld): %s\n"
 msgstr "%s: invio segnale di reload fallito (PID: %ld): %s\n"
 
-#: pg_ctl.c:1157
+#: pg_ctl.c:1077
 msgid "server signaled\n"
 msgstr "segnale inviato al server\n"
 
-#: pg_ctl.c:1182
+#: pg_ctl.c:1102
 #, c-format
 msgid "%s: cannot promote server; single-user server is running (PID: %ld)\n"
 msgstr "%s: non è possibile promuovere il server: il server è in esecuzione in modalità a singolo utente (PID: %ld)\n"
 
-#: pg_ctl.c:1190
+#: pg_ctl.c:1110
 #, c-format
 msgid "%s: cannot promote server; server is not in standby mode\n"
 msgstr "%s: non è possibile promuovere il server: il server non è in modalità standby\n"
 
-#: pg_ctl.c:1205
+#: pg_ctl.c:1125
 #, c-format
 msgid "%s: could not create promote signal file \"%s\": %s\n"
 msgstr "%s: creazione del file di segnale di promozione \"%s\" fallito: %s\n"
 
-#: pg_ctl.c:1211
+#: pg_ctl.c:1131
 #, c-format
 msgid "%s: could not write promote signal file \"%s\": %s\n"
 msgstr "%s: scrittura del file di segnale di promozione \"%s\" fallita: %s\n"
 
-#: pg_ctl.c:1219
+#: pg_ctl.c:1139
 #, c-format
 msgid "%s: could not send promote signal (PID: %ld): %s\n"
 msgstr "%s: invio del segnale di promozione fallito (PID: %ld): %s\n"
 
-#: pg_ctl.c:1222
+#: pg_ctl.c:1142
 #, c-format
 msgid "%s: could not remove promote signal file \"%s\": %s\n"
 msgstr "%s: rimozione del file di segnale di promozione \"%s\" fallita: %s\n"
 
-#: pg_ctl.c:1231
+#: pg_ctl.c:1152
 msgid "waiting for server to promote..."
 msgstr "in attesa della promozione del server..."
 
-#: pg_ctl.c:1245
+#: pg_ctl.c:1166
 msgid "server promoted\n"
 msgstr "server promosso\n"
 
-#: pg_ctl.c:1250
-msgid "server is still promoting\n"
-msgstr "il server è in fase di promozione\n"
+#: pg_ctl.c:1171
+#, c-format
+msgid "%s: server did not promote in time\n"
+msgstr "%s: il server non è stato promosso nel tempo previsto\n"
 
-#: pg_ctl.c:1254
+#: pg_ctl.c:1177
 msgid "server promoting\n"
 msgstr "il server sta venendo promosso\n"
 
-#: pg_ctl.c:1301
+#: pg_ctl.c:1224
 #, c-format
 msgid "%s: single-user server is running (PID: %ld)\n"
 msgstr "%s: il server è in esecuzione in modalità a singolo utente (PID: %ld)\n"
 
-#: pg_ctl.c:1314
+#: pg_ctl.c:1238
 #, c-format
 msgid "%s: server is running (PID: %ld)\n"
 msgstr "%s: il server è in esecuzione (PID: %ld)\n"
 
-#: pg_ctl.c:1330
+#: pg_ctl.c:1254
 #, c-format
 msgid "%s: no server running\n"
 msgstr "%s: nessun server in esecuzione\n"
 
-#: pg_ctl.c:1348
+#: pg_ctl.c:1271
 #, c-format
 msgid "%s: could not send signal %d (PID: %ld): %s\n"
 msgstr "%s: invio del segnale %d fallito (PID: %ld): %s\n"
 
-#: pg_ctl.c:1405
+#: pg_ctl.c:1328
 #, c-format
 msgid "%s: could not find own program executable\n"
 msgstr "%s: il proprio programma eseguibile non è stato trovato\n"
 
-#: pg_ctl.c:1415
+#: pg_ctl.c:1338
 #, c-format
 msgid "%s: could not find postgres program executable\n"
 msgstr "%s: il programma eseguibile postgres non è stato trovato\n"
 
-#: pg_ctl.c:1485 pg_ctl.c:1519
+#: pg_ctl.c:1408 pg_ctl.c:1442
 #, c-format
 msgid "%s: could not open service manager\n"
 msgstr "%s: apertura del service manager fallita\n"
 
-#: pg_ctl.c:1491
+#: pg_ctl.c:1414
 #, c-format
 msgid "%s: service \"%s\" already registered\n"
 msgstr "%s: il servizio \"%s\" è già registrato\n"
 
-#: pg_ctl.c:1502
+#: pg_ctl.c:1425
 #, c-format
 msgid "%s: could not register service \"%s\": error code %lu\n"
 msgstr "%s: registrazione del servizio \"%s\" fallita: codice errore %lu\n"
 
-#: pg_ctl.c:1525
+#: pg_ctl.c:1448
 #, c-format
 msgid "%s: service \"%s\" not registered\n"
 msgstr "%s: il servizio \"%s\" non è registrato\n"
 
-#: pg_ctl.c:1532
+#: pg_ctl.c:1455
 #, c-format
 msgid "%s: could not open service \"%s\": error code %lu\n"
 msgstr "%s: apertura del servizio \"%s\" fallita: codice errore %lu\n"
 
-#: pg_ctl.c:1541
+#: pg_ctl.c:1464
 #, c-format
 msgid "%s: could not unregister service \"%s\": error code %lu\n"
 msgstr "%s: rimozione della registrazione del servizio \"%s\" fallita: codice errore %lu\n"
 
-#: pg_ctl.c:1628
+#: pg_ctl.c:1551
 msgid "Waiting for server startup...\n"
 msgstr "In attesa che il server si avvii...\n"
 
-#: pg_ctl.c:1631
+#: pg_ctl.c:1554
 msgid "Timed out waiting for server startup\n"
 msgstr "Il tempo di attesa per l'avvio del server è scaduto\n"
 
-#: pg_ctl.c:1635
+#: pg_ctl.c:1558
 msgid "Server started and accepting connections\n"
 msgstr "Il server è avviato e accetta connessioni\n"
 
-#: pg_ctl.c:1690
+#: pg_ctl.c:1613
 #, c-format
 msgid "%s: could not start service \"%s\": error code %lu\n"
 msgstr "%s: non è possibile avviare il servizio \"%s\": codice errore %lu\n"
 
-#: pg_ctl.c:1764
+#: pg_ctl.c:1687
 #, c-format
 msgid "%s: WARNING: cannot create restricted tokens on this platform\n"
 msgstr "%s: ATTENZIONE: non è possibile creare token ristretti su questa piattaforma\n"
 
-#: pg_ctl.c:1777
+#: pg_ctl.c:1700
 #, c-format
 msgid "%s: could not open process token: error code %lu\n"
 msgstr "%s: apertura del token di processo fallita: codice errore %lu\n"
 
-#: pg_ctl.c:1791
+#: pg_ctl.c:1714
 #, c-format
 msgid "%s: could not allocate SIDs: error code %lu\n"
 msgstr "%s: allocazione dei SID fallita: codice errore %lu\n"
 
-#: pg_ctl.c:1811
+#: pg_ctl.c:1734
 #, c-format
 msgid "%s: could not create restricted token: error code %lu\n"
 msgstr "%s: creazione del token ristretto fallita: codice errore %lu\n"
 
-#: pg_ctl.c:1842
+#: pg_ctl.c:1765
 #, c-format
 msgid "%s: WARNING: could not locate all job object functions in system API\n"
 msgstr "%s: ATTENZIONE: non tutte le funzioni di controllo dei job nella API di sistema sono state trovate\n"
 
-#: pg_ctl.c:1925
+#: pg_ctl.c:1848
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Prova \"%s --help\" per maggiori informazioni.\n"
 
-#: pg_ctl.c:1933
+#: pg_ctl.c:1856
 #, c-format
 msgid ""
 "%s is a utility to initialize, start, stop, or control a PostgreSQL server.\n"
@@ -513,17 +492,17 @@ msgstr ""
 "%s è un programma per inizializzare, avviare, fermare o controllare un server PostgreSQL.\n"
 "\n"
 
-#: pg_ctl.c:1934
+#: pg_ctl.c:1857
 #, c-format
 msgid "Usage:\n"
 msgstr "Utilizzo:\n"
 
-#: pg_ctl.c:1935
+#: pg_ctl.c:1858
 #, c-format
 msgid "  %s init[db] [-D DATADIR] [-s] [-o OPTIONS]\n"
 msgstr "  %s init[db] [-D DATADIR] [-s] [-o OPZIONI]\n"
 
-#: pg_ctl.c:1936
+#: pg_ctl.c:1859
 #, c-format
 msgid ""
 "  %s start    [-D DATADIR] [-l FILENAME] [-W] [-t SECS] [-s]\n"
@@ -532,12 +511,12 @@ msgstr ""
 "  %s start    [-D DATADIR] [-l NOMEFILE] [-W] [-t SEC] [-s]\n"
 "                  [-o OPZIONI] [-p PERCORSO] [-c]\n"
 
-#: pg_ctl.c:1938
+#: pg_ctl.c:1861
 #, c-format
 msgid "  %s stop     [-D DATADIR] [-m SHUTDOWN-MODE] [-W] [-t SECS] [-s]\n"
 msgstr "  %s stop     [-D DATADIR] [-m MODO-ARRESTO] [-W] [-t SEC] [-s]\n"
 
-#: pg_ctl.c:1939
+#: pg_ctl.c:1862
 #, c-format
 msgid ""
 "  %s restart  [-D DATADIR] [-m SHUTDOWN-MODE] [-W] [-t SECS] [-s]\n"
@@ -546,27 +525,27 @@ msgstr ""
 "  %s restart  [-D DATADIR] [-m MODO-ARRESTO] [-W] [-t SEC] [-s]\n"
 "                  [-o OPTIONS] [-c]\n"
 
-#: pg_ctl.c:1941
+#: pg_ctl.c:1864
 #, c-format
 msgid "  %s reload   [-D DATADIR] [-s]\n"
 msgstr "  %s reload   [-D DATADIR] [-s]\n"
 
-#: pg_ctl.c:1942
+#: pg_ctl.c:1865
 #, c-format
 msgid "  %s status   [-D DATADIR]\n"
 msgstr "  %s status   [-D DATADIR]\n"
 
-#: pg_ctl.c:1943
+#: pg_ctl.c:1866
 #, c-format
 msgid "  %s promote  [-D DATADIR] [-W] [-t SECS] [-s]\n"
 msgstr "  %s promote  [-D DATADIR] [-W] [-t SEC] [-s]\n"
 
-#: pg_ctl.c:1944
+#: pg_ctl.c:1867
 #, c-format
 msgid "  %s kill     SIGNALNAME PID\n"
 msgstr "  %s kill     SEGNALE PID\n"
 
-#: pg_ctl.c:1946
+#: pg_ctl.c:1869
 #, c-format
 msgid ""
 "  %s register [-D DATADIR] [-N SERVICENAME] [-U USERNAME] [-P PASSWORD]\n"
@@ -575,12 +554,12 @@ msgstr ""
 "  %s register [-D DATADIR] [-N SERVIZIO] [-U UTENTE] [-P PASSWORD]\n"
 "                  [-S TIPO-AVVIO] [-e SORGENTE] [-W] [-t SEC] [-s] [-o OPZIONI]\n"
 
-#: pg_ctl.c:1948
+#: pg_ctl.c:1871
 #, c-format
 msgid "  %s unregister [-N SERVICENAME]\n"
 msgstr "  %s unregister [-N SERVIZIO]\n"
 
-#: pg_ctl.c:1951
+#: pg_ctl.c:1874
 #, c-format
 msgid ""
 "\n"
@@ -589,52 +568,52 @@ msgstr ""
 "\n"
 "Opzioni comuni:\n"
 
-#: pg_ctl.c:1952
+#: pg_ctl.c:1875
 #, c-format
 msgid "  -D, --pgdata=DATADIR   location of the database storage area\n"
 msgstr "  -D, --pgdata DATADIR   posizione dell'area di archiviazione del database\n"
 
-#: pg_ctl.c:1954
+#: pg_ctl.c:1877
 #, c-format
 msgid "  -e SOURCE              event source for logging when running as a service\n"
 msgstr "  -e SORGENTE            sorgente eventi per il log quando eseguito come servizio\n"
 
-#: pg_ctl.c:1956
+#: pg_ctl.c:1879
 #, c-format
 msgid "  -s, --silent           only print errors, no informational messages\n"
 msgstr "  -s, --silent           mostra solo gli errori, non i messaggi di informazione\n"
 
-#: pg_ctl.c:1957
+#: pg_ctl.c:1880
 #, c-format
 msgid "  -t, --timeout=SECS     seconds to wait when using -w option\n"
 msgstr "  -t, --timeout=SEC      secondi da aspettare quando si usa l'opzione -w\n"
 
-#: pg_ctl.c:1958
+#: pg_ctl.c:1881
 #, c-format
 msgid "  -V, --version          output version information, then exit\n"
 msgstr "  -V, --version          mostra informazioni sulla versione ed esci\n"
 
-#: pg_ctl.c:1959
+#: pg_ctl.c:1882
 #, c-format
 msgid "  -w, --wait             wait until operation completes (default)\n"
 msgstr "  -w, --wait             aspetta fino al completamento dell'operazione (default)\n"
 
-#: pg_ctl.c:1960
+#: pg_ctl.c:1883
 #, c-format
 msgid "  -W, --no-wait          do not wait until operation completes\n"
 msgstr "  -W, --no-wait          non aspettare fino al completamento dell'operazione\n"
 
-#: pg_ctl.c:1961
+#: pg_ctl.c:1884
 #, c-format
 msgid "  -?, --help             show this help, then exit\n"
 msgstr "  -?, --help             mostra questo aiuto ed esci\n"
 
-#: pg_ctl.c:1962
+#: pg_ctl.c:1885
 #, c-format
 msgid "If the -D option is omitted, the environment variable PGDATA is used.\n"
 msgstr "Se l'opzione -D è omessa, viene usata la variabile d'ambiente PGDATA.\n"
 
-#: pg_ctl.c:1964
+#: pg_ctl.c:1887
 #, c-format
 msgid ""
 "\n"
@@ -643,22 +622,22 @@ msgstr ""
 "\n"
 "Opzioni per l'avvio o il riavvio:\n"
 
-#: pg_ctl.c:1966
+#: pg_ctl.c:1889
 #, c-format
 msgid "  -c, --core-files       allow postgres to produce core files\n"
 msgstr "  -c, --core-files       permette a postgres di produrre core file\n"
 
-#: pg_ctl.c:1968
+#: pg_ctl.c:1891
 #, c-format
 msgid "  -c, --core-files       not applicable on this platform\n"
 msgstr "  -c, --core-files       non disponibile su questa piattaforma\n"
 
-#: pg_ctl.c:1970
+#: pg_ctl.c:1893
 #, c-format
 msgid "  -l, --log=FILENAME     write (or append) server log to FILENAME\n"
 msgstr "  -l, --log NOMEFILE     scrivi (o accoda) il log del server in NOMEFILE\n"
 
-#: pg_ctl.c:1971
+#: pg_ctl.c:1894
 #, c-format
 msgid ""
 "  -o, --options=OPTIONS  command line options to pass to postgres\n"
@@ -667,12 +646,12 @@ msgstr ""
 "  -o, --options=OPZIONI  opzioni da riga di comando da passare a postgres\n"
 "                         (programma eseguibile del server PostgreSQL) o initdb\n"
 
-#: pg_ctl.c:1973
+#: pg_ctl.c:1896
 #, c-format
 msgid "  -p PATH-TO-POSTGRES    normally not necessary\n"
 msgstr "  -p PATH-TO-POSTGRES    normalmente non necessario\n"
 
-#: pg_ctl.c:1974
+#: pg_ctl.c:1897
 #, c-format
 msgid ""
 "\n"
@@ -681,12 +660,12 @@ msgstr ""
 "\n"
 "Opzioni per l'arresto o il riavvio:\n"
 
-#: pg_ctl.c:1975
+#: pg_ctl.c:1898
 #, c-format
 msgid "  -m, --mode=MODE        MODE can be \"smart\", \"fast\", or \"immediate\"\n"
 msgstr "  -m, --mode=MODE        MODE può essere \"smart\", \"fast\" o \"immediate\"\n"
 
-#: pg_ctl.c:1977
+#: pg_ctl.c:1900
 #, c-format
 msgid ""
 "\n"
@@ -695,24 +674,24 @@ msgstr ""
 "\n"
 "I modi di spegnimento sono:\n"
 
-#: pg_ctl.c:1978
+#: pg_ctl.c:1901
 #, c-format
 msgid "  smart       quit after all clients have disconnected\n"
 msgstr "  smart       termina dopo che tutti i client si sono disconnessi\n"
 
-#: pg_ctl.c:1979
+#: pg_ctl.c:1902
 #, c-format
 msgid "  fast        quit directly, with proper shutdown (default)\n"
 msgstr "  fast        termina direttamente, con una corretta procedura di arresto (default)\n"
 
-#: pg_ctl.c:1980
+#: pg_ctl.c:1903
 #, c-format
 msgid "  immediate   quit without complete shutdown; will lead to recovery on restart\n"
 msgstr ""
 "  immediate   termina senza un arresto completo: ciò porterà ad un recupero\n"
 "              dei dati al riavvio\n"
 
-#: pg_ctl.c:1982
+#: pg_ctl.c:1905
 #, c-format
 msgid ""
 "\n"
@@ -721,7 +700,7 @@ msgstr ""
 "\n"
 "Nomi di segnali permessi per kill:\n"
 
-#: pg_ctl.c:1986
+#: pg_ctl.c:1909
 #, c-format
 msgid ""
 "\n"
@@ -730,27 +709,27 @@ msgstr ""
 "\n"
 "Opzioni per register e unregister:\n"
 
-#: pg_ctl.c:1987
+#: pg_ctl.c:1910
 #, c-format
 msgid "  -N SERVICENAME  service name with which to register PostgreSQL server\n"
 msgstr "  -N SERVIZIO     nome del servizio con cui registrare il server PostgreSQL\n"
 
-#: pg_ctl.c:1988
+#: pg_ctl.c:1911
 #, c-format
 msgid "  -P PASSWORD     password of account to register PostgreSQL server\n"
 msgstr "  -P PASSWORD     password per l'account con cui registrare il server PostgreSQL\n"
 
-#: pg_ctl.c:1989
+#: pg_ctl.c:1912
 #, c-format
 msgid "  -U USERNAME     user name of account to register PostgreSQL server\n"
 msgstr "  -U UTENTE       nome utente dell'account con cui registrare il server PostgreSQL\n"
 
-#: pg_ctl.c:1990
+#: pg_ctl.c:1913
 #, c-format
 msgid "  -S START-TYPE   service start type to register PostgreSQL server\n"
 msgstr "  -S TIPO-AVVIO   tipo di avvio del servizio con cui registrare il server PostgreSQL\n"
 
-#: pg_ctl.c:1992
+#: pg_ctl.c:1915
 #, c-format
 msgid ""
 "\n"
@@ -759,17 +738,17 @@ msgstr ""
 "\n"
 "I tipi di avvio sono:\n"
 
-#: pg_ctl.c:1993
+#: pg_ctl.c:1916
 #, c-format
 msgid "  auto       start service automatically during system startup (default)\n"
 msgstr "  auto       avvia il servizio automaticamente durante l'avvio del sistema (predefinito)\n"
 
-#: pg_ctl.c:1994
+#: pg_ctl.c:1917
 #, c-format
 msgid "  demand     start service on demand\n"
 msgstr "  demand     avvia il servizio quando richiesto\n"
 
-#: pg_ctl.c:1997
+#: pg_ctl.c:1920
 #, c-format
 msgid ""
 "\n"
@@ -778,32 +757,32 @@ msgstr ""
 "\n"
 "Puoi segnalare eventuali bug a <pgsql-bugs@postgresql.org>.\n"
 
-#: pg_ctl.c:2022
+#: pg_ctl.c:1945
 #, c-format
 msgid "%s: unrecognized shutdown mode \"%s\"\n"
 msgstr "%s: modalità di arresto sconosciuta \"%s\"\n"
 
-#: pg_ctl.c:2054
+#: pg_ctl.c:1977
 #, c-format
 msgid "%s: unrecognized signal name \"%s\"\n"
 msgstr "%s: nome del segnale sconosciuto \"%s\"\n"
 
-#: pg_ctl.c:2071
+#: pg_ctl.c:1994
 #, c-format
 msgid "%s: unrecognized start type \"%s\"\n"
 msgstr "%s: tipo di avvio sconosciuto \"%s\"\n"
 
-#: pg_ctl.c:2126
+#: pg_ctl.c:2049
 #, c-format
 msgid "%s: could not determine the data directory using command \"%s\"\n"
 msgstr "%s: non è stato possibile determinare la directory dei dati usando il comando \"%s\"\n"
 
-#: pg_ctl.c:2151
+#: pg_ctl.c:2074
 #, c-format
 msgid "%s: control file appears to be corrupt\n"
 msgstr "%s: il file di controllo sembra corrotto\n"
 
-#: pg_ctl.c:2221
+#: pg_ctl.c:2144
 #, c-format
 msgid ""
 "%s: cannot be run as root\n"
@@ -814,32 +793,32 @@ msgstr ""
 "Effettua il login (usando per esempio \"su\") con l'utente\n"
 "(non privilegiato) che controllerà il processo server.\n"
 
-#: pg_ctl.c:2305
+#: pg_ctl.c:2228
 #, c-format
 msgid "%s: -S option not supported on this platform\n"
 msgstr "%s: l'opzione -S non è supportata su questa piattaforma\n"
 
-#: pg_ctl.c:2342
+#: pg_ctl.c:2265
 #, c-format
 msgid "%s: too many command-line arguments (first is \"%s\")\n"
 msgstr "%s: troppi argomenti nella riga di comando (il primo è \"%s\")\n"
 
-#: pg_ctl.c:2366
+#: pg_ctl.c:2289
 #, c-format
 msgid "%s: missing arguments for kill mode\n"
 msgstr "%s: mancano gli argomenti per la modalità di kill\n"
 
-#: pg_ctl.c:2384
+#: pg_ctl.c:2307
 #, c-format
 msgid "%s: unrecognized operation mode \"%s\"\n"
 msgstr "%s: modalità di operazione sconosciuta \"%s\"\n"
 
-#: pg_ctl.c:2394
+#: pg_ctl.c:2317
 #, c-format
 msgid "%s: no operation specified\n"
 msgstr "%s: nessuna operazione specificata\n"
 
-#: pg_ctl.c:2415
+#: pg_ctl.c:2338
 #, c-format
 msgid "%s: no database directory specified and environment variable PGDATA unset\n"
 msgstr "%s: nessuna directory del database è stata specificata e la variabile d'ambiente PGDATA non è configurata\n"
index 973446e2fb0eb303da321f24fb46d9e10be47848..f9312782f7bc552756cd3e0087ab6b296a79493c 100644 (file)
@@ -24,8 +24,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pg_dump (Postgresql) 10\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2017-05-22 07:46+0000\n"
-"PO-Revision-Date: 2017-05-29 17:23+0100\n"
+"POT-Creation-Date: 2017-08-30 21:45+0000\n"
+"PO-Revision-Date: 2017-08-31 01:19+0100\n"
 "Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
 "Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
 "Language: it\n"
@@ -33,7 +33,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Poedit 1.8.7.1\n"
+"X-Generator: Poedit 1.5.4\n"
 
 #: ../../common/exec.c:127 ../../common/exec.c:241 ../../common/exec.c:284
 #, c-format
@@ -362,14 +362,14 @@ msgstr "decompressione dei dati fallita: %s\n"
 msgid "could not close compression library: %s\n"
 msgstr "chiusura della libreria di compressione fallita: %s\n"
 
-#: compress_io.c:596 compress_io.c:632 pg_backup_custom.c:587
-#: pg_backup_tar.c:559
+#: compress_io.c:600 compress_io.c:638 pg_backup_custom.c:587
+#: pg_backup_tar.c:564 pg_backup_tar.c:568
 #, c-format
 msgid "could not read from input file: %s\n"
 msgstr "lettura dal file di input fallita: %s\n"
 
-#: compress_io.c:635 pg_backup_custom.c:584 pg_backup_directory.c:543
-#: pg_backup_tar.c:795 pg_backup_tar.c:819
+#: compress_io.c:641 pg_backup_custom.c:584 pg_backup_directory.c:547
+#: pg_backup_tar.c:807 pg_backup_tar.c:831
 #, c-format
 msgid "could not read from input file: end of file\n"
 msgstr "lettura dal file di input fallita: fine del file\n"
@@ -467,485 +467,475 @@ msgstr "pgpipe: accept della connessione fallito: codice di errore %d\n"
 msgid "archiver"
 msgstr "archiviatore"
 
-#: pg_backup_archiver.c:243 pg_backup_archiver.c:1573
+#: pg_backup_archiver.c:249 pg_backup_archiver.c:1599
 #, c-format
 msgid "could not close output file: %s\n"
 msgstr "chiusura del file di output fallita: %s\n"
 
-#: pg_backup_archiver.c:289 pg_backup_archiver.c:294
+#: pg_backup_archiver.c:295 pg_backup_archiver.c:300
 #, c-format
 msgid "WARNING: archive items not in correct section order\n"
 msgstr "ATTENZIONE: gli elementi dell'archivio non sono nell'ordine di sezione giusto\n"
 
-#: pg_backup_archiver.c:300
+#: pg_backup_archiver.c:306
 #, c-format
 msgid "unexpected section code %d\n"
 msgstr "codice di sezione non prevista %d\n"
 
-#: pg_backup_archiver.c:336
+#: pg_backup_archiver.c:342
 #, c-format
 msgid "-C and -1 are incompatible options\n"
 msgstr "-C e -1 sono opzioni incompatibili\n"
 
-#: pg_backup_archiver.c:346
+#: pg_backup_archiver.c:352
 #, c-format
 msgid "parallel restore is not supported with this archive file format\n"
 msgstr "il ripristino parallelo non è supportato con questo formato di archivio\n"
 
-#: pg_backup_archiver.c:350
+#: pg_backup_archiver.c:356
 #, c-format
 msgid "parallel restore is not supported with archives made by pre-8.0 pg_dump\n"
 msgstr "il ripristino parallelo non è supportato con archivi eseguiti da pg_dump precedenti la versione 8.0\n"
 
-#: pg_backup_archiver.c:368
+#: pg_backup_archiver.c:374
 #, c-format
 msgid "cannot restore from compressed archive (compression not supported in this installation)\n"
 msgstr "non è possibile ripristinare da archivio compresso (compressione non supportata in questa installazione)\n"
 
-#: pg_backup_archiver.c:385
+#: pg_backup_archiver.c:391
 #, c-format
 msgid "connecting to database for restore\n"
 msgstr "connessione al database per il ripristino\n"
 
-#: pg_backup_archiver.c:387
+#: pg_backup_archiver.c:393
 #, c-format
 msgid "direct database connections are not supported in pre-1.3 archives\n"
 msgstr "le connessioni dirette al database non sono supportate negli archivi pre-1.3\n"
 
-#: pg_backup_archiver.c:432
+#: pg_backup_archiver.c:438
 #, c-format
 msgid "implied data-only restore\n"
 msgstr "ripristino implicito dei soli dati\n"
 
-#: pg_backup_archiver.c:502
+#: pg_backup_archiver.c:508
 #, c-format
 msgid "dropping %s %s\n"
 msgstr "cancellazione di %s %s\n"
 
-#: pg_backup_archiver.c:595
+#: pg_backup_archiver.c:601
 #, c-format
 msgid "WARNING: could not find where to insert IF EXISTS in statement \"%s\"\n"
 msgstr "ATTENZIONE: posizione dove inserire IF EXISTS nell'istruzione \"%s\" non trovata\n"
 
-#: pg_backup_archiver.c:671
-#, c-format
-msgid "setting owner and privileges for %s \"%s.%s\"\n"
-msgstr "impostazione di proprietario e permessi per %s \"%s.%s\"\n"
-
-#: pg_backup_archiver.c:674
-#, c-format
-msgid "setting owner and privileges for %s \"%s\"\n"
-msgstr "impostazione di proprietario e permessi per %s \"%s\"\n"
-
-#: pg_backup_archiver.c:740 pg_backup_archiver.c:742
+#: pg_backup_archiver.c:764 pg_backup_archiver.c:766
 #, c-format
 msgid "warning from original dump file: %s\n"
 msgstr "avvertimento dal file originale scaricato: %s\n"
 
-#: pg_backup_archiver.c:751
+#: pg_backup_archiver.c:778
 #, c-format
 msgid "creating %s \"%s.%s\"\n"
 msgstr "creazione %s \"%s.%s\"\n"
 
-#: pg_backup_archiver.c:754
+#: pg_backup_archiver.c:781
 #, c-format
 msgid "creating %s \"%s\"\n"
 msgstr "creazione di %s \"%s\"\n"
 
-#: pg_backup_archiver.c:806
+#: pg_backup_archiver.c:832
 #, c-format
 msgid "connecting to new database \"%s\"\n"
 msgstr "connessione al nuovo database \"%s\"\n"
 
-#: pg_backup_archiver.c:834
+#: pg_backup_archiver.c:860
 #, c-format
 msgid "processing %s\n"
 msgstr "elaborazione di %s\n"
 
-#: pg_backup_archiver.c:854
+#: pg_backup_archiver.c:880
 #, c-format
 msgid "processing data for table \"%s.%s\"\n"
 msgstr "elaborazione dati per la tabella \"%s.%s\".\n"
 
-#: pg_backup_archiver.c:916
+#: pg_backup_archiver.c:942
 #, c-format
 msgid "executing %s %s\n"
 msgstr "esecuzione di %s %s\n"
 
-#: pg_backup_archiver.c:955
+#: pg_backup_archiver.c:981
 #, c-format
 msgid "disabling triggers for %s\n"
 msgstr "disabilitazione trigger per %s\n"
 
-#: pg_backup_archiver.c:983
+#: pg_backup_archiver.c:1009
 #, c-format
 msgid "enabling triggers for %s\n"
 msgstr "abilitazione trigger per %s\n"
 
-#: pg_backup_archiver.c:1013
+#: pg_backup_archiver.c:1039
 #, c-format
 msgid "internal error -- WriteData cannot be called outside the context of a DataDumper routine\n"
 msgstr "errore interno -- WriteData non può essere chiamata al di fuori del contesto di una routine DataDumper\n"
 
-#: pg_backup_archiver.c:1211
+#: pg_backup_archiver.c:1237
 #, c-format
 msgid "large-object output not supported in chosen format\n"
 msgstr "emissione dei large object non supportata nel formato scelto\n"
 
-#: pg_backup_archiver.c:1269
+#: pg_backup_archiver.c:1295
 #, c-format
 msgid "restored %d large object\n"
 msgid_plural "restored %d large objects\n"
 msgstr[0] "ripristinato %d large object\n"
 msgstr[1] "ripristinati %d large object\n"
 
-#: pg_backup_archiver.c:1290 pg_backup_tar.c:737
+#: pg_backup_archiver.c:1316 pg_backup_tar.c:749
 #, c-format
 msgid "restoring large object with OID %u\n"
 msgstr "ripristino del large object con OID %u\n"
 
-#: pg_backup_archiver.c:1302
+#: pg_backup_archiver.c:1328
 #, c-format
 msgid "could not create large object %u: %s"
 msgstr "creazione il large object %u fallita: %s"
 
-#: pg_backup_archiver.c:1307 pg_dump.c:3084
+#: pg_backup_archiver.c:1333 pg_dump.c:3084
 #, c-format
 msgid "could not open large object %u: %s"
 msgstr "apertura del large object %u fallita: %s"
 
-#: pg_backup_archiver.c:1365
+#: pg_backup_archiver.c:1391
 #, c-format
 msgid "could not open TOC file \"%s\": %s\n"
 msgstr "apertura del file TOC \"%s\" fallita: %s\n"
 
-#: pg_backup_archiver.c:1406
+#: pg_backup_archiver.c:1432
 #, c-format
 msgid "WARNING: line ignored: %s\n"
 msgstr "ATTENZIONE: la riga è stata ignorata: %s\n"
 
-#: pg_backup_archiver.c:1413
+#: pg_backup_archiver.c:1439
 #, c-format
 msgid "could not find entry for ID %d\n"
 msgstr "non sono state trovate voci per l'ID %d\n"
 
-#: pg_backup_archiver.c:1434 pg_backup_directory.c:225
-#: pg_backup_directory.c:592
+#: pg_backup_archiver.c:1460 pg_backup_directory.c:225
+#: pg_backup_directory.c:596
 #, c-format
 msgid "could not close TOC file: %s\n"
 msgstr "chiusura del file TOC fallita: %s\n"
 
-#: pg_backup_archiver.c:1543 pg_backup_custom.c:158 pg_backup_directory.c:336
-#: pg_backup_directory.c:578 pg_backup_directory.c:643
-#: pg_backup_directory.c:663
+#: pg_backup_archiver.c:1569 pg_backup_custom.c:158 pg_backup_directory.c:336
+#: pg_backup_directory.c:582 pg_backup_directory.c:647
+#: pg_backup_directory.c:667
 #, c-format
 msgid "could not open output file \"%s\": %s\n"
 msgstr "apertura del file di output \"%s\" fallita: %s\n"
 
-#: pg_backup_archiver.c:1546 pg_backup_custom.c:165
+#: pg_backup_archiver.c:1572 pg_backup_custom.c:165
 #, c-format
 msgid "could not open output file: %s\n"
 msgstr "apertura del file di output fallita: %s\n"
 
-#: pg_backup_archiver.c:1652
+#: pg_backup_archiver.c:1678
 #, c-format
 msgid "wrote %lu byte of large object data (result = %lu)\n"
 msgid_plural "wrote %lu bytes of large object data (result = %lu)\n"
 msgstr[0] "scritto %lu byte di dati large object (risultato = %lu)\n"
 msgstr[1] "scritti %lu byte di dati large object (risultato = %lu)\n"
 
-#: pg_backup_archiver.c:1658
+#: pg_backup_archiver.c:1684
 #, c-format
 msgid "could not write to large object (result: %lu, expected: %lu)\n"
 msgstr "scrittura del large object fallita (risultato: %lu, previsto: %lu)\n"
 
-#: pg_backup_archiver.c:1751
+#: pg_backup_archiver.c:1777
 #, c-format
 msgid "Error while INITIALIZING:\n"
 msgstr "Errore durante INIZIALIZZAZIONE:\n"
 
-#: pg_backup_archiver.c:1756
+#: pg_backup_archiver.c:1782
 #, c-format
 msgid "Error while PROCESSING TOC:\n"
 msgstr "Errore durante ELABORAZIONE TOC:\n"
 
-#: pg_backup_archiver.c:1761
+#: pg_backup_archiver.c:1787
 #, c-format
 msgid "Error while FINALIZING:\n"
 msgstr "Errore durante FINALIZZAZIONE:\n"
 
-#: pg_backup_archiver.c:1766
+#: pg_backup_archiver.c:1792
 #, c-format
 msgid "Error from TOC entry %d; %u %u %s %s %s\n"
 msgstr "Errore nella voce TOC %d; %u %u %s %s %s\n"
 
-#: pg_backup_archiver.c:1839
+#: pg_backup_archiver.c:1865
 #, c-format
 msgid "bad dumpId\n"
 msgstr "dumpId errato\n"
 
-#: pg_backup_archiver.c:1860
+#: pg_backup_archiver.c:1886
 #, c-format
 msgid "bad table dumpId for TABLE DATA item\n"
 msgstr "dumpId di tabella errato per elemento TABLE DATA\n"
 
-#: pg_backup_archiver.c:1952
+#: pg_backup_archiver.c:1978
 #, c-format
 msgid "unexpected data offset flag %d\n"
 msgstr "flag di offset dati non previsto %d\n"
 
-#: pg_backup_archiver.c:1965
+#: pg_backup_archiver.c:1991
 #, c-format
 msgid "file offset in dump file is too large\n"
 msgstr "l'offset del file scaricato è troppo grande\n"
 
-#: pg_backup_archiver.c:2078
+#: pg_backup_archiver.c:2104
 #, c-format
 msgid "attempting to ascertain archive format\n"
 msgstr "tentativo di accertamento del formato dell'archivio\n"
 
-#: pg_backup_archiver.c:2104 pg_backup_archiver.c:2114
+#: pg_backup_archiver.c:2130 pg_backup_archiver.c:2140
 #, c-format
 msgid "directory name too long: \"%s\"\n"
 msgstr "nome della directory troppo lungo: \"%s\"\n"
 
-#: pg_backup_archiver.c:2122
+#: pg_backup_archiver.c:2148
 #, c-format
 msgid "directory \"%s\" does not appear to be a valid archive (\"toc.dat\" does not exist)\n"
 msgstr "la directory \"%s\" non sembra un archivio valido (\"toc.dat\" non esiste)\n"
 
-#: pg_backup_archiver.c:2130 pg_backup_custom.c:177 pg_backup_custom.c:770
-#: pg_backup_directory.c:209 pg_backup_directory.c:394
+#: pg_backup_archiver.c:2156 pg_backup_custom.c:177 pg_backup_custom.c:770
+#: pg_backup_directory.c:209 pg_backup_directory.c:396
 #, c-format
 msgid "could not open input file \"%s\": %s\n"
 msgstr "apertura del file di input \"%s\" fallita: %s\n"
 
-#: pg_backup_archiver.c:2138 pg_backup_custom.c:184
+#: pg_backup_archiver.c:2164 pg_backup_custom.c:184
 #, c-format
 msgid "could not open input file: %s\n"
 msgstr "apertura del file di input fallita: %s\n"
 
-#: pg_backup_archiver.c:2145
+#: pg_backup_archiver.c:2171
 #, c-format
 msgid "could not read input file: %s\n"
 msgstr "lettura del file di input fallita: %s\n"
 
-#: pg_backup_archiver.c:2147
+#: pg_backup_archiver.c:2173
 #, c-format
 msgid "input file is too short (read %lu, expected 5)\n"
 msgstr "il file di input è troppo corto (letti %lu, previsti 5)\n"
 
-#: pg_backup_archiver.c:2232
+#: pg_backup_archiver.c:2258
 #, c-format
 msgid "input file appears to be a text format dump. Please use psql.\n"
 msgstr "il file di input sembra un dump in formato testo. Prego usare psql.\n"
 
-#: pg_backup_archiver.c:2238
+#: pg_backup_archiver.c:2264
 #, c-format
 msgid "input file does not appear to be a valid archive (too short?)\n"
 msgstr "il file di input non sembra essere un archivio valido (è troppo corto?)\n"
 
-#: pg_backup_archiver.c:2244
+#: pg_backup_archiver.c:2270
 #, c-format
 msgid "input file does not appear to be a valid archive\n"
 msgstr "il file di input non sembra essere un archivio valido\n"
 
-#: pg_backup_archiver.c:2264
+#: pg_backup_archiver.c:2290
 #, c-format
 msgid "could not close input file: %s\n"
 msgstr "chiusura del file di input fallita: %s\n"
 
-#: pg_backup_archiver.c:2282
+#: pg_backup_archiver.c:2308
 #, c-format
 msgid "allocating AH for %s, format %d\n"
 msgstr "allocazione AH per %s, formato %d\n"
 
-#: pg_backup_archiver.c:2383
+#: pg_backup_archiver.c:2409
 #, c-format
 msgid "unrecognized file format \"%d\"\n"
 msgstr "formato di file \"%d\" sconosciuto\n"
 
-#: pg_backup_archiver.c:2438 pg_backup_archiver.c:4204
+#: pg_backup_archiver.c:2464 pg_backup_archiver.c:4308
 #, c-format
 msgid "finished item %d %s %s\n"
 msgstr "elemento %d %s %s terminato\n"
 
-#: pg_backup_archiver.c:2442 pg_backup_archiver.c:4217
+#: pg_backup_archiver.c:2468 pg_backup_archiver.c:4321
 #, c-format
 msgid "worker process failed: exit code %d\n"
 msgstr "processo worker fallito: codice di uscita %d\n"
 
-#: pg_backup_archiver.c:2562
+#: pg_backup_archiver.c:2588
 #, c-format
 msgid "entry ID %d out of range -- perhaps a corrupt TOC\n"
 msgstr "la voce ID %d è fuori dall'intervallo consentito -- possibile corruzione della TOC\n"
 
-#: pg_backup_archiver.c:2678
+#: pg_backup_archiver.c:2704
 #, c-format
 msgid "read TOC entry %d (ID %d) for %s %s\n"
 msgstr "letta voce TOC %d (ID %d) per %s %s\n"
 
-#: pg_backup_archiver.c:2712
+#: pg_backup_archiver.c:2738
 #, c-format
 msgid "unrecognized encoding \"%s\"\n"
 msgstr "codifica sconosciuta \"%s\"\n"
 
-#: pg_backup_archiver.c:2717
+#: pg_backup_archiver.c:2743
 #, c-format
 msgid "invalid ENCODING item: %s\n"
 msgstr "elemento ENCODING non valido: %s\n"
 
-#: pg_backup_archiver.c:2735
+#: pg_backup_archiver.c:2761
 #, c-format
 msgid "invalid STDSTRINGS item: %s\n"
 msgstr "elemento STDSTRINGS non valido: %s\n"
 
-#: pg_backup_archiver.c:2750
+#: pg_backup_archiver.c:2776
 #, c-format
 msgid "schema \"%s\" not found\n"
 msgstr "schema \"%s\" non trovato\n"
 
-#: pg_backup_archiver.c:2757
+#: pg_backup_archiver.c:2783
 #, c-format
 msgid "table \"%s\" not found\n"
 msgstr "tabella \"%s\" non trovata\n"
 
-#: pg_backup_archiver.c:2764
+#: pg_backup_archiver.c:2790
 #, c-format
 msgid "index \"%s\" not found\n"
 msgstr "indice \"%s\" non trovato\n"
 
-#: pg_backup_archiver.c:2771
+#: pg_backup_archiver.c:2797
 #, c-format
 msgid "function \"%s\" not found\n"
 msgstr "funzione \"%s\" non trovata\n"
 
-#: pg_backup_archiver.c:2778
+#: pg_backup_archiver.c:2804
 #, c-format
 msgid "trigger \"%s\" not found\n"
 msgstr "trigger \"%s\" non trovato\n"
 
-#: pg_backup_archiver.c:3034
+#: pg_backup_archiver.c:3082
 #, c-format
 msgid "could not set session user to \"%s\": %s"
 msgstr "impostazione della sessione utente a \"%s\" fallita: %s"
 
-#: pg_backup_archiver.c:3066
+#: pg_backup_archiver.c:3114
 #, c-format
 msgid "could not set default_with_oids: %s"
 msgstr "impostazione di default_with_oids fallita: %s"
 
-#: pg_backup_archiver.c:3211
+#: pg_backup_archiver.c:3259
 #, c-format
 msgid "could not set search_path to \"%s\": %s"
 msgstr "impostazione di search_path a \"%s\" fallita: %s"
 
-#: pg_backup_archiver.c:3273
+#: pg_backup_archiver.c:3321
 #, c-format
 msgid "could not set default_tablespace to %s: %s"
 msgstr "impostazione di default_tablespace a %s fallita: %s"
 
-#: pg_backup_archiver.c:3362 pg_backup_archiver.c:3559
+#: pg_backup_archiver.c:3411 pg_backup_archiver.c:3604
 #, c-format
-msgid "WARNING: don't know how to set owner for object type %s\n"
-msgstr "ATTENZIONE: non si sa come impostare il proprietario per il tipo di oggetto %s\n"
+msgid "WARNING: don't know how to set owner for object type \"%s\"\n"
+msgstr "ATTENZIONE: non si sa come impostare il proprietario per il tipo di oggetto \"%s\"\n"
 
-#: pg_backup_archiver.c:3646
+#: pg_backup_archiver.c:3694
 #, c-format
 msgid "did not find magic string in file header\n"
 msgstr "magic string non trovata nell'intestazione del file\n"
 
-#: pg_backup_archiver.c:3659
+#: pg_backup_archiver.c:3707
 #, c-format
 msgid "unsupported version (%d.%d) in file header\n"
 msgstr "versione (%d.%d) non supportata nell'intestazione del file\n"
 
-#: pg_backup_archiver.c:3664
+#: pg_backup_archiver.c:3712
 #, c-format
 msgid "sanity check on integer size (%lu) failed\n"
 msgstr "verifica sulla dimensione degli interi (%lu) fallita\n"
 
-#: pg_backup_archiver.c:3668
+#: pg_backup_archiver.c:3716
 #, c-format
 msgid "WARNING: archive was made on a machine with larger integers, some operations might fail\n"
 msgstr "ATTENZIONE: L'archivio è stato creato su una macchina con interi lunghi, alcune operazioni potrebbero fallire\n"
 
-#: pg_backup_archiver.c:3678
+#: pg_backup_archiver.c:3726
 #, c-format
 msgid "expected format (%d) differs from format found in file (%d)\n"
 msgstr "il formato previsto (%d) differisce dal formato trovato nel file (%d)\n"
 
-#: pg_backup_archiver.c:3694
+#: pg_backup_archiver.c:3742
 #, c-format
 msgid "WARNING: archive is compressed, but this installation does not support compression -- no data will be available\n"
 msgstr "ATTENZIONE: l'archivio è compresso, ma questa installazione non supporta la compressione -- nessun dato sarà disponibile\n"
 
-#: pg_backup_archiver.c:3712
+#: pg_backup_archiver.c:3760
 #, c-format
 msgid "WARNING: invalid creation date in header\n"
 msgstr "ATTENZIONE: la data di creazione nell'intestazione non è valida\n"
 
-#: pg_backup_archiver.c:3787
+#: pg_backup_archiver.c:3833
 #, c-format
 msgid "entering restore_toc_entries_prefork\n"
 msgstr "inizio di restore_toc_entries_prefork\n"
 
-#: pg_backup_archiver.c:3831
+#: pg_backup_archiver.c:3897
 #, c-format
 msgid "processing item %d %s %s\n"
 msgstr "elaborazione elemento %d %s %s\n"
 
-#: pg_backup_archiver.c:3881
+#: pg_backup_archiver.c:3951
 #, c-format
 msgid "entering restore_toc_entries_parallel\n"
 msgstr "immissione restore_toc_entries_parallel\n"
 
-#: pg_backup_archiver.c:3929
+#: pg_backup_archiver.c:3972
 #, c-format
 msgid "entering main parallel loop\n"
 msgstr "inizio del loop principale parallelo\n"
 
-#: pg_backup_archiver.c:3940
+#: pg_backup_archiver.c:3983
 #, c-format
 msgid "skipping item %d %s %s\n"
 msgstr "saltato l'elemento %d %s %s\n"
 
-#: pg_backup_archiver.c:3950
+#: pg_backup_archiver.c:3993
 #, c-format
 msgid "launching item %d %s %s\n"
 msgstr "avvio dell'elemento %d %s %s\n"
 
-#: pg_backup_archiver.c:3981
+#: pg_backup_archiver.c:4047
 #, c-format
 msgid "finished main parallel loop\n"
 msgstr "loop principale parallelo terminato\n"
 
-#: pg_backup_archiver.c:3990
+#: pg_backup_archiver.c:4065
 #, c-format
 msgid "entering restore_toc_entries_postfork\n"
 msgstr "inizio di restore_toc_entries_postfork\n"
 
-#: pg_backup_archiver.c:4009
+#: pg_backup_archiver.c:4085
 #, c-format
 msgid "processing missed item %d %s %s\n"
 msgstr "elaborazione dell'elemento perduto %d %s %s\n"
 
-#: pg_backup_archiver.c:4160
+#: pg_backup_archiver.c:4264
 #, c-format
 msgid "no item ready\n"
 msgstr "nessun elemento pronto\n"
 
-#: pg_backup_archiver.c:4379
+#: pg_backup_archiver.c:4483
 #, c-format
 msgid "transferring dependency %d -> %d to %d\n"
 msgstr "trasferimento di dipendenza %d -> %d a %d\n"
 
-#: pg_backup_archiver.c:4452
+#: pg_backup_archiver.c:4556
 #, c-format
 msgid "reducing dependencies for %d\n"
 msgstr "riduzione dipendenze per %d\n"
 
-#: pg_backup_archiver.c:4491
+#: pg_backup_archiver.c:4608
 #, c-format
 msgid "table \"%s\" could not be created, will not restore its data\n"
 msgstr "creazione della tabella \"%s\" fallita, i suoi dati non verranno ripristinati\n"
@@ -996,7 +986,7 @@ msgid "unrecognized data block type %d while restoring archive\n"
 msgstr "tipo di blocco dati sconosciuto %d durante il ripristino dell'archivio\n"
 
 #: pg_backup_custom.c:705 pg_backup_custom.c:759 pg_backup_custom.c:844
-#: pg_backup_tar.c:1090
+#: pg_backup_tar.c:1102
 #, c-format
 msgid "could not determine seek position in archive file: %s\n"
 msgstr "non è stato possibile determinare la posizione per il seek nel file d'archivio: %s\n"
@@ -1180,37 +1170,43 @@ msgstr "chiusura della directory \"%s\" fallita: %s\n"
 msgid "could not create directory \"%s\": %s\n"
 msgstr "creazione della directory \"%s\" fallita: %s\n"
 
-#: pg_backup_directory.c:407
+#: pg_backup_directory.c:355 pg_backup_directory.c:495
+#: pg_backup_directory.c:525
+#, c-format
+msgid "could not write to output file: %s\n"
+msgstr "scrittura nel file di output fallita: %s\n"
+
+#: pg_backup_directory.c:409
 #, c-format
 msgid "could not close data file: %s\n"
 msgstr "chiusura del file di dati fallita: %s\n"
 
-#: pg_backup_directory.c:448
+#: pg_backup_directory.c:450
 #, c-format
 msgid "could not open large object TOC file \"%s\" for input: %s\n"
 msgstr "apertura del file TOC dei large object \"%s\" per l'input fallita: %s\n"
 
-#: pg_backup_directory.c:459
+#: pg_backup_directory.c:461
 #, c-format
 msgid "invalid line in large object TOC file \"%s\": \"%s\"\n"
 msgstr "riga non valida nel file TOC dei large object \"%s\": \"%s\"\n"
 
-#: pg_backup_directory.c:468
+#: pg_backup_directory.c:470
 #, c-format
 msgid "error reading large object TOC file \"%s\"\n"
 msgstr "errore in lettura del file TOC dei large object \"%s\"\n"
 
-#: pg_backup_directory.c:472
+#: pg_backup_directory.c:474
 #, c-format
 msgid "could not close large object TOC file \"%s\": %s\n"
 msgstr "chiusura del file TOC dei large object \"%s\" fallita: %s\n"
 
-#: pg_backup_directory.c:686
+#: pg_backup_directory.c:690
 #, c-format
 msgid "could not write to blobs TOC file\n"
 msgstr "scrittura nel file TOC dei blob fallita\n"
 
-#: pg_backup_directory.c:718
+#: pg_backup_directory.c:722
 #, c-format
 msgid "file name too long: \"%s\"\n"
 msgstr "nome del file troppo lungo: \"%s\"\n"
@@ -1270,69 +1266,69 @@ msgstr "apertura del file temporaneo fallita\n"
 msgid "could not close tar member\n"
 msgstr "chiusura del membro tar fallita\n"
 
-#: pg_backup_tar.c:569
+#: pg_backup_tar.c:581
 #, c-format
 msgid "internal error -- neither th nor fh specified in tarReadRaw()\n"
 msgstr "errore interno -- né th né fh specificato in tarReadRaw()\n"
 
-#: pg_backup_tar.c:692
+#: pg_backup_tar.c:704
 #, c-format
 msgid "unexpected COPY statement syntax: \"%s\"\n"
 msgstr "sintassi dell'istruzione COPY imprevista: \"%s\"\n"
 
-#: pg_backup_tar.c:962
+#: pg_backup_tar.c:974
 #, c-format
 msgid "invalid OID for large object (%u)\n"
 msgstr "OID non valida per il large object (%u)\n"
 
-#: pg_backup_tar.c:1106
+#: pg_backup_tar.c:1118
 #, c-format
 msgid "could not close temporary file: %s\n"
 msgstr "chiusura del file temporaneo fallita: %s\n"
 
-#: pg_backup_tar.c:1116
+#: pg_backup_tar.c:1128
 #, c-format
 msgid "actual file length (%s) does not match expected (%s)\n"
 msgstr "la lunghezza del file (%s) non corrisponde con quella prevista (%s)\n"
 
-#: pg_backup_tar.c:1153
+#: pg_backup_tar.c:1165
 #, c-format
 msgid "moving from position %s to next member at file position %s\n"
 msgstr "spostamento dalla posizione %s al membro successivo alla posizione nel file %s\n"
 
-#: pg_backup_tar.c:1164
+#: pg_backup_tar.c:1176
 #, c-format
 msgid "now at file position %s\n"
 msgstr "attuale posizione nel file %s\n"
 
-#: pg_backup_tar.c:1173 pg_backup_tar.c:1203
+#: pg_backup_tar.c:1185 pg_backup_tar.c:1215
 #, c-format
 msgid "could not find header for file \"%s\" in tar archive\n"
 msgstr "intestazione per il file \"%s\" nell'archivio tar non trovata\n"
 
-#: pg_backup_tar.c:1187
+#: pg_backup_tar.c:1199
 #, c-format
 msgid "skipping tar member %s\n"
 msgstr "salto del membro tar %s\n"
 
-#: pg_backup_tar.c:1191
+#: pg_backup_tar.c:1203
 #, c-format
 msgid "restoring data out of order is not supported in this archive format: \"%s\" is required, but comes before \"%s\" in the archive file.\n"
 msgstr "il ripristino dei dati fuori ordine non è supportato in questo formato di archivio: è richiesto \"%s\", ma nel file d'archivio viene prima di \"%s\".\n"
 
-#: pg_backup_tar.c:1237
+#: pg_backup_tar.c:1249
 #, c-format
 msgid "incomplete tar header found (%lu byte)\n"
 msgid_plural "incomplete tar header found (%lu bytes)\n"
 msgstr[0] "intestazione del file tar incompleta (%lu byte)\n"
 msgstr[1] "intestazione del file tar incompleta (%lu byte)\n"
 
-#: pg_backup_tar.c:1278
+#: pg_backup_tar.c:1290
 #, c-format
 msgid "TOC Entry %s at %s (length %s, checksum %d)\n"
 msgstr "Voce TOC %s a %s (lunghezza %s, checksum %d)\n"
 
-#: pg_backup_tar.c:1289
+#: pg_backup_tar.c:1301
 #, c-format
 msgid "corrupt tar header found in %s (expected %d, computed %d) file position %s\n"
 msgstr "intestazione tar corrotta in %s (previsti %d, calcolati %d) alla posizione file %s\n"
@@ -1504,7 +1500,7 @@ msgstr ""
 "  --lock-wait-timeout=TIMEOUT  termina con errore dopo un'attesa di TIMEOUT\n"
 "                               per un lock di tabella\n"
 
-#: pg_dump.c:926 pg_dumpall.c:604
+#: pg_dump.c:926 pg_dumpall.c:605
 #, c-format
 msgid "  --no-sync                    do not wait for changes to be written safely to disk\n"
 msgstr "  --no-sync                    non aspettare che i cambiamenti vengano scritti in sicurezza sul disco\n"
@@ -1665,12 +1661,12 @@ msgstr "  --inserts                    scarica i dati come comandi INSERT anzich
 msgid "  --no-publications            do not dump publications\n"
 msgstr "  --no-publications            non scaricare le pubblicazioni\n"
 
-#: pg_dump.c:956 pg_dumpall.c:602
+#: pg_dump.c:956 pg_dumpall.c:603
 #, c-format
 msgid "  --no-security-labels         do not dump security label assignments\n"
 msgstr "  --no-security-labels         non scaricare le assegnazioni di sicurezza\n"
 
-#: pg_dump.c:957 pg_dumpall.c:603
+#: pg_dump.c:957 pg_dumpall.c:604
 #, c-format
 msgid "  --no-subscriptions           do not dump subscriptions\n"
 msgstr "  --no-subscriptions           non scaricare le sottoscrizioni\n"
@@ -1680,12 +1676,12 @@ msgstr "  --no-subscriptions           non scaricare le sottoscrizioni\n"
 msgid "  --no-synchronized-snapshots  do not use synchronized snapshots in parallel jobs\n"
 msgstr "  --no-synchronized-snapshots  non usare snapshot sincronizzati nei job paralleli\n"
 
-#: pg_dump.c:959 pg_dumpall.c:605
+#: pg_dump.c:959 pg_dumpall.c:606
 #, c-format
 msgid "  --no-tablespaces             do not dump tablespace assignments\n"
 msgstr "  --no-tablespaces             non scarica le assegnazioni di tablespace\n"
 
-#: pg_dump.c:960 pg_dumpall.c:606
+#: pg_dump.c:960 pg_dumpall.c:607
 #, c-format
 msgid "  --no-unlogged-table-data     do not dump unlogged table data\n"
 msgstr "  --no-unlogged-table-data     non scaricare i dati delle tabelle non loggate\n"
@@ -1808,11 +1804,11 @@ msgstr "codifica client specificata \"%s\" non valida\n"
 #: pg_dump.c:1136
 #, c-format
 msgid ""
-"Synchronized snapshots are not supported on standby servers.\n"
+"Synchronized snapshots on standby servers are not supported by this server version.\n"
 "Run with --no-synchronized-snapshots instead if you do not need\n"
 "synchronized snapshots.\n"
 msgstr ""
-"Gli snapshot sincronizzati non sono supportati sui server di standby.\n"
+"Gli snapshot sincronizzati sui server di standby non sono supportati da questa versione.\n"
 "Usa --no-synchronized-snapshots se non ti servono snapshot\n"
 "sincronizzati.\n"
 
@@ -1931,291 +1927,291 @@ msgstr "ATTENZIONE: errore nella lettura delle sotto-pubblicazioni\n"
 msgid "could not find parent extension for %s\n"
 msgstr "estensione genitore di %s non trovata\n"
 
-#: pg_dump.c:4202
+#: pg_dump.c:4207
 #, c-format
 msgid "WARNING: owner of schema \"%s\" appears to be invalid\n"
 msgstr "ATTENZIONE: il proprietario dello schema \"%s\" sembra non essere valido\n"
 
-#: pg_dump.c:4225
+#: pg_dump.c:4230
 #, c-format
 msgid "schema with OID %u does not exist\n"
 msgstr "lo schema con OID %u non esiste\n"
 
-#: pg_dump.c:4556
+#: pg_dump.c:4561
 #, c-format
 msgid "WARNING: owner of data type \"%s\" appears to be invalid\n"
 msgstr "ATTENZIONE: il proprietario del tipo dato \"%s\" non sembra essere valido\n"
 
-#: pg_dump.c:4644
+#: pg_dump.c:4649
 #, c-format
 msgid "WARNING: owner of operator \"%s\" appears to be invalid\n"
 msgstr "ATTENZIONE: il proprietario dell'operatore \"%s\" non sembra essere valido\n"
 
-#: pg_dump.c:4958
+#: pg_dump.c:4963
 #, c-format
 msgid "WARNING: owner of operator class \"%s\" appears to be invalid\n"
 msgstr "ATTENZIONE: il proprietario della classe operatore \"%s\" non sembra essere valido\n"
 
-#: pg_dump.c:5045
+#: pg_dump.c:5050
 #, c-format
 msgid "WARNING: owner of operator family \"%s\" appears to be invalid\n"
 msgstr "ATTENZIONE: il proprietario della famiglia di operatori \"%s\" non sembra essere valido\n"
 
-#: pg_dump.c:5212
+#: pg_dump.c:5217
 #, c-format
 msgid "WARNING: owner of aggregate function \"%s\" appears to be invalid\n"
 msgstr "ATTENZIONE: il proprietario della funzione di aggregazione \"%s\" non sembra essere valido\n"
 
-#: pg_dump.c:5471
+#: pg_dump.c:5476
 #, c-format
 msgid "WARNING: owner of function \"%s\" appears to be invalid\n"
 msgstr "ATTENZIONE: il proprietario della funzione \"%s\" non sembra essere valido\n"
 
-#: pg_dump.c:6253
+#: pg_dump.c:6258
 #, c-format
 msgid "WARNING: owner of table \"%s\" appears to be invalid\n"
 msgstr "ATTENZIONE: il proprietario della tabella \"%s\" non sembra essere valido\n"
 
-#: pg_dump.c:6295 pg_dump.c:16509
+#: pg_dump.c:6300 pg_dump.c:16539
 #, c-format
 msgid "failed sanity check, parent table with OID %u of sequence with OID %u not found\n"
 msgstr "controllo di integrità fallito, tabella padre con OID %u della sequenza con OID %u non trovato\n"
 
-#: pg_dump.c:6426
+#: pg_dump.c:6431
 #, c-format
 msgid "reading indexes for table \"%s.%s\"\n"
 msgstr "lettura degli indici della tabella \"%s.%s\"\n"
 
-#: pg_dump.c:6707
+#: pg_dump.c:6712
 #, c-format
 msgid "reading extended statistics for table \"%s.%s\"\n"
 msgstr "lettura delle statistiche estese per la tabella \"%s.%s\"\n"
 
-#: pg_dump.c:6790
+#: pg_dump.c:6795
 #, c-format
 msgid "reading foreign key constraints for table \"%s.%s\"\n"
 msgstr "lettura dei vincoli di chiave esterna della tabella \"%s.%s\"\n"
 
-#: pg_dump.c:7014
+#: pg_dump.c:7019
 #, c-format
 msgid "failed sanity check, parent table with OID %u of pg_rewrite entry with OID %u not found\n"
 msgstr "controllo di sanità fallito, la tabella padre con OID %u della voce di pg_rewrite con OID %u non trovata\n"
 
-#: pg_dump.c:7098
+#: pg_dump.c:7103
 #, c-format
 msgid "reading triggers for table \"%s.%s\"\n"
 msgstr "lettura dei trigger della tabella \"%s.%s\"\n"
 
-#: pg_dump.c:7236
+#: pg_dump.c:7241
 #, c-format
 msgid "query produced null referenced table name for foreign key trigger \"%s\" on table \"%s\" (OID of table: %u)\n"
 msgstr "la query non ha prodotto nessun nome di tabella referenziata per il trigger di chiave esterna \"%s\" sulla tabella \"%s\" (OID della tabella: %u)\n"
 
-#: pg_dump.c:7808
+#: pg_dump.c:7813
 #, c-format
 msgid "finding the columns and types of table \"%s.%s\"\n"
 msgstr "lettura delle colonne e dei tipi della tabella \"%s.%s\"\n"
 
-#: pg_dump.c:7973
+#: pg_dump.c:7978
 #, c-format
 msgid "invalid column numbering in table \"%s\"\n"
 msgstr "numerazione delle colonne non valida nella tabella \"%s\"\n"
 
-#: pg_dump.c:8009
+#: pg_dump.c:8014
 #, c-format
 msgid "finding default expressions of table \"%s.%s\"\n"
 msgstr "lettura delle espressioni di default della tabella \"%s.%s\"\n"
 
-#: pg_dump.c:8032
+#: pg_dump.c:8037
 #, c-format
 msgid "invalid adnum value %d for table \"%s\"\n"
 msgstr "valore adnum %d non valido per la tabella \"%s\"\n"
 
-#: pg_dump.c:8098
+#: pg_dump.c:8103
 #, c-format
 msgid "finding check constraints for table \"%s.%s\"\n"
 msgstr "ricerca dei vincoli di controllo della tabella \"%s.%s\"\n"
 
-#: pg_dump.c:8147
+#: pg_dump.c:8152
 #, c-format
 msgid "expected %d check constraint on table \"%s\" but found %d\n"
 msgid_plural "expected %d check constraints on table \"%s\" but found %d\n"
 msgstr[0] "previsto %d vincolo di controllo sulla tabella \"%s\" ma trovato %d\n"
 msgstr[1] "previsti %d vincoli di controllo sulla tabella \"%s\" ma trovati %d\n"
 
-#: pg_dump.c:8151
+#: pg_dump.c:8156
 #, c-format
 msgid "(The system catalogs might be corrupted.)\n"
 msgstr "(I cataloghi di sistema potrebbero essere corrotti.)\n"
 
-#: pg_dump.c:9709
+#: pg_dump.c:9714
 #, c-format
 msgid "WARNING: typtype of data type \"%s\" appears to be invalid\n"
 msgstr "ATTENZIONE: il \"typtype\" del tipo dato \"%s\" sembra non essere valido\n"
 
-#: pg_dump.c:11138
+#: pg_dump.c:11143
 #, c-format
 msgid "WARNING: bogus value in proargmodes array\n"
 msgstr "ATTENZIONE: valore errato nell'array proargmode\n"
 
-#: pg_dump.c:11464
+#: pg_dump.c:11469
 #, c-format
 msgid "WARNING: could not parse proallargtypes array\n"
 msgstr "ATTENZIONE: non è stato possibile analizzare l'array proallargtype\n"
 
-#: pg_dump.c:11480
+#: pg_dump.c:11485
 #, c-format
 msgid "WARNING: could not parse proargmodes array\n"
 msgstr "ATTENZIONE: non è stato possibile analizzare l'array proargmode\n"
 
-#: pg_dump.c:11494
+#: pg_dump.c:11499
 #, c-format
 msgid "WARNING: could not parse proargnames array\n"
 msgstr "ATTENZIONE: non è stato possibile analizzare l'array proargname\n"
 
-#: pg_dump.c:11505
+#: pg_dump.c:11510
 #, c-format
 msgid "WARNING: could not parse proconfig array\n"
 msgstr "ATTENZIONE: non è stato possibile analizzare l'array preconfig\n"
 
-#: pg_dump.c:11576
+#: pg_dump.c:11581
 #, c-format
 msgid "unrecognized provolatile value for function \"%s\"\n"
 msgstr "valore provolatile sconosciuto per la funzione \"%s\"\n"
 
-#: pg_dump.c:11620 pg_dump.c:13603
+#: pg_dump.c:11625 pg_dump.c:13623
 #, c-format
 msgid "unrecognized proparallel value for function \"%s\"\n"
 msgstr "valore proparallel non riconosciuto per la funzione \"%s\"\n"
 
-#: pg_dump.c:11728 pg_dump.c:11838 pg_dump.c:11845
+#: pg_dump.c:11733 pg_dump.c:11843 pg_dump.c:11850
 #, c-format
 msgid "could not find function definition for function with OID %u\n"
 msgstr "definizione della funzione con OID %u non trovata\n"
 
-#: pg_dump.c:11773
+#: pg_dump.c:11778
 #, c-format
 msgid "WARNING: bogus value in pg_cast.castfunc or pg_cast.castmethod field\n"
 msgstr "ATTENZIONE: valore non corretto nei campi pg_cast.castfunc o pg_cast.castmethod\n"
 
-#: pg_dump.c:11776
+#: pg_dump.c:11781
 #, c-format
 msgid "WARNING: bogus value in pg_cast.castmethod field\n"
 msgstr "ATTENZIONE: valore non corretto nel campo pg_cast.castmethod\n"
 
-#: pg_dump.c:11866
+#: pg_dump.c:11871
 #, c-format
 msgid "WARNING: bogus transform definition, at least one of trffromsql and trftosql should be nonzero\n"
 msgstr "ATTENZIONE: definizione della trasformazione non corretta, almeno uno tra trffromsql e trftosql dovrebbe essere non-zero\n"
 
-#: pg_dump.c:11883
+#: pg_dump.c:11888
 #, c-format
 msgid "WARNING: bogus value in pg_transform.trffromsql field\n"
 msgstr "ATTENZIONE: valore non corretto nel campo pg_transform.trffromsql\n"
 
-#: pg_dump.c:11904
+#: pg_dump.c:11909
 #, c-format
 msgid "WARNING: bogus value in pg_transform.trftosql field\n"
 msgstr "ATTENZIONE: valore non corretto nel campo pg_transform.trftosql\n"
 
-#: pg_dump.c:12300
+#: pg_dump.c:12305
 #, c-format
 msgid "WARNING: invalid type \"%c\" of access method \"%s\"\n"
 msgstr "ATTENZIONE: tipo \"%c\" non valido del metodo di accesso \"%s\"\n"
 
-#: pg_dump.c:13066
+#: pg_dump.c:13086
 #, c-format
 msgid "unrecognized collation provider: %s\n"
 msgstr "fornitore di ordinamenti non riconosciuto: %s\n"
 
-#: pg_dump.c:13513
+#: pg_dump.c:13533
 #, c-format
 msgid "WARNING: aggregate function %s could not be dumped correctly for this database version; ignored\n"
 msgstr "ATTENZIONE: la funzione di aggregazione %s non può essere scaricata correttamente per questa versione database; ignorata\n"
 
-#: pg_dump.c:14369
+#: pg_dump.c:14389
 #, c-format
 msgid "unrecognized object type in default privileges: %d\n"
 msgstr "tipo di oggetto sconosciuto nei privilegi predefiniti: %d\n"
 
-#: pg_dump.c:14387
+#: pg_dump.c:14407
 #, c-format
 msgid "could not parse default ACL list (%s)\n"
 msgstr "non è stato possibile interpretare la ACL predefinita (%s)\n"
 
-#: pg_dump.c:14458
+#: pg_dump.c:14488
 #, c-format
 msgid "could not parse initial GRANT ACL list (%s) or initial REVOKE ACL list (%s) for object \"%s\" (%s)\n"
 msgstr "non è stato possibile interpretare il GRANT ACL iniziale (%s) o il REVOKE ACL iniziale (%s) per l'oggetto \"%s\" (%s)\n"
 
-#: pg_dump.c:14466
+#: pg_dump.c:14496
 #, c-format
 msgid "could not parse GRANT ACL list (%s) or REVOKE ACL list (%s) for object \"%s\" (%s)\n"
 msgstr "non è stato possibile interpretare il GRANT ACL (%s) o il REVOKE ACL (%s) per l'oggetto \"%s\" (%s)\n"
 
-#: pg_dump.c:14941
+#: pg_dump.c:14971
 #, c-format
 msgid "query to obtain definition of view \"%s\" returned no data\n"
 msgstr "la query per ottenere la definizione della vista \"%s\" non ha restituito dati\n"
 
-#: pg_dump.c:14944
+#: pg_dump.c:14974
 #, c-format
 msgid "query to obtain definition of view \"%s\" returned more than one definition\n"
 msgstr "la query per ottenere la definizione della vista \"%s\" ha restituito più di una definizione\n"
 
-#: pg_dump.c:14951
+#: pg_dump.c:14981
 #, c-format
 msgid "definition of view \"%s\" appears to be empty (length zero)\n"
 msgstr "la definizione della vista  \"%s\" sembra essere vuota (lunghezza zero)\n"
 
-#: pg_dump.c:15180
+#: pg_dump.c:15210
 #, c-format
 msgid "invalid number of parents %d for table \"%s\"\n"
 msgstr "numero di genitori %d non valido per la tabella \"%s\"\n"
 
-#: pg_dump.c:15827
+#: pg_dump.c:15857
 #, c-format
 msgid "invalid column number %d for table \"%s\"\n"
 msgstr "il numero di colonne %d non è valido per la tabella \"%s\"\n"
 
-#: pg_dump.c:16011
+#: pg_dump.c:16041
 #, c-format
 msgid "missing index for constraint \"%s\"\n"
 msgstr "omesso indice per vincolo \"%s\"\n"
 
-#: pg_dump.c:16214
+#: pg_dump.c:16244
 #, c-format
 msgid "unrecognized constraint type: %c\n"
 msgstr "tipo di vincolo sconosciuto: %c\n"
 
-#: pg_dump.c:16351 pg_dump.c:16577
+#: pg_dump.c:16381 pg_dump.c:16607
 #, c-format
 msgid "query to get data of sequence \"%s\" returned %d row (expected 1)\n"
 msgid_plural "query to get data of sequence \"%s\" returned %d rows (expected 1)\n"
 msgstr[0] "la query per ottenere i dati della sequenza \"%s\" ha restituito %d riga (prevista 1)\n"
 msgstr[1] "la query per ottenere i dati della sequenza \"%s\" ha restituito %d righe (prevista 1)\n"
 
-#: pg_dump.c:16675
+#: pg_dump.c:16705
 #, c-format
 msgid "unexpected tgtype value: %d\n"
 msgstr "valore tgtype inatteso: %d\n"
 
-#: pg_dump.c:16749
+#: pg_dump.c:16779
 #, c-format
 msgid "invalid argument string (%s) for trigger \"%s\" on table \"%s\"\n"
 msgstr "la stringa argomento (%s) non è valida per il trigger \"%s\" sulla tabella \"%s\"\n"
 
-#: pg_dump.c:16970
+#: pg_dump.c:17010
 #, c-format
 msgid "query to get rule \"%s\" for table \"%s\" failed: wrong number of rows returned\n"
 msgstr "la query per ottenere regole \"%s\" per la tabella \"%s\" ha fallito: ha restituito un numero errato di righe\n"
 
-#: pg_dump.c:17365
+#: pg_dump.c:17405
 #, c-format
 msgid "reading dependency data\n"
 msgstr "lettura dati di dipendenza\n"
 
-#: pg_dump.c:17830
+#: pg_dump.c:17870
 #, c-format
 msgid "WARNING: could not parse reloptions array\n"
 msgstr "ATTENZIONE: errore di lettura dell'array reloptions\n"
@@ -2377,7 +2373,7 @@ msgstr "  -S, --superuser=NOME         nome del superutente da usare nel dump\n"
 msgid "  -t, --tablespaces-only       dump only tablespaces, no databases or roles\n"
 msgstr "  -t, --tablespaces-only       scarica solo i tablespace e non i database o i ruoli\n"
 
-#: pg_dumpall.c:607
+#: pg_dumpall.c:602
 #, c-format
 msgid "  --no-role-passwords          do not dump passwords for roles\n"
 msgstr "  --no-role-passwords          non scaricare le password dei ruoli\n"
index 8d1c819ca12adc006733ea4211683bde1dd47e8d..2925d0c8128800655ba2af4bb60acb77c768d83c 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pg_resetwal (PostgreSQL) 10\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2017-05-22 07:46+0000\n"
+"POT-Creation-Date: 2017-08-30 21:45+0000\n"
 "PO-Revision-Date: 2017-04-23 03:03+0100\n"
 "Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
 "Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
@@ -53,100 +53,100 @@ msgid "%s: could not get exit code from subprocess: error code %lu\n"
 msgstr ""
 
 #. translator: the second %s is a command line argument (-e, etc)
-#: pg_resetwal.c:139 pg_resetwal.c:154 pg_resetwal.c:169 pg_resetwal.c:176
-#: pg_resetwal.c:200 pg_resetwal.c:215 pg_resetwal.c:223 pg_resetwal.c:249
-#: pg_resetwal.c:263
+#: pg_resetwal.c:140 pg_resetwal.c:155 pg_resetwal.c:170 pg_resetwal.c:177
+#: pg_resetwal.c:201 pg_resetwal.c:216 pg_resetwal.c:224 pg_resetwal.c:250
+#: pg_resetwal.c:264
 #, c-format
 msgid "%s: invalid argument for option %s\n"
 msgstr ""
 
-#: pg_resetwal.c:140 pg_resetwal.c:155 pg_resetwal.c:170 pg_resetwal.c:177
-#: pg_resetwal.c:201 pg_resetwal.c:216 pg_resetwal.c:224 pg_resetwal.c:250
-#: pg_resetwal.c:264 pg_resetwal.c:271 pg_resetwal.c:284 pg_resetwal.c:292
+#: pg_resetwal.c:141 pg_resetwal.c:156 pg_resetwal.c:171 pg_resetwal.c:178
+#: pg_resetwal.c:202 pg_resetwal.c:217 pg_resetwal.c:225 pg_resetwal.c:251
+#: pg_resetwal.c:265 pg_resetwal.c:272 pg_resetwal.c:285 pg_resetwal.c:293
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr ""
 
-#: pg_resetwal.c:145
+#: pg_resetwal.c:146
 #, c-format
 msgid "%s: transaction ID epoch (-e) must not be -1\n"
 msgstr ""
 
-#: pg_resetwal.c:160
+#: pg_resetwal.c:161
 #, c-format
 msgid "%s: transaction ID (-x) must not be 0\n"
 msgstr ""
 
-#: pg_resetwal.c:184 pg_resetwal.c:191
+#: pg_resetwal.c:185 pg_resetwal.c:192
 #, c-format
 msgid "%s: transaction ID (-c) must be either 0 or greater than or equal to 2\n"
 msgstr ""
 
-#: pg_resetwal.c:206
+#: pg_resetwal.c:207
 #, c-format
 msgid "%s: OID (-o) must not be 0\n"
 msgstr ""
 
-#: pg_resetwal.c:229
+#: pg_resetwal.c:230
 #, c-format
 msgid "%s: multitransaction ID (-m) must not be 0\n"
 msgstr ""
 
-#: pg_resetwal.c:239
+#: pg_resetwal.c:240
 #, c-format
 msgid "%s: oldest multitransaction ID (-m) must not be 0\n"
 msgstr ""
 
-#: pg_resetwal.c:255
+#: pg_resetwal.c:256
 #, c-format
 msgid "%s: multitransaction offset (-O) must not be -1\n"
 msgstr ""
 
-#: pg_resetwal.c:282
+#: pg_resetwal.c:283
 #, c-format
 msgid "%s: too many command-line arguments (first is \"%s\")\n"
 msgstr ""
 
-#: pg_resetwal.c:291
+#: pg_resetwal.c:292
 #, c-format
 msgid "%s: no data directory specified\n"
 msgstr ""
 
-#: pg_resetwal.c:305
+#: pg_resetwal.c:306
 #, c-format
 msgid "%s: cannot be executed by \"root\"\n"
 msgstr ""
 
-#: pg_resetwal.c:307
+#: pg_resetwal.c:308
 #, c-format
 msgid "You must run %s as the PostgreSQL superuser.\n"
 msgstr ""
 
-#: pg_resetwal.c:317
+#: pg_resetwal.c:318
 #, c-format
 msgid "%s: could not change directory to \"%s\": %s\n"
 msgstr ""
 
-#: pg_resetwal.c:330 pg_resetwal.c:476
+#: pg_resetwal.c:334 pg_resetwal.c:481 pg_resetwal.c:544
 #, c-format
 msgid "%s: could not open file \"%s\" for reading: %s\n"
 msgstr ""
 
-#: pg_resetwal.c:337
+#: pg_resetwal.c:341
 #, c-format
 msgid ""
 "%s: lock file \"%s\" exists\n"
 "Is a server running?  If not, delete the lock file and try again.\n"
 msgstr ""
 
-#: pg_resetwal.c:424
+#: pg_resetwal.c:428
 #, c-format
 msgid ""
 "\n"
 "If these values seem acceptable, use -f to force reset.\n"
 msgstr ""
 
-#: pg_resetwal.c:436
+#: pg_resetwal.c:440
 #, c-format
 msgid ""
 "The database server was not shut down cleanly.\n"
@@ -154,214 +154,226 @@ msgid ""
 "If you want to proceed anyway, use -f to force reset.\n"
 msgstr ""
 
-#: pg_resetwal.c:450
+#: pg_resetwal.c:454
 #, c-format
 msgid "Write-ahead log reset\n"
 msgstr ""
 
-#: pg_resetwal.c:479
+#: pg_resetwal.c:491
 #, c-format
-msgid ""
-"If you are sure the data directory path is correct, execute\n"
-"  touch %s\n"
-"and try again.\n"
+msgid "%s: unexpected empty file \"%s\"\n"
 msgstr ""
 
-#: pg_resetwal.c:492
+#: pg_resetwal.c:496 pg_resetwal.c:560
 #, c-format
 msgid "%s: could not read file \"%s\": %s\n"
 msgstr ""
 
-#: pg_resetwal.c:515
+#: pg_resetwal.c:513
+#, c-format
+msgid ""
+"%s: data directory is of wrong version\n"
+"File \"%s\" contains \"%s\", which is not compatible with this program's version \"%s\".\n"
+msgstr ""
+
+#: pg_resetwal.c:547
+#, c-format
+msgid ""
+"If you are sure the data directory path is correct, execute\n"
+"  touch %s\n"
+"and try again.\n"
+msgstr ""
+
+#: pg_resetwal.c:583
 #, c-format
 msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
 msgstr ""
 
-#: pg_resetwal.c:524
+#: pg_resetwal.c:592
 #, c-format
-msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
+msgid "%s: pg_control exists but is broken or wrong version; ignoring it\n"
 msgstr ""
 
-#: pg_resetwal.c:622
+#: pg_resetwal.c:690
 #, c-format
 msgid ""
 "Guessed pg_control values:\n"
 "\n"
 msgstr ""
 
-#: pg_resetwal.c:624
+#: pg_resetwal.c:692
 #, c-format
 msgid ""
 "Current pg_control values:\n"
 "\n"
 msgstr ""
 
-#: pg_resetwal.c:633
+#: pg_resetwal.c:701
 #, c-format
 msgid "pg_control version number:            %u\n"
 msgstr ""
 
-#: pg_resetwal.c:635
+#: pg_resetwal.c:703
 #, c-format
 msgid "Catalog version number:               %u\n"
 msgstr ""
 
-#: pg_resetwal.c:637
+#: pg_resetwal.c:705
 #, c-format
 msgid "Database system identifier:           %s\n"
 msgstr ""
 
-#: pg_resetwal.c:639
+#: pg_resetwal.c:707
 #, c-format
 msgid "Latest checkpoint's TimeLineID:       %u\n"
 msgstr ""
 
-#: pg_resetwal.c:641
+#: pg_resetwal.c:709
 #, c-format
 msgid "Latest checkpoint's full_page_writes: %s\n"
 msgstr ""
 
-#: pg_resetwal.c:642
+#: pg_resetwal.c:710
 msgid "off"
 msgstr ""
 
-#: pg_resetwal.c:642
+#: pg_resetwal.c:710
 msgid "on"
 msgstr ""
 
-#: pg_resetwal.c:643
+#: pg_resetwal.c:711
 #, c-format
 msgid "Latest checkpoint's NextXID:          %u:%u\n"
 msgstr ""
 
-#: pg_resetwal.c:646
+#: pg_resetwal.c:714
 #, c-format
 msgid "Latest checkpoint's NextOID:          %u\n"
 msgstr ""
 
-#: pg_resetwal.c:648
+#: pg_resetwal.c:716
 #, c-format
 msgid "Latest checkpoint's NextMultiXactId:  %u\n"
 msgstr ""
 
-#: pg_resetwal.c:650
+#: pg_resetwal.c:718
 #, c-format
 msgid "Latest checkpoint's NextMultiOffset:  %u\n"
 msgstr ""
 
-#: pg_resetwal.c:652
+#: pg_resetwal.c:720
 #, c-format
 msgid "Latest checkpoint's oldestXID:        %u\n"
 msgstr ""
 
-#: pg_resetwal.c:654
+#: pg_resetwal.c:722
 #, c-format
 msgid "Latest checkpoint's oldestXID's DB:   %u\n"
 msgstr ""
 
-#: pg_resetwal.c:656
+#: pg_resetwal.c:724
 #, c-format
 msgid "Latest checkpoint's oldestActiveXID:  %u\n"
 msgstr ""
 
-#: pg_resetwal.c:658
+#: pg_resetwal.c:726
 #, c-format
 msgid "Latest checkpoint's oldestMultiXid:   %u\n"
 msgstr ""
 
-#: pg_resetwal.c:660
+#: pg_resetwal.c:728
 #, c-format
 msgid "Latest checkpoint's oldestMulti's DB: %u\n"
 msgstr ""
 
-#: pg_resetwal.c:662
+#: pg_resetwal.c:730
 #, c-format
 msgid "Latest checkpoint's oldestCommitTsXid:%u\n"
 msgstr ""
 
-#: pg_resetwal.c:664
+#: pg_resetwal.c:732
 #, c-format
 msgid "Latest checkpoint's newestCommitTsXid:%u\n"
 msgstr ""
 
-#: pg_resetwal.c:666
+#: pg_resetwal.c:734
 #, c-format
 msgid "Maximum data alignment:               %u\n"
 msgstr ""
 
-#: pg_resetwal.c:669
+#: pg_resetwal.c:737
 #, c-format
 msgid "Database block size:                  %u\n"
 msgstr ""
 
-#: pg_resetwal.c:671
+#: pg_resetwal.c:739
 #, c-format
 msgid "Blocks per segment of large relation: %u\n"
 msgstr ""
 
-#: pg_resetwal.c:673
+#: pg_resetwal.c:741
 #, c-format
 msgid "WAL block size:                       %u\n"
 msgstr ""
 
-#: pg_resetwal.c:675
+#: pg_resetwal.c:743
 #, c-format
 msgid "Bytes per WAL segment:                %u\n"
 msgstr ""
 
-#: pg_resetwal.c:677
+#: pg_resetwal.c:745
 #, c-format
 msgid "Maximum length of identifiers:        %u\n"
 msgstr ""
 
-#: pg_resetwal.c:679
+#: pg_resetwal.c:747
 #, c-format
 msgid "Maximum columns in an index:          %u\n"
 msgstr ""
 
-#: pg_resetwal.c:681
+#: pg_resetwal.c:749
 #, c-format
 msgid "Maximum size of a TOAST chunk:        %u\n"
 msgstr ""
 
-#: pg_resetwal.c:683
+#: pg_resetwal.c:751
 #, c-format
 msgid "Size of a large-object chunk:         %u\n"
 msgstr ""
 
-#: pg_resetwal.c:686
+#: pg_resetwal.c:754
 #, c-format
 msgid "Date/time type storage:               %s\n"
 msgstr ""
 
-#: pg_resetwal.c:687
+#: pg_resetwal.c:755
 msgid "64-bit integers"
 msgstr ""
 
-#: pg_resetwal.c:688
+#: pg_resetwal.c:756
 #, c-format
 msgid "Float4 argument passing:              %s\n"
 msgstr ""
 
-#: pg_resetwal.c:689 pg_resetwal.c:691
+#: pg_resetwal.c:757 pg_resetwal.c:759
 msgid "by reference"
 msgstr ""
 
-#: pg_resetwal.c:689 pg_resetwal.c:691
+#: pg_resetwal.c:757 pg_resetwal.c:759
 msgid "by value"
 msgstr ""
 
-#: pg_resetwal.c:690
+#: pg_resetwal.c:758
 #, c-format
 msgid "Float8 argument passing:              %s\n"
 msgstr ""
 
-#: pg_resetwal.c:692
+#: pg_resetwal.c:760
 #, c-format
 msgid "Data page checksum version:           %u\n"
 msgstr ""
 
-#: pg_resetwal.c:706
+#: pg_resetwal.c:774
 #, c-format
 msgid ""
 "\n"
@@ -370,124 +382,119 @@ msgid ""
 "\n"
 msgstr ""
 
-#: pg_resetwal.c:709
+#: pg_resetwal.c:777
 #, c-format
 msgid "First log segment after reset:        %s\n"
 msgstr ""
 
-#: pg_resetwal.c:713
+#: pg_resetwal.c:781
 #, c-format
 msgid "NextMultiXactId:                      %u\n"
 msgstr ""
 
-#: pg_resetwal.c:715
+#: pg_resetwal.c:783
 #, c-format
 msgid "OldestMultiXid:                       %u\n"
 msgstr ""
 
-#: pg_resetwal.c:717
+#: pg_resetwal.c:785
 #, c-format
 msgid "OldestMulti's DB:                     %u\n"
 msgstr ""
 
-#: pg_resetwal.c:723
+#: pg_resetwal.c:791
 #, c-format
 msgid "NextMultiOffset:                      %u\n"
 msgstr ""
 
-#: pg_resetwal.c:729
+#: pg_resetwal.c:797
 #, c-format
 msgid "NextOID:                              %u\n"
 msgstr ""
 
-#: pg_resetwal.c:735
+#: pg_resetwal.c:803
 #, c-format
 msgid "NextXID:                              %u\n"
 msgstr ""
 
-#: pg_resetwal.c:737
+#: pg_resetwal.c:805
 #, c-format
 msgid "OldestXID:                            %u\n"
 msgstr ""
 
-#: pg_resetwal.c:739
+#: pg_resetwal.c:807
 #, c-format
 msgid "OldestXID's DB:                       %u\n"
 msgstr ""
 
-#: pg_resetwal.c:745
+#: pg_resetwal.c:813
 #, c-format
 msgid "NextXID epoch:                        %u\n"
 msgstr ""
 
-#: pg_resetwal.c:751
+#: pg_resetwal.c:819
 #, c-format
 msgid "oldestCommitTsXid:                    %u\n"
 msgstr ""
 
-#: pg_resetwal.c:756
+#: pg_resetwal.c:824
 #, c-format
 msgid "newestCommitTsXid:                    %u\n"
 msgstr ""
 
-#: pg_resetwal.c:822
-#, c-format
-msgid "%s: internal error -- sizeof(ControlFileData) is too large ... fix PG_CONTROL_SIZE\n"
-msgstr ""
-
-#: pg_resetwal.c:837
+#: pg_resetwal.c:906
 #, c-format
 msgid "%s: could not create pg_control file: %s\n"
 msgstr ""
 
-#: pg_resetwal.c:848
+#: pg_resetwal.c:917
 #, c-format
 msgid "%s: could not write pg_control file: %s\n"
 msgstr ""
 
-#: pg_resetwal.c:855 pg_resetwal.c:1151
+#: pg_resetwal.c:924 pg_resetwal.c:1220
 #, c-format
 msgid "%s: fsync error: %s\n"
 msgstr ""
 
-#: pg_resetwal.c:895 pg_resetwal.c:966 pg_resetwal.c:1017
+#: pg_resetwal.c:964 pg_resetwal.c:1035 pg_resetwal.c:1086
 #, c-format
 msgid "%s: could not open directory \"%s\": %s\n"
 msgstr ""
 
-#: pg_resetwal.c:931 pg_resetwal.c:988 pg_resetwal.c:1042
+#: pg_resetwal.c:1000 pg_resetwal.c:1057 pg_resetwal.c:1111
 #, c-format
 msgid "%s: could not read directory \"%s\": %s\n"
 msgstr ""
 
-#: pg_resetwal.c:938 pg_resetwal.c:995 pg_resetwal.c:1049
+#: pg_resetwal.c:1007 pg_resetwal.c:1064 pg_resetwal.c:1118
 #, c-format
 msgid "%s: could not close directory \"%s\": %s\n"
 msgstr ""
 
-#: pg_resetwal.c:979 pg_resetwal.c:1033
+#: pg_resetwal.c:1048 pg_resetwal.c:1102
 #, c-format
 msgid "%s: could not delete file \"%s\": %s\n"
 msgstr ""
 
-#: pg_resetwal.c:1118
+#: pg_resetwal.c:1187
 #, c-format
 msgid "%s: could not open file \"%s\": %s\n"
 msgstr ""
 
-#: pg_resetwal.c:1129 pg_resetwal.c:1143
+#: pg_resetwal.c:1198 pg_resetwal.c:1212
 #, c-format
 msgid "%s: could not write file \"%s\": %s\n"
 msgstr ""
 
-#: pg_resetwal.c:1162
+#: pg_resetwal.c:1231
 #, c-format
 msgid ""
 "%s resets the PostgreSQL write-ahead log.\n"
 "\n"
 msgstr ""
 
-#: pg_resetwal.c:1163
+#: pg_resetwal.c:1232
 #, c-format
 msgid ""
 "Usage:\n"
@@ -495,77 +502,77 @@ msgid ""
 "\n"
 msgstr ""
 
-#: pg_resetwal.c:1164
+#: pg_resetwal.c:1233
 #, c-format
 msgid "Options:\n"
 msgstr ""
 
-#: pg_resetwal.c:1165
+#: pg_resetwal.c:1234
 #, c-format
 msgid "  -c XID,XID       set oldest and newest transactions bearing commit timestamp\n"
 msgstr ""
 
-#: pg_resetwal.c:1166
+#: pg_resetwal.c:1235
 #, c-format
 msgid "                   (zero in either value means no change)\n"
 msgstr ""
 
-#: pg_resetwal.c:1167
+#: pg_resetwal.c:1236
 #, c-format
 msgid " [-D] DATADIR      data directory\n"
 msgstr ""
 
-#: pg_resetwal.c:1168
+#: pg_resetwal.c:1237
 #, c-format
 msgid "  -e XIDEPOCH      set next transaction ID epoch\n"
 msgstr ""
 
-#: pg_resetwal.c:1169
+#: pg_resetwal.c:1238
 #, c-format
 msgid "  -f               force update to be done\n"
 msgstr ""
 
-#: pg_resetwal.c:1170
+#: pg_resetwal.c:1239
 #, c-format
 msgid "  -l WALFILE       force minimum WAL starting location for new write-ahead log\n"
 msgstr ""
 
-#: pg_resetwal.c:1171
+#: pg_resetwal.c:1240
 #, c-format
 msgid "  -m MXID,MXID     set next and oldest multitransaction ID\n"
 msgstr ""
 
-#: pg_resetwal.c:1172
+#: pg_resetwal.c:1241
 #, c-format
 msgid "  -n               no update, just show what would be done (for testing)\n"
 msgstr ""
 
-#: pg_resetwal.c:1173
+#: pg_resetwal.c:1242
 #, c-format
 msgid "  -o OID           set next OID\n"
 msgstr ""
 
-#: pg_resetwal.c:1174
+#: pg_resetwal.c:1243
 #, c-format
 msgid "  -O OFFSET        set next multitransaction offset\n"
 msgstr ""
 
-#: pg_resetwal.c:1175
+#: pg_resetwal.c:1244
 #, c-format
 msgid "  -V, --version    output version information, then exit\n"
 msgstr ""
 
-#: pg_resetwal.c:1176
+#: pg_resetwal.c:1245
 #, c-format
 msgid "  -x XID           set next transaction ID\n"
 msgstr ""
 
-#: pg_resetwal.c:1177
+#: pg_resetwal.c:1246
 #, c-format
 msgid "  -?, --help       show this help, then exit\n"
 msgstr ""
 
-#: pg_resetwal.c:1178
+#: pg_resetwal.c:1247
 #, c-format
 msgid ""
 "\n"
index 0da2db70ea041ad1f59991bd3da6611c8925e8d9..556b3801b6425ead74a102b946d6c69c6899cc48 100644 (file)
@@ -15,8 +15,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pg_rewind (PostgreSQL) 10\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2017-05-22 07:46+0000\n"
-"PO-Revision-Date: 2017-05-29 17:25+0100\n"
+"POT-Creation-Date: 2017-09-10 14:15+0000\n"
+"PO-Revision-Date: 2017-09-10 18:02+0100\n"
 "Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
 "Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
 "Language: it\n"
@@ -25,10 +25,11 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Poedit-SourceCharset: utf-8\n"
-"X-Generator: Poedit 1.8.7.1\n"
+"X-Generator: Poedit 1.5.4\n"
 
 #: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75
-#: ../../common/fe_memutils.c:98 parsexlog.c:74 parsexlog.c:127 parsexlog.c:179
+#: ../../common/fe_memutils.c:98 parsexlog.c:74 parsexlog.c:127
+#: parsexlog.c:179
 #, c-format
 msgid "out of memory\n"
 msgstr "memoria esaurita\n"
@@ -289,97 +290,97 @@ msgstr "ricezione della lista dei file fallita: %s"
 msgid "unexpected result set while fetching file list\n"
 msgstr "risultato imprevisto ricevendo la lista dei file\n"
 
-#: libpq_fetch.c:239
+#: libpq_fetch.c:261
 #, c-format
 msgid "could not send query: %s"
 msgstr "invio della query non riuscito: %s"
 
-#: libpq_fetch.c:241
+#: libpq_fetch.c:263
 #, c-format
 msgid "getting file chunks\n"
 msgstr "ricezione blocchi del file\n"
 
-#: libpq_fetch.c:244
+#: libpq_fetch.c:266
 #, c-format
 msgid "could not set libpq connection to single row mode\n"
 msgstr "impostazione della connessione libpq in modalità riga singola fallita\n"
 
-#: libpq_fetch.c:264
+#: libpq_fetch.c:287
 #, c-format
 msgid "unexpected result while fetching remote files: %s"
 msgstr "risultato imprevisto ricevendo i file remoti: %s"
 
-#: libpq_fetch.c:270
+#: libpq_fetch.c:293
 #, c-format
 msgid "unexpected result set size while fetching remote files\n"
 msgstr "dimensione del risultato imprevisto ricevendo i file remoti\n"
 
-#: libpq_fetch.c:276
+#: libpq_fetch.c:299
 #, c-format
 msgid "unexpected data types in result set while fetching remote files: %u %u %u\n"
 msgstr "tipo di dati imprevisto nel risultato ricevendo i file remoti: %u %u %u\n"
 
-#: libpq_fetch.c:284
+#: libpq_fetch.c:307
 #, c-format
 msgid "unexpected result format while fetching remote files\n"
 msgstr "formato del risultato imprevisto ricevendo i file remoti\n"
 
-#: libpq_fetch.c:290
+#: libpq_fetch.c:313
 #, c-format
 msgid "unexpected null values in result while fetching remote files\n"
 msgstr "valori null non previsti nel risultato ricevendo i file remoti\n"
 
-#: libpq_fetch.c:294
+#: libpq_fetch.c:317
 #, c-format
 msgid "unexpected result length while fetching remote files\n"
 msgstr "lunghezza del risultato non prevista ricevendo i file remoti\n"
 
-#: libpq_fetch.c:316
+#: libpq_fetch.c:339
 #, c-format
 msgid "received null value for chunk for file \"%s\", file has been deleted\n"
 msgstr "ricevuto valore null per il blocco del file \"%s\", il file è stato cancellato\n"
 
-#: libpq_fetch.c:323
+#: libpq_fetch.c:351
 #, c-format
-msgid "received chunk for file \"%s\", offset %d, size %d\n"
-msgstr "ricevuto blocco per il file \"%s\", offset %d, dimensione %d\n"
+msgid "received chunk for file \"%s\", offset %s, size %d\n"
+msgstr "ricevuto blocco per il file \"%s\", offset %s, dimensione %d\n"
 
-#: libpq_fetch.c:352
+#: libpq_fetch.c:380
 #, c-format
 msgid "could not fetch remote file \"%s\": %s"
 msgstr "ricezione del file remoto \"%s\" fallita: %s"
 
-#: libpq_fetch.c:357
+#: libpq_fetch.c:385
 #, c-format
 msgid "unexpected result set while fetching remote file \"%s\"\n"
 msgstr "risultato inatteso leggendo il file remoto \"%s\"\n"
 
-#: libpq_fetch.c:368
+#: libpq_fetch.c:396
 #, c-format
 msgid "fetched file \"%s\", length %d\n"
 msgstr "ricevuto il file \"%s\", lunghezza %d\n"
 
-#: libpq_fetch.c:400
+#: libpq_fetch.c:429
 #, c-format
 msgid "could not send COPY data: %s"
 msgstr "invio dei dati di COPY fallito: %s"
 
-#: libpq_fetch.c:426
+#: libpq_fetch.c:455
 #, c-format
 msgid "could not create temporary table: %s"
 msgstr "creazione della tabella temporanea fallita: %s"
 
-#: libpq_fetch.c:434
+#: libpq_fetch.c:463
 #, c-format
 msgid "could not send file list: %s"
 msgstr "invio della lista dei file fallito: %s"
 
-#: libpq_fetch.c:476
+#: libpq_fetch.c:505
 #, c-format
 msgid "could not send end-of-COPY: %s"
 msgstr "invio del fine-COPY fallito: %s"
 
-#: libpq_fetch.c:482
+#: libpq_fetch.c:511
 #, c-format
 msgid "unexpected result while sending file list: %s"
 msgstr "risultato imprevisto inviando la lista dei file: %s"
@@ -672,7 +673,7 @@ msgstr "CRC del file di controllo imprevisto\n"
 msgid "unexpected control file size %d, expected %d\n"
 msgstr "dimensione del file di controllo %d imprevista, atteso %d\n"
 
-#: pg_rewind.c:696
+#: pg_rewind.c:705
 #, c-format
 msgid ""
 "The program \"initdb\" is needed by %s but was\n"
@@ -683,7 +684,7 @@ msgstr ""
 "stato tro vato nella stessa directory di \"%s\".\n"
 "Controlla la tua installazione.\n"
 
-#: pg_rewind.c:700
+#: pg_rewind.c:709
 #, c-format
 msgid ""
 "The program \"initdb\" was found by \"%s\"\n"
@@ -694,7 +695,7 @@ msgstr ""
 "ma non è la stessa versione di %s.\n"
 "Controlla la tua installazione.\n"
 
-#: pg_rewind.c:718
+#: pg_rewind.c:727
 #, c-format
 msgid "sync of target directory failed\n"
 msgstr "sincronizzazione della directory di destinazione fallita\n"
index bf8ccb7ddc7cbded01f80c7a83105ed751dbae44..39f16c42f7f5620f037c139d42749ce4c3b92778 100644 (file)
@@ -19,8 +19,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: plpython (PostgreSQL) 10\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2017-04-22 22:37+0000\n"
-"PO-Revision-Date: 2017-05-29 17:46+0100\n"
+"POT-Creation-Date: 2017-08-30 21:37+0000\n"
+"PO-Revision-Date: 2017-08-31 01:44+0100\n"
 "Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
 "Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
 "Language: it\n"
@@ -28,7 +28,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Poedit 1.8.7.1\n"
+"X-Generator: Poedit 1.5.4\n"
 
 #: plpy_cursorobject.c:100
 #, c-format
@@ -268,8 +268,8 @@ msgstr "non è stato possibile interpretare il messaggio di errore in plpy.elog"
 
 #: plpy_plpymodule.c:469
 #, c-format
-msgid "Argument 'message' given by name and position"
-msgstr "Parametro 'message' dato con nome e posizione"
+msgid "argument 'message' given by name and position"
+msgstr "parametro 'message' dato con nome e posizione"
 
 #: plpy_plpymodule.c:496
 #, c-format
@@ -381,82 +381,87 @@ msgstr "attributo Decimal non trovato nel modulo"
 msgid "conversion from numeric to Decimal failed"
 msgstr "conversione da numeric a Decimal fallita"
 
-#: plpy_typeio.c:772
+#: plpy_typeio.c:773
 #, c-format
 msgid "could not create bytes representation of Python object"
 msgstr "creazione della rappresentazione in byte dell'oggetto Python fallita"
 
-#: plpy_typeio.c:881
+#: plpy_typeio.c:882
 #, c-format
 msgid "could not create string representation of Python object"
 msgstr "creazione della rappresentazione stringa dell'oggetto Python fallita"
 
-#: plpy_typeio.c:892
+#: plpy_typeio.c:893
 #, c-format
 msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
 msgstr "conversione dell'oggetto Python in cstring fallita: la rappresentazione stringa Python sembra contenere byte null"
 
-#: plpy_typeio.c:949
+#: plpy_typeio.c:950
 #, c-format
 msgid "malformed record literal: \"%s\""
 msgstr "letterale di record non corretto: \"%s\""
 
-#: plpy_typeio.c:950
+#: plpy_typeio.c:951
 #, c-format
 msgid "Missing left parenthesis."
 msgstr "Parentesi aperta mancante."
 
-#: plpy_typeio.c:951 plpy_typeio.c:1389
+#: plpy_typeio.c:952 plpy_typeio.c:1390
 #, c-format
-msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g. \"[('foo')]\""
-msgstr "Per restutuire un tipo composito in un array, restituisci il tipo composito come tupla Python, per esempio \"[('foo')]\""
+msgid "To return a composite type in an array, return the composite type as a Python tuple, e.g., \"[('foo',)]\"."
+msgstr "Per restutuire un tipo composito in un array, restituisci il tipo composito come tupla Python, per esempio \"[('foo',)]\" "
 
-#: plpy_typeio.c:1000
+#: plpy_typeio.c:1001
 #, c-format
 msgid "number of array dimensions exceeds the maximum allowed (%d)"
 msgstr "il numero di dimensioni dell'array supera il massimo consentito (%d)"
 
-#: plpy_typeio.c:1004
+#: plpy_typeio.c:1005
 #, c-format
-msgid "cannot determine sequence length for function return value"
+msgid "could not determine sequence length for function return value"
 msgstr "errore nel determinare la lunghezza della sequenza per il valore di ritorno della funzione"
 
-#: plpy_typeio.c:1007 plpy_typeio.c:1011
+#: plpy_typeio.c:1008 plpy_typeio.c:1012
 #, c-format
 msgid "array size exceeds the maximum allowed"
 msgstr "la dimensione dell'array supera il massimo consentito"
 
-#: plpy_typeio.c:1037
+#: plpy_typeio.c:1038
 #, c-format
 msgid "return value of function with array return type is not a Python sequence"
 msgstr "il valore restituito dalla funzione con tipo restituito array non è una sequenza Python"
 
-#: plpy_typeio.c:1090
+#: plpy_typeio.c:1091
+#, c-format
+msgid "wrong length of inner sequence: has length %d, but %d was expected"
+msgstr "lunghezza errata della sequenza interna: la lunghezza è %d ma era atteso %d"
+
+#: plpy_typeio.c:1093
 #, c-format
-msgid "multidimensional arrays must have array expressions with matching dimensions. PL/Python function return value has sequence length %d while expected %d"
-msgstr "gli array multidimensionali devono avere espressioni array di dimensioni corrispondenti. il valore di ritorno della funzione PL/Python ha una sequenza di lungezza %d, mentre era atteso %d"
+msgid "To construct a multidimensional array, the inner sequences must all have the same length."
+msgstr "Per costruire un array multidimensionale le sequenze interne devono avere tutte la stessa lunghezza."
 
-#: plpy_typeio.c:1212
+#: plpy_typeio.c:1213
 #, c-format
 msgid "key \"%s\" not found in mapping"
 msgstr "la chiave \"%s\" non è stata trovata nel dizionario"
 
-#: plpy_typeio.c:1213
+#: plpy_typeio.c:1214
 #, c-format
 msgid "To return null in a column, add the value None to the mapping with the key named after the column."
 msgstr "Per restituire null in una colonna, inserire nella mappa il valore None con una chiave chiamata come la colonna."
 
-#: plpy_typeio.c:1264
+#: plpy_typeio.c:1265
 #, c-format
 msgid "length of returned sequence did not match number of columns in row"
 msgstr "la lunghezza della sequenza ritornata non rispetta il numero di colonne presenti nella riga"
 
-#: plpy_typeio.c:1387
+#: plpy_typeio.c:1388
 #, c-format
 msgid "attribute \"%s\" does not exist in Python object"
 msgstr "l'attributo \"%s\" non esiste nell'oggetto Python"
 
-#: plpy_typeio.c:1390
+#: plpy_typeio.c:1391
 #, c-format
 msgid "To return null in a column, let the returned object have an attribute named after column with value None."
 msgstr "Per restituire null in una colonna, l'oggetto restituito deve avere un attributo chiamato come la colonna con valore None."
index 5f42bb4940e254b921728202a6745a550c75871d..963acfd20b5a915dbd2ff265d4097cd4f0dd3702 100644 (file)
@@ -16,8 +16,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: postgres (PostgreSQL) 10\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2017-05-22 07:38+0000\n"
-"PO-Revision-Date: 2017-06-03 01:29+0100\n"
+"POT-Creation-Date: 2017-08-30 21:38+0000\n"
+"PO-Revision-Date: 2017-09-10 17:56+0100\n"
 "Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
 "Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
 "Language: it\n"
@@ -26,18 +26,18 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Poedit-SourceCharset: utf-8\n"
-"X-Generator: Poedit 1.8.7.1\n"
+"X-Generator: Poedit 1.5.4\n"
 
-#: ../common/config_info.c:131 ../common/config_info.c:139
-#: ../common/config_info.c:147 ../common/config_info.c:155
-#: ../common/config_info.c:163 ../common/config_info.c:171
-#: ../common/config_info.c:179 ../common/config_info.c:187
-#: ../common/config_info.c:195
+#: ../common/config_info.c:130 ../common/config_info.c:138
+#: ../common/config_info.c:146 ../common/config_info.c:154
+#: ../common/config_info.c:162 ../common/config_info.c:170
+#: ../common/config_info.c:178 ../common/config_info.c:186
+#: ../common/config_info.c:194
 msgid "not recorded"
 msgstr "non registrato"
 
-#: ../common/controldata_utils.c:57 commands/copy.c:3041
-#: commands/extension.c:3328 utils/adt/genfile.c:135
+#: ../common/controldata_utils.c:57 commands/copy.c:3122
+#: commands/extension.c:3330 utils/adt/genfile.c:135
 #, c-format
 msgid "could not open file \"%s\" for reading: %m"
 msgstr "apertura del file \"%s\" in lettura fallita: %m"
@@ -48,13 +48,13 @@ msgid "%s: could not open file \"%s\" for reading: %s\n"
 msgstr "%s: apertura del file \"%s\" in lettura fallita: %s\n"
 
 #: ../common/controldata_utils.c:71 access/transam/timeline.c:348
-#: access/transam/xlog.c:3385 access/transam/xlog.c:10777
-#: access/transam/xlog.c:10790 access/transam/xlog.c:11182
-#: access/transam/xlog.c:11225 access/transam/xlog.c:11264
-#: access/transam/xlog.c:11307 access/transam/xlogfuncs.c:668
-#: access/transam/xlogfuncs.c:687 commands/extension.c:3338 libpq/hba.c:499
-#: replication/logical/origin.c:661 replication/logical/origin.c:691
-#: replication/logical/reorderbuffer.c:3064 replication/walsender.c:508
+#: access/transam/xlog.c:3384 access/transam/xlog.c:10787
+#: access/transam/xlog.c:10800 access/transam/xlog.c:11196
+#: access/transam/xlog.c:11239 access/transam/xlog.c:11278
+#: access/transam/xlog.c:11321 access/transam/xlogfuncs.c:668
+#: access/transam/xlogfuncs.c:687 commands/extension.c:3340 libpq/hba.c:499
+#: replication/logical/origin.c:681 replication/logical/origin.c:711
+#: replication/logical/reorderbuffer.c:3064 replication/walsender.c:506
 #: storage/file/copydir.c:178 utils/adt/genfile.c:152 utils/adt/misc.c:924
 #, c-format
 msgid "could not read file \"%s\": %m"
@@ -179,26 +179,27 @@ msgid "could not close directory \"%s\": %s\n"
 msgstr "chiusura della directory \"%s\" fallita: %s\n"
 
 #: ../common/psprintf.c:179 ../port/path.c:630 ../port/path.c:668
-#: ../port/path.c:685 access/transam/twophase.c:1306 access/transam/xlog.c:6350
-#: lib/stringinfo.c:258 libpq/auth.c:1107 libpq/auth.c:1472 libpq/auth.c:1540
-#: libpq/auth.c:2056 postmaster/bgworker.c:337 postmaster/bgworker.c:908
-#: postmaster/postmaster.c:2377 postmaster/postmaster.c:2399
-#: postmaster/postmaster.c:3952 postmaster/postmaster.c:4652
-#: postmaster/postmaster.c:4727 postmaster/postmaster.c:5397
-#: postmaster/postmaster.c:5716
-#: replication/libpqwalreceiver/libpqwalreceiver.c:251
+#: ../port/path.c:685 access/transam/twophase.c:1306
+#: access/transam/xlog.c:6355 lib/stringinfo.c:258 libpq/auth.c:1126
+#: libpq/auth.c:1492 libpq/auth.c:1560 libpq/auth.c:2076
+#: postmaster/bgworker.c:337 postmaster/bgworker.c:908
+#: postmaster/postmaster.c:2391 postmaster/postmaster.c:2413
+#: postmaster/postmaster.c:3975 postmaster/postmaster.c:4683
+#: postmaster/postmaster.c:4758 postmaster/postmaster.c:5436
+#: postmaster/postmaster.c:5773
+#: replication/libpqwalreceiver/libpqwalreceiver.c:256
 #: replication/logical/logical.c:170 storage/buffer/localbuf.c:436
 #: storage/file/fd.c:773 storage/file/fd.c:1201 storage/file/fd.c:1319
-#: storage/file/fd.c:2044 storage/ipc/procarray.c:1057
-#: storage/ipc/procarray.c:1545 storage/ipc/procarray.c:1552
-#: storage/ipc/procarray.c:1966 storage/ipc/procarray.c:2577
-#: utils/adt/formatting.c:1578 utils/adt/formatting.c:1701
-#: utils/adt/formatting.c:1825 utils/adt/pg_locale.c:468
-#: utils/adt/pg_locale.c:652 utils/adt/regexp.c:219 utils/adt/varlena.c:4570
-#: utils/adt/varlena.c:4591 utils/fmgr/dfmgr.c:221 utils/hash/dynahash.c:429
-#: utils/hash/dynahash.c:535 utils/hash/dynahash.c:1047 utils/mb/mbutils.c:376
-#: utils/mb/mbutils.c:709 utils/misc/guc.c:3987 utils/misc/guc.c:4003
-#: utils/misc/guc.c:4016 utils/misc/guc.c:6965 utils/misc/tzparser.c:468
+#: storage/file/fd.c:2044 storage/ipc/procarray.c:1058
+#: storage/ipc/procarray.c:1546 storage/ipc/procarray.c:1553
+#: storage/ipc/procarray.c:1970 storage/ipc/procarray.c:2581
+#: utils/adt/formatting.c:1579 utils/adt/formatting.c:1703
+#: utils/adt/formatting.c:1828 utils/adt/pg_locale.c:468
+#: utils/adt/pg_locale.c:652 utils/adt/regexp.c:219 utils/adt/varlena.c:4585
+#: utils/adt/varlena.c:4606 utils/fmgr/dfmgr.c:221 utils/hash/dynahash.c:444
+#: utils/hash/dynahash.c:553 utils/hash/dynahash.c:1065 utils/mb/mbutils.c:376
+#: utils/mb/mbutils.c:709 utils/misc/guc.c:3998 utils/misc/guc.c:4014
+#: utils/misc/guc.c:4027 utils/misc/guc.c:6976 utils/misc/tzparser.c:468
 #: utils/mmgr/aset.c:404 utils/mmgr/dsa.c:713 utils/mmgr/dsa.c:795
 #: utils/mmgr/mcxt.c:725 utils/mmgr/mcxt.c:760 utils/mmgr/mcxt.c:797
 #: utils/mmgr/mcxt.c:834 utils/mmgr/mcxt.c:868 utils/mmgr/mcxt.c:897
@@ -273,7 +274,7 @@ msgstr "password troppo lunga"
 msgid "could not look up effective user ID %ld: %s"
 msgstr "ID utente effettivo %ld non trovato: %s"
 
-#: ../common/username.c:45 libpq/auth.c:2003
+#: ../common/username.c:45 libpq/auth.c:2023
 msgid "user does not exist"
 msgstr "l'utente non esiste"
 
@@ -395,86 +396,101 @@ msgstr "lettura del SID del gruppo PowerUsers fallita: codice di errore %lu\n"
 msgid "could not check access token membership: error code %lu\n"
 msgstr "errore nel controllo del token di appartenenza: codice di errore %lu\n"
 
-#: access/brin/brin.c:866 access/brin/brin.c:937
+#: access/brin/brin.c:867 access/brin/brin.c:938
 #, c-format
 msgid "block number out of range: %s"
 msgstr "numero di blocco fuori dall'intervallo consentito: %s"
 
-#: access/brin/brin.c:889 access/brin/brin.c:960
+#: access/brin/brin.c:890 access/brin/brin.c:961
 #, c-format
 msgid "\"%s\" is not a BRIN index"
 msgstr "\"%s\" non è un indice BRIN"
 
-#: access/brin/brin.c:905 access/brin/brin.c:976
+#: access/brin/brin.c:906 access/brin/brin.c:977
 #, c-format
 msgid "could not open parent table of index %s"
 msgstr "apertura della tabella dell'indice %s non riuscita"
 
-#: access/brin/brin_pageops.c:76 access/brin/brin_pageops.c:360
-#: access/brin/brin_pageops.c:828
+#: access/brin/brin_pageops.c:76 access/brin/brin_pageops.c:358
+#: access/brin/brin_pageops.c:824 access/gin/ginentrypage.c:110
+#: access/gist/gist.c:1363 access/nbtree/nbtinsert.c:577
+#: access/nbtree/nbtsort.c:488 access/spgist/spgdoinsert.c:1933
 #, c-format
-msgid "index row size %lu exceeds maximum %lu for index \"%s\""
-msgstr "la dimensione %lu della riga dell'indice supera il massimo %lu per l'indice \"%s\""
+msgid "index row size %zu exceeds maximum %zu for index \"%s\""
+msgstr "la dimensione %zu della riga dell'indice supera il massimo %zu per l'indice \"%s\""
 
-#: access/brin/brin_revmap.c:379 access/brin/brin_revmap.c:385
+#: access/brin/brin_revmap.c:382 access/brin/brin_revmap.c:388
 #, c-format
 msgid "corrupted BRIN index: inconsistent range map"
 msgstr "indice BRIN corrotto: mappa di dominio inconsistente"
 
-#: access/brin/brin_revmap.c:401
+#: access/brin/brin_revmap.c:404
 #, c-format
 msgid "leftover placeholder tuple detected in BRIN index \"%s\", deleting"
 msgstr "trovata tupla segnaposto avanzata nell'indice BRIN \"%s\", verrà cancellata"
 
-#: access/brin/brin_revmap.c:598
+#: access/brin/brin_revmap.c:601
 #, c-format
 msgid "unexpected page type 0x%04X in BRIN index \"%s\" block %u"
 msgstr "tipo di pagina inaspettato 0x%04X nell'indice BRIN \"%s\" blocco %u"
 
-#: access/brin/brin_validate.c:116
+#: access/brin/brin_validate.c:116 access/gin/ginvalidate.c:149
+#: access/gist/gistvalidate.c:146 access/hash/hashvalidate.c:131
+#: access/nbtree/nbtvalidate.c:101 access/spgist/spgvalidate.c:116
 #, c-format
-msgid "brin operator family \"%s\" contains function %s with invalid support number %d"
-msgstr "la famiglia di operatori brin \"%s\" contiene la funzione %s con numero di supporto non valido %d"
+msgid "operator family \"%s\" of access method %s contains function %s with invalid support number %d"
+msgstr "la famiglia di operatori \"%s\" del metodo di accesso %s contiene la funzione %s con numero di supporto non valido %d"
 
-#: access/brin/brin_validate.c:132
+#: access/brin/brin_validate.c:132 access/gin/ginvalidate.c:161
+#: access/gist/gistvalidate.c:158 access/hash/hashvalidate.c:114
+#: access/nbtree/nbtvalidate.c:113 access/spgist/spgvalidate.c:128
 #, c-format
-msgid "brin operator family \"%s\" contains function %s with wrong signature for support number %d"
-msgstr "la famiglia di operatori brin \"%s\" contiene la funzione %s con signature non valida per il numero di supporto %d"
+msgid "operator family \"%s\" of access method %s contains function %s with wrong signature for support number %d"
+msgstr "la famiglia di operatori \"%s\" del metodo di accesso %s contiene la funzione %s con signature errata per il numero di supporto %d"
 
-#: access/brin/brin_validate.c:154
+#: access/brin/brin_validate.c:154 access/gin/ginvalidate.c:180
+#: access/gist/gistvalidate.c:178 access/hash/hashvalidate.c:152
+#: access/nbtree/nbtvalidate.c:133 access/spgist/spgvalidate.c:147
 #, c-format
-msgid "brin operator family \"%s\" contains operator %s with invalid strategy number %d"
-msgstr "la famiglia di operatori brin \"%s\" contiene la funzione %s con numero di strategia non valido %d"
+msgid "operator family \"%s\" of access method %s contains operator %s with invalid strategy number %d"
+msgstr "la famiglia di operatori \"%s\" del metodo di accesso %s contiene l'operatore %s con numero di strategia %d non valido"
 
-#: access/brin/brin_validate.c:183
+#: access/brin/brin_validate.c:183 access/gin/ginvalidate.c:193
+#: access/hash/hashvalidate.c:165 access/nbtree/nbtvalidate.c:146
+#: access/spgist/spgvalidate.c:160
 #, c-format
-msgid "brin operator family \"%s\" contains invalid ORDER BY specification for operator %s"
-msgstr "la famiglia di operatori brin \"%s\" contiene una specifica ORDER BY non valida per l'operatore %s"
+msgid "operator family \"%s\" of access method %s contains invalid ORDER BY specification for operator %s"
+msgstr "la famiglia di operatori \"%s\" del metodo di accesso %s contiene una specifica ORDER BY non valida per l'operatore %s"
 
-#: access/brin/brin_validate.c:196
+#: access/brin/brin_validate.c:196 access/gin/ginvalidate.c:206
+#: access/gist/gistvalidate.c:226 access/hash/hashvalidate.c:178
+#: access/nbtree/nbtvalidate.c:159 access/spgist/spgvalidate.c:173
 #, c-format
-msgid "brin operator family \"%s\" contains operator %s with wrong signature"
-msgstr "la famiglia di operatori brin \"%s\" contiene l'operatore %s con signature non valida"
+msgid "operator family \"%s\" of access method %s contains operator %s with wrong signature"
+msgstr "la famiglia di operatori \"%s\" del metodo di accesso %s contiene l'operatore %s con signature non valida"
 
-#: access/brin/brin_validate.c:234
+#: access/brin/brin_validate.c:234 access/hash/hashvalidate.c:218
+#: access/nbtree/nbtvalidate.c:201 access/spgist/spgvalidate.c:201
 #, c-format
-msgid "brin operator family \"%s\" is missing operator(s) for types %s and %s"
-msgstr "alla famiglia di operatori brin \"%s\" mancano operatori per i tipi %s e %s"
+msgid "operator family \"%s\" of access method %s is missing operator(s) for types %s and %s"
+msgstr "alla famiglia di operatori \"%s\" del metodo di accesso %s mancano operatori per i tipi %s e %s"
 
 #: access/brin/brin_validate.c:244
 #, c-format
-msgid "brin operator family \"%s\" is missing support function(s) for types %s and %s"
-msgstr "alla famiglia di operatori brin \"%s\" mancano funzioni di supporto per i tipi %s e %s"
+msgid "operator family \"%s\" of access method %s is missing support function(s) for types %s and %s"
+msgstr "alla famiglia di operatori \"%s\" del metodo di accesso %s mancano funzioni di supporto per i tipi %s e %s"
 
-#: access/brin/brin_validate.c:257
+#: access/brin/brin_validate.c:257 access/hash/hashvalidate.c:232
+#: access/nbtree/nbtvalidate.c:225 access/spgist/spgvalidate.c:234
 #, c-format
-msgid "brin operator class \"%s\" is missing operator(s)"
-msgstr "alla classe di operatori brin \"%s\" mancano operatori"
+msgid "operator class \"%s\" of access method %s is missing operator(s)"
+msgstr "alla famiglia di operatori \"%s\" del metodo di accesso %s mancano operatori"
 
-#: access/brin/brin_validate.c:268
+#: access/brin/brin_validate.c:268 access/gin/ginvalidate.c:247
+#: access/gist/gistvalidate.c:265
 #, c-format
-msgid "brin operator class \"%s\" is missing support function %d"
-msgstr "alla classe di operatori brin \"%s\" manca la funzione di supporto %d"
+msgid "operator class \"%s\" of access method %s is missing support function %d"
+msgstr "alla famiglia di operatori \"%s\" del metodo di accesso %s manca la funzione di supporto %d"
 
 #: access/common/heaptuple.c:708 access/common/heaptuple.c:1405
 #, c-format
@@ -492,7 +508,7 @@ msgid "index row requires %zu bytes, maximum size is %zu"
 msgstr "la riga dell'indice richiede %zu byte, la dimensione massima è %zu"
 
 #: access/common/printtup.c:290 tcop/fastpath.c:182 tcop/fastpath.c:532
-#: tcop/postgres.c:1732
+#: tcop/postgres.c:1726
 #, c-format
 msgid "unsupported format code: %d"
 msgstr "codice di formato non supportato: %d"
@@ -572,7 +588,7 @@ msgstr "L'attributo \"%s\" di tipo %s non combacia con l'attributo corrispondent
 msgid "Attribute \"%s\" of type %s does not exist in type %s."
 msgstr "L'attributo \"%s\" di tipo %s non esiste nel tipo %s."
 
-#: access/common/tupdesc.c:728 parser/parse_clause.c:815
+#: access/common/tupdesc.c:728 parser/parse_clause.c:841
 #: parser/parse_relation.c:1544
 #, c-format
 msgid "column \"%s\" cannot be declared SETOF"
@@ -588,15 +604,8 @@ msgstr "la lista di posting è troppo lunga"
 msgid "Reduce maintenance_work_mem."
 msgstr "Riduci maintenance_work_mem."
 
-#: access/gin/ginentrypage.c:110 access/gist/gist.c:1363
-#: access/nbtree/nbtinsert.c:577 access/nbtree/nbtsort.c:488
-#: access/spgist/spgdoinsert.c:1933
-#, c-format
-msgid "index row size %zu exceeds maximum %zu for index \"%s\""
-msgstr "la dimensione %zu della riga dell'indice supera il massimo %zu per l'indice \"%s\""
-
-#: access/gin/ginfast.c:991 access/transam/xlog.c:10198
-#: access/transam/xlog.c:10716 access/transam/xlogfuncs.c:296
+#: access/gin/ginfast.c:991 access/transam/xlog.c:10208
+#: access/transam/xlog.c:10726 access/transam/xlogfuncs.c:296
 #: access/transam/xlogfuncs.c:323 access/transam/xlogfuncs.c:362
 #: access/transam/xlogfuncs.c:383 access/transam/xlogfuncs.c:404
 #: access/transam/xlogfuncs.c:474 access/transam/xlogfuncs.c:530
@@ -629,52 +638,23 @@ msgstr "i vecchi indici GIN non supportano le scansioni sull'intero indice né l
 msgid "To fix this, do REINDEX INDEX \"%s\"."
 msgstr "Per correggere questo problema esegui REINDEX INDEX \"%s\"."
 
-#: access/gin/ginutil.c:134 executor/execExpr.c:1765
-#: utils/adt/arrayfuncs.c:3803 utils/adt/arrayfuncs.c:6325
+#: access/gin/ginutil.c:134 executor/execExpr.c:1780
+#: utils/adt/arrayfuncs.c:3803 utils/adt/arrayfuncs.c:6323
 #: utils/adt/rowtypes.c:927
 #, c-format
 msgid "could not identify a comparison function for type %s"
 msgstr "non è stato possibile trovare un operatore di confronto per il tipo %s"
 
-#: access/gin/ginvalidate.c:93
-#, c-format
-msgid "gin operator family \"%s\" contains support procedure %s with cross-type registration"
-msgstr "la famiglia di operatori gin \"%s\" contiene la procedura di supporto %s con tipi misti"
-
-#: access/gin/ginvalidate.c:149
-#, c-format
-msgid "gin operator family \"%s\" contains function %s with invalid support number %d"
-msgstr "la famiglia di operatori gin \"%s\" contiene la funzione %s con numero di supporto non valido %d"
-
-#: access/gin/ginvalidate.c:161
-#, c-format
-msgid "gin operator family \"%s\" contains function %s with wrong signature for support number %d"
-msgstr "la famiglia di operatori gin \"%s\" contiene la funzione %s con signature non valida per il numero di supporto %d"
-
-#: access/gin/ginvalidate.c:180
+#: access/gin/ginvalidate.c:93 access/gist/gistvalidate.c:93
+#: access/hash/hashvalidate.c:99 access/spgist/spgvalidate.c:93
 #, c-format
-msgid "gin operator family \"%s\" contains operator %s with invalid strategy number %d"
-msgstr "la famiglia di operatori gin \"%s\" contiene l'operatore %s con numero di strategia non valido %d"
-
-#: access/gin/ginvalidate.c:193
-#, c-format
-msgid "gin operator family \"%s\" contains invalid ORDER BY specification for operator %s"
-msgstr "la famiglia di operatori gin \"%s\" contiene una specifica ORDER BY non valida per l'operatore %s"
-
-#: access/gin/ginvalidate.c:206
-#, c-format
-msgid "gin operator family \"%s\" contains operator %s with wrong signature"
-msgstr "la famiglia di operatori gin \"%s\" contiene l'operatore %s con signature non valida"
-
-#: access/gin/ginvalidate.c:247
-#, c-format
-msgid "gin operator class \"%s\" is missing support function %d"
-msgstr "alla classe di operatori gin \"%s\" manca la funzione di supporto %d"
+msgid "operator family \"%s\" of access method %s contains support procedure %s with different left and right input types"
+msgstr "la famiglia di operatori \"%s\" del metodo di accesso %s contiene la procedura di supporto  %s con tipi di input sinistro e destro diversi"
 
 #: access/gin/ginvalidate.c:257
 #, c-format
-msgid "gin operator class \"%s\" is missing support function %d or %d"
-msgstr "alla classe di operatori gin \"%s\" mancano le funzioni di supporto %d o %d"
+msgid "operator class \"%s\" of access method %s is missing support function %d or %d"
+msgstr "alla classe di operatori \"%s\" del metodo di accesso %s manca la funzione di supporto %d o %d"
 
 #: access/gist/gist.c:706 access/gist/gistvacuum.c:258
 #, c-format
@@ -686,11 +666,11 @@ msgstr "l'indice \"%s\" contiene una tupla interna marcata come invalida"
 msgid "This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1."
 msgstr "Ciò è causato da una separazione di pagina incompleta al ripristino del crash prima dell'aggiornamento a PostgreSQL 9.1."
 
-#: access/gist/gist.c:709 access/gist/gistutil.c:739 access/gist/gistutil.c:750
-#: access/gist/gistvacuum.c:261 access/hash/hashutil.c:241
-#: access/hash/hashutil.c:252 access/hash/hashutil.c:264
-#: access/hash/hashutil.c:285 access/nbtree/nbtpage.c:519
-#: access/nbtree/nbtpage.c:530
+#: access/gist/gist.c:709 access/gist/gistutil.c:739
+#: access/gist/gistutil.c:750 access/gist/gistvacuum.c:261
+#: access/hash/hashutil.c:241 access/hash/hashutil.c:252
+#: access/hash/hashutil.c:264 access/hash/hashutil.c:285
+#: access/nbtree/nbtpage.c:519 access/nbtree/nbtpage.c:530
 #, c-format
 msgid "Please REINDEX it."
 msgstr "Si richiede l'esecuzione di REINDEX."
@@ -732,45 +712,15 @@ msgstr "l'indice \"%s\" contiene una pagina inaspettata completamente a zero al
 msgid "index \"%s\" contains corrupted page at block %u"
 msgstr "l'indice \"%s\" contiene una pagina corrotta al blocco %u"
 
-#: access/gist/gistvalidate.c:93
-#, c-format
-msgid "gist operator family \"%s\" contains support procedure %s with cross-type registration"
-msgstr "la famiglia di operatori gist \"%s\" contiene la procedura di supporto %s con tipi misti"
-
-#: access/gist/gistvalidate.c:146
-#, c-format
-msgid "gist operator family \"%s\" contains function %s with invalid support number %d"
-msgstr "la famiglia di operatori gist \"%s\" contiene la funzione %s con numero di supporto non valido %d"
-
-#: access/gist/gistvalidate.c:158
-#, c-format
-msgid "gist operator family \"%s\" contains function %s with wrong signature for support number %d"
-msgstr "la famiglia di operatori gist \"%s\" contiene la funzione %s con signature non valida per il numero di supporto %d"
-
-#: access/gist/gistvalidate.c:178
-#, c-format
-msgid "gist operator family \"%s\" contains operator %s with invalid strategy number %d"
-msgstr "la famiglia di operatori gist \"%s\" contiene l'operatore %s con numero di strategia non valido %d"
-
 #: access/gist/gistvalidate.c:196
 #, c-format
-msgid "gist operator family \"%s\" contains unsupported ORDER BY specification for operator %s"
-msgstr "la famiglia di operatori gist \"%s\" contiene una specifica ORDER BY non supportata per l'operatore %s"
+msgid "operator family \"%s\" of access method %s contains unsupported ORDER BY specification for operator %s"
+msgstr "la famiglia di operatori \"%s\" del metodo di accesso %s contiene una specifica ORDER BY non supportata per l'operatore %s"
 
 #: access/gist/gistvalidate.c:207
 #, c-format
-msgid "gist operator family \"%s\" contains incorrect ORDER BY opfamily specification for operator %s"
-msgstr "la famiglia di operatori gist \"%s\" contiene una specifica ORDER BY non corretta per l'operatore %s"
-
-#: access/gist/gistvalidate.c:226
-#, c-format
-msgid "gist operator family \"%s\" contains operator %s with wrong signature"
-msgstr "la famiglia di operatori gist \"%s\" contiene l'operatore %s con signature non valida"
-
-#: access/gist/gistvalidate.c:265
-#, c-format
-msgid "gist operator class \"%s\" is missing support function %d"
-msgstr "-alla classe di operatori gist \"%s\" manca la funzione di supporto %d"
+msgid "operator family \"%s\" of access method %s contains incorrect ORDER BY opfamily specification for operator %s"
+msgstr "la famiglia di operatori \"%s\" del metodo di accesso %s contiene una specifica opfamily ORDER BY non corretta per l'operatore %s"
 
 #: access/hash/hashinsert.c:82
 #, c-format
@@ -788,7 +738,7 @@ msgstr "Non si possono indicizzare valori più grandi di una pagina di buffer."
 msgid "invalid overflow block number %u"
 msgstr "numero di blocco di overflow %u non valido"
 
-#: access/hash/hashovfl.c:283 access/hash/hashpage.c:453
+#: access/hash/hashovfl.c:283 access/hash/hashpage.c:462
 #, c-format
 msgid "out of overflow pages in hash index \"%s\""
 msgstr "pagine di overflow esaurite per l'indice hash \"%s\""
@@ -808,55 +758,15 @@ msgstr "l'indice \"%s\" non è un indice hash"
 msgid "index \"%s\" has wrong hash version"
 msgstr "l'indice \"%s\" ha una versione errata dell'hash"
 
-#: access/hash/hashvalidate.c:99
-#, c-format
-msgid "hash operator family \"%s\" contains support procedure %s with cross-type registration"
-msgstr "la famiglia di operatori hash \"%s\" contiene la procedura di supporto %s con tipi misti"
-
-#: access/hash/hashvalidate.c:114
-#, c-format
-msgid "hash operator family \"%s\" contains function %s with wrong signature for support number %d"
-msgstr "la famiglia di operatori hash \"%s\" contiene la funzione %s con signature non valida per il numero di supporto %d"
-
-#: access/hash/hashvalidate.c:131
-#, c-format
-msgid "hash operator family \"%s\" contains function %s with invalid support number %d"
-msgstr "la famiglia di operatori hash \"%s\" contiene la funzione %s con numero di supporto non valido %d"
-
-#: access/hash/hashvalidate.c:152
-#, c-format
-msgid "hash operator family \"%s\" contains operator %s with invalid strategy number %d"
-msgstr "la famiglia di operatori hash \"%s\" contiene l'operatore %s con numero di strategia non valido %d"
-
-#: access/hash/hashvalidate.c:165
-#, c-format
-msgid "hash operator family \"%s\" contains invalid ORDER BY specification for operator %s"
-msgstr "la famiglia di operatori hash \"%s\" contiene una specifica ORDER BY non valida per l'operatore %s"
-
-#: access/hash/hashvalidate.c:178
-#, c-format
-msgid "hash operator family \"%s\" contains operator %s with wrong signature"
-msgstr "la famiglia di operatori hash \"%s\" contiene l'operatore %s con signature non valida"
-
 #: access/hash/hashvalidate.c:190
 #, c-format
-msgid "hash operator family \"%s\" lacks support function for operator %s"
-msgstr "alla famiglia di operatori hash \"%s\" manca la funzione di supporto per l'operatore %s"
-
-#: access/hash/hashvalidate.c:218
-#, c-format
-msgid "hash operator family \"%s\" is missing operator(s) for types %s and %s"
-msgstr "alla famiglia di operatori hash \"%s\" mancano operatori per i tipi %s e %s"
-
-#: access/hash/hashvalidate.c:232
-#, c-format
-msgid "hash operator class \"%s\" is missing operator(s)"
-msgstr "alla classe di operatori hash \"%s\" mancano operatori"
+msgid "operator family \"%s\" of access method %s lacks support function for operator %s"
+msgstr "alla famiglia di operatori \"%s\" del metodo di accesso %s manca la funzione di supporto per l'operatore %s"
 
-#: access/hash/hashvalidate.c:248
+#: access/hash/hashvalidate.c:248 access/nbtree/nbtvalidate.c:242
 #, c-format
-msgid "hash operator family \"%s\" is missing cross-type operator(s)"
-msgstr "alla famiglia di operatori hash \"%s\" mancano operatori tra tipi diversi"
+msgid "operator family \"%s\" of access method %s is missing cross-type operator(s)"
+msgstr "alla famiglia di operatori \"%s\" del metodo di accesso %s mancano operatori tra tipi diversi"
 
 #: access/heap/heapam.c:1293 access/heap/heapam.c:1321
 #: access/heap/heapam.c:1353 catalog/aclchk.c:1772
@@ -865,8 +775,8 @@ msgid "\"%s\" is an index"
 msgstr "\"%s\" è un indice"
 
 #: access/heap/heapam.c:1298 access/heap/heapam.c:1326
-#: access/heap/heapam.c:1358 catalog/aclchk.c:1779 commands/tablecmds.c:9876
-#: commands/tablecmds.c:13088
+#: access/heap/heapam.c:1358 catalog/aclchk.c:1779 commands/tablecmds.c:9898
+#: commands/tablecmds.c:13128
 #, c-format
 msgid "\"%s\" is a composite type"
 msgstr "\"%s\" è un tipo composito"
@@ -886,7 +796,7 @@ msgstr "non è possibile eliminare tuple durante un'operazione parallela"
 msgid "attempted to delete invisible tuple"
 msgstr "tentativo di eliminare tuple invisibili"
 
-#: access/heap/heapam.c:3514 access/heap/heapam.c:6214
+#: access/heap/heapam.c:3514 access/heap/heapam.c:6248
 #, c-format
 msgid "cannot update tuples during a parallel operation"
 msgstr "non è possibile aggiornare tuple durante un'operazione parallela"
@@ -896,8 +806,8 @@ msgstr "non è possibile aggiornare tuple durante un'operazione parallela"
 msgid "attempted to update invisible tuple"
 msgstr "tentativo di aggiornare tuple invisibili"
 
-#: access/heap/heapam.c:4937 access/heap/heapam.c:4975
-#: access/heap/heapam.c:5227 executor/execMain.c:2588
+#: access/heap/heapam.c:4938 access/heap/heapam.c:4976
+#: access/heap/heapam.c:5228 executor/execMain.c:2622
 #, c-format
 msgid "could not obtain lock on row in relation \"%s\""
 msgstr "lock di riga nella relazione \"%s\" fallito"
@@ -914,22 +824,22 @@ msgstr "scrittura nel file \"%s\" fallita, scritti %d di %d: %m"
 
 #: access/heap/rewriteheap.c:966 access/heap/rewriteheap.c:1183
 #: access/heap/rewriteheap.c:1282 access/transam/timeline.c:412
-#: access/transam/timeline.c:492 access/transam/xlog.c:3250
-#: access/transam/xlog.c:3418 replication/logical/snapbuild.c:1630
-#: replication/slot.c:1232 replication/slot.c:1319 storage/file/fd.c:631
+#: access/transam/timeline.c:492 access/transam/xlog.c:3249
+#: access/transam/xlog.c:3417 replication/logical/snapbuild.c:1630
+#: replication/slot.c:1291 replication/slot.c:1378 storage/file/fd.c:631
 #: storage/file/fd.c:3180 storage/smgr/md.c:1044 storage/smgr/md.c:1277
-#: storage/smgr/md.c:1450 utils/misc/guc.c:6987
+#: storage/smgr/md.c:1450 utils/misc/guc.c:6998
 #, c-format
 msgid "could not fsync file \"%s\": %m"
 msgstr "fsync del file \"%s\" fallito: %m"
 
 #: access/heap/rewriteheap.c:1021 access/heap/rewriteheap.c:1141
 #: access/transam/timeline.c:315 access/transam/timeline.c:467
-#: access/transam/xlog.c:3203 access/transam/xlog.c:3356
-#: access/transam/xlog.c:10533 access/transam/xlog.c:10571
-#: access/transam/xlog.c:10956 postmaster/postmaster.c:4427
-#: replication/logical/origin.c:535 replication/slot.c:1184
-#: storage/file/copydir.c:162 storage/smgr/md.c:327 utils/time/snapmgr.c:1283
+#: access/transam/xlog.c:3202 access/transam/xlog.c:3355
+#: access/transam/xlog.c:10543 access/transam/xlog.c:10581
+#: access/transam/xlog.c:10965 postmaster/postmaster.c:4450
+#: replication/logical/origin.c:555 replication/slot.c:1243
+#: storage/file/copydir.c:162 storage/smgr/md.c:327 utils/time/snapmgr.c:1297
 #, c-format
 msgid "could not create file \"%s\": %m"
 msgstr "creazione del file \"%s\" fallita: %m"
@@ -939,7 +849,7 @@ msgstr "creazione del file \"%s\" fallita: %m"
 msgid "could not truncate file \"%s\" to %u: %m"
 msgstr "troncamento del file \"%s\" a %u fallito: %m"
 
-#: access/heap/rewriteheap.c:1159 replication/walsender.c:488
+#: access/heap/rewriteheap.c:1159 replication/walsender.c:486
 #: storage/smgr/md.c:1949
 #, c-format
 msgid "could not seek to end of file \"%s\": %m"
@@ -947,26 +857,26 @@ msgstr "non è stato possibile spostarsi alla fine del file \"%s\": %m"
 
 #: access/heap/rewriteheap.c:1171 access/transam/timeline.c:370
 #: access/transam/timeline.c:405 access/transam/timeline.c:484
-#: access/transam/xlog.c:3239 access/transam/xlog.c:3409
-#: postmaster/postmaster.c:4437 postmaster/postmaster.c:4447
-#: replication/logical/origin.c:544 replication/logical/origin.c:583
-#: replication/logical/origin.c:599 replication/logical/snapbuild.c:1612
-#: replication/slot.c:1215 storage/file/copydir.c:191
-#: utils/init/miscinit.c:1240 utils/init/miscinit.c:1251
-#: utils/init/miscinit.c:1259 utils/misc/guc.c:6948 utils/misc/guc.c:6979
-#: utils/misc/guc.c:8829 utils/misc/guc.c:8843 utils/time/snapmgr.c:1288
-#: utils/time/snapmgr.c:1295
+#: access/transam/xlog.c:3238 access/transam/xlog.c:3408
+#: postmaster/postmaster.c:4460 postmaster/postmaster.c:4470
+#: replication/logical/origin.c:564 replication/logical/origin.c:603
+#: replication/logical/origin.c:619 replication/logical/snapbuild.c:1612
+#: replication/slot.c:1274 storage/file/copydir.c:191
+#: utils/init/miscinit.c:1249 utils/init/miscinit.c:1260
+#: utils/init/miscinit.c:1268 utils/misc/guc.c:6959 utils/misc/guc.c:6990
+#: utils/misc/guc.c:8840 utils/misc/guc.c:8854 utils/time/snapmgr.c:1302
+#: utils/time/snapmgr.c:1309
 #, c-format
 msgid "could not write to file \"%s\": %m"
 msgstr "scrittura nel file \"%s\" fallita: %m"
 
 #: access/heap/rewriteheap.c:1257 access/transam/xlogarchive.c:113
-#: access/transam/xlogarchive.c:467 postmaster/postmaster.c:1253
-#: postmaster/syslogger.c:1371 replication/logical/origin.c:522
+#: access/transam/xlogarchive.c:467 postmaster/postmaster.c:1257
+#: postmaster/syslogger.c:1371 replication/logical/origin.c:542
 #: replication/logical/reorderbuffer.c:2595
 #: replication/logical/reorderbuffer.c:2652
 #: replication/logical/snapbuild.c:1560 replication/logical/snapbuild.c:1936
-#: replication/slot.c:1292 storage/file/fd.c:682 storage/ipc/dsm.c:327
+#: replication/slot.c:1351 storage/file/fd.c:682 storage/ipc/dsm.c:327
 #: storage/smgr/md.c:426 storage/smgr/md.c:475 storage/smgr/md.c:1397
 #, c-format
 msgid "could not remove file \"%s\": %m"
@@ -974,21 +884,21 @@ msgstr "rimozione del file \"%s\" fallita: %m"
 
 #: access/heap/rewriteheap.c:1271 access/transam/timeline.c:111
 #: access/transam/timeline.c:236 access/transam/timeline.c:334
-#: access/transam/xlog.c:3179 access/transam/xlog.c:3300
-#: access/transam/xlog.c:3341 access/transam/xlog.c:3620
-#: access/transam/xlog.c:3698 access/transam/xlogutils.c:706
+#: access/transam/xlog.c:3178 access/transam/xlog.c:3299
+#: access/transam/xlog.c:3340 access/transam/xlog.c:3619
+#: access/transam/xlog.c:3697 access/transam/xlogutils.c:706
 #: postmaster/syslogger.c:1380 replication/basebackup.c:474
-#: replication/basebackup.c:1218 replication/logical/origin.c:654
-#: replication/logical/reorderbuffer.c:2113
+#: replication/basebackup.c:1218 replication/logical/origin.c:674
+#: replication/logical/reorderbuffer.c:2112
 #: replication/logical/reorderbuffer.c:2361
 #: replication/logical/reorderbuffer.c:3044
 #: replication/logical/snapbuild.c:1604 replication/logical/snapbuild.c:1692
-#: replication/slot.c:1307 replication/walsender.c:481
-#: replication/walsender.c:2388 storage/file/copydir.c:155
+#: replication/slot.c:1366 replication/walsender.c:479
+#: replication/walsender.c:2385 storage/file/copydir.c:155
 #: storage/file/fd.c:614 storage/file/fd.c:3092 storage/file/fd.c:3159
-#: storage/smgr/md.c:608 utils/error/elog.c:1879 utils/init/miscinit.c:1171
-#: utils/init/miscinit.c:1299 utils/init/miscinit.c:1376 utils/misc/guc.c:7207
-#: utils/misc/guc.c:7240
+#: storage/smgr/md.c:608 utils/error/elog.c:1879 utils/init/miscinit.c:1173
+#: utils/init/miscinit.c:1308 utils/init/miscinit.c:1385 utils/misc/guc.c:7218
+#: utils/misc/guc.c:7251
 #, c-format
 msgid "could not open file \"%s\": %m"
 msgstr "apertura del file \"%s\" fallita: %m"
@@ -1003,9 +913,9 @@ msgstr "il metodo di accesso \"%s\" non è del tipo %s"
 msgid "index access method \"%s\" does not have a handler"
 msgstr "il metodo di accesso dell'indice \"%s\" non ha un handler"
 
-#: access/index/indexam.c:160 catalog/objectaddress.c:1223
-#: commands/indexcmds.c:1806 commands/tablecmds.c:247
-#: commands/tablecmds.c:13079
+#: access/index/indexam.c:160 catalog/objectaddress.c:1222
+#: commands/indexcmds.c:1819 commands/tablecmds.c:247
+#: commands/tablecmds.c:13119
 #, c-format
 msgid "\"%s\" is not an index"
 msgstr "\"%s\" non è un indice"
@@ -1040,7 +950,7 @@ msgstr ""
 "Si consiglia un indice funzionale su un hash MD5 del valore o l'uso del full text indexing."
 
 #: access/nbtree/nbtpage.c:169 access/nbtree/nbtpage.c:372
-#: access/nbtree/nbtpage.c:459 parser/parse_utilcmd.c:1891
+#: access/nbtree/nbtpage.c:459 parser/parse_utilcmd.c:1900
 #, c-format
 msgid "index \"%s\" is not a btree"
 msgstr "l'indice \"%s\" non è un btree"
@@ -1061,100 +971,20 @@ msgstr "l'indice \"%s\" contiene una pagina interna mezza morta"
 msgid "This can be caused by an interrupted VACUUM in version 9.3 or older, before upgrade. Please REINDEX it."
 msgstr "Ciò può essere causato da un VACUUM interrotto in una versione 9.3 o precedente, prima dell'aggiornamento. Si consiglia un REINDEX."
 
-#: access/nbtree/nbtvalidate.c:101
-#, c-format
-msgid "btree operator family \"%s\" contains function %s with invalid support number %d"
-msgstr "la famiglia di operatori btree \"%s\" contiene la funzione %s con numero di supporto non valido %d"
-
-#: access/nbtree/nbtvalidate.c:113
-#, c-format
-msgid "btree operator family \"%s\" contains function %s with wrong signature for support number %d"
-msgstr "la famiglia di operatori btree \"%s\" contiene la funzione %s con signature non valida per il numero di supporto %d"
-
-#: access/nbtree/nbtvalidate.c:133
-#, c-format
-msgid "btree operator family \"%s\" contains operator %s with invalid strategy number %d"
-msgstr "la famiglia di operatori btree \"%s\" contiene l'operatore %s con numero di strategia non valido %d"
-
-#: access/nbtree/nbtvalidate.c:146
-#, c-format
-msgid "btree operator family \"%s\" contains invalid ORDER BY specification for operator %s"
-msgstr "la famiglia di operatori btree \"%s\" contiene una specifica ORDER BY non valida per l'operatore %s"
-
-#: access/nbtree/nbtvalidate.c:159
-#, c-format
-msgid "btree operator family \"%s\" contains operator %s with wrong signature"
-msgstr "la famiglia di operatori btree \"%s\" contiene l'operatore %s con signature non valida"
-
-#: access/nbtree/nbtvalidate.c:201
-#, c-format
-msgid "btree operator family \"%s\" is missing operator(s) for types %s and %s"
-msgstr "alla famiglia di operatori btree \"%s\" mancano operatori per i tipi %s e %s"
-
 #: access/nbtree/nbtvalidate.c:211
 #, c-format
-msgid "btree operator family \"%s\" is missing support function for types %s and %s"
-msgstr "alla famiglia di operatori btree \"%s\" mancano funzioni di supporto per i tipi %s e %s"
-
-#: access/nbtree/nbtvalidate.c:225
-#, c-format
-msgid "btree operator class \"%s\" is missing operator(s)"
-msgstr "alla classe di operatori btree \"%s\" mancano operatori"
-
-#: access/nbtree/nbtvalidate.c:242
-#, c-format
-msgid "btree operator family \"%s\" is missing cross-type operator(s)"
-msgstr "alla famiglia di operatori btree \"%s\" mancano operatori tra tipi diversi"
+msgid "operator family \"%s\" of access method %s is missing support function for types %s and %s"
+msgstr "alla famiglia di operatori \"%s\" del metodo di accesso %s manca la funzione di supporto per i tipi %s e %s"
 
 #: access/spgist/spgutils.c:705
 #, c-format
 msgid "SP-GiST inner tuple size %zu exceeds maximum %zu"
 msgstr "La dimensione %zu della tupla interna SP-GiST supera il massimo %zu"
 
-#: access/spgist/spgvalidate.c:93
-#, c-format
-msgid "spgist operator family \"%s\" contains support procedure %s with cross-type registration"
-msgstr "la famiglia di operatori spgist \"%s\" contiene la procedura di supporto %s con tipi misti"
-
-#: access/spgist/spgvalidate.c:116
-#, c-format
-msgid "spgist operator family \"%s\" contains function %s with invalid support number %d"
-msgstr "la famiglia di operatori spgist \"%s\" contiene la funzione %s con numero di supporto non valido %d"
-
-#: access/spgist/spgvalidate.c:128
-#, c-format
-msgid "spgist operator family \"%s\" contains function %s with wrong signature for support number %d"
-msgstr "la famiglia di operatori spgist \"%s\" contiene la funzione %s con signature non valida per il numero di supporto %d"
-
-#: access/spgist/spgvalidate.c:147
-#, c-format
-msgid "spgist operator family \"%s\" contains operator %s with invalid strategy number %d"
-msgstr "la famiglia di operatori spgist \"%s\" contiene l'operatore %s con numero di strategia non valido %d"
-
-#: access/spgist/spgvalidate.c:160
-#, c-format
-msgid "spgist operator family \"%s\" contains invalid ORDER BY specification for operator %s"
-msgstr "la famiglia di operatori spgist \"%s\" contiene una specifica ORDER BY non valida per l'operatore %s"
-
-#: access/spgist/spgvalidate.c:173
-#, c-format
-msgid "spgist operator family \"%s\" contains operator %s with wrong signature"
-msgstr "la famiglia di operatori spgist \"%s\" contiene l'operatore %s con signature non valida"
-
-#: access/spgist/spgvalidate.c:201
-#, c-format
-msgid "spgist operator family \"%s\" is missing operator(s) for types %s and %s"
-msgstr "alla famiglia di operatori spgist \"%s\" mancano operatori per i tipi %s e %s"
-
 #: access/spgist/spgvalidate.c:221
 #, c-format
-msgid "spgist operator family \"%s\" is missing support function %d for type %s"
-msgstr "alla famiglia di operatori spgist \"%s\" manca la funzione di supporto %d per il tipo %s"
-
-#: access/spgist/spgvalidate.c:234
-#, c-format
-msgid "spgist operator class \"%s\" is missing operator(s)"
-msgstr "alla classe di operatori spgist \"%s\" mancano operatori"
+msgid "operator family \"%s\" of access method %s is missing support function %d for type %s"
+msgstr "alla famiglia di operatori \"%s\" del metodo di accesso %s manca la funzione di supporto %d per il tipo %s"
 
 #: access/tablesample/bernoulli.c:152 access/tablesample/system.c:156
 #, c-format
@@ -1329,54 +1159,54 @@ msgstr "mappatura del segmento di memoria dinamica condivisa non riuscito"
 msgid "invalid magic number in dynamic shared memory segment"
 msgstr "numero magico non valido nel segmento di memoria dinamica condivisa"
 
-#: access/transam/slru.c:664
+#: access/transam/slru.c:668
 #, c-format
 msgid "file \"%s\" doesn't exist, reading as zeroes"
 msgstr "il file \"%s\" non esiste, interpretato come zeri"
 
-#: access/transam/slru.c:903 access/transam/slru.c:909
-#: access/transam/slru.c:916 access/transam/slru.c:923
-#: access/transam/slru.c:930 access/transam/slru.c:937
+#: access/transam/slru.c:907 access/transam/slru.c:913
+#: access/transam/slru.c:920 access/transam/slru.c:927
+#: access/transam/slru.c:934 access/transam/slru.c:941
 #, c-format
 msgid "could not access status of transaction %u"
 msgstr "non è stato possibile accedere allo stato della transazione %u"
 
-#: access/transam/slru.c:904
+#: access/transam/slru.c:908
 #, c-format
 msgid "Could not open file \"%s\": %m."
 msgstr "Apertura del file \"%s\" fallita: %m."
 
-#: access/transam/slru.c:910
+#: access/transam/slru.c:914
 #, c-format
 msgid "Could not seek in file \"%s\" to offset %u: %m."
 msgstr "Spostamento nel file \"%s\" all'offset %u fallito: %m."
 
-#: access/transam/slru.c:917
+#: access/transam/slru.c:921
 #, c-format
 msgid "Could not read from file \"%s\" at offset %u: %m."
 msgstr "Lettura dal file \"%s\" all'offset %u fallita: %m."
 
-#: access/transam/slru.c:924
+#: access/transam/slru.c:928
 #, c-format
 msgid "Could not write to file \"%s\" at offset %u: %m."
 msgstr "Scrittura nel file \"%s\" all'offset %u fallita: %m."
 
-#: access/transam/slru.c:931
+#: access/transam/slru.c:935
 #, c-format
 msgid "Could not fsync file \"%s\": %m."
 msgstr "fsync del file \"%s\" fallito: %m."
 
-#: access/transam/slru.c:938
+#: access/transam/slru.c:942
 #, c-format
 msgid "Could not close file \"%s\": %m."
 msgstr "Chiusura del file \"%s\" fallita: %m."
 
-#: access/transam/slru.c:1195
+#: access/transam/slru.c:1199
 #, c-format
 msgid "could not truncate directory \"%s\": apparent wraparound"
 msgstr "troncamento della directory \"%s\" fallito: probabile wraparound"
 
-#: access/transam/slru.c:1250 access/transam/slru.c:1306
+#: access/transam/slru.c:1254 access/transam/slru.c:1310
 #, c-format
 msgid "removing file \"%s\""
 msgstr "cancellazione del file \"%s\""
@@ -1417,8 +1247,8 @@ msgid "Timeline IDs must be less than child timeline's ID."
 msgstr "Gli ID della timeline devono avere valori inferiori degli ID della timeline figlia"
 
 #: access/transam/timeline.c:418 access/transam/timeline.c:498
-#: access/transam/xlog.c:3257 access/transam/xlog.c:3424
-#: access/transam/xlogfuncs.c:693 commands/copy.c:1745
+#: access/transam/xlog.c:3256 access/transam/xlog.c:3423
+#: access/transam/xlogfuncs.c:693 commands/copy.c:1723
 #: storage/file/copydir.c:206
 #, c-format
 msgid "could not close file \"%s\": %m"
@@ -1429,62 +1259,62 @@ msgstr "chiusura del file \"%s\" fallita: %m"
 msgid "requested timeline %u is not in this server's history"
 msgstr "la timeline richiesta %u non è nella storia di questo server"
 
-#: access/transam/twophase.c:385
+#: access/transam/twophase.c:383
 #, c-format
 msgid "transaction identifier \"%s\" is too long"
 msgstr "l'identificativo di transazione \"%s\" è troppo lungo"
 
-#: access/transam/twophase.c:392
+#: access/transam/twophase.c:390
 #, c-format
 msgid "prepared transactions are disabled"
 msgstr "le transazione preparate sono disabilitate"
 
-#: access/transam/twophase.c:393
+#: access/transam/twophase.c:391
 #, c-format
 msgid "Set max_prepared_transactions to a nonzero value."
 msgstr "Imposta max_prepared_transactions ad un valore non nullo."
 
-#: access/transam/twophase.c:412
+#: access/transam/twophase.c:410
 #, c-format
 msgid "transaction identifier \"%s\" is already in use"
 msgstr "l'identificativo di transazione \"%s\" è già in uso"
 
-#: access/transam/twophase.c:421 access/transam/twophase.c:2332
+#: access/transam/twophase.c:419 access/transam/twophase.c:2340
 #, c-format
 msgid "maximum number of prepared transactions reached"
 msgstr "è stato raggiunto il numero massimo di transazioni preparate"
 
-#: access/transam/twophase.c:422 access/transam/twophase.c:2333
+#: access/transam/twophase.c:420 access/transam/twophase.c:2341
 #, c-format
 msgid "Increase max_prepared_transactions (currently %d)."
 msgstr "Incrementa il valore di max_prepared_transactions (il valore attuale è %d)"
 
-#: access/transam/twophase.c:583
+#: access/transam/twophase.c:587
 #, c-format
 msgid "prepared transaction with identifier \"%s\" is busy"
 msgstr "la transazione preparata con identificativo \"%s\" è in uso"
 
-#: access/transam/twophase.c:589
+#: access/transam/twophase.c:593
 #, c-format
 msgid "permission denied to finish prepared transaction"
 msgstr "non è consentito portare a termine la transazione preparata"
 
-#: access/transam/twophase.c:590
+#: access/transam/twophase.c:594
 #, c-format
 msgid "Must be superuser or the user that prepared the transaction."
 msgstr "È consentito solo a un superutente o all'utente che ha preparato la transazione."
 
-#: access/transam/twophase.c:601
+#: access/transam/twophase.c:605
 #, c-format
 msgid "prepared transaction belongs to another database"
 msgstr "la transazione preparata appartiene ad un altro database"
 
-#: access/transam/twophase.c:602
+#: access/transam/twophase.c:606
 #, c-format
 msgid "Connect to the database where the transaction was prepared to finish it."
 msgstr "Connettersi al database in cui la transazione è stata preparata per portarla a termine."
 
-#: access/transam/twophase.c:617
+#: access/transam/twophase.c:621
 #, c-format
 msgid "prepared transaction with identifier \"%s\" does not exist"
 msgstr "la transazione preparata con identificativo \"%s\" non esiste"
@@ -1509,7 +1339,7 @@ msgstr "non è stato possibile ottenere informazioni sul file dello stato a due
 msgid "could not read two-phase state file \"%s\": %m"
 msgstr "lettura del file dello stato a due fasi \"%s\" fallita: %m"
 
-#: access/transam/twophase.c:1307 access/transam/xlog.c:6351
+#: access/transam/twophase.c:1307 access/transam/xlog.c:6356
 #, c-format
 msgid "Failed while allocating a WAL reading processor."
 msgstr "Errore nell'allocazione di un processore di lettura del WAL."
@@ -1524,69 +1354,69 @@ msgstr "lettura dello stato a due fasi dal WAL a %X/%X fallita"
 msgid "expected two-phase state data is not present in WAL at %X/%X"
 msgstr "i dati attesi sullo stato a due fasi non sono presenti nel WAL a %X/%X"
 
-#: access/transam/twophase.c:1556
+#: access/transam/twophase.c:1558
 #, c-format
 msgid "could not remove two-phase state file \"%s\": %m"
 msgstr "rimozione del file dello stato a due fasi \"%s\" fallita: %m"
 
-#: access/transam/twophase.c:1586
+#: access/transam/twophase.c:1588
 #, c-format
 msgid "could not recreate two-phase state file \"%s\": %m"
 msgstr "ricreazione del file dello stato a due fasi \"%s\" fallita: %m"
 
-#: access/transam/twophase.c:1597 access/transam/twophase.c:1605
+#: access/transam/twophase.c:1599 access/transam/twophase.c:1607
 #, c-format
 msgid "could not write two-phase state file: %m"
 msgstr "scrittura nel file dello stato a due fasi fallito: %m"
 
-#: access/transam/twophase.c:1619
+#: access/transam/twophase.c:1621
 #, c-format
 msgid "could not fsync two-phase state file: %m"
 msgstr "fsync del file dello stato a due fasi: %m"
 
-#: access/transam/twophase.c:1626
+#: access/transam/twophase.c:1628
 #, c-format
 msgid "could not close two-phase state file: %m"
 msgstr "chiusura del file dello stato a due fasi fallita: %m"
 
-#: access/transam/twophase.c:1714
+#: access/transam/twophase.c:1716
 #, c-format
 msgid "%u two-phase state file was written for a long-running prepared transaction"
 msgid_plural "%u two-phase state files were written for long-running prepared transactions"
 msgstr[0] "%u file di stato a due fasi scritto per una transazione preparata di lunga durata"
 msgstr[1] "%u file di stato a due fasi scritti per transazioni preparate di lunga durata"
 
-#: access/transam/twophase.c:1941
+#: access/transam/twophase.c:1944
 #, c-format
 msgid "recovering prepared transaction %u from shared memory"
 msgstr "recupero di %u transazioni preparate dalla memoria condivisa"
 
-#: access/transam/twophase.c:2026
+#: access/transam/twophase.c:2034
 #, c-format
 msgid "removing stale two-phase state file for \"%u\""
 msgstr "vecchio file di stato a due fasi per \"%u\" rimosso"
 
-#: access/transam/twophase.c:2033
+#: access/transam/twophase.c:2041
 #, c-format
 msgid "removing stale two-phase state from shared memory for \"%u\""
 msgstr "rimozione del vecchio stato a due fasi dalla memoria condivisa per \"%u\""
 
-#: access/transam/twophase.c:2046
+#: access/transam/twophase.c:2054
 #, c-format
 msgid "removing future two-phase state file for \"%u\""
 msgstr "rimozione del file di stato a due fasi future per \"%u\""
 
-#: access/transam/twophase.c:2053
+#: access/transam/twophase.c:2061
 #, c-format
 msgid "removing future two-phase state from memory for \"%u\""
 msgstr "rimozione dello stato a due fasi dalla memoria per \"%u\""
 
-#: access/transam/twophase.c:2067 access/transam/twophase.c:2086
+#: access/transam/twophase.c:2075 access/transam/twophase.c:2094
 #, c-format
 msgid "removing corrupt two-phase state file for \"%u\""
 msgstr "rimozione del file di stato a due fasi corrotto per \"%u\""
 
-#: access/transam/twophase.c:2093
+#: access/transam/twophase.c:2101
 #, c-format
 msgid "removing corrupt two-phase state from memory for \"%u\""
 msgstr "rimozione dello stato a due fasi corrotto dalla memoria per \"%u\""
@@ -1635,932 +1465,937 @@ msgstr "non è possibile effettuare più di 2^32-2 comandi in una transazione"
 msgid "maximum number of committed subtransactions (%d) exceeded"
 msgstr "il numero massimo di sottotransazioni committed (%d) è stato superato"
 
-#: access/transam/xact.c:2268
+#: access/transam/xact.c:2265
 #, c-format
 msgid "cannot PREPARE a transaction that has operated on temporary tables"
 msgstr "non è possibile eseguire PREPARE in una transazione che ha operato su tabelle temporanee"
 
-#: access/transam/xact.c:2278
+#: access/transam/xact.c:2275
 #, c-format
 msgid "cannot PREPARE a transaction that has exported snapshots"
 msgstr "non è possibile eseguire PREPARE in una transazione che ha esportato snapshot"
 
+#: access/transam/xact.c:2284
+#, c-format
+msgid "cannot PREPARE a transaction that has manipulated logical replication workers"
+msgstr "non è possibile eseguire PREPARE in una transazione che ha manipolato i worker di replica logica"
+
 #. translator: %s represents an SQL statement name
-#: access/transam/xact.c:3165
+#: access/transam/xact.c:3166
 #, c-format
 msgid "%s cannot run inside a transaction block"
 msgstr "non è possibile eseguire %s all'interno di un blocco di transazione"
 
 #  translator: %s represents an SQL statement name
 #. translator: %s represents an SQL statement name
-#: access/transam/xact.c:3175
+#: access/transam/xact.c:3176
 #, c-format
 msgid "%s cannot run inside a subtransaction"
 msgstr "non è possibile eseguire %s all'interno di una sottotransazione"
 
 #. translator: %s represents an SQL statement name
-#: access/transam/xact.c:3185
+#: access/transam/xact.c:3186
 #, c-format
 msgid "%s cannot be executed from a function or multi-command string"
 msgstr "una funzione o una stringa multi-comando non può eseguire %s"
 
 #  translator: %s represents an SQL statement name
 #. translator: %s represents an SQL statement name
-#: access/transam/xact.c:3256
+#: access/transam/xact.c:3257
 #, c-format
 msgid "%s can only be used in transaction blocks"
 msgstr "si può usare %s solo entro blocchi di transazione"
 
-#: access/transam/xact.c:3440
+#: access/transam/xact.c:3441
 #, c-format
 msgid "there is already a transaction in progress"
 msgstr "c'è già una transazione in corso"
 
-#: access/transam/xact.c:3608 access/transam/xact.c:3711
+#: access/transam/xact.c:3609 access/transam/xact.c:3712
 #, c-format
 msgid "there is no transaction in progress"
 msgstr "non c'è alcuna transazione in corso"
 
-#: access/transam/xact.c:3619
+#: access/transam/xact.c:3620
 #, c-format
 msgid "cannot commit during a parallel operation"
 msgstr "non è possibile effettuare un commit durante un'operazione parallela"
 
-#: access/transam/xact.c:3722
+#: access/transam/xact.c:3723
 #, c-format
 msgid "cannot abort during a parallel operation"
 msgstr "non è possibile interrompere durante un'operazione parallela"
 
-#: access/transam/xact.c:3764
+#: access/transam/xact.c:3765
 #, c-format
 msgid "cannot define savepoints during a parallel operation"
 msgstr "non è possibile definire un punto di salvataggio durante un'operazione parallela"
 
-#: access/transam/xact.c:3831
+#: access/transam/xact.c:3832
 #, c-format
 msgid "cannot release savepoints during a parallel operation"
 msgstr "non è possibile rilasciare un punto di salvataggio durante un'operazione parallela"
 
-#: access/transam/xact.c:3842 access/transam/xact.c:3894
-#: access/transam/xact.c:3900 access/transam/xact.c:3956
-#: access/transam/xact.c:4006 access/transam/xact.c:4012
+#: access/transam/xact.c:3843 access/transam/xact.c:3895
+#: access/transam/xact.c:3901 access/transam/xact.c:3957
+#: access/transam/xact.c:4007 access/transam/xact.c:4013
 #, c-format
 msgid "no such savepoint"
 msgstr "punto di salvataggio inesistente"
 
-#: access/transam/xact.c:3944
+#: access/transam/xact.c:3945
 #, c-format
 msgid "cannot rollback to savepoints during a parallel operation"
 msgstr "non è possibile effettuare un rollback durante un'operazione parallela"
 
-#: access/transam/xact.c:4072
+#: access/transam/xact.c:4073
 #, c-format
 msgid "cannot start subtransactions during a parallel operation"
 msgstr "non è possibile iniziare una sub-transazione durante un'operazione parallela"
 
-#: access/transam/xact.c:4139
+#: access/transam/xact.c:4140
 #, c-format
 msgid "cannot commit subtransactions during a parallel operation"
 msgstr "non è possibile effettuare il commit di una sub-transazione durante un'operazione parallela"
 
-#: access/transam/xact.c:4747
+#: access/transam/xact.c:4769
 #, c-format
 msgid "cannot have more than 2^32-1 subtransactions in a transaction"
 msgstr "non è possibile avere più di 2^32-1 comandi in una sottotransazione"
 
-#: access/transam/xlog.c:2456
+#: access/transam/xlog.c:2455
 #, c-format
 msgid "could not seek in log file %s to offset %u: %m"
 msgstr "spostamento nel file di log %s alla posizione %u fallito: %m"
 
-#: access/transam/xlog.c:2478
+#: access/transam/xlog.c:2477
 #, c-format
 msgid "could not write to log file %s at offset %u, length %zu: %m"
 msgstr "scrittura nel file di log %s in posizione %u, lunghezza %zu fallita: %m"
 
-#: access/transam/xlog.c:2742
+#: access/transam/xlog.c:2741
 #, c-format
 msgid "updated min recovery point to %X/%X on timeline %u"
 msgstr "punto di recupero minimo aggiornato a %X/%X sulla timeline %u"
 
-#: access/transam/xlog.c:3389
+#: access/transam/xlog.c:3388
 #, c-format
 msgid "not enough data in file \"%s\""
 msgstr "il file \"%s\" non contiene abbastanza dati"
 
-#: access/transam/xlog.c:3535
+#: access/transam/xlog.c:3534
 #, c-format
 msgid "could not open write-ahead log file \"%s\": %m"
 msgstr "apertura del file di log write-ahead \"%s\" fallita: %m"
 
-#: access/transam/xlog.c:3724 access/transam/xlog.c:5536
+#: access/transam/xlog.c:3723 access/transam/xlog.c:5541
 #, c-format
 msgid "could not close log file %s: %m"
 msgstr "chiusura del file di log %s fallita: %m"
 
-#: access/transam/xlog.c:3781 access/transam/xlogutils.c:701
-#: replication/walsender.c:2383
+#: access/transam/xlog.c:3780 access/transam/xlogutils.c:701
+#: replication/walsender.c:2380
 #, c-format
 msgid "requested WAL segment %s has already been removed"
 msgstr "il segmento WAL richiesto %s è stato già rimosso"
 
-#: access/transam/xlog.c:3841 access/transam/xlog.c:3916
-#: access/transam/xlog.c:4111
+#: access/transam/xlog.c:3840 access/transam/xlog.c:3915
+#: access/transam/xlog.c:4110
 #, c-format
 msgid "could not open write-ahead log directory \"%s\": %m"
 msgstr "apertura della directory del log write-ahead \"%s\" fallita: %m"
 
-#: access/transam/xlog.c:3997
+#: access/transam/xlog.c:3996
 #, c-format
 msgid "recycled write-ahead log file \"%s\""
 msgstr "riciclaggio del file di log write-ahead \"%s\""
 
-#: access/transam/xlog.c:4009
+#: access/transam/xlog.c:4008
 #, c-format
 msgid "removing write-ahead log file \"%s\""
 msgstr "rimozione del file di log write-ahead \"%s\""
 
-#: access/transam/xlog.c:4029
+#: access/transam/xlog.c:4028
 #, c-format
 msgid "could not rename old write-ahead log file \"%s\": %m"
 msgstr "rinominazione del vecchio file di log write-ahead \"%s\" fallita: %m"
 
-#: access/transam/xlog.c:4071 access/transam/xlog.c:4081
+#: access/transam/xlog.c:4070 access/transam/xlog.c:4080
 #, c-format
 msgid "required WAL directory \"%s\" does not exist"
 msgstr "la directory dei file WAL \"%s\" necessaria non esiste"
 
-#: access/transam/xlog.c:4087
+#: access/transam/xlog.c:4086
 #, c-format
 msgid "creating missing WAL directory \"%s\""
 msgstr "creazione della directory dei file WAL mancante \"%s\""
 
-#: access/transam/xlog.c:4090
+#: access/transam/xlog.c:4089
 #, c-format
 msgid "could not create missing directory \"%s\": %m"
 msgstr "creazione della directory mancante \"%s\" fallita: %m"
 
-#: access/transam/xlog.c:4201
+#: access/transam/xlog.c:4200
 #, c-format
 msgid "unexpected timeline ID %u in log segment %s, offset %u"
 msgstr "ID di timeline %u inatteso nel segmento di log %s, offset %u"
 
-#: access/transam/xlog.c:4323
+#: access/transam/xlog.c:4322
 #, c-format
 msgid "new timeline %u is not a child of database system timeline %u"
 msgstr "la nuova timeline %u non è figlia della timeline %u del database"
 
-#: access/transam/xlog.c:4337
+#: access/transam/xlog.c:4336
 #, c-format
 msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X"
 msgstr "la nuova timeline %u si è staccata dalla timeline attuale %u prima del punto di recupero corrente %X/%X"
 
-#: access/transam/xlog.c:4356
+#: access/transam/xlog.c:4355
 #, c-format
 msgid "new target timeline is %u"
 msgstr "la nuova timeline di destinazione %u"
 
-#: access/transam/xlog.c:4431
+#: access/transam/xlog.c:4436
 #, c-format
 msgid "could not create control file \"%s\": %m"
 msgstr "creazione del file di controllo \"%s\" fallita: %m"
 
-#: access/transam/xlog.c:4443 access/transam/xlog.c:4669
+#: access/transam/xlog.c:4448 access/transam/xlog.c:4674
 #, c-format
 msgid "could not write to control file: %m"
 msgstr "scrittura nel file di controllo fallita: %m"
 
-#: access/transam/xlog.c:4451 access/transam/xlog.c:4677
+#: access/transam/xlog.c:4456 access/transam/xlog.c:4682
 #, c-format
 msgid "could not fsync control file: %m"
 msgstr "fsync del file di controllo fallito: %m"
 
-#: access/transam/xlog.c:4457 access/transam/xlog.c:4683
+#: access/transam/xlog.c:4462 access/transam/xlog.c:4688
 #, c-format
 msgid "could not close control file: %m"
 msgstr "chiusura del file di controllo fallita: %m"
 
-#: access/transam/xlog.c:4475 access/transam/xlog.c:4657
+#: access/transam/xlog.c:4480 access/transam/xlog.c:4662
 #, c-format
 msgid "could not open control file \"%s\": %m"
 msgstr "apertura del file di controllo \"%s\" fallita: %m"
 
-#: access/transam/xlog.c:4482
+#: access/transam/xlog.c:4487
 #, c-format
 msgid "could not read from control file: %m"
 msgstr "lettura dal file di controllo fallita: %m"
 
-#: access/transam/xlog.c:4496 access/transam/xlog.c:4505
-#: access/transam/xlog.c:4529 access/transam/xlog.c:4536
-#: access/transam/xlog.c:4543 access/transam/xlog.c:4548
-#: access/transam/xlog.c:4555 access/transam/xlog.c:4562
-#: access/transam/xlog.c:4569 access/transam/xlog.c:4576
-#: access/transam/xlog.c:4583 access/transam/xlog.c:4590
-#: access/transam/xlog.c:4597 access/transam/xlog.c:4606
-#: access/transam/xlog.c:4613 access/transam/xlog.c:4622
-#: access/transam/xlog.c:4629 utils/init/miscinit.c:1397
+#: access/transam/xlog.c:4501 access/transam/xlog.c:4510
+#: access/transam/xlog.c:4534 access/transam/xlog.c:4541
+#: access/transam/xlog.c:4548 access/transam/xlog.c:4553
+#: access/transam/xlog.c:4560 access/transam/xlog.c:4567
+#: access/transam/xlog.c:4574 access/transam/xlog.c:4581
+#: access/transam/xlog.c:4588 access/transam/xlog.c:4595
+#: access/transam/xlog.c:4602 access/transam/xlog.c:4611
+#: access/transam/xlog.c:4618 access/transam/xlog.c:4627
+#: access/transam/xlog.c:4634 utils/init/miscinit.c:1406
 #, c-format
 msgid "database files are incompatible with server"
 msgstr "i file del database sono incompatibili col server"
 
-#: access/transam/xlog.c:4497
+#: access/transam/xlog.c:4502
 #, c-format
 msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)."
 msgstr "Il cluster di database è stato inizializzato con PG_CONTROL_VERSION %d (0x%08x), ma il server è stato compilato con PG_CONTROL_VERSION %d (0x%08x)."
 
-#: access/transam/xlog.c:4501
+#: access/transam/xlog.c:4506
 #, c-format
 msgid "This could be a problem of mismatched byte ordering.  It looks like you need to initdb."
 msgstr "Questo potrebbe essere un problema di ordinamento di byte che non combacia. Sembra sia necessario eseguire initdb."
 
-#: access/transam/xlog.c:4506
+#: access/transam/xlog.c:4511
 #, c-format
 msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d."
 msgstr "Il cluster di database è stato inizializzato con PG_CONTROL_VERSION %d, ma il server è stato compilato con PG_CONTROL_VERSION %d."
 
-#: access/transam/xlog.c:4509 access/transam/xlog.c:4533
-#: access/transam/xlog.c:4540 access/transam/xlog.c:4545
+#: access/transam/xlog.c:4514 access/transam/xlog.c:4538
+#: access/transam/xlog.c:4545 access/transam/xlog.c:4550
 #, c-format
 msgid "It looks like you need to initdb."
 msgstr "Sembra sia necessario eseguire initdb."
 
-#: access/transam/xlog.c:4520
+#: access/transam/xlog.c:4525
 #, c-format
 msgid "incorrect checksum in control file"
 msgstr "il checksum nel file di controllo non è corretto"
 
-#: access/transam/xlog.c:4530
+#: access/transam/xlog.c:4535
 #, c-format
 msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d."
 msgstr "Il cluster di database è stato inizializzato con CATALOG_VERSION_NO %d, ma il server è stato compilato con CATALOG_VERSION_NO %d."
 
-#: access/transam/xlog.c:4537
+#: access/transam/xlog.c:4542
 #, c-format
 msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d."
 msgstr "Il cluster di database è stato inizializzato con MAXALIGN %d, ma il server è stato compilato con MAXALIGN %d."
 
-#: access/transam/xlog.c:4544
+#: access/transam/xlog.c:4549
 #, c-format
 msgid "The database cluster appears to use a different floating-point number format than the server executable."
 msgstr "Il cluster di database sta usando un formato per i numeri in virgola mobile diverso da quello usato dall'eseguibile del server."
 
-#: access/transam/xlog.c:4549
+#: access/transam/xlog.c:4554
 #, c-format
 msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d."
 msgstr "Il cluster di database è stato inizializzato con BLCKSZ %d, ma il server è stato compilato con BLCKSZ %d."
 
-#: access/transam/xlog.c:4552 access/transam/xlog.c:4559
-#: access/transam/xlog.c:4566 access/transam/xlog.c:4573
-#: access/transam/xlog.c:4580 access/transam/xlog.c:4587
-#: access/transam/xlog.c:4594 access/transam/xlog.c:4601
-#: access/transam/xlog.c:4609 access/transam/xlog.c:4616
-#: access/transam/xlog.c:4625 access/transam/xlog.c:4632
+#: access/transam/xlog.c:4557 access/transam/xlog.c:4564
+#: access/transam/xlog.c:4571 access/transam/xlog.c:4578
+#: access/transam/xlog.c:4585 access/transam/xlog.c:4592
+#: access/transam/xlog.c:4599 access/transam/xlog.c:4606
+#: access/transam/xlog.c:4614 access/transam/xlog.c:4621
+#: access/transam/xlog.c:4630 access/transam/xlog.c:4637
 #, c-format
 msgid "It looks like you need to recompile or initdb."
 msgstr "Si consiglia di ricompilare il sistema o di eseguire initdb."
 
-#: access/transam/xlog.c:4556
+#: access/transam/xlog.c:4561
 #, c-format
 msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d."
 msgstr "Il cluster di database è stato inizializzato con RELSEG_SIZE %d, ma il server è stato compilato con RELSEG_SIZE %d."
 
-#: access/transam/xlog.c:4563
+#: access/transam/xlog.c:4568
 #, c-format
 msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d."
 msgstr "Il cluster di database è stato inizializzato con XLOG_BLOCKSZ %d, ma il server è stato compilato con XLOG_BLOCKSZ %d."
 
-#: access/transam/xlog.c:4570
+#: access/transam/xlog.c:4575
 #, c-format
 msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d."
 msgstr "Il cluster di database è stato inizializzato con XLOG_SEG_SIZE %d, ma il server è stato compilato con XLOG_SEG_SIZE %d."
 
-#: access/transam/xlog.c:4577
+#: access/transam/xlog.c:4582
 #, c-format
 msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d."
 msgstr "Il cluster di database è stato inizializzato con NAMEDATALEN %d, ma il server è stato compilato con NAMEDATALEN %d."
 
-#: access/transam/xlog.c:4584
+#: access/transam/xlog.c:4589
 #, c-format
 msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d."
 msgstr "Il cluster di database è stato inizializzato con INDEX_MAX_KEYS %d, ma il server è stato compilato con INDEX_MAX_KEYS %d."
 
-#: access/transam/xlog.c:4591
+#: access/transam/xlog.c:4596
 #, c-format
 msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d."
 msgstr "Il cluster di database è stato inizializzato con TOAST_MAX_CHUNK_SIZE %d, ma il server è stato compilato con TOAST_MAX_CHUNK_SIZE %d."
 
-#: access/transam/xlog.c:4598
+#: access/transam/xlog.c:4603
 #, c-format
 msgid "The database cluster was initialized with LOBLKSIZE %d, but the server was compiled with LOBLKSIZE %d."
 msgstr "Il cluster di database è stato inizializzato con LOBLKSIZE %d, ma il server è stato compilato con LOBLKSIZE %d."
 
-#: access/transam/xlog.c:4607
+#: access/transam/xlog.c:4612
 #, c-format
 msgid "The database cluster was initialized without USE_FLOAT4_BYVAL but the server was compiled with USE_FLOAT4_BYVAL."
 msgstr "Il cluster di database è stato inizializzato senza USE_FLOAT4_BYVAL, ma il server è stato compilato con USE_FLOAT4_BYVAL."
 
-#: access/transam/xlog.c:4614
+#: access/transam/xlog.c:4619
 #, c-format
 msgid "The database cluster was initialized with USE_FLOAT4_BYVAL but the server was compiled without USE_FLOAT4_BYVAL."
 msgstr "Il cluster di database è stato inizializzato con USE_FLOAT4_BYVAL, ma il server è stato compilato senza USE_FLOAT4_BYVAL."
 
-#: access/transam/xlog.c:4623
+#: access/transam/xlog.c:4628
 #, c-format
 msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL."
 msgstr "Il cluster di database è stato inizializzato senza USE_FLOAT8_BYVAL, ma il server è stato compilato con USE_FLOAT8_BYVAL."
 
-#: access/transam/xlog.c:4630
+#: access/transam/xlog.c:4635
 #, c-format
 msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL."
 msgstr "Il cluster di database è stato inizializzato con USE_FLOAT8_BYVAL, ma il server è stato compilato senza USE_FLOAT8_BYVAL."
 
-#: access/transam/xlog.c:4986
+#: access/transam/xlog.c:4991
 #, c-format
 msgid "could not generate secret authorization token"
 msgstr "generazione del token segreto di autenticazione fallita"
 
-#: access/transam/xlog.c:5076
+#: access/transam/xlog.c:5081
 #, c-format
 msgid "could not write bootstrap write-ahead log file: %m"
 msgstr "scrittura del file di bootstrap del log write-ahead fallita: %m"
 
-#: access/transam/xlog.c:5084
+#: access/transam/xlog.c:5089
 #, c-format
 msgid "could not fsync bootstrap write-ahead log file: %m"
 msgstr "sincronizzazione del file di bootstrap del log write-ahead fallita: %m"
 
-#: access/transam/xlog.c:5090
+#: access/transam/xlog.c:5095
 #, c-format
 msgid "could not close bootstrap write-ahead log file: %m"
 msgstr "chiusura del file di bootstrap del log write-ahead fallita: %m"
 
-#: access/transam/xlog.c:5166
+#: access/transam/xlog.c:5171
 #, c-format
 msgid "could not open recovery command file \"%s\": %m"
 msgstr "apertura del file di ripristino \"%s\" fallita: %m"
 
-#: access/transam/xlog.c:5212 access/transam/xlog.c:5314
+#: access/transam/xlog.c:5217 access/transam/xlog.c:5319
 #, c-format
 msgid "invalid value for recovery parameter \"%s\": \"%s\""
 msgstr "valore non valido per il parametro di ripristino \"%s\": \"%s\""
 
-#: access/transam/xlog.c:5215
+#: access/transam/xlog.c:5220
 #, c-format
 msgid "Valid values are \"pause\", \"promote\", and \"shutdown\"."
 msgstr "I valori validi sono \"pause\", \"promote\" e \"shutdown\"."
 
 # da non tradurre
 # DV: perché (già tradotto peraltro)
-#: access/transam/xlog.c:5235
+#: access/transam/xlog.c:5240
 #, c-format
 msgid "recovery_target_timeline is not a valid number: \"%s\""
 msgstr "recovery_target_timeline non ha un valore numerico valido: \"%s\""
 
-#: access/transam/xlog.c:5252
+#: access/transam/xlog.c:5257
 #, c-format
 msgid "recovery_target_xid is not a valid number: \"%s\""
 msgstr "recovery_target_xid non ha un valore numerico valido: \"%s\""
 
-#: access/transam/xlog.c:5283
+#: access/transam/xlog.c:5288
 #, c-format
 msgid "recovery_target_name is too long (maximum %d characters)"
 msgstr "il recovery_target_name è troppo lungo (massimo %d caratteri)"
 
-#: access/transam/xlog.c:5317
+#: access/transam/xlog.c:5322
 #, c-format
 msgid "The only allowed value is \"immediate\"."
 msgstr "Il solo valore permesso è \"immediate\"."
 
-#: access/transam/xlog.c:5330 access/transam/xlog.c:5341
-#: commands/extension.c:546 commands/extension.c:554 utils/misc/guc.c:5739
+#: access/transam/xlog.c:5335 access/transam/xlog.c:5346
+#: commands/extension.c:547 commands/extension.c:555 utils/misc/guc.c:5750
 #, c-format
 msgid "parameter \"%s\" requires a Boolean value"
 msgstr "il parametro \"%s\" richiede un valore booleano"
 
-#: access/transam/xlog.c:5376
+#: access/transam/xlog.c:5381
 #, c-format
 msgid "parameter \"%s\" requires a temporal value"
 msgstr "il parametro \"%s\" richiede un valore temporale"
 
-#: access/transam/xlog.c:5378 catalog/dependency.c:961 catalog/dependency.c:962
-#: catalog/dependency.c:968 catalog/dependency.c:969 catalog/dependency.c:980
-#: catalog/dependency.c:981 commands/tablecmds.c:927 commands/tablecmds.c:10336
-#: commands/user.c:1030 commands/view.c:505 libpq/auth.c:328
-#: replication/syncrep.c:1130 storage/lmgr/deadlock.c:1139
-#: storage/lmgr/proc.c:1313 utils/adt/acl.c:5248 utils/misc/guc.c:5761
-#: utils/misc/guc.c:5854 utils/misc/guc.c:9810 utils/misc/guc.c:9844
-#: utils/misc/guc.c:9878 utils/misc/guc.c:9912 utils/misc/guc.c:9947
+#: access/transam/xlog.c:5383 catalog/dependency.c:961
+#: catalog/dependency.c:962 catalog/dependency.c:968 catalog/dependency.c:969
+#: catalog/dependency.c:980 catalog/dependency.c:981 commands/tablecmds.c:946
+#: commands/tablecmds.c:10358 commands/user.c:1064 commands/view.c:505
+#: libpq/auth.c:328 replication/syncrep.c:1160 storage/lmgr/deadlock.c:1139
+#: storage/lmgr/proc.c:1313 utils/adt/acl.c:5248 utils/misc/guc.c:5772
+#: utils/misc/guc.c:5865 utils/misc/guc.c:9821 utils/misc/guc.c:9855
+#: utils/misc/guc.c:9889 utils/misc/guc.c:9923 utils/misc/guc.c:9958
 #, c-format
 msgid "%s"
 msgstr "%s"
 
-#: access/transam/xlog.c:5385
+#: access/transam/xlog.c:5390
 #, c-format
 msgid "unrecognized recovery parameter \"%s\""
 msgstr "parametro di ripristino \"%s\" sconosciuto"
 
-#: access/transam/xlog.c:5396
+#: access/transam/xlog.c:5401
 #, c-format
 msgid "recovery command file \"%s\" specified neither primary_conninfo nor restore_command"
 msgstr "il file dei comandi di ripristino \"%s\" non specifica né primary_conninfo né restore_command"
 
-#: access/transam/xlog.c:5398
+#: access/transam/xlog.c:5403
 #, c-format
 msgid "The database server will regularly poll the pg_wal subdirectory to check for files placed there."
 msgstr "Il server database ispezionerà regolarmente la sottodirectory pg_wal per controllare se vi vengono aggiunti dei file.\""
 
-#: access/transam/xlog.c:5405
+#: access/transam/xlog.c:5410
 #, c-format
 msgid "recovery command file \"%s\" must specify restore_command when standby mode is not enabled"
 msgstr "il file dei comandi di ripristino \"%s\" deve specificare restore_command quando la modalità standby non è abilitata"
 
-#: access/transam/xlog.c:5426
+#: access/transam/xlog.c:5431
 #, c-format
 msgid "standby mode is not supported by single-user servers"
 msgstr "la modalità di standby non è supportata per i server a utente singolo"
 
-#: access/transam/xlog.c:5445
+#: access/transam/xlog.c:5450
 #, c-format
 msgid "recovery target timeline %u does not exist"
 msgstr "la timeline destinazione di recupero %u non esiste"
 
-#: access/transam/xlog.c:5566
+#: access/transam/xlog.c:5571
 #, c-format
 msgid "archive recovery complete"
 msgstr "il ripristino dell'archivio è stato completato"
 
-#: access/transam/xlog.c:5625 access/transam/xlog.c:5891
+#: access/transam/xlog.c:5630 access/transam/xlog.c:5896
 #, c-format
 msgid "recovery stopping after reaching consistency"
 msgstr "il ripristino è stato interrotto dopo aver raggiunto la consistenza"
 
-#: access/transam/xlog.c:5646
+#: access/transam/xlog.c:5651
 #, c-format
 msgid "recovery stopping before WAL location (LSN) \"%X/%X\""
 msgstr "il ripristino è stato interrotto prima della locazione WAL (LSN) \"%X/%X\""
 
-#: access/transam/xlog.c:5732
+#: access/transam/xlog.c:5737
 #, c-format
 msgid "recovery stopping before commit of transaction %u, time %s"
 msgstr "il ripristino è stato interrotto prima del commit della transazione %u, orario %s"
 
-#: access/transam/xlog.c:5739
+#: access/transam/xlog.c:5744
 #, c-format
 msgid "recovery stopping before abort of transaction %u, time %s"
 msgstr "il ripristino è stato interrotto prima dell'abort della transazione %u alle %s"
 
-#: access/transam/xlog.c:5785
+#: access/transam/xlog.c:5790
 #, c-format
 msgid "recovery stopping at restore point \"%s\", time %s"
 msgstr "il ripristino è stato interrotto al punto di ripristino \"%s\" alle %s"
 
-#: access/transam/xlog.c:5803
+#: access/transam/xlog.c:5808
 #, c-format
 msgid "recovery stopping after WAL location (LSN) \"%X/%X\""
 msgstr "il ripristino è stato interrotto dopo la locazione WAL (LSN) \"%X/%X\""
 
-#: access/transam/xlog.c:5871
+#: access/transam/xlog.c:5876
 #, c-format
 msgid "recovery stopping after commit of transaction %u, time %s"
 msgstr "il ripristino è stato interrotto dopo il commit della transazione %u alle %s"
 
-#: access/transam/xlog.c:5879
+#: access/transam/xlog.c:5884
 #, c-format
 msgid "recovery stopping after abort of transaction %u, time %s"
 msgstr "il ripristino è stato interrotto dopo l'abort della transazione %u alle %s"
 
-#: access/transam/xlog.c:5919
+#: access/transam/xlog.c:5924
 #, c-format
 msgid "recovery has paused"
 msgstr "ripristino in pausa"
 
-#: access/transam/xlog.c:5920
+#: access/transam/xlog.c:5925
 #, c-format
 msgid "Execute pg_wal_replay_resume() to continue."
 msgstr "Esegui pg_wal_replay_resume() per continuare."
 
-#: access/transam/xlog.c:6128
+#: access/transam/xlog.c:6133
 #, c-format
 msgid "hot standby is not possible because %s = %d is a lower setting than on the master server (its value was %d)"
 msgstr "l'hot standby non è possibile perché %s = %d è un'impostazione inferiore a quella del server master (il cui valore era %d)"
 
-#: access/transam/xlog.c:6154
+#: access/transam/xlog.c:6159
 #, c-format
 msgid "WAL was generated with wal_level=minimal, data may be missing"
 msgstr "il WAL è stato generato con wal_level=minimal, alcuni dati potrebbero mancare"
 
-#: access/transam/xlog.c:6155
+#: access/transam/xlog.c:6160
 #, c-format
 msgid "This happens if you temporarily set wal_level=minimal without taking a new base backup."
 msgstr "Questo avviene se imposti temporaneamente wal_level=minimal senza effettuare un nuovo backup di base."
 
-#: access/transam/xlog.c:6166
+#: access/transam/xlog.c:6171
 #, c-format
 msgid "hot standby is not possible because wal_level was not set to \"replica\" or higher on the master server"
 msgstr "l'hot standby non è possibile perché il wal_level non è impostato a \"replica\" o superiore nel server master"
 
-#: access/transam/xlog.c:6167
+#: access/transam/xlog.c:6172
 #, c-format
 msgid "Either set wal_level to \"replica\" on the master, or turn off hot_standby here."
 msgstr "Imposta il wal_level a \"replica\" sul master oppure disattiva hot_standby qui."
 
-#: access/transam/xlog.c:6224
+#: access/transam/xlog.c:6229
 #, c-format
 msgid "control file contains invalid data"
 msgstr "il file di controllo contiene dati non validi"
 
-#: access/transam/xlog.c:6230
+#: access/transam/xlog.c:6235
 #, c-format
 msgid "database system was shut down at %s"
 msgstr "il database è stato arrestato alle %s"
 
-#: access/transam/xlog.c:6235
+#: access/transam/xlog.c:6240
 #, c-format
 msgid "database system was shut down in recovery at %s"
 msgstr "il database è stato arrestato durante il ripristino alle %s"
 
-#: access/transam/xlog.c:6239
+#: access/transam/xlog.c:6244
 #, c-format
 msgid "database system shutdown was interrupted; last known up at %s"
 msgstr "l'arresto del database è stato interrotto; l'ultimo segno di vita risale alle %s"
 
-#: access/transam/xlog.c:6243
+#: access/transam/xlog.c:6248
 #, c-format
 msgid "database system was interrupted while in recovery at %s"
 msgstr "il database è stato interrotto alle %s mentre era in fase di ripristino"
 
-#: access/transam/xlog.c:6245
+#: access/transam/xlog.c:6250
 #, c-format
 msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery."
 msgstr "Questo probabilmente significa che alcuni dati sono corrotti e dovrai usare il backup più recente per il ripristino."
 
-#: access/transam/xlog.c:6249
+#: access/transam/xlog.c:6254
 #, c-format
 msgid "database system was interrupted while in recovery at log time %s"
 msgstr "il database è stato interrotto all'orario di log %s mentre era in fase di ripristino"
 
-#: access/transam/xlog.c:6251
+#: access/transam/xlog.c:6256
 #, c-format
 msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target."
 msgstr "Se ciò è avvenuto più di una volta, alcuni dati potrebbero essere corrotti e potresti dover scegliere una destinazione di ripristino precedente."
 
-#: access/transam/xlog.c:6255
+#: access/transam/xlog.c:6260
 #, c-format
 msgid "database system was interrupted; last known up at %s"
 msgstr "il database è stato interrotto; l'ultimo segno di vita risale alle %s"
 
-#: access/transam/xlog.c:6311
+#: access/transam/xlog.c:6316
 #, c-format
 msgid "entering standby mode"
 msgstr "inizio modalità standby"
 
-#: access/transam/xlog.c:6314
+#: access/transam/xlog.c:6319
 #, c-format
 msgid "starting point-in-time recovery to XID %u"
 msgstr "avvio del ripristino point-in-time allo XID %u"
 
-#: access/transam/xlog.c:6318
+#: access/transam/xlog.c:6323
 #, c-format
 msgid "starting point-in-time recovery to %s"
 msgstr "avvio del ripristino point-in-time alle %s"
 
-#: access/transam/xlog.c:6322
+#: access/transam/xlog.c:6327
 #, c-format
 msgid "starting point-in-time recovery to \"%s\""
 msgstr "avvio del ripristino point-in-time a \"%s\""
 
-#: access/transam/xlog.c:6326
+#: access/transam/xlog.c:6331
 #, c-format
 msgid "starting point-in-time recovery to WAL location (LSN) \"%X/%X\""
 msgstr "avvio del ripristino point-in-time alla locazione WAL (LSN) \"%X/%X\""
 
-#: access/transam/xlog.c:6331
+#: access/transam/xlog.c:6336
 #, c-format
 msgid "starting point-in-time recovery to earliest consistent point"
 msgstr "avvio del ripristino point-in-time al precedente punto consistente"
 
-#: access/transam/xlog.c:6334
+#: access/transam/xlog.c:6339
 #, c-format
 msgid "starting archive recovery"
 msgstr "avvio del ripristino dell'archivio"
 
-#: access/transam/xlog.c:6385 access/transam/xlog.c:6513
+#: access/transam/xlog.c:6390 access/transam/xlog.c:6518
 #, c-format
 msgid "checkpoint record is at %X/%X"
 msgstr "il record di checkpoint si trova in %X/%X"
 
-#: access/transam/xlog.c:6399
+#: access/transam/xlog.c:6404
 #, c-format
 msgid "could not find redo location referenced by checkpoint record"
 msgstr "localizzazione della posizione di redo referenziata dal record di checkpoint fallita"
 
-#: access/transam/xlog.c:6400 access/transam/xlog.c:6407
+#: access/transam/xlog.c:6405 access/transam/xlog.c:6412
 #, c-format
 msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"."
 msgstr "Se non si sta effettuando il ripristino da backup, prova a rimuovere il file \"%s/backup_label\"."
 
-#: access/transam/xlog.c:6406
+#: access/transam/xlog.c:6411
 #, c-format
 msgid "could not locate required checkpoint record"
 msgstr "localizzazione del record di checkpoint richiesto fallita"
 
-#: access/transam/xlog.c:6432 commands/tablespace.c:639
+#: access/transam/xlog.c:6437 commands/tablespace.c:639
 #, c-format
 msgid "could not create symbolic link \"%s\": %m"
 msgstr "creazione del link simbolico \"%s\" fallita: %m"
 
-#: access/transam/xlog.c:6464 access/transam/xlog.c:6470
+#: access/transam/xlog.c:6469 access/transam/xlog.c:6475
 #, c-format
 msgid "ignoring file \"%s\" because no file \"%s\" exists"
 msgstr "il file \"%s\" verrà ignorato perché il file \"%s\" non esiste"
 
-#: access/transam/xlog.c:6466 access/transam/xlog.c:11386
+#: access/transam/xlog.c:6471 access/transam/xlog.c:11400
 #, c-format
 msgid "File \"%s\" was renamed to \"%s\"."
 msgstr "Il file \"%s\" è stato rinominato in \"%s\"."
 
-#: access/transam/xlog.c:6472
+#: access/transam/xlog.c:6477
 #, c-format
 msgid "Could not rename file \"%s\" to \"%s\": %m."
 msgstr "Cambio del nome del file da \"%s\" a \"%s\" fallito: %m."
 
-#: access/transam/xlog.c:6523 access/transam/xlog.c:6538
+#: access/transam/xlog.c:6528 access/transam/xlog.c:6543
 #, c-format
 msgid "could not locate a valid checkpoint record"
 msgstr "localizzazione di un record di checkpoint valido fallita"
 
-#: access/transam/xlog.c:6532
+#: access/transam/xlog.c:6537
 #, c-format
 msgid "using previous checkpoint record at %X/%X"
 msgstr "si sta usando il precedente record di checkpoint in %X/%X"
 
-#: access/transam/xlog.c:6576
+#: access/transam/xlog.c:6581
 #, c-format
 msgid "requested timeline %u is not a child of this server's history"
 msgstr "la timeline richiesta %u non è figlia della storia di questo server"
 
-#: access/transam/xlog.c:6578
+#: access/transam/xlog.c:6583
 #, c-format
 msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X."
 msgstr "L'ultimo checkpoint è a %X/%X sulla timeline %u, ma nella storia della timeline richiesta, il server si è separato da quella timeline a %X/%X."
 
-#: access/transam/xlog.c:6594
+#: access/transam/xlog.c:6599
 #, c-format
 msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u"
 msgstr "la timeline richiesta %u non contiene il punto di recupero minimo %X/%X sulla timeline %u"
 
-#: access/transam/xlog.c:6625
+#: access/transam/xlog.c:6630
 #, c-format
 msgid "invalid next transaction ID"
 msgstr "l'ID della prossima transazione non è valido"
 
-#: access/transam/xlog.c:6719
+#: access/transam/xlog.c:6724
 #, c-format
 msgid "invalid redo in checkpoint record"
 msgstr "il redo nel record di checkpoint non è valido"
 
-#: access/transam/xlog.c:6730
+#: access/transam/xlog.c:6735
 #, c-format
 msgid "invalid redo record in shutdown checkpoint"
 msgstr "record di redo non valido nel checkpoint di arresto"
 
-#: access/transam/xlog.c:6758
+#: access/transam/xlog.c:6763
 #, c-format
 msgid "database system was not properly shut down; automatic recovery in progress"
 msgstr "il database non è stato arrestato correttamente; ripristino automatico in corso"
 
-#: access/transam/xlog.c:6762
+#: access/transam/xlog.c:6767
 #, c-format
 msgid "crash recovery starts in timeline %u and has target timeline %u"
 msgstr "il recupero dal crash comincia nella timeline %u e si conclude nella timeline %u"
 
-#: access/transam/xlog.c:6806
+#: access/transam/xlog.c:6811
 #, c-format
 msgid "backup_label contains data inconsistent with control file"
 msgstr "backup_label contiene dati non consistenti col file di controllo"
 
-#: access/transam/xlog.c:6807
+#: access/transam/xlog.c:6812
 #, c-format
 msgid "This means that the backup is corrupted and you will have to use another backup for recovery."
 msgstr "Questo vuol dire che il backup è corrotto e sarà necessario usare un altro backup per il ripristino."
 
-#: access/transam/xlog.c:6881
+#: access/transam/xlog.c:6886
 #, c-format
 msgid "initializing for hot standby"
 msgstr "inizializzazione per l'hot standby"
 
-#: access/transam/xlog.c:7013
+#: access/transam/xlog.c:7018
 #, c-format
 msgid "redo starts at %X/%X"
 msgstr "il redo inizia in %X/%X"
 
-#: access/transam/xlog.c:7247
+#: access/transam/xlog.c:7252
 #, c-format
 msgid "requested recovery stop point is before consistent recovery point"
 msgstr "lo stop point di ripristino è posto prima di un punto di ripristino consistente"
 
-#: access/transam/xlog.c:7285
+#: access/transam/xlog.c:7290
 #, c-format
 msgid "redo done at %X/%X"
 msgstr "redo concluso in %X/%X"
 
-#: access/transam/xlog.c:7290 access/transam/xlog.c:9299
+#: access/transam/xlog.c:7295 access/transam/xlog.c:9309
 #, c-format
 msgid "last completed transaction was at log time %s"
 msgstr "l'ultima transazione è stata completata all'orario di log %s"
 
-#: access/transam/xlog.c:7299
+#: access/transam/xlog.c:7304
 #, c-format
 msgid "redo is not required"
 msgstr "redo non richiesto"
 
-#: access/transam/xlog.c:7374 access/transam/xlog.c:7378
+#: access/transam/xlog.c:7379 access/transam/xlog.c:7383
 #, c-format
 msgid "WAL ends before end of online backup"
 msgstr "il WAL termina prima della fine del backup online"
 
-#: access/transam/xlog.c:7375
+#: access/transam/xlog.c:7380
 #, c-format
 msgid "All WAL generated while online backup was taken must be available at recovery."
 msgstr "Tutti i file WAL generati mentre il backup online veniva effettuato devono essere disponibili al momento del ripristino."
 
-#: access/transam/xlog.c:7379
+#: access/transam/xlog.c:7384
 #, c-format
 msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery."
 msgstr "Un backup online iniziato con pg_start_backup() deve essere terminato con pg_stop_backup(), e tutti i file WAL fino a quel punto devono essere disponibili per il ripristino."
 
-#: access/transam/xlog.c:7382
+#: access/transam/xlog.c:7387
 #, c-format
 msgid "WAL ends before consistent recovery point"
 msgstr "il WAL termina prima di un punto di ripristino consistente"
 
-#: access/transam/xlog.c:7409
+#: access/transam/xlog.c:7414
 #, c-format
 msgid "selected new timeline ID: %u"
 msgstr "l'ID della nuova timeline selezionata è %u"
 
-#: access/transam/xlog.c:7838
+#: access/transam/xlog.c:7843
 #, c-format
 msgid "consistent recovery state reached at %X/%X"
 msgstr "è stato raggiunto uno stato di ripristino consistente a %X/%X"
 
-#: access/transam/xlog.c:8030
+#: access/transam/xlog.c:8035
 #, c-format
 msgid "invalid primary checkpoint link in control file"
 msgstr "il link nel file di controllo al checkpoint primario non è valido"
 
-#: access/transam/xlog.c:8034
+#: access/transam/xlog.c:8039
 #, c-format
 msgid "invalid secondary checkpoint link in control file"
 msgstr "il link nel file di controllo al checkpoint secondario non è valido"
 
-#: access/transam/xlog.c:8038
+#: access/transam/xlog.c:8043
 #, c-format
 msgid "invalid checkpoint link in backup_label file"
 msgstr "il link al checkpoint nel file backup_label non è valido"
 
-#: access/transam/xlog.c:8055
+#: access/transam/xlog.c:8060
 #, c-format
 msgid "invalid primary checkpoint record"
 msgstr "il record del checkpoint primario non è valido"
 
-#: access/transam/xlog.c:8059
+#: access/transam/xlog.c:8064
 #, c-format
 msgid "invalid secondary checkpoint record"
 msgstr "il record del checkpoint secondario non è valido"
 
-#: access/transam/xlog.c:8063
+#: access/transam/xlog.c:8068
 #, c-format
 msgid "invalid checkpoint record"
 msgstr "il record del checkpoint non è valido"
 
-#: access/transam/xlog.c:8074
+#: access/transam/xlog.c:8079
 #, c-format
 msgid "invalid resource manager ID in primary checkpoint record"
 msgstr "l'ID del resource manager nel record del checkpoint primario non è valido"
 
-#: access/transam/xlog.c:8078
+#: access/transam/xlog.c:8083
 #, c-format
 msgid "invalid resource manager ID in secondary checkpoint record"
 msgstr "l'ID del resource manager nel record del checkpoint secondario non è valido"
 
-#: access/transam/xlog.c:8082
+#: access/transam/xlog.c:8087
 #, c-format
 msgid "invalid resource manager ID in checkpoint record"
 msgstr "l'ID del resource manager nel record del checkpoint non è valido"
 
-#: access/transam/xlog.c:8095
+#: access/transam/xlog.c:8100
 #, c-format
 msgid "invalid xl_info in primary checkpoint record"
 msgstr "l'xl_info nel record del checkpoint primario non è valido"
 
-#: access/transam/xlog.c:8099
+#: access/transam/xlog.c:8104
 #, c-format
 msgid "invalid xl_info in secondary checkpoint record"
 msgstr "l'xl_info nel record del checkpoint secondario non è valido"
 
-#: access/transam/xlog.c:8103
+#: access/transam/xlog.c:8108
 #, c-format
 msgid "invalid xl_info in checkpoint record"
 msgstr "l'xl_info nel record del checkpoint non è valido"
 
-#: access/transam/xlog.c:8114
+#: access/transam/xlog.c:8119
 #, c-format
 msgid "invalid length of primary checkpoint record"
 msgstr "la lunghezza del record del checkpoint primario non è valida"
 
-#: access/transam/xlog.c:8118
+#: access/transam/xlog.c:8123
 #, c-format
 msgid "invalid length of secondary checkpoint record"
 msgstr "la lunghezza del record del checkpoint secondario non è valida"
 
-#: access/transam/xlog.c:8122
+#: access/transam/xlog.c:8127
 #, c-format
 msgid "invalid length of checkpoint record"
 msgstr "la lunghezza del record del checkpoint non è valida"
 
-#: access/transam/xlog.c:8325
+#: access/transam/xlog.c:8330
 #, c-format
 msgid "shutting down"
 msgstr "arresto in corso"
 
-#: access/transam/xlog.c:8639
+#: access/transam/xlog.c:8649
 #, c-format
 msgid "checkpoint skipped due to an idle system"
 msgstr "checkpoint saltato per un sistema inattivo"
 
-#: access/transam/xlog.c:8844
+#: access/transam/xlog.c:8854
 #, c-format
 msgid "concurrent write-ahead log activity while database system is shutting down"
 msgstr "attività concorrente del log write-ahead mentre il database è in fase di arresto"
 
-#: access/transam/xlog.c:9098
+#: access/transam/xlog.c:9108
 #, c-format
 msgid "skipping restartpoint, recovery has already ended"
 msgstr "si tralascia il restartpoint, il ripristino è ormai terminato"
 
-#: access/transam/xlog.c:9121
+#: access/transam/xlog.c:9131
 #, c-format
 msgid "skipping restartpoint, already performed at %X/%X"
 msgstr "si tralascia il restartpoint, già eseguito in %X/%X"
 
-#: access/transam/xlog.c:9297
+#: access/transam/xlog.c:9307
 #, c-format
 msgid "recovery restart point at %X/%X"
 msgstr "punto di avvio del ripristino in %X/%X"
 
-#: access/transam/xlog.c:9433
+#: access/transam/xlog.c:9443
 #, c-format
 msgid "restore point \"%s\" created at %X/%X"
 msgstr "punto di ripristino \"%s\" creato in %X/%X"
 
-#: access/transam/xlog.c:9563
+#: access/transam/xlog.c:9573
 #, c-format
 msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record"
 msgstr "timeline precedente con ID %u non prevista (l'ID della timeline corrente è %u) nel record di checkpoint"
 
-#: access/transam/xlog.c:9572
+#: access/transam/xlog.c:9582
 #, c-format
 msgid "unexpected timeline ID %u (after %u) in checkpoint record"
 msgstr "timeline ID %u imprevista (dopo %u) nel record di checkpoint"
 
-#: access/transam/xlog.c:9588
+#: access/transam/xlog.c:9598
 #, c-format
 msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u"
 msgstr "timeline ID %u imprevista nel record di checkpoint, prima di raggiungere il punto di recupero minimo %X/%X sulla timeline %u"
 
-#: access/transam/xlog.c:9664
+#: access/transam/xlog.c:9674
 #, c-format
 msgid "online backup was canceled, recovery cannot continue"
 msgstr "il backup online è stato annullato, il ripristino non può continuare"
 
-#: access/transam/xlog.c:9720 access/transam/xlog.c:9767
-#: access/transam/xlog.c:9790
+#: access/transam/xlog.c:9730 access/transam/xlog.c:9777
+#: access/transam/xlog.c:9800
 #, c-format
 msgid "unexpected timeline ID %u (should be %u) in checkpoint record"
 msgstr "l'ID della timeline %u (che dovrebbe essere %u) non era prevista nel record di checkpoint"
 
-#: access/transam/xlog.c:10066
+#: access/transam/xlog.c:10076
 #, c-format
 msgid "could not fsync log segment %s: %m"
 msgstr "fsync del segmento di log %s fallito: %m"
 
-#: access/transam/xlog.c:10091
+#: access/transam/xlog.c:10101
 #, c-format
 msgid "could not fsync log file %s: %m"
 msgstr "fsync del file di log %s fallito: %m"
 
-#: access/transam/xlog.c:10099
+#: access/transam/xlog.c:10109
 #, c-format
 msgid "could not fsync write-through log file %s: %m"
 msgstr "fsync write-through del file di log %s fallito: %m"
 
-#: access/transam/xlog.c:10108
+#: access/transam/xlog.c:10118
 #, c-format
 msgid "could not fdatasync log file %s: %m"
 msgstr "fdatasync del file di log %s fallito: %m"
 
-#: access/transam/xlog.c:10199 access/transam/xlog.c:10717
+#: access/transam/xlog.c:10209 access/transam/xlog.c:10727
 #: access/transam/xlogfuncs.c:297 access/transam/xlogfuncs.c:324
 #: access/transam/xlogfuncs.c:363 access/transam/xlogfuncs.c:384
 #: access/transam/xlogfuncs.c:405
@@ -2568,65 +2403,66 @@ msgstr "fdatasync del file di log %s fallito: %m"
 msgid "WAL control functions cannot be executed during recovery."
 msgstr "le funzioni di controllo WAL non possono essere eseguite durante il ripristino."
 
-#: access/transam/xlog.c:10208 access/transam/xlog.c:10726
+#: access/transam/xlog.c:10218 access/transam/xlog.c:10736
 #, c-format
 msgid "WAL level not sufficient for making an online backup"
 msgstr "livello WAL non sufficiente per creare un backup online"
 
-#: access/transam/xlog.c:10209 access/transam/xlog.c:10727
+#: access/transam/xlog.c:10219 access/transam/xlog.c:10737
 #: access/transam/xlogfuncs.c:330
 #, c-format
 msgid "wal_level must be set to \"replica\" or \"logical\" at server start."
 msgstr "Il wal_level deve essere impostato a \"replica\" o \"logical\" all'avvio del server."
 
-#: access/transam/xlog.c:10214
+#: access/transam/xlog.c:10224
 #, c-format
 msgid "backup label too long (max %d bytes)"
 msgstr "etichetta di backup troppo lunga (massimo %d byte)"
 
-#: access/transam/xlog.c:10251 access/transam/xlog.c:10524
-#: access/transam/xlog.c:10562
+#: access/transam/xlog.c:10261 access/transam/xlog.c:10534
+#: access/transam/xlog.c:10572
 #, c-format
 msgid "a backup is already in progress"
 msgstr "c'è già un backup in corso"
 
-#: access/transam/xlog.c:10252
+#: access/transam/xlog.c:10262
 #, c-format
 msgid "Run pg_stop_backup() and try again."
 msgstr "Esegui pg_stop_backup() e prova di nuovo."
 
-#: access/transam/xlog.c:10347
+#: access/transam/xlog.c:10357
 #, c-format
 msgid "WAL generated with full_page_writes=off was replayed since last restartpoint"
 msgstr "un WAL generato con full_page_writes=off è stato riprodotto dopo l'ultimo restartpoint"
 
-#: access/transam/xlog.c:10349 access/transam/xlog.c:10907
+#: access/transam/xlog.c:10359 access/transam/xlog.c:10919
 #, c-format
 msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the master, and then try an online backup again."
 msgstr "Ciò vuol dire che il backup che sta venendo preso sullo standby è corrotto e non dovrebbe essere usato. Abilita full_page_writes ed esegui CHECKPOINT sul master, poi prova ad effettuare nuovamente un backup online.\""
 
-#: access/transam/xlog.c:10416 replication/basebackup.c:1096
+#: access/transam/xlog.c:10426 replication/basebackup.c:1096
 #: utils/adt/misc.c:497
 #, c-format
 msgid "could not read symbolic link \"%s\": %m"
 msgstr "lettura del link simbolico \"%s\" fallita: %m"
 
-#: access/transam/xlog.c:10423 replication/basebackup.c:1101
+#: access/transam/xlog.c:10433 replication/basebackup.c:1101
 #: utils/adt/misc.c:502
 #, c-format
 msgid "symbolic link \"%s\" target is too long"
 msgstr "la destinazione del link simbolico \"%s\" è troppo lunga"
 
-#: access/transam/xlog.c:10476 commands/tablespace.c:389
-#: commands/tablespace.c:551 replication/basebackup.c:1116 utils/adt/misc.c:510
+#: access/transam/xlog.c:10486 commands/tablespace.c:389
+#: commands/tablespace.c:551 replication/basebackup.c:1116
+#: utils/adt/misc.c:510
 #, c-format
 msgid "tablespaces are not supported on this platform"
 msgstr "i tablespace non sono supportati su questa piattaforma"
 
-#: access/transam/xlog.c:10518 access/transam/xlog.c:10556
-#: access/transam/xlog.c:10765 access/transam/xlogarchive.c:105
-#: access/transam/xlogarchive.c:264 commands/copy.c:1866 commands/copy.c:3051
-#: commands/extension.c:3317 commands/tablespace.c:780
+#: access/transam/xlog.c:10528 access/transam/xlog.c:10566
+#: access/transam/xlog.c:10775 access/transam/xlogarchive.c:105
+#: access/transam/xlogarchive.c:264 commands/copy.c:1844 commands/copy.c:3132
+#: commands/extension.c:3319 commands/tablespace.c:780
 #: commands/tablespace.c:871 replication/basebackup.c:480
 #: replication/basebackup.c:548 replication/logical/snapbuild.c:1518
 #: storage/file/copydir.c:72 storage/file/copydir.c:115 storage/file/fd.c:2954
@@ -2637,129 +2473,129 @@ msgstr "i tablespace non sono supportati su questa piattaforma"
 msgid "could not stat file \"%s\": %m"
 msgstr "non è stato possibile ottenere informazioni sul file \"%s\": %m"
 
-#: access/transam/xlog.c:10525 access/transam/xlog.c:10563
+#: access/transam/xlog.c:10535 access/transam/xlog.c:10573
 #, c-format
 msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again."
 msgstr "Se si è certi che non ci sono backup in corso, rimuovi il file \"%s\" e prova di nuovo."
 
-#: access/transam/xlog.c:10542 access/transam/xlog.c:10580
-#: access/transam/xlog.c:10968 postmaster/syslogger.c:1391
+#: access/transam/xlog.c:10552 access/transam/xlog.c:10590
+#: access/transam/xlog.c:10977 postmaster/syslogger.c:1391
 #: postmaster/syslogger.c:1404
 #, c-format
 msgid "could not write file \"%s\": %m"
 msgstr "scrittura nel file \"%s\" fallita: %m"
 
-#: access/transam/xlog.c:10742
+#: access/transam/xlog.c:10752
 #, c-format
 msgid "exclusive backup not in progress"
 msgstr "non c'è un backup esclusivo in corso"
 
-#: access/transam/xlog.c:10769
+#: access/transam/xlog.c:10779
 #, c-format
 msgid "a backup is not in progress"
 msgstr "non c'è un backup in esecuzione"
 
-#: access/transam/xlog.c:10842 access/transam/xlog.c:10855
-#: access/transam/xlog.c:11196 access/transam/xlog.c:11202
-#: access/transam/xlog.c:11286 access/transam/xlogfuncs.c:698
+#: access/transam/xlog.c:10852 access/transam/xlog.c:10865
+#: access/transam/xlog.c:11210 access/transam/xlog.c:11216
+#: access/transam/xlog.c:11300 access/transam/xlogfuncs.c:698
 #, c-format
 msgid "invalid data in file \"%s\""
 msgstr "i dati nel file \"%s\" non sono validi"
 
-#: access/transam/xlog.c:10859 replication/basebackup.c:994
+#: access/transam/xlog.c:10869 replication/basebackup.c:994
 #, c-format
 msgid "the standby was promoted during online backup"
 msgstr "lo standby è stato promosso durante il backup online"
 
-#: access/transam/xlog.c:10860 replication/basebackup.c:995
+#: access/transam/xlog.c:10870 replication/basebackup.c:995
 #, c-format
 msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup."
 msgstr "Ciò vuol dire che il backup che stava venendo salvato è corrotto e non dovrebbe essere usato. Prova ad effettuare un altro backup online."
 
-#: access/transam/xlog.c:10905
+#: access/transam/xlog.c:10917
 #, c-format
 msgid "WAL generated with full_page_writes=off was replayed during online backup"
 msgstr "un WAL generato con full_page_writes=off è stato riprodotto durante il backup online"
 
-#: access/transam/xlog.c:11018
+#: access/transam/xlog.c:11032
 #, c-format
 msgid "pg_stop_backup cleanup done, waiting for required WAL segments to be archived"
 msgstr "pulizia di pg_stop_backup effettuata, in attesa che i segmenti WAL richiesti vengano archiviati"
 
-#: access/transam/xlog.c:11028
+#: access/transam/xlog.c:11042
 #, c-format
 msgid "pg_stop_backup still waiting for all required WAL segments to be archived (%d seconds elapsed)"
 msgstr "pg_stop_backup è ancora in attesa che tutti i segmenti WAL richiesti siano stati archiviati (sono passati %d secondi)"
 
-#: access/transam/xlog.c:11030
+#: access/transam/xlog.c:11044
 #, c-format
 msgid "Check that your archive_command is executing properly.  pg_stop_backup can be canceled safely, but the database backup will not be usable without all the WAL segments."
 msgstr "Controlla che il tuo archive_command venga eseguito correttamente. pg_stop_backup può essere interrotto in sicurezza ma il backup del database non sarà utilizzabile senza tutti i segmenti WAL."
 
-#: access/transam/xlog.c:11037
+#: access/transam/xlog.c:11051
 #, c-format
 msgid "pg_stop_backup complete, all required WAL segments have been archived"
 msgstr "pg_stop_backup completo, tutti i segmenti WAL richiesti sono stati archiviati"
 
-#: access/transam/xlog.c:11041
+#: access/transam/xlog.c:11055
 #, c-format
 msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup"
 msgstr "l'archiviazione WAL non è abilitata; devi verificare che tutti i segmenti WAL richiesti vengano copiati in qualche altro modo per completare il backup"
 
 #. translator: %s is a WAL record description
-#: access/transam/xlog.c:11326
+#: access/transam/xlog.c:11340
 #, c-format
 msgid "WAL redo at %X/%X for %s"
 msgstr "Ripristino WAL a %X/%X per %s"
 
-#: access/transam/xlog.c:11375
+#: access/transam/xlog.c:11389
 #, c-format
 msgid "online backup mode was not canceled"
 msgstr "la modalità di backup online non è stata annullata"
 
-#: access/transam/xlog.c:11376
+#: access/transam/xlog.c:11390
 #, c-format
 msgid "File \"%s\" could not be renamed to \"%s\": %m."
 msgstr "Non è stato possibile rinominare il file \"%s\" in \"%s\": %m."
 
-#: access/transam/xlog.c:11385 access/transam/xlog.c:11397
-#: access/transam/xlog.c:11407
+#: access/transam/xlog.c:11399 access/transam/xlog.c:11411
+#: access/transam/xlog.c:11421
 #, c-format
 msgid "online backup mode canceled"
 msgstr "modalità backup online annullata"
 
-#: access/transam/xlog.c:11398
+#: access/transam/xlog.c:11412
 #, c-format
 msgid "Files \"%s\" and \"%s\" were renamed to \"%s\" and \"%s\", respectively."
 msgstr "File \"%s\" e \"%s\" rinominati rispettivamente in \"%s\" e \"%s\"."
 
-#: access/transam/xlog.c:11408
+#: access/transam/xlog.c:11422
 #, c-format
 msgid "File \"%s\" was renamed to \"%s\", but file \"%s\" could not be renamed to \"%s\": %m."
 msgstr "File \"%s\" rinominato in \"%s\", ma non è stato possibile rinominare il file \"%s\" in \"%s\": %m."
 
-#: access/transam/xlog.c:11530 access/transam/xlogutils.c:724
-#: replication/walreceiver.c:1006 replication/walsender.c:2400
+#: access/transam/xlog.c:11544 access/transam/xlogutils.c:724
+#: replication/walreceiver.c:1005 replication/walsender.c:2397
 #, c-format
 msgid "could not seek in log segment %s to offset %u: %m"
 msgstr "spostamento nel segmento di log %s alla posizione %u fallito: %m"
 
-#: access/transam/xlog.c:11544
+#: access/transam/xlog.c:11558
 #, c-format
 msgid "could not read from log segment %s, offset %u: %m"
 msgstr "lettura del segmento di log %s, posizione %u fallita: %m"
 
-#: access/transam/xlog.c:12033
+#: access/transam/xlog.c:12047
 #, c-format
 msgid "received promote request"
 msgstr "richiesta di promozione ricevuta"
 
-#: access/transam/xlog.c:12046
+#: access/transam/xlog.c:12060
 #, c-format
 msgid "trigger file found: %s"
 msgstr "trovato il file trigger: %s"
 
-#: access/transam/xlog.c:12055
+#: access/transam/xlog.c:12069
 #, c-format
 msgid "could not stat trigger file \"%s\": %m"
 msgstr "non è stato possibile ottenere informazioni sul file trigger \"%s\": %m"
@@ -2788,9 +2624,9 @@ msgid "%s \"%s\": %s"
 msgstr "%s \"%s\": %s"
 
 #: access/transam/xlogarchive.c:457 postmaster/syslogger.c:1415
-#: replication/logical/snapbuild.c:1645 replication/slot.c:534
-#: replication/slot.c:1131 replication/slot.c:1245 storage/file/fd.c:642
-#: storage/file/fd.c:737 utils/time/snapmgr.c:1306
+#: replication/logical/snapbuild.c:1645 replication/slot.c:590
+#: replication/slot.c:1190 replication/slot.c:1304 storage/file/fd.c:642
+#: storage/file/fd.c:737 utils/time/snapmgr.c:1318
 #, c-format
 msgid "could not rename file \"%s\" to \"%s\": %m"
 msgstr "non è stato possibile rinominare il file \"%s\" in \"%s\": %m"
@@ -2816,7 +2652,7 @@ msgid "a backup is already in progress in this session"
 msgstr "c'è già un backup in corso in questa sessione"
 
 #: access/transam/xlogfuncs.c:92 commands/tablespace.c:703
-#: commands/tablespace.c:713 postmaster/postmaster.c:1448
+#: commands/tablespace.c:713 postmaster/postmaster.c:1458
 #: replication/basebackup.c:368 replication/basebackup.c:708
 #: storage/file/copydir.c:53 storage/file/copydir.c:96 storage/file/fd.c:2420
 #: storage/file/fd.c:3019 storage/ipc/dsm.c:301 utils/adt/genfile.c:440
@@ -2836,29 +2672,29 @@ msgid "Did you mean to use pg_stop_backup('f')?"
 msgstr "Forse intendevi usare pg_stop_backup('f')?"
 
 #: access/transam/xlogfuncs.c:205 commands/event_trigger.c:1471
-#: commands/event_trigger.c:2022 commands/extension.c:1894
-#: commands/extension.c:2003 commands/extension.c:2227 commands/prepare.c:721
-#: executor/execExpr.c:2106 executor/execSRF.c:688 executor/functions.c:1028
-#: foreign/foreign.c:488 libpq/hba.c:2563 replication/logical/launcher.c:923
-#: replication/logical/logicalfuncs.c:176 replication/logical/origin.c:1387
-#: replication/slotfuncs.c:197 replication/walsender.c:3154
-#: utils/adt/jsonfuncs.c:1688 utils/adt/jsonfuncs.c:1818
-#: utils/adt/jsonfuncs.c:2006 utils/adt/jsonfuncs.c:2133
-#: utils/adt/jsonfuncs.c:3473 utils/adt/pgstatfuncs.c:456
-#: utils/adt/pgstatfuncs.c:557 utils/fmgr/funcapi.c:62 utils/misc/guc.c:8538
-#: utils/mmgr/portalmem.c:1053
+#: commands/event_trigger.c:2022 commands/extension.c:1895
+#: commands/extension.c:2004 commands/extension.c:2228 commands/prepare.c:721
+#: executor/execExpr.c:2121 executor/execSRF.c:688 executor/functions.c:1029
+#: foreign/foreign.c:488 libpq/hba.c:2563 replication/logical/launcher.c:1019
+#: replication/logical/logicalfuncs.c:176 replication/logical/origin.c:1422
+#: replication/slotfuncs.c:197 replication/walsender.c:3166
+#: utils/adt/jsonfuncs.c:1689 utils/adt/jsonfuncs.c:1819
+#: utils/adt/jsonfuncs.c:2007 utils/adt/jsonfuncs.c:2134
+#: utils/adt/jsonfuncs.c:3489 utils/adt/pgstatfuncs.c:456
+#: utils/adt/pgstatfuncs.c:557 utils/fmgr/funcapi.c:62 utils/misc/guc.c:8549
+#: utils/mmgr/portalmem.c:1067
 #, c-format
 msgid "set-valued function called in context that cannot accept a set"
 msgstr "la funzione che restituisce insiemi è chiamata in un contesto che non può accettare un insieme"
 
 #: access/transam/xlogfuncs.c:209 commands/event_trigger.c:1475
-#: commands/event_trigger.c:2026 commands/extension.c:1898
-#: commands/extension.c:2007 commands/extension.c:2231 commands/prepare.c:725
-#: foreign/foreign.c:493 libpq/hba.c:2567 replication/logical/launcher.c:927
-#: replication/logical/logicalfuncs.c:180 replication/logical/origin.c:1391
-#: replication/slotfuncs.c:201 replication/walsender.c:3158
+#: commands/event_trigger.c:2026 commands/extension.c:1899
+#: commands/extension.c:2008 commands/extension.c:2232 commands/prepare.c:725
+#: foreign/foreign.c:493 libpq/hba.c:2567 replication/logical/launcher.c:1023
+#: replication/logical/logicalfuncs.c:180 replication/logical/origin.c:1426
+#: replication/slotfuncs.c:201 replication/walsender.c:3170
 #: utils/adt/pgstatfuncs.c:460 utils/adt/pgstatfuncs.c:561
-#: utils/misc/guc.c:8542 utils/misc/pg_config.c:44 utils/mmgr/portalmem.c:1057
+#: utils/misc/guc.c:8553 utils/misc/pg_config.c:44 utils/mmgr/portalmem.c:1071
 #, c-format
 msgid "materialize mode required, but it is not allowed in this context"
 msgstr "necessaria modalità materializzata, ma non ammessa in questo contesto"
@@ -3040,23 +2876,23 @@ msgstr "record con lunghezza non valida a %X/%X"
 msgid "invalid compressed image at %X/%X, block %d"
 msgstr "immagine compressa non valida a %X/%X, blocco %d"
 
-#: access/transam/xlogutils.c:747 replication/walsender.c:2419
+#: access/transam/xlogutils.c:747 replication/walsender.c:2416
 #, c-format
 msgid "could not read from log segment %s, offset %u, length %lu: %m"
 msgstr "lettura del segmento di log %s, posizione %u, lunghezza %lu fallita: %m"
 
-#: bootstrap/bootstrap.c:272 postmaster/postmaster.c:815 tcop/postgres.c:3495
+#: bootstrap/bootstrap.c:272 postmaster/postmaster.c:819 tcop/postgres.c:3510
 #, c-format
 msgid "--%s requires a value"
 msgstr "--%s richiede un valore"
 
-#: bootstrap/bootstrap.c:277 postmaster/postmaster.c:820 tcop/postgres.c:3500
+#: bootstrap/bootstrap.c:277 postmaster/postmaster.c:824 tcop/postgres.c:3515
 #, c-format
 msgid "-c %s requires a value"
 msgstr "-c %s richiede un valore"
 
-#: bootstrap/bootstrap.c:288 postmaster/postmaster.c:832
-#: postmaster/postmaster.c:845
+#: bootstrap/bootstrap.c:288 postmaster/postmaster.c:836
+#: postmaster/postmaster.c:849
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Prova \"%s --help\" per maggiori informazioni.\n"
@@ -3177,51 +3013,51 @@ msgid "column privileges are only valid for relations"
 msgstr "i privilegi della colonna sono validi solo per le relazioni"
 
 #: catalog/aclchk.c:696 catalog/aclchk.c:3926 catalog/aclchk.c:4708
-#: catalog/objectaddress.c:929 catalog/pg_largeobject.c:111
+#: catalog/objectaddress.c:928 catalog/pg_largeobject.c:111
 #: storage/large_object/inv_api.c:291
 #, c-format
 msgid "large object %u does not exist"
 msgstr "il large object %u non esiste"
 
-#: catalog/aclchk.c:885 catalog/aclchk.c:894 commands/collationcmds.c:106
-#: commands/copy.c:1040 commands/copy.c:1060 commands/copy.c:1069
-#: commands/copy.c:1078 commands/copy.c:1087 commands/copy.c:1096
-#: commands/copy.c:1105 commands/copy.c:1114 commands/copy.c:1123
-#: commands/copy.c:1141 commands/copy.c:1157 commands/copy.c:1177
-#: commands/copy.c:1194 commands/dbcommands.c:155 commands/dbcommands.c:164
+#: catalog/aclchk.c:885 catalog/aclchk.c:894 commands/collationcmds.c:114
+#: commands/copy.c:1042 commands/copy.c:1062 commands/copy.c:1071
+#: commands/copy.c:1080 commands/copy.c:1089 commands/copy.c:1098
+#: commands/copy.c:1107 commands/copy.c:1116 commands/copy.c:1125
+#: commands/copy.c:1143 commands/copy.c:1159 commands/copy.c:1179
+#: commands/copy.c:1196 commands/dbcommands.c:155 commands/dbcommands.c:164
 #: commands/dbcommands.c:173 commands/dbcommands.c:182
 #: commands/dbcommands.c:191 commands/dbcommands.c:200
 #: commands/dbcommands.c:209 commands/dbcommands.c:218
 #: commands/dbcommands.c:227 commands/dbcommands.c:1427
 #: commands/dbcommands.c:1436 commands/dbcommands.c:1445
-#: commands/dbcommands.c:1454 commands/extension.c:1677
-#: commands/extension.c:1687 commands/extension.c:1697
-#: commands/extension.c:1707 commands/extension.c:2947
+#: commands/dbcommands.c:1454 commands/extension.c:1678
+#: commands/extension.c:1688 commands/extension.c:1698
+#: commands/extension.c:1708 commands/extension.c:2949
 #: commands/foreigncmds.c:537 commands/foreigncmds.c:546
 #: commands/functioncmds.c:526 commands/functioncmds.c:643
 #: commands/functioncmds.c:652 commands/functioncmds.c:661
-#: commands/functioncmds.c:670 commands/functioncmds.c:2077
-#: commands/functioncmds.c:2085 commands/publicationcmds.c:90
-#: commands/sequence.c:1288 commands/sequence.c:1297 commands/sequence.c:1306
-#: commands/sequence.c:1315 commands/sequence.c:1324 commands/sequence.c:1333
-#: commands/sequence.c:1342 commands/sequence.c:1351 commands/sequence.c:1360
-#: commands/subscriptioncmds.c:106 commands/subscriptioncmds.c:116
-#: commands/subscriptioncmds.c:126 commands/subscriptioncmds.c:136
-#: commands/subscriptioncmds.c:150 commands/subscriptioncmds.c:161
-#: commands/tablecmds.c:5951 commands/typecmds.c:298 commands/typecmds.c:1375
-#: commands/typecmds.c:1384 commands/typecmds.c:1392 commands/typecmds.c:1400
-#: commands/typecmds.c:1408 commands/user.c:135 commands/user.c:149
-#: commands/user.c:158 commands/user.c:167 commands/user.c:176
-#: commands/user.c:185 commands/user.c:194 commands/user.c:203
-#: commands/user.c:212 commands/user.c:221 commands/user.c:230
-#: commands/user.c:239 commands/user.c:248 commands/user.c:533
-#: commands/user.c:541 commands/user.c:549 commands/user.c:557
-#: commands/user.c:565 commands/user.c:573 commands/user.c:581
-#: commands/user.c:589 commands/user.c:598 commands/user.c:606
-#: commands/user.c:614 parser/parse_utilcmd.c:398
-#: replication/pgoutput/pgoutput.c:107 replication/pgoutput/pgoutput.c:128
-#: replication/walsender.c:807 replication/walsender.c:818
-#: replication/walsender.c:828
+#: commands/functioncmds.c:670 commands/functioncmds.c:2097
+#: commands/functioncmds.c:2105 commands/publicationcmds.c:90
+#: commands/sequence.c:1265 commands/sequence.c:1275 commands/sequence.c:1285
+#: commands/sequence.c:1295 commands/sequence.c:1305 commands/sequence.c:1315
+#: commands/sequence.c:1325 commands/sequence.c:1335 commands/sequence.c:1345
+#: commands/subscriptioncmds.c:110 commands/subscriptioncmds.c:120
+#: commands/subscriptioncmds.c:130 commands/subscriptioncmds.c:140
+#: commands/subscriptioncmds.c:154 commands/subscriptioncmds.c:165
+#: commands/subscriptioncmds.c:179 commands/tablecmds.c:5973
+#: commands/typecmds.c:298 commands/typecmds.c:1375 commands/typecmds.c:1384
+#: commands/typecmds.c:1392 commands/typecmds.c:1400 commands/typecmds.c:1408
+#: commands/user.c:134 commands/user.c:148 commands/user.c:157
+#: commands/user.c:166 commands/user.c:175 commands/user.c:184
+#: commands/user.c:193 commands/user.c:202 commands/user.c:211
+#: commands/user.c:220 commands/user.c:229 commands/user.c:238
+#: commands/user.c:247 commands/user.c:555 commands/user.c:563
+#: commands/user.c:571 commands/user.c:579 commands/user.c:587
+#: commands/user.c:595 commands/user.c:603 commands/user.c:611
+#: commands/user.c:620 commands/user.c:628 commands/user.c:636
+#: parser/parse_utilcmd.c:395 replication/pgoutput/pgoutput.c:107
+#: replication/pgoutput/pgoutput.c:128 replication/walsender.c:800
+#: replication/walsender.c:811 replication/walsender.c:821
 #, c-format
 msgid "conflicting or redundant options"
 msgstr "opzioni contraddittorie o ridondanti"
@@ -3236,23 +3072,23 @@ msgstr "i privilegi predefiniti non possono essere impostati sulle colonne"
 msgid "cannot use IN SCHEMA clause when using GRANT/REVOKE ON SCHEMAS"
 msgstr "non è possibile usare la clausola IN SCHEMA usando GRANT/REVOKE ON SCHEMAS"
 
-#: catalog/aclchk.c:1521 catalog/objectaddress.c:1390 commands/analyze.c:390
-#: commands/copy.c:4670 commands/sequence.c:1731 commands/tablecmds.c:5599
-#: commands/tablecmds.c:5746 commands/tablecmds.c:5803
-#: commands/tablecmds.c:5876 commands/tablecmds.c:5970
-#: commands/tablecmds.c:6029 commands/tablecmds.c:6154
-#: commands/tablecmds.c:6208 commands/tablecmds.c:6300
-#: commands/tablecmds.c:6456 commands/tablecmds.c:8685
-#: commands/tablecmds.c:8961 commands/tablecmds.c:9396 commands/trigger.c:758
+#: catalog/aclchk.c:1521 catalog/objectaddress.c:1389 commands/analyze.c:390
+#: commands/copy.c:4751 commands/sequence.c:1700 commands/tablecmds.c:5621
+#: commands/tablecmds.c:5768 commands/tablecmds.c:5825
+#: commands/tablecmds.c:5898 commands/tablecmds.c:5992
+#: commands/tablecmds.c:6051 commands/tablecmds.c:6176
+#: commands/tablecmds.c:6230 commands/tablecmds.c:6322
+#: commands/tablecmds.c:6478 commands/tablecmds.c:8707
+#: commands/tablecmds.c:8983 commands/tablecmds.c:9418 commands/trigger.c:791
 #: parser/analyze.c:2310 parser/parse_relation.c:2699
 #: parser/parse_relation.c:2761 parser/parse_target.c:1002
-#: parser/parse_type.c:127 utils/adt/acl.c:2823 utils/adt/ruleutils.c:2349
+#: parser/parse_type.c:127 utils/adt/acl.c:2823 utils/adt/ruleutils.c:2356
 #, c-format
 msgid "column \"%s\" of relation \"%s\" does not exist"
 msgstr "la colonna \"%s\" della relazione \"%s\" non esiste"
 
-#: catalog/aclchk.c:1787 catalog/objectaddress.c:1230 commands/sequence.c:1146
-#: commands/tablecmds.c:229 commands/tablecmds.c:13053 utils/adt/acl.c:2059
+#: catalog/aclchk.c:1787 catalog/objectaddress.c:1229 commands/sequence.c:1138
+#: commands/tablecmds.c:229 commands/tablecmds.c:13093 utils/adt/acl.c:2059
 #: utils/adt/acl.c:2089 utils/adt/acl.c:2121 utils/adt/acl.c:2153
 #: utils/adt/acl.c:2181 utils/adt/acl.c:2211
 #, c-format
@@ -3299,7 +3135,7 @@ msgstr "non è possibile impostare privilegi su tipi array"
 msgid "Set the privileges of the element type instead."
 msgstr "Puoi impostare i privilegi del tipo dell'elemento."
 
-#: catalog/aclchk.c:3127 catalog/objectaddress.c:1520 commands/typecmds.c:3165
+#: catalog/aclchk.c:3127 catalog/objectaddress.c:1519
 #, c-format
 msgid "\"%s\" is not a domain"
 msgstr "\"%s\" non è un dominio"
@@ -3319,9 +3155,9 @@ msgstr "permesso negato per la colonna %s"
 msgid "permission denied for relation %s"
 msgstr "permesso negato per la relazione %s"
 
-#: catalog/aclchk.c:3300 commands/sequence.c:608 commands/sequence.c:842
-#: commands/sequence.c:884 commands/sequence.c:925 commands/sequence.c:1822
-#: commands/sequence.c:1886
+#: catalog/aclchk.c:3300 commands/sequence.c:600 commands/sequence.c:834
+#: commands/sequence.c:876 commands/sequence.c:917 commands/sequence.c:1791
+#: commands/sequence.c:1855
 #, c-format
 msgid "permission denied for sequence %s"
 msgstr "permesso negato per la sequenza %s"
@@ -3632,7 +3468,7 @@ msgstr "la configurazione di ricerca di testo con OID %u non esiste"
 msgid "event trigger with OID %u does not exist"
 msgstr "il trigger di evento con OID %u non esiste"
 
-#: catalog/aclchk.c:5003 commands/collationcmds.c:319
+#: catalog/aclchk.c:5003 commands/collationcmds.c:348
 #, c-format
 msgid "collation with OID %u does not exist"
 msgstr "l'ordinamento con OID %u non esiste"
@@ -3652,7 +3488,7 @@ msgstr "l'estensione con OID %u non esiste"
 msgid "publication with OID %u does not exist"
 msgstr "la pubblicazione con OID %u non esiste"
 
-#: catalog/aclchk.c:5123 commands/subscriptioncmds.c:1057
+#: catalog/aclchk.c:5123 commands/subscriptioncmds.c:1093
 #, c-format
 msgid "subscription with OID %u does not exist"
 msgstr "la sottoscrizione con OID %u non esiste"
@@ -3745,13 +3581,13 @@ msgstr "permesso di creare \"%s.%s\" negato"
 msgid "System catalog modifications are currently disallowed."
 msgstr "Le modifiche al catalogo di sistema non sono attualmente consentite."
 
-#: catalog/heap.c:421 commands/tablecmds.c:1630 commands/tablecmds.c:2140
-#: commands/tablecmds.c:5203
+#: catalog/heap.c:421 commands/tablecmds.c:1649 commands/tablecmds.c:2159
+#: commands/tablecmds.c:5225
 #, c-format
 msgid "tables can have at most %d columns"
 msgstr "le tabelle possono avere al massimo %d colonne"
 
-#: catalog/heap.c:438 commands/tablecmds.c:5462
+#: catalog/heap.c:438 commands/tablecmds.c:5484
 #, c-format
 msgid "column name \"%s\" conflicts with a system column name"
 msgstr "il nome della colonna \"%s\" è in conflitto con il nome di una colonna di sistema"
@@ -3777,20 +3613,21 @@ msgid "no collation was derived for column \"%s\" with collatable type %s"
 msgstr "nessun ordinamento è stato derivato per la colonna \"%s\" con tipo ordinabile %s"
 
 #: catalog/heap.c:581 commands/createas.c:204 commands/createas.c:501
-#: commands/indexcmds.c:1136 commands/tablecmds.c:13319 commands/view.c:103
+#: commands/indexcmds.c:1149 commands/tablecmds.c:13389 commands/view.c:103
 #: regex/regc_pg_locale.c:263 utils/adt/formatting.c:1547
-#: utils/adt/formatting.c:1670 utils/adt/formatting.c:1794 utils/adt/like.c:184
-#: utils/adt/selfuncs.c:5526 utils/adt/varlena.c:1417 utils/adt/varlena.c:1862
+#: utils/adt/formatting.c:1671 utils/adt/formatting.c:1796
+#: utils/adt/like.c:184 utils/adt/selfuncs.c:5563 utils/adt/varlena.c:1417
+#: utils/adt/varlena.c:1866
 #, c-format
 msgid "Use the COLLATE clause to set the collation explicitly."
 msgstr "Usa la clausola COLLATE per impostare esplicitamente l'ordinamento."
 
-#: catalog/heap.c:1067 catalog/index.c:807 commands/tablecmds.c:2930
+#: catalog/heap.c:1067 catalog/index.c:806 commands/tablecmds.c:2943
 #, c-format
 msgid "relation \"%s\" already exists"
 msgstr "la relazione \"%s\" esiste già"
 
-#: catalog/heap.c:1083 catalog/pg_type.c:410 catalog/pg_type.c:717
+#: catalog/heap.c:1083 catalog/pg_type.c:410 catalog/pg_type.c:732
 #: commands/typecmds.c:239 commands/typecmds.c:788 commands/typecmds.c:1139
 #: commands/typecmds.c:1350 commands/typecmds.c:2106
 #, c-format
@@ -3817,7 +3654,7 @@ msgstr "non si può aggiungere un vincolo NO INHERIT alla tabella partizionata \
 msgid "check constraint \"%s\" already exists"
 msgstr "il vincolo di controllo \"%s\" esiste già"
 
-#: catalog/heap.c:2504 catalog/pg_constraint.c:649 commands/tablecmds.c:6815
+#: catalog/heap.c:2504 catalog/pg_constraint.c:649 commands/tablecmds.c:6838
 #, c-format
 msgid "constraint \"%s\" for relation \"%s\" already exists"
 msgstr "il vincolo \"%s\" per la relazione \"%s\" esiste già"
@@ -3847,14 +3684,14 @@ msgstr "unione del vincolo \"%s\" con una definizione ereditata"
 msgid "cannot use column references in default expression"
 msgstr "non si possono usare riferimenti a colonne nell'espressione predefinita"
 
-#: catalog/heap.c:2678 rewrite/rewriteHandler.c:1140
+#: catalog/heap.c:2678 rewrite/rewriteHandler.c:1171
 #, c-format
 msgid "column \"%s\" is of type %s but default expression is of type %s"
 msgstr "la colonna \"%s\" è di tipo %s ma l'espressione predefinita è di tipo %s"
 
 #: catalog/heap.c:2683 commands/prepare.c:384 parser/parse_node.c:430
 #: parser/parse_target.c:590 parser/parse_target.c:840
-#: parser/parse_target.c:850 rewrite/rewriteHandler.c:1145
+#: parser/parse_target.c:850 rewrite/rewriteHandler.c:1176
 #, c-format
 msgid "You will need to rewrite or cast the expression."
 msgstr "Devi riscrivere o convertire il tipo dell'espressione"
@@ -3889,70 +3726,64 @@ msgstr "La tabella \"%s\" referenzia \"%s\"."
 msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE."
 msgstr "Troncare la tabella \"%s\" nello stesso tempo o usare TRUNCATE ... CASCADE."
 
-#: catalog/index.c:210 parser/parse_utilcmd.c:1662 parser/parse_utilcmd.c:1748
+#: catalog/index.c:213 parser/parse_utilcmd.c:1671 parser/parse_utilcmd.c:1757
 #, c-format
 msgid "multiple primary keys for table \"%s\" are not allowed"
 msgstr "non è possibile avere più di una chiave primaria per la tabella \"%s\""
 
-#: catalog/index.c:228
+#: catalog/index.c:231
 #, c-format
 msgid "primary keys cannot be expressions"
 msgstr "le chiavi primarie non possono essere delle espressioni"
 
-#: catalog/index.c:757 catalog/index.c:1175
+#: catalog/index.c:756 catalog/index.c:1174
 #, c-format
 msgid "user-defined indexes on system catalog tables are not supported"
 msgstr "non sono supportati indici definiti dall'utente sulle tabelle del catalogo di sistema"
 
-#: catalog/index.c:767
+#: catalog/index.c:766
 #, c-format
 msgid "concurrent index creation on system catalog tables is not supported"
 msgstr "la creazione concorrente di indici sulle tabelle del catalogo di sistema non è supportata"
 
-#: catalog/index.c:785
+#: catalog/index.c:784
 #, c-format
 msgid "shared indexes cannot be created after initdb"
 msgstr "indici condivisi non possono essere creati dopo initdb"
 
-#: catalog/index.c:799 commands/createas.c:250 commands/sequence.c:152
-#: parser/parse_utilcmd.c:198
+#: catalog/index.c:798 commands/createas.c:250 commands/sequence.c:152
+#: parser/parse_utilcmd.c:201
 #, c-format
 msgid "relation \"%s\" already exists, skipping"
 msgstr "la relazione \"%s\" esiste già, saltata"
 
-#: catalog/index.c:835
+#: catalog/index.c:834
 #, c-format
 msgid "pg_class index OID value not set when in binary upgrade mode"
 msgstr "valore OID indice pg_class non impostato in modalità di aggiornamento binaria"
 
-#: catalog/index.c:1436
+#: catalog/index.c:1435
 #, c-format
 msgid "DROP INDEX CONCURRENTLY must be first action in transaction"
 msgstr "DROP INDEX CONCURRENTLY deve essere la prima azione della transazione"
 
-#: catalog/index.c:2020
+#: catalog/index.c:2023
 #, c-format
 msgid "building index \"%s\" on table \"%s\""
 msgstr "creazione dell'indice \"%s\" sulla tabella \"%s\""
 
-#: catalog/index.c:3332
+#: catalog/index.c:3335
 #, c-format
 msgid "cannot reindex temporary tables of other sessions"
 msgstr "non è possibile reindicizzare le tabelle temporanee di altre sessioni"
 
-#: catalog/index.c:3463
+#: catalog/index.c:3466
 #, c-format
 msgid "index \"%s\" was reindexed"
 msgstr "l'indice \"%s\" è stato reindicizzato"
 
-#: catalog/index.c:3465 commands/vacuumlazy.c:1356 commands/vacuumlazy.c:1432
-#: commands/vacuumlazy.c:1621 commands/vacuumlazy.c:1831
-#, c-format
-msgid "%s."
-msgstr "%s."
-
 #: catalog/namespace.c:235 catalog/namespace.c:433 catalog/namespace.c:527
-#: commands/trigger.c:4800
+#: commands/trigger.c:4931
 #, c-format
 msgid "cross-database references are not implemented: \"%s.%s.%s\""
 msgstr "i riferimenti tra database diversi non sono implementati: \"%s.%s.%s\""
@@ -3983,8 +3814,8 @@ msgstr "la relazione \"%s.%s\" non esiste"
 msgid "relation \"%s\" does not exist"
 msgstr "la relazione \"%s\" non esiste"
 
-#: catalog/namespace.c:473 catalog/namespace.c:2949 commands/extension.c:1465
-#: commands/extension.c:1471
+#: catalog/namespace.c:473 catalog/namespace.c:2992 commands/extension.c:1466
+#: commands/extension.c:1472
 #, c-format
 msgid "no schema has been selected to create in"
 msgstr "nessuna schema selezionato per crearci dentro"
@@ -4004,315 +3835,315 @@ msgstr "non si possono creare relazioni temporanee in schemi non temporanei"
 msgid "only temporary relations may be created in temporary schemas"
 msgstr "solo relazioni temporanee possono essere create in schemi temporanei"
 
-#: catalog/namespace.c:2139
+#: catalog/namespace.c:2182
 #, c-format
 msgid "statistics object \"%s\" does not exist"
 msgstr "la statistica \"%s\" non esiste"
 
-#: catalog/namespace.c:2262
+#: catalog/namespace.c:2305
 #, c-format
 msgid "text search parser \"%s\" does not exist"
 msgstr "l'analizzatore di ricerca di testo \"%s\" non esiste"
 
-#: catalog/namespace.c:2388
+#: catalog/namespace.c:2431
 #, c-format
 msgid "text search dictionary \"%s\" does not exist"
 msgstr "il dizionario di ricerca di testo \"%s\" non esiste"
 
-#: catalog/namespace.c:2515
+#: catalog/namespace.c:2558
 #, c-format
 msgid "text search template \"%s\" does not exist"
 msgstr "il modello di ricerca di testo \"%s\" non esiste"
 
-#: catalog/namespace.c:2641 commands/tsearchcmds.c:1185
+#: catalog/namespace.c:2684 commands/tsearchcmds.c:1185
 #: utils/cache/ts_cache.c:612
 #, c-format
 msgid "text search configuration \"%s\" does not exist"
 msgstr "la configurazione di ricerca di testo \"%s\" non esiste"
 
-#: catalog/namespace.c:2754 parser/parse_expr.c:791 parser/parse_target.c:1192
+#: catalog/namespace.c:2797 parser/parse_expr.c:789 parser/parse_target.c:1192
 #, c-format
 msgid "cross-database references are not implemented: %s"
 msgstr "i riferimenti tra database diversi non sono implementati: %s"
 
-#: catalog/namespace.c:2760 parser/parse_expr.c:798 parser/parse_target.c:1199
-#: gram.y:14320 gram.y:15741
+#: catalog/namespace.c:2803 parser/parse_expr.c:796 parser/parse_target.c:1199
+#: gram.y:14300 gram.y:15721
 #, c-format
 msgid "improper qualified name (too many dotted names): %s"
 msgstr "nome qualificato improprio (troppi nomi puntati): %s"
 
-#: catalog/namespace.c:2891
+#: catalog/namespace.c:2934
 #, c-format
 msgid "cannot move objects into or out of temporary schemas"
 msgstr "non posso spostare oggetti dentro o fuori gli schemi temporanei"
 
-#: catalog/namespace.c:2897
+#: catalog/namespace.c:2940
 #, c-format
 msgid "cannot move objects into or out of TOAST schema"
 msgstr "non posso spostare oggetti dentro o fuori lo schema TOAST"
 
-#: catalog/namespace.c:2970 commands/schemacmds.c:256 commands/schemacmds.c:334
-#: commands/tablecmds.c:872
+#: catalog/namespace.c:3013 commands/schemacmds.c:256
+#: commands/schemacmds.c:334 commands/tablecmds.c:891
 #, c-format
 msgid "schema \"%s\" does not exist"
 msgstr "lo schema \"%s\" non esiste"
 
-#: catalog/namespace.c:3001
+#: catalog/namespace.c:3044
 #, c-format
 msgid "improper relation name (too many dotted names): %s"
 msgstr "nome di relazione improprio (troppi nomi puntati): %s"
 
-#: catalog/namespace.c:3511
+#: catalog/namespace.c:3538
 #, c-format
 msgid "collation \"%s\" for encoding \"%s\" does not exist"
 msgstr "l'ordinamento \"%s\" per la codifica \"%s\" non esiste"
 
-#: catalog/namespace.c:3566
+#: catalog/namespace.c:3593
 #, c-format
 msgid "conversion \"%s\" does not exist"
 msgstr "la conversione \"%s\" non esiste"
 
-#: catalog/namespace.c:3774
+#: catalog/namespace.c:3801
 #, c-format
 msgid "permission denied to create temporary tables in database \"%s\""
 msgstr "permesso di creare tabelle temporanee nel database \"%s\" negato"
 
-#: catalog/namespace.c:3790
+#: catalog/namespace.c:3817
 #, c-format
 msgid "cannot create temporary tables during recovery"
 msgstr "non è possibile creare tabelle temporanee durante il recupero"
 
-#: catalog/namespace.c:3796
+#: catalog/namespace.c:3823
 #, c-format
-msgid "cannot create temporary tables in parallel mode"
-msgstr "non è possibile creare tabelle temporanee in modalità parallela"
+msgid "cannot create temporary tables during a parallel operation"
+msgstr "non è possibile creare tabelle temporanee durante un'operazione parallela"
 
-#: catalog/namespace.c:4045 commands/tablespace.c:1169 commands/variable.c:64
-#: utils/misc/guc.c:9979 utils/misc/guc.c:10057
+#: catalog/namespace.c:4072 commands/tablespace.c:1169 commands/variable.c:64
+#: utils/misc/guc.c:9990 utils/misc/guc.c:10068
 #, c-format
 msgid "List syntax is invalid."
 msgstr "La sintassi della lista non è valida."
 
-#: catalog/objectaddress.c:1238 catalog/pg_publication.c:66
+#: catalog/objectaddress.c:1237 catalog/pg_publication.c:66
 #: commands/lockcmds.c:93 commands/policy.c:94 commands/policy.c:391
-#: commands/policy.c:480 commands/tablecmds.c:223 commands/tablecmds.c:265
-#: commands/tablecmds.c:1488 commands/tablecmds.c:4713
-#: commands/tablecmds.c:8801
+#: commands/policy.c:481 commands/tablecmds.c:223 commands/tablecmds.c:265
+#: commands/tablecmds.c:1507 commands/tablecmds.c:4722
+#: commands/tablecmds.c:8823
 #, c-format
 msgid "\"%s\" is not a table"
 msgstr "\"%s\" non è una tabella"
 
-#: catalog/objectaddress.c:1245 commands/tablecmds.c:235
-#: commands/tablecmds.c:4743 commands/tablecmds.c:13058 commands/view.c:141
+#: catalog/objectaddress.c:1244 commands/tablecmds.c:235
+#: commands/tablecmds.c:4752 commands/tablecmds.c:13098 commands/view.c:141
 #, c-format
 msgid "\"%s\" is not a view"
 msgstr "\"%s\" non è una vista"
 
-#: catalog/objectaddress.c:1252 commands/matview.c:174 commands/tablecmds.c:241
-#: commands/tablecmds.c:13063
+#: catalog/objectaddress.c:1251 commands/matview.c:174
+#: commands/tablecmds.c:241 commands/tablecmds.c:13103
 #, c-format
 msgid "\"%s\" is not a materialized view"
 msgstr "\"%s\" non è una vista materializzata"
 
-#: catalog/objectaddress.c:1259 commands/tablecmds.c:259
-#: commands/tablecmds.c:4746 commands/tablecmds.c:13068
+#: catalog/objectaddress.c:1258 commands/tablecmds.c:259
+#: commands/tablecmds.c:4755 commands/tablecmds.c:13108
 #, c-format
 msgid "\"%s\" is not a foreign table"
 msgstr "\"%s\" non è una tabella esterna"
 
-#: catalog/objectaddress.c:1300
+#: catalog/objectaddress.c:1299
 #, c-format
 msgid "must specify relation and object name"
 msgstr "occorre specificare tabella e nome dell'oggetto"
 
-#: catalog/objectaddress.c:1376 catalog/objectaddress.c:1429
+#: catalog/objectaddress.c:1375 catalog/objectaddress.c:1428
 #, c-format
 msgid "column name must be qualified"
 msgstr "il nome della colonna deve essere qualificato"
 
-#: catalog/objectaddress.c:1472
+#: catalog/objectaddress.c:1471
 #, c-format
 msgid "default value for column \"%s\" of relation \"%s\" does not exist"
 msgstr "il valore di default per la colonna \"%s\" della relazione \"%s\" non esiste"
 
-#: catalog/objectaddress.c:1509 commands/functioncmds.c:128
-#: commands/tablecmds.c:251 commands/typecmds.c:3233 parser/parse_type.c:226
+#: catalog/objectaddress.c:1508 commands/functioncmds.c:128
+#: commands/tablecmds.c:251 commands/typecmds.c:3248 parser/parse_type.c:226
 #: parser/parse_type.c:255 parser/parse_type.c:794 utils/adt/acl.c:4357
 #, c-format
 msgid "type \"%s\" does not exist"
 msgstr "il tipo \"%s\" non esiste"
 
-#: catalog/objectaddress.c:1626
+#: catalog/objectaddress.c:1625
 #, c-format
 msgid "operator %d (%s, %s) of %s does not exist"
 msgstr "l'operatore %d (%s, %s) di %s non esiste"
 
-#: catalog/objectaddress.c:1657
+#: catalog/objectaddress.c:1656
 #, c-format
 msgid "function %d (%s, %s) of %s does not exist"
 msgstr "la funzione %d (%s, %s) di %s non esiste"
 
-#: catalog/objectaddress.c:1708 catalog/objectaddress.c:1734
+#: catalog/objectaddress.c:1707 catalog/objectaddress.c:1733
 #, c-format
 msgid "user mapping for user \"%s\" on server \"%s\" does not exist"
 msgstr "la mappatura per l'utente \"%s\" sul server \"%s\" non esiste"
 
-#: catalog/objectaddress.c:1723 commands/foreigncmds.c:428
+#: catalog/objectaddress.c:1722 commands/foreigncmds.c:428
 #: commands/foreigncmds.c:1004 commands/foreigncmds.c:1377
 #: foreign/foreign.c:688
 #, c-format
 msgid "server \"%s\" does not exist"
 msgstr "il server \"%s\" non esiste"
 
-#: catalog/objectaddress.c:1790
+#: catalog/objectaddress.c:1789
 #, c-format
 msgid "publication relation \"%s\" in publication \"%s\" does not exist"
 msgstr "la tabella \"%s\" nella pubblicazione \"%s\" non esiste"
 
-#: catalog/objectaddress.c:1852
+#: catalog/objectaddress.c:1851
 #, c-format
-msgid "unrecognized default ACL object type %c"
-msgstr "tipo di oggetto ACL di default %c non riconosciuto"
+msgid "unrecognized default ACL object type \"%c\""
+msgstr "tipo di oggetto ACL di default \"%c\" non riconosciuto"
 
-#: catalog/objectaddress.c:1853
+#: catalog/objectaddress.c:1852
 #, c-format
-msgid "Valid object types are \"r\", \"S\", \"f\", \"T\" and \"s\"."
-msgstr "I tipi di oggetti validi sono \"r\", \"S\", \"f\", \"T\" e \"s\"."
+msgid "Valid object types are \"%c\", \"%c\", \"%c\", \"%c\", \"%c\"."
+msgstr "Gli oggetti validi sono \"%c\", \"%c\", \"%c\", \"%c\", \"%c\"."
 
-#: catalog/objectaddress.c:1899
+#: catalog/objectaddress.c:1903
 #, c-format
 msgid "default ACL for user \"%s\" in schema \"%s\" on %s does not exist"
 msgstr "l'ACL di default per l'utente \"%s\" nello schema \"%s\" su %s non esiste"
 
-#: catalog/objectaddress.c:1904
+#: catalog/objectaddress.c:1908
 #, c-format
 msgid "default ACL for user \"%s\" on %s does not exist"
 msgstr "l'ACL di default per l'utente \"%s\" su %s non esiste"
 
-#: catalog/objectaddress.c:1931 catalog/objectaddress.c:1989
-#: catalog/objectaddress.c:2044
+#: catalog/objectaddress.c:1935 catalog/objectaddress.c:1993
+#: catalog/objectaddress.c:2048
 #, c-format
 msgid "name or argument lists may not contain nulls"
 msgstr "il nome o la lista di argomenti non può contenere valori nulli"
 
-#: catalog/objectaddress.c:1965
+#: catalog/objectaddress.c:1969
 #, c-format
 msgid "unsupported object type \"%s\""
 msgstr "tipo di oggetto \"%s\" non supportato"
 
-#: catalog/objectaddress.c:1985 catalog/objectaddress.c:2003
-#: catalog/objectaddress.c:2141
+#: catalog/objectaddress.c:1989 catalog/objectaddress.c:2007
+#: catalog/objectaddress.c:2145
 #, c-format
 msgid "name list length must be exactly %d"
 msgstr "la lunghezza della lista dei nomi dev'essere %d"
 
-#: catalog/objectaddress.c:2007
+#: catalog/objectaddress.c:2011
 #, c-format
 msgid "large object OID may not be null"
 msgstr "l'OID di large object non può essere nullo"
 
-#: catalog/objectaddress.c:2016 catalog/objectaddress.c:2077
-#: catalog/objectaddress.c:2084
+#: catalog/objectaddress.c:2020 catalog/objectaddress.c:2081
+#: catalog/objectaddress.c:2088
 #, c-format
 msgid "name list length must be at least %d"
 msgstr "la lunghezza della lista dei nomi deve essere almeno %d"
 
-#: catalog/objectaddress.c:2070 catalog/objectaddress.c:2090
+#: catalog/objectaddress.c:2074 catalog/objectaddress.c:2094
 #, c-format
 msgid "argument list length must be exactly %d"
 msgstr "la lunghezza della lista degli argomenti deve essere %d"
 
-#: catalog/objectaddress.c:2316 libpq/be-fsstubs.c:350
+#: catalog/objectaddress.c:2320 libpq/be-fsstubs.c:350
 #, c-format
 msgid "must be owner of large object %u"
 msgstr "occorre essere proprietari del large object %u"
 
-#: catalog/objectaddress.c:2331 commands/functioncmds.c:1420
+#: catalog/objectaddress.c:2335 commands/functioncmds.c:1440
 #, c-format
 msgid "must be owner of type %s or type %s"
 msgstr "occorre essere proprietari del tipo %s o del tipo %s"
 
-#: catalog/objectaddress.c:2381 catalog/objectaddress.c:2398
+#: catalog/objectaddress.c:2385 catalog/objectaddress.c:2402
 #, c-format
 msgid "must be superuser"
 msgstr "occorre essere superutenti"
 
-#: catalog/objectaddress.c:2388
+#: catalog/objectaddress.c:2392
 #, c-format
 msgid "must have CREATEROLE privilege"
 msgstr "occorre avere privilegio CREATEROLE"
 
-#: catalog/objectaddress.c:2467
+#: catalog/objectaddress.c:2471
 #, c-format
 msgid "unrecognized object type \"%s\""
 msgstr "tipo di oggetto \"%s\" non riconosciuto"
 
-#: catalog/objectaddress.c:2662
+#: catalog/objectaddress.c:2666
 #, c-format
 msgid " column %s"
 msgstr " colonna %s"
 
-#: catalog/objectaddress.c:2668
+#: catalog/objectaddress.c:2672
 #, c-format
 msgid "function %s"
 msgstr "funzione %s"
 
-#: catalog/objectaddress.c:2673
+#: catalog/objectaddress.c:2677
 #, c-format
 msgid "type %s"
 msgstr "tipo %s"
 
-#: catalog/objectaddress.c:2703
+#: catalog/objectaddress.c:2707
 #, c-format
 msgid "cast from %s to %s"
 msgstr "conversione da %s a %s"
 
-#: catalog/objectaddress.c:2723
+#: catalog/objectaddress.c:2727
 #, c-format
 msgid "collation %s"
 msgstr "ordinamento %s"
 
-#: catalog/objectaddress.c:2747
+#: catalog/objectaddress.c:2751
 #, c-format
 msgid "constraint %s on %s"
 msgstr "vincolo %s su %s"
 
-#: catalog/objectaddress.c:2753
+#: catalog/objectaddress.c:2757
 #, c-format
 msgid "constraint %s"
 msgstr "vincolo %s"
 
-#: catalog/objectaddress.c:2770
+#: catalog/objectaddress.c:2774
 #, c-format
 msgid "conversion %s"
 msgstr "conversione %s"
 
-#: catalog/objectaddress.c:2807
+#: catalog/objectaddress.c:2811
 #, c-format
 msgid "default for %s"
 msgstr "predefinito per %s"
 
-#: catalog/objectaddress.c:2816
+#: catalog/objectaddress.c:2820
 #, c-format
 msgid "language %s"
 msgstr "linguaggio %s"
 
-#: catalog/objectaddress.c:2821
+#: catalog/objectaddress.c:2825
 #, c-format
 msgid "large object %u"
 msgstr "large object %u"
 
-#: catalog/objectaddress.c:2826
+#: catalog/objectaddress.c:2830
 #, c-format
 msgid "operator %s"
 msgstr "operatore %s"
 
-#: catalog/objectaddress.c:2858
+#: catalog/objectaddress.c:2862
 #, c-format
 msgid "operator class %s for access method %s"
 msgstr "classe di operatori %s per il metodo di accesso %s"
 
-#: catalog/objectaddress.c:2881
+#: catalog/objectaddress.c:2885
 #, c-format
 msgid "access method %s"
 msgstr "metodo di accesso %s"
@@ -4321,7 +4152,7 @@ msgstr "metodo di accesso %s"
 #. first two %s's are data type names, the third %s is the
 #. description of the operator family, and the last %s is the
 #. textual form of the operator with arguments.
-#: catalog/objectaddress.c:2923
+#: catalog/objectaddress.c:2927
 #, c-format
 msgid "operator %d (%s, %s) of %s: %s"
 msgstr "operatore %d (%s, %s) della %s: %s"
@@ -4330,220 +4161,226 @@ msgstr "operatore %d (%s, %s) della %s: %s"
 #. are data type names, the third %s is the description of the
 #. operator family, and the last %s is the textual form of the
 #. function with arguments.
-#: catalog/objectaddress.c:2973
+#: catalog/objectaddress.c:2977
 #, c-format
 msgid "function %d (%s, %s) of %s: %s"
 msgstr "funzione %d (%s, %s) della %s: %s"
 
-#: catalog/objectaddress.c:3013
+#: catalog/objectaddress.c:3017
 #, c-format
 msgid "rule %s on "
 msgstr "regola %s on "
 
-#: catalog/objectaddress.c:3048
+#: catalog/objectaddress.c:3052
 #, c-format
 msgid "trigger %s on "
 msgstr "trigger %s su "
 
-#: catalog/objectaddress.c:3065
+#: catalog/objectaddress.c:3069
 #, c-format
 msgid "schema %s"
 msgstr "schema %s"
 
-#: catalog/objectaddress.c:3082
+#: catalog/objectaddress.c:3086
 #, c-format
 msgid "statistics object %s"
 msgstr "statistiche %s"
 
-#: catalog/objectaddress.c:3098
+#: catalog/objectaddress.c:3102
 #, c-format
 msgid "text search parser %s"
 msgstr "analizzatore di ricerca di testo %s"
 
-#: catalog/objectaddress.c:3113
+#: catalog/objectaddress.c:3117
 #, c-format
 msgid "text search dictionary %s"
 msgstr "dizionario di ricerca di testo %s"
 
-#: catalog/objectaddress.c:3128
+#: catalog/objectaddress.c:3132
 #, c-format
 msgid "text search template %s"
 msgstr "modello di ricerca di testo %s"
 
-#: catalog/objectaddress.c:3143
+#: catalog/objectaddress.c:3147
 #, c-format
 msgid "text search configuration %s"
 msgstr "configurazione di ricerca di testo %s"
 
-#: catalog/objectaddress.c:3151
+#: catalog/objectaddress.c:3155
 #, c-format
 msgid "role %s"
 msgstr "regola %s"
 
-#: catalog/objectaddress.c:3164
+#: catalog/objectaddress.c:3168
 #, c-format
 msgid "database %s"
 msgstr "database %s"
 
-#: catalog/objectaddress.c:3176
+#: catalog/objectaddress.c:3180
 #, c-format
 msgid "tablespace %s"
 msgstr "tablespace %s"
 
-#: catalog/objectaddress.c:3185
+#: catalog/objectaddress.c:3189
 #, c-format
 msgid "foreign-data wrapper %s"
 msgstr "wrapper di dati esterni %s"
 
-#: catalog/objectaddress.c:3194
+#: catalog/objectaddress.c:3198
 #, c-format
 msgid "server %s"
 msgstr "server %s"
 
-#: catalog/objectaddress.c:3222
+#: catalog/objectaddress.c:3226
 #, c-format
 msgid "user mapping for %s on server %s"
 msgstr "mappatura utenti per %s sul server %s"
 
-#: catalog/objectaddress.c:3257
+#: catalog/objectaddress.c:3261
 #, c-format
 msgid "default privileges on new relations belonging to role %s"
 msgstr "privilegi predefiniti sulle nuove relazioni appartenenti al ruolo %s"
 
-#: catalog/objectaddress.c:3262
+#: catalog/objectaddress.c:3266
 #, c-format
 msgid "default privileges on new sequences belonging to role %s"
 msgstr "privilegi predefiniti sulle nuove sequenze appartenenti al ruolo %s"
 
-#: catalog/objectaddress.c:3267
+#: catalog/objectaddress.c:3271
 #, c-format
 msgid "default privileges on new functions belonging to role %s"
 msgstr "privilegi predefiniti sulle nuove funzioni appartenenti al ruolo %s"
 
-#: catalog/objectaddress.c:3272
+#: catalog/objectaddress.c:3276
 #, c-format
 msgid "default privileges on new types belonging to role %s"
 msgstr "privilegi predefiniti sui nuovi tipi appartenenti al ruolo %s"
 
-#: catalog/objectaddress.c:3277
+#: catalog/objectaddress.c:3281
 #, c-format
 msgid "default privileges on new schemas belonging to role %s"
 msgstr "privilegi predefiniti sui nuovi schemi appartenenti al ruolo %s"
 
-#: catalog/objectaddress.c:3283
+#: catalog/objectaddress.c:3287
 #, c-format
 msgid "default privileges belonging to role %s"
 msgstr "privilegi predefiniti appartenenti al ruolo %s"
 
-#: catalog/objectaddress.c:3291
+#: catalog/objectaddress.c:3295
 #, c-format
 msgid " in schema %s"
 msgstr " nello schema %s"
 
-#: catalog/objectaddress.c:3308
+#: catalog/objectaddress.c:3312
 #, c-format
 msgid "extension %s"
 msgstr "estensione %s"
 
-#: catalog/objectaddress.c:3321
+#: catalog/objectaddress.c:3325
 #, c-format
 msgid "event trigger %s"
 msgstr "trigger di evento %s"
 
-#: catalog/objectaddress.c:3353
+#: catalog/objectaddress.c:3357
 #, c-format
 msgid "policy %s on "
 msgstr "regola di sicurezza %s su "
 
-#: catalog/objectaddress.c:3364
+#: catalog/objectaddress.c:3368
 #, c-format
 msgid "publication %s"
 msgstr "pubblicazione %s"
 
-#: catalog/objectaddress.c:3384
+#: catalog/objectaddress.c:3388
 #, c-format
 msgid "publication table %s in publication %s"
 msgstr "tabella %s nella pubblicazione %s"
 
-#: catalog/objectaddress.c:3392
+#: catalog/objectaddress.c:3396
 #, c-format
 msgid "subscription %s"
 msgstr "sottoscrizione %s"
 
-#: catalog/objectaddress.c:3410
+#: catalog/objectaddress.c:3414
 #, c-format
 msgid "transform for %s language %s"
 msgstr "trasformazione per %s linguaggio %s"
 
-#: catalog/objectaddress.c:3471
+#: catalog/objectaddress.c:3475
 #, c-format
 msgid "table %s"
 msgstr "tabella %s"
 
-#: catalog/objectaddress.c:3475
+#: catalog/objectaddress.c:3479
 #, c-format
 msgid "index %s"
 msgstr "indice %s"
 
-#: catalog/objectaddress.c:3479
+#: catalog/objectaddress.c:3483
 #, c-format
 msgid "sequence %s"
 msgstr "sequenza %s"
 
-#: catalog/objectaddress.c:3483
+#: catalog/objectaddress.c:3487
 #, c-format
 msgid "toast table %s"
 msgstr "tabella toast %s"
 
-#: catalog/objectaddress.c:3487
+#: catalog/objectaddress.c:3491
 #, c-format
 msgid "view %s"
 msgstr "vista %s"
 
-#: catalog/objectaddress.c:3491
+#: catalog/objectaddress.c:3495
 #, c-format
 msgid "materialized view %s"
 msgstr "vista materializzata %s"
 
-#: catalog/objectaddress.c:3495
+#: catalog/objectaddress.c:3499
 #, c-format
 msgid "composite type %s"
 msgstr "tipo composito %s"
 
-#: catalog/objectaddress.c:3499
+#: catalog/objectaddress.c:3503
 #, c-format
 msgid "foreign table %s"
 msgstr "tabella esterna %s"
 
-#: catalog/objectaddress.c:3504
+#: catalog/objectaddress.c:3508
 #, c-format
 msgid "relation %s"
 msgstr "relazione %s"
 
-#: catalog/objectaddress.c:3541
+#: catalog/objectaddress.c:3545
 #, c-format
 msgid "operator family %s for access method %s"
 msgstr "famiglia di operatori %s per il metodo d'accesso %s"
 
-#: catalog/objectaddress.c:4910
+#: catalog/objectaddress.c:4914
 #, c-format
 msgid "%s in publication %s"
 msgstr "%s nella pubblicazione %s"
 
-#: catalog/partition.c:741
+#: catalog/partition.c:728
+#, c-format
+msgid "empty range bound specified for partition \"%s\""
+msgstr "intervallo vuoto specificato come limite per la partizione \"%s\""
+
+#: catalog/partition.c:730
 #, c-format
-msgid "cannot create range partition with empty range"
-msgstr "non è possibile creare una partizione su un intervallo vuoto"
+msgid "Specified lower bound %s is greater than or equal to upper bound %s."
+msgstr "Il limite inferiore specificato %s è maggiore o uguale al limite superiore %s."
 
-#: catalog/partition.c:835
+#: catalog/partition.c:814
 #, c-format
 msgid "partition \"%s\" would overlap partition \"%s\""
 msgstr "la partizione \"%s\" si sovrapporrebbe a \"%s\""
 
-#: catalog/partition.c:943 catalog/partition.c:1121 commands/analyze.c:1446
-#: commands/tablecmds.c:8863 executor/execExprInterp.c:2837
-#: executor/execMain.c:1928 executor/execMain.c:1975 executor/execMain.c:2017
-#: executor/execMain.c:3279
+#: catalog/partition.c:927 catalog/partition.c:1108 commands/analyze.c:1446
+#: commands/copy.c:2484 commands/tablecmds.c:8885
+#: executor/execExprInterp.c:2853 executor/execMain.c:1898
+#: executor/execMain.c:1976 executor/execMain.c:2024 executor/execMain.c:2134
+#: executor/execMain.c:3318 executor/nodeModifyTable.c:1518
 msgid "could not convert row type"
 msgstr "conversione del tipo riga fallita"
 
@@ -4589,7 +4426,7 @@ msgstr "non si può omettere initval quando la funzione di transizione è strict
 msgid "return type of inverse transition function %s is not %s"
 msgstr "il tipo restituito dalla funzione di transizione inversa %s non è %s"
 
-#: catalog/pg_aggregate.c:351 executor/nodeWindowAgg.c:2294
+#: catalog/pg_aggregate.c:351 executor/nodeWindowAgg.c:2298
 #, c-format
 msgid "strictness of aggregate's forward and inverse transition functions must match"
 msgstr "le ristrettezze della trasformazione diretta ed inversa di un aggregato devono combaciare"
@@ -4606,8 +4443,8 @@ msgstr "il tipo restituito dalla funzione di combinazione %s non è %s"
 
 #: catalog/pg_aggregate.c:436
 #, c-format
-msgid "combine function with \"%s\" transition type must not be declared STRICT"
-msgstr "una funzione di combinazione con \"%s\" tipi di transizione non può essere dichiarata STRICT"
+msgid "combine function with transition type %s must not be declared STRICT"
+msgstr "la funzione di combinazione con il tipo di transizione %s non deve essere dichiarata STRICT"
 
 #: catalog/pg_aggregate.c:455
 #, c-format
@@ -4649,12 +4486,12 @@ msgstr "l'implementazione dell'aggregazione mobile restituisce il tipo %s ma l'i
 msgid "sort operator can only be specified for single-argument aggregates"
 msgstr "l'operatore di ordinamento può essere specificato sono per aggregati con un solo argomento"
 
-#: catalog/pg_aggregate.c:810 commands/typecmds.c:1698 commands/typecmds.c:1749
-#: commands/typecmds.c:1780 commands/typecmds.c:1803 commands/typecmds.c:1824
-#: commands/typecmds.c:1851 commands/typecmds.c:1878 commands/typecmds.c:1955
-#: commands/typecmds.c:1997 parser/parse_func.c:365 parser/parse_func.c:394
-#: parser/parse_func.c:419 parser/parse_func.c:433 parser/parse_func.c:508
-#: parser/parse_func.c:519 parser/parse_func.c:1958
+#: catalog/pg_aggregate.c:810 commands/typecmds.c:1698
+#: commands/typecmds.c:1749 commands/typecmds.c:1780 commands/typecmds.c:1803
+#: commands/typecmds.c:1824 commands/typecmds.c:1851 commands/typecmds.c:1878
+#: commands/typecmds.c:1955 commands/typecmds.c:1997 parser/parse_func.c:369
+#: parser/parse_func.c:398 parser/parse_func.c:423 parser/parse_func.c:437
+#: parser/parse_func.c:512 parser/parse_func.c:523 parser/parse_func.c:1977
 #, c-format
 msgid "function %s does not exist"
 msgstr "la funzione %s non esiste"
@@ -4674,22 +4511,22 @@ msgstr "la funzione %s deve accettare VARIADIC ANY per essere usata in questo ag
 msgid "function %s requires run-time type coercion"
 msgstr "la funzione %s richiede una coercizione di tipo a run-time"
 
-#: catalog/pg_collation.c:85 catalog/pg_collation.c:127
+#: catalog/pg_collation.c:93 catalog/pg_collation.c:140
 #, c-format
 msgid "collation \"%s\" already exists, skipping"
 msgstr "l'ordinamento \"%s\" esiste già, saltato"
 
-#: catalog/pg_collation.c:87
+#: catalog/pg_collation.c:95
 #, c-format
 msgid "collation \"%s\" for encoding \"%s\" already exists, skipping"
 msgstr "l'ordinamento \"%s\" per l'encoding \"%s\" esiste già, saltato"
 
-#: catalog/pg_collation.c:95 catalog/pg_collation.c:134
+#: catalog/pg_collation.c:103 catalog/pg_collation.c:147
 #, c-format
 msgid "collation \"%s\" already exists"
 msgstr "l'ordinamento \"%s\" esiste già"
 
-#: catalog/pg_collation.c:97
+#: catalog/pg_collation.c:105
 #, c-format
 msgid "collation \"%s\" for encoding \"%s\" already exists"
 msgstr "l'ordinamento \"%s\" per la codifica \"%s\" esiste già"
@@ -4711,13 +4548,13 @@ msgstr "il vincolo \"%s\" per la tabella \"%s\" non esiste"
 
 #: catalog/pg_constraint.c:846
 #, c-format
-msgid "domain \"%s\" has multiple constraints named \"%s\""
+msgid "domain %s has multiple constraints named \"%s\""
 msgstr "il dominio \"%s\" ha più di un vincolo di nome \"%s\""
 
 #: catalog/pg_constraint.c:858
 #, c-format
-msgid "constraint \"%s\" for domain \"%s\" does not exist"
-msgstr "il vincolo \"%s\" per la il dominio \"%s\" non esiste"
+msgid "constraint \"%s\" for domain %s does not exist"
+msgstr "il vincolo \"%s\" per il dominio %s non esiste"
 
 #: catalog/pg_conversion.c:66
 #, c-format
@@ -4729,7 +4566,7 @@ msgstr "la conversione \"%s\" esiste già"
 msgid "default conversion for %s to %s already exists"
 msgstr "la conversione predefinita da %s a %s esiste già"
 
-#: catalog/pg_depend.c:163 commands/extension.c:3216
+#: catalog/pg_depend.c:163 commands/extension.c:3218
 #, c-format
 msgid "%s is already a member of extension \"%s\""
 msgstr "%s fa già parte dell'estensione \"%s\""
@@ -4839,7 +4676,7 @@ msgstr "l'operatore %s esiste già "
 msgid "operator cannot be its own negator or sort operator"
 msgstr "l'operatore non può negare o ordinare se stesso"
 
-#: catalog/pg_proc.c:131 parser/parse_func.c:1982 parser/parse_func.c:2022
+#: catalog/pg_proc.c:131 parser/parse_func.c:2001 parser/parse_func.c:2041
 #, c-format
 msgid "functions cannot have more than %d argument"
 msgid_plural "functions cannot have more than %d arguments"
@@ -4932,12 +4769,12 @@ msgstr "Le funzioni SQL non possono restituire il tipo %s"
 msgid "SQL functions cannot have arguments of type %s"
 msgstr "le funzioni SQL non possono avere argomenti di tipo %s"
 
-#: catalog/pg_proc.c:968 executor/functions.c:1428
+#: catalog/pg_proc.c:968 executor/functions.c:1429
 #, c-format
 msgid "SQL function \"%s\""
 msgstr "funzione SQL \"%s\""
 
-#: catalog/pg_publication.c:57 commands/trigger.c:194 commands/trigger.c:360
+#: catalog/pg_publication.c:57 commands/trigger.c:196
 #, c-format
 msgid "\"%s\" is a partitioned table"
 msgstr "\"%s\" è una tabella partizionata"
@@ -4977,12 +4814,12 @@ msgstr "la tabella \"%s\" non può essere replicata"
 msgid "Temporary and unlogged relations cannot be replicated."
 msgstr "Le relazioni temporanee e non loggate non possono essere replicate."
 
-#: catalog/pg_publication.c:142
+#: catalog/pg_publication.c:166
 #, c-format
 msgid "relation \"%s\" is already member of publication \"%s\""
 msgstr "la relazione \"%s\" è già membra della pubblicazione \"%s\""
 
-#: catalog/pg_publication.c:369 catalog/pg_publication.c:390
+#: catalog/pg_publication.c:393 catalog/pg_publication.c:414
 #: commands/publicationcmds.c:401 commands/publicationcmds.c:702
 #, c-format
 msgid "publication \"%s\" does not exist"
@@ -5051,8 +4888,8 @@ msgstr "non è possibile eliminare oggetti di proprietà di %s perché richiesti
 msgid "cannot reassign ownership of objects owned by %s because they are required by the database system"
 msgstr "non è possibile modificare il proprietario degli oggetti di proprietà di %s perché richiesti dal database"
 
-#: catalog/pg_subscription.c:174 commands/subscriptioncmds.c:622
-#: commands/subscriptioncmds.c:826 commands/subscriptioncmds.c:1026
+#: catalog/pg_subscription.c:176 commands/subscriptioncmds.c:633
+#: commands/subscriptioncmds.c:843 commands/subscriptioncmds.c:1062
 #, c-format
 msgid "subscription \"%s\" does not exist"
 msgstr "la sottoscrizione \"%s\" non esiste"
@@ -5088,13 +4925,13 @@ msgstr "l'allineamento \"%c\" non è valido per il tipi a lunghezza variabile"
 msgid "fixed-size types must have storage PLAIN"
 msgstr "i tipi a dimensione fissa devono avere immagazzinamento PLAIN"
 
-#: catalog/pg_type.c:781
+#: catalog/pg_type.c:801
 #, c-format
 msgid "could not form array type name for type \"%s\""
 msgstr "creazione del nome per il tipo array del tipo \"%s\" fallita"
 
-#: catalog/toasting.c:105 commands/indexcmds.c:395 commands/tablecmds.c:4725
-#: commands/tablecmds.c:12946
+#: catalog/toasting.c:105 commands/indexcmds.c:399 commands/tablecmds.c:4734
+#: commands/tablecmds.c:12986
 #, c-format
 msgid "\"%s\" is not a table or materialized view"
 msgstr "\"%s\" non è una tabella né una vista materializzata"
@@ -5214,7 +5051,7 @@ msgstr "il linguaggio \"%s\" esiste già"
 msgid "publication \"%s\" already exists"
 msgstr "la pubblicazione \"%s\" esiste già"
 
-#: commands/alter.c:99 commands/subscriptioncmds.c:343
+#: commands/alter.c:99 commands/subscriptioncmds.c:358
 #, c-format
 msgid "subscription \"%s\" already exists"
 msgstr "la sottoscrizione \"%s\" esiste già"
@@ -5279,7 +5116,7 @@ msgstr "il metodo di accesso \"%s\" esiste già"
 msgid "must be superuser to drop access methods"
 msgstr "occorre essere un superutente per eliminare un metodo di accesso"
 
-#: commands/amcmds.c:174 commands/indexcmds.c:163 commands/indexcmds.c:502
+#: commands/amcmds.c:174 commands/indexcmds.c:163 commands/indexcmds.c:515
 #: commands/opclasscmds.c:363 commands/opclasscmds.c:777
 #, c-format
 msgid "access method \"%s\" does not exist"
@@ -5292,7 +5129,7 @@ msgstr "funzione handler non specificata"
 
 #: commands/amcmds.c:262 commands/event_trigger.c:243
 #: commands/foreigncmds.c:487 commands/proclang.c:117 commands/proclang.c:289
-#: commands/trigger.c:557 parser/parse_clause.c:985
+#: commands/trigger.c:590 parser/parse_clause.c:1011
 #, c-format
 msgid "function %s must return type %s"
 msgstr "la funzione %s deve restituire il tipo %s"
@@ -5407,7 +5244,8 @@ msgstr "non è possibile raggruppare tabelle temporanee di altre sessioni"
 msgid "there is no previously clustered index for table \"%s\""
 msgstr "non esiste un indice già raggruppato per la tabella \"%s\""
 
-#: commands/cluster.c:173 commands/tablecmds.c:10176 commands/tablecmds.c:12039
+#: commands/cluster.c:173 commands/tablecmds.c:10198
+#: commands/tablecmds.c:12079
 #, c-format
 msgid "index \"%s\" for table \"%s\" does not exist"
 msgstr "l'indice \"%s\" per la tabella \"%s\" non esiste"
@@ -5422,7 +5260,7 @@ msgstr "non è possibile raggruppare un catalogo condiviso"
 msgid "cannot vacuum temporary tables of other sessions"
 msgstr "non è possibile ripulire tabelle temporanee di altre sessioni"
 
-#: commands/cluster.c:431 commands/tablecmds.c:12049
+#: commands/cluster.c:431 commands/tablecmds.c:12089
 #, c-format
 msgid "\"%s\" is not an index for table \"%s\""
 msgstr "\"%s\" non è un indice per la tabella \"%s\""
@@ -5452,7 +5290,7 @@ msgstr "raggruppamento di \"%s.%s\" usando una scansione sull'indice \"%s\""
 msgid "clustering \"%s.%s\" using sequential scan and sort"
 msgstr "raggruppamento di \"%s.%s\" usando una scansione sequenziale e ordinamento"
 
-#: commands/cluster.c:929 commands/vacuumlazy.c:491
+#: commands/cluster.c:929 commands/vacuumlazy.c:490
 #, c-format
 msgid "vacuuming \"%s.%s\""
 msgstr "pulizia di \"%s.%s\""
@@ -5471,81 +5309,71 @@ msgstr ""
 "%.0f versioni di riga morte non possono ancora essere rimosse.\n"
 "%s."
 
-#: commands/collationcmds.c:93
+#: commands/collationcmds.c:101
 #, c-format
 msgid "collation attribute \"%s\" not recognized"
 msgstr "attributo dell'ordinamento \"%s\" non riconosciuto"
 
-#: commands/collationcmds.c:152
+#: commands/collationcmds.c:143
+#, c-format
+msgid "collation \"default\" cannot be copied"
+msgstr "l'ordinamento \"default\" non può essere copiato"
+
+#: commands/collationcmds.c:173
 #, c-format
 msgid "unrecognized collation provider: %s"
 msgstr "fornitore di ordinamenti non riconosciuto: %s"
 
-#: commands/collationcmds.c:161
+#: commands/collationcmds.c:182
 #, c-format
 msgid "parameter \"lc_collate\" must be specified"
 msgstr "il parametro \"lc_collate\" deve essere specificato"
 
-#: commands/collationcmds.c:166
+#: commands/collationcmds.c:187
 #, c-format
 msgid "parameter \"lc_ctype\" must be specified"
 msgstr "il parametro \"lc_ctype\" deve essere specificato"
 
-#: commands/collationcmds.c:217
+#: commands/collationcmds.c:246
 #, c-format
 msgid "collation \"%s\" for encoding \"%s\" already exists in schema \"%s\""
 msgstr "l'ordinamento \"%s\" per la codifica \"%s\" già esiste nello schema \"%s\""
 
-#: commands/collationcmds.c:228
+#: commands/collationcmds.c:257
 #, c-format
 msgid "collation \"%s\" already exists in schema \"%s\""
 msgstr "l'ordinamento \"%s\" già esiste nello schema \"%s\""
 
-#: commands/collationcmds.c:276
+#: commands/collationcmds.c:305
 #, c-format
 msgid "changing version from %s to %s"
 msgstr "cambio della versione da %s a %s"
 
-#: commands/collationcmds.c:291
+#: commands/collationcmds.c:320
 #, c-format
 msgid "version has not changed"
 msgstr "la versione non è cambiata"
 
-#: commands/collationcmds.c:382
+#: commands/collationcmds.c:451
 #, c-format
 msgid "could not convert locale name \"%s\" to language tag: %s"
 msgstr "conversione del nome di locale \"%s\" in tag di linguaggio fallita: %s"
 
-#: commands/collationcmds.c:401
-#, c-format
-msgid "could get display name for locale \"%s\": %s"
-msgstr "lettura del nome da mostrare per il locale \"%s\" fallita: %s"
-
-#: commands/collationcmds.c:432
+#: commands/collationcmds.c:512
 #, c-format
 msgid "must be superuser to import system collations"
 msgstr "solo un superutente può importare gli ordinamenti di sistema"
 
-#: commands/collationcmds.c:439 commands/copy.c:1829 commands/copy.c:3026
+#: commands/collationcmds.c:535 commands/copy.c:1807 commands/copy.c:3107
 #, c-format
 msgid "could not execute command \"%s\": %m"
 msgstr "esecuzione del comando \"%s\" fallita: %m"
 
-#: commands/collationcmds.c:536
+#: commands/collationcmds.c:666
 #, c-format
 msgid "no usable system locales were found"
 msgstr "non è stato trovato nessun locale di sistema utilizzabile"
 
-#: commands/collationcmds.c:544 utils/mb/encnames.c:473
-#, c-format
-msgid "encoding \"%s\" not supported by ICU"
-msgstr "codifica \"%s\" non supportata da ICU"
-
-#: commands/collationcmds.c:588 commands/collationcmds.c:609
-#, c-format
-msgid "could not get keyword values for locale \"%s\": %s"
-msgstr "errore nella lettura dei valori chiave per il locale \"%s\": %s"
-
 #: commands/comment.c:61 commands/dbcommands.c:808 commands/dbcommands.c:996
 #: commands/dbcommands.c:1100 commands/dbcommands.c:1290
 #: commands/dbcommands.c:1513 commands/dbcommands.c:1627
@@ -5555,17 +5383,17 @@ msgstr "errore nella lettura dei valori chiave per il locale \"%s\": %s"
 msgid "database \"%s\" does not exist"
 msgstr "il database \"%s\" non esiste"
 
-#: commands/comment.c:101 commands/seclabel.c:117 parser/parse_utilcmd.c:922
+#: commands/comment.c:101 commands/seclabel.c:117 parser/parse_utilcmd.c:931
 #, c-format
 msgid "\"%s\" is not a table, view, materialized view, composite type, or foreign table"
 msgstr "\"%s\" non è una tabella, vista, vista materializzata, tipo composito né una tabella esterna"
 
-#: commands/constraint.c:60 utils/adt/ri_triggers.c:2715
+#: commands/constraint.c:60 utils/adt/ri_triggers.c:2712
 #, c-format
 msgid "function \"%s\" was not called by trigger manager"
 msgstr "la funzione \"%s\" non è stata invocata dal trigger manager"
 
-#: commands/constraint.c:67 utils/adt/ri_triggers.c:2724
+#: commands/constraint.c:67 utils/adt/ri_triggers.c:2721
 #, c-format
 msgid "function \"%s\" must be fired AFTER ROW"
 msgstr "la funzione \"%s\" deve essere eseguita AFTER ROW"
@@ -5590,534 +5418,535 @@ msgstr "la codifica di destinazione \"%s\" non esiste"
 msgid "encoding conversion function %s must return type %s"
 msgstr "la funzione di conversione della codifica %s deve restituire il tipo %s"
 
-#: commands/copy.c:371 commands/copy.c:405
+#: commands/copy.c:373 commands/copy.c:407
 #, c-format
 msgid "COPY BINARY is not supported to stdout or from stdin"
 msgstr "COPY BINARY non è supportato verso stdout o da stdin"
 
-#: commands/copy.c:505
+#: commands/copy.c:507
 #, c-format
 msgid "could not write to COPY program: %m"
 msgstr "scrittura nel programma COPY fallita: %m"
 
-#: commands/copy.c:510
+#: commands/copy.c:512
 #, c-format
 msgid "could not write to COPY file: %m"
 msgstr "scrittura nel file COPY fallita: %m"
 
-#: commands/copy.c:523
+#: commands/copy.c:525
 #, c-format
 msgid "connection lost during COPY to stdout"
 msgstr "connessione persa durante COPY verso stdout"
 
-#: commands/copy.c:567
+#: commands/copy.c:569
 #, c-format
 msgid "could not read from COPY file: %m"
 msgstr "lettura dal file COPY fallita: %m"
 
-#: commands/copy.c:583 commands/copy.c:604 commands/copy.c:608
-#: tcop/postgres.c:341 tcop/postgres.c:377 tcop/postgres.c:404
+#: commands/copy.c:585 commands/copy.c:606 commands/copy.c:610
+#: tcop/postgres.c:335 tcop/postgres.c:371 tcop/postgres.c:398
 #, c-format
 msgid "unexpected EOF on client connection with an open transaction"
 msgstr "fine-file inaspettato sulla connessione del client con una transazione aperta"
 
-#: commands/copy.c:621
+#: commands/copy.c:623
 #, c-format
 msgid "COPY from stdin failed: %s"
 msgstr "COPY da stdin fallita: %s"
 
-#: commands/copy.c:637
+#: commands/copy.c:639
 #, c-format
 msgid "unexpected message type 0x%02X during COPY from stdin"
 msgstr "messaggio del tipo inaspettato 0x%02X durante COPY da stdin"
 
-#: commands/copy.c:798
+#: commands/copy.c:800
 #, c-format
 msgid "must be superuser to COPY to or from an external program"
 msgstr "occorre essere un superutente per effettuare COPY da o verso un programma esterno"
 
-#: commands/copy.c:799 commands/copy.c:805
+#: commands/copy.c:801 commands/copy.c:807
 #, c-format
 msgid "Anyone can COPY to stdout or from stdin. psql's \\copy command also works for anyone."
 msgstr "Chiunque può eseguire COPY verso stdout e da stdin. Anche il comando \\copy di psql funziona per chiunque."
 
-#: commands/copy.c:804
+#: commands/copy.c:806
 #, c-format
 msgid "must be superuser to COPY to or from a file"
 msgstr "bisogna essere un superutente per eseguire un COPY da o verso un file"
 
-#: commands/copy.c:866
+#: commands/copy.c:868
 #, c-format
 msgid "COPY FROM not supported with row-level security"
 msgstr "COPY FROM non supportato con il livello di sicurezza di righe"
 
-#: commands/copy.c:867
+#: commands/copy.c:869
 #, c-format
 msgid "Use INSERT statements instead."
 msgstr "Usa istruzioni INSERT invece."
 
-#: commands/copy.c:1052
+#: commands/copy.c:1054
 #, c-format
 msgid "COPY format \"%s\" not recognized"
 msgstr "Formato di COPY \"%s\" non riconosciuto"
 
-#: commands/copy.c:1132 commands/copy.c:1148 commands/copy.c:1163
-#: commands/copy.c:1185
+#: commands/copy.c:1134 commands/copy.c:1150 commands/copy.c:1165
+#: commands/copy.c:1187
 #, c-format
 msgid "argument to option \"%s\" must be a list of column names"
 msgstr "l'argomento dell'opzione \"%s\" dev'essere una lista di nomi di colonne"
 
-#: commands/copy.c:1200
+#: commands/copy.c:1202
 #, c-format
 msgid "argument to option \"%s\" must be a valid encoding name"
 msgstr "l'argomento dell'opzione \"%s\" dev'essere un nome di codifica valido"
 
-#: commands/copy.c:1207 commands/dbcommands.c:242 commands/dbcommands.c:1461
+#: commands/copy.c:1209 commands/dbcommands.c:242 commands/dbcommands.c:1461
 #, c-format
 msgid "option \"%s\" not recognized"
 msgstr "opzione \"%s\" non riconosciuta"
 
-#: commands/copy.c:1219
+#: commands/copy.c:1221
 #, c-format
 msgid "cannot specify DELIMITER in BINARY mode"
 msgstr "non è possibile specificare DELIMITER in BINARY mode"
 
-#: commands/copy.c:1224
+#: commands/copy.c:1226
 #, c-format
 msgid "cannot specify NULL in BINARY mode"
 msgstr "non è possibile specificare NULL in BINARY mode"
 
-#: commands/copy.c:1246
+#: commands/copy.c:1248
 #, c-format
 msgid "COPY delimiter must be a single one-byte character"
 msgstr "il delimitatore di COPY deve essere un solo carattere di un solo byte"
 
-#: commands/copy.c:1253
+#: commands/copy.c:1255
 #, c-format
 msgid "COPY delimiter cannot be newline or carriage return"
 msgstr "Il delimitatore di COPY non può essere una \"nuova riga\" o un \"ritorno carrello\""
 
-#: commands/copy.c:1259
+#: commands/copy.c:1261
 #, c-format
 msgid "COPY null representation cannot use newline or carriage return"
 msgstr "la rappresentazione dei null in COPY non può usare \"nuova riga\" o \"ritorno carrello\""
 
-#: commands/copy.c:1276
+#: commands/copy.c:1278
 #, c-format
 msgid "COPY delimiter cannot be \"%s\""
 msgstr "il delimitatore di COPY non può essere \"%s\""
 
-#: commands/copy.c:1282
+#: commands/copy.c:1284
 #, c-format
 msgid "COPY HEADER available only in CSV mode"
 msgstr "l'HEADER di COPY è disponibile solo in modalità CSV"
 
-#: commands/copy.c:1288
+#: commands/copy.c:1290
 #, c-format
 msgid "COPY quote available only in CSV mode"
 msgstr "il quoting di COPY è disponibile solo in modalità CSV"
 
-#: commands/copy.c:1293
+#: commands/copy.c:1295
 #, c-format
 msgid "COPY quote must be a single one-byte character"
 msgstr "il quote di COPY dev'essere un solo carattere di un byte"
 
-#: commands/copy.c:1298
+#: commands/copy.c:1300
 #, c-format
 msgid "COPY delimiter and quote must be different"
 msgstr "il delimitatore e il quote di COPY devono essere diversi"
 
-#: commands/copy.c:1304
+#: commands/copy.c:1306
 #, c-format
 msgid "COPY escape available only in CSV mode"
 msgstr "l'escape di COPY è disponibile solo in modalità CSV"
 
-#: commands/copy.c:1309
+#: commands/copy.c:1311
 #, c-format
 msgid "COPY escape must be a single one-byte character"
 msgstr "l'escape di COPY deve essere un solo carattere di un byte"
 
-#: commands/copy.c:1315
+#: commands/copy.c:1317
 #, c-format
 msgid "COPY force quote available only in CSV mode"
 msgstr "il \"force quote\" di COPY è disponibile solo in modalità CSV"
 
-#: commands/copy.c:1319
+#: commands/copy.c:1321
 #, c-format
 msgid "COPY force quote only available using COPY TO"
 msgstr "il \"force quote\" di COPY è disponibile solo in modalità CSV"
 
-#: commands/copy.c:1325
+#: commands/copy.c:1327
 #, c-format
 msgid "COPY force not null available only in CSV mode"
 msgstr "il \"force not null\" di COPY è disponibile solo in modalità CSV"
 
-#: commands/copy.c:1329
+#: commands/copy.c:1331
 #, c-format
 msgid "COPY force not null only available using COPY FROM"
 msgstr "il \"force not null\" di COPY è disponibile solo in COPY FROM"
 
-#: commands/copy.c:1335
+#: commands/copy.c:1337
 #, c-format
 msgid "COPY force null available only in CSV mode"
 msgstr "il \"force null\" di COPY è disponibile solo in modalità CSV"
 
-#: commands/copy.c:1340
+#: commands/copy.c:1342
 #, c-format
 msgid "COPY force null only available using COPY FROM"
 msgstr "il \"force null\" di COPY è disponibile solo usando COPY FROM"
 
-#: commands/copy.c:1346
+#: commands/copy.c:1348
 #, c-format
 msgid "COPY delimiter must not appear in the NULL specification"
 msgstr "il delimitatore di COPY non deve apparire nella specificazione di NULL"
 
-#: commands/copy.c:1353
+#: commands/copy.c:1355
 #, c-format
 msgid "CSV quote character must not appear in the NULL specification"
 msgstr "Il carattere quote del CSV non deve apparire nella specificazione di NULL"
 
-#: commands/copy.c:1414
+#: commands/copy.c:1416
 #, c-format
 msgid "table \"%s\" does not have OIDs"
 msgstr "la tabella \"%s\" non ha OID"
 
-#: commands/copy.c:1455
+#: commands/copy.c:1433
 #, c-format
 msgid "COPY (query) WITH OIDS is not supported"
 msgstr "COPY (query) WITH OIDS non è supportata"
 
-#: commands/copy.c:1476
+#: commands/copy.c:1454
 #, c-format
 msgid "DO INSTEAD NOTHING rules are not supported for COPY"
 msgstr "le regole DO INSTEAD NOTHING non sono supportate per COPY"
 
-#: commands/copy.c:1490
+#: commands/copy.c:1468
 #, c-format
 msgid "conditional DO INSTEAD rules are not supported for COPY"
 msgstr "le regole DO INSTEAD condizionali non sono supportate per COPY"
 
-#: commands/copy.c:1494
+#: commands/copy.c:1472
 #, c-format
 msgid "DO ALSO rules are not supported for the COPY"
 msgstr "le regole DO ALSO non sono supportate per COPY"
 
-#: commands/copy.c:1499
+#: commands/copy.c:1477
 #, c-format
 msgid "multi-statement DO INSTEAD rules are not supported for COPY"
 msgstr "le regole DO INSTEAD con più istruzioni non sono supportate per COPY"
 
-#: commands/copy.c:1509
+#: commands/copy.c:1487
 #, c-format
 msgid "COPY (SELECT INTO) is not supported"
 msgstr "COPY (SELECT INTO) non è supportata"
 
-#: commands/copy.c:1526
+#: commands/copy.c:1504
 #, c-format
 msgid "COPY query must have a RETURNING clause"
 msgstr "la query COPY deve avere una clausola RETURNING"
 
-#: commands/copy.c:1554
+#: commands/copy.c:1532
 #, c-format
 msgid "relation referenced by COPY statement has changed"
 msgstr "la relazione referenziata dall'istruzione COPY è cambiata"
 
-#: commands/copy.c:1612
+#: commands/copy.c:1590
 #, c-format
 msgid "FORCE_QUOTE column \"%s\" not referenced by COPY"
 msgstr "la colonna FORCE_QUOTE \"%s\" non è referenziata da COPY"
 
-#: commands/copy.c:1634
+#: commands/copy.c:1612
 #, c-format
 msgid "FORCE_NOT_NULL column \"%s\" not referenced by COPY"
 msgstr "la colonna FORCE_NOT_NULL \"%s\" non è referenziata da COPY"
 
-#: commands/copy.c:1656
+#: commands/copy.c:1634
 #, c-format
 msgid "FORCE_NULL column \"%s\" not referenced by COPY"
 msgstr "la colonna FORCE_NULL \"%s\" non è referenziata da COPY"
 
-#: commands/copy.c:1721
+#: commands/copy.c:1699
 #, c-format
 msgid "could not close pipe to external command: %m"
 msgstr "chiusura della pipe per verso il comando esterno fallita: %m"
 
-#: commands/copy.c:1725
+#: commands/copy.c:1703
 #, c-format
 msgid "program \"%s\" failed"
 msgstr "programma \"%s\" fallito"
 
-#: commands/copy.c:1775
+#: commands/copy.c:1753
 #, c-format
 msgid "cannot copy from view \"%s\""
 msgstr "non è possibile copiare dalla vista \"%s\""
 
-#: commands/copy.c:1777 commands/copy.c:1783 commands/copy.c:1789
-#: commands/copy.c:1800
+#: commands/copy.c:1755 commands/copy.c:1761 commands/copy.c:1767
+#: commands/copy.c:1778
 #, c-format
 msgid "Try the COPY (SELECT ...) TO variant."
 msgstr "Prova la variante COPY (SELECT ...) TO."
 
-#: commands/copy.c:1781
+#: commands/copy.c:1759
 #, c-format
 msgid "cannot copy from materialized view \"%s\""
 msgstr "non è possibile copiare dalla vista materializzata \"%s\""
 
-#: commands/copy.c:1787
+#: commands/copy.c:1765
 #, c-format
 msgid "cannot copy from foreign table \"%s\""
 msgstr "non è possibile copiare dalla tabella esterna \"%s\""
 
-#: commands/copy.c:1793
+#: commands/copy.c:1771
 #, c-format
 msgid "cannot copy from sequence \"%s\""
 msgstr "non è possibile copiare dalla sequenza \"%s\""
 
-#: commands/copy.c:1798
+#: commands/copy.c:1776
 #, c-format
 msgid "cannot copy from partitioned table \"%s\""
 msgstr "non è possibile copiare dalla tabella partizionata \"%s\""
 
-#: commands/copy.c:1804
+#: commands/copy.c:1782
 #, c-format
 msgid "cannot copy from non-table relation \"%s\""
 msgstr "non è possibile copiare dalla relazione \"%s\" perché non è una tabella"
 
-#: commands/copy.c:1844
+#: commands/copy.c:1822
 #, c-format
 msgid "relative path not allowed for COPY to file"
 msgstr "i percorsi relativi non sono consentiti per il COPY verso un file"
 
-#: commands/copy.c:1856
+#: commands/copy.c:1834
 #, c-format
 msgid "could not open file \"%s\" for writing: %m"
 msgstr "apertura del file \"%s\" in scrittura fallita: %m"
 
-#: commands/copy.c:1859
+#: commands/copy.c:1837
 #, c-format
 msgid "COPY TO instructs the PostgreSQL server process to write a file. You may want a client-side facility such as psql's \\copy."
 msgstr "COPY TO fa scrivere un file al processo server PostgreSQL. Probabilmente ti serve un sistema lato client, per esempio il comando \\copy di psql."
 
-#: commands/copy.c:1872 commands/copy.c:3057
+#: commands/copy.c:1850 commands/copy.c:3138
 #, c-format
 msgid "\"%s\" is a directory"
 msgstr "\"%s\" è una directory"
 
-#: commands/copy.c:2195
+#: commands/copy.c:2173
 #, c-format
 msgid "COPY %s, line %d, column %s"
 msgstr "COPY %s, riga %d, colonna %s"
 
-#: commands/copy.c:2199 commands/copy.c:2246
+#: commands/copy.c:2177 commands/copy.c:2224
 #, c-format
 msgid "COPY %s, line %d"
 msgstr "COPY %s, riga %d"
 
-#: commands/copy.c:2210
+#: commands/copy.c:2188
 #, c-format
 msgid "COPY %s, line %d, column %s: \"%s\""
 msgstr "COPY %s, riga %d, colonna %s: \"%s\""
 
-#: commands/copy.c:2218
+#: commands/copy.c:2196
 #, c-format
 msgid "COPY %s, line %d, column %s: null input"
 msgstr "COPY %s, riga %d, colonna %s: input nullo"
 
-#: commands/copy.c:2240
+#: commands/copy.c:2218
 #, c-format
 msgid "COPY %s, line %d: \"%s\""
 msgstr "COPY %s, riga %d: \"%s\""
 
-#: commands/copy.c:2334
+#: commands/copy.c:2312
 #, c-format
 msgid "cannot copy to view \"%s\""
 msgstr "non è possibile copiare verso la vista \"%s\""
 
-#: commands/copy.c:2336
+#: commands/copy.c:2314
 #, c-format
 msgid "To enable copying to a view, provide an INSTEAD OF INSERT trigger."
 msgstr "Per consentire la copia in una vista occorre fornire un trigger INSTEAD OF INSERT."
 
-#: commands/copy.c:2340
+#: commands/copy.c:2318
 #, c-format
 msgid "cannot copy to materialized view \"%s\""
 msgstr "non è possibile copiare verso la vista materializzata \"%s\""
 
-#: commands/copy.c:2345
+#: commands/copy.c:2323
 #, c-format
 msgid "cannot copy to foreign table \"%s\""
 msgstr "non è possibile copiare verso la tabella esterna \"%s\""
 
-#: commands/copy.c:2350
+#: commands/copy.c:2328
 #, c-format
 msgid "cannot copy to sequence \"%s\""
 msgstr "non è possibile copiare verso sequenza \"%s\""
 
-#: commands/copy.c:2355
+#: commands/copy.c:2333
 #, c-format
 msgid "cannot copy to non-table relation \"%s\""
 msgstr "non è possibile copiare verso la relazione \"%s\" perché non è una tabella"
 
-#: commands/copy.c:2418
+#: commands/copy.c:2396
 #, c-format
 msgid "cannot perform FREEZE because of prior transaction activity"
 msgstr "non è possibile eseguire FREEZE a causa di precedente attività della transazione"
 
-#: commands/copy.c:2424
+#: commands/copy.c:2402
 #, c-format
 msgid "cannot perform FREEZE because the table was not created or truncated in the current subtransaction"
 msgstr "non è possibile eseguire FREEZE perché la tabella non è stata creata o troncata nella sottotransazione corrente"
 
-#: commands/copy.c:2587 executor/nodeModifyTable.c:311
+#: commands/copy.c:2622 executor/nodeModifyTable.c:311
 #, c-format
 msgid "cannot route inserted tuples to a foreign table"
 msgstr "non è possibile instradare le tuple inserite in una tabella esterna"
 
-#: commands/copy.c:3044
+#: commands/copy.c:3125
 #, c-format
 msgid "COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as psql's \\copy."
 msgstr "COPY TO fa leggere un file dal processo server PostgreSQL. Probabilmente ti serve un sistema lato client, per esempio il comando \\copy di psql."
 
-#: commands/copy.c:3077
+#: commands/copy.c:3158
 #, c-format
 msgid "COPY file signature not recognized"
 msgstr "formato del file COPY non riconosciuto"
 
-#: commands/copy.c:3082
+#: commands/copy.c:3163
 #, c-format
 msgid "invalid COPY file header (missing flags)"
 msgstr "intestazione del file COPY non valida (flag mancanti)"
 
-#: commands/copy.c:3088
+#: commands/copy.c:3169
 #, c-format
 msgid "unrecognized critical flags in COPY file header"
 msgstr "alcune flag critici non sono stati riconosciuti nell'intestazione del file COPY"
 
-#: commands/copy.c:3094
+#: commands/copy.c:3175
 #, c-format
 msgid "invalid COPY file header (missing length)"
 msgstr "intestazione del file COPY non valida (manca la lunghezza)"
 
-#: commands/copy.c:3101
+#: commands/copy.c:3182
 #, c-format
 msgid "invalid COPY file header (wrong length)"
 msgstr "intestazione del file COPY non valida (lunghezza errata)"
 
-#: commands/copy.c:3234 commands/copy.c:3941 commands/copy.c:4171
+#: commands/copy.c:3315 commands/copy.c:4022 commands/copy.c:4252
 #, c-format
 msgid "extra data after last expected column"
 msgstr "ci sono dati in eccesso dopo l'ultima colonna attesa"
 
-#: commands/copy.c:3244
+#: commands/copy.c:3325
 #, c-format
 msgid "missing data for OID column"
 msgstr "dati per la colonna OID mancanti"
 
-#: commands/copy.c:3250
+#: commands/copy.c:3331
 #, c-format
 msgid "null OID in COPY data"
 msgstr "OID nullo nei dati da COPY"
 
-#: commands/copy.c:3260 commands/copy.c:3383
+#: commands/copy.c:3341 commands/copy.c:3464
 #, c-format
 msgid "invalid OID in COPY data"
 msgstr "OID non valido nei dati da COPY"
 
-#: commands/copy.c:3275
+#: commands/copy.c:3356
 #, c-format
 msgid "missing data for column \"%s\""
 msgstr "dati mancanti per la colonna \"%s\""
 
-#: commands/copy.c:3358
+#: commands/copy.c:3439
 #, c-format
 msgid "received copy data after EOF marker"
 msgstr "dati da copiare ricevuti dopo il segnalatore di fine file"
 
-#: commands/copy.c:3365
+#: commands/copy.c:3446
 #, c-format
 msgid "row field count is %d, expected %d"
 msgstr "il numero di campi è %d, ne erano attesi %d"
 
-#: commands/copy.c:3705 commands/copy.c:3722
+#: commands/copy.c:3786 commands/copy.c:3803
 #, c-format
 msgid "literal carriage return found in data"
 msgstr "\"ritorno carrello\" trovato nei dati"
 
-#: commands/copy.c:3706 commands/copy.c:3723
+#: commands/copy.c:3787 commands/copy.c:3804
 #, c-format
 msgid "unquoted carriage return found in data"
 msgstr "\"ritorno carrello\" non quotato trovato nei dati"
 
-#: commands/copy.c:3708 commands/copy.c:3725
+#: commands/copy.c:3789 commands/copy.c:3806
 #, c-format
 msgid "Use \"\\r\" to represent carriage return."
 msgstr "Usa \"\\r\" per rappresentare i caratteri \"ritorno carrello\"."
 
-#: commands/copy.c:3709 commands/copy.c:3726
+#: commands/copy.c:3790 commands/copy.c:3807
 #, c-format
 msgid "Use quoted CSV field to represent carriage return."
 msgstr "Usa un campo CSV quotato per rappresentare i caratteri \"ritorno carrello\"."
 
-#: commands/copy.c:3738
+#: commands/copy.c:3819
 #, c-format
 msgid "literal newline found in data"
 msgstr "\"nuova riga\" letterale trovato nei dati"
 
-#: commands/copy.c:3739
+#: commands/copy.c:3820
 #, c-format
 msgid "unquoted newline found in data"
 msgstr "\"nuova riga\" non quotato trovato nei dati"
 
-#: commands/copy.c:3741
+#: commands/copy.c:3822
 #, c-format
 msgid "Use \"\\n\" to represent newline."
 msgstr "Usa \"\\n\" per rappresentare i caratteri \"nuova riga\"."
 
-#: commands/copy.c:3742
+#: commands/copy.c:3823
 #, c-format
 msgid "Use quoted CSV field to represent newline."
 msgstr "Usa un campo CSV quotato per rappresentare i caratteri \"nuova riga\"."
 
-#: commands/copy.c:3788 commands/copy.c:3824
+#: commands/copy.c:3869 commands/copy.c:3905
 #, c-format
 msgid "end-of-copy marker does not match previous newline style"
 msgstr "il marcatore di fine copia non combacia con il precedente stile \"nuova riga\""
 
-#: commands/copy.c:3797 commands/copy.c:3813
+#: commands/copy.c:3878 commands/copy.c:3894
 #, c-format
 msgid "end-of-copy marker corrupt"
 msgstr "il marcatore di fine copia è corrotto"
 
-#: commands/copy.c:4255
+#: commands/copy.c:4336
 #, c-format
 msgid "unterminated CSV quoted field"
 msgstr "campo CSV tra virgolette non terminato"
 
-#: commands/copy.c:4332 commands/copy.c:4351
+#: commands/copy.c:4413 commands/copy.c:4432
 #, c-format
 msgid "unexpected EOF in COPY data"
 msgstr "fine file inattesa dei dati da COPY"
 
-#: commands/copy.c:4341
+#: commands/copy.c:4422
 #, c-format
 msgid "invalid field size"
 msgstr "dimensione del campo non valida"
 
-#: commands/copy.c:4364
+#: commands/copy.c:4445
 #, c-format
 msgid "incorrect binary data format"
 msgstr "formato di dati binari non corretto"
 
-#: commands/copy.c:4675 commands/indexcmds.c:1057 commands/tablecmds.c:1666
-#: commands/tablecmds.c:2168 commands/tablecmds.c:2600
+#: commands/copy.c:4756 commands/indexcmds.c:1070 commands/tablecmds.c:1685
+#: commands/tablecmds.c:2187 commands/tablecmds.c:2613
 #: parser/parse_relation.c:3249 parser/parse_relation.c:3269
 #: utils/adt/tsvector_op.c:2561
 #, c-format
 msgid "column \"%s\" does not exist"
 msgstr "la colonna \"%s\" non esiste"
 
-#: commands/copy.c:4682 commands/tablecmds.c:1692 commands/tablecmds.c:2194
-#: commands/trigger.c:767 parser/parse_target.c:1018 parser/parse_target.c:1029
+#: commands/copy.c:4763 commands/tablecmds.c:1711 commands/tablecmds.c:2213
+#: commands/trigger.c:800 parser/parse_target.c:1018
+#: parser/parse_target.c:1029
 #, c-format
 msgid "column \"%s\" specified more than once"
 msgstr "la colonna \"%s\" è stata specificata più di una volta"
@@ -6152,8 +5981,8 @@ msgstr "%d non è un codice di codifica valido"
 msgid "%s is not a valid encoding name"
 msgstr "%s non è un nome di codifica valido"
 
-#: commands/dbcommands.c:292 commands/dbcommands.c:1494 commands/user.c:277
-#: commands/user.c:642
+#: commands/dbcommands.c:292 commands/dbcommands.c:1494 commands/user.c:276
+#: commands/user.c:664
 #, c-format
 msgid "invalid connection limit: %d"
 msgstr "limite di connessioni non valido: %d"
@@ -6402,7 +6231,7 @@ msgid "invalid argument for %s: \"%s\""
 msgstr "argomento non valido per %s: \"%s\""
 
 #: commands/dropcmds.c:104 commands/functioncmds.c:1201
-#: utils/adt/ruleutils.c:2445
+#: utils/adt/ruleutils.c:2452
 #, c-format
 msgid "\"%s\" is an aggregate function"
 msgstr "\"%s\" è una funzione di aggregazione"
@@ -6412,14 +6241,14 @@ msgstr "\"%s\" è una funzione di aggregazione"
 msgid "Use DROP AGGREGATE to drop aggregate functions."
 msgstr "Usa DROP AGGREGATE per rimuovere le funzioni di aggregazione."
 
-#: commands/dropcmds.c:157 commands/sequence.c:437 commands/tablecmds.c:2684
-#: commands/tablecmds.c:2835 commands/tablecmds.c:2878
-#: commands/tablecmds.c:12422 tcop/utility.c:1168
+#: commands/dropcmds.c:157 commands/sequence.c:442 commands/tablecmds.c:2697
+#: commands/tablecmds.c:2848 commands/tablecmds.c:2891
+#: commands/tablecmds.c:12462 tcop/utility.c:1168
 #, c-format
 msgid "relation \"%s\" does not exist, skipping"
 msgstr "la relazione \"%s\" non esiste, saltata"
 
-#: commands/dropcmds.c:187 commands/dropcmds.c:286 commands/tablecmds.c:877
+#: commands/dropcmds.c:187 commands/dropcmds.c:286 commands/tablecmds.c:896
 #, c-format
 msgid "schema \"%s\" does not exist, skipping"
 msgstr "lo schema \"%s\" non esiste, saltato"
@@ -6636,234 +6465,234 @@ msgstr "l'opzione BUFFERS di EXPLAIN richiede ANALYZE"
 msgid "EXPLAIN option TIMING requires ANALYZE"
 msgstr "l'opzione TIMING di EXPLAIN richiede ANALYZE"
 
-#: commands/extension.c:167 commands/extension.c:2905
+#: commands/extension.c:168 commands/extension.c:2907
 #, c-format
 msgid "extension \"%s\" does not exist"
 msgstr "l'estensione \"%s\" non esiste"
 
-#: commands/extension.c:266 commands/extension.c:275 commands/extension.c:287
-#: commands/extension.c:297
+#: commands/extension.c:267 commands/extension.c:276 commands/extension.c:288
+#: commands/extension.c:298
 #, c-format
 msgid "invalid extension name: \"%s\""
 msgstr "nome di estensione non valido: \"%s\""
 
-#: commands/extension.c:267
+#: commands/extension.c:268
 #, c-format
 msgid "Extension names must not be empty."
 msgstr "I nomi delle estensioni non possono essere vuoti."
 
-#: commands/extension.c:276
+#: commands/extension.c:277
 #, c-format
 msgid "Extension names must not contain \"--\"."
 msgstr "I nomi delle estensioni non possono contenere \"--\"."
 
-#: commands/extension.c:288
+#: commands/extension.c:289
 #, c-format
 msgid "Extension names must not begin or end with \"-\"."
 msgstr "I nomi delle estensioni non possono iniziare o finire con \"-\"."
 
-#: commands/extension.c:298
+#: commands/extension.c:299
 #, c-format
 msgid "Extension names must not contain directory separator characters."
 msgstr "I nomi delle estensioni non possono contenere caratteri separatore directory."
 
-#: commands/extension.c:313 commands/extension.c:322 commands/extension.c:331
-#: commands/extension.c:341
+#: commands/extension.c:314 commands/extension.c:323 commands/extension.c:332
+#: commands/extension.c:342
 #, c-format
 msgid "invalid extension version name: \"%s\""
 msgstr "nome di versione dell'estensione non valido: \"%s\""
 
-#: commands/extension.c:314
+#: commands/extension.c:315
 #, c-format
 msgid "Version names must not be empty."
 msgstr "I nomi di versione non possono essere vuoti."
 
-#: commands/extension.c:323
+#: commands/extension.c:324
 #, c-format
 msgid "Version names must not contain \"--\"."
 msgstr "I nomi di versione non possono contenere \"--\"."
 
-#: commands/extension.c:332
+#: commands/extension.c:333
 #, c-format
 msgid "Version names must not begin or end with \"-\"."
 msgstr "I nomi di versione non possono iniziare o finire con \"-\"."
 
-#: commands/extension.c:342
+#: commands/extension.c:343
 #, c-format
 msgid "Version names must not contain directory separator characters."
 msgstr "I nomi di versione non possono contenere caratteri separatore directory."
 
-#: commands/extension.c:492
+#: commands/extension.c:493
 #, c-format
 msgid "could not open extension control file \"%s\": %m"
 msgstr "apertura del file di controllo dell'estensione \"%s\" fallita: %m"
 
-#: commands/extension.c:514 commands/extension.c:524
+#: commands/extension.c:515 commands/extension.c:525
 #, c-format
 msgid "parameter \"%s\" cannot be set in a secondary extension control file"
 msgstr "il parametro \"%s\" non può essere impostato in un file di controllo secondario di estensione"
 
-#: commands/extension.c:563
+#: commands/extension.c:564
 #, c-format
 msgid "\"%s\" is not a valid encoding name"
 msgstr "\"%s\" non è un nome di codifica valido"
 
-#: commands/extension.c:577
+#: commands/extension.c:578
 #, c-format
 msgid "parameter \"%s\" must be a list of extension names"
 msgstr "il parametro \"%s\" dev'essere una lista di nomi di estensioni"
 
-#: commands/extension.c:584
+#: commands/extension.c:585
 #, c-format
 msgid "unrecognized parameter \"%s\" in file \"%s\""
 msgstr "parametro sconosciuto \"%s\" nel file \"%s\""
 
-#: commands/extension.c:593
+#: commands/extension.c:594
 #, c-format
 msgid "parameter \"schema\" cannot be specified when \"relocatable\" is true"
 msgstr "il parametro \"schema\" non può essere specificato quando \"relocatable\" è abilitato"
 
-#: commands/extension.c:760
+#: commands/extension.c:761
 #, c-format
 msgid "transaction control statements are not allowed within an extension script"
 msgstr "le istruzioni di controllo di transazione non sono valide in uno script di estensione"
 
-#: commands/extension.c:806
+#: commands/extension.c:807
 #, c-format
 msgid "permission denied to create extension \"%s\""
 msgstr "permesso di creare l'estensione \"%s\" negato"
 
-#: commands/extension.c:808
+#: commands/extension.c:809
 #, c-format
 msgid "Must be superuser to create this extension."
 msgstr "Solo un superutente può creare questa estensione."
 
-#: commands/extension.c:812
+#: commands/extension.c:813
 #, c-format
 msgid "permission denied to update extension \"%s\""
 msgstr "permesso di modificare l'estensione \"%s\" negato"
 
-#: commands/extension.c:814
+#: commands/extension.c:815
 #, c-format
 msgid "Must be superuser to update this extension."
 msgstr "Solo un superutente può modificare questa estensione."
 
-#: commands/extension.c:1096
+#: commands/extension.c:1097
 #, c-format
 msgid "extension \"%s\" has no update path from version \"%s\" to version \"%s\""
 msgstr "l'estensione \"%s\" non ha un percorso di aggiornamento dalla versione \"%s\" alla versione \"%s\""
 
-#: commands/extension.c:1303 commands/extension.c:2966
+#: commands/extension.c:1304 commands/extension.c:2968
 #, c-format
 msgid "version to install must be specified"
 msgstr "il nome di versione da installare deve essere specificato"
 
-#: commands/extension.c:1325
+#: commands/extension.c:1326
 #, c-format
 msgid "FROM version must be different from installation target version \"%s\""
 msgstr "la versione FROM dev'essere diversa dalla versione \"%s\" oggetto dell'installazione"
 
-#: commands/extension.c:1390
+#: commands/extension.c:1391
 #, c-format
 msgid "extension \"%s\" has no installation script nor update path for version \"%s\""
 msgstr "l'estensione \"%s\" non ha uno script di installazione o un percorso di update per la versione \"%s\""
 
-#: commands/extension.c:1425
+#: commands/extension.c:1426
 #, c-format
 msgid "extension \"%s\" must be installed in schema \"%s\""
 msgstr "l'estensione \"%s\" dev'essere installata nello schema \"%s\""
 
-#: commands/extension.c:1578
+#: commands/extension.c:1579
 #, c-format
 msgid "cyclic dependency detected between extensions \"%s\" and \"%s\""
 msgstr "individuata una dipendenza ciclica tra le estensioni \"%s\" e \"%s\""
 
-#: commands/extension.c:1583
+#: commands/extension.c:1584
 #, c-format
 msgid "installing required extension \"%s\""
 msgstr "installazione dell'estensione richiesta \"%s\""
 
-#: commands/extension.c:1607
+#: commands/extension.c:1608
 #, c-format
 msgid "required extension \"%s\" is not installed"
 msgstr "l'estensione richiesta \"%s\" non è installata"
 
-#: commands/extension.c:1610
+#: commands/extension.c:1611
 #, c-format
 msgid "Use CREATE EXTENSION ... CASCADE to install required extensions too."
 msgstr "Usa CREATE EXTENSION ... CASCADE per installare anche le estensioni richieste."
 
-#: commands/extension.c:1647
+#: commands/extension.c:1648
 #, c-format
 msgid "extension \"%s\" already exists, skipping"
 msgstr "l'estensione \"%s\" esiste già, saltata"
 
-#: commands/extension.c:1654
+#: commands/extension.c:1655
 #, c-format
 msgid "extension \"%s\" already exists"
 msgstr "l'estensione \"%s\" esiste già"
 
-#: commands/extension.c:1665
+#: commands/extension.c:1666
 #, c-format
 msgid "nested CREATE EXTENSION is not supported"
 msgstr "CREATE EXTENSION annidati non sono supportati"
 
-#: commands/extension.c:1846
+#: commands/extension.c:1847
 #, c-format
 msgid "cannot drop extension \"%s\" because it is being modified"
 msgstr "non è possibile eliminare l'estensione \"%s\" perché sta venendo modificata"
 
-#: commands/extension.c:2348
+#: commands/extension.c:2349
 #, c-format
 msgid "pg_extension_config_dump() can only be called from an SQL script executed by CREATE EXTENSION"
 msgstr "pg_extension_config_dump() può essere richiamata solo da uno script SQL eseguito da CREATE EXTENSION"
 
-#: commands/extension.c:2360
+#: commands/extension.c:2361
 #, c-format
 msgid "OID %u does not refer to a table"
 msgstr "l'OID %u non si riferisce ad una tabella"
 
-#: commands/extension.c:2365
+#: commands/extension.c:2366
 #, c-format
 msgid "table \"%s\" is not a member of the extension being created"
 msgstr "la tabella \"%s\" non è membra dell'estensione in fase di creazione"
 
-#: commands/extension.c:2721
+#: commands/extension.c:2722
 #, c-format
 msgid "cannot move extension \"%s\" into schema \"%s\" because the extension contains the schema"
 msgstr "non è possibile spostare l'estensione \"%s\" nello schema \"%s\" perché l'estensione contiene lo schema"
 
-#: commands/extension.c:2761 commands/extension.c:2824
+#: commands/extension.c:2763 commands/extension.c:2826
 #, c-format
 msgid "extension \"%s\" does not support SET SCHEMA"
 msgstr "l'estensione \"%s\" non supporta SET SCHEMA"
 
-#: commands/extension.c:2826
+#: commands/extension.c:2828
 #, c-format
 msgid "%s is not in the extension's schema \"%s\""
 msgstr "%s non è nello schema dell'estensione \"%s\""
 
-#: commands/extension.c:2885
+#: commands/extension.c:2887
 #, c-format
 msgid "nested ALTER EXTENSION is not supported"
 msgstr "ALTER EXTENSION annidati non sono supportati"
 
-#: commands/extension.c:2977
+#: commands/extension.c:2979
 #, c-format
 msgid "version \"%s\" of extension \"%s\" is already installed"
 msgstr "la versione \"%s\" dell'estensione \"%s\" è già installata"
 
-#: commands/extension.c:3228
+#: commands/extension.c:3230
 #, c-format
 msgid "cannot add schema \"%s\" to extension \"%s\" because the schema contains the extension"
 msgstr "non è possibile aggiungere lo schema \"%s\" all'estensione \"%s\" perché lo schema contiene l'estensione"
 
-#: commands/extension.c:3256
+#: commands/extension.c:3258
 #, c-format
 msgid "%s is not a member of extension \"%s\""
 msgstr "%s non fa parte dell'estensione \"%s\""
 
-#: commands/extension.c:3322
+#: commands/extension.c:3324
 #, c-format
 msgid "file \"%s\" is too large"
 msgstr "il file \"%s\" è troppo grande"
@@ -7088,13 +6917,13 @@ msgstr "attributo di funzione sconosciuto \"%s\" ignorato"
 msgid "only one AS item needed for language \"%s\""
 msgstr "solo un elemento AS è necessario per il linguaggio \"%s\""
 
-#: commands/functioncmds.c:930 commands/functioncmds.c:2111
+#: commands/functioncmds.c:930 commands/functioncmds.c:2131
 #: commands/proclang.c:561
 #, c-format
 msgid "language \"%s\" does not exist"
 msgstr "il linguaggio \"%s\" non esiste"
 
-#: commands/functioncmds.c:932 commands/functioncmds.c:2113
+#: commands/functioncmds.c:932 commands/functioncmds.c:2133
 #, c-format
 msgid "Use CREATE LANGUAGE to load the language into the database."
 msgstr "Usa CREATE LANGUAGE per caricare il linguaggio nel database."
@@ -7119,345 +6948,346 @@ msgstr "il tipo di risultato della funzione dev'essere specificato"
 msgid "ROWS is not applicable when function does not return a set"
 msgstr "ROWS è non applicabile quando la funzione non restituisce un insieme"
 
-#: commands/functioncmds.c:1406
+#: commands/functioncmds.c:1426
 #, c-format
 msgid "source data type %s is a pseudo-type"
 msgstr "il tipo di dati di origine %s è uno pseudo-tipo"
 
-#: commands/functioncmds.c:1412
+#: commands/functioncmds.c:1432
 #, c-format
 msgid "target data type %s is a pseudo-type"
 msgstr "il tipo di dati di destinazione %s è uno pseudo-tipo"
 
-#: commands/functioncmds.c:1436
+#: commands/functioncmds.c:1456
 #, c-format
 msgid "cast will be ignored because the source data type is a domain"
 msgstr "la conversione verrà ignorata perché il tipo di dato di origine è un dominio"
 
-#: commands/functioncmds.c:1441
+#: commands/functioncmds.c:1461
 #, c-format
 msgid "cast will be ignored because the target data type is a domain"
 msgstr "la conversione verrà ignorata perché il tipo di dato di destinazione è un dominio"
 
-#: commands/functioncmds.c:1466
+#: commands/functioncmds.c:1486
 #, c-format
 msgid "cast function must take one to three arguments"
 msgstr "la funzione di conversione deve prendere da uno a tre argomenti"
 
-#: commands/functioncmds.c:1470
+#: commands/functioncmds.c:1490
 #, c-format
 msgid "argument of cast function must match or be binary-coercible from source data type"
 msgstr "l'argomento della funzione di conversione deve combaciare o essere convertibile a livello binario dal tipo di dato di origine"
 
-#: commands/functioncmds.c:1474
+#: commands/functioncmds.c:1494
 #, c-format
 msgid "second argument of cast function must be type %s"
 msgstr "il secondo argomento della funzione di conversione deve essere di tipo %s"
 
-#: commands/functioncmds.c:1479
+#: commands/functioncmds.c:1499
 #, c-format
 msgid "third argument of cast function must be type %s"
 msgstr "il terzo argomento della funzione di conversione deve essere di tipo %s"
 
-#: commands/functioncmds.c:1484
+#: commands/functioncmds.c:1504
 #, c-format
 msgid "return data type of cast function must match or be binary-coercible to target data type"
 msgstr "il tipo di dato restituito dalla funzione di conversione deve combaciare o essere convertibile a livello binario nel tipo di dato di destinazione"
 
-#: commands/functioncmds.c:1495
+#: commands/functioncmds.c:1515
 #, c-format
 msgid "cast function must not be volatile"
 msgstr "la funzione di conversione non può essere volatile"
 
-#: commands/functioncmds.c:1500
+#: commands/functioncmds.c:1520
 #, c-format
 msgid "cast function must not be an aggregate function"
 msgstr "la funzione di conversione non può essere una funzione di aggregazione"
 
-#: commands/functioncmds.c:1504
+#: commands/functioncmds.c:1524
 #, c-format
 msgid "cast function must not be a window function"
 msgstr "la funzione di conversione non può essere una funzione finestra"
 
-#: commands/functioncmds.c:1508
+#: commands/functioncmds.c:1528
 #, c-format
 msgid "cast function must not return a set"
 msgstr "la funzione di conversione non può restituire un insieme"
 
-#: commands/functioncmds.c:1534
+#: commands/functioncmds.c:1554
 #, c-format
 msgid "must be superuser to create a cast WITHOUT FUNCTION"
 msgstr "occorre essere un superutente per creare un cast WITHOUT FUNCTION"
 
-#: commands/functioncmds.c:1549
+#: commands/functioncmds.c:1569
 #, c-format
 msgid "source and target data types are not physically compatible"
 msgstr "i tipi di dati di origine e di destinazione non sono fisicamente compatibili"
 
-#: commands/functioncmds.c:1564
+#: commands/functioncmds.c:1584
 #, c-format
 msgid "composite data types are not binary-compatible"
 msgstr "i tipi di dati compositi non sono compatibili a livello binario"
 
-#: commands/functioncmds.c:1570
+#: commands/functioncmds.c:1590
 #, c-format
 msgid "enum data types are not binary-compatible"
 msgstr "le enumerazioni non sono compatibili a livello binario"
 
-#: commands/functioncmds.c:1576
+#: commands/functioncmds.c:1596
 #, c-format
 msgid "array data types are not binary-compatible"
 msgstr "i tipi di dati array non sono compatibili a livello binario"
 
-#: commands/functioncmds.c:1593
+#: commands/functioncmds.c:1613
 #, c-format
 msgid "domain data types must not be marked binary-compatible"
 msgstr "i tipi di dominio non devono essere marcati come compatibili a livello binario"
 
-#: commands/functioncmds.c:1603
+#: commands/functioncmds.c:1623
 #, c-format
 msgid "source data type and target data type are the same"
 msgstr "i tipi di dati di origine e di destinazione sono gli stessi"
 
-#: commands/functioncmds.c:1636
+#: commands/functioncmds.c:1656
 #, c-format
 msgid "cast from type %s to type %s already exists"
 msgstr "la conversione dal tipo %s al tipo %s esiste già"
 
-#: commands/functioncmds.c:1709
+#: commands/functioncmds.c:1729
 #, c-format
 msgid "cast from type %s to type %s does not exist"
 msgstr "la conversione dal tipo %s al tipo %s non esiste"
 
-#: commands/functioncmds.c:1748
+#: commands/functioncmds.c:1768
 #, c-format
 msgid "transform function must not be volatile"
 msgstr "la funzione di trasformazione non può essere volatile"
 
-#: commands/functioncmds.c:1752
+#: commands/functioncmds.c:1772
 #, c-format
 msgid "transform function must not be an aggregate function"
 msgstr "la funzione di trasformazione non può essere una funzione aggregata"
 
-#: commands/functioncmds.c:1756
+#: commands/functioncmds.c:1776
 #, c-format
 msgid "transform function must not be a window function"
 msgstr "la funzione di trasformazione non può essere una funzione finestra"
 
-#: commands/functioncmds.c:1760
+#: commands/functioncmds.c:1780
 #, c-format
 msgid "transform function must not return a set"
 msgstr "la funzione di trasformazione non può restituire un insieme"
 
-#: commands/functioncmds.c:1764
+#: commands/functioncmds.c:1784
 #, c-format
 msgid "transform function must take one argument"
 msgstr "la funzione di trasformazione deve poter ricevere un solo argomento"
 
-#: commands/functioncmds.c:1768
+#: commands/functioncmds.c:1788
 #, c-format
 msgid "first argument of transform function must be type %s"
 msgstr "il primo argomento della funzione di trasformazione deve essere di tipo %s"
 
-#: commands/functioncmds.c:1806
+#: commands/functioncmds.c:1826
 #, c-format
 msgid "data type %s is a pseudo-type"
 msgstr "il tipo di dato %s è uno pseudo-tipo"
 
-#: commands/functioncmds.c:1812
+#: commands/functioncmds.c:1832
 #, c-format
 msgid "data type %s is a domain"
 msgstr "il tipo di dato %s è un dominio"
 
-#: commands/functioncmds.c:1852
+#: commands/functioncmds.c:1872
 #, c-format
 msgid "return data type of FROM SQL function must be %s"
 msgstr "il tipo di dati restituito dalla funzione FROM SQL deve essere %s"
 
-#: commands/functioncmds.c:1878
+#: commands/functioncmds.c:1898
 #, c-format
 msgid "return data type of TO SQL function must be the transform data type"
 msgstr "il tipo di dati restituito da una funzione TO SQL dev'essere il tipo di dato della trasformazione"
 
-#: commands/functioncmds.c:1905
+#: commands/functioncmds.c:1925
 #, c-format
 msgid "transform for type %s language \"%s\" already exists"
 msgstr "la trasformazione per il tipo %s linguaggio \"%s\" esiste già"
 
-#: commands/functioncmds.c:1994
+#: commands/functioncmds.c:2014
 #, c-format
 msgid "transform for type %s language \"%s\" does not exist"
 msgstr "la trasformazione per il tipo %s linguaggio \"%s\" non esiste"
 
-#: commands/functioncmds.c:2045
+#: commands/functioncmds.c:2065
 #, c-format
 msgid "function %s already exists in schema \"%s\""
 msgstr "la funzione %s esiste già nello schema \"%s\""
 
-#: commands/functioncmds.c:2098
+#: commands/functioncmds.c:2118
 #, c-format
 msgid "no inline code specified"
 msgstr "nessun codice inline specificato"
 
-#: commands/functioncmds.c:2143
+#: commands/functioncmds.c:2163
 #, c-format
 msgid "language \"%s\" does not support inline code execution"
 msgstr "il linguaggio \"%s\" non supporta l'esecuzione di codice inline"
 
-#: commands/indexcmds.c:350
+#: commands/indexcmds.c:354
 #, c-format
 msgid "must specify at least one column"
 msgstr "occorre specificare almeno una colonna"
 
-#: commands/indexcmds.c:354
+#: commands/indexcmds.c:358
 #, c-format
 msgid "cannot use more than %d columns in an index"
 msgstr "non è possibile usare più di %d colonne in un indice"
 
-#: commands/indexcmds.c:385
+#: commands/indexcmds.c:389
 #, c-format
 msgid "cannot create index on foreign table \"%s\""
 msgstr "non è possibile creare indici sulla tabella esterna \"%s\""
 
-#: commands/indexcmds.c:390
+#: commands/indexcmds.c:394
 #, c-format
 msgid "cannot create index on partitioned table \"%s\""
 msgstr "non è possibile creare indici sulla tabella partizionata \"%s\""
 
-#: commands/indexcmds.c:405
+#: commands/indexcmds.c:409
 #, c-format
 msgid "cannot create indexes on temporary tables of other sessions"
 msgstr "non è possibile creare indici su tabelle temporanee di altre sessioni"
 
-#: commands/indexcmds.c:461 commands/tablecmds.c:584 commands/tablecmds.c:10484
+#: commands/indexcmds.c:474 commands/tablecmds.c:593
+#: commands/tablecmds.c:10506
 #, c-format
 msgid "only shared relations can be placed in pg_global tablespace"
 msgstr "solo le relazioni condivise possono essere poste nel tablespace pg_global"
 
-#: commands/indexcmds.c:494
+#: commands/indexcmds.c:507
 #, c-format
 msgid "substituting access method \"gist\" for obsolete method \"rtree\""
 msgstr "sostituzione del metodo di accesso \"gist\" per il metodo obsoleto \"rtree\""
 
-#: commands/indexcmds.c:512
+#: commands/indexcmds.c:525
 #, c-format
 msgid "access method \"%s\" does not support unique indexes"
 msgstr "il metodo di accesso \"%s\" non supporta gli indici univoci"
 
-#: commands/indexcmds.c:517
+#: commands/indexcmds.c:530
 #, c-format
 msgid "access method \"%s\" does not support multicolumn indexes"
 msgstr "il metodo di accesso \"%s\" non supporta gli indici multicolonna"
 
-#: commands/indexcmds.c:522
+#: commands/indexcmds.c:535
 #, c-format
 msgid "access method \"%s\" does not support exclusion constraints"
 msgstr "il metodo di accesso \"%s\" non supporta i vincoli di esclusione"
 
-#: commands/indexcmds.c:594 commands/indexcmds.c:614
+#: commands/indexcmds.c:607 commands/indexcmds.c:627
 #, c-format
 msgid "index creation on system columns is not supported"
 msgstr "la creazione di indici su colonne di sistema non è supportata"
 
-#: commands/indexcmds.c:639
+#: commands/indexcmds.c:652
 #, c-format
 msgid "%s %s will create implicit index \"%s\" for table \"%s\""
 msgstr "%s %s creerà un indice implicito \"%s\" per la tabella \"%s\""
 
-#: commands/indexcmds.c:986
+#: commands/indexcmds.c:999
 #, c-format
 msgid "functions in index predicate must be marked IMMUTABLE"
 msgstr "le funzioni nel predicato dell'indice devono essere marcate IMMUTABLE"
 
-#: commands/indexcmds.c:1052 parser/parse_utilcmd.c:2067
+#: commands/indexcmds.c:1065 parser/parse_utilcmd.c:2076
 #, c-format
 msgid "column \"%s\" named in key does not exist"
 msgstr "la colonna \"%s\" nominata nella chiave non esiste"
 
-#: commands/indexcmds.c:1112
+#: commands/indexcmds.c:1125
 #, c-format
 msgid "functions in index expression must be marked IMMUTABLE"
 msgstr "le funzioni nell'espressione dell'indice devono essere marcate IMMUTABLE"
 
-#: commands/indexcmds.c:1135
+#: commands/indexcmds.c:1148
 #, c-format
 msgid "could not determine which collation to use for index expression"
 msgstr "non è stato possibile determinare quale ordinamento usare per l'espressione dell'indice"
 
-#: commands/indexcmds.c:1143 commands/tablecmds.c:13326 commands/typecmds.c:831
-#: parser/parse_expr.c:2730 parser/parse_type.c:549 parser/parse_utilcmd.c:3103
-#: utils/adt/misc.c:661
+#: commands/indexcmds.c:1156 commands/tablecmds.c:13396
+#: commands/typecmds.c:831 parser/parse_expr.c:2763 parser/parse_type.c:549
+#: parser/parse_utilcmd.c:3112 utils/adt/misc.c:661
 #, c-format
 msgid "collations are not supported by type %s"
 msgstr "gli ordinamenti non sono supportati dal tipo %s"
 
-#: commands/indexcmds.c:1181
+#: commands/indexcmds.c:1194
 #, c-format
 msgid "operator %s is not commutative"
 msgstr "l'operatore %s non è commutativo"
 
-#: commands/indexcmds.c:1183
+#: commands/indexcmds.c:1196
 #, c-format
 msgid "Only commutative operators can be used in exclusion constraints."
 msgstr "Solo operatori commutativi possono essere usati nei vincoli di esclusione."
 
-#: commands/indexcmds.c:1209
+#: commands/indexcmds.c:1222
 #, c-format
 msgid "operator %s is not a member of operator family \"%s\""
 msgstr "l'operatore %s non è membro della famiglia di operatori \"%s\""
 
-#: commands/indexcmds.c:1212
+#: commands/indexcmds.c:1225
 #, c-format
 msgid "The exclusion operator must be related to the index operator class for the constraint."
 msgstr "L'operatore di esclusione dev'essere correlato alla classe di operatori dell'indice per il vincolo."
 
-#: commands/indexcmds.c:1247
+#: commands/indexcmds.c:1260
 #, c-format
 msgid "access method \"%s\" does not support ASC/DESC options"
 msgstr "il metodo di accesso \"%s\" non supporta le opzioni ASC/DESC"
 
-#: commands/indexcmds.c:1252
+#: commands/indexcmds.c:1265
 #, c-format
 msgid "access method \"%s\" does not support NULLS FIRST/LAST options"
 msgstr "il metodo di accesso \"%s\" non supporta le opzioni NULLS FIRST/LAST"
 
-#: commands/indexcmds.c:1311 commands/typecmds.c:1928
+#: commands/indexcmds.c:1324 commands/typecmds.c:1928
 #, c-format
 msgid "data type %s has no default operator class for access method \"%s\""
 msgstr "il tipo di dati %s non ha una classe di operatori predefinita per il metodo di accesso \"%s\""
 
-#: commands/indexcmds.c:1313
+#: commands/indexcmds.c:1326
 #, c-format
 msgid "You must specify an operator class for the index or define a default operator class for the data type."
 msgstr "Devi specificare una classe di operatori per l'indice o definire una classe di operatori predefinita per il tipo di dati"
 
-#: commands/indexcmds.c:1342 commands/indexcmds.c:1350
+#: commands/indexcmds.c:1355 commands/indexcmds.c:1363
 #: commands/opclasscmds.c:205
 #, c-format
 msgid "operator class \"%s\" does not exist for access method \"%s\""
 msgstr "la classe di operatori \"%s\" non esiste per il metodo di accesso \"%s\""
 
-#: commands/indexcmds.c:1363 commands/typecmds.c:1916
+#: commands/indexcmds.c:1376 commands/typecmds.c:1916
 #, c-format
 msgid "operator class \"%s\" does not accept data type %s"
 msgstr "la classe di operatori \"%s\" non accetta il tipo di dati %s"
 
-#: commands/indexcmds.c:1453
+#: commands/indexcmds.c:1466
 #, c-format
 msgid "there are multiple default operator classes for data type %s"
 msgstr "il tipo di dati %s ha più di una classe di operatori predefinita"
 
-#: commands/indexcmds.c:1844
+#: commands/indexcmds.c:1857
 #, c-format
 msgid "table \"%s\" has no indexes"
 msgstr "la tabella \"%s\" non ha indici"
 
-#: commands/indexcmds.c:1899
+#: commands/indexcmds.c:1912
 #, c-format
 msgid "can only reindex the currently open database"
 msgstr "è possibile reindicizzare solo il database corrente"
 
-#: commands/indexcmds.c:1999
+#: commands/indexcmds.c:2012
 #, c-format
 msgid "table \"%s.%s\" was reindexed"
 msgstr "la tabella \"%s.%s\" è stata reindicizzata"
@@ -7694,13 +7524,13 @@ msgstr "la funzione di stima del join %s deve restituire il tipo %s"
 msgid "operator attribute \"%s\" cannot be changed"
 msgstr "l'attributo dell'operatore \"%s\" non può essere cambiato"
 
-#: commands/policy.c:87 commands/policy.c:397 commands/policy.c:486
-#: commands/tablecmds.c:1131 commands/tablecmds.c:1501
-#: commands/tablecmds.c:2494 commands/tablecmds.c:4695
-#: commands/tablecmds.c:7031 commands/tablecmds.c:12979
-#: commands/tablecmds.c:13014 commands/trigger.c:251 commands/trigger.c:1261
-#: commands/trigger.c:1370 rewrite/rewriteDefine.c:272
-#: rewrite/rewriteDefine.c:919
+#: commands/policy.c:87 commands/policy.c:397 commands/policy.c:487
+#: commands/tablecmds.c:1150 commands/tablecmds.c:1520
+#: commands/tablecmds.c:2507 commands/tablecmds.c:4704
+#: commands/tablecmds.c:7054 commands/tablecmds.c:13019
+#: commands/tablecmds.c:13054 commands/trigger.c:253 commands/trigger.c:1294
+#: commands/trigger.c:1403 rewrite/rewriteDefine.c:272
+#: rewrite/rewriteDefine.c:925
 #, c-format
 msgid "permission denied: \"%s\" is a system catalog"
 msgstr "permesso negato: \"%s\" è un catalogo di sistema"
@@ -7715,37 +7545,38 @@ msgstr "i ruoli specificati a parte PUBLIC verranno ignorati"
 msgid "All roles are members of the PUBLIC role."
 msgstr "TuttiTutti i ruoli sono membri del ruolo PUBLIC."
 
-#: commands/policy.c:510
+#: commands/policy.c:511
 #, c-format
 msgid "role \"%s\" could not be removed from policy \"%s\" on \"%s\""
 msgstr "non è stato possibile rimuovere il ruolo \"%s\" dalla regola di sicurezza \"%s\" su \"%s\""
 
-#: commands/policy.c:716
+#: commands/policy.c:717
 #, c-format
 msgid "WITH CHECK cannot be applied to SELECT or DELETE"
 msgstr "WITH CHECK non può essere applicato a SELECT o a DELETE"
 
-#: commands/policy.c:725 commands/policy.c:1023
+#: commands/policy.c:726 commands/policy.c:1024
 #, c-format
 msgid "only WITH CHECK expression allowed for INSERT"
 msgstr "solo le espressioni WITH CHECK sono consentite per INSERT"
 
-#: commands/policy.c:798 commands/policy.c:1243
+#: commands/policy.c:799 commands/policy.c:1244
 #, c-format
 msgid "policy \"%s\" for table \"%s\" already exists"
 msgstr "la regola di sicurezza \"%s\" per la tabella \"%s\" esiste già"
 
-#: commands/policy.c:995 commands/policy.c:1271 commands/policy.c:1343
+#: commands/policy.c:996 commands/policy.c:1272 commands/policy.c:1344
 #, c-format
 msgid "policy \"%s\" for table \"%s\" does not exist"
 msgstr "la regola di sicurezza \"%s\" per la tabella \"%s\" non esiste"
 
-#: commands/policy.c:1013
+#: commands/policy.c:1014
 #, c-format
 msgid "only USING expression allowed for SELECT, DELETE"
 msgstr "solo le espressioni USING sono permesse per SELECT e DELETE"
 
-#: commands/portalcmds.c:58 commands/portalcmds.c:182 commands/portalcmds.c:234
+#: commands/portalcmds.c:58 commands/portalcmds.c:182
+#: commands/portalcmds.c:234
 #, c-format
 msgid "invalid cursor name: must not be empty"
 msgstr "nome di cursore non valido: non deve essere vuoto"
@@ -7761,7 +7592,7 @@ msgstr "il cursore \"%s\" non esiste"
 msgid "invalid statement name: must not be empty"
 msgstr "nome di istruzione non valido: non deve essere vuoto"
 
-#: commands/prepare.c:141 parser/parse_param.c:304 tcop/postgres.c:1355
+#: commands/prepare.c:141 parser/parse_param.c:304 tcop/postgres.c:1349
 #, c-format
 msgid "could not determine data type of parameter $%d"
 msgstr "non è stato possibile determinare il tipo di dato del parametro $%d"
@@ -7826,7 +7657,7 @@ msgstr "I linguaggi supportati sono elencate nel catalogo di sistema pg_pltempla
 msgid "must be superuser to create custom procedural language"
 msgstr "solo i superutenti possono creare un linguaggio procedurale personalizzato"
 
-#: commands/proclang.c:281 commands/trigger.c:549 commands/typecmds.c:457
+#: commands/proclang.c:281 commands/trigger.c:582 commands/typecmds.c:457
 #: commands/typecmds.c:474
 #, c-format
 msgid "changing return type of function %s from %s to %s"
@@ -7912,123 +7743,123 @@ msgstr "il fornitore di etichette di sicurezza \"%s\" non è stato caricato"
 msgid "unlogged sequences are not supported"
 msgstr "le sequenze non loggate non sono supportate"
 
-#: commands/sequence.c:707
+#: commands/sequence.c:699
 #, c-format
 msgid "nextval: reached maximum value of sequence \"%s\" (%s)"
 msgstr "nextval: è stato raggiunto il valore massimo della sequenza \"%s\" (%s)"
 
-#: commands/sequence.c:730
+#: commands/sequence.c:722
 #, c-format
 msgid "nextval: reached minimum value of sequence \"%s\" (%s)"
 msgstr "nextval: è stato raggiunto il valore minimo della sequenza \"%s\" (%s)"
 
-#: commands/sequence.c:848
+#: commands/sequence.c:840
 #, c-format
 msgid "currval of sequence \"%s\" is not yet defined in this session"
 msgstr "il valore corrente della sequenza \"%s\" non è stato ancora definito in questa sessione"
 
-#: commands/sequence.c:867 commands/sequence.c:873
+#: commands/sequence.c:859 commands/sequence.c:865
 #, c-format
 msgid "lastval is not yet defined in this session"
 msgstr "lastval non è stato ancora definito in questa sessione"
 
-#: commands/sequence.c:961
+#: commands/sequence.c:953
 #, c-format
 msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)"
 msgstr "setval: il valore %s non rientra nei margini della sequenza \"%s\" (%s..%s)"
 
-#: commands/sequence.c:1373
+#: commands/sequence.c:1358
 #, c-format
 msgid "invalid sequence option SEQUENCE NAME"
 msgstr "opzione di sequenza SEQUENCE NAME non valido"
 
-#: commands/sequence.c:1401
+#: commands/sequence.c:1384
 #, c-format
 msgid "identity column type must be smallint, integer, or bigint"
 msgstr "il tipo della colonna identità deve essere smallint, integer o bigint"
 
-#: commands/sequence.c:1402
+#: commands/sequence.c:1385
 #, c-format
 msgid "sequence type must be smallint, integer, or bigint"
 msgstr "il tipo della sequenza deve essere smallint, integer o bigint"
 
-#: commands/sequence.c:1439
+#: commands/sequence.c:1419
 #, c-format
 msgid "INCREMENT must not be zero"
 msgstr "INCREMENT non può essere zero"
 
-#: commands/sequence.c:1497
+#: commands/sequence.c:1472
 #, c-format
 msgid "MAXVALUE (%s) is out of range for sequence data type %s"
 msgstr "MAXVALUE (%s) è al di fuori dell'intervallo consentito per il tipo di dati della sequenza %s"
 
-#: commands/sequence.c:1536
+#: commands/sequence.c:1509
 #, c-format
 msgid "MINVALUE (%s) is out of range for sequence data type %s"
 msgstr "MINVALUE (%s) è al di fuori dell'intervallo consentito per il tipo di dati della sequenza %s"
 
-#: commands/sequence.c:1550
+#: commands/sequence.c:1523
 #, c-format
 msgid "MINVALUE (%s) must be less than MAXVALUE (%s)"
 msgstr "MINVALUE (%s) deve essere minore del MAXVALUE (%s)"
 
-#: commands/sequence.c:1579
+#: commands/sequence.c:1550
 #, c-format
 msgid "START value (%s) cannot be less than MINVALUE (%s)"
 msgstr "il valore di START (%s) non può essere inferiore a quello di MINVALUE (%s)"
 
-#: commands/sequence.c:1591
+#: commands/sequence.c:1562
 #, c-format
 msgid "START value (%s) cannot be greater than MAXVALUE (%s)"
 msgstr "il valore di START (%s) non può essere superiore a quello di MAXVALUE (%s)"
 
-#: commands/sequence.c:1621
+#: commands/sequence.c:1592
 #, c-format
 msgid "RESTART value (%s) cannot be less than MINVALUE (%s)"
 msgstr "il valore di RESTART (%s) non può essere inferiore a quello di MINVALUE (%s)"
 
-#: commands/sequence.c:1633
+#: commands/sequence.c:1604
 #, c-format
 msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)"
 msgstr "il valore di RESTART (%s) non può essere superiore a quello di MAXVALUE (%s)"
 
-#: commands/sequence.c:1649
+#: commands/sequence.c:1619
 #, c-format
 msgid "CACHE (%s) must be greater than zero"
 msgstr "CACHE (%s) dev'essere maggiore di zero"
 
-#: commands/sequence.c:1687
+#: commands/sequence.c:1656
 #, c-format
 msgid "invalid OWNED BY option"
 msgstr "opzione OWNED BY non valida"
 
-#: commands/sequence.c:1688
+#: commands/sequence.c:1657
 #, c-format
 msgid "Specify OWNED BY table.column or OWNED BY NONE."
 msgstr "Specifica OWNED BY tabella.colonna oppure OWNED BY NONE."
 
-#: commands/sequence.c:1713
+#: commands/sequence.c:1682
 #, c-format
 msgid "referenced relation \"%s\" is not a table or foreign table"
 msgstr "la relazione referenziata \"%s\" non è una tabella né una tabella esterna"
 
-#: commands/sequence.c:1720
+#: commands/sequence.c:1689
 #, c-format
 msgid "sequence must have same owner as table it is linked to"
 msgstr "la sequenza deve avere lo stesso proprietario della tabella a cui è collegata"
 
-#: commands/sequence.c:1724
+#: commands/sequence.c:1693
 #, c-format
 msgid "sequence must be in same schema as table it is linked to"
 msgstr "la sequenza deve essere nello stesso schema della tabella a cui è collegata"
 
-#: commands/sequence.c:1746
+#: commands/sequence.c:1715
 #, c-format
 msgid "cannot change ownership of identity sequence"
 msgstr "non è possibile cambiare proprietario di una sequenza identità"
 
-#: commands/sequence.c:1747 commands/tablecmds.c:9866
-#: commands/tablecmds.c:12442
+#: commands/sequence.c:1716 commands/tablecmds.c:9888
+#: commands/tablecmds.c:12482
 #, c-format
 msgid "Sequence \"%s\" is linked to table \"%s\"."
 msgstr "La sequenza \"%s\" è collegata alla tabella \"%s\"."
@@ -8093,144 +7924,149 @@ msgstr "nome di colonna duplicato nella definizione della statistica"
 msgid "unrecognized statistic type \"%s\""
 msgstr "tipo di statistica \"%s\" sconosciuto"
 
-#: commands/subscriptioncmds.c:173
+#: commands/subscriptioncmds.c:187
 #, c-format
 msgid "unrecognized subscription parameter: %s"
 msgstr "parametro di sottoscrizione sconosciuto: %s"
 
-#: commands/subscriptioncmds.c:186
+#: commands/subscriptioncmds.c:200
 #, c-format
 msgid "connect = false and enabled = true are mutually exclusive options"
 msgstr "connect = false ed enabled = true sono opzioni mutuamente esclusive"
 
-#: commands/subscriptioncmds.c:191
+#: commands/subscriptioncmds.c:205
 #, c-format
 msgid "connect = false and create_slot = true are mutually exclusive options"
 msgstr "connect = false e create_slot = true sono opzioni mutuamente esclusive"
 
-#: commands/subscriptioncmds.c:196
+#: commands/subscriptioncmds.c:210
 #, c-format
 msgid "connect = false and copy_data = true are mutually exclusive options"
 msgstr "connect = false e copy_data = true sono opzioni mutuamente esclusive"
 
-#: commands/subscriptioncmds.c:213
+#: commands/subscriptioncmds.c:227
 #, c-format
 msgid "slot_name = NONE and enabled = true are mutually exclusive options"
 msgstr "slot_name = NONE ed enabled = true sono opzioni mutuamente esclusive"
 
-#: commands/subscriptioncmds.c:218
+#: commands/subscriptioncmds.c:232
 #, c-format
 msgid "slot_name = NONE and create_slot = true are mutually exclusive options"
 msgstr "slot_name = NONE e create_slot = true sono opzioni mutuamente esclusive"
 
-#: commands/subscriptioncmds.c:223
+#: commands/subscriptioncmds.c:237
 #, c-format
 msgid "subscription with slot_name = NONE must also set enabled = false"
 msgstr "una sottoscrizione con slot_name = NONE deve avere anche enabled = false"
 
-#: commands/subscriptioncmds.c:228
+#: commands/subscriptioncmds.c:242
 #, c-format
 msgid "subscription with slot_name = NONE must also set create_slot = false"
 msgstr "una sottoscrizione con slot_name = NONE deve avere anche create_slot = false"
 
-#: commands/subscriptioncmds.c:270
+#: commands/subscriptioncmds.c:284
 #, c-format
 msgid "publication name \"%s\" used more than once"
 msgstr "nome di pubblicazione \"%s\" usato più di una volta"
 
-#: commands/subscriptioncmds.c:332
+#: commands/subscriptioncmds.c:347
 #, c-format
 msgid "must be superuser to create subscriptions"
 msgstr "occorre essere un superutente per creare sottoscrizioni"
 
-#: commands/subscriptioncmds.c:412 commands/subscriptioncmds.c:508
-#: replication/logical/tablesync.c:798 replication/logical/worker.c:1579
+#: commands/subscriptioncmds.c:427 commands/subscriptioncmds.c:520
+#: replication/logical/tablesync.c:856 replication/logical/worker.c:1617
 #, c-format
 msgid "could not connect to the publisher: %s"
 msgstr "connessione alla pubblicazione fallita: %s"
 
-#: commands/subscriptioncmds.c:443
-#, c-format
-msgid "synchronized table states"
-msgstr "sincronizzazione degli stati della tabella"
-
-#: commands/subscriptioncmds.c:457
+#: commands/subscriptioncmds.c:469
 #, c-format
 msgid "created replication slot \"%s\" on publisher"
 msgstr "creazione dello slot di replica \"%s\" sulla pubblicazione"
 
-#: commands/subscriptioncmds.c:474
+#: commands/subscriptioncmds.c:486
 #, c-format
 msgid "tables were not subscribed, you will have to run ALTER SUBSCRIPTION ... REFRESH PUBLICATION to subscribe the tables"
 msgstr "le tabelle non sono state sottoscritte, è necessario eseguire ALTER SUBSCRIPTION ... REFRESH PUBLICATION per sottoscrivere le tabelle"
 
-#: commands/subscriptioncmds.c:564
+#: commands/subscriptioncmds.c:576
 #, c-format
-msgid "added subscription for table %s.%s"
-msgstr "aggiunta sottoscrizione per la tabella %s.%s"
+msgid "table \"%s.%s\" added to subscription \"%s\""
+msgstr "tabella \"%s.%s\" aggiunta alla sottoscrizione \"%s\""
 
-#: commands/subscriptioncmds.c:590
+#: commands/subscriptioncmds.c:600
 #, c-format
-msgid "removed subscription for table %s.%s"
-msgstr "rimossa sottoscrizione per la tabella %s.%s"
+msgid "table \"%s.%s\" removed from subscription \"%s\""
+msgstr "tabella \"%s.%s\" rimossa dalla sottoscrizione \"%s\""
 
-#: commands/subscriptioncmds.c:655
+#: commands/subscriptioncmds.c:669
 #, c-format
 msgid "cannot set slot_name = NONE for enabled subscription"
 msgstr "non è possibile impostare slot_name = NONE per le sottoscrizioni attive"
 
-#: commands/subscriptioncmds.c:689
+#: commands/subscriptioncmds.c:703
 #, c-format
 msgid "cannot enable subscription that does not have a slot name"
 msgstr "non è possibile abilitare una sottoscrizione che non ha un nome di slot"
 
-#: commands/subscriptioncmds.c:735 commands/subscriptioncmds.c:753
+#: commands/subscriptioncmds.c:749
+#, c-format
+msgid "ALTER SUBSCRIPTION with refresh is not allowed for disabled subscriptions"
+msgstr "ALTER SUBSCRIPTION con refresh non consentito per sottoscrizioni disabilitate"
+
+#: commands/subscriptioncmds.c:750
+#, c-format
+msgid "Use ALTER SUBSCRIPTION ... SET PUBLICATION ... WITH (refresh = false)."
+msgstr "Usa ALTER SUBSCRIPTION ... SET PUBLICATION ... WITH (refresh = false)."
+
+#: commands/subscriptioncmds.c:768
 #, c-format
 msgid "ALTER SUBSCRIPTION ... REFRESH is not allowed for disabled subscriptions"
 msgstr "ALTER SUBSCRIPTION ... REFRESH non è consentito per sottoscrizioni disabilitate"
 
-#: commands/subscriptioncmds.c:830
+#: commands/subscriptioncmds.c:847
 #, c-format
 msgid "subscription \"%s\" does not exist, skipping"
 msgstr "la sottoscrizione \"%s\" non esiste, saltata"
 
-#: commands/subscriptioncmds.c:931
+#: commands/subscriptioncmds.c:967
 #, c-format
 msgid "could not connect to publisher when attempting to drop the replication slot \"%s\""
 msgstr "non è possibile connettersi alla pubblicazione mentre si sta eliminando lo slot di replica \"%s\""
 
-#: commands/subscriptioncmds.c:933 commands/subscriptioncmds.c:947
-#: replication/logical/tablesync.c:847 replication/logical/tablesync.c:867
+#: commands/subscriptioncmds.c:969 commands/subscriptioncmds.c:983
+#: replication/logical/tablesync.c:906 replication/logical/tablesync.c:928
 #, c-format
 msgid "The error was: %s"
 msgstr "L'errore è stato: %s"
 
-#: commands/subscriptioncmds.c:934
+#: commands/subscriptioncmds.c:970
 #, c-format
 msgid "Use ALTER SUBSCRIPTION ... SET (slot_name = NONE) to disassociate the subscription from the slot."
 msgstr "Usa ALTER SUBSCRIPTION ... SET (slot_name = NONE) per disassociare la sottoscrizione dallo slot."
 
-#: commands/subscriptioncmds.c:945
+#: commands/subscriptioncmds.c:981
 #, c-format
 msgid "could not drop the replication slot \"%s\" on publisher"
 msgstr "eliminazione dello slot di replica \"%s\" sulla pubblicazione fallita"
 
-#: commands/subscriptioncmds.c:950
+#: commands/subscriptioncmds.c:986
 #, c-format
 msgid "dropped replication slot \"%s\" on publisher"
 msgstr "eliminazione dello slot di replica \"%s\" sulla pubblicazione"
 
-#: commands/subscriptioncmds.c:991
+#: commands/subscriptioncmds.c:1027
 #, c-format
 msgid "permission denied to change owner of subscription \"%s\""
 msgstr "permesso negato nel cambiare il proprietario della sottoscrizione \"%s\""
 
-#: commands/subscriptioncmds.c:993
+#: commands/subscriptioncmds.c:1029
 #, c-format
 msgid "The owner of a subscription must be a superuser."
 msgstr "Il proprietario della sottoscrizione deve essere un superutente."
 
-#: commands/subscriptioncmds.c:1106
+#: commands/subscriptioncmds.c:1142
 #, c-format
 msgid "could not receive list of replicated tables from the publisher: %s"
 msgstr "errore nell'ottenere la lista delle tabelle replicate dalla pubblicazione: %s"
@@ -8291,7 +8127,7 @@ msgstr "la vista materializzata \"%s\" non esiste, saltata"
 msgid "Use DROP MATERIALIZED VIEW to remove a materialized view."
 msgstr "Usa DROP MATERIALIZED VIEW per rimuovere una vista materializzata."
 
-#: commands/tablecmds.c:245 parser/parse_utilcmd.c:1819
+#: commands/tablecmds.c:245 parser/parse_utilcmd.c:1828
 #, c-format
 msgid "index \"%s\" does not exist"
 msgstr "l'indice \"%s\" non esiste"
@@ -8314,8 +8150,8 @@ msgstr "\"%s\" non è un tipo"
 msgid "Use DROP TYPE to remove a type."
 msgstr "Usa DROP TYPE per eliminare un tipo."
 
-#: commands/tablecmds.c:257 commands/tablecmds.c:9382
-#: commands/tablecmds.c:12222
+#: commands/tablecmds.c:257 commands/tablecmds.c:9404
+#: commands/tablecmds.c:12262
 #, c-format
 msgid "foreign table \"%s\" does not exist"
 msgstr "la tabella esterna \"%s\" non esiste"
@@ -8329,98 +8165,103 @@ msgstr "la tabella esterna \"%s\" non esiste, saltata"
 msgid "Use DROP FOREIGN TABLE to remove a foreign table."
 msgstr "Usa DROP FOREIGN TABLE per eliminare una tabella esterna."
 
-#: commands/tablecmds.c:524
+#: commands/tablecmds.c:533
 #, c-format
 msgid "ON COMMIT can only be used on temporary tables"
 msgstr "ON COMMIT può essere usato solo con le tabelle temporanee"
 
-#: commands/tablecmds.c:552
+#: commands/tablecmds.c:561
 #, c-format
 msgid "cannot create temporary table within security-restricted operation"
 msgstr "non è possibile creare la tabella temporanea nell'ambito di operazioni a sicurezza ristretta"
 
-#: commands/tablecmds.c:653
+#: commands/tablecmds.c:662
 #, c-format
 msgid "cannot create table with OIDs as partition of table without OIDs"
 msgstr "non è possibile creare una tabella con OID come partizione di una tabella senza OID"
 
-#: commands/tablecmds.c:774 parser/parse_utilcmd.c:3270
+#: commands/tablecmds.c:783 parser/parse_utilcmd.c:3279
 #, c-format
 msgid "\"%s\" is not partitioned"
 msgstr "\"%s\" non è partizionata"
 
-#: commands/tablecmds.c:953
+#: commands/tablecmds.c:831
+#, c-format
+msgid "cannot partition using more than %d columns"
+msgstr "non è possibile partizionare usando più di %d colonne"
+
+#: commands/tablecmds.c:972
 #, c-format
 msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects"
 msgstr "DROP INDEX CONCURRENTLY non supporta l'eliminazione di più di un oggetto"
 
-#: commands/tablecmds.c:957
+#: commands/tablecmds.c:976
 #, c-format
 msgid "DROP INDEX CONCURRENTLY does not support CASCADE"
 msgstr "DROP INDEX CONCURRENTLY non supporta CASCADE"
 
-#: commands/tablecmds.c:1234
+#: commands/tablecmds.c:1253
 #, c-format
 msgid "cannot truncate only a partitioned table"
 msgstr "non è possibile troncare solo una tabella partizionata"
 
-#: commands/tablecmds.c:1235
+#: commands/tablecmds.c:1254
 #, c-format
 msgid "Do not specify the ONLY keyword, or use truncate only on the partitions directly."
 msgstr "Non specificare la parola chiave ONLY, oppure usa TRUNCATE ONLY sulle partizioni direttamente."
 
-#: commands/tablecmds.c:1263
+#: commands/tablecmds.c:1282
 #, c-format
 msgid "truncate cascades to table \"%s\""
 msgstr "truncate si propaga in cascata alla tabella \"%s\""
 
-#: commands/tablecmds.c:1511
+#: commands/tablecmds.c:1530
 #, c-format
 msgid "cannot truncate temporary tables of other sessions"
 msgstr "non è possibile troncare tabelle temporanee di altre sessioni"
 
-#: commands/tablecmds.c:1742 commands/tablecmds.c:10966
+#: commands/tablecmds.c:1761 commands/tablecmds.c:10989
 #, c-format
 msgid "cannot inherit from partitioned table \"%s\""
 msgstr "non è possibile ereditare dalla tabella partizionata \"%s\""
 
-#: commands/tablecmds.c:1747
+#: commands/tablecmds.c:1766
 #, c-format
 msgid "cannot inherit from partition \"%s\""
 msgstr "non è possibile ereditare dalla partizione \"%s\""
 
-#: commands/tablecmds.c:1755 parser/parse_utilcmd.c:2030
+#: commands/tablecmds.c:1774 parser/parse_utilcmd.c:2039
 #, c-format
 msgid "inherited relation \"%s\" is not a table or foreign table"
 msgstr "la relazione ereditata \"%s\" non è una tabella o tabella esterna"
 
-#: commands/tablecmds.c:1763 commands/tablecmds.c:10945
+#: commands/tablecmds.c:1782 commands/tablecmds.c:10968
 #, c-format
 msgid "cannot inherit from temporary relation \"%s\""
 msgstr "non è possibile ereditare dalla relazione temporanea \"%s\""
 
-#: commands/tablecmds.c:1773 commands/tablecmds.c:10953
+#: commands/tablecmds.c:1792 commands/tablecmds.c:10976
 #, c-format
 msgid "cannot inherit from temporary relation of another session"
 msgstr "non è possibile ereditare da una relazione temporanea di un'altra sessione"
 
-#: commands/tablecmds.c:1790 commands/tablecmds.c:11064
+#: commands/tablecmds.c:1809 commands/tablecmds.c:11100
 #, c-format
 msgid "relation \"%s\" would be inherited from more than once"
 msgstr "la relazione \"%s\" sarebbe ereditata più di una volta"
 
-#: commands/tablecmds.c:1838
+#: commands/tablecmds.c:1857
 #, c-format
 msgid "merging multiple inherited definitions of column \"%s\""
 msgstr "unione delle definizioni multiple ereditate della colonna \"%s\""
 
-#: commands/tablecmds.c:1846
+#: commands/tablecmds.c:1865
 #, c-format
 msgid "inherited column \"%s\" has a type conflict"
 msgstr "la colonna ereditata \"%s\" ha un conflitto di tipo"
 
-#: commands/tablecmds.c:1848 commands/tablecmds.c:1871
-#: commands/tablecmds.c:2077 commands/tablecmds.c:2107
+#: commands/tablecmds.c:1867 commands/tablecmds.c:1890
+#: commands/tablecmds.c:2096 commands/tablecmds.c:2126
 #: parser/parse_coerce.c:1650 parser/parse_coerce.c:1670
 #: parser/parse_coerce.c:1690 parser/parse_coerce.c:1736
 #: parser/parse_coerce.c:1775 parser/parse_param.c:218
@@ -8428,1004 +8269,1034 @@ msgstr "la colonna ereditata \"%s\" ha un conflitto di tipo"
 msgid "%s versus %s"
 msgstr "tra %s e %s"
 
-#: commands/tablecmds.c:1857
+#: commands/tablecmds.c:1876
 #, c-format
 msgid "inherited column \"%s\" has a collation conflict"
 msgstr "la colonna ereditata \"%s\" ha un conflitto di ordinamento"
 
-#: commands/tablecmds.c:1859 commands/tablecmds.c:2089
-#: commands/tablecmds.c:5140
+#: commands/tablecmds.c:1878 commands/tablecmds.c:2108
+#: commands/tablecmds.c:5162
 #, c-format
 msgid "\"%s\" versus \"%s\""
 msgstr "tra \"%s\" e \"%s\""
 
-#: commands/tablecmds.c:1869
+#: commands/tablecmds.c:1888
 #, c-format
 msgid "inherited column \"%s\" has a storage parameter conflict"
 msgstr "la colonna ereditata \"%s\" ha un conflitto di parametro di memorizzazione"
 
-#: commands/tablecmds.c:1983 commands/tablecmds.c:8872
-#: parser/parse_utilcmd.c:1113 parser/parse_utilcmd.c:1464
-#: parser/parse_utilcmd.c:1540
+#: commands/tablecmds.c:2002 commands/tablecmds.c:8894
+#: parser/parse_utilcmd.c:1122 parser/parse_utilcmd.c:1473
+#: parser/parse_utilcmd.c:1549
 #, c-format
 msgid "cannot convert whole-row table reference"
 msgstr "non è possibile convertire riferimenti ad una riga intera di tabella"
 
-#: commands/tablecmds.c:1984 parser/parse_utilcmd.c:1114
+#: commands/tablecmds.c:2003 parser/parse_utilcmd.c:1123
 #, c-format
 msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"."
 msgstr "Il vincolo \"%s\" contiene un riferimento alla riga intera alla tabella \"%s\"."
 
-#: commands/tablecmds.c:2063
+#: commands/tablecmds.c:2082
 #, c-format
 msgid "merging column \"%s\" with inherited definition"
 msgstr "unione della colonna \"%s\" con la definizione ereditata"
 
-#: commands/tablecmds.c:2067
+#: commands/tablecmds.c:2086
 #, c-format
 msgid "moving and merging column \"%s\" with inherited definition"
 msgstr "spostamento e unione della colonna \"%s\" con la definizione ereditata"
 
-#: commands/tablecmds.c:2068
+#: commands/tablecmds.c:2087
 #, c-format
 msgid "User-specified column moved to the position of the inherited column."
 msgstr "Colonna specificata dall'utente spostata nella posizione della colonna ereditata."
 
-#: commands/tablecmds.c:2075
+#: commands/tablecmds.c:2094
 #, c-format
 msgid "column \"%s\" has a type conflict"
 msgstr "la colonna \"%s\" ha un conflitto di tipi"
 
-#: commands/tablecmds.c:2087
+#: commands/tablecmds.c:2106
 #, c-format
 msgid "column \"%s\" has a collation conflict"
 msgstr "la colonna \"%s\" ha un conflitto di ordinamento"
 
-#: commands/tablecmds.c:2105
+#: commands/tablecmds.c:2124
 #, c-format
 msgid "column \"%s\" has a storage parameter conflict"
 msgstr "la colonna \"%s\" ha un conflitto di parametri di memorizzazione"
 
-#: commands/tablecmds.c:2216
+#: commands/tablecmds.c:2235
 #, c-format
 msgid "column \"%s\" inherits conflicting default values"
 msgstr "la colonna \"%s\" eredita valori predefiniti in conflitto tra loro"
 
-#: commands/tablecmds.c:2218
+#: commands/tablecmds.c:2237
 #, c-format
 msgid "To resolve the conflict, specify a default explicitly."
 msgstr "Per risolvere il conflitto, specificare esplicitamente un valore predefinito."
 
-#: commands/tablecmds.c:2265
+#: commands/tablecmds.c:2284
 #, c-format
 msgid "check constraint name \"%s\" appears multiple times but with different expressions"
 msgstr "il nome del vincolo di controllo \"%s\" compare più di una volta ma con espressioni diverse"
 
-#: commands/tablecmds.c:2464
+#: commands/tablecmds.c:2477
 #, c-format
 msgid "cannot rename column of typed table"
 msgstr "non è possibile rinominare la colonna di una tabella con tipo"
 
-#: commands/tablecmds.c:2482
+#: commands/tablecmds.c:2495
 #, c-format
 msgid "\"%s\" is not a table, view, materialized view, composite type, index, or foreign table"
 msgstr "\"%s\" non è una tabella, vista, vista materializzata, tipo composito, indice né una tabella esterna"
 
-#: commands/tablecmds.c:2576
+#: commands/tablecmds.c:2589
 #, c-format
 msgid "inherited column \"%s\" must be renamed in child tables too"
 msgstr "la colonna ereditata \"%s\" dev'essere rinominata anche nelle tabelle figlie"
 
-#: commands/tablecmds.c:2608
+#: commands/tablecmds.c:2621
 #, c-format
 msgid "cannot rename system column \"%s\""
 msgstr "non è possibile rinominare la colonna di sistema \"%s\""
 
-#: commands/tablecmds.c:2623
+#: commands/tablecmds.c:2636
 #, c-format
 msgid "cannot rename inherited column \"%s\""
 msgstr "non è possibile rinominare la colonna ereditata \"%s\""
 
-#: commands/tablecmds.c:2775
+#: commands/tablecmds.c:2788
 #, c-format
 msgid "inherited constraint \"%s\" must be renamed in child tables too"
 msgstr "i vincoli ereditati \"%s\" devono essere rinominati anche nelle tabelle figlie"
 
-#: commands/tablecmds.c:2782
+#: commands/tablecmds.c:2795
 #, c-format
 msgid "cannot rename inherited constraint \"%s\""
 msgstr "non è possibile rinominare il vincolo ereditato \"%s\""
 
 #. translator: first %s is a SQL command, eg ALTER TABLE
-#: commands/tablecmds.c:3006
+#: commands/tablecmds.c:3019
 #, c-format
 msgid "cannot %s \"%s\" because it is being used by active queries in this session"
 msgstr "non è possibile effettuare %s \"%s\" perché è in uso da query attive in questa sessione"
 
 #. translator: first %s is a SQL command, eg ALTER TABLE
-#: commands/tablecmds.c:3015
+#: commands/tablecmds.c:3028
 #, c-format
 msgid "cannot %s \"%s\" because it has pending trigger events"
 msgstr "non è possibile effettuare %s \"%s\" perché ha eventi trigger in sospeso"
 
-#: commands/tablecmds.c:4138
+#: commands/tablecmds.c:4147
 #, c-format
 msgid "cannot rewrite system relation \"%s\""
 msgstr "non è possibile riscrivere la relazione di sistema \"%s\""
 
-#: commands/tablecmds.c:4144
+#: commands/tablecmds.c:4153
 #, c-format
 msgid "cannot rewrite table \"%s\" used as a catalog table"
 msgstr "non è possibile riscrivere la tabella \"%s\" usata come tabella di catalogo"
 
-#: commands/tablecmds.c:4154
+#: commands/tablecmds.c:4163
 #, c-format
 msgid "cannot rewrite temporary tables of other sessions"
 msgstr "non è possibile riscrivere tabelle temporanee di altre sessioni"
 
-#: commands/tablecmds.c:4430
+#: commands/tablecmds.c:4439
 #, c-format
 msgid "rewriting table \"%s\""
 msgstr "riscrittura della tabella \"%s\""
 
-#: commands/tablecmds.c:4434
+#: commands/tablecmds.c:4443
 #, c-format
 msgid "verifying table \"%s\""
 msgstr "verifica della tabella \"%s\""
 
-#: commands/tablecmds.c:4547
+#: commands/tablecmds.c:4556
 #, c-format
 msgid "column \"%s\" contains null values"
 msgstr "la colonna \"%s\" contiene valori null"
 
-#: commands/tablecmds.c:4562 commands/tablecmds.c:8141
+#: commands/tablecmds.c:4571 commands/tablecmds.c:8163
 #, c-format
 msgid "check constraint \"%s\" is violated by some row"
 msgstr "il vincolo di controllo \"%s\" è violato da alcune righe"
 
-#: commands/tablecmds.c:4578
+#: commands/tablecmds.c:4587
 #, c-format
 msgid "partition constraint is violated by some row"
 msgstr "il vincolo di partizione è violato da qualche riga"
 
-#: commands/tablecmds.c:4716 commands/trigger.c:245 rewrite/rewriteDefine.c:266
-#: rewrite/rewriteDefine.c:914
+#: commands/tablecmds.c:4725 commands/trigger.c:247
+#: rewrite/rewriteDefine.c:266 rewrite/rewriteDefine.c:920
 #, c-format
 msgid "\"%s\" is not a table or view"
 msgstr "\"%s\" non è una tabella né una vista"
 
-#: commands/tablecmds.c:4719 commands/trigger.c:1255 commands/trigger.c:1361
+#: commands/tablecmds.c:4728 commands/trigger.c:1288 commands/trigger.c:1394
 #, c-format
 msgid "\"%s\" is not a table, view, or foreign table"
 msgstr "\"%s\" non è una tabella, una vista né una tabella esterna"
 
-#: commands/tablecmds.c:4722
+#: commands/tablecmds.c:4731
 #, c-format
 msgid "\"%s\" is not a table, view, materialized view, or index"
 msgstr "\"%s\" non è una tabella, una vista, una vista materializzata né un indice"
 
-#: commands/tablecmds.c:4728
+#: commands/tablecmds.c:4737
 #, c-format
 msgid "\"%s\" is not a table, materialized view, or index"
 msgstr "\"%s\" non è una tabella, una vista materializzata né un indice"
 
-#: commands/tablecmds.c:4731
+#: commands/tablecmds.c:4740
 #, c-format
 msgid "\"%s\" is not a table, materialized view, or foreign table"
 msgstr "\"%s\" non è una tabella, una vista materializzata né una tabella esterna"
 
-#: commands/tablecmds.c:4734
+#: commands/tablecmds.c:4743
 #, c-format
 msgid "\"%s\" is not a table or foreign table"
 msgstr "\"%s\" non è una tabella né una tabella esterna"
 
-#: commands/tablecmds.c:4737
+#: commands/tablecmds.c:4746
 #, c-format
 msgid "\"%s\" is not a table, composite type, or foreign table"
 msgstr "\"%s\" non è una tabella, un tipo composito né una tabella esterna"
 
-#: commands/tablecmds.c:4740 commands/tablecmds.c:6103
+#: commands/tablecmds.c:4749 commands/tablecmds.c:6125
 #, c-format
 msgid "\"%s\" is not a table, materialized view, index, or foreign table"
 msgstr "\"%s\" non è una tabella, una vista materializzata, un indice né una tabella esterna"
 
-#: commands/tablecmds.c:4750
+#: commands/tablecmds.c:4759
 #, c-format
 msgid "\"%s\" is of the wrong type"
 msgstr "\"%s\" è del tipo sbagliato"
 
-#: commands/tablecmds.c:4904 commands/tablecmds.c:4911
+#: commands/tablecmds.c:4934 commands/tablecmds.c:4941
 #, c-format
 msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it"
 msgstr "non è possibile modificare il tipo \"%s\" perché la colonna \"%s.%s\" lo usa"
 
-#: commands/tablecmds.c:4918
+#: commands/tablecmds.c:4948
 #, c-format
 msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type"
 msgstr "non è possibile modificare la tabella esterna \"%s\" perché la colonna \"%s.%s\" usa il suo tipo di riga"
 
-#: commands/tablecmds.c:4925
+#: commands/tablecmds.c:4955
 #, c-format
 msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type"
 msgstr "non è possibile modificare la tabella \"%s\" perché la colonna \"%s.%s\" usa il suo tipo di riga"
 
-#: commands/tablecmds.c:4987
+#: commands/tablecmds.c:5009
 #, c-format
 msgid "cannot alter type \"%s\" because it is the type of a typed table"
 msgstr "non è possibile modificare il tipo \"%s\" perché è il tipo di una tabella con tipo"
 
-#: commands/tablecmds.c:4989
+#: commands/tablecmds.c:5011
 #, c-format
 msgid "Use ALTER ... CASCADE to alter the typed tables too."
 msgstr "Usa DROP ... CASCADE per eliminare anche le tabelle con tipo."
 
-#: commands/tablecmds.c:5033
+#: commands/tablecmds.c:5055
 #, c-format
 msgid "type %s is not a composite type"
 msgstr "il tipo %s non è un tipo composito"
 
-#: commands/tablecmds.c:5059
+#: commands/tablecmds.c:5081
 #, c-format
 msgid "cannot add column to typed table"
 msgstr "non è possibile aggiungere una colonna ad una tabella con tipo"
 
-#: commands/tablecmds.c:5103
+#: commands/tablecmds.c:5125
 #, c-format
 msgid "cannot add column to a partition"
 msgstr "non è possibile aggiungere una colonna ad una partizione"
 
-#: commands/tablecmds.c:5132 commands/tablecmds.c:11190
+#: commands/tablecmds.c:5154 commands/tablecmds.c:11226
 #, c-format
 msgid "child table \"%s\" has different type for column \"%s\""
 msgstr "la tabella figlia \"%s\" ha tipo diverso per la colonna \"%s\""
 
-#: commands/tablecmds.c:5138 commands/tablecmds.c:11197
+#: commands/tablecmds.c:5160 commands/tablecmds.c:11233
 #, c-format
 msgid "child table \"%s\" has different collation for column \"%s\""
 msgstr "la tabella figlia \"%s\" ha ordinamento diverso per la colonna \"%s\""
 
-#: commands/tablecmds.c:5148
+#: commands/tablecmds.c:5170
 #, c-format
 msgid "child table \"%s\" has a conflicting \"%s\" column"
 msgstr "la tabella figlia \"%s\" ha la colonna \"%s\" in conflitto"
 
-#: commands/tablecmds.c:5159
+#: commands/tablecmds.c:5181
 #, c-format
 msgid "merging definition of column \"%s\" for child \"%s\""
 msgstr "unione delle definizioni della colonna \"%s\" per la tabella figlia \"%s\""
 
-#: commands/tablecmds.c:5183
+#: commands/tablecmds.c:5205
 #, c-format
 msgid "cannot recursively add identity column to table that has child tables"
 msgstr "non è possibile aggiungere ricorsivamente una colonna identità ad una tabella che ha tabelle figlie"
 
-#: commands/tablecmds.c:5395
+#: commands/tablecmds.c:5417
 #, c-format
 msgid "column must be added to child tables too"
 msgstr "la colonna deve essere aggiunta anche alle tabelle figlie"
 
-#: commands/tablecmds.c:5470
+#: commands/tablecmds.c:5492
 #, c-format
 msgid "column \"%s\" of relation \"%s\" already exists, skipping"
 msgstr "la colonna \"%s\" della relazione \"%s\" esiste già, saltata"
 
-#: commands/tablecmds.c:5477
+#: commands/tablecmds.c:5499
 #, c-format
 msgid "column \"%s\" of relation \"%s\" already exists"
 msgstr "la colonna \"%s\" della relazione \"%s\" esiste già"
 
-#: commands/tablecmds.c:5575 commands/tablecmds.c:8554
+#: commands/tablecmds.c:5597 commands/tablecmds.c:8576
 #, c-format
 msgid "cannot remove constraint from only the partitioned table when partitions exist"
 msgstr "non è possibile rimuovere un vincolo solo da una tabella partizionata se ci sono partizioni esistenti"
 
-#: commands/tablecmds.c:5576 commands/tablecmds.c:5723
-#: commands/tablecmds.c:6520 commands/tablecmds.c:8555
+#: commands/tablecmds.c:5598 commands/tablecmds.c:5745
+#: commands/tablecmds.c:6542 commands/tablecmds.c:8577
 #, c-format
 msgid "Do not specify the ONLY keyword."
 msgstr "Non specificare la parola chiave ONLY."
 
-#: commands/tablecmds.c:5608 commands/tablecmds.c:5755
-#: commands/tablecmds.c:5810 commands/tablecmds.c:5885
-#: commands/tablecmds.c:5979 commands/tablecmds.c:6038
-#: commands/tablecmds.c:6162 commands/tablecmds.c:6216
-#: commands/tablecmds.c:6308 commands/tablecmds.c:8694
-#: commands/tablecmds.c:9405
+#: commands/tablecmds.c:5630 commands/tablecmds.c:5777
+#: commands/tablecmds.c:5832 commands/tablecmds.c:5907
+#: commands/tablecmds.c:6001 commands/tablecmds.c:6060
+#: commands/tablecmds.c:6184 commands/tablecmds.c:6238
+#: commands/tablecmds.c:6330 commands/tablecmds.c:8716
+#: commands/tablecmds.c:9427
 #, c-format
 msgid "cannot alter system column \"%s\""
 msgstr "non è possibile modificare la colonna di sistema \"%s\""
 
-#: commands/tablecmds.c:5614 commands/tablecmds.c:5816
+#: commands/tablecmds.c:5636 commands/tablecmds.c:5838
 #, c-format
 msgid "column \"%s\" of relation \"%s\" is an identity column"
 msgstr "la colonna \"%s\" della relazione \"%s\" è una colonna identità"
 
-#: commands/tablecmds.c:5650
+#: commands/tablecmds.c:5672
 #, c-format
 msgid "column \"%s\" is in a primary key"
 msgstr "la colonna \"%s\" è in una chiave primaria"
 
-#: commands/tablecmds.c:5672
+#: commands/tablecmds.c:5694
 #, c-format
 msgid "column \"%s\" is marked NOT NULL in parent table"
 msgstr "la colonna \"%s\" è specificata NOT NULL nella tabella padre"
 
-#: commands/tablecmds.c:5722
+#: commands/tablecmds.c:5744
 #, c-format
 msgid "cannot add constraint to only the partitioned table when partitions exist"
 msgstr "non è possibile aggiungere un vincolo solo alla tabella partizionata se esistono partizioni"
 
-#: commands/tablecmds.c:5818
+#: commands/tablecmds.c:5840
 #, c-format
 msgid "Use ALTER TABLE ... ALTER COLUMN ... DROP IDENTITY instead."
 msgstr "Usa invece ALTER TABLE ... ALTER COLUMN ... DROP IDENTITY."
 
-#: commands/tablecmds.c:5896
+#: commands/tablecmds.c:5918
 #, c-format
 msgid "column \"%s\" of relation \"%s\" must be declared NOT NULL before identity can be added"
 msgstr "la colonna \"%s\" della relazione \"%s\" deve essere dichiarata NOT NULL prima che possa essere aggiunta l'identità"
 
-#: commands/tablecmds.c:5902
+#: commands/tablecmds.c:5924
 #, c-format
 msgid "column \"%s\" of relation \"%s\" is already an identity column"
 msgstr "la colonna \"%s\" della relazione \"%s\" è già una colonna identità"
 
-#: commands/tablecmds.c:5908
+#: commands/tablecmds.c:5930
 #, c-format
 msgid "column \"%s\" of relation \"%s\" already has a default value"
 msgstr "la colonna \"%s\" della relazione \"%s\" ha già un valore predefinito"
 
-#: commands/tablecmds.c:5985 commands/tablecmds.c:6046
+#: commands/tablecmds.c:6007 commands/tablecmds.c:6068
 #, c-format
 msgid "column \"%s\" of relation \"%s\" is not an identity column"
 msgstr "la colonna \"%s\" della relazione \"%s\" non è una colonna identità"
 
-#: commands/tablecmds.c:6051
+#: commands/tablecmds.c:6073
 #, c-format
 msgid "column \"%s\" of relation \"%s\" is not an identity column, skipping"
 msgstr "la colonna \"%s\" della relazione \"%s\" non è una colonna identità, saltata"
 
-#: commands/tablecmds.c:6135
+#: commands/tablecmds.c:6157
 #, c-format
 msgid "statistics target %d is too low"
 msgstr "il target delle statistiche %d è troppo basso"
 
-#: commands/tablecmds.c:6143
+#: commands/tablecmds.c:6165
 #, c-format
 msgid "lowering statistics target to %d"
 msgstr "target delle statistiche abbassato a %d"
 
-#: commands/tablecmds.c:6288
+#: commands/tablecmds.c:6310
 #, c-format
 msgid "invalid storage type \"%s\""
 msgstr "tipo di immagazzinamento non valido \"%s\""
 
-#: commands/tablecmds.c:6320
+#: commands/tablecmds.c:6342
 #, c-format
 msgid "column data type %s can only have storage PLAIN"
 msgstr "il tipo di dato della colonna %s può avere solo immagazzinamento PLAIN"
 
-#: commands/tablecmds.c:6355
+#: commands/tablecmds.c:6377
 #, c-format
 msgid "cannot drop column from typed table"
 msgstr "non è possibile eliminare la colonna da una tabella con tipo"
 
-#: commands/tablecmds.c:6462
+#: commands/tablecmds.c:6484
 #, c-format
 msgid "column \"%s\" of relation \"%s\" does not exist, skipping"
 msgstr "la colonna \"%s\" della relazione \"%s\" non esiste, saltato"
 
-#: commands/tablecmds.c:6475
+#: commands/tablecmds.c:6497
 #, c-format
 msgid "cannot drop system column \"%s\""
 msgstr "non è possibile eliminare la colonna di sistema \"%s\""
 
-#: commands/tablecmds.c:6482
+#: commands/tablecmds.c:6504
 #, c-format
 msgid "cannot drop inherited column \"%s\""
 msgstr "non è possibile eliminare la colonna ereditata \"%s\""
 
-#: commands/tablecmds.c:6491
+#: commands/tablecmds.c:6513
 #, c-format
 msgid "cannot drop column named in partition key"
 msgstr "non è possibile eliminare una colonna nominata come chiave di partizione"
 
-#: commands/tablecmds.c:6495
+#: commands/tablecmds.c:6517
 #, c-format
 msgid "cannot drop column referenced in partition key expression"
 msgstr "non è possibile eliminare una colonna referenziata in un'espressione di partizione"
 
-#: commands/tablecmds.c:6519
+#: commands/tablecmds.c:6541
 #, c-format
 msgid "cannot drop column from only the partitioned table when partitions exist"
 msgstr "non è possibile eliminare una colonna solo dalla tabella partizionata se esistono delle partizioni"
 
-#: commands/tablecmds.c:6736
+#: commands/tablecmds.c:6759
 #, c-format
 msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\""
 msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX rinominerà l'indice \"%s\" in \"%s\""
 
-#: commands/tablecmds.c:6948
+#: commands/tablecmds.c:6971
 #, c-format
 msgid "constraint must be added to child tables too"
 msgstr "il vincolo deve essere aggiunto anche alle tabelle figlie"
 
-#: commands/tablecmds.c:7019
+#: commands/tablecmds.c:7042
 #, c-format
 msgid "cannot reference partitioned table \"%s\""
 msgstr "non è possibile referenziare la tabella partizionata \"%s\""
 
-#: commands/tablecmds.c:7025
+#: commands/tablecmds.c:7048
 #, c-format
 msgid "referenced relation \"%s\" is not a table"
 msgstr "la relazione referenziata \"%s\" non è una tabella"
 
-#: commands/tablecmds.c:7048
+#: commands/tablecmds.c:7071
 #, c-format
 msgid "constraints on permanent tables may reference only permanent tables"
 msgstr "i vincoli su tabelle permanenti possono referenziare solo tabelle permanenti"
 
-#: commands/tablecmds.c:7055
+#: commands/tablecmds.c:7078
 #, c-format
 msgid "constraints on unlogged tables may reference only permanent or unlogged tables"
 msgstr "i vincoli su tabelle non loggate possono referenziare solo tabelle permanenti o non loggate"
 
-#: commands/tablecmds.c:7061
+#: commands/tablecmds.c:7084
 #, c-format
 msgid "constraints on temporary tables may reference only temporary tables"
 msgstr "i vincoli su tabelle temporanee possono referenziare solo tabelle temporanee"
 
-#: commands/tablecmds.c:7065
+#: commands/tablecmds.c:7088
 #, c-format
 msgid "constraints on temporary tables must involve temporary tables of this session"
 msgstr "i vincoli su tabelle temporanee devono riferirsi a tabelle temporanee di questa sessione"
 
-#: commands/tablecmds.c:7125
+#: commands/tablecmds.c:7148
 #, c-format
 msgid "number of referencing and referenced columns for foreign key disagree"
 msgstr "i numeri di colonne referenzianti e referenziate per la chiave esterna non combaciano"
 
-#: commands/tablecmds.c:7232
+#: commands/tablecmds.c:7255
 #, c-format
 msgid "foreign key constraint \"%s\" cannot be implemented"
 msgstr "non è possibile implementare il vincolo di chiave esterna \"%s\""
 
-#: commands/tablecmds.c:7235
+#: commands/tablecmds.c:7258
 #, c-format
 msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s."
 msgstr "Le colonne chiave \"%s\" e \"%s\" hanno tipi incompatibili: %s e %s."
 
-#: commands/tablecmds.c:7441 commands/tablecmds.c:7607
-#: commands/tablecmds.c:8522 commands/tablecmds.c:8590
+#: commands/tablecmds.c:7463 commands/tablecmds.c:7629
+#: commands/tablecmds.c:8544 commands/tablecmds.c:8612
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" does not exist"
 msgstr "il vincolo \"%s\" della relazione \"%s\" non esiste"
 
-#: commands/tablecmds.c:7447
+#: commands/tablecmds.c:7469
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" is not a foreign key constraint"
 msgstr "il vincolo \"%s\" della relazione \"%s\" non è una chiave esterna"
 
-#: commands/tablecmds.c:7614
+#: commands/tablecmds.c:7636
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint"
 msgstr "il vincolo \"%s\" della relazione \"%s\" non è una chiave esterna o un vincolo di controllo"
 
-#: commands/tablecmds.c:7684
+#: commands/tablecmds.c:7706
 #, c-format
 msgid "constraint must be validated on child tables too"
 msgstr "i vincoli devono essere validati anche sulle tabelle figlie"
 
-#: commands/tablecmds.c:7752
+#: commands/tablecmds.c:7774
 #, c-format
 msgid "column \"%s\" referenced in foreign key constraint does not exist"
 msgstr "la colonna \"%s\" referenziata dal vincolo di chiave esterna non esiste"
 
-#: commands/tablecmds.c:7757
+#: commands/tablecmds.c:7779
 #, c-format
 msgid "cannot have more than %d keys in a foreign key"
 msgstr "non possono esserci più di %d chiavi in una chiave esterna"
 
-#: commands/tablecmds.c:7822
+#: commands/tablecmds.c:7844
 #, c-format
 msgid "cannot use a deferrable primary key for referenced table \"%s\""
 msgstr "non è possibile usare una chiave primaria deferita per la tabella referenziata \"%s\""
 
-#: commands/tablecmds.c:7839
+#: commands/tablecmds.c:7861
 #, c-format
 msgid "there is no primary key for referenced table \"%s\""
 msgstr "la tabella referenziata \"%s\" non ha una chiave primaria"
 
-#: commands/tablecmds.c:7904
+#: commands/tablecmds.c:7926
 #, c-format
 msgid "foreign key referenced-columns list must not contain duplicates"
 msgstr "la lista di colonne referenziate dalla chiave esterna non deve contenere duplicati"
 
-#: commands/tablecmds.c:7998
+#: commands/tablecmds.c:8020
 #, c-format
 msgid "cannot use a deferrable unique constraint for referenced table \"%s\""
 msgstr "non è possibile usare un vincolo univoco deferito per la tabella referenziata \"%s\""
 
-#: commands/tablecmds.c:8003
+#: commands/tablecmds.c:8025
 #, c-format
 msgid "there is no unique constraint matching given keys for referenced table \"%s\""
 msgstr "non c'è alcun vincolo univoco che corrisponda alle chiavi indicate per la tabella referenziata \"%s\""
 
-#: commands/tablecmds.c:8174
+#: commands/tablecmds.c:8196
 #, c-format
 msgid "validating foreign key constraint \"%s\""
 msgstr "validazione del vincolo di chiave esterna \"%s\""
 
-#: commands/tablecmds.c:8476
+#: commands/tablecmds.c:8498
 #, c-format
 msgid "cannot drop inherited constraint \"%s\" of relation \"%s\""
 msgstr "non è possibile eliminare il vincolo ereditato \"%s\" della relazione \"%s\""
 
-#: commands/tablecmds.c:8528
+#: commands/tablecmds.c:8550
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping"
 msgstr "il vincolo \"%s\" della relazione \"%s\" non esiste, saltato"
 
-#: commands/tablecmds.c:8678
+#: commands/tablecmds.c:8700
 #, c-format
 msgid "cannot alter column type of typed table"
 msgstr "non è possibile modificare il tipo di colonna di una tabella con tipo"
 
-#: commands/tablecmds.c:8701
+#: commands/tablecmds.c:8723
 #, c-format
 msgid "cannot alter inherited column \"%s\""
 msgstr "non è possibile modificare la colonna ereditata \"%s\""
 
-#: commands/tablecmds.c:8710
+#: commands/tablecmds.c:8732
 #, c-format
 msgid "cannot alter type of column named in partition key"
 msgstr "non è possibile cambiare il tipo di una colonna in una chiave di partizione"
 
-#: commands/tablecmds.c:8714
+#: commands/tablecmds.c:8736
 #, c-format
 msgid "cannot alter type of column referenced in partition key expression"
 msgstr "non è possibile cambiare il tipo di una colonna referenziata in una espressione di partizione"
 
-#: commands/tablecmds.c:8764
+#: commands/tablecmds.c:8786
 #, c-format
 msgid "result of USING clause for column \"%s\" cannot be cast automatically to type %s"
 msgstr "il risultato della clausola USING per la colonna \"%s\" non può essere convertito automaticamente al tipo %s"
 
-#: commands/tablecmds.c:8767
+#: commands/tablecmds.c:8789
 #, c-format
 msgid "You might need to add an explicit cast."
 msgstr "Potresti dover aggiungere una conversione esplicita."
 
-#: commands/tablecmds.c:8771
+#: commands/tablecmds.c:8793
 #, c-format
 msgid "column \"%s\" cannot be cast automatically to type %s"
 msgstr "la colonna \"%s\" non può essere convertita automaticamente al tipo %s"
 
 #. translator: USING is SQL, don't translate it
-#: commands/tablecmds.c:8774
+#: commands/tablecmds.c:8796
 #, c-format
 msgid "You might need to specify \"USING %s::%s\"."
 msgstr "Potresti dover specificare \"USING %s::%s\"."
 
-#: commands/tablecmds.c:8873
+#: commands/tablecmds.c:8895
 #, c-format
 msgid "USING expression contains a whole-row table reference."
 msgstr "L'espressione USING contiene un riferimento alla riga completa della tabella."
 
-#: commands/tablecmds.c:8884
+#: commands/tablecmds.c:8906
 #, c-format
 msgid "type of inherited column \"%s\" must be changed in child tables too"
 msgstr "il tipo della colonna ereditata \"%s\" deve essere cambiato anche nelle tabelle figlie"
 
-#: commands/tablecmds.c:8971
+#: commands/tablecmds.c:8993
 #, c-format
 msgid "cannot alter type of column \"%s\" twice"
 msgstr "non è possibile cambiare il tipo della colonna \"%s\" due volte"
 
-#: commands/tablecmds.c:9007
+#: commands/tablecmds.c:9029
 #, c-format
 msgid "default for column \"%s\" cannot be cast automatically to type %s"
 msgstr "il valore predefinito della colonna \"%s\" non può essere convertito automaticamente al tipo %s"
 
-#: commands/tablecmds.c:9133
+#: commands/tablecmds.c:9155
 #, c-format
 msgid "cannot alter type of a column used by a view or rule"
 msgstr "non è possibile cambiare il tipo di una colonna usata in una vista o una regola"
 
-#: commands/tablecmds.c:9134 commands/tablecmds.c:9153
-#: commands/tablecmds.c:9171
+#: commands/tablecmds.c:9156 commands/tablecmds.c:9175
+#: commands/tablecmds.c:9193
 #, c-format
 msgid "%s depends on column \"%s\""
 msgstr "%s dipende dalla colonna \"%s\""
 
-#: commands/tablecmds.c:9152
+#: commands/tablecmds.c:9174
 #, c-format
 msgid "cannot alter type of a column used in a trigger definition"
 msgstr "non è possibile cambiare il tipo di una colonna usata nella definizione di un trigger"
 
-#: commands/tablecmds.c:9170
+#: commands/tablecmds.c:9192
 #, c-format
 msgid "cannot alter type of a column used in a policy definition"
 msgstr "non è possibile cambiare il tipo di una colonna usata nella definizione di una regola di sicurezza"
 
-#: commands/tablecmds.c:9845
+#: commands/tablecmds.c:9867
 #, c-format
 msgid "cannot change owner of index \"%s\""
 msgstr "non è possibile cambiare il proprietario dell'indice \"%s\""
 
-#: commands/tablecmds.c:9847
+#: commands/tablecmds.c:9869
 #, c-format
 msgid "Change the ownership of the index's table, instead."
 msgstr "Cambia il proprietario della tabella dell'indice invece."
 
-#: commands/tablecmds.c:9864
+#: commands/tablecmds.c:9886
 #, c-format
 msgid "cannot change owner of sequence \"%s\""
 msgstr "non è possibile cambiare il proprietario della sequenza \"%s\""
 
-#: commands/tablecmds.c:9878 commands/tablecmds.c:13089
+#: commands/tablecmds.c:9900 commands/tablecmds.c:13129
 #, c-format
 msgid "Use ALTER TYPE instead."
 msgstr "È possibile usare ALTER TYPE invece."
 
-#: commands/tablecmds.c:9887
+#: commands/tablecmds.c:9909
 #, c-format
 msgid "\"%s\" is not a table, view, sequence, or foreign table"
 msgstr "\"%s\" non è una tabella, una vista, una sequenza né una tabella esterna"
 
-#: commands/tablecmds.c:10228
+#: commands/tablecmds.c:10250
 #, c-format
 msgid "cannot have multiple SET TABLESPACE subcommands"
 msgstr "non è possibile avere più di un sottocomando SET TABLESPACE"
 
-#: commands/tablecmds.c:10302
+#: commands/tablecmds.c:10324
 #, c-format
 msgid "\"%s\" is not a table, view, materialized view, index, or TOAST table"
 msgstr "\"%s\" non è una tabella, una vista, una vista materializzata né una tabella TOAST"
 
-#: commands/tablecmds.c:10335 commands/view.c:504
+#: commands/tablecmds.c:10357 commands/view.c:504
 #, c-format
 msgid "WITH CHECK OPTION is supported only on automatically updatable views"
 msgstr "WITH CHECK OPTION è supportato solo su viste aggiornabili automaticamente"
 
-#: commands/tablecmds.c:10477
+#: commands/tablecmds.c:10499
 #, c-format
 msgid "cannot move system relation \"%s\""
 msgstr "non è possibile spostare la relazione \"%s\""
 
-#: commands/tablecmds.c:10493
+#: commands/tablecmds.c:10515
 #, c-format
 msgid "cannot move temporary tables of other sessions"
 msgstr "non è possibile spostare tabelle temporanee di altre sessioni"
 
-#: commands/tablecmds.c:10629
+#: commands/tablecmds.c:10651
 #, c-format
 msgid "only tables, indexes, and materialized views exist in tablespaces"
 msgstr "solo tabelle, indici e viste materializzate esistono nei tablespace"
 
-#: commands/tablecmds.c:10641
+#: commands/tablecmds.c:10663
 #, c-format
 msgid "cannot move relations in to or out of pg_global tablespace"
 msgstr "non è possibile spostare relazioni dentro o fuori il tablespace pg_global"
 
-#: commands/tablecmds.c:10733
+#: commands/tablecmds.c:10755
 #, c-format
 msgid "aborting because lock on relation \"%s.%s\" is not available"
 msgstr "interruzione perché non c'è un lock disponibile sulla relazione \"%s.%s\""
 
-#: commands/tablecmds.c:10749
+#: commands/tablecmds.c:10771
 #, c-format
 msgid "no matching relations in tablespace \"%s\" found"
 msgstr "nessuna relazione corrispondente trovata nel tablespace \"%s\""
 
-#: commands/tablecmds.c:10823 storage/buffer/bufmgr.c:915
+#: commands/tablecmds.c:10845 storage/buffer/bufmgr.c:915
 #, c-format
 msgid "invalid page in block %u of relation %s"
 msgstr "pagina non valida nel blocco %u della relazione %s"
 
-#: commands/tablecmds.c:10905
+#: commands/tablecmds.c:10927
 #, c-format
 msgid "cannot change inheritance of typed table"
 msgstr "non è possibile cambiare ereditarietà di tabelle con tipo"
 
-#: commands/tablecmds.c:10910 commands/tablecmds.c:11438
+#: commands/tablecmds.c:10932 commands/tablecmds.c:11474
 #, c-format
 msgid "cannot change inheritance of a partition"
 msgstr "non è possibile cambiare ereditarietà di una partizione"
 
-#: commands/tablecmds.c:10915
+#: commands/tablecmds.c:10937
 #, c-format
 msgid "cannot change inheritance of partitioned table"
 msgstr "non è possibile cambiare ereditarietà di una tabella partizionata"
 
-#: commands/tablecmds.c:10960
+#: commands/tablecmds.c:10983
 #, c-format
 msgid "cannot inherit to temporary relation of another session"
 msgstr "non è possibile ereditare tabelle temporanee di un'altra sessione"
 
-#: commands/tablecmds.c:10973
+#: commands/tablecmds.c:10996
 #, c-format
 msgid "cannot inherit from a partition"
 msgstr "non è possibile ereditare da una partizione"
 
-#: commands/tablecmds.c:10995 commands/tablecmds.c:13441
+#: commands/tablecmds.c:11018 commands/tablecmds.c:13523
 #, c-format
 msgid "circular inheritance not allowed"
 msgstr "l'ereditarietà circolare non è consentita"
 
-#: commands/tablecmds.c:10996 commands/tablecmds.c:13442
+#: commands/tablecmds.c:11019 commands/tablecmds.c:13524
 #, c-format
 msgid "\"%s\" is already a child of \"%s\"."
 msgstr "\"%s\" è già figlia di \"%s\"."
 
-#: commands/tablecmds.c:11004
+#: commands/tablecmds.c:11027
 #, c-format
 msgid "table \"%s\" without OIDs cannot inherit from table \"%s\" with OIDs"
 msgstr "la tabella \"%s\" senza OID non può ereditare dalla tabella \"%s\" con OID"
 
-#: commands/tablecmds.c:11208
+#: commands/tablecmds.c:11040
+#, c-format
+msgid "trigger \"%s\" prevents table \"%s\" from becoming an inheritance child"
+msgstr "il trigger \"%s\" impedisce alla tabella \"%s\" di diventare figlia di ereditarietà"
+
+#: commands/tablecmds.c:11042
+#, c-format
+msgid "ROW triggers with transition tables are not supported in inheritance hierarchies"
+msgstr "i trigger ROW con tabelle di transizioni non sono supportati nelle gerarchie ereditarie"
+
+#: commands/tablecmds.c:11244
 #, c-format
 msgid "column \"%s\" in child table must be marked NOT NULL"
 msgstr "la colonna \"%s\" nella tabella figlia dev'essere marcata NOT NULL"
 
-#: commands/tablecmds.c:11235 commands/tablecmds.c:11274
+#: commands/tablecmds.c:11271 commands/tablecmds.c:11310
 #, c-format
 msgid "child table is missing column \"%s\""
 msgstr "la tabella figlia non ha la colonna \"%s\""
 
-#: commands/tablecmds.c:11362
+#: commands/tablecmds.c:11398
 #, c-format
 msgid "child table \"%s\" has different definition for check constraint \"%s\""
 msgstr "la tabella figlia \"%s\" ha una definizione diversa del vincolo di controllo \"%s\""
 
-#: commands/tablecmds.c:11370
+#: commands/tablecmds.c:11406
 #, c-format
 msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\""
 msgstr "il vincolo \"%s\" è in conflitto con un vincolo non ereditato nella tabella figlia \"%s\""
 
-#: commands/tablecmds.c:11381
+#: commands/tablecmds.c:11417
 #, c-format
 msgid "constraint \"%s\" conflicts with NOT VALID constraint on child table \"%s\""
 msgstr "il vincolo \"%s\" è in conflitto con un vincolo non valido nella tabella figlia \"%s\""
 
-#: commands/tablecmds.c:11416
+#: commands/tablecmds.c:11452
 #, c-format
 msgid "child table is missing constraint \"%s\""
 msgstr "la tabella figlia non ha il vincolo \"%s\""
 
-#: commands/tablecmds.c:11532
+#: commands/tablecmds.c:11568
 #, c-format
 msgid "relation \"%s\" is not a partition of relation \"%s\""
 msgstr "la relazione \"%s\" non è una partizione della relazione \"%s\""
 
-#: commands/tablecmds.c:11538
+#: commands/tablecmds.c:11574
 #, c-format
 msgid "relation \"%s\" is not a parent of relation \"%s\""
 msgstr "la relazione \"%s\" non è genitore della relazione \"%s\""
 
-#: commands/tablecmds.c:11762
+#: commands/tablecmds.c:11800
 #, c-format
 msgid "typed tables cannot inherit"
 msgstr "le tabelle con tipo non possono essere ereditate"
 
-#: commands/tablecmds.c:11793
+#: commands/tablecmds.c:11831
 #, c-format
 msgid "table is missing column \"%s\""
 msgstr "la tabella non ha la colonna \"%s\""
 
-#: commands/tablecmds.c:11803
+#: commands/tablecmds.c:11841
 #, c-format
 msgid "table has column \"%s\" where type requires \"%s\""
 msgstr "la tabella ha la colonna \"%s\" laddove il tipo richiede \"%s\""
 
-#: commands/tablecmds.c:11812
+#: commands/tablecmds.c:11850
 #, c-format
 msgid "table \"%s\" has different type for column \"%s\""
 msgstr "la tabella \"%s\" ha tipo diverso per la colonna \"%s\""
 
-#: commands/tablecmds.c:11825
+#: commands/tablecmds.c:11863
 #, c-format
 msgid "table has extra column \"%s\""
 msgstr "la tabella ha la colonna \"%s\" in eccesso"
 
-#: commands/tablecmds.c:11876
+#: commands/tablecmds.c:11915
 #, c-format
 msgid "\"%s\" is not a typed table"
 msgstr "\"%s\" non è una tabella con tipo"
 
-#: commands/tablecmds.c:12057
+#: commands/tablecmds.c:12097
 #, c-format
 msgid "cannot use non-unique index \"%s\" as replica identity"
 msgstr "non è possibile usare l'indice non univoco \"%s\" come identità di replica"
 
-#: commands/tablecmds.c:12063
+#: commands/tablecmds.c:12103
 #, c-format
 msgid "cannot use non-immediate index \"%s\" as replica identity"
 msgstr "non è possibile usare l'indice non immediato \"%s\" come identità di replica"
 
-#: commands/tablecmds.c:12069
+#: commands/tablecmds.c:12109
 #, c-format
 msgid "cannot use expression index \"%s\" as replica identity"
 msgstr "non è possibile usare l'indice su espressione \"%s\" come identità di replica"
 
-#: commands/tablecmds.c:12075
+#: commands/tablecmds.c:12115
 #, c-format
 msgid "cannot use partial index \"%s\" as replica identity"
 msgstr "non è possibile usare l'indice parziale \"%s\" come identità di replica"
 
-#: commands/tablecmds.c:12081
+#: commands/tablecmds.c:12121
 #, c-format
 msgid "cannot use invalid index \"%s\" as replica identity"
 msgstr "non è possibile usare l'indice non valido \"%s\" come identità di replica"
 
-#: commands/tablecmds.c:12102
+#: commands/tablecmds.c:12142
 #, c-format
 msgid "index \"%s\" cannot be used as replica identity because column %d is a system column"
 msgstr "l'indice \"%s\" non può essere usato come identità di replica perché la colonna %d è una colonna di sistema"
 
-#: commands/tablecmds.c:12109
+#: commands/tablecmds.c:12149
 #, c-format
 msgid "index \"%s\" cannot be used as replica identity because column \"%s\" is nullable"
 msgstr "l'indice \"%s\" non può essere usato come identità di replica perché la colonna \"%s\" può essere NULL"
 
-#: commands/tablecmds.c:12302
+#: commands/tablecmds.c:12342
 #, c-format
 msgid "cannot change logged status of table \"%s\" because it is temporary"
 msgstr "non è possibile cambiare lo stato di log della tabella \"%s\" perché è temporanea"
 
-#: commands/tablecmds.c:12326
+#: commands/tablecmds.c:12366
 #, c-format
 msgid "cannot change table \"%s\" to unlogged because it is part of a publication"
 msgstr "non è possibile rendere la tabella \"%s\" non loggata perché è parte di una pubblicazione"
 
-#: commands/tablecmds.c:12328
+#: commands/tablecmds.c:12368
 #, c-format
 msgid "Unlogged relations cannot be replicated."
 msgstr "Le tabelle non loggate non possono essere replicate."
 
-#: commands/tablecmds.c:12373
+#: commands/tablecmds.c:12413
 #, c-format
 msgid "could not change table \"%s\" to logged because it references unlogged table \"%s\""
 msgstr "non è possibile cambiare lo stato della tabella \"%s\" a loggata perché referenzia la tabella non loggata \"%s\""
 
-#: commands/tablecmds.c:12383
+#: commands/tablecmds.c:12423
 #, c-format
 msgid "could not change table \"%s\" to unlogged because it references logged table \"%s\""
 msgstr "non è possibile cambiare lo stato della tabella \"%s\" a non loggata perché referenzia la tabella loggata \"%s\""
 
-#: commands/tablecmds.c:12441
+#: commands/tablecmds.c:12481
 #, c-format
 msgid "cannot move an owned sequence into another schema"
 msgstr "non è possibile spostare una sequenza con proprietario in uno schema diverso"
 
-#: commands/tablecmds.c:12547
+#: commands/tablecmds.c:12587
 #, c-format
 msgid "relation \"%s\" already exists in schema \"%s\""
 msgstr "la relazione \"%s\" esiste già nello schema \"%s\""
 
-#: commands/tablecmds.c:13073
+#: commands/tablecmds.c:13113
 #, c-format
 msgid "\"%s\" is not a composite type"
 msgstr "\"%s\" non è un tipo composito"
 
-#: commands/tablecmds.c:13104
+#: commands/tablecmds.c:13144
 #, c-format
 msgid "\"%s\" is not a table, view, materialized view, sequence, or foreign table"
 msgstr "\"%s\" non è una tabella, una vista, una vista materializzata, una sequenza né una tabella esterna"
 
-#: commands/tablecmds.c:13135
+#: commands/tablecmds.c:13177
 #, c-format
 msgid "unrecognized partitioning strategy \"%s\""
 msgstr "strategia di partizionamento \"%s\" sconosciuta"
 
-#: commands/tablecmds.c:13161
+#: commands/tablecmds.c:13185
+#, c-format
+msgid "cannot use \"list\" partition strategy with more than one column"
+msgstr "non è possibile usare la strategia di partizionamento \"list\" con più di una colonna"
+
+#: commands/tablecmds.c:13210
 #, c-format
 msgid "column \"%s\" appears more than once in partition key"
 msgstr "la colonna \"%s\" appare più di una volta nella chiave di partizione"
 
-#: commands/tablecmds.c:13209
+#: commands/tablecmds.c:13263
 #, c-format
 msgid "column \"%s\" named in partition key does not exist"
 msgstr "la colonna \"%s\" nominata nella chiave di partizione non esiste"
 
-#: commands/tablecmds.c:13216
+#: commands/tablecmds.c:13270
 #, c-format
 msgid "cannot use system column \"%s\" in partition key"
 msgstr "non è possibile usare la colonna di sistema \"%s\" nella chiave di partizione"
 
-#: commands/tablecmds.c:13274
+#: commands/tablecmds.c:13333
 #, c-format
 msgid "functions in partition key expression must be marked IMMUTABLE"
 msgstr "le funzioni nelle espressioni di partizione devono essere IMMUTABLE"
 
-#: commands/tablecmds.c:13283
-#, c-format
-msgid "cannot use constant expression as partition key"
-msgstr "non è possibile usare un'espressione costante come chiave di partizione"
-
-#: commands/tablecmds.c:13297
+#: commands/tablecmds.c:13350
 #, c-format
 msgid "partition key expressions cannot contain whole-row references"
 msgstr "l'espressione di partizione non può contenere riferimenti alla riga intera"
 
-#: commands/tablecmds.c:13318
+#: commands/tablecmds.c:13357
+#, c-format
+msgid "partition key expressions cannot contain system column references"
+msgstr "l'espressione di partizione non può contenere riferimenti a colonne di sistema"
+
+#: commands/tablecmds.c:13367
+#, c-format
+msgid "cannot use constant expression as partition key"
+msgstr "non è possibile usare un'espressione costante come chiave di partizione"
+
+#: commands/tablecmds.c:13388
 #, c-format
 msgid "could not determine which collation to use for partition expression"
 msgstr "non è possibile determinare quale ordinamento usare per l'espressione di partizione"
 
-#: commands/tablecmds.c:13343
+#: commands/tablecmds.c:13413
 #, c-format
 msgid "data type %s has no default btree operator class"
 msgstr "il tipo di dati %s non ha una classe di operatori btree predefinita"
 
-#: commands/tablecmds.c:13345
+#: commands/tablecmds.c:13415
 #, c-format
 msgid "You must specify a btree operator class or define a default btree operator class for the data type."
 msgstr "Devi specificare una classe di operatori btree o definire una classe di operatori btree predefinita per il tipo di dati."
 
-#: commands/tablecmds.c:13392
+#: commands/tablecmds.c:13463
 #, c-format
 msgid "\"%s\" is already a partition"
 msgstr "\"%s\" è già una partizione"
 
-#: commands/tablecmds.c:13398
+#: commands/tablecmds.c:13469
 #, c-format
 msgid "cannot attach a typed table as partition"
 msgstr "non è possibile agganciare una tabella con tipo come partizione"
 
-#: commands/tablecmds.c:13414
+#: commands/tablecmds.c:13485
 #, c-format
 msgid "cannot attach inheritance child as partition"
 msgstr "non è possibile agganciare una tabella figlia di ereditarietà come partizione"
 
-#: commands/tablecmds.c:13428
+#: commands/tablecmds.c:13499
 #, c-format
 msgid "cannot attach inheritance parent as partition"
 msgstr "non è possibile agganciare una tabella padre di ereditarietà come partizione"
 
-#: commands/tablecmds.c:13451
+#: commands/tablecmds.c:13533
 #, c-format
 msgid "cannot attach a permanent relation as partition of temporary relation \"%s\""
 msgstr "non è possibile agganciare una relazione permanente come partizione della relazione temporanea \"%s\""
 
-#: commands/tablecmds.c:13459
+#: commands/tablecmds.c:13541
 #, c-format
 msgid "cannot attach as partition of temporary relation of another session"
 msgstr "non è possibile agganciare una partizione di relazione temporanea di un'altra sessione"
 
-#: commands/tablecmds.c:13466
+#: commands/tablecmds.c:13548
 #, c-format
 msgid "cannot attach temporary relation of another session as partition"
 msgstr "non è possibile agganciare una relazione temporanea di un'altra sessione come partizione"
 
-#: commands/tablecmds.c:13472
+#: commands/tablecmds.c:13554
 #, c-format
 msgid "cannot attach table \"%s\" without OIDs as partition of table \"%s\" with OIDs"
 msgstr "non è possibile agganciare la tabella \"%s\" senza OID come partizione della tabella \"%s\" con OID"
 
-#: commands/tablecmds.c:13480
+#: commands/tablecmds.c:13562
 #, c-format
 msgid "cannot attach table \"%s\" with OIDs as partition of table \"%s\" without OIDs"
 msgstr "non è possibile agganciare la tabella \"%s\" con OID come partizione della tabella \"%s\" senza OID"
 
-#: commands/tablecmds.c:13502
+#: commands/tablecmds.c:13584
 #, c-format
 msgid "table \"%s\" contains column \"%s\" not found in parent \"%s\""
 msgstr "la tabella \"%s\" contiene la colonna \"%s\" che non è presente nel padre \"%s\""
 
-#: commands/tablecmds.c:13505
+#: commands/tablecmds.c:13587
 #, c-format
 msgid "New partition should contain only the columns present in parent."
 msgstr "La partizione dovrebbe contenere solo le colonne presenti nella tabella padre."
 
-#: commands/tablecmds.c:13677
+#: commands/tablecmds.c:13599
+#, c-format
+msgid "trigger \"%s\" prevents table \"%s\" from becoming a partition"
+msgstr "il trigger \"%s\" impedisce alla tabella \"%s\" di diventare una partizione"
+
+#: commands/tablecmds.c:13601 commands/trigger.c:387
+#, c-format
+msgid "ROW triggers with transition tables are not supported on partitions"
+msgstr "i trigger ROW con tabelle di transizioni non sono supportati sulle partizioni"
+
+#: commands/tablecmds.c:13726
 #, c-format
 msgid "partition constraint for table \"%s\" is implied by existing constraints"
 msgstr "il vincolo di partizione per la tabella \"%s\" è implicito dai vincoli esistenti"
 
 #: commands/tablespace.c:162 commands/tablespace.c:179
 #: commands/tablespace.c:190 commands/tablespace.c:198
-#: commands/tablespace.c:623 replication/slot.c:1119 storage/file/copydir.c:47
+#: commands/tablespace.c:623 replication/slot.c:1178 storage/file/copydir.c:47
 #, c-format
 msgid "could not create directory \"%s\": %m"
 msgstr "creazione della directory \"%s\" fallita: %m"
@@ -9553,230 +9424,236 @@ msgstr "rimozioni delle directory per il tablespace %u fallita"
 msgid "You can remove the directories manually if necessary."
 msgstr "Puoi rimuovere le directory manualmente se necessario."
 
-#: commands/trigger.c:187
+#: commands/trigger.c:189
 #, c-format
 msgid "\"%s\" is a table"
 msgstr "\"%s\" non è una tabella"
 
-#: commands/trigger.c:189
+#: commands/trigger.c:191
 #, c-format
 msgid "Tables cannot have INSTEAD OF triggers."
 msgstr "Le tabelle non possono avere trigger INSTEAD OF."
 
-#: commands/trigger.c:196
+#: commands/trigger.c:198
 #, c-format
 msgid "Partitioned tables cannot have ROW triggers."
 msgstr "Le tabelle partizionate non possono avere trigger ROW."
 
-#: commands/trigger.c:207 commands/trigger.c:214 commands/trigger.c:374
+#: commands/trigger.c:209 commands/trigger.c:216 commands/trigger.c:369
 #, c-format
 msgid "\"%s\" is a view"
 msgstr "\"%s\" è una vista"
 
-#: commands/trigger.c:209
+#: commands/trigger.c:211
 #, c-format
 msgid "Views cannot have row-level BEFORE or AFTER triggers."
 msgstr "Le viste non possono avere trigger di riga BEFORE o AFTER."
 
-#: commands/trigger.c:216
+#: commands/trigger.c:218
 #, c-format
 msgid "Views cannot have TRUNCATE triggers."
 msgstr "Le viste non possono avere trigger TRUNCATE."
 
-#: commands/trigger.c:224 commands/trigger.c:231 commands/trigger.c:238
-#: commands/trigger.c:367
+#: commands/trigger.c:226 commands/trigger.c:233 commands/trigger.c:240
+#: commands/trigger.c:362
 #, c-format
 msgid "\"%s\" is a foreign table"
 msgstr "\"%s\" è una tabella esterna"
 
-#: commands/trigger.c:226
+#: commands/trigger.c:228
 #, c-format
 msgid "Foreign tables cannot have INSTEAD OF triggers."
 msgstr "Le tabelle esterne non possono avere trigger INSTEAD OF."
 
-#: commands/trigger.c:233
+#: commands/trigger.c:235
 #, c-format
 msgid "Foreign tables cannot have TRUNCATE triggers."
 msgstr "Le tabelle esterne non possono avere trigger TRUNCATE."
 
-#: commands/trigger.c:240
+#: commands/trigger.c:242
 #, c-format
 msgid "Foreign tables cannot have constraint triggers."
 msgstr "Le tabelle esterne non possono avere trigger di vincolo."
 
-#: commands/trigger.c:303
+#: commands/trigger.c:305
 #, c-format
 msgid "TRUNCATE FOR EACH ROW triggers are not supported"
 msgstr "i trigger TRUNCATE FOR EACH ROW non sono supportati"
 
-#: commands/trigger.c:311
+#: commands/trigger.c:313
 #, c-format
 msgid "INSTEAD OF triggers must be FOR EACH ROW"
 msgstr "i trigger INSTEAD OF devono essere FOR EACH ROW"
 
-#: commands/trigger.c:315
+#: commands/trigger.c:317
 #, c-format
 msgid "INSTEAD OF triggers cannot have WHEN conditions"
 msgstr "i trigger INSTEAD OF non possono avere condizioni WHEN"
 
-#: commands/trigger.c:319
+#: commands/trigger.c:321
 #, c-format
 msgid "INSTEAD OF triggers cannot have column lists"
 msgstr "i trigger INSTEAD OF non possono avere liste di colonne"
 
-#: commands/trigger.c:348
+#: commands/trigger.c:350
 #, c-format
 msgid "ROW variable naming in the REFERENCING clause is not supported"
 msgstr "non è possibile nominare la variabile ROW nella clausola REFERENCING"
 
-#: commands/trigger.c:349
+#: commands/trigger.c:351
 #, c-format
 msgid "Use OLD TABLE or NEW TABLE for naming transition tables."
 msgstr "Usa OLD TABLE o NEW TABLE per nominare le tabelle di transizione."
 
-#: commands/trigger.c:362
-#, c-format
-msgid "Triggers on partitioned tables cannot have transition tables."
-msgstr "I trigger sulle tabelle partizionate non possono avere tabelle di transizione."
-
-#: commands/trigger.c:369
+#: commands/trigger.c:364
 #, c-format
 msgid "Triggers on foreign tables cannot have transition tables."
 msgstr "I trigger sulle tabelle esterne non possono avere tabelle di transizione."
 
-#: commands/trigger.c:376
+#: commands/trigger.c:371
 #, c-format
 msgid "Triggers on views cannot have transition tables."
 msgstr "I trigger sulle viste non possono avere tabelle di transizione."
 
-#: commands/trigger.c:381
+#: commands/trigger.c:391
+#, c-format
+msgid "ROW triggers with transition tables are not supported on inheritance children"
+msgstr "i trigger ROW con tabelle di transizioni non sono supportati nei figli eredirari"
+
+#: commands/trigger.c:397
 #, c-format
 msgid "transition table name can only be specified for an AFTER trigger"
 msgstr "il nome di una tabella di transizione può essere specificato solo per i trigger AFTER"
 
-#: commands/trigger.c:386
+#: commands/trigger.c:402
 #, c-format
 msgid "TRUNCATE triggers with transition tables are not supported"
 msgstr "trigger TRUNCATE con tabelle di transizione non sono supportati"
 
-#: commands/trigger.c:394
+#: commands/trigger.c:419
+#, c-format
+msgid "Transition tables cannot be specified for triggers with more than one event"
+msgstr "Le tabelle di transizione non possono essere specificate per trigger on più di un evento"
+
+#: commands/trigger.c:427
 #, c-format
 msgid "NEW TABLE can only be specified for an INSERT or UPDATE trigger"
 msgstr "NEW TABLE può essere specificato solo per i trigger INSERT o UPDATE"
 
-#: commands/trigger.c:399
+#: commands/trigger.c:432
 #, c-format
 msgid "NEW TABLE cannot be specified multiple times"
 msgstr "NEW TABLE non può essere specificato più volte"
 
-#: commands/trigger.c:409
+#: commands/trigger.c:442
 #, c-format
 msgid "OLD TABLE can only be specified for a DELETE or UPDATE trigger"
 msgstr "OLD TABLE può essere specificato solo per i trigger DELETE o UPDATE"
 
-#: commands/trigger.c:414
+#: commands/trigger.c:447
 #, c-format
 msgid "OLD TABLE cannot be specified multiple times"
 msgstr "OLD TABLE non può essere specificato più volte"
 
-#: commands/trigger.c:424
+#: commands/trigger.c:457
 #, c-format
 msgid "OLD TABLE name and NEW TABLE name cannot be the same"
 msgstr "OLD TABLE e NEW TABLE non possono avere lo stesso nome"
 
-#: commands/trigger.c:481 commands/trigger.c:494
+#: commands/trigger.c:514 commands/trigger.c:527
 #, c-format
 msgid "statement trigger's WHEN condition cannot reference column values"
 msgstr "la condizione WHEN del trigger di istruzione non può riferirsi a valori di colonna"
 
-#: commands/trigger.c:486
+#: commands/trigger.c:519
 #, c-format
 msgid "INSERT trigger's WHEN condition cannot reference OLD values"
 msgstr "la condizione WHEN dei trigger INSERT non può usare OLD"
 
-#: commands/trigger.c:499
+#: commands/trigger.c:532
 #, c-format
 msgid "DELETE trigger's WHEN condition cannot reference NEW values"
 msgstr "la condizione WHEN del trigger DELETE non può usare NEW"
 
-#: commands/trigger.c:504
+#: commands/trigger.c:537
 #, c-format
 msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns"
 msgstr "la condizione WHEN del trigger BEFORE non può usare le colonne di sistema NEW"
 
-#: commands/trigger.c:669 commands/trigger.c:1440
+#: commands/trigger.c:702 commands/trigger.c:1473
 #, c-format
 msgid "trigger \"%s\" for relation \"%s\" already exists"
 msgstr "il trigger \"%s\" per la relazione \"%s\" esiste già"
 
-#: commands/trigger.c:965
+#: commands/trigger.c:998
 msgid "Found referenced table's UPDATE trigger."
 msgstr "Trovato trigger UPDATE della tabella referenziata."
 
-#: commands/trigger.c:966
+#: commands/trigger.c:999
 msgid "Found referenced table's DELETE trigger."
 msgstr "Trovato trigger DELETE della tabella referenziata."
 
-#: commands/trigger.c:967
+#: commands/trigger.c:1000
 msgid "Found referencing table's trigger."
 msgstr "Trovato trigger della tabella referenziante."
 
-#: commands/trigger.c:1076 commands/trigger.c:1092
+#: commands/trigger.c:1109 commands/trigger.c:1125
 #, c-format
 msgid "ignoring incomplete trigger group for constraint \"%s\" %s"
 msgstr "ignorato gruppo di trigger incompleto per il vincolo \"%s\" %s"
 
-#: commands/trigger.c:1105
+#: commands/trigger.c:1138
 #, c-format
 msgid "converting trigger group into constraint \"%s\" %s"
 msgstr "conversione del gruppo di trigger nel vincolo \"%s\" %s"
 
-#: commands/trigger.c:1326 commands/trigger.c:1485 commands/trigger.c:1600
+#: commands/trigger.c:1359 commands/trigger.c:1518 commands/trigger.c:1633
 #, c-format
 msgid "trigger \"%s\" for table \"%s\" does not exist"
 msgstr "il trigger \"%s\" per la tabella \"%s\" non esiste"
 
-#: commands/trigger.c:1568
+#: commands/trigger.c:1601
 #, c-format
 msgid "permission denied: \"%s\" is a system trigger"
 msgstr "permesso negato: \"%s\" è un trigger di sistema"
 
-#: commands/trigger.c:2123
+#: commands/trigger.c:2270
 #, c-format
 msgid "trigger function %u returned null value"
 msgstr "la funzione trigger %u ha restituito un valore null"
 
-#: commands/trigger.c:2184 commands/trigger.c:2390 commands/trigger.c:2601
-#: commands/trigger.c:2880
+#: commands/trigger.c:2331 commands/trigger.c:2541 commands/trigger.c:2755
+#: commands/trigger.c:3040
 #, c-format
 msgid "BEFORE STATEMENT trigger cannot return a value"
 msgstr "il trigger BEFORE STATEMENT non può restituire un valore"
 
-#: commands/trigger.c:2942 executor/nodeModifyTable.c:746
-#: executor/nodeModifyTable.c:1041
+#: commands/trigger.c:3102 executor/nodeModifyTable.c:795
+#: executor/nodeModifyTable.c:1092
 #, c-format
 msgid "tuple to be updated was already modified by an operation triggered by the current command"
 msgstr "la tupla da aggiornare era stata già modificata da un'operazione fatta eseguire da un comando corrente"
 
-#: commands/trigger.c:2943 executor/nodeModifyTable.c:747
-#: executor/nodeModifyTable.c:1042
+#: commands/trigger.c:3103 executor/nodeModifyTable.c:796
+#: executor/nodeModifyTable.c:1093
 #, c-format
 msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows."
 msgstr "Considera l'utilizzo di un trigger AFTER invece di un trigger BEFORE per propagare i cambiamenti ad altre righe."
 
-#: commands/trigger.c:2957 executor/execMain.c:2653 executor/nodeLockRows.c:216
-#: executor/nodeModifyTable.c:214 executor/nodeModifyTable.c:759
-#: executor/nodeModifyTable.c:1054 executor/nodeModifyTable.c:1220
+#: commands/trigger.c:3117 executor/execMain.c:2687
+#: executor/nodeLockRows.c:220 executor/nodeModifyTable.c:214
+#: executor/nodeModifyTable.c:808 executor/nodeModifyTable.c:1105
+#: executor/nodeModifyTable.c:1272
 #, c-format
 msgid "could not serialize access due to concurrent update"
 msgstr "serializzazione dell'accesso fallita a causa di modifiche concorrenti"
 
-#: commands/trigger.c:4852
+#: commands/trigger.c:4983
 #, c-format
 msgid "constraint \"%s\" is not deferrable"
 msgstr "il vincolo \"%s\" non è deferibile"
 
-#: commands/trigger.c:4875
+#: commands/trigger.c:5006
 #, c-format
 msgid "constraint \"%s\" does not exist"
 msgstr "il vincolo \"%s\" non esiste"
@@ -10116,216 +9993,222 @@ msgstr "il vincolo \"%s\" del dominio \"%s\" non è un vincolo di controllo"
 msgid "column \"%s\" of table \"%s\" contains values that violate the new constraint"
 msgstr "la colonna \"%s\" della tabella \"%s\" contiene valori che violano il nuovo vincolo"
 
-#: commands/typecmds.c:2960 commands/typecmds.c:3247 commands/typecmds.c:3434
+#: commands/typecmds.c:2975 commands/typecmds.c:3180 commands/typecmds.c:3262
+#: commands/typecmds.c:3449
 #, c-format
 msgid "%s is not a domain"
 msgstr "%s non è un dominio"
 
-#: commands/typecmds.c:2994
+#: commands/typecmds.c:3009
 #, c-format
 msgid "constraint \"%s\" for domain \"%s\" already exists"
 msgstr "il vincolo \"%s\" del dominio \"%s\" esiste già"
 
-#: commands/typecmds.c:3045
+#: commands/typecmds.c:3060
 #, c-format
 msgid "cannot use table references in domain check constraint"
 msgstr "non è possibile usare riferimenti a tabelle nel vincolo di controllo del dominio"
 
-#: commands/typecmds.c:3177 commands/typecmds.c:3259 commands/typecmds.c:3551
+#: commands/typecmds.c:3192 commands/typecmds.c:3274 commands/typecmds.c:3566
 #, c-format
 msgid "%s is a table's row type"
 msgstr "%s è il tipo della riga di una tabella"
 
-#: commands/typecmds.c:3179 commands/typecmds.c:3261 commands/typecmds.c:3553
+#: commands/typecmds.c:3194 commands/typecmds.c:3276 commands/typecmds.c:3568
 #, c-format
 msgid "Use ALTER TABLE instead."
 msgstr "Usa ALTER TABLE invece."
 
-#: commands/typecmds.c:3186 commands/typecmds.c:3268 commands/typecmds.c:3466
+#: commands/typecmds.c:3201 commands/typecmds.c:3283 commands/typecmds.c:3481
 #, c-format
 msgid "cannot alter array type %s"
 msgstr "non è possibile modificare il tipo di array %s"
 
-#: commands/typecmds.c:3188 commands/typecmds.c:3270 commands/typecmds.c:3468
+#: commands/typecmds.c:3203 commands/typecmds.c:3285 commands/typecmds.c:3483
 #, c-format
 msgid "You can alter type %s, which will alter the array type as well."
 msgstr "puoi modificare il tipo %s, il che modificherà il tipo dell'array come conseguenza."
 
-#: commands/typecmds.c:3536
+#: commands/typecmds.c:3551
 #, c-format
 msgid "type \"%s\" already exists in schema \"%s\""
 msgstr "il tipo \"%s\" esiste già nello schema \"%s\""
 
-#: commands/user.c:142
+#: commands/user.c:141
 #, c-format
 msgid "SYSID can no longer be specified"
 msgstr "SYSID non può più essere specificato"
 
-#: commands/user.c:296
+#: commands/user.c:295
 #, c-format
 msgid "must be superuser to create superusers"
 msgstr "solo i superutenti possono creare superutenti"
 
-#: commands/user.c:303
+#: commands/user.c:302
 #, c-format
 msgid "must be superuser to create replication users"
 msgstr "solo i superutenti possono creare utenti di replica"
 
-#: commands/user.c:310 commands/user.c:685
+#: commands/user.c:309 commands/user.c:707
 #, c-format
 msgid "must be superuser to change bypassrls attribute"
 msgstr "solo i superutenti possono cambiare l'attributo bypassrls"
 
-#: commands/user.c:317
+#: commands/user.c:316
 #, c-format
 msgid "permission denied to create role"
 msgstr "permesso di creare il ruolo negato"
 
-#: commands/user.c:327 commands/user.c:1161 commands/user.c:1168
-#: utils/adt/acl.c:5246 utils/adt/acl.c:5252 gram.y:14485 gram.y:14520
+#: commands/user.c:326 commands/user.c:1195 commands/user.c:1202
+#: utils/adt/acl.c:5246 utils/adt/acl.c:5252 gram.y:14465 gram.y:14500
 #, c-format
 msgid "role name \"%s\" is reserved"
 msgstr "il nome di ruolo \"%s\" è riservato"
 
-#: commands/user.c:329 commands/user.c:1163 commands/user.c:1170
+#: commands/user.c:328 commands/user.c:1197 commands/user.c:1204
 #, c-format
 msgid "Role names starting with \"pg_\" are reserved."
 msgstr "I nomi di ruoli che iniziano con \"pg_\" sono riservati."
 
-#: commands/user.c:341 commands/user.c:1176
+#: commands/user.c:340 commands/user.c:1210
 #, c-format
 msgid "role \"%s\" already exists"
 msgstr "il ruolo \"%s\" esiste già"
 
-#: commands/user.c:415
+#: commands/user.c:406 commands/user.c:816
+#, c-format
+msgid "empty string is not a valid password, clearing password"
+msgstr "la stringa vuota non è una password valida, password rimossa"
+
+#: commands/user.c:437
 #, c-format
 msgid "pg_authid OID value not set when in binary upgrade mode"
 msgstr "valore di OID di pg_authid non impostato in modalità di aggiornamento binaria"
 
-#: commands/user.c:671 commands/user.c:881 commands/user.c:1415
-#: commands/user.c:1559
+#: commands/user.c:693 commands/user.c:915 commands/user.c:1449
+#: commands/user.c:1593
 #, c-format
 msgid "must be superuser to alter superusers"
 msgstr "solo i superutenti possono modificare superutenti"
 
-#: commands/user.c:678
+#: commands/user.c:700
 #, c-format
 msgid "must be superuser to alter replication users"
 msgstr "solo i superutenti possono modificare utenti di replica"
 
-#: commands/user.c:701 commands/user.c:889
+#: commands/user.c:723 commands/user.c:923
 #, c-format
 msgid "permission denied"
 msgstr "permesso negato"
 
-#: commands/user.c:919
+#: commands/user.c:953
 #, c-format
 msgid "must be superuser to alter settings globally"
 msgstr "solo i superutenti possono alterare impostazioni globalmente"
 
-#: commands/user.c:941
+#: commands/user.c:975
 #, c-format
 msgid "permission denied to drop role"
 msgstr "permesso di eliminare il ruolo negato"
 
-#: commands/user.c:965
+#: commands/user.c:999
 #, c-format
 msgid "cannot use special role specifier in DROP ROLE"
 msgstr "non è possibile usare lo specificatore di ruolo speciale in DROP ROLE"
 
-#: commands/user.c:975 commands/user.c:1132 commands/variable.c:822
+#: commands/user.c:1009 commands/user.c:1166 commands/variable.c:822
 #: commands/variable.c:894 utils/adt/acl.c:5104 utils/adt/acl.c:5151
-#: utils/adt/acl.c:5179 utils/adt/acl.c:5197 utils/init/miscinit.c:503
+#: utils/adt/acl.c:5179 utils/adt/acl.c:5197 utils/init/miscinit.c:504
 #, c-format
 msgid "role \"%s\" does not exist"
 msgstr "il ruolo \"%s\" non esiste"
 
-#: commands/user.c:980
+#: commands/user.c:1014
 #, c-format
 msgid "role \"%s\" does not exist, skipping"
 msgstr "il ruolo \"%s\" non esiste, saltato"
 
-#: commands/user.c:992 commands/user.c:996
+#: commands/user.c:1026 commands/user.c:1030
 #, c-format
 msgid "current user cannot be dropped"
 msgstr "l'utente corrente non può essere eliminato"
 
-#: commands/user.c:1000
+#: commands/user.c:1034
 #, c-format
 msgid "session user cannot be dropped"
 msgstr "l'utente della sessione non può essere eliminato"
 
-#: commands/user.c:1011
+#: commands/user.c:1045
 #, c-format
 msgid "must be superuser to drop superusers"
 msgstr "solo i superutenti possono eliminare superutenti"
 
-#: commands/user.c:1027
+#: commands/user.c:1061
 #, c-format
 msgid "role \"%s\" cannot be dropped because some objects depend on it"
 msgstr "il ruolo \"%s\" non può essere eliminato perché alcuni oggetti ne dipendono"
 
-#: commands/user.c:1148
+#: commands/user.c:1182
 #, c-format
 msgid "session user cannot be renamed"
 msgstr "l'utente della sessione non può essere rinominato"
 
-#: commands/user.c:1152
+#: commands/user.c:1186
 #, c-format
 msgid "current user cannot be renamed"
 msgstr "l'utente corrente non può essere eliminato"
 
-#: commands/user.c:1186
+#: commands/user.c:1220
 #, c-format
 msgid "must be superuser to rename superusers"
 msgstr "solo i superutenti possono rinominare superutenti"
 
-#: commands/user.c:1193
+#: commands/user.c:1227
 #, c-format
 msgid "permission denied to rename role"
 msgstr "permesso di rinominare il ruolo negato"
 
-#: commands/user.c:1214
+#: commands/user.c:1248
 #, c-format
 msgid "MD5 password cleared because of role rename"
 msgstr "L'MD5 della password è stato cancellato perché il ruolo è stato rinominato"
 
-#: commands/user.c:1274
+#: commands/user.c:1308
 #, c-format
 msgid "column names cannot be included in GRANT/REVOKE ROLE"
 msgstr "la colonna dei nomi non può essere inclusa in GRANT/REVOKE ROLE"
 
-#: commands/user.c:1312
+#: commands/user.c:1346
 #, c-format
 msgid "permission denied to drop objects"
 msgstr "permesso di eliminare gli oggetti negato"
 
-#: commands/user.c:1339 commands/user.c:1348
+#: commands/user.c:1373 commands/user.c:1382
 #, c-format
 msgid "permission denied to reassign objects"
 msgstr "permesso di riassegnare gli oggetti negato"
 
-#: commands/user.c:1423 commands/user.c:1567
+#: commands/user.c:1457 commands/user.c:1601
 #, c-format
 msgid "must have admin option on role \"%s\""
 msgstr "occorre avere l'opzione admin sul ruolo \"%s\""
 
-#: commands/user.c:1440
+#: commands/user.c:1474
 #, c-format
 msgid "must be superuser to set grantor"
 msgstr "solo i superutenti possono impostare chi ha concesso il privilegio"
 
-#: commands/user.c:1465
+#: commands/user.c:1499
 #, c-format
 msgid "role \"%s\" is a member of role \"%s\""
 msgstr "il ruolo \"%s\" è membro del ruolo \"%s\""
 
-#: commands/user.c:1480
+#: commands/user.c:1514
 #, c-format
 msgid "role \"%s\" is already a member of role \"%s\""
 msgstr "il ruolo \"%s\" è già membro del ruolo \"%s\""
 
-#: commands/user.c:1589
+#: commands/user.c:1623
 #, c-format
 msgid "role \"%s\" is not a member of role \"%s\""
 msgstr "il ruolo \"%s\" non è membro del ruolo \"%s\""
@@ -10395,98 +10278,103 @@ msgstr "\"%s\" saltato --- solo il proprietario del database o della tabella pos
 msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables"
 msgstr "\"%s\" saltato --- non è possibile ripulire non-tabelle o tabelle speciali di sistema"
 
-#: commands/vacuumlazy.c:377
+#: commands/vacuumlazy.c:376
 #, c-format
 msgid "automatic vacuum of table \"%s.%s.%s\": index scans: %d\n"
 msgstr "vacuum automatico della tabella \"%s.%s.%s\": scan di indici: %d\n"
 
-#: commands/vacuumlazy.c:382
+#: commands/vacuumlazy.c:381
 #, c-format
 msgid "pages: %u removed, %u remain, %u skipped due to pins, %u skipped frozen\n"
 msgstr "pagine: %u rimosse, %u restanti, %u saltate perché bloccate, %u congelate saltate\n"
 
-#: commands/vacuumlazy.c:388
+#: commands/vacuumlazy.c:387
 #, c-format
 msgid "tuples: %.0f removed, %.0f remain, %.0f are dead but not yet removable, oldest xmin: %u\n"
 msgstr "tuple: %.0f rimosse, %.0f restanti, %.0f sono morte ma non possono essere ancora rimosse, xmin più vecchio: %u\n"
 
-#: commands/vacuumlazy.c:394
+#: commands/vacuumlazy.c:393
 #, c-format
 msgid "buffer usage: %d hits, %d misses, %d dirtied\n"
 msgstr "uso dei buffer: %d colpiti, %d mancati, %d sporcati\n"
 
-#: commands/vacuumlazy.c:398
+#: commands/vacuumlazy.c:397
 #, c-format
 msgid "avg read rate: %.3f MB/s, avg write rate: %.3f MB/s\n"
 msgstr "velocità di lettura media: %.3f MB/s, velocità di scrittura media: %.3f MB/s\n"
 
-#: commands/vacuumlazy.c:400
+#: commands/vacuumlazy.c:399
 #, c-format
 msgid "system usage: %s"
 msgstr "utilizzo di sistema: %s"
 
-#: commands/vacuumlazy.c:860
+#: commands/vacuumlazy.c:858
 #, c-format
 msgid "relation \"%s\" page %u is uninitialized --- fixing"
 msgstr "la relazione \"%s\" pagina %u non è inizializzata --- in correzione"
 
-#: commands/vacuumlazy.c:1330
+#: commands/vacuumlazy.c:1328
 #, c-format
 msgid "\"%s\": removed %.0f row versions in %u pages"
 msgstr "\"%s\": %.0f versioni di riga rimosse in %u pagine"
 
-#: commands/vacuumlazy.c:1340
+#: commands/vacuumlazy.c:1338
 #, c-format
 msgid "%.0f dead row versions cannot be removed yet, oldest xmin: %u\n"
 msgstr "%.0f versioni di righe morte non possono essere ancora rimosse, xmin più vecchio: %u\n"
 
-#: commands/vacuumlazy.c:1342
+#: commands/vacuumlazy.c:1340
 #, c-format
 msgid "There were %.0f unused item pointers.\n"
 msgstr "C'erano %.0f puntatori ad elementi non usati.\n"
 
-#: commands/vacuumlazy.c:1344
+#: commands/vacuumlazy.c:1342
 #, c-format
 msgid "Skipped %u page due to buffer pins, "
 msgid_plural "Skipped %u pages due to buffer pins, "
 msgstr[0] "%u pagine saltate a causa di buffer pin, "
 msgstr[1] "%u pagine saltate a causa di buffer pin, "
 
-#: commands/vacuumlazy.c:1348
+#: commands/vacuumlazy.c:1346
 #, c-format
 msgid "%u frozen page.\n"
 msgid_plural "%u frozen pages.\n"
 msgstr[0] "%u pagine congelate.\n"
 msgstr[1] "%u pagine congelate.\n"
 
-#: commands/vacuumlazy.c:1352
+#: commands/vacuumlazy.c:1350
 #, c-format
 msgid "%u page is entirely empty.\n"
 msgid_plural "%u pages are entirely empty.\n"
 msgstr[0] "%u pagina è completamente vuota.\n"
 msgstr[1] "%u pagina sono completamente vuote.\n"
 
-#: commands/vacuumlazy.c:1360
+#: commands/vacuumlazy.c:1354
+#, c-format
+msgid "%s."
+msgstr "%s."
+
+#: commands/vacuumlazy.c:1357
 #, c-format
 msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u pages"
 msgstr "\"%s\": trovate %.0f versioni di riga removibili, %.0f non removibili in %u pagine su %u"
 
-#: commands/vacuumlazy.c:1429
+#: commands/vacuumlazy.c:1426
 #, c-format
 msgid "\"%s\": removed %d row versions in %d pages"
 msgstr "\"%s\": %d versioni di riga rimosse in %d pagine"
 
-#: commands/vacuumlazy.c:1618
+#: commands/vacuumlazy.c:1614
 #, c-format
 msgid "scanned index \"%s\" to remove %d row versions"
 msgstr "effettuata la scansione dell'indice \"%s\" per rimuovere %d versioni di riga"
 
-#: commands/vacuumlazy.c:1664
+#: commands/vacuumlazy.c:1660
 #, c-format
 msgid "index \"%s\" now contains %.0f row versions in %u pages"
 msgstr "l'indice \"%s\" ora contiene %.0f versioni di riga in %u pagine"
 
-#: commands/vacuumlazy.c:1668
+#: commands/vacuumlazy.c:1664
 #, c-format
 msgid ""
 "%.0f index row versions were removed.\n"
@@ -10497,22 +10385,22 @@ msgstr ""
 "%u pagine dell'indice sono state cancellate, %u sono attualmente riusabili.\n"
 "%s."
 
-#: commands/vacuumlazy.c:1763
+#: commands/vacuumlazy.c:1759
 #, c-format
 msgid "\"%s\": stopping truncate due to conflicting lock request"
 msgstr "\"%s\": truncate interrotto a causa di una richiesta di lock in conflitto"
 
-#: commands/vacuumlazy.c:1828
+#: commands/vacuumlazy.c:1824
 #, c-format
 msgid "\"%s\": truncated %u to %u pages"
 msgstr "\"%s\": %u pagine ridotte a %u"
 
-#: commands/vacuumlazy.c:1893
+#: commands/vacuumlazy.c:1889
 #, c-format
 msgid "\"%s\": suspending truncate due to conflicting lock request"
 msgstr "\"%s\": annullamento del troncamento a causa di richieste di lock in conflitto"
 
-#: commands/variable.c:165 utils/misc/guc.c:10019 utils/misc/guc.c:10081
+#: commands/variable.c:165 utils/misc/guc.c:10030 utils/misc/guc.c:10092
 #, c-format
 msgid "Unrecognized key word: \"%s\"."
 msgstr "Parola chiave non riconosciuta: \"%s\"."
@@ -10572,7 +10460,7 @@ msgstr "SET TRANSACTION ISOLATION LEVEL dev'essere invocato prima di qualsiasi q
 msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction"
 msgstr "SET TRANSACTION ISOLATION LEVEL non può essere invocato in una sotto-transazione"
 
-#: commands/variable.c:571 storage/lmgr/predicate.c:1633
+#: commands/variable.c:571 storage/lmgr/predicate.c:1649
 #, c-format
 msgid "cannot use serializable mode in a hot standby"
 msgstr "non è possibile usare la modalità SERIALIZABLE in un hot standby"
@@ -10604,8 +10492,8 @@ msgstr "Non è possibile cambiare \"client_encoding\" ora."
 
 #: commands/variable.c:776
 #, c-format
-msgid "cannot change client_encoding in a parallel worker"
-msgstr "non è possibile cambiare client_encoding in un worker parallelo"
+msgid "cannot change client_encoding during a parallel operation"
+msgstr "non è possibile cambiare client_encoding durante un'operazione parallela"
 
 #: commands/variable.c:912
 #, c-format
@@ -10702,124 +10590,124 @@ msgstr "il cursore \"%s\" non è posizionato su una riga"
 msgid "cursor \"%s\" is not a simply updatable scan of table \"%s\""
 msgstr "il cursore \"%s\" non è una scansione semplice aggiornabile della tabella \"%s\""
 
-#: executor/execCurrent.c:231 executor/execExprInterp.c:1899
+#: executor/execCurrent.c:231 executor/execExprInterp.c:1889
 #, c-format
 msgid "type of parameter %d (%s) does not match that when preparing the plan (%s)"
 msgstr "il tipo del parametro %d (%s) non combacia con quello usato alla preparazione del piano (%s)"
 
-#: executor/execCurrent.c:243 executor/execExprInterp.c:1911
+#: executor/execCurrent.c:243 executor/execExprInterp.c:1901
 #, c-format
 msgid "no value found for parameter %d"
 msgstr "nessun valore trovato per il parametro %d"
 
-#: executor/execExpr.c:780 parser/parse_agg.c:764
+#: executor/execExpr.c:780 parser/parse_agg.c:779
 #, c-format
 msgid "window function calls cannot be nested"
 msgstr "le chiamate a funzioni finestra non possono essere annidate"
 
-#: executor/execExpr.c:1224
+#: executor/execExpr.c:1236
 #, c-format
 msgid "target type is not an array"
 msgstr "il tipo di destinazione non è un array"
 
-#: executor/execExpr.c:1547
+#: executor/execExpr.c:1559
 #, c-format
 msgid "ROW() column has type %s instead of type %s"
 msgstr "la colonna ROW() è di tipo %s invece di %s"
 
-#: executor/execExpr.c:2079 executor/execSRF.c:670 parser/parse_func.c:116
-#: parser/parse_func.c:543 parser/parse_func.c:902
+#: executor/execExpr.c:2094 executor/execSRF.c:670 parser/parse_func.c:120
+#: parser/parse_func.c:547 parser/parse_func.c:921
 #, c-format
 msgid "cannot pass more than %d argument to a function"
 msgid_plural "cannot pass more than %d arguments to a function"
 msgstr[0] "non è possibile passare più di %d argomento ad una funzione"
 msgstr[1] "non è possibile passare più di %d argomenti ad una funzione"
 
-#: executor/execExpr.c:2356 executor/execExpr.c:2362
-#: executor/execExprInterp.c:2210 utils/adt/arrayfuncs.c:260
+#: executor/execExpr.c:2371 executor/execExpr.c:2377
+#: executor/execExprInterp.c:2226 utils/adt/arrayfuncs.c:260
 #: utils/adt/arrayfuncs.c:558 utils/adt/arrayfuncs.c:1288
-#: utils/adt/arrayfuncs.c:3361 utils/adt/arrayfuncs.c:5241
-#: utils/adt/arrayfuncs.c:5758
+#: utils/adt/arrayfuncs.c:3361 utils/adt/arrayfuncs.c:5239
+#: utils/adt/arrayfuncs.c:5756
 #, c-format
 msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
 msgstr "il numero di dimensioni dell'array (%d) eccede il massimo consentito (%d)"
 
-#: executor/execExprInterp.c:1571
+#: executor/execExprInterp.c:1561
 #, c-format
 msgid "attribute %d of type %s has been dropped"
 msgstr "l'attributo %d del tipo %s è stato rimosso"
 
-#: executor/execExprInterp.c:1577
+#: executor/execExprInterp.c:1567
 #, c-format
 msgid "attribute %d of type %s has wrong type"
 msgstr "l'attributo %d del tipo %s ha il tipo sbagliato"
 
-#: executor/execExprInterp.c:1579 executor/execExprInterp.c:2496
+#: executor/execExprInterp.c:1569 executor/execExprInterp.c:2512
 #, c-format
 msgid "Table has type %s, but query expects %s."
 msgstr "La tabella ha il tipo %s, ma la query prevede %s."
 
-#: executor/execExprInterp.c:1989
+#: executor/execExprInterp.c:1979
 #, c-format
 msgid "WHERE CURRENT OF is not supported for this table type"
 msgstr "WHERE CURRENT OF non è supportato per questo tipo di tabella"
 
-#: executor/execExprInterp.c:2188
+#: executor/execExprInterp.c:2204
 #, c-format
 msgid "cannot merge incompatible arrays"
 msgstr "non è possibile unire array non compatibili"
 
-#: executor/execExprInterp.c:2189
+#: executor/execExprInterp.c:2205
 #, c-format
 msgid "Array with element type %s cannot be included in ARRAY construct with element type %s."
 msgstr "Un array con tipo di elementi %s non può essere incluso nel costrutto ARRAY con elementi di tipo %s."
 
-#: executor/execExprInterp.c:2230 executor/execExprInterp.c:2260
+#: executor/execExprInterp.c:2246 executor/execExprInterp.c:2276
 #, c-format
 msgid "multidimensional arrays must have array expressions with matching dimensions"
 msgstr "gli array multidimensionali devono avere espressioni array di dimensioni corrispondenti"
 
-#: executor/execExprInterp.c:2495
+#: executor/execExprInterp.c:2511
 #, c-format
 msgid "attribute %d has wrong type"
 msgstr "l'attributo %d è di tipo errato"
 
-#: executor/execExprInterp.c:2604
+#: executor/execExprInterp.c:2620
 #, c-format
 msgid "array subscript in assignment must not be null"
 msgstr "l'indice di un array nell'assegnamento non può essere nullo"
 
-#: executor/execExprInterp.c:3037 utils/adt/domains.c:148
+#: executor/execExprInterp.c:3053 utils/adt/domains.c:148
 #, c-format
 msgid "domain %s does not allow null values"
 msgstr "il DOMAIN %s non consente valori nulli"
 
-#: executor/execExprInterp.c:3052 utils/adt/domains.c:183
+#: executor/execExprInterp.c:3068 utils/adt/domains.c:183
 #, c-format
 msgid "value for domain %s violates check constraint \"%s\""
 msgstr "il valore per il DOMAIN %s viola il vincolo di controllo \"%s\""
 
-#: executor/execExprInterp.c:3419 executor/execExprInterp.c:3436
-#: executor/execExprInterp.c:3538 executor/nodeModifyTable.c:96
+#: executor/execExprInterp.c:3435 executor/execExprInterp.c:3452
+#: executor/execExprInterp.c:3554 executor/nodeModifyTable.c:96
 #: executor/nodeModifyTable.c:106 executor/nodeModifyTable.c:123
 #: executor/nodeModifyTable.c:131
 #, c-format
 msgid "table row type and query-specified row type do not match"
 msgstr "il tipo della riga della tabella e il tipo di riga specificato dalla query non corrispondono"
 
-#: executor/execExprInterp.c:3420
+#: executor/execExprInterp.c:3436
 #, c-format
 msgid "Table row contains %d attribute, but query expects %d."
 msgid_plural "Table row contains %d attributes, but query expects %d."
 msgstr[0] "La riga della tabella contiene %d attributo, ma la query ne prevede %d."
 msgstr[1] "La riga della tabella contiene %d attributi, ma la query ne prevede %d."
 
-#: executor/execExprInterp.c:3437 executor/nodeModifyTable.c:107
+#: executor/execExprInterp.c:3453 executor/nodeModifyTable.c:107
 #, c-format
 msgid "Table has type %s at ordinal position %d, but query expects %s."
 msgstr "La tabella ha il tipo %s in posizione %d, ma la query prevede %s."
 
-#: executor/execExprInterp.c:3539 executor/execSRF.c:925
+#: executor/execExprInterp.c:3555 executor/execSRF.c:925
 #, c-format
 msgid "Physical storage mismatch on dropped attribute at ordinal position %d."
 msgstr "Il tipo di immagazzinamento fisico non corrisponde per l'attributo eliminato in posizione %d."
@@ -10859,199 +10747,207 @@ msgstr "La chiave %s è in conflitto con la chiave esistente %s."
 msgid "Key conflicts with existing key."
 msgstr "Conflitti di chiave con chiave esistente."
 
-#: executor/execMain.c:1111
+#: executor/execMain.c:1114
 #, c-format
 msgid "cannot change sequence \"%s\""
 msgstr "non è possibile modificare la sequenza \"%s\""
 
-#: executor/execMain.c:1117
+#: executor/execMain.c:1120
 #, c-format
 msgid "cannot change TOAST relation \"%s\""
 msgstr "non è possibile modificare la relazione TOAST \"%s\""
 
-#: executor/execMain.c:1135 rewrite/rewriteHandler.c:2704
+#: executor/execMain.c:1138 rewrite/rewriteHandler.c:2738
 #, c-format
 msgid "cannot insert into view \"%s\""
 msgstr "non è possibile inserire nella vista \"%s\""
 
-#: executor/execMain.c:1137 rewrite/rewriteHandler.c:2707
+#: executor/execMain.c:1140 rewrite/rewriteHandler.c:2741
 #, c-format
 msgid "To enable inserting into the view, provide an INSTEAD OF INSERT trigger or an unconditional ON INSERT DO INSTEAD rule."
 msgstr "Per consentire inserimenti nella vista occorre fornire un trigger INSTEAD OF INSERT oppure una regola ON INSERT DO INSTEAD senza condizioni."
 
-#: executor/execMain.c:1143 rewrite/rewriteHandler.c:2712
+#: executor/execMain.c:1146 rewrite/rewriteHandler.c:2746
 #, c-format
 msgid "cannot update view \"%s\""
 msgstr "non è possibile modificare la vista \"%s\""
 
-#: executor/execMain.c:1145 rewrite/rewriteHandler.c:2715
+#: executor/execMain.c:1148 rewrite/rewriteHandler.c:2749
 #, c-format
 msgid "To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule."
 msgstr "Per consentire modifiche alla vista occorre fornire un trigger INSTEAD OF UPDATE oppure una regola ON UPDATE DO INSTEAD senza condizioni."
 
-#: executor/execMain.c:1151 rewrite/rewriteHandler.c:2720
+#: executor/execMain.c:1154 rewrite/rewriteHandler.c:2754
 #, c-format
 msgid "cannot delete from view \"%s\""
 msgstr "non è possibile cancellare dalla vista \"%s\""
 
-#: executor/execMain.c:1153 rewrite/rewriteHandler.c:2723
+#: executor/execMain.c:1156 rewrite/rewriteHandler.c:2757
 #, c-format
 msgid "To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule."
 msgstr "Per consentire eliminazioni dalla vista occorre fornire un trigger INSTEAD OF DELETE oppure una regola ON DELETE DO INSTEAD senza condizioni."
 
-#: executor/execMain.c:1164
+#: executor/execMain.c:1167
 #, c-format
 msgid "cannot change materialized view \"%s\""
 msgstr "non è possibile modificare la vista materializzata \"%s\""
 
-#: executor/execMain.c:1176
+#: executor/execMain.c:1179
 #, c-format
 msgid "cannot insert into foreign table \"%s\""
 msgstr "non è possibile inserire nella tabella esterna \"%s\""
 
-#: executor/execMain.c:1182
+#: executor/execMain.c:1185
 #, c-format
 msgid "foreign table \"%s\" does not allow inserts"
 msgstr "la tabella esterna \"%s\" non consente inserimenti"
 
-#: executor/execMain.c:1189
+#: executor/execMain.c:1192
 #, c-format
 msgid "cannot update foreign table \"%s\""
 msgstr "non è possibile modificare la tabella esterna \"%s\""
 
-#: executor/execMain.c:1195
+#: executor/execMain.c:1198
 #, c-format
 msgid "foreign table \"%s\" does not allow updates"
 msgstr "la tabella esterna \"%s\" non consente modifiche"
 
-#: executor/execMain.c:1202
+#: executor/execMain.c:1205
 #, c-format
 msgid "cannot delete from foreign table \"%s\""
 msgstr "non è possibile eliminare dalla tabella esterna \"%s\""
 
-#: executor/execMain.c:1208
+#: executor/execMain.c:1211
 #, c-format
 msgid "foreign table \"%s\" does not allow deletes"
 msgstr "la tabella esterna \"%s\" non consente cancellazioni"
 
-#: executor/execMain.c:1219
+#: executor/execMain.c:1222
 #, c-format
 msgid "cannot change relation \"%s\""
 msgstr "non è possibile modificare la relazione \"%s\""
 
-#: executor/execMain.c:1246
+#: executor/execMain.c:1249
 #, c-format
 msgid "cannot lock rows in sequence \"%s\""
 msgstr "non è possibile bloccare righe nella sequenza \"%s\""
 
-#: executor/execMain.c:1253
+#: executor/execMain.c:1256
 #, c-format
 msgid "cannot lock rows in TOAST relation \"%s\""
 msgstr "non è possibile bloccare righe nella relazione TOAST \"%s\""
 
-#: executor/execMain.c:1260
+#: executor/execMain.c:1263
 #, c-format
 msgid "cannot lock rows in view \"%s\""
 msgstr "non è possibile bloccare righe vista \"%s\""
 
-#: executor/execMain.c:1268
+#: executor/execMain.c:1271
 #, c-format
 msgid "cannot lock rows in materialized view \"%s\""
 msgstr "non è possibile bloccare righe nella vista materializzata \"%s\""
 
-#: executor/execMain.c:1277 executor/execMain.c:2887
-#: executor/nodeLockRows.c:132
+#: executor/execMain.c:1280 executor/execMain.c:2921
+#: executor/nodeLockRows.c:136
 #, c-format
 msgid "cannot lock rows in foreign table \"%s\""
 msgstr "non è possibile bloccare righe nella tabella esterna \"%s\""
 
-#: executor/execMain.c:1283
+#: executor/execMain.c:1286
 #, c-format
 msgid "cannot lock rows in relation \"%s\""
 msgstr "non è possibile bloccare righe nella relazione \"%s\""
 
-#: executor/execMain.c:1947
+#: executor/execMain.c:1917
 #, c-format
-msgid "null value in column \"%s\" violates not-null constraint"
-msgstr "valori null nella colonna \"%s\" violano il vincolo non-null"
+msgid "new row for relation \"%s\" violates partition constraint"
+msgstr "la nuova riga per la partizione \"%s\" viola il vincolo di partizione"
 
-#: executor/execMain.c:1949 executor/execMain.c:1995 executor/execMain.c:2037
-#: executor/execMain.c:2122
+#: executor/execMain.c:1919 executor/execMain.c:1998 executor/execMain.c:2045
+#: executor/execMain.c:2156
 #, c-format
 msgid "Failing row contains %s."
 msgstr "La riga in errore contiene %s."
 
-#: executor/execMain.c:1993
+#: executor/execMain.c:1996
 #, c-format
-msgid "new row for relation \"%s\" violates check constraint \"%s\""
-msgstr "la nuova riga per la relazione \"%s\" viola il vincolo di controllo \"%s\""
+msgid "null value in column \"%s\" violates not-null constraint"
+msgstr "valori null nella colonna \"%s\" violano il vincolo non-null"
 
-#: executor/execMain.c:2035
+#: executor/execMain.c:2043
 #, c-format
-msgid "new row for relation \"%s\" violates partition constraint"
-msgstr "la nuova riga per la partizione \"%s\" viola il vincolo di partizione"
+msgid "new row for relation \"%s\" violates check constraint \"%s\""
+msgstr "la nuova riga per la relazione \"%s\" viola il vincolo di controllo \"%s\""
 
-#: executor/execMain.c:2120
+#: executor/execMain.c:2154
 #, c-format
 msgid "new row violates check option for view \"%s\""
 msgstr "la nuova riga viola l'opzione di controllo della vista \"%s\""
 
-#: executor/execMain.c:2130
+#: executor/execMain.c:2164
 #, c-format
 msgid "new row violates row-level security policy \"%s\" for table \"%s\""
 msgstr "la nuova riga viola la regola di sicurezza per riga \"%s\" per la tabella \"%s\""
 
-#: executor/execMain.c:2135
+#: executor/execMain.c:2169
 #, c-format
 msgid "new row violates row-level security policy for table \"%s\""
 msgstr "la nuova riga viola la regola di sicurezza per riga per la tabella \"%s\""
 
-#: executor/execMain.c:2142
+#: executor/execMain.c:2176
 #, c-format
 msgid "new row violates row-level security policy \"%s\" (USING expression) for table \"%s\""
 msgstr "la nuova riga viola la regola di sicurezza per riga \"%s\" (espressione USING) per la tabella \"%s\""
 
-#: executor/execMain.c:2147
+#: executor/execMain.c:2181
 #, c-format
 msgid "new row violates row-level security policy (USING expression) for table \"%s\""
 msgstr "la nuova riga viola la regola di sicurezza per riga (espressione USING) per la tabella \"%s\""
 
-#: executor/execMain.c:3341
+#: executor/execMain.c:3390
 #, c-format
 msgid "no partition of relation \"%s\" found for row"
 msgstr "nessuna partizione della relazione \"%s\" trovata per la riga"
 
-#: executor/execMain.c:3343
+#: executor/execMain.c:3392
 #, c-format
 msgid "Partition key of the failing row contains %s."
 msgstr "La chiave di partizione della riga sbagliata contiene %s."
 
-#: executor/execReplication.c:195 executor/execReplication.c:342
+#: executor/execReplication.c:196 executor/execReplication.c:354
 #, c-format
 msgid "concurrent update, retrying"
 msgstr "modifica concorrente, sto riprovando"
 
-#: executor/execReplication.c:544
+#: executor/execReplication.c:256 parser/parse_oper.c:228
+#: utils/adt/array_userfuncs.c:724 utils/adt/array_userfuncs.c:863
+#: utils/adt/arrayfuncs.c:3639 utils/adt/arrayfuncs.c:4077
+#: utils/adt/arrayfuncs.c:6037 utils/adt/rowtypes.c:1167
+#, c-format
+msgid "could not identify an equality operator for type %s"
+msgstr "operatore di uguaglianza per il tipo %s non trovato"
+
+#: executor/execReplication.c:562
 #, c-format
 msgid "cannot update table \"%s\" because it does not have replica identity and publishes updates"
 msgstr "non è possibile modificare la tabella \"%s\" perché non ha una replica di identità ma pubblica le righe modificate"
 
-#: executor/execReplication.c:546
+#: executor/execReplication.c:564
 #, c-format
 msgid "To enable updating the table, set REPLICA IDENTITY using ALTER TABLE."
 msgstr "Per abilitare le modifiche della tabella imposta REPLICA IDENTITY tramite ALTER TABLE."
 
-#: executor/execReplication.c:550
+#: executor/execReplication.c:568
 #, c-format
 msgid "cannot delete from table \"%s\" because it does not have replica identity and publishes deletes"
 msgstr "non è possibile cancellare dalla tabella \"%s\" perché non ha una replica di identità ma pubblica le righe cancellate"
 
-#: executor/execReplication.c:552
+#: executor/execReplication.c:570
 #, c-format
 msgid "To enable deleting from the table, set REPLICA IDENTITY using ALTER TABLE."
 msgstr "Per abilitare le cancellazioni sulla tabella imposta REPLICA IDENTITY tramite ALTER TABLE."
 
-#: executor/execReplication.c:571
+#: executor/execReplication.c:589
 #, c-format
 msgid "logical replication target relation \"%s.%s\" is not a table"
 msgstr "la relazione di destinazione per la replica logica \"%s.%s\" non è una tabella"
@@ -11093,12 +10989,12 @@ msgstr[1] "La riga restituita contiene %d attributi, ma la query ne prevede %d."
 msgid "Returned type %s at ordinal position %d, but query expects %s."
 msgstr "Tipo %s restituito in posizione %d, ma la query prevede %s."
 
-#: executor/execUtils.c:639
+#: executor/execUtils.c:644
 #, c-format
 msgid "materialized view \"%s\" has not been populated"
 msgstr "la vista materializzata \"%s\" non è stata popolata"
 
-#: executor/execUtils.c:641
+#: executor/execUtils.c:646
 #, c-format
 msgid "Use the REFRESH MATERIALIZED VIEW command."
 msgstr "Usa il comando REFRESH MATERIALIZED VIEW."
@@ -11108,136 +11004,136 @@ msgstr "Usa il comando REFRESH MATERIALIZED VIEW."
 msgid "could not determine actual type of argument declared %s"
 msgstr "non è stato possibile determinare il tipo reale dell'argomento dichiarato %s"
 
-#: executor/functions.c:519
+#: executor/functions.c:520
 #, c-format
 msgid "cannot COPY to/from client in a SQL function"
 msgstr "non è possibile usare COPY da o verso il client in una funzione SQL"
 
 #. translator: %s is a SQL statement name
-#: executor/functions.c:525
+#: executor/functions.c:526
 #, c-format
 msgid "%s is not allowed in a SQL function"
 msgstr "%s non è consentito in una funzione SQL"
 
 #. translator: %s is a SQL statement name
-#: executor/functions.c:533 executor/spi.c:1282 executor/spi.c:2069
+#: executor/functions.c:534 executor/spi.c:1282 executor/spi.c:2069
 #, c-format
 msgid "%s is not allowed in a non-volatile function"
 msgstr "%s non è consentito in una funzione non volatile"
 
-#: executor/functions.c:653
+#: executor/functions.c:654
 #, c-format
 msgid "could not determine actual result type for function declared to return type %s"
 msgstr "non è stato possibile determinare il tipo reale restituito dalla funzione dichiarata con tipo restituito %s"
 
-#: executor/functions.c:1412
+#: executor/functions.c:1413
 #, c-format
 msgid "SQL function \"%s\" statement %d"
 msgstr "funzione SQL \"%s\" istruzione %d"
 
-#: executor/functions.c:1438
+#: executor/functions.c:1439
 #, c-format
 msgid "SQL function \"%s\" during startup"
 msgstr "funzione SQL \"%s\" durante l'avvio"
 
-#: executor/functions.c:1596 executor/functions.c:1633
-#: executor/functions.c:1645 executor/functions.c:1758
-#: executor/functions.c:1791 executor/functions.c:1821
+#: executor/functions.c:1597 executor/functions.c:1634
+#: executor/functions.c:1646 executor/functions.c:1759
+#: executor/functions.c:1792 executor/functions.c:1822
 #, c-format
 msgid "return type mismatch in function declared to return %s"
 msgstr "il tipo restituito non combacia nella funzione dichiarata con tipo restituito %s"
 
-#: executor/functions.c:1598
+#: executor/functions.c:1599
 #, c-format
 msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING."
 msgstr "L'istruzione finale della funzione deve essere SELECT oppure INSERT/UPDATE/DELETE RETURNING."
 
-#: executor/functions.c:1635
+#: executor/functions.c:1636
 #, c-format
 msgid "Final statement must return exactly one column."
 msgstr "L'istruzione finale deve restituire esattamente una colonna."
 
-#: executor/functions.c:1647
+#: executor/functions.c:1648
 #, c-format
 msgid "Actual return type is %s."
 msgstr "Il tipo restituito realmente è %s."
 
-#: executor/functions.c:1760
+#: executor/functions.c:1761
 #, c-format
 msgid "Final statement returns too many columns."
 msgstr "L'istruzione finale restituisce troppe colonne."
 
-#: executor/functions.c:1793
+#: executor/functions.c:1794
 #, c-format
 msgid "Final statement returns %s instead of %s at column %d."
 msgstr "L'istruzione finale restituisce %s invece di %s alla colonna %d."
 
-#: executor/functions.c:1823
+#: executor/functions.c:1824
 #, c-format
 msgid "Final statement returns too few columns."
 msgstr "L'istruzione finale restituisce troppe poche colonne."
 
-#: executor/functions.c:1872
+#: executor/functions.c:1873
 #, c-format
 msgid "return type %s is not supported for SQL functions"
 msgstr "il tipo di risultato %s non è supportato per le funzioni SQL"
 
-#: executor/nodeAgg.c:3471
+#: executor/nodeAgg.c:3480
 #, c-format
 msgid "combine function for aggregate %u must be declared as STRICT"
 msgstr "la funzione di combinazione per l'aggregato %u deve essere dichiarata STRICT"
 
-#: executor/nodeAgg.c:3516 executor/nodeWindowAgg.c:2278
+#: executor/nodeAgg.c:3525 executor/nodeWindowAgg.c:2282
 #, c-format
 msgid "aggregate %u needs to have compatible input type and transition type"
 msgstr "l'aggregato %u deve avere tipi di input e transizione compatibili"
 
-#: executor/nodeAgg.c:3570 parser/parse_agg.c:618 parser/parse_agg.c:648
+#: executor/nodeAgg.c:3579 parser/parse_agg.c:618 parser/parse_agg.c:648
 #, c-format
 msgid "aggregate function calls cannot be nested"
 msgstr "le chiamate a funzioni di aggregazione non possono essere annidate"
 
-#: executor/nodeCustom.c:142 executor/nodeCustom.c:153
+#: executor/nodeCustom.c:152 executor/nodeCustom.c:163
 #, c-format
 msgid "custom scan \"%s\" does not support MarkPos"
 msgstr "-lo scan personalizzato \"%s\" non supporta MarkPos"
 
-#: executor/nodeHashjoin.c:767 executor/nodeHashjoin.c:797
+#: executor/nodeHashjoin.c:770 executor/nodeHashjoin.c:800
 #, c-format
 msgid "could not rewind hash-join temporary file: %m"
 msgstr "riavvolgimento del file temporaneo per l'hash-join fallito: %m"
 
-#: executor/nodeHashjoin.c:832 executor/nodeHashjoin.c:838
+#: executor/nodeHashjoin.c:835 executor/nodeHashjoin.c:841
 #, c-format
 msgid "could not write to hash-join temporary file: %m"
 msgstr "scrittura nel file temporaneo per l'hash-join fallita: %m"
 
-#: executor/nodeHashjoin.c:879 executor/nodeHashjoin.c:889
+#: executor/nodeHashjoin.c:882 executor/nodeHashjoin.c:892
 #, c-format
 msgid "could not read from hash-join temporary file: %m"
 msgstr "lettura dal file temporaneo per l'hash-join fallita: %m"
 
-#: executor/nodeIndexonlyscan.c:233
+#: executor/nodeIndexonlyscan.c:237
 #, c-format
 msgid "lossy distance functions are not supported in index-only scans"
 msgstr "le funzioni di distanza lossy non sono supportate nelle scansioni dei soli indici"
 
-#: executor/nodeLimit.c:252
+#: executor/nodeLimit.c:256
 #, c-format
 msgid "OFFSET must not be negative"
 msgstr "OFFSET non può essere negativo"
 
-#: executor/nodeLimit.c:278
+#: executor/nodeLimit.c:282
 #, c-format
 msgid "LIMIT must not be negative"
 msgstr "LIMIT non può essere negativo"
 
-#: executor/nodeMergejoin.c:1554
+#: executor/nodeMergejoin.c:1559
 #, c-format
 msgid "RIGHT JOIN is only supported with merge-joinable join conditions"
 msgstr "RIGHT JOIN è supportato solo con condizioni di join che supportano merge"
 
-#: executor/nodeMergejoin.c:1574
+#: executor/nodeMergejoin.c:1579
 #, c-format
 msgid "FULL JOIN is only supported with merge-joinable join conditions"
 msgstr "FULL JOIN è supportato solo con condizioni di join che supportano merge"
@@ -11257,53 +11153,53 @@ msgstr "La query produce un valore per una colonna eliminata in posizione %d."
 msgid "Query has too few columns."
 msgstr "La query ha troppe poche colonne."
 
-#: executor/nodeModifyTable.c:1201
+#: executor/nodeModifyTable.c:1253
 #, c-format
 msgid "ON CONFLICT DO UPDATE command cannot affect row a second time"
 msgstr "il comando ON CONFLICT DO UPDATE non può toccare le righe una seconda volta"
 
-#: executor/nodeModifyTable.c:1202
+#: executor/nodeModifyTable.c:1254
 #, c-format
 msgid "Ensure that no rows proposed for insertion within the same command have duplicate constrained values."
 msgstr "Assicurati che non ci siano righe proposte per l'inserimento nello stesso comando che abbiano valori vincolati uguali."
 
-#: executor/nodeSamplescan.c:298
+#: executor/nodeSamplescan.c:301
 #, c-format
 msgid "TABLESAMPLE parameter cannot be null"
 msgstr "il parametro TABLESAMPLE non può essere null"
 
-#: executor/nodeSamplescan.c:310
+#: executor/nodeSamplescan.c:313
 #, c-format
 msgid "TABLESAMPLE REPEATABLE parameter cannot be null"
 msgstr "il parametro TABLESAMPLE REPEATABLE non può essere null"
 
-#: executor/nodeSubplan.c:333 executor/nodeSubplan.c:372
-#: executor/nodeSubplan.c:1004
+#: executor/nodeSubplan.c:336 executor/nodeSubplan.c:375
+#: executor/nodeSubplan.c:1009
 #, c-format
 msgid "more than one row returned by a subquery used as an expression"
 msgstr "più di una riga restituita da una sottoquery usata come espressione"
 
-#: executor/nodeTableFuncscan.c:365
+#: executor/nodeTableFuncscan.c:368
 #, c-format
 msgid "namespace URI must not be null"
 msgstr "l'URI del namespace non può essere nullo"
 
-#: executor/nodeTableFuncscan.c:376
+#: executor/nodeTableFuncscan.c:379
 #, c-format
 msgid "row filter expression must not be null"
 msgstr "l'espressione di filtro della riga non può essere null"
 
-#: executor/nodeTableFuncscan.c:401
+#: executor/nodeTableFuncscan.c:404
 #, c-format
 msgid "column filter expression must not be null"
 msgstr "l'espressione del filtro di colonna non può essere null"
 
-#: executor/nodeTableFuncscan.c:402
+#: executor/nodeTableFuncscan.c:405
 #, c-format
 msgid "Filter for column \"%s\" is null."
 msgstr "Il filtro per la colonna \"%s\" è null."
 
-#: executor/nodeTableFuncscan.c:481
+#: executor/nodeTableFuncscan.c:486
 #, c-format
 msgid "null is not allowed in column \"%s\""
 msgstr "null non ammessi nella colonna \"%s\""
@@ -11313,22 +11209,22 @@ msgstr "null non ammessi nella colonna \"%s\""
 msgid "moving-aggregate transition function must not return null"
 msgstr "le funzioni di transizione per aggregati mobili non possono restituire null"
 
-#: executor/nodeWindowAgg.c:1621
+#: executor/nodeWindowAgg.c:1624
 #, c-format
 msgid "frame starting offset must not be null"
 msgstr "l'offset di inizio della finestra dev'essere non nullo"
 
-#: executor/nodeWindowAgg.c:1634
+#: executor/nodeWindowAgg.c:1637
 #, c-format
 msgid "frame starting offset must not be negative"
 msgstr "l'offset di inizio della finestra non può essere negativo"
 
-#: executor/nodeWindowAgg.c:1646
+#: executor/nodeWindowAgg.c:1649
 #, c-format
 msgid "frame ending offset must not be null"
 msgstr "l'offset di fine della finestra dev'essere non nullo"
 
-#: executor/nodeWindowAgg.c:1659
+#: executor/nodeWindowAgg.c:1662
 #, c-format
 msgid "frame ending offset must not be negative"
 msgstr "l'offset di fine della finestra non può essere negativo"
@@ -11399,100 +11295,118 @@ msgstr "Le opzioni valide in questo contesto sono: %s"
 msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes."
 msgstr "Non è possibile aumentare il buffer della stringa contenente %d byte di altri %d byte."
 
-#: libpq/auth-scram.c:208
+#: libpq/auth-scram.c:199 libpq/auth-scram.c:439 libpq/auth-scram.c:448
+#, c-format
+msgid "invalid SCRAM verifier for user \"%s\""
+msgstr "verifica SCRAM non valido per l'utente \"%s\""
+
+#: libpq/auth-scram.c:210
 #, c-format
 msgid "User \"%s\" does not have a valid SCRAM verifier."
 msgstr "L'utente \"%s\" non ha una verifica SCRAM valida."
 
-#: libpq/auth-scram.c:286
+#: libpq/auth-scram.c:288 libpq/auth-scram.c:293 libpq/auth-scram.c:587
+#: libpq/auth-scram.c:595 libpq/auth-scram.c:676 libpq/auth-scram.c:686
+#: libpq/auth-scram.c:804 libpq/auth-scram.c:811 libpq/auth-scram.c:826
+#: libpq/auth-scram.c:1056 libpq/auth-scram.c:1064
 #, c-format
-msgid "malformed SCRAM message (empty message)"
-msgstr "messaggio SCRAM malformato (messaggio vuoto)"
+msgid "malformed SCRAM message"
+msgstr "messaggio SCRAM malformato"
 
-#: libpq/auth-scram.c:290
+#: libpq/auth-scram.c:289
 #, c-format
-msgid "malformed SCRAM message (length mismatch)"
-msgstr "messaggio SCRAM malformato (la lunghezza non combacia)"
+msgid "The message is empty."
+msgstr "Il messaggio è vuoto."
 
-#: libpq/auth-scram.c:322
+#: libpq/auth-scram.c:294
 #, c-format
-msgid "invalid SCRAM response (nonce mismatch)"
-msgstr "risposta SCRAM non valida (il nonce non combacia)"
+msgid "Message length does not match input length."
+msgstr "La lunghezza del messaggio non combacia con la lunghezza dell'input."
 
-#: libpq/auth-scram.c:397
+#: libpq/auth-scram.c:326
+#, c-format
+msgid "invalid SCRAM response"
+msgstr "risposta SCRAM non valida"
+
+#: libpq/auth-scram.c:327
+#, c-format
+msgid "Nonce does not match."
+msgstr "Il nonce non combacia."
+
+#: libpq/auth-scram.c:401
 #, c-format
 msgid "could not generate random salt"
 msgstr "errore nella generazione del sale casuale"
 
-#: libpq/auth-scram.c:585
+#: libpq/auth-scram.c:588
 #, c-format
-msgid "malformed SCRAM message (attribute '%c' expected, %s found)"
-msgstr "messaggio SCRAM non valido (previsto attributo '%c', trovato %s)"
+msgid "Expected attribute \"%c\" but found \"%s\"."
+msgstr "Atteso attributo \"%c\" ma trovato \"%s\"."
 
-#: libpq/auth-scram.c:592 libpq/auth-scram.c:681
+#: libpq/auth-scram.c:596 libpq/auth-scram.c:687
 #, c-format
-msgid "malformed SCRAM message (expected = in attr %c)"
-msgstr "messaggio SCRAM non valido (previsto = in attributo '%c')"
+msgid "Expected character \"=\" for attribute \"%c\"."
+msgstr "Atteso carattere \"=\" per l'attributo \"%c\"."
 
-#: libpq/auth-scram.c:672
+#: libpq/auth-scram.c:677
 #, c-format
-msgid "malformed SCRAM message (attribute expected, invalid char %s found)"
-msgstr "messaggio SCRAM non valido (previsto attributo, trovato carattere non valido %s)"
+msgid "Attribute expected, but found invalid character \"%s\"."
+msgstr "Atteso attributo, ma trovato carattere non valido \"%s\"."
 
-#: libpq/auth-scram.c:794
+#: libpq/auth-scram.c:800
 #, c-format
 msgid "client requires SCRAM channel binding, but it is not supported"
 msgstr "il client richiede il binding del canale SCRAM, ma non è supportato"
 
-#: libpq/auth-scram.c:798
+#: libpq/auth-scram.c:805
 #, c-format
-msgid "malformed SCRAM message (unexpected channel-binding flag %s)"
-msgstr "messaggio SCRAM non valido (flag di channel-binding %s non previsto)"
+msgid "Unexpected channel-binding flag \"%s\"."
+msgstr "Flag channel-binding \"%s\" non previsto."
 
-#: libpq/auth-scram.c:804
+#: libpq/auth-scram.c:812
 #, c-format
-msgid "malformed SCRAM message (comma expected, got %s)"
-msgstr "messaggio SCRAM non valido (prevista virgola, ricevuto %s)"
+msgid "Comma expected, but found character \"%s\"."
+msgstr "Attesa virgola, ma trovato carattere \"%s\"."
 
-#: libpq/auth-scram.c:814
+#: libpq/auth-scram.c:822
 #, c-format
 msgid "client uses authorization identity, but it is not supported"
 msgstr "il client usa l'autorizzazione identità, ma non è supportata"
 
-#: libpq/auth-scram.c:818
+#: libpq/auth-scram.c:827
 #, c-format
-msgid "malformed SCRAM message (unexpected attribute %s in client-first-message)"
-msgstr "messaggio SCRAM non valido (attributo '%s' non previsto nel primo messaggio client)"
+msgid "Unexpected attribute \"%s\" in client-first-message."
+msgstr "Attributo \"%s\" non atteso nel client-first-message."
 
-#: libpq/auth-scram.c:834
+#: libpq/auth-scram.c:843
 #, c-format
-msgid "client requires mandatory SCRAM extension"
-msgstr "il client richiede l'estensione SCRAM obbligatoria"
+msgid "client requires an unsupported SCRAM extension"
+msgstr "il client richiede un'estensione SCRAM non supportata"
 
-#: libpq/auth-scram.c:848
+#: libpq/auth-scram.c:857
 #, c-format
 msgid "non-printable characters in SCRAM nonce"
 msgstr "caratteri non stampabili nel nonce SCRAM"
 
-#: libpq/auth-scram.c:965
+#: libpq/auth-scram.c:974
 #, c-format
 msgid "could not generate random nonce"
 msgstr "errore nella generazione del nonce SCRAM"
 
-#: libpq/auth-scram.c:1033
+#: libpq/auth-scram.c:1042
 #, c-format
 msgid "unexpected SCRAM channel-binding attribute in client-final-message"
 msgstr "attributo channel-binding SCRAM non previsto nel messaggio finale del client"
 
-#: libpq/auth-scram.c:1047
+#: libpq/auth-scram.c:1057
 #, c-format
-msgid "malformed SCRAM message (malformed proof in client-final-message"
-msgstr "messaggio SCRAM non valido (prova errata nel messaggio finale del client)"
+msgid "Malformed proof in client-final-message."
+msgstr "Verifica malformata in client-final-message."
 
-#: libpq/auth-scram.c:1054
+#: libpq/auth-scram.c:1065
 #, c-format
-msgid "malformed SCRAM message (garbage at end of client-final-message)"
-msgstr "messaggio SCRAM non valido (dati in eccesso alla fine del messaggio finale del client)"
+msgid "Garbage found at the end of client-final-message."
+msgstr "Dati spuri alla fine del client-final-message."
 
 #: libpq/auth.c:274
 #, c-format
@@ -11657,364 +11571,364 @@ msgstr "era attesa una risposta password, ricevuto messaggio di tipo %d"
 msgid "invalid password packet size"
 msgstr "dimensione del pacchetto password non valida"
 
-#: libpq/auth.c:809 libpq/hba.c:1325
+#: libpq/auth.c:707
+#, c-format
+msgid "empty password returned by client"
+msgstr "il client ha restituito una password vuota"
+
+#: libpq/auth.c:827 libpq/hba.c:1325
 #, c-format
 msgid "MD5 authentication is not supported when \"db_user_namespace\" is enabled"
 msgstr "l'autenticazione MD5 non è supportata quando \"db_user_namespace\" è abilitato"
 
-#: libpq/auth.c:815
+#: libpq/auth.c:833
 #, c-format
 msgid "could not generate random MD5 salt"
 msgstr "errore nella generazione del sale casuale MD5"
 
-#: libpq/auth.c:860
+#: libpq/auth.c:878
 #, c-format
 msgid "SASL authentication is not supported in protocol version 2"
 msgstr "l'autenticazione SASL non è supportata nella versione 2 del protocollo"
 
-#: libpq/auth.c:902
+#: libpq/auth.c:920
 #, c-format
 msgid "expected SASL response, got message type %d"
 msgstr "attesa risposta SASL, ricevuto messaggio di tipo %d"
 
-#: libpq/auth.c:939
+#: libpq/auth.c:957
 #, c-format
 msgid "client selected an invalid SASL authentication mechanism"
 msgstr "il client a selezionato un meccanismo di autenticazione SASL non valido"
 
-#: libpq/auth.c:1085
+#: libpq/auth.c:1104
 #, c-format
 msgid "GSSAPI is not supported in protocol version 2"
 msgstr "GSSAPI non è supportato con la versione 2 del protocollo"
 
-#: libpq/auth.c:1145
+#: libpq/auth.c:1164
 #, c-format
 msgid "expected GSS response, got message type %d"
 msgstr "era attesa una risposta GSS, ricevuto messaggio di tipo %d"
 
-#: libpq/auth.c:1207
+#: libpq/auth.c:1226
 msgid "accepting GSS security context failed"
 msgstr "contesto di sicurezza accettazione GSS fallito"
 
-#: libpq/auth.c:1233
+#: libpq/auth.c:1252
 msgid "retrieving GSS user name failed"
 msgstr "la richiesta del GSS user name è fallita"
 
-#: libpq/auth.c:1352
+#: libpq/auth.c:1372
 #, c-format
 msgid "SSPI is not supported in protocol version 2"
 msgstr "SSPI non è supportato con la versione 2 del protocollo"
 
-#: libpq/auth.c:1367
+#: libpq/auth.c:1387
 msgid "could not acquire SSPI credentials"
 msgstr "non è stato possibile ottenere le credenziali SSPI"
 
-#: libpq/auth.c:1385
+#: libpq/auth.c:1405
 #, c-format
 msgid "expected SSPI response, got message type %d"
 msgstr "era attesa una risposta SSPI, ricevuto messaggio di tipo %d"
 
-#: libpq/auth.c:1458
+#: libpq/auth.c:1478
 msgid "could not accept SSPI security context"
 msgstr "non è stato possibile accettare il contesto di sicurezza SSPI"
 
-#: libpq/auth.c:1520
+#: libpq/auth.c:1540
 msgid "could not get token from SSPI security context"
 msgstr "non è stato possibile ottenere il token dal contesto di sicurezza SSPI"
 
-#: libpq/auth.c:1639 libpq/auth.c:1658
+#: libpq/auth.c:1659 libpq/auth.c:1678
 #, c-format
 msgid "could not translate name"
 msgstr "non è stato possibile tradurre il nome"
 
-#: libpq/auth.c:1671
+#: libpq/auth.c:1691
 #, c-format
 msgid "realm name too long"
 msgstr "nome di realm troppo lungo"
 
-#: libpq/auth.c:1686
+#: libpq/auth.c:1706
 #, c-format
 msgid "translated account name too long"
 msgstr "nome di account tradotto troppo lungo"
 
-#: libpq/auth.c:1872
+#: libpq/auth.c:1892
 #, c-format
 msgid "could not create socket for Ident connection: %m"
 msgstr "creazione del socket per la connessione Ident fallita: %m"
 
-#: libpq/auth.c:1887
+#: libpq/auth.c:1907
 #, c-format
 msgid "could not bind to local address \"%s\": %m"
 msgstr "bind sull'indirizzo locale \"%s\" fallito: %m"
 
-#: libpq/auth.c:1899
+#: libpq/auth.c:1919
 #, c-format
 msgid "could not connect to Ident server at address \"%s\", port %s: %m"
 msgstr "connessione al server Ident all'indirizzo \"%s\", porta %s fallita: %m"
 
-#: libpq/auth.c:1921
+#: libpq/auth.c:1941
 #, c-format
 msgid "could not send query to Ident server at address \"%s\", port %s: %m"
 msgstr "invio della query al server Ident all'indirizzo \"%s\", porta %s fallito: %m"
 
-#: libpq/auth.c:1938
+#: libpq/auth.c:1958
 #, c-format
 msgid "could not receive response from Ident server at address \"%s\", port %s: %m"
 msgstr "ricezione della risposta dal server Ident all'indirizzo \"%s\", porta %s fallita: %m"
 
-#: libpq/auth.c:1948
+#: libpq/auth.c:1968
 #, c-format
 msgid "invalidly formatted response from Ident server: \"%s\""
 msgstr "risposta dal server Ident formattata in maniera non corretta: \"%s\""
 
-#: libpq/auth.c:1988
+#: libpq/auth.c:2008
 #, c-format
 msgid "peer authentication is not supported on this platform"
 msgstr "il metodo di autenticazione peer non è supportato su questa piattaforma"
 
-#: libpq/auth.c:1992
+#: libpq/auth.c:2012
 #, c-format
 msgid "could not get peer credentials: %m"
 msgstr "non è stato possibile recuperare le credenziali del peer: %m"
 
-#: libpq/auth.c:2001
+#: libpq/auth.c:2021
 #, c-format
 msgid "could not look up local user ID %ld: %s"
 msgstr "ricerca dell'ID utente locale %ld fallita: %s"
 
-#: libpq/auth.c:2085 libpq/auth.c:2411 libpq/auth.c:2724
-#, c-format
-msgid "empty password returned by client"
-msgstr "il client ha restituito una password vuota"
-
-#: libpq/auth.c:2095
+#: libpq/auth.c:2109
 #, c-format
 msgid "error from underlying PAM layer: %s"
 msgstr "errore dal livello PAM sottostante: %s"
 
-#: libpq/auth.c:2176
+#: libpq/auth.c:2190
 #, c-format
 msgid "could not create PAM authenticator: %s"
 msgstr "creazione dell'autenticatore PAM fallita: %s"
 
-#: libpq/auth.c:2187
+#: libpq/auth.c:2201
 #, c-format
 msgid "pam_set_item(PAM_USER) failed: %s"
 msgstr "pam_set_item(PAM_USER) fallita: %s"
 
-#: libpq/auth.c:2198
+#: libpq/auth.c:2212
 #, c-format
 msgid "pam_set_item(PAM_RHOST) failed: %s"
 msgstr "pam_set_item(PAM_RHOST) fallita: %s"
 
-#: libpq/auth.c:2209
+#: libpq/auth.c:2223
 #, c-format
 msgid "pam_set_item(PAM_CONV) failed: %s"
 msgstr "pam_set_item(PAM_CONV) fallita: %s"
 
-#: libpq/auth.c:2220
+#: libpq/auth.c:2234
 #, c-format
 msgid "pam_authenticate failed: %s"
 msgstr "pam_authenticate fallita: %s"
 
-#: libpq/auth.c:2231
+#: libpq/auth.c:2245
 #, c-format
 msgid "pam_acct_mgmt failed: %s"
 msgstr "pam_acct_mgmt fallita: %s"
 
-#: libpq/auth.c:2242
+#: libpq/auth.c:2256
 #, c-format
 msgid "could not release PAM authenticator: %s"
 msgstr "rilascio dell'autenticatore PAM fallito: %s"
 
-#: libpq/auth.c:2307
+#: libpq/auth.c:2323
 #, c-format
 msgid "could not initialize LDAP: %m"
 msgstr "inizializzazione LDAP fallita: %m"
 
-#: libpq/auth.c:2310
+#: libpq/auth.c:2326
 #, c-format
 msgid "could not initialize LDAP: error code %d"
 msgstr "inizializzazione LDAP fallita: codice errore %d"
 
-#: libpq/auth.c:2320
+#: libpq/auth.c:2336
 #, c-format
 msgid "could not set LDAP protocol version: %s"
 msgstr "impostazione della versione del protocollo LDAP fallita: %s"
 
-#: libpq/auth.c:2349
+#: libpq/auth.c:2365
 #, c-format
 msgid "could not load wldap32.dll"
 msgstr "caricamento wldap32.dll fallito"
 
-#: libpq/auth.c:2357
+#: libpq/auth.c:2373
 #, c-format
 msgid "could not load function _ldap_start_tls_sA in wldap32.dll"
 msgstr "caricamento della funzione _ldap_start_tls_sA in wldap32.dll fallito"
 
-#: libpq/auth.c:2358
+#: libpq/auth.c:2374
 #, c-format
 msgid "LDAP over SSL is not supported on this platform."
 msgstr "LDAP su SSL non è supportato su questa piattaforma."
 
-#: libpq/auth.c:2373
+#: libpq/auth.c:2389
 #, c-format
 msgid "could not start LDAP TLS session: %s"
 msgstr "avvio della sessione TLS LDAP fallito: %s"
 
-#: libpq/auth.c:2395
+#: libpq/auth.c:2411
 #, c-format
 msgid "LDAP server not specified"
 msgstr "server LDAP non specificato"
 
-#: libpq/auth.c:2448
+#: libpq/auth.c:2460
 #, c-format
 msgid "invalid character in user name for LDAP authentication"
 msgstr "carattere non valido nel nome utente per l'autenticazione LDAP"
 
-#: libpq/auth.c:2463
+#: libpq/auth.c:2476
 #, c-format
 msgid "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": %s"
 msgstr "bind iniziale LDAP fallito per ldapbinddn \"%s\" sul server \"%s\": %s"
 
-#: libpq/auth.c:2487
+#: libpq/auth.c:2501
 #, c-format
 msgid "could not search LDAP for filter \"%s\" on server \"%s\": %s"
 msgstr "ricerca in LDAP del filtro \"%s\" sul server \"%s\" fallita: %s"
 
-#: libpq/auth.c:2498
+#: libpq/auth.c:2513
 #, c-format
 msgid "LDAP user \"%s\" does not exist"
 msgstr "l'utente LDAP \"%s\" non esiste"
 
-#: libpq/auth.c:2499
+#: libpq/auth.c:2514
 #, c-format
 msgid "LDAP search for filter \"%s\" on server \"%s\" returned no entries."
 msgstr "La ricerca LDAP del filtro \"%s\" sul server \"%s\" non ha restituito risultati."
 
-#: libpq/auth.c:2503
+#: libpq/auth.c:2518
 #, c-format
 msgid "LDAP user \"%s\" is not unique"
 msgstr "L'utente LDAP \"%s\" non è unico"
 
-#: libpq/auth.c:2504
+#: libpq/auth.c:2519
 #, c-format
 msgid "LDAP search for filter \"%s\" on server \"%s\" returned %d entry."
 msgid_plural "LDAP search for filter \"%s\" on server \"%s\" returned %d entries."
 msgstr[0] "La ricerca LDAP del filtro \"%s\" sul server \"%s\" ha restituito %d risultato."
 msgstr[1] "La ricerca LDAP del filtro \"%s\" sul server \"%s\" ha restituito %d risultati."
 
-#: libpq/auth.c:2522
+#: libpq/auth.c:2538
 #, c-format
 msgid "could not get dn for the first entry matching \"%s\" on server \"%s\": %s"
 msgstr "dn per il primo risultato di \"%s\" non trovato sul server \"%s\": %s"
 
-#: libpq/auth.c:2542
+#: libpq/auth.c:2559
 #, c-format
 msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s"
 msgstr "unbind fallito dopo aver cercato l'utente \"%s\" sul server \"%s\": %s"
 
-#: libpq/auth.c:2572
+#: libpq/auth.c:2591
 #, c-format
 msgid "LDAP login failed for user \"%s\" on server \"%s\": %s"
 msgstr "login LDAP fallito per l'utente \"%s\" sul server \"%s\": %s"
 
-#: libpq/auth.c:2600
+#: libpq/auth.c:2621
 #, c-format
 msgid "certificate authentication failed for user \"%s\": client certificate contains no user name"
 msgstr "autenticazione con certificato fallita per l'utente \"%s\": il certificato del client non contiene alcun nome utente"
 
-#: libpq/auth.c:2703
+#: libpq/auth.c:2724
 #, c-format
 msgid "RADIUS server not specified"
 msgstr "server RADIUS non specificato"
 
-#: libpq/auth.c:2710
+#: libpq/auth.c:2731
 #, c-format
 msgid "RADIUS secret not specified"
 msgstr "segreto RADIUS non specificato"
 
-#: libpq/auth.c:2731
+#: libpq/auth.c:2745
 #, c-format
 msgid "RADIUS authentication does not support passwords longer than %d characters"
 msgstr "l'autenticazione RADIUS non supporta password più lunghe di %d caratteri"
 
-#: libpq/auth.c:2828 libpq/hba.c:1876
+#: libpq/auth.c:2850 libpq/hba.c:1876
 #, c-format
 msgid "could not translate RADIUS server name \"%s\" to address: %s"
 msgstr "conversione del nome del server RADIUS \"%s\" in indirizzo fallita: %s"
 
-#: libpq/auth.c:2842
+#: libpq/auth.c:2864
 #, c-format
 msgid "could not generate random encryption vector"
 msgstr "generazione del vettore di criptaggio casuale fallita"
 
-#: libpq/auth.c:2876
+#: libpq/auth.c:2898
 #, c-format
 msgid "could not perform MD5 encryption of password"
 msgstr "criptaggio MD5 della password fallito"
 
-#: libpq/auth.c:2902
+#: libpq/auth.c:2924
 #, c-format
 msgid "could not create RADIUS socket: %m"
 msgstr "creazione del socket RADIUS fallita: %m"
 
-#: libpq/auth.c:2924
+#: libpq/auth.c:2946
 #, c-format
 msgid "could not bind local RADIUS socket: %m"
 msgstr "bind del socket RADIUS fallito: %m"
 
-#: libpq/auth.c:2934
+#: libpq/auth.c:2956
 #, c-format
 msgid "could not send RADIUS packet: %m"
 msgstr "invio del pacchetto RADIUS fallito: %m"
 
-#: libpq/auth.c:2967 libpq/auth.c:2993
+#: libpq/auth.c:2989 libpq/auth.c:3015
 #, c-format
 msgid "timeout waiting for RADIUS response from %s"
 msgstr "timeout in attesa della risposta RADIUS da %s"
 
-#: libpq/auth.c:2986
+#: libpq/auth.c:3008
 #, c-format
 msgid "could not check status on RADIUS socket: %m"
 msgstr "controllo dello stato sul socket RADIUS fallito: %m"
 
-#: libpq/auth.c:3016
+#: libpq/auth.c:3038
 #, c-format
 msgid "could not read RADIUS response: %m"
 msgstr "lettura della risposta RADIUS fallita: %m"
 
-#: libpq/auth.c:3029 libpq/auth.c:3033
+#: libpq/auth.c:3051 libpq/auth.c:3055
 #, c-format
 msgid "RADIUS response from %s was sent from incorrect port: %d"
 msgstr "la risposta RADIUS da %s è stata inviata da una porta non valida: %d"
 
-#: libpq/auth.c:3042
+#: libpq/auth.c:3064
 #, c-format
 msgid "RADIUS response from %s too short: %d"
 msgstr "risposta RADIUS da %s troppo breve: %d"
 
-#: libpq/auth.c:3049
+#: libpq/auth.c:3071
 #, c-format
 msgid "RADIUS response from %s has corrupt length: %d (actual length %d)"
 msgstr "la risposta RADIUS da %s ha una lunghezza non valida: %d (la lunghezza reale è %d)"
 
-#: libpq/auth.c:3057
+#: libpq/auth.c:3079
 #, c-format
 msgid "RADIUS response from %s is to a different request: %d (should be %d)"
 msgstr "la risposta RADIUS da %s è di una richiesta diversa: %d (dovrebbe essere %d)"
 
-#: libpq/auth.c:3082
+#: libpq/auth.c:3104
 #, c-format
 msgid "could not perform MD5 encryption of received packet"
 msgstr "criptaggio MD5 dei pacchetti ricevuti fallito"
 
-#: libpq/auth.c:3091
+#: libpq/auth.c:3113
 #, c-format
 msgid "RADIUS response from %s has incorrect MD5 signature"
 msgstr "la risposta RADIUS da %s ha una firma MD5 non valida"
 
-#: libpq/auth.c:3109
+#: libpq/auth.c:3131
 #, c-format
 msgid "RADIUS response from %s has invalid code (%d) for user \"%s\""
 msgstr "La risposta RADIUS da %s ha un codice non valido (%d) per l'utente \"%s\""
@@ -12027,7 +11941,7 @@ msgid "invalid large-object descriptor: %d"
 msgstr "descrittore di large object non valido: %d"
 
 #: libpq/be-fsstubs.c:178 libpq/be-fsstubs.c:216 libpq/be-fsstubs.c:600
-#: libpq/be-fsstubs.c:788
+#: libpq/be-fsstubs.c:788 libpq/be-fsstubs.c:908
 #, c-format
 msgid "permission denied for large object %u"
 msgstr "permesso per il large object %u negato"
@@ -12097,152 +12011,187 @@ msgstr "la richiesta di lettura per il large object è troppo grande"
 msgid "requested length cannot be negative"
 msgstr "la lunghezza richiesta non può essere negativa"
 
-#: libpq/be-secure-openssl.c:197
+#: libpq/be-secure-openssl.c:166
 #, c-format
 msgid "could not create SSL context: %s"
 msgstr "creazione del contesto SSL fallita: %s"
 
-#: libpq/be-secure-openssl.c:225
+#: libpq/be-secure-openssl.c:194
 #, c-format
 msgid "could not load server certificate file \"%s\": %s"
 msgstr "caricamento del file di certificato del server \"%s\" fallito: %s"
 
-#: libpq/be-secure-openssl.c:234
+#: libpq/be-secure-openssl.c:203
 #, c-format
 msgid "could not access private key file \"%s\": %m"
 msgstr "accesso fallito al file della chiave privata \"%s\": %m"
 
-#: libpq/be-secure-openssl.c:243
+#: libpq/be-secure-openssl.c:212
 #, c-format
 msgid "private key file \"%s\" is not a regular file"
 msgstr "il file di chiave privata \"%s\" non è un file regolare"
 
-#: libpq/be-secure-openssl.c:258
+#: libpq/be-secure-openssl.c:227
 #, c-format
 msgid "private key file \"%s\" must be owned by the database user or root"
 msgstr "il file di chiave privata \"%s\" deve essere di proprietà dell'utente del database o di root"
 
-#: libpq/be-secure-openssl.c:281
+#: libpq/be-secure-openssl.c:250
 #, c-format
 msgid "private key file \"%s\" has group or world access"
 msgstr "il file della chiave privata \"%s\" ha accesso al gruppo o a chiunque"
 
-#: libpq/be-secure-openssl.c:283
+#: libpq/be-secure-openssl.c:252
 #, c-format
 msgid "File must have permissions u=rw (0600) or less if owned by the database user, or permissions u=rw,g=r (0640) or less if owned by root."
 msgstr "Il file deve avere permesso u=rw (0600) o inferiore se di proprietà dell'utente database, o permesso u=rw,g=r (0640) o inferiore se di proprietà di root."
 
-#: libpq/be-secure-openssl.c:300
+#: libpq/be-secure-openssl.c:269
 #, c-format
 msgid "private key file \"%s\" cannot be reloaded because it requires a passphrase"
 msgstr "il file della chiave privata \"%s\" non può essere ricaricato perché richiede una passphrase"
 
-#: libpq/be-secure-openssl.c:305
+#: libpq/be-secure-openssl.c:274
 #, c-format
 msgid "could not load private key file \"%s\": %s"
 msgstr "caricamento del file della chiave privata \"%s\" fallito: %s"
 
-#: libpq/be-secure-openssl.c:314
+#: libpq/be-secure-openssl.c:283
 #, c-format
 msgid "check of private key failed: %s"
 msgstr "controllo della chiave privata fallito: %s"
 
-#: libpq/be-secure-openssl.c:334
+#: libpq/be-secure-openssl.c:310
 #, c-format
 msgid "could not set the cipher list (no valid ciphers available)"
 msgstr "impostazione della lista dei cifrari fallita (nessun cifrario valido disponibile)"
 
-#: libpq/be-secure-openssl.c:352
+#: libpq/be-secure-openssl.c:328
 #, c-format
 msgid "could not load root certificate file \"%s\": %s"
 msgstr "caricamento del file del certificato radice \"%s\" fallito: %s"
 
-#: libpq/be-secure-openssl.c:379
+#: libpq/be-secure-openssl.c:355
 #, c-format
 msgid "SSL certificate revocation list file \"%s\" ignored"
 msgstr "il file di lista di revoche di certificati SSL \"%s\" è stato ignorato"
 
-#: libpq/be-secure-openssl.c:381
+#: libpq/be-secure-openssl.c:357
 #, c-format
 msgid "SSL library does not support certificate revocation lists."
 msgstr "La libreria SSL non supporta le liste di revoca dei certificati."
 
-#: libpq/be-secure-openssl.c:388
+#: libpq/be-secure-openssl.c:364
 #, c-format
 msgid "could not load SSL certificate revocation list file \"%s\": %s"
 msgstr "caricamento del file di lista di revoche di certificati SSL \"%s\" fallito: %s"
 
-#: libpq/be-secure-openssl.c:469
+#: libpq/be-secure-openssl.c:445
 #, c-format
 msgid "could not initialize SSL connection: SSL context not set up"
 msgstr "inizializzazione della connessione SSL fallita: contesto SSL non impostato"
 
-#: libpq/be-secure-openssl.c:477
+#: libpq/be-secure-openssl.c:453
 #, c-format
 msgid "could not initialize SSL connection: %s"
 msgstr "inizializzazione della connessione SSL fallita: %s"
 
-#: libpq/be-secure-openssl.c:485
+#: libpq/be-secure-openssl.c:461
 #, c-format
 msgid "could not set SSL socket: %s"
 msgstr "impostazione del socket SSL fallita: %s"
 
-#: libpq/be-secure-openssl.c:540
+#: libpq/be-secure-openssl.c:516
 #, c-format
 msgid "could not accept SSL connection: %m"
 msgstr "accettazione della connessione SSL fallita: %m"
 
-#: libpq/be-secure-openssl.c:544 libpq/be-secure-openssl.c:555
+#: libpq/be-secure-openssl.c:520 libpq/be-secure-openssl.c:531
 #, c-format
 msgid "could not accept SSL connection: EOF detected"
 msgstr "accettazione della connessione SSL fallita: fine file individuata"
 
-#: libpq/be-secure-openssl.c:549
+#: libpq/be-secure-openssl.c:525
 #, c-format
 msgid "could not accept SSL connection: %s"
 msgstr "accettazione della connessione SSL fallita: %s"
 
-#: libpq/be-secure-openssl.c:560 libpq/be-secure-openssl.c:699
-#: libpq/be-secure-openssl.c:759
+#: libpq/be-secure-openssl.c:536 libpq/be-secure-openssl.c:677
+#: libpq/be-secure-openssl.c:744
 #, c-format
 msgid "unrecognized SSL error code: %d"
 msgstr "codice di errore SSL sconosciuto: %d"
 
-#: libpq/be-secure-openssl.c:602
+#: libpq/be-secure-openssl.c:578
 #, c-format
 msgid "SSL certificate's common name contains embedded null"
 msgstr "Il nome comune del certificato SSL contiene un null"
 
-#: libpq/be-secure-openssl.c:613
+#: libpq/be-secure-openssl.c:589
 #, c-format
 msgid "SSL connection from \"%s\""
 msgstr "connessione SSL da \"%s\""
 
-#: libpq/be-secure-openssl.c:690 libpq/be-secure-openssl.c:750
+#: libpq/be-secure-openssl.c:666 libpq/be-secure-openssl.c:728
 #, c-format
 msgid "SSL error: %s"
 msgstr "errore SSL: %s"
 
-#: libpq/be-secure-openssl.c:1179
+#: libpq/be-secure-openssl.c:909
+#, c-format
+msgid "could not open DH parameters file \"%s\": %m"
+msgstr "errore nell'apertura del file di parametri DH \"%s\": %m"
+
+#: libpq/be-secure-openssl.c:921
+#, c-format
+msgid "could not load DH parameters file: %s"
+msgstr "errore nell'apertura del file di parametri DH: %s"
+
+#: libpq/be-secure-openssl.c:931
+#, c-format
+msgid "invalid DH parameters: %s"
+msgstr "parametri DH non validi: %s"
+
+#: libpq/be-secure-openssl.c:939
+#, c-format
+msgid "invalid DH parameters: p is not prime"
+msgstr "parametri DH non validi: p non è primo"
+
+#: libpq/be-secure-openssl.c:947
+#, c-format
+msgid "invalid DH parameters: neither suitable generator or safe prime"
+msgstr "parametri DH non validi: né un generatore adatto o un primo sicuro"
+
+#: libpq/be-secure-openssl.c:1088
+#, c-format
+msgid "DH: could not load DH parameters"
+msgstr "DH: errore nel caricamento dei parametri DH"
+
+#: libpq/be-secure-openssl.c:1096
+#, c-format
+msgid "DH: could not set DH parameters: %s"
+msgstr "DH: errore nell'impostazione dei parametri DH: %s"
+
+#: libpq/be-secure-openssl.c:1120
 #, c-format
 msgid "ECDH: unrecognized curve name: %s"
 msgstr "ECDH: nome della curva non riconosciuto: %s"
 
-#: libpq/be-secure-openssl.c:1188
+#: libpq/be-secure-openssl.c:1129
 #, c-format
 msgid "ECDH: could not create key"
 msgstr "ECDH: chiave non creata"
 
-#: libpq/be-secure-openssl.c:1216
+#: libpq/be-secure-openssl.c:1157
 msgid "no SSL error reported"
 msgstr "nessun errore SSL riportato"
 
-#: libpq/be-secure-openssl.c:1220
+#: libpq/be-secure-openssl.c:1161
 #, c-format
 msgid "SSL error code %lu"
 msgstr "codice di errore SSL: %lu"
 
-#: libpq/be-secure.c:188 libpq/be-secure.c:274
+#: libpq/be-secure.c:189 libpq/be-secure.c:275
 #, c-format
 msgid "terminating connection due to unexpected postmaster exit"
 msgstr "la connessione è stata terminata a causa di un'uscita inattesa di postmaster"
@@ -12257,27 +12206,22 @@ msgstr "Il ruolo \"%s\" non esiste."
 msgid "User \"%s\" has no password assigned."
 msgstr "L'utente \"%s\" non ha una password assegnata."
 
-#: libpq/crypt.c:76
-#, c-format
-msgid "User \"%s\" has an empty password."
-msgstr "Il ruolo \"%s\" ha una password vuota."
-
-#: libpq/crypt.c:87
+#: libpq/crypt.c:79
 #, c-format
 msgid "User \"%s\" has an expired password."
 msgstr "L'utente \"%s\" ha la password scaduta."
 
-#: libpq/crypt.c:181
+#: libpq/crypt.c:173
 #, c-format
 msgid "User \"%s\" has a password that cannot be used with MD5 authentication."
 msgstr "L'utente \"%s\" ha una password che non può essere usata con l'autenticazione MD5."
 
-#: libpq/crypt.c:205 libpq/crypt.c:246 libpq/crypt.c:270
+#: libpq/crypt.c:197 libpq/crypt.c:238 libpq/crypt.c:262
 #, c-format
 msgid "Password does not match for user \"%s\"."
 msgstr "Le password non combaciano per l'utente \"%s\"."
 
-#: libpq/crypt.c:289
+#: libpq/crypt.c:281
 #, c-format
 msgid "Password of user \"%s\" is in unrecognized format."
 msgstr "La password dell'utente \"%s\" è in un formato non riconosciuto."
@@ -12626,150 +12570,150 @@ msgstr "nessuna corrispondenza nella mappa utenti \"%s\" per l'utente \"%s\" aut
 msgid "could not open usermap file \"%s\": %m"
 msgstr "apertura del file usermap \"%s\" fallita: %m"
 
-#: libpq/pqcomm.c:201
+#: libpq/pqcomm.c:220
 #, c-format
 msgid "could not set socket to nonblocking mode: %m"
 msgstr "impossibile impostare il socket in modalità non bloccante: %m"
 
-#: libpq/pqcomm.c:355
+#: libpq/pqcomm.c:374
 #, c-format
 msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)"
 msgstr "Il percorso del socket di dominio unix \"%s\" è troppo lungo (massimo %d byte)"
 
-#: libpq/pqcomm.c:376
+#: libpq/pqcomm.c:395
 #, c-format
 msgid "could not translate host name \"%s\", service \"%s\" to address: %s"
 msgstr "conversione del nome host \"%s\", servizio \"%s\" in indirizzo fallita: %s"
 
-#: libpq/pqcomm.c:380
+#: libpq/pqcomm.c:399
 #, c-format
 msgid "could not translate service \"%s\" to address: %s"
 msgstr "conversione del servizio \"%s\" in indirizzo fallita: %s"
 
-#: libpq/pqcomm.c:407
+#: libpq/pqcomm.c:426
 #, c-format
 msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded"
 msgstr "bind a tutti gli indirizzi richiesti fallito: MAXLISTEN (%d) superato"
 
-#: libpq/pqcomm.c:416
+#: libpq/pqcomm.c:435
 msgid "IPv4"
 msgstr "IPv4"
 
-#: libpq/pqcomm.c:420
+#: libpq/pqcomm.c:439
 msgid "IPv6"
 msgstr "IPv6"
 
-#: libpq/pqcomm.c:425
+#: libpq/pqcomm.c:444
 msgid "Unix"
 msgstr "Unix"
 
-#: libpq/pqcomm.c:430
+#: libpq/pqcomm.c:449
 #, c-format
 msgid "unrecognized address family %d"
 msgstr "famiglia di indirizzi %d sconosciuto"
 
 #. translator: first %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:456
+#: libpq/pqcomm.c:475
 #, c-format
 msgid "could not create %s socket for address \"%s\": %m"
 msgstr "creazione del socket %s per l'indirizzo \"%s\" fallita: %m"
 
 #. translator: first %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:482
+#: libpq/pqcomm.c:501
 #, c-format
 msgid "setsockopt(SO_REUSEADDR) failed for %s address \"%s\": %m"
 msgstr "setsockopt(SO_REUSEADDR) fallita per l'indirizzo %s \"%s\": %m"
 
 #. translator: first %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:499
+#: libpq/pqcomm.c:518
 #, c-format
 msgid "setsockopt(IPV6_V6ONLY) failed for %s address \"%s\": %m"
 msgstr "setsockopt(IPV6_V6ONLY) fallita per l'indirizzo %s \"%s\": %m"
 
 #. translator: first %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:519
+#: libpq/pqcomm.c:538
 #, c-format
 msgid "could not bind %s address \"%s\": %m"
 msgstr "bind dell'indirizzo %s \"%s\" fallito: %m"
 
-#: libpq/pqcomm.c:522
+#: libpq/pqcomm.c:541
 #, c-format
 msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry."
 msgstr "C'è già un altro postmaster in funzione sulla porta %d? Se non c'è, rimuovi il file socket \"%s\" e riprova."
 
-#: libpq/pqcomm.c:525
+#: libpq/pqcomm.c:544
 #, c-format
 msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry."
 msgstr "C'è già un altro postmaster in funzione sulla porta %d? Se non c'è, aspetta alcuni secondi e riprova."
 
 #. translator: first %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:558
+#: libpq/pqcomm.c:577
 #, c-format
 msgid "could not listen on %s address \"%s\": %m"
 msgstr "listen sull'indirizzo %s \"%s\" fallito: %m"
 
-#: libpq/pqcomm.c:567
+#: libpq/pqcomm.c:586
 #, c-format
 msgid "listening on Unix socket \"%s\""
 msgstr "in ascolto sul socket Unix \"%s\""
 
 #. translator: first %s is IPv4 or IPv6
-#: libpq/pqcomm.c:573
+#: libpq/pqcomm.c:592
 #, c-format
 msgid "listening on %s address \"%s\", port %d"
 msgstr "in ascolto sull'indirizzo %s \"%s\", porta %d"
 
-#: libpq/pqcomm.c:656
+#: libpq/pqcomm.c:675
 #, c-format
 msgid "group \"%s\" does not exist"
 msgstr "il gruppo \"%s\" non esiste"
 
-#: libpq/pqcomm.c:666
+#: libpq/pqcomm.c:685
 #, c-format
 msgid "could not set group of file \"%s\": %m"
 msgstr "impostazione del gruppo del file \"%s\" fallita: %m"
 
-#: libpq/pqcomm.c:677
+#: libpq/pqcomm.c:696
 #, c-format
 msgid "could not set permissions of file \"%s\": %m"
 msgstr "impostazione dei permessi del file \"%s\" fallita: %m"
 
-#: libpq/pqcomm.c:707
+#: libpq/pqcomm.c:726
 #, c-format
 msgid "could not accept new connection: %m"
 msgstr "impossibile accettare la nuova connessione: %m"
 
-#: libpq/pqcomm.c:908
+#: libpq/pqcomm.c:927
 #, c-format
 msgid "there is no client connection"
 msgstr "c'è alcuna connessione client"
 
-#: libpq/pqcomm.c:959 libpq/pqcomm.c:1055
+#: libpq/pqcomm.c:978 libpq/pqcomm.c:1074
 #, c-format
 msgid "could not receive data from client: %m"
 msgstr "ricezione dati dal client fallita: %m"
 
-#: libpq/pqcomm.c:1200 tcop/postgres.c:3913
+#: libpq/pqcomm.c:1219 tcop/postgres.c:3928
 #, c-format
 msgid "terminating connection because protocol synchronization was lost"
 msgstr "la connessione verrà terminata perché la sincronizzazione del protocollo è stata persa"
 
-#: libpq/pqcomm.c:1266
+#: libpq/pqcomm.c:1285
 #, c-format
 msgid "unexpected EOF within message length word"
 msgstr "fine file inattesa nella word della lunghezza del messaggio"
 
-#: libpq/pqcomm.c:1277
+#: libpq/pqcomm.c:1296
 #, c-format
 msgid "invalid message length"
 msgstr "lunghezza del messaggio non valida"
 
-#: libpq/pqcomm.c:1299 libpq/pqcomm.c:1312
+#: libpq/pqcomm.c:1318 libpq/pqcomm.c:1331
 #, c-format
 msgid "incomplete message from client"
 msgstr "messaggio incompleto dal client"
 
-#: libpq/pqcomm.c:1445
+#: libpq/pqcomm.c:1464
 #, c-format
 msgid "could not send data to client: %m"
 msgstr "invio dati al client fallito: %m"
@@ -13110,7 +13054,7 @@ msgstr "ExtensibleNodeMethods \"%s\" non è stato registrato"
 
 #: nodes/nodeFuncs.c:123 nodes/nodeFuncs.c:154 parser/parse_coerce.c:1844
 #: parser/parse_coerce.c:1872 parser/parse_coerce.c:1948
-#: parser/parse_expr.c:2089 parser/parse_func.c:598 parser/parse_oper.c:958
+#: parser/parse_expr.c:2110 parser/parse_func.c:602 parser/parse_oper.c:964
 #, c-format
 msgid "could not find array type for data type %s"
 msgstr "non è stato possibile trovare il tipo di array per il tipo di dati %s"
@@ -13127,44 +13071,44 @@ msgid "%s cannot be applied to the nullable side of an outer join"
 msgstr "%s non può essere applicato sul lato che può essere nullo di un join esterno"
 
 #. translator: %s is a SQL row locking clause such as FOR UPDATE
-#: optimizer/plan/planner.c:1544 parser/analyze.c:1624 parser/analyze.c:1821
+#: optimizer/plan/planner.c:1550 parser/analyze.c:1624 parser/analyze.c:1821
 #: parser/analyze.c:2615
 #, c-format
 msgid "%s is not allowed with UNION/INTERSECT/EXCEPT"
 msgstr "%s non è consentito con UNION/INTERSECT/EXCEPT"
 
-#: optimizer/plan/planner.c:2144 optimizer/plan/planner.c:4102
+#: optimizer/plan/planner.c:2150 optimizer/plan/planner.c:4108
 #, c-format
 msgid "could not implement GROUP BY"
 msgstr "non è stato possibile implementare GROUP BY"
 
-#: optimizer/plan/planner.c:2145 optimizer/plan/planner.c:4103
-#: optimizer/plan/planner.c:4843 optimizer/prep/prepunion.c:938
+#: optimizer/plan/planner.c:2151 optimizer/plan/planner.c:4109
+#: optimizer/plan/planner.c:4849 optimizer/prep/prepunion.c:938
 #, c-format
 msgid "Some of the datatypes only support hashing, while others only support sorting."
 msgstr "Alcuni dei tipi di dati supportano solo l'hashing, mentre altri supportano solo l'ordinamento."
 
-#: optimizer/plan/planner.c:4842
+#: optimizer/plan/planner.c:4848
 #, c-format
 msgid "could not implement DISTINCT"
 msgstr "non è stato possibile implementare DISTINCT"
 
-#: optimizer/plan/planner.c:5522
+#: optimizer/plan/planner.c:5528
 #, c-format
 msgid "could not implement window PARTITION BY"
 msgstr "non è stato possibile implementare PARTITION BY della finestra"
 
-#: optimizer/plan/planner.c:5523
+#: optimizer/plan/planner.c:5529
 #, c-format
 msgid "Window partitioning columns must be of sortable datatypes."
 msgstr "La colonna di partizionamento della finestra dev'essere un tipo di dato ordinabile."
 
-#: optimizer/plan/planner.c:5527
+#: optimizer/plan/planner.c:5533
 #, c-format
 msgid "could not implement window ORDER BY"
 msgstr "non è stato possibile implementare ORDER BY della finestra"
 
-#: optimizer/plan/planner.c:5528
+#: optimizer/plan/planner.c:5534
 #, c-format
 msgid "Window ordering columns must be of sortable datatypes."
 msgstr "La colonna di ordinamento della finestra dev'essere un tipo di dato ordinabile."
@@ -13190,7 +13134,7 @@ msgstr "Tutti i tipi di dati devono supportare l'hash."
 msgid "could not implement %s"
 msgstr "non è stato possibile implementare %s"
 
-#: optimizer/util/clauses.c:4668
+#: optimizer/util/clauses.c:4689
 #, c-format
 msgid "SQL function \"%s\" during inlining"
 msgstr "funzione SQL \"%s\" durante l'inlining"
@@ -13555,7 +13499,7 @@ msgid "grouping operations are not allowed in partition key expression"
 msgstr "le funzioni raggruppamento non sono supportate nelle espressioni di partizione"
 
 #. translator: %s is name of a SQL construct, eg GROUP BY
-#: parser/parse_agg.c:530 parser/parse_clause.c:1804
+#: parser/parse_agg.c:530 parser/parse_clause.c:1830
 #, c-format
 msgid "aggregate functions are not allowed in %s"
 msgstr "le funzioni di aggregazione non sono ammesse in %s"
@@ -13571,96 +13515,107 @@ msgstr "le operazioni di raggruppamento non sono ammesse in %s"
 msgid "outer-level aggregate cannot contain a lower-level variable in its direct arguments"
 msgstr "gli aggregati di livello esterno non possono contenere una variabile di livello inferiore tra gli argomenti diretti"
 
-#: parser/parse_agg.c:712
+#: parser/parse_agg.c:720
+#, c-format
+msgid "aggregate function calls cannot contain set-returning function calls"
+msgstr "le chiamate a funzioni di aggregazione non possono contenere chiamate a funzioni che restituiscono insiemi"
+
+#: parser/parse_agg.c:721 parser/parse_expr.c:1761 parser/parse_expr.c:2237
+#: parser/parse_func.c:773
+#, c-format
+msgid "You might be able to move the set-returning function into a LATERAL FROM item."
+msgstr "Potresti riuscire a spostare la funzione che restituisce insiemi in un costrutto LATERAL FORM."
+
+#: parser/parse_agg.c:726
 #, c-format
 msgid "aggregate function calls cannot contain window function calls"
 msgstr "le chiamate a funzioni di aggregazione non possono contenere chiamate a funzioni finestra"
 
-#: parser/parse_agg.c:790
+#: parser/parse_agg.c:805
 msgid "window functions are not allowed in JOIN conditions"
 msgstr "le funzioni finestra non sono ammesse nelle condizioni JOIN"
 
-#: parser/parse_agg.c:797
+#: parser/parse_agg.c:812
 msgid "window functions are not allowed in functions in FROM"
 msgstr "le funzioni finestra non sono ammesse nelle funzioni in FROM"
 
-#: parser/parse_agg.c:803
+#: parser/parse_agg.c:818
 msgid "window functions are not allowed in policy expressions"
 msgstr "le funzioni finestra non sono ammesse nell'espressione di una regola di sicurezza"
 
-#: parser/parse_agg.c:815
+#: parser/parse_agg.c:830
 msgid "window functions are not allowed in window definitions"
 msgstr "le funzioni finestra non sono ammesse nelle definizioni di finestre"
 
-#: parser/parse_agg.c:847
+#: parser/parse_agg.c:862
 msgid "window functions are not allowed in check constraints"
 msgstr "le funzioni finestra non sono ammesse nei vincoli di controllo"
 
-#: parser/parse_agg.c:851
+#: parser/parse_agg.c:866
 msgid "window functions are not allowed in DEFAULT expressions"
 msgstr "le funzioni finestra non sono ammesse nelle espressioni DEFAULT"
 
-#: parser/parse_agg.c:854
+#: parser/parse_agg.c:869
 msgid "window functions are not allowed in index expressions"
 msgstr "le funzioni finestra non sono ammesse nelle espressioni degli indici"
 
-#: parser/parse_agg.c:857
+#: parser/parse_agg.c:872
 msgid "window functions are not allowed in index predicates"
 msgstr "le funzioni finestra non sono ammesse nei predicati degli indici"
 
-#: parser/parse_agg.c:860
+#: parser/parse_agg.c:875
 msgid "window functions are not allowed in transform expressions"
 msgstr "le funzioni finestra non sono ammesse nelle espressioni di trasformazione"
 
-#: parser/parse_agg.c:863
+#: parser/parse_agg.c:878
 msgid "window functions are not allowed in EXECUTE parameters"
 msgstr "le funzioni finestra non sono ammesse nei parametri di EXECUTE"
 
-#: parser/parse_agg.c:866
+#: parser/parse_agg.c:881
 msgid "window functions are not allowed in trigger WHEN conditions"
 msgstr "le funzioni finestra non sono ammesse nelle condizioni WHEN dei trigger"
 
-#: parser/parse_agg.c:869
+#: parser/parse_agg.c:884
 msgid "window functions are not allowed in partition key expression"
 msgstr "le funzioni finestra non sono supportate nelle espressioni di partizione"
 
 #. translator: %s is name of a SQL construct, eg GROUP BY
-#: parser/parse_agg.c:889 parser/parse_clause.c:1813
+#: parser/parse_agg.c:904 parser/parse_clause.c:1839
 #, c-format
 msgid "window functions are not allowed in %s"
 msgstr "le funzioni finestra non sono ammesse in %s"
 
-#: parser/parse_agg.c:923 parser/parse_clause.c:2647
+#: parser/parse_agg.c:938 parser/parse_clause.c:2673
 #, c-format
 msgid "window \"%s\" does not exist"
 msgstr "la finestra \"%s\" non esiste"
 
-#: parser/parse_agg.c:1008
+#: parser/parse_agg.c:1023
 #, c-format
 msgid "too many grouping sets present (maximum 4096)"
 msgstr "troppi insiemi di raggruppamento presenti (il massimo è 4096)"
 
-#: parser/parse_agg.c:1157
+#: parser/parse_agg.c:1172
 #, c-format
 msgid "aggregate functions are not allowed in a recursive query's recursive term"
 msgstr "le funzioni di aggregazione non sono ammesse nel termine ricorsivo di una query ricorsiva"
 
-#: parser/parse_agg.c:1350
+#: parser/parse_agg.c:1365
 #, c-format
 msgid "column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function"
 msgstr "la colonna \"%s.%s\" deve comparire nella clausola GROUP BY o essere usata in una funzione di aggregazione"
 
-#: parser/parse_agg.c:1353
+#: parser/parse_agg.c:1368
 #, c-format
 msgid "Direct arguments of an ordered-set aggregate must use only grouped columns."
 msgstr "Gli argomenti diretti di un aggregato su insieme ordinato devono usare solo colonne raggruppate."
 
-#: parser/parse_agg.c:1358
+#: parser/parse_agg.c:1373
 #, c-format
 msgid "subquery uses ungrouped column \"%s.%s\" from outer query"
 msgstr "la sottoquery usa la colonna non raggruppata \"%s.%s\" dalla query esterna"
 
-#: parser/parse_agg.c:1522
+#: parser/parse_agg.c:1537
 #, c-format
 msgid "arguments to GROUPING must be grouping expressions of the associated query level"
 msgstr "gli argomenti di GROUPING devono essere espressioni di raggruppamento del livello della query associato"
@@ -13670,236 +13625,242 @@ msgstr "gli argomenti di GROUPING devono essere espressioni di raggruppamento de
 msgid "relation \"%s\" cannot be the target of a modifying statement"
 msgstr "la relazione \"%s\" non può essere obiettivo di un comando di modifica"
 
-#: parser/parse_clause.c:651
+#: parser/parse_clause.c:637 parser/parse_clause.c:665
+#: parser/parse_func.c:2153
+#, c-format
+msgid "set-returning functions must appear at top level of FROM"
+msgstr "le funzioni che restituiscono insiemi devono comparire al livello superiore del FROM"
+
+#: parser/parse_clause.c:677
 #, c-format
 msgid "multiple column definition lists are not allowed for the same function"
 msgstr "non è consentita più di una lista di definizione di colonne multiple per la stessa funzione"
 
-#: parser/parse_clause.c:684
+#: parser/parse_clause.c:710
 #, c-format
 msgid "ROWS FROM() with multiple functions cannot have a column definition list"
 msgstr "ROWS FROM() con più di una funzione non può avere una lista di definizioni di colonne"
 
-#: parser/parse_clause.c:685
+#: parser/parse_clause.c:711
 #, c-format
 msgid "Put a separate column definition list for each function inside ROWS FROM()."
 msgstr "Specifica una lista di definizioni colonna separata per ogni funzione dentro ROWS FROM()"
 
-#: parser/parse_clause.c:691
+#: parser/parse_clause.c:717
 #, c-format
 msgid "UNNEST() with multiple arguments cannot have a column definition list"
 msgstr "UNNEST() con più di un argomento non può avere una lista di definizioni di colonne"
 
-#: parser/parse_clause.c:692
+#: parser/parse_clause.c:718
 #, c-format
 msgid "Use separate UNNEST() calls inside ROWS FROM(), and attach a column definition list to each one."
 msgstr "Usa una invocazione di UNNEST() separata in ROWS FROM() e collega una lista di definizioni di colonne ad ognuna di esse."
 
-#: parser/parse_clause.c:699
+#: parser/parse_clause.c:725
 #, c-format
 msgid "WITH ORDINALITY cannot be used with a column definition list"
 msgstr "WITH ORDINALITY non può essere usata con una lista di definizioni di colonne"
 
-#: parser/parse_clause.c:700
+#: parser/parse_clause.c:726
 #, c-format
 msgid "Put the column definition list inside ROWS FROM()."
 msgstr "Specifica la lista di definizioni di colonne dentro ROWS FROM()."
 
-#: parser/parse_clause.c:803
+#: parser/parse_clause.c:829
 #, c-format
 msgid "only one FOR ORDINALITY column is allowed"
 msgstr "solo una colonna FOR ORDINALITY consentita"
 
-#: parser/parse_clause.c:864
+#: parser/parse_clause.c:890
 #, c-format
 msgid "column name \"%s\" is not unique"
 msgstr "il nome della colonna \"%s\" non è unico"
 
-#: parser/parse_clause.c:906
+#: parser/parse_clause.c:932
 #, c-format
 msgid "namespace name \"%s\" is not unique"
 msgstr "il nome di namespace \"%s\" non è unico"
 
-#: parser/parse_clause.c:916
+#: parser/parse_clause.c:942
 #, c-format
 msgid "only one default namespace is allowed"
 msgstr "solo un nome predefinito di namespace consentito"
 
-#: parser/parse_clause.c:977
+#: parser/parse_clause.c:1003
 #, c-format
 msgid "tablesample method %s does not exist"
 msgstr "il metodo di campionamento tabella %s non esiste"
 
-#: parser/parse_clause.c:999
+#: parser/parse_clause.c:1025
 #, c-format
 msgid "tablesample method %s requires %d argument, not %d"
 msgid_plural "tablesample method %s requires %d arguments, not %d"
 msgstr[0] "il metodo di campionamento %s richiede %d argumenti, not %d"
 msgstr[1] "il metodo di campionamento %s richiede %d argumenti, not %d"
 
-#: parser/parse_clause.c:1033
+#: parser/parse_clause.c:1059
 #, c-format
 msgid "tablesample method %s does not support REPEATABLE"
 msgstr "il metodo di campionamento %s non supporta REPEATABLE"
 
-#: parser/parse_clause.c:1194
+#: parser/parse_clause.c:1220
 #, c-format
 msgid "TABLESAMPLE clause can only be applied to tables and materialized views"
 msgstr "la clausola TABLESAMPLE può essere applicata solo a tabelle e viste materializzate"
 
-#: parser/parse_clause.c:1364
+#: parser/parse_clause.c:1390
 #, c-format
 msgid "column name \"%s\" appears more than once in USING clause"
 msgstr "il nome della colonna \"%s\" compare più di una volta nella clausola USING"
 
-#: parser/parse_clause.c:1379
+#: parser/parse_clause.c:1405
 #, c-format
 msgid "common column name \"%s\" appears more than once in left table"
 msgstr "il nome comune della colonna \"%s\" compare più di una volta nella tabella di sinistra"
 
-#: parser/parse_clause.c:1388
+#: parser/parse_clause.c:1414
 #, c-format
 msgid "column \"%s\" specified in USING clause does not exist in left table"
 msgstr "la colonna \"%s\" specificata nella clausola USING non esiste nella tabella di sinistra"
 
-#: parser/parse_clause.c:1402
+#: parser/parse_clause.c:1428
 #, c-format
 msgid "common column name \"%s\" appears more than once in right table"
 msgstr "il nome comune della colonna \"%s\" compare più di una volta nella tabella di destra"
 
-#: parser/parse_clause.c:1411
+#: parser/parse_clause.c:1437
 #, c-format
 msgid "column \"%s\" specified in USING clause does not exist in right table"
 msgstr "la colonna \"%s\" specificata nella clausola USING non esiste nella tabella di destra"
 
-#: parser/parse_clause.c:1465
+#: parser/parse_clause.c:1491
 #, c-format
 msgid "column alias list for \"%s\" has too many entries"
 msgstr "la lista di alias delle colonne per \"%s\" ha troppi elementi"
 
 #. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_clause.c:1774
+#: parser/parse_clause.c:1800
 #, c-format
 msgid "argument of %s must not contain variables"
 msgstr "l'argomento di %s non può contenere variabili"
 
 #. translator: first %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1939
+#: parser/parse_clause.c:1965
 #, c-format
 msgid "%s \"%s\" is ambiguous"
 msgstr "%s \"%s\" è ambiguo"
 
 #. translator: %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1968
+#: parser/parse_clause.c:1994
 #, c-format
 msgid "non-integer constant in %s"
 msgstr "costante non intera in %s"
 
 #  translator: %s is name of a SQL construct, eg ORDER BY
 #. translator: %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1990
+#: parser/parse_clause.c:2016
 #, c-format
 msgid "%s position %d is not in select list"
 msgstr "%s in posizione %d non è nella lista SELECT"
 
-#: parser/parse_clause.c:2431
+#: parser/parse_clause.c:2457
 #, c-format
 msgid "CUBE is limited to 12 elements"
 msgstr "CUBE è limitato a 12 elementi"
 
-#: parser/parse_clause.c:2635
+#: parser/parse_clause.c:2661
 #, c-format
 msgid "window \"%s\" is already defined"
 msgstr "la finestra \"%s\" è già definita"
 
-#: parser/parse_clause.c:2696
+#: parser/parse_clause.c:2722
 #, c-format
 msgid "cannot override PARTITION BY clause of window \"%s\""
 msgstr "non è possibile scavalcare la clausola PARTITION BY della finestra \"%s\""
 
-#: parser/parse_clause.c:2708
+#: parser/parse_clause.c:2734
 #, c-format
 msgid "cannot override ORDER BY clause of window \"%s\""
 msgstr "non è possibile scavalcare la clausola ORDER BY della finestra \"%s\""
 
-#: parser/parse_clause.c:2738 parser/parse_clause.c:2744
+#: parser/parse_clause.c:2764 parser/parse_clause.c:2770
 #, c-format
 msgid "cannot copy window \"%s\" because it has a frame clause"
 msgstr "non è possibile copiare la finestra \"%s\" perché ha una clausola frame"
 
-#: parser/parse_clause.c:2746
+#: parser/parse_clause.c:2772
 #, c-format
 msgid "Omit the parentheses in this OVER clause."
 msgstr "Omettere le parentesi in questa clausola OVER."
 
-#: parser/parse_clause.c:2812
+#: parser/parse_clause.c:2838
 #, c-format
 msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list"
 msgstr "in un aggregato con DISTINCT, le espressioni ORDER BY devono figurare nella lista di argomenti"
 
-#: parser/parse_clause.c:2813
+#: parser/parse_clause.c:2839
 #, c-format
 msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list"
 msgstr "per SELECT DISTINCT, le espressioni ORDER BY devono figurare nella lista di argomenti"
 
-#: parser/parse_clause.c:2845
+#: parser/parse_clause.c:2871
 #, c-format
 msgid "an aggregate with DISTINCT must have at least one argument"
 msgstr "un aggregato con DISTINCT deve avere almeno un argomento"
 
-#: parser/parse_clause.c:2846
+#: parser/parse_clause.c:2872
 #, c-format
 msgid "SELECT DISTINCT must have at least one column"
 msgstr "SELECT DISTINCT deve avere almeno una colonna"
 
-#: parser/parse_clause.c:2912 parser/parse_clause.c:2944
+#: parser/parse_clause.c:2938 parser/parse_clause.c:2970
 #, c-format
 msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
 msgstr "le espressioni SELECT DISTINCT ON devono coincidere con l'espressione ORDER BY iniziale"
 
-#: parser/parse_clause.c:3022
+#: parser/parse_clause.c:3048
 #, c-format
 msgid "ASC/DESC is not allowed in ON CONFLICT clause"
 msgstr "ASC/DESC non è permesso nelle clausole ON CONFLICT"
 
-#: parser/parse_clause.c:3028
+#: parser/parse_clause.c:3054
 #, c-format
 msgid "NULLS FIRST/LAST is not allowed in ON CONFLICT clause"
 msgstr "NULLS FIRST/LAST non è permesso nelle clausole ON CONFLICT"
 
-#: parser/parse_clause.c:3108
+#: parser/parse_clause.c:3134
 #, c-format
 msgid "ON CONFLICT DO UPDATE requires inference specification or constraint name"
 msgstr "ON CONFLICT DO UPDATE richiede una specifica di inferenza o il nome di un vincolo"
 
-#: parser/parse_clause.c:3109
+#: parser/parse_clause.c:3135
 #, c-format
 msgid "For example, ON CONFLICT (column_name)."
 msgstr "Per esempio, ON CONFLICT (nome_colonna)."
 
-#: parser/parse_clause.c:3120
+#: parser/parse_clause.c:3146
 #, c-format
 msgid "ON CONFLICT is not supported with system catalog tables"
 msgstr "ON CONFLICT non è supportato sulle tabelle del catalogo di sistema"
 
-#: parser/parse_clause.c:3128
+#: parser/parse_clause.c:3154
 #, c-format
 msgid "ON CONFLICT is not supported on table \"%s\" used as a catalog table"
 msgstr "ON CONFLICT non è supportato sulla tabella \"%s\" usata da una tabella di catalogo"
 
-#: parser/parse_clause.c:3254
+#: parser/parse_clause.c:3280
 #, c-format
 msgid "operator %s is not a valid ordering operator"
 msgstr "l'operatore %s non è un operatore di ordinamento valido"
 
-#: parser/parse_clause.c:3256
+#: parser/parse_clause.c:3282
 #, c-format
 msgid "Ordering operators must be \"<\" or \">\" members of btree operator families."
 msgstr "Gli operatori di ordinamento devono essere i membri \"<\" oppure \">\" di una famiglia di operatori btree."
 
 #: parser/parse_coerce.c:971 parser/parse_coerce.c:1001
 #: parser/parse_coerce.c:1019 parser/parse_coerce.c:1034
-#: parser/parse_expr.c:2123 parser/parse_expr.c:2699 parser/parse_target.c:936
+#: parser/parse_expr.c:2144 parser/parse_expr.c:2732 parser/parse_target.c:936
 #, c-format
 msgid "cannot cast type %s to %s"
 msgstr "non è possibile convertire il tipo %s in %s"
@@ -14113,410 +14074,421 @@ msgstr "FOR UPDATE/SHARE non è implementato in una query ricorsiva"
 msgid "recursive reference to query \"%s\" must not appear more than once"
 msgstr "il riferimento ricorsivo alla query \"%s\" non può apparire più di una volta"
 
-#: parser/parse_expr.c:357
+#: parser/parse_expr.c:350
 #, c-format
 msgid "DEFAULT is not allowed in this context"
 msgstr "DEFAULT non ammesso in questo contesto"
 
-#: parser/parse_expr.c:410 parser/parse_relation.c:3248
+#: parser/parse_expr.c:403 parser/parse_relation.c:3248
 #: parser/parse_relation.c:3268
 #, c-format
 msgid "column %s.%s does not exist"
 msgstr "la colonna %s.%s non esiste"
 
-#: parser/parse_expr.c:422
+#: parser/parse_expr.c:415
 #, c-format
 msgid "column \"%s\" not found in data type %s"
 msgstr "la colonna \"%s\" non è stata trovata nel tipo di dato %s"
 
-#: parser/parse_expr.c:428
+#: parser/parse_expr.c:421
 #, c-format
 msgid "could not identify column \"%s\" in record data type"
 msgstr "la colonna \"%s\" non identificata nel tipo di dato record"
 
-#: parser/parse_expr.c:434
+#: parser/parse_expr.c:427
 #, c-format
 msgid "column notation .%s applied to type %s, which is not a composite type"
 msgstr "la notazione della colonna .%s sembra essere di tipo %s, che non è un tipo composito"
 
-#: parser/parse_expr.c:464 parser/parse_target.c:722
+#: parser/parse_expr.c:458 parser/parse_target.c:722
 #, c-format
 msgid "row expansion via \"*\" is not supported here"
 msgstr "l'espansione della riga tramite \"*\" non è supportata qui"
 
-#: parser/parse_expr.c:769 parser/parse_relation.c:689
+#: parser/parse_expr.c:767 parser/parse_relation.c:689
 #: parser/parse_relation.c:789 parser/parse_target.c:1171
 #, c-format
 msgid "column reference \"%s\" is ambiguous"
 msgstr "il riferimento alla colonna \"%s\" è ambiguo"
 
-#: parser/parse_expr.c:825 parser/parse_param.c:110 parser/parse_param.c:142
+#: parser/parse_expr.c:823 parser/parse_param.c:110 parser/parse_param.c:142
 #: parser/parse_param.c:199 parser/parse_param.c:298
 #, c-format
 msgid "there is no parameter $%d"
 msgstr "parametro $%d non presente"
 
-#: parser/parse_expr.c:1064
+#: parser/parse_expr.c:1066
 #, c-format
 msgid "NULLIF requires = operator to yield boolean"
 msgstr "NULLIF richiede che l'operatore = restituisca un valore booleano"
 
-#: parser/parse_expr.c:1508 parser/parse_expr.c:1540
+#. translator: %s is name of a SQL construct, eg NULLIF
+#: parser/parse_expr.c:1072 parser/parse_expr.c:3048
+#, c-format
+msgid "%s must not return a set"
+msgstr "%s non può restituire un insieme"
+
+#: parser/parse_expr.c:1519 parser/parse_expr.c:1551
 #, c-format
 msgid "number of columns does not match number of values"
 msgstr "il numero di colonne non corrisponde al numero di valori"
 
-#: parser/parse_expr.c:1554
+#: parser/parse_expr.c:1565
 #, c-format
 msgid "source for a multiple-column UPDATE item must be a sub-SELECT or ROW() expression"
 msgstr "l'origine per un UPDATE multi-colonna deve essere una sub-SELECT o espressione ROW()"
 
-#: parser/parse_expr.c:1798
+#. translator: %s is name of a SQL construct, eg GROUP BY
+#: parser/parse_expr.c:1759 parser/parse_expr.c:2235 parser/parse_func.c:2256
+#, c-format
+msgid "set-returning functions are not allowed in %s"
+msgstr "non si possono usare funzioni che restituiscono insiemi in %s"
+
+#: parser/parse_expr.c:1819
 msgid "cannot use subquery in check constraint"
 msgstr "non si può usare una sottoquery nel vincolo di controllo"
 
-#: parser/parse_expr.c:1802
+#: parser/parse_expr.c:1823
 msgid "cannot use subquery in DEFAULT expression"
 msgstr "non si può usare una sottoquery in un'espressione DEFAULT"
 
-#: parser/parse_expr.c:1805
+#: parser/parse_expr.c:1826
 msgid "cannot use subquery in index expression"
 msgstr "non si possono usare sottoquery nell'espressione dell'indice"
 
-#: parser/parse_expr.c:1808
+#: parser/parse_expr.c:1829
 msgid "cannot use subquery in index predicate"
 msgstr "non è possibile usare sottoquery nel predicato dell'indice"
 
-#: parser/parse_expr.c:1811
+#: parser/parse_expr.c:1832
 msgid "cannot use subquery in transform expression"
 msgstr "non è possibile usare sottoquery in un'espressione di trasformazione"
 
-#: parser/parse_expr.c:1814
+#: parser/parse_expr.c:1835
 msgid "cannot use subquery in EXECUTE parameter"
 msgstr "non si possono usare sottoquery nel parametro EXECUTE"
 
-#: parser/parse_expr.c:1817
+#: parser/parse_expr.c:1838
 msgid "cannot use subquery in trigger WHEN condition"
 msgstr "non è possibile usare sottoquery nella condizione WHEN del trigger"
 
-#: parser/parse_expr.c:1820
+#: parser/parse_expr.c:1841
 msgid "cannot use subquery in partition key expression"
 msgstr "non è possibile usare sottowquery in un'espressione di partizione"
 
-#: parser/parse_expr.c:1873
+#: parser/parse_expr.c:1894
 #, c-format
 msgid "subquery must return only one column"
 msgstr "la sottoquery deve restituire solo una colonna"
 
-#: parser/parse_expr.c:1957
+#: parser/parse_expr.c:1978
 #, c-format
 msgid "subquery has too many columns"
 msgstr "la sottoquery ha troppe colonne"
 
-#: parser/parse_expr.c:1962
+#: parser/parse_expr.c:1983
 #, c-format
 msgid "subquery has too few columns"
 msgstr "la sottoquery ha troppe poche colonne"
 
-#: parser/parse_expr.c:2063
+#: parser/parse_expr.c:2084
 #, c-format
 msgid "cannot determine type of empty array"
 msgstr "non è possibile determinare il tipo di un array vuoto"
 
-#: parser/parse_expr.c:2064
+#: parser/parse_expr.c:2085
 #, c-format
 msgid "Explicitly cast to the desired type, for example ARRAY[]::integer[]."
 msgstr "Effettua una conversione esplicita al tipo desiderato, ad esempio ARRAY[]::integer[]."
 
-#: parser/parse_expr.c:2078
+#: parser/parse_expr.c:2099
 #, c-format
 msgid "could not find element type for data type %s"
 msgstr "tipo dell'elemento non trovato per il tipo di dato %s"
 
-#: parser/parse_expr.c:2353
+#: parser/parse_expr.c:2386
 #, c-format
 msgid "unnamed XML attribute value must be a column reference"
 msgstr "il valore dell'attributo XML senza nome dev'essere un riferimento ad una colonna"
 
-#: parser/parse_expr.c:2354
+#: parser/parse_expr.c:2387
 #, c-format
 msgid "unnamed XML element value must be a column reference"
 msgstr "il valore dell'elemento XML senza nome dev'essere un riferimento ad una colonna"
 
-#: parser/parse_expr.c:2369
+#: parser/parse_expr.c:2402
 #, c-format
 msgid "XML attribute name \"%s\" appears more than once"
 msgstr "l'attributo XML di nome \"%s\" compare più di una volta"
 
-#: parser/parse_expr.c:2476
+#: parser/parse_expr.c:2509
 #, c-format
 msgid "cannot cast XMLSERIALIZE result to %s"
 msgstr "non è possibile convertire il risultato di XMLSERIALIZE a %s"
 
-#: parser/parse_expr.c:2772 parser/parse_expr.c:2967
+#: parser/parse_expr.c:2805 parser/parse_expr.c:3001
 #, c-format
 msgid "unequal number of entries in row expressions"
 msgstr "numero di elementi differente nelle espressioni di riga"
 
-#: parser/parse_expr.c:2782
+#: parser/parse_expr.c:2815
 #, c-format
 msgid "cannot compare rows of zero length"
 msgstr "non possono comparire righe di lunghezza zero"
 
-#: parser/parse_expr.c:2806
+#: parser/parse_expr.c:2840
 #, c-format
 msgid "row comparison operator must yield type boolean, not type %s"
 msgstr "l'operatore di comparazione tra righe deve restituire il tipo booleano, non il tipo %s"
 
-#: parser/parse_expr.c:2813
+#: parser/parse_expr.c:2847
 #, c-format
 msgid "row comparison operator must not return a set"
 msgstr "l'operatore di comparazione tra righe non può restituire un insieme"
 
-#: parser/parse_expr.c:2872 parser/parse_expr.c:2913
+#: parser/parse_expr.c:2906 parser/parse_expr.c:2947
 #, c-format
 msgid "could not determine interpretation of row comparison operator %s"
 msgstr "non è stato possibile determinare un'interpretazione dell'operatore di comparazione tra righe %s"
 
-#: parser/parse_expr.c:2874
+#: parser/parse_expr.c:2908
 #, c-format
 msgid "Row comparison operators must be associated with btree operator families."
 msgstr "Gli operatori di comparazione tra righe devono essere associati a famiglie di operatori btree."
 
-#: parser/parse_expr.c:2915
+#: parser/parse_expr.c:2949
 #, c-format
 msgid "There are multiple equally-plausible candidates."
 msgstr "C'è più di un candidato egualmente plausibile."
 
-#: parser/parse_expr.c:3007
+#: parser/parse_expr.c:3042
 #, c-format
 msgid "IS DISTINCT FROM requires = operator to yield boolean"
 msgstr "IS DISTINCT FROM richiede che l'operatore = restituisca un valore booleano"
 
-#: parser/parse_expr.c:3320 parser/parse_expr.c:3338
+#: parser/parse_expr.c:3361 parser/parse_expr.c:3379
 #, c-format
 msgid "operator precedence change: %s is now lower precedence than %s"
 msgstr "cambio di precedenza di operatori: %s ora ha precedenza inferiore di %s"
 
-#: parser/parse_func.c:175
+#: parser/parse_func.c:179
 #, c-format
 msgid "argument name \"%s\" used more than once"
 msgstr "il nome dell'argomento \"%s\" è usato più di una volta"
 
-#: parser/parse_func.c:186
+#: parser/parse_func.c:190
 #, c-format
 msgid "positional argument cannot follow named argument"
 msgstr "gli argomenti posizionali non possono seguire gli argomenti con nome"
 
-#: parser/parse_func.c:271
+#: parser/parse_func.c:275
 #, c-format
 msgid "%s(*) specified, but %s is not an aggregate function"
 msgstr "%s(*) specificato, ma %s non è una funzione di aggregazione"
 
-#: parser/parse_func.c:278
+#: parser/parse_func.c:282
 #, c-format
 msgid "DISTINCT specified, but %s is not an aggregate function"
 msgstr "DISTINCT specificato, ma %s non è una funzione di aggregazione"
 
-#: parser/parse_func.c:284
+#: parser/parse_func.c:288
 #, c-format
 msgid "WITHIN GROUP specified, but %s is not an aggregate function"
 msgstr "WITHIN GROUP specificato, ma %s non è una funzione di aggregazione"
 
-#: parser/parse_func.c:290
+#: parser/parse_func.c:294
 #, c-format
 msgid "ORDER BY specified, but %s is not an aggregate function"
 msgstr "ORDER BY specificato, ma %s non è una funzione di aggregazione"
 
-#: parser/parse_func.c:296
+#: parser/parse_func.c:300
 #, c-format
 msgid "FILTER specified, but %s is not an aggregate function"
 msgstr "FILTER specificato, ma %s non è una funzione di aggregazione"
 
-#: parser/parse_func.c:302
+#: parser/parse_func.c:306
 #, c-format
 msgid "OVER specified, but %s is not a window function nor an aggregate function"
 msgstr "OVER specificato, ma %s non è una funzione finestra né una funzione di aggregazione"
 
-#: parser/parse_func.c:332
+#: parser/parse_func.c:336
 #, c-format
 msgid "WITHIN GROUP is required for ordered-set aggregate %s"
 msgstr "WITHIN GROUP è richiesto per l'aggregato su insieme ordinato %s"
 
-#: parser/parse_func.c:338
+#: parser/parse_func.c:342
 #, c-format
 msgid "OVER is not supported for ordered-set aggregate %s"
 msgstr "OVER non è supportato per l'aggregato su insieme ordinato %s"
 
-#: parser/parse_func.c:369 parser/parse_func.c:398
+#: parser/parse_func.c:373 parser/parse_func.c:402
 #, c-format
 msgid "There is an ordered-set aggregate %s, but it requires %d direct arguments, not %d."
 msgstr "Esiste un aggregato su insieme ordinato %s, ma richiede %d argomenti diretti, non %d."
 
-#: parser/parse_func.c:423
+#: parser/parse_func.c:427
 #, c-format
 msgid "To use the hypothetical-set aggregate %s, the number of hypothetical direct arguments (here %d) must match the number of ordering columns (here %d)."
 msgstr "Per usare l'aggregato su insieme ipotetico %s il numero di argomenti ipotetici diretti (qui %d) deve combaciare con quello di colonne di ordinamento (qui %d)."
 
-#: parser/parse_func.c:437
+#: parser/parse_func.c:441
 #, c-format
 msgid "There is an ordered-set aggregate %s, but it requires at least %d direct arguments."
 msgstr "Esiste un aggregato su insieme ordinato %s, ma richiede almeno %d argomenti diretti."
 
-#: parser/parse_func.c:456
+#: parser/parse_func.c:460
 #, c-format
 msgid "%s is not an ordered-set aggregate, so it cannot have WITHIN GROUP"
 msgstr "%s non è un aggregato su insieme ordinato, per cui non può avere WITHIN GROUP"
 
-#: parser/parse_func.c:469
+#: parser/parse_func.c:473
 #, c-format
 msgid "window function %s requires an OVER clause"
 msgstr "la funzione finestra %s richiede una clausola OVER"
 
-#: parser/parse_func.c:476
+#: parser/parse_func.c:480
 #, c-format
 msgid "window function %s cannot have WITHIN GROUP"
 msgstr "la funzione di aggregazione %s non può avere WITHIN GROUP"
 
-#: parser/parse_func.c:497
+#: parser/parse_func.c:501
 #, c-format
 msgid "function %s is not unique"
 msgstr "la funzione %s non è unica"
 
-#: parser/parse_func.c:500
+#: parser/parse_func.c:504
 #, c-format
 msgid "Could not choose a best candidate function. You might need to add explicit type casts."
 msgstr "Non è stato possibile scegliere la funzione migliore. Potrebbe essere necessario convertire i tipi esplicitamente."
 
-#: parser/parse_func.c:511
+#: parser/parse_func.c:515
 #, c-format
 msgid "No aggregate function matches the given name and argument types. Perhaps you misplaced ORDER BY; ORDER BY must appear after all regular arguments of the aggregate."
 msgstr "Nessuna funzione di aggregazione trovata con nome e tipi di argomenti forniti. Forse hai posizionato ORDER BY male: ORDER BY deve apparire dopo tutti gli argomenti regolari della funzione di aggregazione."
 
-#: parser/parse_func.c:522
+#: parser/parse_func.c:526
 #, c-format
 msgid "No function matches the given name and argument types. You might need to add explicit type casts."
 msgstr "Nessuna funzione trovata con nome e tipi di argomenti forniti. Potrebbe essere necessario convertire i tipi esplicitamente."
 
-#: parser/parse_func.c:624
+#: parser/parse_func.c:628
 #, c-format
 msgid "VARIADIC argument must be an array"
 msgstr "l'argomento VARIADIC deve essere un array"
 
-#: parser/parse_func.c:676 parser/parse_func.c:740
+#: parser/parse_func.c:680 parser/parse_func.c:744
 #, c-format
 msgid "%s(*) must be used to call a parameterless aggregate function"
 msgstr "%s(*) dev'essere usato per richiamare una funzione di aggregazione senza parametri"
 
-#: parser/parse_func.c:683
+#: parser/parse_func.c:687
 #, c-format
 msgid "aggregates cannot return sets"
 msgstr "le funzioni di aggregazione non possono restituire insiemi"
 
-#: parser/parse_func.c:698
+#: parser/parse_func.c:702
 #, c-format
 msgid "aggregates cannot use named arguments"
 msgstr "le funzioni di aggregazione non possono usare argomenti con nome"
 
-#: parser/parse_func.c:730
+#: parser/parse_func.c:734
 #, c-format
 msgid "DISTINCT is not implemented for window functions"
 msgstr "DISTINCT non è implementato per funzioni finestra"
 
-#: parser/parse_func.c:750
+#: parser/parse_func.c:754
 #, c-format
 msgid "aggregate ORDER BY is not implemented for window functions"
 msgstr "ORDER BY delle funzioni di aggregazione non è implementato per funzioni finestra"
 
-#: parser/parse_func.c:759
+#: parser/parse_func.c:763
 #, c-format
 msgid "FILTER is not implemented for non-aggregate window functions"
 msgstr "FILTER non è implementato per funzioni finestra non aggregate"
 
-#: parser/parse_func.c:765
+#: parser/parse_func.c:772
+#, c-format
+msgid "window function calls cannot contain set-returning function calls"
+msgstr "le funzioni finestra non possono contenere richiami a funzioni che restituiscono insiemi"
+
+#: parser/parse_func.c:780
 #, c-format
 msgid "window functions cannot return sets"
 msgstr "le funzioni finestra non possono restituire insiemi"
 
-#: parser/parse_func.c:1931
+#: parser/parse_func.c:1950
 #, c-format
 msgid "function name \"%s\" is not unique"
 msgstr "il nome della funzione \"%s\" non è univoco"
 
-#: parser/parse_func.c:1933
+#: parser/parse_func.c:1952
 #, c-format
 msgid "Specify the argument list to select the function unambiguously."
 msgstr "Specifica l'elenco degli argomenti per selezionare la funzione senza ambiguità."
 
-#: parser/parse_func.c:1943
+#: parser/parse_func.c:1962
 #, c-format
 msgid "could not find a function named \"%s\""
 msgstr "funzione \"%s\" non trovata"
 
-#: parser/parse_func.c:2045
+#: parser/parse_func.c:2064
 #, c-format
 msgid "aggregate %s(*) does not exist"
 msgstr "la funzione di aggregazione %s(*) non esiste"
 
-#: parser/parse_func.c:2050
+#: parser/parse_func.c:2069
 #, c-format
 msgid "aggregate %s does not exist"
 msgstr "la funzione di aggregazione %s non esiste"
 
-#: parser/parse_func.c:2069
+#: parser/parse_func.c:2088
 #, c-format
 msgid "function %s is not an aggregate"
 msgstr "la funzione %s non è una funzione di aggregazione"
 
-#: parser/parse_func.c:2117
+#: parser/parse_func.c:2140
 msgid "set-returning functions are not allowed in JOIN conditions"
 msgstr "non si possono usare funzioni che restituiscono insiemi in condizioni JOIN"
 
-#: parser/parse_func.c:2130
+#: parser/parse_func.c:2161
 msgid "set-returning functions are not allowed in policy expressions"
 msgstr "non si possono usare funzioni che restituiscono insiemi nelle regole di sicurezza"
 
-#: parser/parse_func.c:2145
+#: parser/parse_func.c:2176
 msgid "set-returning functions are not allowed in window definitions"
 msgstr "non si possono usare funzioni che restituiscono insiemi nelle definizioni di finestre"
 
-#: parser/parse_func.c:2183
+#: parser/parse_func.c:2214
 msgid "set-returning functions are not allowed in check constraints"
 msgstr "non si possono usare funzioni che restituiscono insiemi nei vincoli di controllo"
 
-#: parser/parse_func.c:2187
+#: parser/parse_func.c:2218
 msgid "set-returning functions are not allowed in DEFAULT expressions"
 msgstr "non si possono usare funzioni che restituiscono insiemi nelle espressioni DEFAULT"
 
-#: parser/parse_func.c:2190
+#: parser/parse_func.c:2221
 msgid "set-returning functions are not allowed in index expressions"
 msgstr "non si possono usare funzioni che restituiscono insiemi nelle espressioni degli indici"
 
-#: parser/parse_func.c:2193
+#: parser/parse_func.c:2224
 msgid "set-returning functions are not allowed in index predicates"
 msgstr "non si possono usare funzioni che restituiscono insiemi nei predicati degli indici"
 
-#: parser/parse_func.c:2196
+#: parser/parse_func.c:2227
 msgid "set-returning functions are not allowed in transform expressions"
 msgstr "non si possono usare funzioni che restituiscono insiemi in espressioni di trasformazione"
 
-#: parser/parse_func.c:2199
+#: parser/parse_func.c:2230
 msgid "set-returning functions are not allowed in EXECUTE parameters"
 msgstr "non si possono usare funzioni che restituiscono insiemi in parametri EXECUTE"
 
-#: parser/parse_func.c:2202
+#: parser/parse_func.c:2233
 msgid "set-returning functions are not allowed in trigger WHEN conditions"
 msgstr "non si possono usare funzioni che restituiscono insiemi nelle condizioni WHEN dei trigger"
 
-#: parser/parse_func.c:2205
-msgid "set-returning functions are not allowed in partition key expression"
-msgstr "non si possono usare funzioni che restituiscono insiemi in espressioni di partizione"
-
-#. translator: %s is name of a SQL construct, eg GROUP BY
-#: parser/parse_func.c:2225
-#, c-format
-msgid "set-returning functions are not allowed in %s"
-msgstr "non si possono usare funzioni che restituiscono insiemi in %s"
+#: parser/parse_func.c:2236
+msgid "set-returning functions are not allowed in partition key expressions"
+msgstr "non si possono usare funzioni che restituiscono insiemi come espressione di partizione "
 
 #: parser/parse_node.c:87
 #, c-format
@@ -14538,8 +14510,8 @@ msgstr "l'indice di un array dev'essere di tipo intero"
 msgid "array assignment requires type %s but expression is of type %s"
 msgstr "l'assegnamento all'array richiede il tipo %s ma l'espressione è di tipo %s"
 
-#: parser/parse_oper.c:125 parser/parse_oper.c:724 utils/adt/regproc.c:519
-#: utils/adt/regproc.c:703
+#: parser/parse_oper.c:125 parser/parse_oper.c:724 utils/adt/regproc.c:520
+#: utils/adt/regproc.c:704
 #, c-format
 msgid "operator does not exist: %s"
 msgstr "l'operatore non esiste: %s"
@@ -14549,14 +14521,6 @@ msgstr "l'operatore non esiste: %s"
 msgid "Use an explicit ordering operator or modify the query."
 msgstr "Usa un operatore di ordinamento esplicito, oppure modifica la query."
 
-#: parser/parse_oper.c:228 utils/adt/array_userfuncs.c:724
-#: utils/adt/array_userfuncs.c:863 utils/adt/arrayfuncs.c:3639
-#: utils/adt/arrayfuncs.c:4077 utils/adt/arrayfuncs.c:6039
-#: utils/adt/rowtypes.c:1167
-#, c-format
-msgid "could not identify an equality operator for type %s"
-msgstr "operatore di uguaglianza per il tipo %s non trovato"
-
 #: parser/parse_oper.c:480
 #, c-format
 msgid "operator requires run-time type coercion: %s"
@@ -14577,22 +14541,22 @@ msgstr "Non è stato possibile scegliere l'operatore migliore. Potrebbe essere n
 msgid "No operator matches the given name and argument type(s). You might need to add explicit type casts."
 msgstr "Nessun operatore trovato con nome e tipi di argomenti forniti. Potrebbe essere necessario convertire i tipi esplicitamente."
 
-#: parser/parse_oper.c:785 parser/parse_oper.c:903
+#: parser/parse_oper.c:787 parser/parse_oper.c:909
 #, c-format
 msgid "operator is only a shell: %s"
 msgstr "l'operatore non è completamente definito: %s"
 
-#: parser/parse_oper.c:891
+#: parser/parse_oper.c:897
 #, c-format
 msgid "op ANY/ALL (array) requires array on right side"
 msgstr "op ANY/ALL (array) richiede un array sul lato destro"
 
-#: parser/parse_oper.c:933
+#: parser/parse_oper.c:939
 #, c-format
 msgid "op ANY/ALL (array) requires operator to yield boolean"
 msgstr "op ANY/ALL (array) richiede che l'operatore restituisca un valore booleano"
 
-#: parser/parse_oper.c:938
+#: parser/parse_oper.c:944
 #, c-format
 msgid "op ANY/ALL (array) requires operator not to return a set"
 msgstr "op ANY/ALL (array) richiede che l'operatore non restituisca un insieme"
@@ -14793,315 +14757,309 @@ msgstr "i modificatori di tipo devono essere costanti o identificatori semplici"
 msgid "invalid type name \"%s\""
 msgstr "nome di tipo \"%s\" non valido"
 
-#: parser/parse_utilcmd.c:264
+#: parser/parse_utilcmd.c:265
 #, c-format
 msgid "cannot create partitioned table as inheritance child"
 msgstr "non è possibile creare tabelle partizionate come figli di ereditarietà"
 
-#: parser/parse_utilcmd.c:269
-#, c-format
-msgid "cannot partition using more than %d columns"
-msgstr "non è possibile partizionare usando più di %d colonne"
-
-#: parser/parse_utilcmd.c:276
-#, c-format
-msgid "cannot list partition using more than one column"
-msgstr "non è possibile elencare partizioni che usano più di una colonna"
-
-#: parser/parse_utilcmd.c:428
+#: parser/parse_utilcmd.c:435
 #, c-format
 msgid "%s will create implicit sequence \"%s\" for serial column \"%s.%s\""
 msgstr "%s creerà la sequenza implicita \"%s\" per la colonna serial \"%s.%s\""
 
-#: parser/parse_utilcmd.c:541
+#: parser/parse_utilcmd.c:550
 #, c-format
 msgid "array of serial is not implemented"
 msgstr "gli array di serial non sono implementati"
 
-#: parser/parse_utilcmd.c:617 parser/parse_utilcmd.c:629
+#: parser/parse_utilcmd.c:626 parser/parse_utilcmd.c:638
 #, c-format
 msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\""
 msgstr "dichiarazioni NULL/NOT NULL in conflitto per la colonna \"%s\" della tabella \"%s\""
 
-#: parser/parse_utilcmd.c:641
+#: parser/parse_utilcmd.c:650
 #, c-format
 msgid "multiple default values specified for column \"%s\" of table \"%s\""
 msgstr "più di un valore predefinito specificato per la colonna \"%s\" della tabella \"%s\""
 
-#: parser/parse_utilcmd.c:662
+#: parser/parse_utilcmd.c:671
 #, c-format
 msgid "multiple identity specifications for column \"%s\" of table \"%s\""
 msgstr "specifica di identità multipla per la colonna \"%s\" della tabella \"%s\""
 
-#: parser/parse_utilcmd.c:685 parser/parse_utilcmd.c:802
+#: parser/parse_utilcmd.c:694 parser/parse_utilcmd.c:811
 #, c-format
 msgid "primary key constraints are not supported on foreign tables"
 msgstr "i vincoli di chiave primaria non sono supportati sulle tabelle esterne"
 
-#: parser/parse_utilcmd.c:691 parser/parse_utilcmd.c:808
+#: parser/parse_utilcmd.c:700 parser/parse_utilcmd.c:817
 #, c-format
 msgid "primary key constraints are not supported on partitioned tables"
 msgstr "i vincoli di chiave primaria non sono supportati sulle tabelle partizionate"
 
-#: parser/parse_utilcmd.c:700 parser/parse_utilcmd.c:818
+#: parser/parse_utilcmd.c:709 parser/parse_utilcmd.c:827
 #, c-format
 msgid "unique constraints are not supported on foreign tables"
 msgstr "i vincoli di unicità non sono supportati sulle tabelle esterne"
 
-#: parser/parse_utilcmd.c:706 parser/parse_utilcmd.c:824
+#: parser/parse_utilcmd.c:715 parser/parse_utilcmd.c:833
 #, c-format
 msgid "unique constraints are not supported on partitioned tables"
 msgstr "i vincoli di unicità non sono supportati sulle tabelle partizionate"
 
-#: parser/parse_utilcmd.c:723 parser/parse_utilcmd.c:854
+#: parser/parse_utilcmd.c:732 parser/parse_utilcmd.c:863
 #, c-format
 msgid "foreign key constraints are not supported on foreign tables"
 msgstr "i vincoli di chiave esterna non sono supportati sulle tabelle esterne"
 
-#: parser/parse_utilcmd.c:729 parser/parse_utilcmd.c:860
+#: parser/parse_utilcmd.c:738 parser/parse_utilcmd.c:869
 #, c-format
 msgid "foreign key constraints are not supported on partitioned tables"
 msgstr "i vincoli di chiave esterna non sono supportati sulle tabelle partizionate"
 
-#: parser/parse_utilcmd.c:757
+#: parser/parse_utilcmd.c:766
 #, c-format
 msgid "both default and identity specified for column \"%s\" of table \"%s\""
 msgstr "specificati sia il default che l'identità per la colonna \"%s\" della tabella \"%s\""
 
-#: parser/parse_utilcmd.c:834
+#: parser/parse_utilcmd.c:843
 #, c-format
 msgid "exclusion constraints are not supported on foreign tables"
 msgstr "i vincoli esclusione non sono supportati sulle tabelle esterne"
 
-#: parser/parse_utilcmd.c:840
+#: parser/parse_utilcmd.c:849
 #, c-format
 msgid "exclusion constraints are not supported on partitioned tables"
 msgstr "i vincoli esclusione non sono supportati sulle tabelle partizionate"
 
-#: parser/parse_utilcmd.c:910
+#: parser/parse_utilcmd.c:919
 #, c-format
 msgid "LIKE is not supported for creating foreign tables"
 msgstr "LIKE non è supportato nella creazione di tabelle esterne"
 
-#: parser/parse_utilcmd.c:1465 parser/parse_utilcmd.c:1541
+#: parser/parse_utilcmd.c:1474 parser/parse_utilcmd.c:1550
 #, c-format
 msgid "Index \"%s\" contains a whole-row table reference."
 msgstr "L'indice \"%s\" contiene un riferimento all'intera riga della tabella."
 
-#: parser/parse_utilcmd.c:1810
+#: parser/parse_utilcmd.c:1819
 #, c-format
 msgid "cannot use an existing index in CREATE TABLE"
 msgstr "non è possibile usare un indice preesistente in CREATE TABLE"
 
-#: parser/parse_utilcmd.c:1830
+#: parser/parse_utilcmd.c:1839
 #, c-format
 msgid "index \"%s\" is already associated with a constraint"
 msgstr "l'indice \"%s\" è già associato ad un vincolo"
 
-#: parser/parse_utilcmd.c:1838
+#: parser/parse_utilcmd.c:1847
 #, c-format
 msgid "index \"%s\" does not belong to table \"%s\""
 msgstr "l'indice \"%s\" non appartiene alla tabella \"%s\""
 
-#: parser/parse_utilcmd.c:1845
+#: parser/parse_utilcmd.c:1854
 #, c-format
 msgid "index \"%s\" is not valid"
 msgstr "l'indice \"%s\" non è valido"
 
-#: parser/parse_utilcmd.c:1851
+#: parser/parse_utilcmd.c:1860
 #, c-format
 msgid "\"%s\" is not a unique index"
 msgstr "\"%s\" non è un indice univoco"
 
-#: parser/parse_utilcmd.c:1852 parser/parse_utilcmd.c:1859
-#: parser/parse_utilcmd.c:1866 parser/parse_utilcmd.c:1936
+#: parser/parse_utilcmd.c:1861 parser/parse_utilcmd.c:1868
+#: parser/parse_utilcmd.c:1875 parser/parse_utilcmd.c:1945
 #, c-format
 msgid "Cannot create a primary key or unique constraint using such an index."
 msgstr "Non è possibile creare una chiave primaria o un vincolo univoco usando tale indice."
 
-#: parser/parse_utilcmd.c:1858
+#: parser/parse_utilcmd.c:1867
 #, c-format
 msgid "index \"%s\" contains expressions"
 msgstr "l'indice \"%s\" contiene espressioni"
 
-#: parser/parse_utilcmd.c:1865
+#: parser/parse_utilcmd.c:1874
 #, c-format
 msgid "\"%s\" is a partial index"
 msgstr "\"%s\" è un indice parziale"
 
-#: parser/parse_utilcmd.c:1877
+#: parser/parse_utilcmd.c:1886
 #, c-format
 msgid "\"%s\" is a deferrable index"
 msgstr "\"%s\" è un indice deferibile"
 
-#: parser/parse_utilcmd.c:1878
+#: parser/parse_utilcmd.c:1887
 #, c-format
 msgid "Cannot create a non-deferrable constraint using a deferrable index."
 msgstr "Non è possibile creare un vincolo non deferibile usando un indice deferibile."
 
-#: parser/parse_utilcmd.c:1935
+#: parser/parse_utilcmd.c:1944
 #, c-format
 msgid "index \"%s\" does not have default sorting behavior"
 msgstr "l'indice \"%s\" non ha un ordinamento predefinito"
 
-#: parser/parse_utilcmd.c:2079
+#: parser/parse_utilcmd.c:2088
 #, c-format
 msgid "column \"%s\" appears twice in primary key constraint"
 msgstr "la colonna \"%s\" appare due volte nel vincolo di chiave primaria"
 
-#: parser/parse_utilcmd.c:2085
+#: parser/parse_utilcmd.c:2094
 #, c-format
 msgid "column \"%s\" appears twice in unique constraint"
 msgstr "la colonna \"%s\" appare due volte nel vincolo univoco"
 
-#: parser/parse_utilcmd.c:2294
+#: parser/parse_utilcmd.c:2303
 #, c-format
 msgid "index expressions and predicates can refer only to the table being indexed"
 msgstr "le espressioni e i predicati dell'indice possono riferirsi solo alla tabella indicizzata"
 
-#: parser/parse_utilcmd.c:2340
+#: parser/parse_utilcmd.c:2349
 #, c-format
 msgid "rules on materialized views are not supported"
 msgstr "le regole sulle viste materializzate non sono supportate"
 
-#: parser/parse_utilcmd.c:2401
+#: parser/parse_utilcmd.c:2410
 #, c-format
 msgid "rule WHERE condition cannot contain references to other relations"
 msgstr "le condizioni WHERE delle regole non possono avere riferimenti ad altre relazioni"
 
-#: parser/parse_utilcmd.c:2473
+#: parser/parse_utilcmd.c:2482
 #, c-format
 msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions"
 msgstr "le regole con una condizione WHERE possono avere solo azione SELECT, INSERT, UPDATE o DELETE"
 
-#: parser/parse_utilcmd.c:2491 parser/parse_utilcmd.c:2590
+#: parser/parse_utilcmd.c:2500 parser/parse_utilcmd.c:2599
 #: rewrite/rewriteHandler.c:500 rewrite/rewriteManip.c:1015
 #, c-format
 msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented"
 msgstr "le istruzioni UNION/INTERSECT/EXCEPT condizionali non sono implementate"
 
-#: parser/parse_utilcmd.c:2509
+#: parser/parse_utilcmd.c:2518
 #, c-format
 msgid "ON SELECT rule cannot use OLD"
 msgstr "la regola ON SELECT non può usare OLD"
 
-#: parser/parse_utilcmd.c:2513
+#: parser/parse_utilcmd.c:2522
 #, c-format
 msgid "ON SELECT rule cannot use NEW"
 msgstr "la regola ON SELECT non può usare NEW"
 
-#: parser/parse_utilcmd.c:2522
+#: parser/parse_utilcmd.c:2531
 #, c-format
 msgid "ON INSERT rule cannot use OLD"
 msgstr "la regola ON INSERT non può usare OLD"
 
-#: parser/parse_utilcmd.c:2528
+#: parser/parse_utilcmd.c:2537
 #, c-format
 msgid "ON DELETE rule cannot use NEW"
 msgstr "La regola ON DELETE non può usare NEW"
 
-#: parser/parse_utilcmd.c:2556
+#: parser/parse_utilcmd.c:2565
 #, c-format
 msgid "cannot refer to OLD within WITH query"
 msgstr "non ci si può riferire ad OLD nella query WITH"
 
-#: parser/parse_utilcmd.c:2563
+#: parser/parse_utilcmd.c:2572
 #, c-format
 msgid "cannot refer to NEW within WITH query"
 msgstr "non ci si può riferire a NEW nella query WITH"
 
-#: parser/parse_utilcmd.c:2996
+#: parser/parse_utilcmd.c:3005
 #, c-format
 msgid "misplaced DEFERRABLE clause"
 msgstr "clausola DEFERRABLE mal posizionata"
 
-#: parser/parse_utilcmd.c:3001 parser/parse_utilcmd.c:3016
+#: parser/parse_utilcmd.c:3010 parser/parse_utilcmd.c:3025
 #, c-format
 msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
 msgstr "clausole DEFERRABLE/NOT DEFERRABLE multiple non consentite"
 
-#: parser/parse_utilcmd.c:3011
+#: parser/parse_utilcmd.c:3020
 #, c-format
 msgid "misplaced NOT DEFERRABLE clause"
 msgstr "clausola NOT DEFERRABLE mal posizionata"
 
-#: parser/parse_utilcmd.c:3024 parser/parse_utilcmd.c:3050 gram.y:5373
+#: parser/parse_utilcmd.c:3033 parser/parse_utilcmd.c:3059 gram.y:5363
 #, c-format
 msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
 msgstr "un vincolo dichiarato INITIALLY DEFERRED dev'essere DEFERRABLE"
 
-#: parser/parse_utilcmd.c:3032
+#: parser/parse_utilcmd.c:3041
 #, c-format
 msgid "misplaced INITIALLY DEFERRED clause"
 msgstr "clausola INITIALLY DEFERRED mal posizionata"
 
-#: parser/parse_utilcmd.c:3037 parser/parse_utilcmd.c:3063
+#: parser/parse_utilcmd.c:3046 parser/parse_utilcmd.c:3072
 #, c-format
 msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
 msgstr "clausole INITIALLY IMMEDIATE/DEFERRED multiple non sono consentite"
 
-#: parser/parse_utilcmd.c:3058
+#: parser/parse_utilcmd.c:3067
 #, c-format
 msgid "misplaced INITIALLY IMMEDIATE clause"
 msgstr "clausola INITIALLY IMMEDIATE mal posizionata"
 
-#: parser/parse_utilcmd.c:3249
+#: parser/parse_utilcmd.c:3258
 #, c-format
 msgid "CREATE specifies a schema (%s) different from the one being created (%s)"
 msgstr "CREATE specifica uno schema (%s) differente da quello che sta venendo creato (%s)"
 
-#: parser/parse_utilcmd.c:3315
+#: parser/parse_utilcmd.c:3317
 #, c-format
 msgid "invalid bound specification for a list partition"
 msgstr "specifica di estremità non valida per una partizione su lista"
 
-#: parser/parse_utilcmd.c:3338 parser/parse_utilcmd.c:3472
-#: parser/parse_utilcmd.c:3499
-#, c-format
-msgid "specified value cannot be cast to type \"%s\" of column \"%s\""
-msgstr "il valore specificato non può essere convertito al tipo \"%s\" della colonna \"%s\""
-
-#: parser/parse_utilcmd.c:3378
+#: parser/parse_utilcmd.c:3373
 #, c-format
 msgid "invalid bound specification for a range partition"
 msgstr "specifica di estremità non valida per una partizione su intervallo"
 
-#: parser/parse_utilcmd.c:3386
+#: parser/parse_utilcmd.c:3379
 #, c-format
 msgid "FROM must specify exactly one value per partitioning column"
 msgstr "FROM deve specificare esattamente un valore per colonna di partizionamento"
 
-#: parser/parse_utilcmd.c:3390
+#: parser/parse_utilcmd.c:3383
 #, c-format
 msgid "TO must specify exactly one value per partitioning column"
 msgstr "TO deve specificare esattamente un valore per colonna di partizionamento"
 
-#: parser/parse_utilcmd.c:3407 parser/parse_utilcmd.c:3421
-#, c-format
-msgid "cannot specify finite value after UNBOUNDED"
-msgstr "non si può specificare un valore finito dopo UNBOUNDED"
-
-#: parser/parse_utilcmd.c:3461 parser/parse_utilcmd.c:3488
+#: parser/parse_utilcmd.c:3423 parser/parse_utilcmd.c:3437
 #, c-format
 msgid "cannot specify NULL in range bound"
 msgstr "non si può specificare NULL nel limite di un margine"
 
+#: parser/parse_utilcmd.c:3480 parser/parse_utilcmd.c:3492
+#, c-format
+msgid "specified value cannot be cast to type %s for column \"%s\""
+msgstr "il valore specificato non può essere trasformato nel tipo %s per la colonna \"%s\""
+
+#: parser/parse_utilcmd.c:3494
+#, c-format
+msgid "The cast requires a non-immutable conversion."
+msgstr "Il cast richiede una conversione non immutabile."
+
+#: parser/parse_utilcmd.c:3495
+#, c-format
+msgid "Try putting the literal value in single quotes."
+msgstr "Prova a mettere il valore letterale tra apici."
+
 #: parser/scansup.c:204
 #, c-format
 msgid "identifier \"%s\" will be truncated to \"%s\""
 msgstr "l'identificativo \"%s\" sarà troncato a \"%s\""
 
-#: port/pg_shmem.c:195 port/sysv_shmem.c:195
+#: port/pg_shmem.c:196 port/sysv_shmem.c:196
 #, c-format
 msgid "could not create shared memory segment: %m"
 msgstr "creazione del segmento di memoria condivisa fallita: %m"
 
-#: port/pg_shmem.c:196 port/sysv_shmem.c:196
+#: port/pg_shmem.c:197 port/sysv_shmem.c:197
 #, c-format
 msgid "Failed system call was shmget(key=%lu, size=%zu, 0%o)."
 msgstr "La chiamata di sistema fallita era shmget(key=%lu, size=%zu, 0%o)."
 
-#: port/pg_shmem.c:200 port/sysv_shmem.c:200
+#: port/pg_shmem.c:201 port/sysv_shmem.c:201
 #, c-format
 msgid ""
 "This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter, or possibly that it is less than your kernel's SHMMIN parameter.\n"
@@ -15110,7 +15068,7 @@ msgstr ""
 "Questo errore di solito vuol dire che la richiesta di PostgreSQL di un segmento di memoria condivisa eccede il valore del parametro SHMMAX del tuo kernel, o anche che sia inferiore del parametro SHMMIN.\n"
 "La documentazione di PostgreSQL contiene ulteriori informazioni sulla configurazione della memoria condivisa."
 
-#: port/pg_shmem.c:207 port/sysv_shmem.c:207
+#: port/pg_shmem.c:208 port/sysv_shmem.c:208
 #, c-format
 msgid ""
 "This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMALL parameter.  You might need to reconfigure the kernel with larger SHMALL.\n"
@@ -15119,7 +15077,7 @@ msgstr ""
 "Questo errore di solito vuol dire che la richiesta di PostgreSQL di un segmento di memoria condivisa eccede il valore del parametro SHMALL del tuo kernel. Potresti dover riconfigurare il kernel con uno SHMALL più grande.\n"
 "La documentazione di PostgreSQL contiene ulteriori informazioni sulla configurazione della memoria condivisa."
 
-#: port/pg_shmem.c:213 port/sysv_shmem.c:213
+#: port/pg_shmem.c:214 port/sysv_shmem.c:214
 #, c-format
 msgid ""
 "This error does *not* mean that you have run out of disk space.  It occurs either if all available shared memory IDs have been taken, in which case you need to raise the SHMMNI parameter in your kernel, or because the system's overall limit for shared memory has been reached.\n"
@@ -15128,22 +15086,22 @@ msgstr ""
 "Questo errore *non* significa che è finito lo spazio su disco. Può succedere se tutti gli ID di memoria condivisa sono stati presi, nel cui caso è necessario aumentare il parametro SHMMNI del tuo kernel, oppure perché il limite globale la memoria condivisa di sistema è stato raggiunto.\n"
 "La documentazione di PostgreSQL contiene ulteriori informazioni sulla configurazione della memoria condivisa."
 
-#: port/pg_shmem.c:504 port/sysv_shmem.c:504
+#: port/pg_shmem.c:505 port/sysv_shmem.c:505
 #, c-format
 msgid "could not map anonymous shared memory: %m"
 msgstr "mappatura della memoria condivisa anonima fallita: %m"
 
-#: port/pg_shmem.c:506 port/sysv_shmem.c:506
+#: port/pg_shmem.c:507 port/sysv_shmem.c:507
 #, c-format
 msgid "This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory, swap space, or huge pages. To reduce the request size (currently %zu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections."
 msgstr "Questo errore di solito vuol dire che la richiesta di PostgreSQL di un segmento di memoria condivisa supera la memoria disponibile, lo spazio di swap o le pagine huge. Per ridurre la dimensione richiesta (attualmente %zu byte), riduci l'utilizzo di memoria condivisa di PostgreSQL, ad esempio riducendo shared_buffers o max_connections."
 
-#: port/pg_shmem.c:572 port/sysv_shmem.c:572 port/win32_shmem.c:134
+#: port/pg_shmem.c:573 port/sysv_shmem.c:573 port/win32_shmem.c:134
 #, c-format
 msgid "huge pages not supported on this platform"
 msgstr "pagine huge non supportate su questa piattaforma"
 
-#: port/pg_shmem.c:667 port/sysv_shmem.c:667
+#: port/pg_shmem.c:668 port/sysv_shmem.c:668
 #, c-format
 msgid "could not stat data directory \"%s\": %m"
 msgstr "non è stato possibile ottenere informazioni sulla directory dati \"%s\": %m"
@@ -15262,57 +15220,57 @@ msgstr "La chiamata di sistema fallita era DuplicateHandle."
 msgid "Failed system call was MapViewOfFileEx."
 msgstr "La chiamata di sistema fallita era MapViewOfFileEx."
 
-#: postmaster/autovacuum.c:416
+#: postmaster/autovacuum.c:406
 #, c-format
 msgid "could not fork autovacuum launcher process: %m"
 msgstr "fork del processo di esecuzione di autovacuum fallito: %m"
 
-#: postmaster/autovacuum.c:452
+#: postmaster/autovacuum.c:442
 #, c-format
 msgid "autovacuum launcher started"
 msgstr "esecutore di autovacuum avviato"
 
-#: postmaster/autovacuum.c:838
+#: postmaster/autovacuum.c:826
 #, c-format
 msgid "autovacuum launcher shutting down"
 msgstr "arresto dell'esecutore di autovacuum"
 
-#: postmaster/autovacuum.c:1500
+#: postmaster/autovacuum.c:1488
 #, c-format
 msgid "could not fork autovacuum worker process: %m"
 msgstr "fork del processo di lavoro di autovacuum fallito: %m"
 
-#: postmaster/autovacuum.c:1706
+#: postmaster/autovacuum.c:1686
 #, c-format
 msgid "autovacuum: processing database \"%s\""
 msgstr "autovacuum: elaborazione del database \"%s\""
 
-#: postmaster/autovacuum.c:2280
+#: postmaster/autovacuum.c:2261
 #, c-format
 msgid "autovacuum: dropping orphan temp table \"%s.%s.%s\""
 msgstr "autovacuum: eliminazione della tabella temporanea orfana \"%s.%s.%s\""
 
-#: postmaster/autovacuum.c:2486
+#: postmaster/autovacuum.c:2467
 #, c-format
 msgid "automatic vacuum of table \"%s.%s.%s\""
 msgstr "pulizia automatica della tabella \"%s.%s.%s\""
 
-#: postmaster/autovacuum.c:2489
+#: postmaster/autovacuum.c:2470
 #, c-format
 msgid "automatic analyze of table \"%s.%s.%s\""
 msgstr "analisi automatica della tabella \"%s.%s.%s\""
 
-#: postmaster/autovacuum.c:2700
+#: postmaster/autovacuum.c:2656
 #, c-format
 msgid "processing work entry for relation \"%s.%s.%s\""
 msgstr "processo a lavoro sulla relazione \"%s.%s.%s\""
 
-#: postmaster/autovacuum.c:3344
+#: postmaster/autovacuum.c:3228
 #, c-format
 msgid "autovacuum not started because of misconfiguration"
 msgstr "autovacuum non avviato a causa di configurazione errata"
 
-#: postmaster/autovacuum.c:3345
+#: postmaster/autovacuum.c:3229
 #, c-format
 msgid "Enable the \"track_counts\" option."
 msgstr "Abilita l'opzione \"track_counts\"."
@@ -15379,85 +15337,85 @@ msgstr[1] "Le impostazioni correnti consentono la registrazione di un massimo di
 msgid "Consider increasing the configuration parameter \"max_worker_processes\"."
 msgstr "Considera di incrementare il parametro di configurazione \"max_worker_processes\"."
 
-#: postmaster/checkpointer.c:465
+#: postmaster/checkpointer.c:464
 #, c-format
 msgid "checkpoints are occurring too frequently (%d second apart)"
 msgid_plural "checkpoints are occurring too frequently (%d seconds apart)"
 msgstr[0] "i checkpoint stanno avvenendo troppo frequentemente (a distanza di %d secondo)"
 msgstr[1] "i checkpoint stanno avvenendo troppo frequentemente (a distanza di %d secondi)"
 
-#: postmaster/checkpointer.c:469
+#: postmaster/checkpointer.c:468
 #, c-format
 msgid "Consider increasing the configuration parameter \"max_wal_size\"."
 msgstr "Considera di incrementare il parametro di configurazione \"max_wal_size\"."
 
-#: postmaster/checkpointer.c:1088
+#: postmaster/checkpointer.c:1087
 #, c-format
 msgid "checkpoint request failed"
 msgstr "richiesta di checkpoint fallita"
 
-#: postmaster/checkpointer.c:1089
+#: postmaster/checkpointer.c:1088
 #, c-format
 msgid "Consult recent messages in the server log for details."
 msgstr "Consulta i messaggi recenti nel log del server per i dettagli."
 
-#: postmaster/checkpointer.c:1284
+#: postmaster/checkpointer.c:1283
 #, c-format
 msgid "compacted fsync request queue from %d entries to %d entries"
 msgstr "coda di richieste di fsync ridotta da %d a %d elementi"
 
-#: postmaster/pgarch.c:149
+#: postmaster/pgarch.c:148
 #, c-format
 msgid "could not fork archiver: %m"
 msgstr "non è possibile fare un fork dell'archiver: %m"
 
-#: postmaster/pgarch.c:457
+#: postmaster/pgarch.c:456
 #, c-format
 msgid "archive_mode enabled, yet archive_command is not set"
 msgstr "archive_mode abilitato, ma archive_command non è impostato"
 
-#: postmaster/pgarch.c:485
+#: postmaster/pgarch.c:484
 #, c-format
 msgid "archiving write-ahead log file \"%s\" failed too many times, will try again later"
 msgstr "archiviazione del file di log write-ahead \"%s\" fallita troppe volte, verrà riprovato più tardi"
 
-#: postmaster/pgarch.c:588
+#: postmaster/pgarch.c:587
 #, c-format
 msgid "archive command failed with exit code %d"
 msgstr "comando di archiviazione fallito con codice di uscita %d"
 
-#: postmaster/pgarch.c:590 postmaster/pgarch.c:600 postmaster/pgarch.c:607
-#: postmaster/pgarch.c:613 postmaster/pgarch.c:622
+#: postmaster/pgarch.c:589 postmaster/pgarch.c:599 postmaster/pgarch.c:606
+#: postmaster/pgarch.c:612 postmaster/pgarch.c:621
 #, c-format
 msgid "The failed archive command was: %s"
 msgstr "Il comando di archiviazione fallito era: %s"
 
-#: postmaster/pgarch.c:597
+#: postmaster/pgarch.c:596
 #, c-format
 msgid "archive command was terminated by exception 0x%X"
 msgstr "comando di archiviazione terminato da eccezione 0x%X"
 
-#: postmaster/pgarch.c:599 postmaster/postmaster.c:3541
+#: postmaster/pgarch.c:598 postmaster/postmaster.c:3567
 #, c-format
 msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value."
 msgstr "Consulta il file include C \"ntstatus.h\" per una spiegazione del valore esadecimale."
 
-#: postmaster/pgarch.c:604
+#: postmaster/pgarch.c:603
 #, c-format
 msgid "archive command was terminated by signal %d: %s"
 msgstr "comando di archiviazione terminato dal segnale %d: %s"
 
-#: postmaster/pgarch.c:611
+#: postmaster/pgarch.c:610
 #, c-format
 msgid "archive command was terminated by signal %d"
 msgstr "comando di archiviazione terminato dal segnale %d"
 
-#: postmaster/pgarch.c:620
+#: postmaster/pgarch.c:619
 #, c-format
 msgid "archive command exited with unrecognized status %d"
 msgstr "processo di archiviazione uscito con stato sconosciuto %d"
 
-#: postmaster/pgarch.c:680
+#: postmaster/pgarch.c:679
 #, c-format
 msgid "could not open archive status directory \"%s\": %m"
 msgstr "apertura della directory dello stato dell'archivio \"%s\" fallita: %m"
@@ -15542,213 +15500,213 @@ msgstr "destinazione di reset sconosciuta: \"%s\""
 msgid "Target must be \"archiver\" or \"bgwriter\"."
 msgstr "La destinazione deve essere \"archiver\" o \"bgwriter\"."
 
-#: postmaster/pgstat.c:4287
+#: postmaster/pgstat.c:4296
 #, c-format
 msgid "could not read statistics message: %m"
 msgstr "lettura del messaggio delle statistiche fallito: %m"
 
-#: postmaster/pgstat.c:4619 postmaster/pgstat.c:4776
+#: postmaster/pgstat.c:4628 postmaster/pgstat.c:4785
 #, c-format
 msgid "could not open temporary statistics file \"%s\": %m"
 msgstr "apertura del file temporaneo delle statistiche \"%s\" fallita: %m"
 
-#: postmaster/pgstat.c:4686 postmaster/pgstat.c:4821
+#: postmaster/pgstat.c:4695 postmaster/pgstat.c:4830
 #, c-format
 msgid "could not write temporary statistics file \"%s\": %m"
 msgstr "scrittura del file temporaneo delle statistiche \"%s\" fallita: %m"
 
-#: postmaster/pgstat.c:4695 postmaster/pgstat.c:4830
+#: postmaster/pgstat.c:4704 postmaster/pgstat.c:4839
 #, c-format
 msgid "could not close temporary statistics file \"%s\": %m"
 msgstr "chiusura del file temporaneo delle statistiche \"%s\" fallita: %m"
 
-#: postmaster/pgstat.c:4703 postmaster/pgstat.c:4838
+#: postmaster/pgstat.c:4712 postmaster/pgstat.c:4847
 #, c-format
 msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m"
 msgstr "non è stato possibile rinominare il file temporaneo delle statistiche \"%s\" in \"%s\": %m"
 
-#: postmaster/pgstat.c:4927 postmaster/pgstat.c:5112 postmaster/pgstat.c:5265
+#: postmaster/pgstat.c:4936 postmaster/pgstat.c:5142 postmaster/pgstat.c:5295
 #, c-format
 msgid "could not open statistics file \"%s\": %m"
 msgstr "apertura del file delle statistiche \"%s\" fallita: %m"
 
-#: postmaster/pgstat.c:4939 postmaster/pgstat.c:4949 postmaster/pgstat.c:4959
-#: postmaster/pgstat.c:4980 postmaster/pgstat.c:4995 postmaster/pgstat.c:5049
-#: postmaster/pgstat.c:5124 postmaster/pgstat.c:5144 postmaster/pgstat.c:5162
-#: postmaster/pgstat.c:5178 postmaster/pgstat.c:5196 postmaster/pgstat.c:5212
-#: postmaster/pgstat.c:5277 postmaster/pgstat.c:5289 postmaster/pgstat.c:5301
-#: postmaster/pgstat.c:5326 postmaster/pgstat.c:5348
+#: postmaster/pgstat.c:4948 postmaster/pgstat.c:4958 postmaster/pgstat.c:4979
+#: postmaster/pgstat.c:5001 postmaster/pgstat.c:5016 postmaster/pgstat.c:5079
+#: postmaster/pgstat.c:5154 postmaster/pgstat.c:5174 postmaster/pgstat.c:5192
+#: postmaster/pgstat.c:5208 postmaster/pgstat.c:5226 postmaster/pgstat.c:5242
+#: postmaster/pgstat.c:5307 postmaster/pgstat.c:5319 postmaster/pgstat.c:5331
+#: postmaster/pgstat.c:5356 postmaster/pgstat.c:5378
 #, c-format
 msgid "corrupted statistics file \"%s\""
 msgstr "file delle statistiche corrotto \"%s\""
 
-#: postmaster/pgstat.c:5477
+#: postmaster/pgstat.c:5507
 #, c-format
 msgid "using stale statistics instead of current ones because stats collector is not responding"
 msgstr "verranno utilizzate statistiche vecchie invece di quelle correnti perché il processo di raccolta statistiche non risponde"
 
-#: postmaster/pgstat.c:5804
+#: postmaster/pgstat.c:5834
 #, c-format
 msgid "database hash table corrupted during cleanup --- abort"
 msgstr "tabella hash del database corrotta durante la pulizia --- interruzione"
 
-#: postmaster/postmaster.c:706
+#: postmaster/postmaster.c:710
 #, c-format
 msgid "%s: invalid argument for option -f: \"%s\"\n"
 msgstr "%s: argomento non valido per l'opzione -f: \"%s\"\n"
 
-#: postmaster/postmaster.c:792
+#: postmaster/postmaster.c:796
 #, c-format
 msgid "%s: invalid argument for option -t: \"%s\"\n"
 msgstr "%s: argomento non valido per l'opzione -t: \"%s\"\n"
 
-#: postmaster/postmaster.c:843
+#: postmaster/postmaster.c:847
 #, c-format
 msgid "%s: invalid argument: \"%s\"\n"
 msgstr "%s: argomento non valido: \"%s\"\n"
 
-#: postmaster/postmaster.c:882
+#: postmaster/postmaster.c:886
 #, c-format
 msgid "%s: superuser_reserved_connections must be less than max_connections\n"
 msgstr "%s: superuser_reserved_connections dev'essere minore di max_connections\n"
 
-#: postmaster/postmaster.c:887
+#: postmaster/postmaster.c:891
 #, c-format
 msgid "%s: max_wal_senders must be less than max_connections\n"
 msgstr "%s: max_wal_senders dev'essere minore di max_connections\n"
 
-#: postmaster/postmaster.c:892
+#: postmaster/postmaster.c:896
 #, c-format
 msgid "WAL archival cannot be enabled when wal_level is \"minimal\""
 msgstr "l'archiviazione dei WAL non può essere attivata quando wal_level è \"minimal\""
 
-#: postmaster/postmaster.c:895
+#: postmaster/postmaster.c:899
 #, c-format
 msgid "WAL streaming (max_wal_senders > 0) requires wal_level \"replica\" or \"logical\""
 msgstr "lo streaming WAL (max_wal_senders > 0) richiede wal_level \"replica\" oppure \"logical\""
 
-#: postmaster/postmaster.c:903
+#: postmaster/postmaster.c:907
 #, c-format
 msgid "%s: invalid datetoken tables, please fix\n"
 msgstr "%s: datetoken tables non valido, per favore correggilo\n"
 
-#: postmaster/postmaster.c:1006 postmaster/postmaster.c:1104
-#: utils/init/miscinit.c:1446
+#: postmaster/postmaster.c:1010 postmaster/postmaster.c:1108
+#: utils/init/miscinit.c:1455
 #, c-format
 msgid "invalid list syntax in parameter \"%s\""
 msgstr "sintassi di lista non valida nel parametro \"%s\""
 
-#: postmaster/postmaster.c:1037
+#: postmaster/postmaster.c:1041
 #, c-format
 msgid "could not create listen socket for \"%s\""
 msgstr "creazione del socket di ascolto per \"%s\" fallita"
 
-#: postmaster/postmaster.c:1043
+#: postmaster/postmaster.c:1047
 #, c-format
 msgid "could not create any TCP/IP sockets"
 msgstr "non è stato possibile creare alcun socket TCP/IP"
 
-#: postmaster/postmaster.c:1126
+#: postmaster/postmaster.c:1130
 #, c-format
 msgid "could not create Unix-domain socket in directory \"%s\""
 msgstr "creazione del socket di dominio Unix fallita nella directory \"%s\""
 
-#: postmaster/postmaster.c:1132
+#: postmaster/postmaster.c:1136
 #, c-format
 msgid "could not create any Unix-domain sockets"
 msgstr "creazione del socket di dominio Unix fallita"
 
-#: postmaster/postmaster.c:1144
+#: postmaster/postmaster.c:1148
 #, c-format
 msgid "no socket created for listening"
 msgstr "nessun socket per l'ascolto è stato creato"
 
-#: postmaster/postmaster.c:1184
+#: postmaster/postmaster.c:1188
 #, c-format
 msgid "could not create I/O completion port for child queue"
 msgstr "creazione della porta di completamento I/O per la coda dei figli fallita"
 
-#: postmaster/postmaster.c:1213
+#: postmaster/postmaster.c:1217
 #, c-format
 msgid "%s: could not change permissions of external PID file \"%s\": %s\n"
 msgstr "%s: modifica dei permessi del file PID esterno \"%s\" fallita: %s\n"
 
-#: postmaster/postmaster.c:1217
+#: postmaster/postmaster.c:1221
 #, c-format
 msgid "%s: could not write external PID file \"%s\": %s\n"
 msgstr "%s: scrittura del file PID esterno \"%s\" fallita: %s\n"
 
-#: postmaster/postmaster.c:1274
+#: postmaster/postmaster.c:1278
 #, c-format
 msgid "ending log output to stderr"
 msgstr "terminazione dell'output del log su stderr"
 
-#: postmaster/postmaster.c:1275
+#: postmaster/postmaster.c:1279
 #, c-format
 msgid "Future log output will go to log destination \"%s\"."
 msgstr "L'output dei prossimi log andrà su \"%s\"."
 
-#: postmaster/postmaster.c:1301 utils/init/postinit.c:213
+#: postmaster/postmaster.c:1305 utils/init/postinit.c:213
 #, c-format
 msgid "could not load pg_hba.conf"
 msgstr "caricamento di pg_hba.conf fallito"
 
-#: postmaster/postmaster.c:1327
+#: postmaster/postmaster.c:1331
 #, c-format
 msgid "postmaster became multithreaded during startup"
 msgstr "il postmaster è diventato multithread durante l'avvio"
 
-#: postmaster/postmaster.c:1328
+#: postmaster/postmaster.c:1332
 #, c-format
 msgid "Set the LC_ALL environment variable to a valid locale."
 msgstr "Imposta la variabile d'ambiente LC_ALL non corrisponde ad un locale valido."
 
-#: postmaster/postmaster.c:1427
+#: postmaster/postmaster.c:1437
 #, c-format
 msgid "%s: could not locate matching postgres executable"
 msgstr "%s: eseguibile postgres corrispondente non trovato"
 
-#: postmaster/postmaster.c:1450 utils/misc/tzparser.c:341
+#: postmaster/postmaster.c:1460 utils/misc/tzparser.c:341
 #, c-format
 msgid "This may indicate an incomplete PostgreSQL installation, or that the file \"%s\" has been moved away from its proper location."
 msgstr "Questo potrebbe indicare una installazione di PostgreSQL incompleta, o che il file \"%s\" sia stato spostato dalla sua posizione corretta."
 
-#: postmaster/postmaster.c:1478
+#: postmaster/postmaster.c:1488
 #, c-format
 msgid "data directory \"%s\" does not exist"
 msgstr "la directory dei dati \"%s\" non esiste"
 
-#: postmaster/postmaster.c:1483
+#: postmaster/postmaster.c:1493
 #, c-format
 msgid "could not read permissions of directory \"%s\": %m"
 msgstr "lettura dei permessi della directory \"%s\" fallita: %m"
 
-#: postmaster/postmaster.c:1491
+#: postmaster/postmaster.c:1501
 #, c-format
 msgid "specified data directory \"%s\" is not a directory"
 msgstr "la directory dei dati specificata \"%s\" non è una directory"
 
-#: postmaster/postmaster.c:1507
+#: postmaster/postmaster.c:1517
 #, c-format
 msgid "data directory \"%s\" has wrong ownership"
 msgstr "la directory dei dati \"%s\" ha il proprietario errato"
 
-#: postmaster/postmaster.c:1509
+#: postmaster/postmaster.c:1519
 #, c-format
 msgid "The server must be started by the user that owns the data directory."
 msgstr "Il server deve essere avviato dall'utente che possiede la directory dei dati."
 
-#: postmaster/postmaster.c:1529
+#: postmaster/postmaster.c:1539
 #, c-format
 msgid "data directory \"%s\" has group or world access"
 msgstr "la directory dei dati \"%s\" è accessibile dal gruppo o da tutti"
 
-#: postmaster/postmaster.c:1531
+#: postmaster/postmaster.c:1541
 #, c-format
 msgid "Permissions should be u=rwx (0700)."
 msgstr "I permessi dovrebbero essere u=rwx (0700)."
 
-#: postmaster/postmaster.c:1542
+#: postmaster/postmaster.c:1552
 #, c-format
 msgid ""
 "%s: could not find the database system\n"
@@ -15759,386 +15717,396 @@ msgstr ""
 "Sarebbe dovuto essere nella directory \"%s\",\n"
 "ma l'apertura del file \"%s\" è fallita: %s\n"
 
-#: postmaster/postmaster.c:1719
+#: postmaster/postmaster.c:1729
 #, c-format
 msgid "select() failed in postmaster: %m"
 msgstr "select() fallita in postmaster: %m"
 
-#: postmaster/postmaster.c:1870
+#: postmaster/postmaster.c:1884
 #, c-format
 msgid "performing immediate shutdown because data directory lock file is invalid"
 msgstr "arresto immediato perché il file di lock della directory dati non è valido"
 
-#: postmaster/postmaster.c:1948 postmaster/postmaster.c:1979
+#: postmaster/postmaster.c:1962 postmaster/postmaster.c:1993
 #, c-format
 msgid "incomplete startup packet"
 msgstr "pacchetto di avvio incompleto"
 
-#: postmaster/postmaster.c:1960
+#: postmaster/postmaster.c:1974
 #, c-format
 msgid "invalid length of startup packet"
 msgstr "dimensione del pacchetto di avvio non valida"
 
-#: postmaster/postmaster.c:2018
+#: postmaster/postmaster.c:2032
 #, c-format
 msgid "failed to send SSL negotiation response: %m"
 msgstr "invio della risposta di negoziazione SSL fallito: %m"
 
-#: postmaster/postmaster.c:2047
+#: postmaster/postmaster.c:2061
 #, c-format
 msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u"
 msgstr "protocollo frontend non supportato %u.%u: il server supporta da %u.0 a %u.%u"
 
-#: postmaster/postmaster.c:2110 utils/misc/guc.c:5759 utils/misc/guc.c:5852
-#: utils/misc/guc.c:7153 utils/misc/guc.c:9907 utils/misc/guc.c:9941
+#: postmaster/postmaster.c:2124 utils/misc/guc.c:5770 utils/misc/guc.c:5863
+#: utils/misc/guc.c:7164 utils/misc/guc.c:9918 utils/misc/guc.c:9952
 #, c-format
 msgid "invalid value for parameter \"%s\": \"%s\""
 msgstr "valore non valido per il parametro \"%s\": \"%s\""
 
-#: postmaster/postmaster.c:2113
+#: postmaster/postmaster.c:2127
 #, c-format
 msgid "Valid values are: \"false\", 0, \"true\", 1, \"database\"."
 msgstr "I valori validi sono: \"false\", 0, \"true\", 1, \"database\"."
 
-#: postmaster/postmaster.c:2133
+#: postmaster/postmaster.c:2147
 #, c-format
 msgid "invalid startup packet layout: expected terminator as last byte"
 msgstr "formato del pacchetto di avvio non valido: atteso il terminatore all'ultimo byte"
 
-#: postmaster/postmaster.c:2161
+#: postmaster/postmaster.c:2175
 #, c-format
 msgid "no PostgreSQL user name specified in startup packet"
 msgstr "nessun utente PostgreSQL specificato nel pacchetto di avvio"
 
-#: postmaster/postmaster.c:2220
+#: postmaster/postmaster.c:2234
 #, c-format
 msgid "the database system is starting up"
 msgstr "il database si sta avviando"
 
-#: postmaster/postmaster.c:2225
+#: postmaster/postmaster.c:2239
 #, c-format
 msgid "the database system is shutting down"
 msgstr "il database si sta spegnendo"
 
-#: postmaster/postmaster.c:2230
+#: postmaster/postmaster.c:2244
 #, c-format
 msgid "the database system is in recovery mode"
 msgstr "il database è in modalità di ripristino"
 
-#: postmaster/postmaster.c:2235 storage/ipc/procarray.c:291
+#: postmaster/postmaster.c:2249 storage/ipc/procarray.c:292
 #: storage/ipc/sinvaladt.c:298 storage/lmgr/proc.c:338
 #, c-format
 msgid "sorry, too many clients already"
 msgstr "spiacente, troppi client già connessi"
 
-#: postmaster/postmaster.c:2297
+#: postmaster/postmaster.c:2311
 #, c-format
 msgid "wrong key in cancel request for process %d"
 msgstr "chiave sbagliata nella richiesta di annullamento per il processo %d"
 
-#: postmaster/postmaster.c:2305
+#: postmaster/postmaster.c:2319
 #, c-format
 msgid "PID %d in cancel request did not match any process"
 msgstr "il PID %d nella richiesta di annullamento non corrisponde ad alcun processo"
 
-#: postmaster/postmaster.c:2516
+#: postmaster/postmaster.c:2530
 #, c-format
 msgid "received SIGHUP, reloading configuration files"
 msgstr "SIGHUP ricevuto, sto ricaricando i file di configurazione"
 
-#: postmaster/postmaster.c:2541
+#: postmaster/postmaster.c:2555
 #, c-format
 msgid "pg_hba.conf was not reloaded"
 msgstr "pg_hba.conf non è stato ricaricato"
 
-#: postmaster/postmaster.c:2545
+#: postmaster/postmaster.c:2559
 #, c-format
 msgid "pg_ident.conf was not reloaded"
 msgstr "pg_ident.conf non è stato ricaricato"
 
-#: postmaster/postmaster.c:2555
+#: postmaster/postmaster.c:2569
 #, c-format
 msgid "SSL configuration was not reloaded"
 msgstr "la configurazione SSL non è stata ricaricata"
 
-#: postmaster/postmaster.c:2603
+#: postmaster/postmaster.c:2617
 #, c-format
 msgid "received smart shutdown request"
 msgstr "richiesta di arresto smart ricevuta"
 
-#: postmaster/postmaster.c:2658
+#: postmaster/postmaster.c:2675
 #, c-format
 msgid "received fast shutdown request"
 msgstr "richiesta di arresto fast ricevuta"
 
-#: postmaster/postmaster.c:2688
+#: postmaster/postmaster.c:2708
 #, c-format
 msgid "aborting any active transactions"
 msgstr "interruzione di tutte le transazioni attive"
 
-#: postmaster/postmaster.c:2722
+#: postmaster/postmaster.c:2742
 #, c-format
 msgid "received immediate shutdown request"
 msgstr "richiesta di arresto immediate ricevuta"
 
-#: postmaster/postmaster.c:2786
+#: postmaster/postmaster.c:2809
 #, c-format
 msgid "shutdown at recovery target"
 msgstr "arresto alla destinazione di recupero"
 
-#: postmaster/postmaster.c:2802 postmaster/postmaster.c:2825
+#: postmaster/postmaster.c:2825 postmaster/postmaster.c:2848
 msgid "startup process"
 msgstr "avvio del processo"
 
-#: postmaster/postmaster.c:2805
+#: postmaster/postmaster.c:2828
 #, c-format
 msgid "aborting startup due to startup process failure"
 msgstr "avvio interrotto a causa del fallimento del processo di avvio"
 
-#: postmaster/postmaster.c:2866
+#: postmaster/postmaster.c:2889
 #, c-format
 msgid "database system is ready to accept connections"
 msgstr "il database è pronto ad accettare connessioni"
 
-#: postmaster/postmaster.c:2885
+#: postmaster/postmaster.c:2910
 msgid "background writer process"
 msgstr "processo di scrittura in background"
 
-#: postmaster/postmaster.c:2939
+#: postmaster/postmaster.c:2964
 msgid "checkpointer process"
 msgstr "processo di creazione checkpoint"
 
-#: postmaster/postmaster.c:2955
+#: postmaster/postmaster.c:2980
 msgid "WAL writer process"
 msgstr "processo di scrittura WAL"
 
-#: postmaster/postmaster.c:2969
+#: postmaster/postmaster.c:2995
 msgid "WAL receiver process"
 msgstr "processo di ricezione WAL"
 
-#: postmaster/postmaster.c:2984
+#: postmaster/postmaster.c:3010
 msgid "autovacuum launcher process"
 msgstr "processo del lanciatore di autovacuum"
 
-#: postmaster/postmaster.c:2999
+#: postmaster/postmaster.c:3025
 msgid "archiver process"
 msgstr "processo di archiviazione"
 
-#: postmaster/postmaster.c:3015
+#: postmaster/postmaster.c:3041
 msgid "statistics collector process"
 msgstr "processo del raccoglitore di statistiche"
 
-#: postmaster/postmaster.c:3029
+#: postmaster/postmaster.c:3055
 msgid "system logger process"
 msgstr "processo del logger di sistema"
 
-#: postmaster/postmaster.c:3091
+#: postmaster/postmaster.c:3117
 msgid "worker process"
 msgstr "processo di lavoro"
 
-#: postmaster/postmaster.c:3174 postmaster/postmaster.c:3194
-#: postmaster/postmaster.c:3201 postmaster/postmaster.c:3219
+#: postmaster/postmaster.c:3200 postmaster/postmaster.c:3220
+#: postmaster/postmaster.c:3227 postmaster/postmaster.c:3245
 msgid "server process"
 msgstr "processo del server"
 
-#: postmaster/postmaster.c:3273
+#: postmaster/postmaster.c:3299
 #, c-format
 msgid "terminating any other active server processes"
 msgstr "interruzione di tutti gli altri processi attivi del server"
 
 #. translator: %s is a noun phrase describing a child process, such as
 #. "server process"
-#: postmaster/postmaster.c:3529
+#: postmaster/postmaster.c:3555
 #, c-format
 msgid "%s (PID %d) exited with exit code %d"
 msgstr "%s (PID %d) è uscito con codice di uscita %d"
 
-#: postmaster/postmaster.c:3531 postmaster/postmaster.c:3542
-#: postmaster/postmaster.c:3553 postmaster/postmaster.c:3562
-#: postmaster/postmaster.c:3572
+#: postmaster/postmaster.c:3557 postmaster/postmaster.c:3568
+#: postmaster/postmaster.c:3579 postmaster/postmaster.c:3588
+#: postmaster/postmaster.c:3598
 #, c-format
 msgid "Failed process was running: %s"
 msgstr "Il processo fallito stava eseguendo: %s"
 
 #. translator: %s is a noun phrase describing a child process, such as
 #. "server process"
-#: postmaster/postmaster.c:3539
+#: postmaster/postmaster.c:3565
 #, c-format
 msgid "%s (PID %d) was terminated by exception 0x%X"
 msgstr "%s (PID %d) è stato terminato dall'eccezione 0x%X"
 
 #. translator: %s is a noun phrase describing a child process, such as
 #. "server process"
-#: postmaster/postmaster.c:3549
+#: postmaster/postmaster.c:3575
 #, c-format
 msgid "%s (PID %d) was terminated by signal %d: %s"
 msgstr "%s (PID %d) è stato terminato dal segnale %d: %s"
 
 #. translator: %s is a noun phrase describing a child process, such as
 #. "server process"
-#: postmaster/postmaster.c:3560
+#: postmaster/postmaster.c:3586
 #, c-format
 msgid "%s (PID %d) was terminated by signal %d"
 msgstr "%s (PID %d) è stato terminato dal segnale %d"
 
 #. translator: %s is a noun phrase describing a child process, such as
 #. "server process"
-#: postmaster/postmaster.c:3570
+#: postmaster/postmaster.c:3596
 #, c-format
 msgid "%s (PID %d) exited with unrecognized status %d"
 msgstr "%s (PID %d) uscito con stato sconosciuto %d"
 
-#: postmaster/postmaster.c:3760
+#: postmaster/postmaster.c:3783
 #, c-format
 msgid "abnormal database system shutdown"
 msgstr "spegnimento anormale del database"
 
-#: postmaster/postmaster.c:3800
+#: postmaster/postmaster.c:3823
 #, c-format
 msgid "all server processes terminated; reinitializing"
 msgstr "tutti i processi server sono terminati; re-inizializzazione"
 
-#: postmaster/postmaster.c:3966 postmaster/postmaster.c:5361
-#: postmaster/postmaster.c:5707
+#: postmaster/postmaster.c:3989 postmaster/postmaster.c:5400
+#: postmaster/postmaster.c:5764
 #, c-format
 msgid "could not generate random cancel key"
 msgstr "generazione della chiave di annullamento casuale fallita"
 
-#: postmaster/postmaster.c:4020
+#: postmaster/postmaster.c:4043
 #, c-format
 msgid "could not fork new process for connection: %m"
 msgstr "fork del nuovo processo per la connessione fallito: %m"
 
-#: postmaster/postmaster.c:4062
+#: postmaster/postmaster.c:4085
 msgid "could not fork new process for connection: "
 msgstr "fork del nuovo processo per la connessione fallito: "
 
-#: postmaster/postmaster.c:4176
+#: postmaster/postmaster.c:4199
 #, c-format
 msgid "connection received: host=%s port=%s"
 msgstr "connessione ricevuta: host=%s porta=%s"
 
-#: postmaster/postmaster.c:4181
+#: postmaster/postmaster.c:4204
 #, c-format
 msgid "connection received: host=%s"
 msgstr "connessione ricevuta: host=%s"
 
-#: postmaster/postmaster.c:4466
+#: postmaster/postmaster.c:4489
 #, c-format
 msgid "could not execute server process \"%s\": %m"
 msgstr "esecuzione del processo del server \"%s\" fallita: %m"
 
-#: postmaster/postmaster.c:4809
+#: postmaster/postmaster.c:4642
+#, c-format
+msgid "giving up after too many tries to reserve shared memory"
+msgstr "mi sono arreso dopo troppi tentativi di riservare memoria condivisa"
+
+#: postmaster/postmaster.c:4643
+#, c-format
+msgid "This might be caused by ASLR or antivirus software."
+msgstr "Ciò potrebbe essere causato da ASLR o software antivirus."
+
+#: postmaster/postmaster.c:4840
 #, c-format
 msgid "SSL configuration could not be loaded in child process"
 msgstr "errore nel caricamento della configurazione SSL nel processo figlio"
 
-#: postmaster/postmaster.c:4941
+#: postmaster/postmaster.c:4972
 #, c-format
 msgid "Please report this to <pgsql-bugs@postgresql.org>."
 msgstr "Per favore segnala questo problema a <pgsql-bugs@postgresql.org>."
 
-#: postmaster/postmaster.c:5020
+#: postmaster/postmaster.c:5059
 #, c-format
 msgid "database system is ready to accept read only connections"
 msgstr "il database è pronto ad accettare connessioni in sola lettura"
 
-#: postmaster/postmaster.c:5289
+#: postmaster/postmaster.c:5328
 #, c-format
 msgid "could not fork startup process: %m"
 msgstr "fork del processo di avvio fallito: %m"
 
-#: postmaster/postmaster.c:5293
+#: postmaster/postmaster.c:5332
 #, c-format
 msgid "could not fork background writer process: %m"
 msgstr "fork del processo di scrittura in background fallito: %m"
 
-#: postmaster/postmaster.c:5297
+#: postmaster/postmaster.c:5336
 #, c-format
 msgid "could not fork checkpointer process: %m"
 msgstr "fork del processo di creazione dei checkpoint fallito: %m"
 
-#: postmaster/postmaster.c:5301
+#: postmaster/postmaster.c:5340
 #, c-format
 msgid "could not fork WAL writer process: %m"
 msgstr "fork del processo di scrittura dei WAL fallito: %m"
 
-#: postmaster/postmaster.c:5305
+#: postmaster/postmaster.c:5344
 #, c-format
 msgid "could not fork WAL receiver process: %m"
 msgstr "fork del processo di ricezione dei WAL fallito: %m"
 
-#: postmaster/postmaster.c:5309
+#: postmaster/postmaster.c:5348
 #, c-format
 msgid "could not fork process: %m"
 msgstr "fork del processo fallito: %m"
 
-#: postmaster/postmaster.c:5478 postmaster/postmaster.c:5501
+#: postmaster/postmaster.c:5535 postmaster/postmaster.c:5558
 #, c-format
 msgid "database connection requirement not indicated during registration"
 msgstr "requisiti di connessione a database non indicati durante la registrazione"
 
-#: postmaster/postmaster.c:5485 postmaster/postmaster.c:5508
+#: postmaster/postmaster.c:5542 postmaster/postmaster.c:5565
 #, c-format
 msgid "invalid processing mode in background worker"
 msgstr "modalità di processo non valida nel processo di lavoro in background"
 
-#: postmaster/postmaster.c:5580
+#: postmaster/postmaster.c:5637
 #, c-format
 msgid "starting background worker process \"%s\""
 msgstr "avvio del processo di lavoro in background \"%s\""
 
-#: postmaster/postmaster.c:5592
+#: postmaster/postmaster.c:5649
 #, c-format
 msgid "could not fork worker process: %m"
 msgstr "fork del processo di lavoro in background fallito: %m"
 
-#: postmaster/postmaster.c:6016
+#: postmaster/postmaster.c:6073
 #, c-format
 msgid "could not duplicate socket %d for use in backend: error code %d"
 msgstr "duplicazione del socket %d da usare nel backend fallita: codice errore %d"
 
-#: postmaster/postmaster.c:6048
+#: postmaster/postmaster.c:6105
 #, c-format
 msgid "could not create inherited socket: error code %d\n"
 msgstr "creazione del socket ereditato fallita: codice errore %d\n"
 
-#: postmaster/postmaster.c:6077
+#: postmaster/postmaster.c:6134
 #, c-format
 msgid "could not open backend variables file \"%s\": %s\n"
 msgstr "apertura del file delle variabili del backend \"%s\" fallita: %s\n"
 
-#: postmaster/postmaster.c:6084
+#: postmaster/postmaster.c:6141
 #, c-format
 msgid "could not read from backend variables file \"%s\": %s\n"
 msgstr "lettura dal file delle variabili del backend \"%s\" fallita: %s\n"
 
-#: postmaster/postmaster.c:6093
+#: postmaster/postmaster.c:6150
 #, c-format
 msgid "could not remove file \"%s\": %s\n"
 msgstr "rimozione del file \"%s\" fallita: %s\n"
 
-#: postmaster/postmaster.c:6110
+#: postmaster/postmaster.c:6167
 #, c-format
 msgid "could not map view of backend variables: error code %lu\n"
 msgstr "non è stato possibile mappare la vista delle variabili del backend: codice errore %lu\n"
 
-#: postmaster/postmaster.c:6119
+#: postmaster/postmaster.c:6176
 #, c-format
 msgid "could not unmap view of backend variables: error code %lu\n"
 msgstr "non è stato possibile rimuovere la mappa della vista delle variabili del backend: codice errore %lu\n"
 
-#: postmaster/postmaster.c:6126
+#: postmaster/postmaster.c:6183
 #, c-format
 msgid "could not close handle to backend parameter variables: error code %lu\n"
 msgstr "chiusura dell'handle dei parametri variabili del backend fallita: codice errore %lu\n"
 
-#: postmaster/postmaster.c:6287
+#: postmaster/postmaster.c:6344
 #, c-format
 msgid "could not read exit code for process\n"
 msgstr "lettura del codice di uscita del processo fallita\n"
 
-#: postmaster/postmaster.c:6292
+#: postmaster/postmaster.c:6349
 #, c-format
 msgid "could not post child completion status\n"
 msgstr "invio dello stato di completamento del figlio fallito\n"
@@ -16237,7 +16205,7 @@ msgstr "invio dati da parte del backup di base fallito, backup interrotto"
 msgid "duplicate option \"%s\""
 msgstr "opzione duplicata \"%s\""
 
-#: replication/basebackup.c:654 utils/misc/guc.c:5769
+#: replication/basebackup.c:654 utils/misc/guc.c:5780
 #, c-format
 msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)"
 msgstr "%d non è compreso nell'intervallo di validità del il parametro \"%s\" (%d .. %d)"
@@ -16262,156 +16230,156 @@ msgstr "nome del file troppo lungo per il formato tar: \"%s\""
 msgid "symbolic link target too long for tar format: file name \"%s\", target \"%s\""
 msgstr "destinazione del link simbolico troppo lunga per il formato tar: nome del file \"%s\", destinazione \"%s\""
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:226
+#: replication/libpqwalreceiver/libpqwalreceiver.c:231
 #, c-format
 msgid "invalid connection string syntax: %s"
 msgstr "sintassi della stringa di connessione errata: %s"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:250
+#: replication/libpqwalreceiver/libpqwalreceiver.c:255
 #, c-format
 msgid "could not parse connection string: %s"
 msgstr "interpretazione della stringa di connessione fallita: %s"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:300
+#: replication/libpqwalreceiver/libpqwalreceiver.c:305
 #, c-format
 msgid "could not receive database system identifier and timeline ID from the primary server: %s"
 msgstr "ricezione fallita dell'identificativo del database e l'ID della timeline dal server primario: %s"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:311
-#: replication/libpqwalreceiver/libpqwalreceiver.c:515
+#: replication/libpqwalreceiver/libpqwalreceiver.c:316
+#: replication/libpqwalreceiver/libpqwalreceiver.c:523
 #, c-format
 msgid "invalid response from primary server"
 msgstr "risposta non valida dal server primario"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:312
+#: replication/libpqwalreceiver/libpqwalreceiver.c:317
 #, c-format
 msgid "Could not identify system: got %d rows and %d fields, expected %d rows and %d or more fields."
 msgstr "Identificazione del sistema non riuscita: ricevute %d righe and %d campi, attese %d righe e %d o più campi."
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:378
-#: replication/libpqwalreceiver/libpqwalreceiver.c:384
-#: replication/libpqwalreceiver/libpqwalreceiver.c:409
+#: replication/libpqwalreceiver/libpqwalreceiver.c:383
+#: replication/libpqwalreceiver/libpqwalreceiver.c:389
+#: replication/libpqwalreceiver/libpqwalreceiver.c:414
 #, c-format
 msgid "could not start WAL streaming: %s"
 msgstr "avvio dello streaming dei WAL fallito: %s"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:428
+#: replication/libpqwalreceiver/libpqwalreceiver.c:433
 #, c-format
 msgid "could not send end-of-streaming message to primary: %s"
 msgstr "invio del messaggio di fine stream al primario fallito: %s"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:450
+#: replication/libpqwalreceiver/libpqwalreceiver.c:455
 #, c-format
 msgid "unexpected result set after end-of-streaming"
 msgstr "risultato imprevisto dopo la fine stream"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:470
+#: replication/libpqwalreceiver/libpqwalreceiver.c:469
+#, c-format
+msgid "error while shutting down streaming COPY: %s"
+msgstr "errore nel terminare il down streaming di COPY: %s"
+
+#: replication/libpqwalreceiver/libpqwalreceiver.c:478
 #, c-format
 msgid "error reading result of streaming command: %s"
 msgstr "errore nella lettura del risultato del comando di streaming: %s"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:478
-#: replication/libpqwalreceiver/libpqwalreceiver.c:688
+#: replication/libpqwalreceiver/libpqwalreceiver.c:486
+#: replication/libpqwalreceiver/libpqwalreceiver.c:714
 #, c-format
 msgid "unexpected result after CommandComplete: %s"
 msgstr "risultato imprevisto dopo CommandComplete: %s"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:504
+#: replication/libpqwalreceiver/libpqwalreceiver.c:512
 #, c-format
 msgid "could not receive timeline history file from the primary server: %s"
 msgstr "errore nella ricezione del file di storia della timeline dal server primario: %s"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:516
+#: replication/libpqwalreceiver/libpqwalreceiver.c:524
 #, c-format
 msgid "Expected 1 tuple with 2 fields, got %d tuples with %d fields."
 msgstr "Attesa una tupla con 2 campi, ricevute %d tuple con %d campi."
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:663
-#: replication/libpqwalreceiver/libpqwalreceiver.c:701
-#: replication/libpqwalreceiver/libpqwalreceiver.c:707
+#: replication/libpqwalreceiver/libpqwalreceiver.c:678
+#: replication/libpqwalreceiver/libpqwalreceiver.c:729
+#: replication/libpqwalreceiver/libpqwalreceiver.c:735
 #, c-format
 msgid "could not receive data from WAL stream: %s"
 msgstr "ricezione dati dallo stream WAL fallita: %s"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:726
+#: replication/libpqwalreceiver/libpqwalreceiver.c:754
 #, c-format
 msgid "could not send data to WAL stream: %s"
 msgstr "invio dati allo stream WAL fallito: %s"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:775
+#: replication/libpqwalreceiver/libpqwalreceiver.c:803
 #, c-format
 msgid "could not create replication slot \"%s\": %s"
 msgstr "creazione dello slot di replica \"%s\" fallita: %s"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:809
+#: replication/libpqwalreceiver/libpqwalreceiver.c:837
 #, c-format
-msgid "invalid query responser"
-msgstr "risposta della query non valida"
+msgid "invalid query response"
+msgstr "risposta query non valida"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:810
+#: replication/libpqwalreceiver/libpqwalreceiver.c:838
 #, c-format
 msgid "Expected %d fields, got %d fields."
 msgstr "Attesi %d campi, ricevuti %d campi."
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:880
+#: replication/libpqwalreceiver/libpqwalreceiver.c:907
 #, c-format
 msgid "the query interface requires a database connection"
 msgstr "l'interfaccia per le query richiede una connessione ad un database"
 
-#: replication/libpqwalreceiver/libpqwalreceiver.c:911
+#: replication/libpqwalreceiver/libpqwalreceiver.c:938
 msgid "empty query"
 msgstr "query vuota"
 
-#: replication/logical/launcher.c:264
+#: replication/logical/launcher.c:300
 #, c-format
 msgid "starting logical replication worker for subscription \"%s\""
 msgstr "avvio del worker di replica logica per la sottoscrizione \"%s\""
 
-#: replication/logical/launcher.c:271
+#: replication/logical/launcher.c:307
 #, c-format
 msgid "cannot start logical replication workers when max_replication_slots = 0"
 msgstr "non è possibile avviare worker di replica logica se max_replication_slots = 0"
 
-#: replication/logical/launcher.c:351
+#: replication/logical/launcher.c:387
 #, c-format
 msgid "out of logical replication worker slots"
 msgstr "worker di replica logica esauriti"
 
-#: replication/logical/launcher.c:352
+#: replication/logical/launcher.c:388
 #, c-format
 msgid "You might need to increase max_logical_replication_workers."
 msgstr "Potresti dover aumentare max_logical_replication_workers."
 
-#: replication/logical/launcher.c:397
+#: replication/logical/launcher.c:433
 #, c-format
 msgid "out of background worker slots"
 msgstr "worker di lavoro in background esauriti"
 
-#: replication/logical/launcher.c:398
+#: replication/logical/launcher.c:434
 #, c-format
 msgid "You might need to increase max_worker_processes."
 msgstr "Potresti dover aumentare max_worker_processes."
 
-#: replication/logical/launcher.c:549
+#: replication/logical/launcher.c:617
 #, c-format
 msgid "logical replication worker slot %d is empty, cannot attach"
 msgstr "lo slot del worker di replica logica %d è vuoto, non è possibile agganciarsi"
 
-#: replication/logical/launcher.c:558
+#: replication/logical/launcher.c:626
 #, c-format
 msgid "logical replication worker slot %d is already used by another worker, cannot attach"
 msgstr "lo slot del worker di replica logica %d è già in uso da un altro processo, non è possibile agganciarsi"
 
-#: replication/logical/launcher.c:791
+#: replication/logical/launcher.c:878
 #, c-format
 msgid "logical replication launcher started"
 msgstr "lanciatore di replica logica avviato"
 
-#: replication/logical/launcher.c:899
-#, c-format
-msgid "logical replication launcher shutting down"
-msgstr "lanciatore di replica logica in arresto"
-
 #: replication/logical/logical.c:83
 #, c-format
 msgid "logical decoding requires wal_level >= logical"
@@ -16498,79 +16466,79 @@ msgstr "l'array deve avere un numero pari di elementi"
 msgid "logical decoding output plugin \"%s\" produces binary output, but function \"%s\" expects textual data"
 msgstr "il plugin di output di decodifica logica \"%s\" produce dati binari, ma la funzione \"%s\" si aspetta dati testuali"
 
-#: replication/logical/origin.c:180
+#: replication/logical/origin.c:185
 #, c-format
 msgid "only superusers can query or manipulate replication origins"
 msgstr "solo i superutenti possono interrogare o replicare le origini di replica"
 
-#: replication/logical/origin.c:185
+#: replication/logical/origin.c:190
 #, c-format
 msgid "cannot query or manipulate replication origin when max_replication_slots = 0"
 msgstr "non è possibile interrogare o manipolare le origini di replica quando max_replication_slots = 0"
 
-#: replication/logical/origin.c:190
+#: replication/logical/origin.c:195
 #, c-format
 msgid "cannot manipulate replication origins during recovery"
 msgstr "non è possibile manipolare le origini di replica durante il recupero"
 
-#: replication/logical/origin.c:314
+#: replication/logical/origin.c:319
 #, c-format
 msgid "could not find free replication origin OID"
 msgstr "non è stato trovato alcun OID di origine di replica libero"
 
-#: replication/logical/origin.c:351
+#: replication/logical/origin.c:361
 #, c-format
 msgid "could not drop replication origin with OID %d, in use by PID %d"
 msgstr "impossibile eliminare l'origine di replica con OID %d, in uso dal pid %d"
 
-#: replication/logical/origin.c:667
+#: replication/logical/origin.c:687
 #, c-format
 msgid "replication checkpoint has wrong magic %u instead of %u"
 msgstr "il checkpoint di replica ha numero magico sbagliato %u invece di %u"
 
-#: replication/logical/origin.c:699
+#: replication/logical/origin.c:719
 #, c-format
 msgid "could not read file \"%s\": read %d of %zu"
 msgstr "lettura del file \"%s\" fallita: letti %d di %zu"
 
-#: replication/logical/origin.c:708
+#: replication/logical/origin.c:728
 #, c-format
 msgid "could not find free replication state, increase max_replication_slots"
 msgstr "nessuno stato di replica libero trovato, incrementa \"max_replication_slots\""
 
-#: replication/logical/origin.c:726
+#: replication/logical/origin.c:746
 #, c-format
 msgid "replication slot checkpoint has wrong checksum %u, expected %u"
 msgstr "il checkpoint dello slot di replica ha il checksum sbagliato %u, atteso %u"
 
-#: replication/logical/origin.c:850
+#: replication/logical/origin.c:870
 #, c-format
 msgid "replication origin with OID %d is already active for PID %d"
 msgstr "l'origine di replica con OID %d è già attiva per il PID %d"
 
-#: replication/logical/origin.c:861 replication/logical/origin.c:1041
+#: replication/logical/origin.c:881 replication/logical/origin.c:1068
 #, c-format
 msgid "could not find free replication state slot for replication origin with OID %u"
 msgstr "nessuno slot di stato di replica trovato per l'origine di replica con OID %u"
 
-#: replication/logical/origin.c:863 replication/logical/origin.c:1043
-#: replication/slot.c:1450
+#: replication/logical/origin.c:883 replication/logical/origin.c:1070
+#: replication/slot.c:1509
 #, c-format
 msgid "Increase max_replication_slots and try again."
 msgstr "Incrementa max_replication_slots e prova di nuovo."
 
-#: replication/logical/origin.c:1000
+#: replication/logical/origin.c:1027
 #, c-format
 msgid "cannot setup replication origin when one is already setup"
 msgstr "non è possibile impostare l'origine di replica quando una è già impostata"
 
-#: replication/logical/origin.c:1029
+#: replication/logical/origin.c:1056
 #, c-format
 msgid "replication identifier %d is already active for PID %d"
 msgstr "l'identificativo di replica %d è già attivo per il PID %d"
 
-#: replication/logical/origin.c:1075 replication/logical/origin.c:1270
-#: replication/logical/origin.c:1290
+#: replication/logical/origin.c:1107 replication/logical/origin.c:1305
+#: replication/logical/origin.c:1325
 #, c-format
 msgid "no replication origin is configured"
 msgstr "nessuna origine di replica configurata"
@@ -16580,27 +16548,27 @@ msgstr "nessuna origine di replica configurata"
 msgid "logical replication target relation \"%s.%s\" does not exist"
 msgstr "la relazione di destinazione di replica logica \"%s.%s\" non esiste"
 
-#: replication/logical/relation.c:292
+#: replication/logical/relation.c:300
 #, c-format
 msgid "logical replication target relation \"%s.%s\" is missing some replicated columns"
 msgstr "la relazione di destinazione di replica logica \"%s.%s\" ha alcune colonne replicate mancanti"
 
-#: replication/logical/relation.c:332
+#: replication/logical/relation.c:340
 #, c-format
 msgid "logical replication target relation \"%s.%s\" uses system columns in REPLICA IDENTITY index"
 msgstr "la relazione di destinazione di replica logica \"%s.%s\" usa colonne di sistema nell'indice REPLICA IDENTITY"
 
-#: replication/logical/relation.c:448
+#: replication/logical/relation.c:456
 #, c-format
 msgid "builtin type %u not found"
 msgstr "tipo predefinito %u non trovato"
 
-#: replication/logical/relation.c:449
+#: replication/logical/relation.c:457
 #, c-format
 msgid "This can be caused by having publisher with higher major version than subscriber"
 msgstr "Ciò può essere causato da un database di pubblicazione di versione maggiore di quello di sottoscrizione"
 
-#: replication/logical/relation.c:481
+#: replication/logical/relation.c:489
 #, c-format
 msgid "data type \"%s.%s\" required for logical replication does not exist"
 msgstr "il tipo di dato \"%s.%s\" richiesto per la replica logica non esiste"
@@ -16701,117 +16669,127 @@ msgstr "La decodifica logica inizierà usando uno snapshot salvato."
 msgid "could not parse file name \"%s\""
 msgstr "interpretazione del nome di file \"%s\" fallita"
 
-#: replication/logical/tablesync.c:137
+#: replication/logical/tablesync.c:138
 #, c-format
-msgid "logical replication synchronization worker finished processing"
-msgstr "il worked di sincronizzazione della replica logica ha terminato il lavoro"
+msgid "logical replication table synchronization worker for subscription \"%s\", table \"%s\" has finished"
+msgstr "worker di replica logica di sincronizzazione tabelle per la sottoscrizione \"%s\", la tabella \"%s\" è completata"
 
-#: replication/logical/tablesync.c:632
+#: replication/logical/tablesync.c:685
 #, c-format
 msgid "could not fetch table info for table \"%s.%s\" from publisher: %s"
 msgstr "errore nella lettura delle informazioni sulla tabella \"%s.%s\" per la pubblicazione: %s"
 
-#: replication/logical/tablesync.c:638
+#: replication/logical/tablesync.c:691
 #, c-format
 msgid "table \"%s.%s\" not found on publisher"
 msgstr "tabella \"%s.%s\" non trovata sul database di pubblicazione"
 
-#: replication/logical/tablesync.c:668
+#: replication/logical/tablesync.c:721
 #, c-format
 msgid "could not fetch table info for table \"%s.%s\": %s"
 msgstr "errore nella lettura delle informazioni sulla tabella \"%s.%s\": %s"
 
-#: replication/logical/tablesync.c:738
+#: replication/logical/tablesync.c:791
 #, c-format
 msgid "could not start initial contents copy for table \"%s.%s\": %s"
 msgstr "errore nell'avvio della copia iniziale dei contenuti per la tabella \"%s.%s\": %s"
 
-#: replication/logical/tablesync.c:846
+#: replication/logical/tablesync.c:905
 #, c-format
 msgid "table copy could not start transaction on publisher"
 msgstr "inizio della transazione non riuscito per la copia della tabella sul database di pubblicazione"
 
-#: replication/logical/tablesync.c:866
+#: replication/logical/tablesync.c:927
 #, c-format
 msgid "table copy could not finish transaction on publisher"
 msgstr "completamento della transazione non riuscito per la copia della tabella sul database di pubblicazione"
 
-#: replication/logical/worker.c:283
+#: replication/logical/worker.c:291
 #, c-format
 msgid "processing remote data for replication target relation \"%s.%s\" column \"%s\", remote type %s, local type %s"
 msgstr "processo dei dati remoti per la replica della tabella di destinazione \"%s.%s\" colonna \"%s\", tipo remoto %s, tipo locale %s"
 
-#: replication/logical/worker.c:486
+#: replication/logical/worker.c:501
 #, c-format
 msgid "ORIGIN message sent out of order"
 msgstr "messaggi ORIGIN inviati in ordine sbagliato"
 
-#: replication/logical/worker.c:617
+#: replication/logical/worker.c:632
 #, c-format
 msgid "publisher does not send replica identity column expected by the logical replication target relation \"%s.%s\""
 msgstr "il database di pubblicazione non invia le colonne di identità di replica attese dalla relazione di destinazione di replica logica \"%s.%s\""
 
-#: replication/logical/worker.c:624
+#: replication/logical/worker.c:639
 #, c-format
 msgid "logical replication target relation \"%s.%s\" has neither REPLICA IDENTITY index nor PRIMARY KEY and published relation does not have REPLICA IDENTITY FULL"
 msgstr "la relazione di destinazione di replica logica \"%s.%s\" non ha né un indice REPLICA IDENTITY né una PRIMARY KEY e la relazione pubblicata non ha REPLICA IDENTITY FULL"
 
-#: replication/logical/worker.c:831
+#: replication/logical/worker.c:846
 #, c-format
 msgid "logical replication could not find row for delete in replication target %s"
 msgstr "la replica logica non ha trovato la riga da cancellare nella destinazione %s"
 
-#: replication/logical/worker.c:898
+#: replication/logical/worker.c:913
 #, c-format
 msgid "invalid logical replication message type %c"
 msgstr "messaggio di replica logica tipo %c non valido"
 
-#: replication/logical/worker.c:1036
+#: replication/logical/worker.c:1054
 #, c-format
 msgid "data stream from publisher has ended"
 msgstr "stream di dati dal database di pubblicazione terminato"
 
-#: replication/logical/worker.c:1181
+#: replication/logical/worker.c:1213
 #, c-format
 msgid "terminating logical replication worker due to timeout"
 msgstr "arresto del worker di replica logica per timeout"
 
-#: replication/logical/worker.c:1328
+#: replication/logical/worker.c:1361
 #, c-format
-msgid "logical replication worker for subscription \"%s\" will stop because the subscription was removed"
-msgstr "il worker di replica logica per la sottoscrizione \"%s\" verrà terminato perché la sottoscrizione è stata rimossa"
+msgid "logical replication apply worker for subscription \"%s\" will stop because the subscription was removed"
+msgstr "il worker di replica logica per la sottoscrizione \"%s\" verrà fermato perché la sottoscrizione è stata rimossa"
 
-#: replication/logical/worker.c:1343
+#: replication/logical/worker.c:1375
 #, c-format
-msgid "logical replication worker for subscription \"%s\" will stop because the subscription was disabled"
-msgstr "il worker di replica logica per la sottoscrizione \"%s\" verrà terminato perché la sottoscrizione è stata disabilitata"
+msgid "logical replication apply worker for subscription \"%s\" will stop because the subscription was disabled"
+msgstr "il worker di replica logica per la sottoscrizione \"%s\" verrà fermato perché la sottoscrizione è stata disabilitata"
 
-#: replication/logical/worker.c:1358
+#: replication/logical/worker.c:1389
 #, c-format
-msgid "logical replication worker for subscription \"%s\" will restart because the connection information was changed"
-msgstr "il worker di replica logica per la sottoscrizione \"%s\" verrà riavviato perché le informazioni di connessione sono cambiate"
+msgid "logical replication apply worker for subscription \"%s\" will restart because the connection information was changed"
+msgstr "il worker di replica logica per la sottoscrizione \"%s\" verrà riavviato perché l'informazione di connessione è cambiata"
 
-#: replication/logical/worker.c:1373
+#: replication/logical/worker.c:1403
 #, c-format
-msgid "logical replication worker for subscription \"%s\" will restart because subscription was renamed"
+msgid "logical replication apply worker for subscription \"%s\" will restart because subscription was renamed"
 msgstr "il worker di replica logica per la sottoscrizione \"%s\" verrà riavviato perché la sottoscrizione è stata rinominata"
 
-#: replication/logical/worker.c:1391
+#: replication/logical/worker.c:1420
 #, c-format
-msgid "logical replication worker for subscription \"%s\" will restart because the replication slot name was changed"
+msgid "logical replication apply worker for subscription \"%s\" will restart because the replication slot name was changed"
 msgstr "il worker di replica logica per la sottoscrizione \"%s\" verrà riavviato perché il nome dello slot di replica è cambiato"
 
-#: replication/logical/worker.c:1406
+#: replication/logical/worker.c:1434
 #, c-format
-msgid "logical replication worker for subscription \"%s\" will restart because subscription's publications were changed"
-msgstr "il worker di replica logica per la sottoscrizione \"%s\" verrà riavviato perché le pubblicazioni della sottoscrizione sono cambiate"
+msgid "logical replication apply worker for subscription \"%s\" will restart because subscription's publications were changed"
+msgstr "il worker di replica logica per la sottoscrizione \"%s\" verrà riavviato le pubblicazioni della sottoscrizione sono cambiate"
 
-#: replication/logical/worker.c:1506
+#: replication/logical/worker.c:1542
 #, c-format
-msgid "logical replication worker for subscription \"%s\" will not start because the subscription was disabled during startup"
+msgid "logical replication apply worker for subscription \"%s\" will not start because the subscription was disabled during startup"
 msgstr "il worker di replica logica per la sottoscrizione \"%s\" non verrà avviato perché la sottoscrizione è stata disabilitata all'avvio"
 
-#: replication/logical/worker.c:1562
+#: replication/logical/worker.c:1556
+#, c-format
+msgid "logical replication table synchronization worker for subscription \"%s\", table \"%s\" has started"
+msgstr "il worker di replica logica di sincronizzazione tabelle per la sottoscrizione \"%s\", la tabella \"%s\" è stata avviata"
+
+#: replication/logical/worker.c:1560
+#, c-format
+msgid "logical replication apply worker for subscription \"%s\" has started"
+msgstr "il worker di replica logica per la sottoscrizione \"%s\" è partito"
+
+#: replication/logical/worker.c:1600
 #, c-format
 msgid "subscription has no replication slot set"
 msgstr "la sottoscrizione non ha uno slot di replica impostato"
@@ -16846,92 +16824,92 @@ msgstr "il cliente ha inviato proto_version=%d ma solo il protocollo %d o superi
 msgid "publication_names parameter missing"
 msgstr "parametro publication_names mancante"
 
-#: replication/slot.c:181
+#: replication/slot.c:182
 #, c-format
 msgid "replication slot name \"%s\" is too short"
 msgstr "il nome dello slot di replica \"%s\" è troppo corto"
 
-#: replication/slot.c:190
+#: replication/slot.c:191
 #, c-format
 msgid "replication slot name \"%s\" is too long"
 msgstr "il nome dello slot di replica \"%s\" è troppo lungo"
 
-#: replication/slot.c:203
+#: replication/slot.c:204
 #, c-format
 msgid "replication slot name \"%s\" contains invalid character"
 msgstr "il nome dello slot di replica \"%s\" contiene caratteri non validi"
 
-#: replication/slot.c:205
+#: replication/slot.c:206
 #, c-format
 msgid "Replication slot names may only contain lower case letters, numbers, and the underscore character."
 msgstr "I nomi degli slot di replica possono contenere solo lettere minuscole, numeri e il carattere underscore."
 
-#: replication/slot.c:252
+#: replication/slot.c:253
 #, c-format
 msgid "replication slot \"%s\" already exists"
 msgstr "lo slot di replica \"%s\" esiste già"
 
-#: replication/slot.c:262
+#: replication/slot.c:263
 #, c-format
 msgid "all replication slots are in use"
 msgstr "tutti gli slot di replica sono in uso"
 
-#: replication/slot.c:263
+#: replication/slot.c:264
 #, c-format
 msgid "Free one or increase max_replication_slots."
 msgstr "Liberane uno o incrementa max_replication_slots."
 
-#: replication/slot.c:359
+#: replication/slot.c:379
 #, c-format
 msgid "replication slot \"%s\" does not exist"
 msgstr "lo slot di replica \"%s\" non esiste"
 
-#: replication/slot.c:363 replication/slot.c:881
+#: replication/slot.c:390 replication/slot.c:940
 #, c-format
 msgid "replication slot \"%s\" is active for PID %d"
 msgstr "lo slot di replica \"%s\" è attivo per il PID %d"
 
-#: replication/slot.c:565 replication/slot.c:1062 replication/slot.c:1411
+#: replication/slot.c:624 replication/slot.c:1121 replication/slot.c:1470
 #, c-format
 msgid "could not remove directory \"%s\""
 msgstr "eliminazione della directory \"%s\" fallita"
 
-#: replication/slot.c:911
+#: replication/slot.c:970
 #, c-format
 msgid "replication slots can only be used if max_replication_slots > 0"
 msgstr "gli slot di replica possono essere usati solo se max_replication_slots > 0"
 
-#: replication/slot.c:916
+#: replication/slot.c:975
 #, c-format
 msgid "replication slots can only be used if wal_level >= replica"
 msgstr "gli slot di replica possono essere usati solo se wal_level >= replica"
 
-#: replication/slot.c:1341 replication/slot.c:1381
+#: replication/slot.c:1400 replication/slot.c:1440
 #, c-format
 msgid "could not read file \"%s\", read %d of %u: %m"
 msgstr "lettura del file \"%s\" fallita, letti %d su %u: %m"
 
-#: replication/slot.c:1350
+#: replication/slot.c:1409
 #, c-format
 msgid "replication slot file \"%s\" has wrong magic number: %u instead of %u"
 msgstr "il file dello slot di replica \"%s\" ha il numero magico sbagliato: %u invece di %u"
 
-#: replication/slot.c:1357
+#: replication/slot.c:1416
 #, c-format
 msgid "replication slot file \"%s\" has unsupported version %u"
 msgstr "il file dello slot di replica \"%s\" ha la versione non supportata %u"
 
-#: replication/slot.c:1364
+#: replication/slot.c:1423
 #, c-format
 msgid "replication slot file \"%s\" has corrupted length %u"
 msgstr "il file dello slot di replica \"%s\" ha la lunghezza corrotta %u"
 
-#: replication/slot.c:1396
+#: replication/slot.c:1455
 #, c-format
 msgid "checksum mismatch for replication slot file \"%s\": is %u, should be %u"
 msgstr "il checksum del file dello slot di replica \"%s\" non combacia: è %u, sarebbe dovuto essere %u"
 
-#: replication/slot.c:1449
+#: replication/slot.c:1508
 #, c-format
 msgid "too many replication slots active before shutdown"
 msgstr "troppi slot di replica attivi prima dell'arresto"
@@ -16951,27 +16929,27 @@ msgstr "La transazione ha già effettuato il commit localmente, ma potrebbe non
 msgid "canceling wait for synchronous replication due to user request"
 msgstr "annullamento dell'attesa di replica sincrona su richiesta utente"
 
-#: replication/syncrep.c:396
+#: replication/syncrep.c:399
 #, c-format
 msgid "standby \"%s\" now has synchronous standby priority %u"
 msgstr "lo standby \"%s\" ha ora priorità di standby sincrono %u"
 
-#: replication/syncrep.c:457
+#: replication/syncrep.c:460
 #, c-format
 msgid "standby \"%s\" is now a synchronous standby with priority %u"
 msgstr "lo standby \"%s\" è ora uno standby sincrono con priorità %u"
 
-#: replication/syncrep.c:461
+#: replication/syncrep.c:464
 #, c-format
 msgid "standby \"%s\" is now a candidate for quorum synchronous standby"
 msgstr "lo standby \"%s\" è ora un candidato al quorum di standby sincroni"
 
-#: replication/syncrep.c:1132
+#: replication/syncrep.c:1162
 #, c-format
 msgid "synchronous_standby_names parser failed"
 msgstr "interpretazione di synchronous_standby_names non riuscita"
 
-#: replication/syncrep.c:1138
+#: replication/syncrep.c:1168
 #, c-format
 msgid "number of synchronous standbys (%d) must be greater than zero"
 msgstr "il numero di standby sincroni (%d) deve essere maggiore di zero"
@@ -16981,194 +16959,194 @@ msgstr "il numero di standby sincroni (%d) deve essere maggiore di zero"
 msgid "terminating walreceiver process due to administrator command"
 msgstr "interruzione del processo walreceiver su comando dell'amministratore"
 
-#: replication/walreceiver.c:301
+#: replication/walreceiver.c:300
 #, c-format
 msgid "could not connect to the primary server: %s"
 msgstr "connessione al server primario fallita: %s"
 
-#: replication/walreceiver.c:340
+#: replication/walreceiver.c:339
 #, c-format
 msgid "database system identifier differs between the primary and standby"
 msgstr "l'identificativo del database è diverso tra il primario e lo standby"
 
-#: replication/walreceiver.c:341
+#: replication/walreceiver.c:340
 #, c-format
 msgid "The primary's identifier is %s, the standby's identifier is %s."
 msgstr "L'identificativo del primario è %s, quello dello standby è %s."
 
-#: replication/walreceiver.c:352
+#: replication/walreceiver.c:351
 #, c-format
 msgid "highest timeline %u of the primary is behind recovery timeline %u"
 msgstr "la timeline massima %u del primario è dietro la timeline di recupero %u"
 
-#: replication/walreceiver.c:388
+#: replication/walreceiver.c:387
 #, c-format
 msgid "started streaming WAL from primary at %X/%X on timeline %u"
 msgstr "streaming WAL avviato dal primario a %X/%X sulla timeline %u"
 
-#: replication/walreceiver.c:393
+#: replication/walreceiver.c:392
 #, c-format
 msgid "restarted WAL streaming at %X/%X on timeline %u"
 msgstr "streaming WAL riavviato sulla timeline %X/%X sulla timeline %u"
 
-#: replication/walreceiver.c:422
+#: replication/walreceiver.c:421
 #, c-format
 msgid "cannot continue WAL streaming, recovery has already ended"
 msgstr "non è possibile continuare lo streaming dei WAL, il recupero è già terminato"
 
-#: replication/walreceiver.c:459
+#: replication/walreceiver.c:458
 #, c-format
 msgid "replication terminated by primary server"
 msgstr "replica terminata dal server primario"
 
-#: replication/walreceiver.c:460
+#: replication/walreceiver.c:459
 #, c-format
 msgid "End of WAL reached on timeline %u at %X/%X."
 msgstr "Fine del WAL raggiunta sulla timeline %u a %X/%X."
 
-#: replication/walreceiver.c:555
+#: replication/walreceiver.c:554
 #, c-format
 msgid "terminating walreceiver due to timeout"
 msgstr "walreceiver terminato a causa di timeout"
 
-#: replication/walreceiver.c:595
+#: replication/walreceiver.c:594
 #, c-format
 msgid "primary server contains no more WAL on requested timeline %u"
 msgstr "il server primario non contiene più alcun WAL sulla timeline richiesta %u"
 
-#: replication/walreceiver.c:610 replication/walreceiver.c:969
+#: replication/walreceiver.c:609 replication/walreceiver.c:968
 #, c-format
 msgid "could not close log segment %s: %m"
 msgstr "chiusura del segmento di log %s fallita: %m"
 
-#: replication/walreceiver.c:735
+#: replication/walreceiver.c:734
 #, c-format
 msgid "fetching timeline history file for timeline %u from primary server"
 msgstr "recupero del file di storia della timeline %u dal server primario"
 
-#: replication/walreceiver.c:1023
+#: replication/walreceiver.c:1022
 #, c-format
 msgid "could not write to log segment %s at offset %u, length %lu: %m"
 msgstr "scrittura nel segmento di log %s in posizione %u, lunghezza %lu fallita: %m"
 
-#: replication/walsender.c:492
+#: replication/walsender.c:490
 #, c-format
 msgid "could not seek to beginning of file \"%s\": %m"
 msgstr "spostamento all'inizio del file \"%s\" fallito: %m"
 
-#: replication/walsender.c:533
+#: replication/walsender.c:531
 #, c-format
 msgid "IDENTIFY_SYSTEM has not been run before START_REPLICATION"
 msgstr "IDENTIFY_SYSTEM non eseguito prima di START_REPLICATION"
 
-#: replication/walsender.c:550
+#: replication/walsender.c:548
 #, c-format
 msgid "cannot use a logical replication slot for physical replication"
 msgstr "non si può usare una slot di replica logico per la replica fisica"
 
-#: replication/walsender.c:613
+#: replication/walsender.c:611
 #, c-format
 msgid "requested starting point %X/%X on timeline %u is not in this server's history"
 msgstr "il punto di avvio richiesto %X/%X sulla timeline %u non è nella storia di questo server"
 
-#: replication/walsender.c:617
+#: replication/walsender.c:615
 #, c-format
 msgid "This server's history forked from timeline %u at %X/%X."
 msgstr "La storia di questo server si è separata dalla timeline %u a %X/%X."
 
-#: replication/walsender.c:662
+#: replication/walsender.c:660
 #, c-format
 msgid "requested starting point %X/%X is ahead of the WAL flush position of this server %X/%X"
 msgstr "il punto di avvio richiesto %X/%X è più avanti della posizione di flush del WAL %X/%X di questo server"
 
-#: replication/walsender.c:896
+#: replication/walsender.c:889
 #, c-format
 msgid "CREATE_REPLICATION_SLOT ... EXPORT_SNAPSHOT must not be called inside a transaction"
 msgstr "CREATE_REPLICATION_SLOT ... EXPORT_SNAPSHOT non può essere eseguito in una transazione"
 
-#: replication/walsender.c:905
+#: replication/walsender.c:898
 #, c-format
 msgid "CREATE_REPLICATION_SLOT ... USE_SNAPSHOT must be called inside a transaction"
 msgstr "CREATE_REPLICATION_SLOT ... USE_SNAPSHOT deve essere eseguito in una transazione"
 
-#: replication/walsender.c:910
+#: replication/walsender.c:903
 #, c-format
 msgid "CREATE_REPLICATION_SLOT ... USE_SNAPSHOT must be called in REPEATABLE READ isolation mode transaction"
 msgstr "CREATE_REPLICATION_SLOT ... USE_SNAPSHOT deve essere eseguito in una transazione in modalità  REPEATABLE READ"
 
-#: replication/walsender.c:915
+#: replication/walsender.c:908
 #, c-format
 msgid "CREATE_REPLICATION_SLOT ... USE_SNAPSHOT must be called before any query"
 msgstr "CREATE_REPLICATION_SLOT ... USE_SNAPSHOT deve essere eseguito prima di qualunque query"
 
-#: replication/walsender.c:920
+#: replication/walsender.c:913
 #, c-format
 msgid "CREATE_REPLICATION_SLOT ... USE_SNAPSHOT must not be called in a subtransaction"
 msgstr "CREATE_REPLICATION_SLOT ... USE_SNAPSHOT non può essere eseguito in una sottotransazione"
 
-#: replication/walsender.c:1066
+#: replication/walsender.c:1059
 #, c-format
 msgid "terminating walsender process after promotion"
 msgstr "interruzione del processo walsender dopo la promozione"
 
-#: replication/walsender.c:1434
+#: replication/walsender.c:1437
 #, c-format
 msgid "cannot execute new commands while WAL sender is in stopping mode"
 msgstr "non è possibile eseguire nuovi comandi mentre WAL sender è in modalità di arresto"
 
-#: replication/walsender.c:1467
+#: replication/walsender.c:1470
 #, c-format
 msgid "received replication command: %s"
 msgstr "ricevuto comando di replica: %s"
 
-#: replication/walsender.c:1483 tcop/fastpath.c:281 tcop/postgres.c:1003
-#: tcop/postgres.c:1313 tcop/postgres.c:1572 tcop/postgres.c:1977
-#: tcop/postgres.c:2345 tcop/postgres.c:2420
+#: replication/walsender.c:1486 tcop/fastpath.c:281 tcop/postgres.c:997
+#: tcop/postgres.c:1307 tcop/postgres.c:1566 tcop/postgres.c:1971
+#: tcop/postgres.c:2339 tcop/postgres.c:2414
 #, c-format
 msgid "current transaction is aborted, commands ignored until end of transaction block"
 msgstr "la transazione corrente è interrotta, i comandi saranno ignorati fino alla fine del blocco della transazione"
 
-#: replication/walsender.c:1545
+#: replication/walsender.c:1548
 #, c-format
 msgid "not connected to database"
 msgstr "non connesso ad un database"
 
-#: replication/walsender.c:1585 replication/walsender.c:1601
+#: replication/walsender.c:1588 replication/walsender.c:1604
 #, c-format
 msgid "unexpected EOF on standby connection"
 msgstr "fine del file inaspettato sulla connessione di standby"
 
-#: replication/walsender.c:1615
+#: replication/walsender.c:1618
 #, c-format
 msgid "unexpected standby message type \"%c\", after receiving CopyDone"
 msgstr "tipo di messaggio di standby \"%c\" imprevisto, dopo la ricezione di CopyDone"
 
-#: replication/walsender.c:1653
+#: replication/walsender.c:1656
 #, c-format
 msgid "invalid standby message type \"%c\""
 msgstr "tipo di messaggio \"%c\" di standby non valido"
 
-#: replication/walsender.c:1694
+#: replication/walsender.c:1697
 #, c-format
 msgid "unexpected message type \"%c\""
 msgstr "tipo di messaggio \"%c\" inatteso"
 
-#: replication/walsender.c:2064
+#: replication/walsender.c:2067
 #, c-format
 msgid "terminating walsender process due to replication timeout"
 msgstr "interruzione del processo walsender a causa di timeout di replica"
 
-#: replication/walsender.c:2152
+#: replication/walsender.c:2156
 #, c-format
 msgid "standby \"%s\" has now caught up with primary"
 msgstr "lo standby \"%s\" ha ora raggiunto il primario"
 
-#: replication/walsender.c:2266
+#: replication/walsender.c:2263
 #, c-format
 msgid "number of requested standby connections exceeds max_wal_senders (currently %d)"
 msgstr "il numero di richieste di connessioni di standby supera max_wal_senders (attualmente %d)"
 
-#: rewrite/rewriteDefine.c:112 rewrite/rewriteDefine.c:975
+#: rewrite/rewriteDefine.c:112 rewrite/rewriteDefine.c:981
 #, c-format
 msgid "rule \"%s\" for relation \"%s\" already exists"
 msgstr "la regola \"%s\" per la relazione \"%s\" esiste già"
@@ -17238,133 +17216,138 @@ msgstr "la regola della vista \"%s\" deve essere chiamata \"%s\""
 msgid "could not convert partitioned table \"%s\" to a view"
 msgstr "conversione della tabella partizionata \"%s\" in vista fallita"
 
-#: rewrite/rewriteDefine.c:436
+#: rewrite/rewriteDefine.c:434
+#, c-format
+msgid "could not convert partition \"%s\" to a view"
+msgstr "non è possibile convertire la partizione \"%s\" in una vista"
+
+#: rewrite/rewriteDefine.c:442
 #, c-format
 msgid "could not convert table \"%s\" to a view because it is not empty"
 msgstr "conversione della tabella \"%s\" in vista fallita perché non è vuota"
 
-#: rewrite/rewriteDefine.c:444
+#: rewrite/rewriteDefine.c:450
 #, c-format
 msgid "could not convert table \"%s\" to a view because it has triggers"
 msgstr "conversione della tabella \"%s\" in vista fallita perché ha dei trigger"
 
-#: rewrite/rewriteDefine.c:446
+#: rewrite/rewriteDefine.c:452
 #, c-format
 msgid "In particular, the table cannot be involved in any foreign key relationships."
 msgstr "In particolare, la tabella non può prendere parte in alcuna relazione di chiave esterna."
 
-#: rewrite/rewriteDefine.c:451
+#: rewrite/rewriteDefine.c:457
 #, c-format
 msgid "could not convert table \"%s\" to a view because it has indexes"
 msgstr "conversione della tabella \"%s\" in vista fallita perché ha indici"
 
-#: rewrite/rewriteDefine.c:457
+#: rewrite/rewriteDefine.c:463
 #, c-format
 msgid "could not convert table \"%s\" to a view because it has child tables"
 msgstr "conversione della tabella \"%s\" in vista fallita perché ha tabelle figlie"
 
-#: rewrite/rewriteDefine.c:463
+#: rewrite/rewriteDefine.c:469
 #, c-format
 msgid "could not convert table \"%s\" to a view because it has row security enabled"
 msgstr "conversione della tabella \"%s\" in vista fallita perché ha la sicurezza delle righe abilitata"
 
-#: rewrite/rewriteDefine.c:469
+#: rewrite/rewriteDefine.c:475
 #, c-format
 msgid "could not convert table \"%s\" to a view because it has row security policies"
 msgstr "conversione della tabella \"%s\" in vista fallita perché ha regole di sicurezza per riga"
 
-#: rewrite/rewriteDefine.c:496
+#: rewrite/rewriteDefine.c:502
 #, c-format
 msgid "cannot have multiple RETURNING lists in a rule"
 msgstr "non è possibile avere più di una lista RETURNING in una regola"
 
-#: rewrite/rewriteDefine.c:501
+#: rewrite/rewriteDefine.c:507
 #, c-format
 msgid "RETURNING lists are not supported in conditional rules"
 msgstr "le liste RETURNING non sono supportate in regole condizionali"
 
-#: rewrite/rewriteDefine.c:505
+#: rewrite/rewriteDefine.c:511
 #, c-format
 msgid "RETURNING lists are not supported in non-INSTEAD rules"
 msgstr "le liste RETURNING non sono supportate in regole che non siano INSTEAD"
 
-#: rewrite/rewriteDefine.c:670
+#: rewrite/rewriteDefine.c:676
 #, c-format
 msgid "SELECT rule's target list has too many entries"
 msgstr "la lista di destinazione della regola SELECT ha troppi elementi"
 
-#: rewrite/rewriteDefine.c:671
+#: rewrite/rewriteDefine.c:677
 #, c-format
 msgid "RETURNING list has too many entries"
 msgstr "la lista RETURNING ha troppi elementi"
 
-#: rewrite/rewriteDefine.c:698
+#: rewrite/rewriteDefine.c:704
 #, c-format
 msgid "cannot convert relation containing dropped columns to view"
 msgstr "non è possibile convertire una relazione contenente colonne eliminate in una vista"
 
-#: rewrite/rewriteDefine.c:699
+#: rewrite/rewriteDefine.c:705
 #, c-format
 msgid "cannot create a RETURNING list for a relation containing dropped columns"
 msgstr "non è possibile creare una lista RETURNING per una relazione che contiene colonne eliminate"
 
-#: rewrite/rewriteDefine.c:705
+#: rewrite/rewriteDefine.c:711
 #, c-format
 msgid "SELECT rule's target entry %d has different column name from column \"%s\""
 msgstr "elemento di destinazione %d della regola SELECT ha nome di colonna diverso dalla colonna \"%s\""
 
-#: rewrite/rewriteDefine.c:707
+#: rewrite/rewriteDefine.c:713
 #, c-format
 msgid "SELECT target entry is named \"%s\"."
 msgstr "L'elemento di destinazione di SELECT si chiama \"%s\"."
 
-#: rewrite/rewriteDefine.c:716
+#: rewrite/rewriteDefine.c:722
 #, c-format
 msgid "SELECT rule's target entry %d has different type from column \"%s\""
 msgstr "l'elemento %d di destinazione della regola SELECT è di tipo diverso dalla colonna \"%s\""
 
-#: rewrite/rewriteDefine.c:718
+#: rewrite/rewriteDefine.c:724
 #, c-format
 msgid "RETURNING list's entry %d has different type from column \"%s\""
 msgstr "l'elemento %d della lista RETURNING è di tipo diverso dalla colonna \"%s\""
 
-#: rewrite/rewriteDefine.c:721 rewrite/rewriteDefine.c:745
+#: rewrite/rewriteDefine.c:727 rewrite/rewriteDefine.c:751
 #, c-format
 msgid "SELECT target entry has type %s, but column has type %s."
 msgstr "L'elemento di destinazione di SELECT è di tipo %s, ma la colonna è di tipo %s."
 
-#: rewrite/rewriteDefine.c:724 rewrite/rewriteDefine.c:749
+#: rewrite/rewriteDefine.c:730 rewrite/rewriteDefine.c:755
 #, c-format
 msgid "RETURNING list entry has type %s, but column has type %s."
 msgstr "la lista di elementi di RETURNING è di tipo %s, ma la colonna è di tipo %s."
 
-#: rewrite/rewriteDefine.c:740
+#: rewrite/rewriteDefine.c:746
 #, c-format
 msgid "SELECT rule's target entry %d has different size from column \"%s\""
 msgstr "l'elemento %d di destinazione della regola SELECT ha dimensione diversa dalla colonna \"%s\""
 
-#: rewrite/rewriteDefine.c:742
+#: rewrite/rewriteDefine.c:748
 #, c-format
 msgid "RETURNING list's entry %d has different size from column \"%s\""
 msgstr "l'elemento %d della lista RETURNING ha dimensione diversa dalla colonna \"%s\""
 
-#: rewrite/rewriteDefine.c:759
+#: rewrite/rewriteDefine.c:765
 #, c-format
 msgid "SELECT rule's target list has too few entries"
 msgstr "la lista di destinazione della regola SELECT ha troppi pochi elementi"
 
-#: rewrite/rewriteDefine.c:760
+#: rewrite/rewriteDefine.c:766
 #, c-format
 msgid "RETURNING list has too few entries"
 msgstr "la lista RETURNING ha troppi pochi elementi"
 
-#: rewrite/rewriteDefine.c:852 rewrite/rewriteDefine.c:966
+#: rewrite/rewriteDefine.c:858 rewrite/rewriteDefine.c:972
 #: rewrite/rewriteSupport.c:109
 #, c-format
 msgid "rule \"%s\" for relation \"%s\" does not exist"
 msgstr "la regola \"%s\" per la relazione \"%s\" non esiste"
 
-#: rewrite/rewriteDefine.c:985
+#: rewrite/rewriteDefine.c:991
 #, c-format
 msgid "renaming an ON SELECT rule is not allowed"
 msgstr "non è consentire rinominare una regola ON SELECT"
@@ -17399,152 +17382,152 @@ msgstr "Usa OVERRIDING SYSTEM VALUE per sovrascrivere."
 msgid "column \"%s\" can only be updated to DEFAULT"
 msgstr "la colonna \"%s\" può essere modificata solo a DEFAULT"
 
-#: rewrite/rewriteHandler.c:984 rewrite/rewriteHandler.c:1002
+#: rewrite/rewriteHandler.c:1005 rewrite/rewriteHandler.c:1023
 #, c-format
 msgid "multiple assignments to same column \"%s\""
 msgstr "più di un assegnamento alla stessa colonna \"%s\""
 
-#: rewrite/rewriteHandler.c:1778 rewrite/rewriteHandler.c:3397
+#: rewrite/rewriteHandler.c:1809 rewrite/rewriteHandler.c:3431
 #, c-format
 msgid "infinite recursion detected in rules for relation \"%s\""
 msgstr "ricorsione infinita individuata nelle regole per la relazione \"%s\""
 
-#: rewrite/rewriteHandler.c:1863
+#: rewrite/rewriteHandler.c:1895
 #, c-format
 msgid "infinite recursion detected in policy for relation \"%s\""
 msgstr "ricorsione infinita individuata nella regola di sicurezza per la relazione \"%s\""
 
-#: rewrite/rewriteHandler.c:2180
+#: rewrite/rewriteHandler.c:2212
 msgid "Junk view columns are not updatable."
 msgstr "Le colonne junk di una vista non sono aggiornabili."
 
-#: rewrite/rewriteHandler.c:2185
+#: rewrite/rewriteHandler.c:2217
 msgid "View columns that are not columns of their base relation are not updatable."
 msgstr "Le colonne di vista che non sono colonne della loro relazione di base non sono aggiornabili."
 
-#: rewrite/rewriteHandler.c:2188
+#: rewrite/rewriteHandler.c:2220
 msgid "View columns that refer to system columns are not updatable."
 msgstr "Le colonne di vista che si riferiscono a colonne di sistema non sono aggiornabili."
 
-#: rewrite/rewriteHandler.c:2191
+#: rewrite/rewriteHandler.c:2223
 msgid "View columns that return whole-row references are not updatable."
 msgstr "Le colonne di vista che restituiscono riferimenti a righe intere non sono aggiornabili."
 
-#: rewrite/rewriteHandler.c:2249
+#: rewrite/rewriteHandler.c:2281
 msgid "Views containing DISTINCT are not automatically updatable."
 msgstr "Le viste contenenti DISTINCT non sono aggiornabili automaticamente."
 
-#: rewrite/rewriteHandler.c:2252
+#: rewrite/rewriteHandler.c:2284
 msgid "Views containing GROUP BY are not automatically updatable."
 msgstr "Le viste contenenti GROUP BY non sono aggiornabili automaticamente."
 
-#: rewrite/rewriteHandler.c:2255
+#: rewrite/rewriteHandler.c:2287
 msgid "Views containing HAVING are not automatically updatable."
 msgstr "Le viste contenenti HAVING non sono aggiornabili automaticamente."
 
-#: rewrite/rewriteHandler.c:2258
+#: rewrite/rewriteHandler.c:2290
 msgid "Views containing UNION, INTERSECT, or EXCEPT are not automatically updatable."
 msgstr "Le viste che contengono UNION, INTERSECT o EXCEPT non sono automaticamente aggiornabili."
 
-#: rewrite/rewriteHandler.c:2261
+#: rewrite/rewriteHandler.c:2293
 msgid "Views containing WITH are not automatically updatable."
 msgstr "Le viste contenenti WITH non sono aggiornabili automaticamente."
 
-#: rewrite/rewriteHandler.c:2264
+#: rewrite/rewriteHandler.c:2296
 msgid "Views containing LIMIT or OFFSET are not automatically updatable."
 msgstr "Le viste contenenti LIMIT o OFFSET non sono aggiornabili automaticamente."
 
-#: rewrite/rewriteHandler.c:2276
+#: rewrite/rewriteHandler.c:2308
 msgid "Views that return aggregate functions are not automatically updatable."
 msgstr "Le viste che restituiscono funzioni di aggregazione non sono aggiornabili automaticamente."
 
-#: rewrite/rewriteHandler.c:2279
+#: rewrite/rewriteHandler.c:2311
 msgid "Views that return window functions are not automatically updatable."
 msgstr "Le viste che restituiscono funzioni finestra non sono aggiornabili automaticamente."
 
-#: rewrite/rewriteHandler.c:2282
+#: rewrite/rewriteHandler.c:2314
 msgid "Views that return set-returning functions are not automatically updatable."
 msgstr "Le viste che restituiscono funzioni insieme non sono aggiornabili automaticamente"
 
-#: rewrite/rewriteHandler.c:2289 rewrite/rewriteHandler.c:2293
-#: rewrite/rewriteHandler.c:2301
+#: rewrite/rewriteHandler.c:2321 rewrite/rewriteHandler.c:2325
+#: rewrite/rewriteHandler.c:2333
 msgid "Views that do not select from a single table or view are not automatically updatable."
 msgstr "Le viste che non leggono da una singola tabella o vista non sono aggiornabili automaticamente."
 
-#: rewrite/rewriteHandler.c:2304
+#: rewrite/rewriteHandler.c:2336
 msgid "Views containing TABLESAMPLE are not automatically updatable."
 msgstr "Le viste che contengono TABLESAMPLE non sono automaticamente aggiornabili."
 
-#: rewrite/rewriteHandler.c:2328
+#: rewrite/rewriteHandler.c:2360
 msgid "Views that have no updatable columns are not automatically updatable."
 msgstr "Le viste che non hanno colonne aggiornabili non sono automaticamente aggiornabili."
 
-#: rewrite/rewriteHandler.c:2780
+#: rewrite/rewriteHandler.c:2814
 #, c-format
 msgid "cannot insert into column \"%s\" of view \"%s\""
 msgstr "non si può inserire nella colonna \"%s\" della vista \"%s\""
 
-#: rewrite/rewriteHandler.c:2788
+#: rewrite/rewriteHandler.c:2822
 #, c-format
 msgid "cannot update column \"%s\" of view \"%s\""
 msgstr "non si può modificare la colonna \"%s\" della vista \"%s\""
 
-#: rewrite/rewriteHandler.c:3191
+#: rewrite/rewriteHandler.c:3225
 #, c-format
 msgid "DO INSTEAD NOTHING rules are not supported for data-modifying statements in WITH"
 msgstr "le regole DO INSTEAD NOTHING non sono supportate per istruzioni di modifica dei dati nel WITH"
 
-#: rewrite/rewriteHandler.c:3205
+#: rewrite/rewriteHandler.c:3239
 #, c-format
 msgid "conditional DO INSTEAD rules are not supported for data-modifying statements in WITH"
 msgstr "le regole DO INSTEAD NOTHING condizionali non sono supportate per istruzioni di modifica dei dati nel WITH"
 
-#: rewrite/rewriteHandler.c:3209
+#: rewrite/rewriteHandler.c:3243
 #, c-format
 msgid "DO ALSO rules are not supported for data-modifying statements in WITH"
 msgstr "le regole DO ALSO non sono supportate per istruzioni di modifica dei dati nel WITH"
 
-#: rewrite/rewriteHandler.c:3214
+#: rewrite/rewriteHandler.c:3248
 #, c-format
 msgid "multi-statement DO INSTEAD rules are not supported for data-modifying statements in WITH"
 msgstr "le regole DO INSTEAD multi-istruzione non sono supportate per istruzioni di modifica dei dati nel WITH"
 
-#: rewrite/rewriteHandler.c:3434
+#: rewrite/rewriteHandler.c:3468
 #, c-format
 msgid "cannot perform INSERT RETURNING on relation \"%s\""
 msgstr "non è possibile eseguire INSERT RETURNING sulla relazione \"%s\""
 
-#: rewrite/rewriteHandler.c:3436
+#: rewrite/rewriteHandler.c:3470
 #, c-format
 msgid "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause."
 msgstr "È necessaria una regola ON INSERT DO INSTEAD non condizionale con una clausola RETURNING."
 
-#: rewrite/rewriteHandler.c:3441
+#: rewrite/rewriteHandler.c:3475
 #, c-format
 msgid "cannot perform UPDATE RETURNING on relation \"%s\""
 msgstr "non è possibile eseguire UPDATE RETURNING sulla relazione \"%s\""
 
-#: rewrite/rewriteHandler.c:3443
+#: rewrite/rewriteHandler.c:3477
 #, c-format
 msgid "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause."
 msgstr "È necessaria una regola ON UPDATE DO INSTEAD non condizionale con una clausola RETURNING."
 
-#: rewrite/rewriteHandler.c:3448
+#: rewrite/rewriteHandler.c:3482
 #, c-format
 msgid "cannot perform DELETE RETURNING on relation \"%s\""
 msgstr "non è possibile eseguire DELETE RETURNING sulla relazione \"%s\""
 
-#: rewrite/rewriteHandler.c:3450
+#: rewrite/rewriteHandler.c:3484
 #, c-format
 msgid "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause."
 msgstr "È necessaria una regola ON DELETE DO INSTEAD non condizionale con una clausola RETURNING."
 
-#: rewrite/rewriteHandler.c:3468
+#: rewrite/rewriteHandler.c:3502
 #, c-format
 msgid "INSERT with ON CONFLICT clause cannot be used with table that has INSERT or UPDATE rules"
 msgstr "INSERT con clausola ON CONFLICT non può essere usato in tabelle con una regola su INSERT o UPDATE"
 
-#: rewrite/rewriteHandler.c:3525
+#: rewrite/rewriteHandler.c:3559
 #, c-format
 msgid "WITH cannot be used in a query that is rewritten by rules into multiple queries"
 msgstr "WITH non può essere usato in una query che viene riscritta da regole in più di una query"
@@ -17559,7 +17542,7 @@ msgstr "i comandi di utilità condizionali non sono implementati"
 msgid "WHERE CURRENT OF on a view is not implemented"
 msgstr "WHERE CURRENT OF su una vista non è implementato"
 
-#: rewrite/rewriteManip.c:1434
+#: rewrite/rewriteManip.c:1463
 #, c-format
 msgid "NEW variables in ON UPDATE rules cannot reference columns that are part of a multiple assignment in the subject UPDATE command"
 msgstr "la variabile NEW nelle regole ON UPDATE non può riferirsi a colonne che fanno parte di un assegnamento multiplo nel comando UPDATE soggetto"
@@ -17590,12 +17573,12 @@ msgstr "parametro Snowball sconosciuto: \"%s\""
 msgid "missing Language parameter"
 msgstr "parametro Language mancante"
 
-#: statistics/dependencies.c:542
+#: statistics/dependencies.c:534
 #, c-format
 msgid "invalid zero-length item array in MVDependencies"
 msgstr "elemento array a lunghezza zero non valido in MVDependencies"
 
-#: statistics/dependencies.c:673 statistics/dependencies.c:726
+#: statistics/dependencies.c:665 statistics/dependencies.c:718
 #: statistics/mvdistinct.c:338 statistics/mvdistinct.c:391
 #: utils/adt/pseudotypes.c:94 utils/adt/pseudotypes.c:122
 #: utils/adt/pseudotypes.c:147 utils/adt/pseudotypes.c:171
@@ -17829,27 +17812,27 @@ msgstr "creazione del segmento di memoria condivisa \"%s\" fallito: %m"
 msgid "could not duplicate handle for \"%s\": %m"
 msgstr "duplicazione dell'handle per \"%s\" fallita: %m"
 
-#: storage/ipc/latch.c:828
+#: storage/ipc/latch.c:829
 #, c-format
 msgid "epoll_ctl() failed: %m"
 msgstr "epoll_ctl() fallita: %m"
 
-#: storage/ipc/latch.c:1057
+#: storage/ipc/latch.c:1060
 #, c-format
 msgid "epoll_wait() failed: %m"
 msgstr "epoll_wait() fallita: %m"
 
-#: storage/ipc/latch.c:1179
+#: storage/ipc/latch.c:1182
 #, c-format
 msgid "poll() failed: %m"
 msgstr "poll() fallito: %m"
 
-#: storage/ipc/shm_toc.c:108 storage/ipc/shm_toc.c:189 storage/lmgr/lock.c:883
+#: storage/ipc/shm_toc.c:108 storage/ipc/shm_toc.c:190 storage/lmgr/lock.c:883
 #: storage/lmgr/lock.c:917 storage/lmgr/lock.c:2679 storage/lmgr/lock.c:4004
 #: storage/lmgr/lock.c:4069 storage/lmgr/lock.c:4361
-#: storage/lmgr/predicate.c:2382 storage/lmgr/predicate.c:2397
-#: storage/lmgr/predicate.c:3789 storage/lmgr/predicate.c:4932
-#: utils/hash/dynahash.c:1043
+#: storage/lmgr/predicate.c:2401 storage/lmgr/predicate.c:2416
+#: storage/lmgr/predicate.c:3808 storage/lmgr/predicate.c:4951
+#: utils/hash/dynahash.c:1061
 #, c-format
 msgid "out of shared memory"
 msgstr "memoria condivisa esaurita"
@@ -17879,12 +17862,12 @@ msgstr "memoria condivisa per la struttura di dati \"%s\" insufficiente (richies
 msgid "requested shared memory size overflows size_t"
 msgstr "la dimensione richiesta di memoria condivisa supera size_t"
 
-#: storage/ipc/standby.c:531 tcop/postgres.c:2970
+#: storage/ipc/standby.c:531 tcop/postgres.c:2985
 #, c-format
 msgid "canceling statement due to conflict with recovery"
 msgstr "annullamento dell'istruzione a causa di un conflitto con il ripristino"
 
-#: storage/ipc/standby.c:532 tcop/postgres.c:2277
+#: storage/ipc/standby.c:532 tcop/postgres.c:2271
 #, c-format
 msgid "User transaction caused buffer deadlock with recovery."
 msgstr "La transazione utente ha causato un deadlock del buffer con il ripristino."
@@ -18045,82 +18028,82 @@ msgstr "Potrebbe essere necessario incrementare max_locks_per_transaction."
 msgid "cannot PREPARE while holding both session-level and transaction-level locks on the same object"
 msgstr "non è possibile eseguire PREPARE tenendo sia lock a livello di sessione che di transazione sullo stesso oggetto"
 
-#: storage/lmgr/predicate.c:683
+#: storage/lmgr/predicate.c:686
 #, c-format
 msgid "not enough elements in RWConflictPool to record a read/write conflict"
 msgstr "elementi non sufficienti in RWConflictPool per registrare un conflitto di lettura/scrittura"
 
-#: storage/lmgr/predicate.c:684 storage/lmgr/predicate.c:712
+#: storage/lmgr/predicate.c:687 storage/lmgr/predicate.c:715
 #, c-format
 msgid "You might need to run fewer transactions at a time or increase max_connections."
 msgstr "Potrebbe essere necessario eseguire meno transazioni per volta oppure incrementare max_connections."
 
-#: storage/lmgr/predicate.c:711
+#: storage/lmgr/predicate.c:714
 #, c-format
 msgid "not enough elements in RWConflictPool to record a potential read/write conflict"
 msgstr "elementi non sufficienti in RWConflictPool per registrare un potenziale conflitto di lettura/scrittura"
 
-#: storage/lmgr/predicate.c:917
+#: storage/lmgr/predicate.c:921
 #, c-format
 msgid "memory for serializable conflict tracking is nearly exhausted"
 msgstr "la memoria per il tracciamento dei conflitti di serializzazione è quasi esaurita"
 
-#: storage/lmgr/predicate.c:918
+#: storage/lmgr/predicate.c:922
 #, c-format
 msgid "There might be an idle transaction or a forgotten prepared transaction causing this."
 msgstr "Ciò potrebbe essere causato da una transazione inattiva o una transazione preparata dimenticata."
 
-#: storage/lmgr/predicate.c:1545
+#: storage/lmgr/predicate.c:1561
 #, c-format
 msgid "deferrable snapshot was unsafe; trying a new one"
 msgstr "lo snapshot deferibile era insicuro; ne sto provando uno nuovo"
 
-#: storage/lmgr/predicate.c:1634
+#: storage/lmgr/predicate.c:1650
 #, c-format
 msgid "\"default_transaction_isolation\" is set to \"serializable\"."
 msgstr "\"default_transaction_isolation\" è impostato a \"serializable\"."
 
-#: storage/lmgr/predicate.c:1635
+#: storage/lmgr/predicate.c:1651
 #, c-format
 msgid "You can use \"SET default_transaction_isolation = 'repeatable read'\" to change the default."
 msgstr "Puoi usare \"SET default_transaction_isolation = 'repeatable read'\" per cambiare il valore predefinito."
 
-#: storage/lmgr/predicate.c:1674
+#: storage/lmgr/predicate.c:1691
 #, c-format
 msgid "a snapshot-importing transaction must not be READ ONLY DEFERRABLE"
 msgstr "una transazione che importa uno snapshot non può essere READ ONLY DEFERRABLE"
 
-#: storage/lmgr/predicate.c:1752 utils/time/snapmgr.c:617
-#: utils/time/snapmgr.c:623
+#: storage/lmgr/predicate.c:1771 utils/time/snapmgr.c:621
+#: utils/time/snapmgr.c:627
 #, c-format
 msgid "could not import the requested snapshot"
 msgstr "non è stato possibile importare lo snapshot richiesto"
 
-#: storage/lmgr/predicate.c:1753 utils/time/snapmgr.c:624
+#: storage/lmgr/predicate.c:1772 utils/time/snapmgr.c:628
 #, c-format
-msgid "The source transaction %u is not running anymore."
-msgstr "La transazione di origine %u non è più in esecuzione."
+msgid "The source process with pid %d is not running anymore."
+msgstr "Il processo di origine con pid %d non è più in esecuzione."
 
-#: storage/lmgr/predicate.c:2383 storage/lmgr/predicate.c:2398
-#: storage/lmgr/predicate.c:3790
+#: storage/lmgr/predicate.c:2402 storage/lmgr/predicate.c:2417
+#: storage/lmgr/predicate.c:3809
 #, c-format
 msgid "You might need to increase max_pred_locks_per_transaction."
 msgstr "Potrebbe essere necessario incrementare max_pred_locks_per_transaction."
 
-#: storage/lmgr/predicate.c:3944 storage/lmgr/predicate.c:4033
-#: storage/lmgr/predicate.c:4041 storage/lmgr/predicate.c:4080
-#: storage/lmgr/predicate.c:4319 storage/lmgr/predicate.c:4656
-#: storage/lmgr/predicate.c:4668 storage/lmgr/predicate.c:4710
-#: storage/lmgr/predicate.c:4748
+#: storage/lmgr/predicate.c:3963 storage/lmgr/predicate.c:4052
+#: storage/lmgr/predicate.c:4060 storage/lmgr/predicate.c:4099
+#: storage/lmgr/predicate.c:4338 storage/lmgr/predicate.c:4675
+#: storage/lmgr/predicate.c:4687 storage/lmgr/predicate.c:4729
+#: storage/lmgr/predicate.c:4767
 #, c-format
 msgid "could not serialize access due to read/write dependencies among transactions"
 msgstr "serializzazione dell'accesso fallita a causa di dipendenze di lettura/scrittura tra le transazioni"
 
-#: storage/lmgr/predicate.c:3946 storage/lmgr/predicate.c:4035
-#: storage/lmgr/predicate.c:4043 storage/lmgr/predicate.c:4082
-#: storage/lmgr/predicate.c:4321 storage/lmgr/predicate.c:4658
-#: storage/lmgr/predicate.c:4670 storage/lmgr/predicate.c:4712
-#: storage/lmgr/predicate.c:4750
+#: storage/lmgr/predicate.c:3965 storage/lmgr/predicate.c:4054
+#: storage/lmgr/predicate.c:4062 storage/lmgr/predicate.c:4101
+#: storage/lmgr/predicate.c:4340 storage/lmgr/predicate.c:4677
+#: storage/lmgr/predicate.c:4689 storage/lmgr/predicate.c:4731
+#: storage/lmgr/predicate.c:4769
 #, c-format
 msgid "The transaction might succeed if retried."
 msgstr "La transazione potrebbe riuscire se ritentata."
@@ -18187,12 +18170,17 @@ msgstr "puntatore di elemento corrotto: %u"
 msgid "corrupted item lengths: total %u, available space %u"
 msgstr "lunghezza dell'elemento corrotta: totale %u, spazio disponibile %u"
 
-#: storage/page/bufpage.c:767 storage/page/bufpage.c:905
-#: storage/page/bufpage.c:993 storage/page/bufpage.c:1103
+#: storage/page/bufpage.c:767 storage/page/bufpage.c:993
+#: storage/page/bufpage.c:1103
 #, c-format
 msgid "corrupted item pointer: offset = %u, size = %u"
 msgstr "puntatore di elemento corrotto: offset = %u, size = %u"
 
+#: storage/page/bufpage.c:905
+#, c-format
+msgid "corrupted item pointer: offset = %u, length = %u"
+msgstr "puntatore di elemeno corrotto: offset = %u, lunghezza = %u"
+
 #: storage/smgr/md.c:448 storage/smgr/md.c:974
 #, c-format
 msgid "could not truncate file \"%s\": %m"
@@ -18283,8 +18271,8 @@ msgstr "La dimensione dell'argomento %d non è valida nel messaggi di chiamata d
 msgid "fastpath function call: \"%s\" (OID %u)"
 msgstr "chiamata funzione fastpath: \"%s\" (OID %u)"
 
-#: tcop/fastpath.c:391 tcop/postgres.c:1175 tcop/postgres.c:1438
-#: tcop/postgres.c:1818 tcop/postgres.c:2036
+#: tcop/fastpath.c:391 tcop/postgres.c:1169 tcop/postgres.c:1432
+#: tcop/postgres.c:1812 tcop/postgres.c:2030
 #, c-format
 msgid "duration: %s ms"
 msgstr "durata: %s ms"
@@ -18309,156 +18297,156 @@ msgstr "la chiamata alla funzione contiene %d formati di parametri ma %d paramet
 msgid "incorrect binary data format in function argument %d"
 msgstr "formato dei dati binari non corretto nell'argomento %d della funzione"
 
-#: tcop/postgres.c:352 tcop/postgres.c:388 tcop/postgres.c:415
+#: tcop/postgres.c:346 tcop/postgres.c:382 tcop/postgres.c:409
 #, c-format
 msgid "unexpected EOF on client connection"
 msgstr "fine file inaspettata nella connessione al client"
 
-#: tcop/postgres.c:438 tcop/postgres.c:450 tcop/postgres.c:461
-#: tcop/postgres.c:473 tcop/postgres.c:4301
+#: tcop/postgres.c:432 tcop/postgres.c:444 tcop/postgres.c:455
+#: tcop/postgres.c:467 tcop/postgres.c:4316
 #, c-format
 msgid "invalid frontend message type %d"
 msgstr "messaggio frontend di tipo %d non valido"
 
-#: tcop/postgres.c:944
+#: tcop/postgres.c:938
 #, c-format
 msgid "statement: %s"
 msgstr "istruzione: %s"
 
-#: tcop/postgres.c:1180
+#: tcop/postgres.c:1174
 #, c-format
 msgid "duration: %s ms  statement: %s"
 msgstr "durata: %s ms  istruzione: %s"
 
-#: tcop/postgres.c:1230
+#: tcop/postgres.c:1224
 #, c-format
 msgid "parse %s: %s"
 msgstr "analisi di %s: %s"
 
-#: tcop/postgres.c:1286
+#: tcop/postgres.c:1280
 #, c-format
 msgid "cannot insert multiple commands into a prepared statement"
 msgstr "non è possibile inserire comandi multipli in una istruzione preparata"
 
-#: tcop/postgres.c:1443
+#: tcop/postgres.c:1437
 #, c-format
 msgid "duration: %s ms  parse %s: %s"
 msgstr "durata: %s ms  analisi di %s: %s"
 
-#: tcop/postgres.c:1488
+#: tcop/postgres.c:1482
 #, c-format
 msgid "bind %s to %s"
 msgstr "bind di %s a %s"
 
-#: tcop/postgres.c:1507 tcop/postgres.c:2326
+#: tcop/postgres.c:1501 tcop/postgres.c:2320
 #, c-format
 msgid "unnamed prepared statement does not exist"
 msgstr "l'istruzione preparata senza nome non esiste"
 
-#: tcop/postgres.c:1549
+#: tcop/postgres.c:1543
 #, c-format
 msgid "bind message has %d parameter formats but %d parameters"
 msgstr "il messaggio di bind ha %d formati di parametri ma %d parametri"
 
-#: tcop/postgres.c:1555
+#: tcop/postgres.c:1549
 #, c-format
 msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d"
 msgstr "il messaggio di bind fornisce %d paramatri, ma l'istruzione preparata \"%s\" ne richiede %d"
 
-#: tcop/postgres.c:1725
+#: tcop/postgres.c:1719
 #, c-format
 msgid "incorrect binary data format in bind parameter %d"
 msgstr "formato del dato binario errato nel parametro di bind %d"
 
-#: tcop/postgres.c:1823
+#: tcop/postgres.c:1817
 #, c-format
 msgid "duration: %s ms  bind %s%s%s: %s"
 msgstr "durata: %s ms  bind %s%s%s: %s"
 
-#: tcop/postgres.c:1871 tcop/postgres.c:2406
+#: tcop/postgres.c:1865 tcop/postgres.c:2400
 #, c-format
 msgid "portal \"%s\" does not exist"
 msgstr "il portale \"%s\" non esiste"
 
-#: tcop/postgres.c:1956
+#: tcop/postgres.c:1950
 #, c-format
 msgid "%s %s%s%s: %s"
 msgstr "%s %s%s%s: %s"
 
-#: tcop/postgres.c:1958 tcop/postgres.c:2044
+#: tcop/postgres.c:1952 tcop/postgres.c:2038
 msgid "execute fetch from"
 msgstr "esecuzione di fetch da"
 
-#: tcop/postgres.c:1959 tcop/postgres.c:2045
+#: tcop/postgres.c:1953 tcop/postgres.c:2039
 msgid "execute"
 msgstr "esecuzione di"
 
-#: tcop/postgres.c:2041
+#: tcop/postgres.c:2035
 #, c-format
 msgid "duration: %s ms  %s %s%s%s: %s"
 msgstr "durata: %s ms  %s %s%s%s: %s"
 
-#: tcop/postgres.c:2167
+#: tcop/postgres.c:2161
 #, c-format
 msgid "prepare: %s"
 msgstr "preparazione: %s"
 
-#: tcop/postgres.c:2230
+#: tcop/postgres.c:2224
 #, c-format
 msgid "parameters: %s"
 msgstr "parametri: %s"
 
-#: tcop/postgres.c:2249
+#: tcop/postgres.c:2243
 #, c-format
 msgid "abort reason: recovery conflict"
 msgstr "motivo dell'interruzione: conflitto di recupero"
 
-#: tcop/postgres.c:2265
+#: tcop/postgres.c:2259
 #, c-format
 msgid "User was holding shared buffer pin for too long."
 msgstr "L'utente stava trattenendo un pin di shared buffer troppo a lungo."
 
-#: tcop/postgres.c:2268
+#: tcop/postgres.c:2262
 #, c-format
 msgid "User was holding a relation lock for too long."
 msgstr "L'utente stava trattenendo un lock di relazione troppo a lungo."
 
-#: tcop/postgres.c:2271
+#: tcop/postgres.c:2265
 #, c-format
 msgid "User was or might have been using tablespace that must be dropped."
 msgstr "L'utente stava usando o potrebbe aver usato un tablespace che deve essere eliminato."
 
-#: tcop/postgres.c:2274
+#: tcop/postgres.c:2268
 #, c-format
 msgid "User query might have needed to see row versions that must be removed."
 msgstr "L'utente potrebbe aver avuto bisogno di vedere versioni di righe che devono essere rimosse."
 
-#: tcop/postgres.c:2280
+#: tcop/postgres.c:2274
 #, c-format
 msgid "User was connected to a database that must be dropped."
 msgstr "L'utente era connesso ad un database che deve essere eliminato."
 
-#: tcop/postgres.c:2589
+#: tcop/postgres.c:2583
 #, c-format
 msgid "terminating connection because of crash of another server process"
 msgstr "la connessione è stata terminata a causa del crash di un altro processo del server"
 
-#: tcop/postgres.c:2590
+#: tcop/postgres.c:2584
 #, c-format
 msgid "The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory."
 msgstr "Il postmaster ha obbligato questo processo del server di attuare il roll back della transazione corrente e di uscire, perché un altro processo del server è terminato anormalmente e con possibile corruzione della memoria condivisa."
 
-#: tcop/postgres.c:2594 tcop/postgres.c:2898
+#: tcop/postgres.c:2588 tcop/postgres.c:2913
 #, c-format
 msgid "In a moment you should be able to reconnect to the database and repeat your command."
 msgstr "In un momento sarai in grado di riconnetterti al database e di ripetere il comando."
 
-#: tcop/postgres.c:2680
+#: tcop/postgres.c:2674
 #, c-format
 msgid "floating-point exception"
 msgstr "eccezione floating-point"
 
-#: tcop/postgres.c:2681
+#: tcop/postgres.c:2675
 #, c-format
 msgid "An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero."
 msgstr "Un'operazione in floating-point non valida è stata segnalata. Questo probabilmente sta a significare che il risultato è un valore fuori limite o l'operazione non è valida, ad esempio una divisione per zero."
@@ -18473,122 +18461,132 @@ msgstr "annullamento dell'autenticazione a causa di timeout"
 msgid "terminating autovacuum process due to administrator command"
 msgstr "interruzione del processo autovacuum su comando dell'amministratore"
 
-#: tcop/postgres.c:2853 tcop/postgres.c:2863 tcop/postgres.c:2896
+#: tcop/postgres.c:2851
+#, c-format
+msgid "terminating logical replication worker due to administrator command"
+msgstr "interruzione del worker di replica logica su comando dell'amministratore"
+
+#: tcop/postgres.c:2855
+#, c-format
+msgid "logical replication launcher shutting down"
+msgstr "lanciatore di replica logica in arresto"
+
+#: tcop/postgres.c:2868 tcop/postgres.c:2878 tcop/postgres.c:2911
 #, c-format
 msgid "terminating connection due to conflict with recovery"
 msgstr "interruzione della connessione a causa di conflitto con il ripristino"
 
-#: tcop/postgres.c:2869
+#: tcop/postgres.c:2884
 #, c-format
 msgid "terminating connection due to administrator command"
 msgstr "interruzione della connessione su comando dell'amministratore"
 
-#: tcop/postgres.c:2879
+#: tcop/postgres.c:2894
 #, c-format
 msgid "connection to client lost"
 msgstr "connessione al client persa"
 
-#: tcop/postgres.c:2947
+#: tcop/postgres.c:2962
 #, c-format
 msgid "canceling statement due to lock timeout"
 msgstr "annullamento dell'istruzione a causa di timeout di lock"
 
-#: tcop/postgres.c:2954
+#: tcop/postgres.c:2969
 #, c-format
 msgid "canceling statement due to statement timeout"
 msgstr "annullamento dell'istruzione a causa di timeout"
 
-#: tcop/postgres.c:2961
+#: tcop/postgres.c:2976
 #, c-format
 msgid "canceling autovacuum task"
 msgstr "annullamento del task di autovacuum"
 
-#: tcop/postgres.c:2984
+#: tcop/postgres.c:2999
 #, c-format
 msgid "canceling statement due to user request"
 msgstr "annullamento dell'istruzione su richiesta dell'utente"
 
-#: tcop/postgres.c:2994
+#: tcop/postgres.c:3009
 #, c-format
 msgid "terminating connection due to idle-in-transaction timeout"
 msgstr "la connessione è stata terminata a causa di timeout di inattività durante una transazione"
 
-#: tcop/postgres.c:3108
+#: tcop/postgres.c:3123
 #, c-format
 msgid "stack depth limit exceeded"
 msgstr "limite di profondità dello stack superato"
 
-#: tcop/postgres.c:3109
+#: tcop/postgres.c:3124
 #, c-format
 msgid "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), after ensuring the platform's stack depth limit is adequate."
 msgstr "Incrementa il parametro di configurazione \"max_stack_depth\" (attualmente %dkB), dopo esserti assicurato che il limite dello stack della piattaforma sia adeguato."
 
-#: tcop/postgres.c:3172
+#: tcop/postgres.c:3187
 #, c-format
 msgid "\"max_stack_depth\" must not exceed %ldkB."
 msgstr "\"max_stack_depth\" non deve superare %ldkB"
 
-#: tcop/postgres.c:3174
+#: tcop/postgres.c:3189
 #, c-format
 msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent."
 msgstr "Incrementa il limite dello stack della piattaforma usando \"ulimit -s\" on un comando equivalente."
 
-#: tcop/postgres.c:3534
+#: tcop/postgres.c:3549
 #, c-format
 msgid "invalid command-line argument for server process: %s"
 msgstr "argomento della riga di comando non valido per il processo server: %s"
 
-#: tcop/postgres.c:3535 tcop/postgres.c:3541
+#: tcop/postgres.c:3550 tcop/postgres.c:3556
 #, c-format
 msgid "Try \"%s --help\" for more information."
 msgstr "Prova \"%s --help\" per maggiori informazioni."
 
-#: tcop/postgres.c:3539
+#: tcop/postgres.c:3554
 #, c-format
 msgid "%s: invalid command-line argument: %s"
 msgstr "%s: argomento della riga di comando non valido: %s"
 
-#: tcop/postgres.c:3601
+#: tcop/postgres.c:3616
 #, c-format
 msgid "%s: no database nor user name specified"
 msgstr "%s: nessun database né nome utente specificato"
 
-#: tcop/postgres.c:4209
+#: tcop/postgres.c:4224
 #, c-format
 msgid "invalid CLOSE message subtype %d"
 msgstr "sottotipo %d del messaggio CLOSE non valido"
 
-#: tcop/postgres.c:4244
+#: tcop/postgres.c:4259
 #, c-format
 msgid "invalid DESCRIBE message subtype %d"
 msgstr "sottotipo %d del messaggio DESCRIBE non valido"
 
-#: tcop/postgres.c:4322
+#: tcop/postgres.c:4337
 #, c-format
 msgid "fastpath function calls not supported in a replication connection"
 msgstr "le chiamate di funzione fastpath non sono supportate in una connessione di replica"
 
-#: tcop/postgres.c:4326
+#: tcop/postgres.c:4341
 #, c-format
 msgid "extended query protocol not supported in a replication connection"
 msgstr "il protocollo di query esteso non è supportato in una connessione di replica"
 
-#: tcop/postgres.c:4496
+#: tcop/postgres.c:4511
 #, c-format
 msgid "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%s"
 msgstr "disconnessione: tempo della sessione: %d:%02d:%02d.%03d utente=%s database=%s host=%s%s%s"
 
-#: tcop/pquery.c:646
+#: tcop/pquery.c:645
 #, c-format
 msgid "bind message has %d result formats but query has %d columns"
 msgstr "il messaggio di bind ha %d formati di risultato ma la query ha %d colonne"
 
-#: tcop/pquery.c:953
+#: tcop/pquery.c:952
 #, c-format
 msgid "cursor can only scan forward"
 msgstr "il cursore effettuare solo scansioni in avanti"
 
-#: tcop/pquery.c:954
+#: tcop/pquery.c:953
 #, c-format
 msgid "Declare it with SCROLL option to enable backward scan."
 msgstr "Dichiaralo con l'opzione SCROLL per abilitare le scansioni all'indietro."
@@ -18774,7 +18772,7 @@ msgid "invalid regular expression: %s"
 msgstr "espressione regolare non valida: %s"
 
 #: tsearch/spell.c:954 tsearch/spell.c:971 tsearch/spell.c:988
-#: tsearch/spell.c:1005 tsearch/spell.c:1070 gram.y:15311 gram.y:15328
+#: tsearch/spell.c:1005 tsearch/spell.c:1070 gram.y:15291 gram.y:15308
 #, c-format
 msgid "syntax error"
 msgstr "errore di sintassi"
@@ -18804,7 +18802,8 @@ msgstr "numero di alias nel vettore di flag non valido"
 msgid "affix file contains both old-style and new-style commands"
 msgstr "il file affix contiene comandi sia vecchio stile che nuovo stile"
 
-#: tsearch/to_tsany.c:179 utils/adt/tsvector.c:271 utils/adt/tsvector_op.c:1134
+#: tsearch/to_tsany.c:185 utils/adt/tsvector.c:271
+#: utils/adt/tsvector_op.c:1134
 #, c-format
 msgid "string is too long for tsvector (%d bytes, max %d bytes)"
 msgstr "la stringa è troppo lunga per tsvector (%d byte, massimo %d byte)"
@@ -18971,7 +18970,7 @@ msgstr "aclremove non è più supportato"
 msgid "unrecognized privilege type: \"%s\""
 msgstr "tipo di privilegio sconosciuto: \"%s\""
 
-#: utils/adt/acl.c:3410 utils/adt/regproc.c:101 utils/adt/regproc.c:276
+#: utils/adt/acl.c:3410 utils/adt/regproc.c:102 utils/adt/regproc.c:277
 #, c-format
 msgid "function \"%s\" does not exist"
 msgstr "la funzione \"%s\" non esiste"
@@ -18983,8 +18982,8 @@ msgstr "occorre far parte del ruolo \"%s\""
 
 #: utils/adt/array_expanded.c:274 utils/adt/arrayfuncs.c:931
 #: utils/adt/arrayfuncs.c:1519 utils/adt/arrayfuncs.c:3251
-#: utils/adt/arrayfuncs.c:3389 utils/adt/arrayfuncs.c:5848
-#: utils/adt/arrayfuncs.c:6159 utils/adt/arrayutils.c:93
+#: utils/adt/arrayfuncs.c:3389 utils/adt/arrayfuncs.c:5846
+#: utils/adt/arrayfuncs.c:6157 utils/adt/arrayutils.c:93
 #: utils/adt/arrayutils.c:102 utils/adt/arrayutils.c:109
 #, c-format
 msgid "array size exceeds the maximum allowed (%d)"
@@ -19012,7 +19011,7 @@ msgstr "il tipo di dati in input non è un array"
 #: utils/adt/int.c:1001 utils/adt/int.c:1028 utils/adt/int.c:1061
 #: utils/adt/int.c:1144 utils/adt/int8.c:1298 utils/adt/numeric.c:2953
 #: utils/adt/numeric.c:2962 utils/adt/varbit.c:1173 utils/adt/varbit.c:1575
-#: utils/adt/varlena.c:1054 utils/adt/varlena.c:2940
+#: utils/adt/varlena.c:1054 utils/adt/varlena.c:2953
 #, c-format
 msgid "integer out of range"
 msgstr "intero fuori dall'intervallo"
@@ -19134,7 +19133,7 @@ msgstr "Elemento dell'array inatteso."
 msgid "Unmatched \"%c\" character."
 msgstr "Il carattere \"%c\" non combacia."
 
-#: utils/adt/arrayfuncs.c:597 utils/adt/jsonfuncs.c:2380
+#: utils/adt/arrayfuncs.c:597 utils/adt/jsonfuncs.c:2381
 #, c-format
 msgid "Multidimensional arrays must have sub-arrays with matching dimensions."
 msgstr "Gli array multidimensionali devono avere sotto-array con dimensioni corrispondenti."
@@ -19145,7 +19144,7 @@ msgid "Junk after closing right brace."
 msgstr "Caratteri spuri dopo la parentesi chiusa."
 
 #: utils/adt/arrayfuncs.c:1284 utils/adt/arrayfuncs.c:3357
-#: utils/adt/arrayfuncs.c:5754
+#: utils/adt/arrayfuncs.c:5752
 #, c-format
 msgid "invalid number of dimensions: %d"
 msgstr "numero di dimensioni non valido: %d"
@@ -19184,11 +19183,12 @@ msgstr "le sezioni di array a lunghezza fissa non sono implementate"
 
 #: utils/adt/arrayfuncs.c:2230 utils/adt/arrayfuncs.c:2252
 #: utils/adt/arrayfuncs.c:2301 utils/adt/arrayfuncs.c:2537
-#: utils/adt/arrayfuncs.c:2848 utils/adt/arrayfuncs.c:5740
-#: utils/adt/arrayfuncs.c:5766 utils/adt/arrayfuncs.c:5777
+#: utils/adt/arrayfuncs.c:2848 utils/adt/arrayfuncs.c:5738
+#: utils/adt/arrayfuncs.c:5764 utils/adt/arrayfuncs.c:5775
 #: utils/adt/json.c:2295 utils/adt/json.c:2370 utils/adt/jsonb.c:1370
-#: utils/adt/jsonb.c:1456 utils/adt/jsonfuncs.c:4125 utils/adt/jsonfuncs.c:4276
-#: utils/adt/jsonfuncs.c:4321 utils/adt/jsonfuncs.c:4368
+#: utils/adt/jsonb.c:1456 utils/adt/jsonfuncs.c:4141
+#: utils/adt/jsonfuncs.c:4292 utils/adt/jsonfuncs.c:4337
+#: utils/adt/jsonfuncs.c:4384
 #, c-format
 msgid "wrong number of array subscripts"
 msgstr "il numero di indici di array è errato"
@@ -19240,57 +19240,57 @@ msgstr "non è possibile confrontare array con elementi di tipo diverso"
 msgid "could not identify a hash function for type %s"
 msgstr "non è stato possibile trovare una funzione di hash per il tipo %s"
 
-#: utils/adt/arrayfuncs.c:5154
+#: utils/adt/arrayfuncs.c:5152
 #, c-format
 msgid "data type %s is not an array type"
 msgstr "il tipo di dati %s non è un tipo array"
 
-#: utils/adt/arrayfuncs.c:5209
+#: utils/adt/arrayfuncs.c:5207
 #, c-format
 msgid "cannot accumulate null arrays"
 msgstr "non è possibile accumulare array nulli"
 
-#: utils/adt/arrayfuncs.c:5237
+#: utils/adt/arrayfuncs.c:5235
 #, c-format
 msgid "cannot accumulate empty arrays"
 msgstr "non è possibile accumulare array vuoti"
 
-#: utils/adt/arrayfuncs.c:5266 utils/adt/arrayfuncs.c:5272
+#: utils/adt/arrayfuncs.c:5264 utils/adt/arrayfuncs.c:5270
 #, c-format
 msgid "cannot accumulate arrays of different dimensionality"
 msgstr "non è possibile accumulare array di dimensioni diverse"
 
-#: utils/adt/arrayfuncs.c:5638 utils/adt/arrayfuncs.c:5678
+#: utils/adt/arrayfuncs.c:5636 utils/adt/arrayfuncs.c:5676
 #, c-format
 msgid "dimension array or low bound array cannot be null"
 msgstr "la dimensione dell'array o il suo limite inferiore non possono essere nulli"
 
-#: utils/adt/arrayfuncs.c:5741 utils/adt/arrayfuncs.c:5767
+#: utils/adt/arrayfuncs.c:5739 utils/adt/arrayfuncs.c:5765
 #, c-format
 msgid "Dimension array must be one dimensional."
 msgstr "L'array delle dimensioni deve avere una sola dimensione."
 
-#: utils/adt/arrayfuncs.c:5746 utils/adt/arrayfuncs.c:5772
+#: utils/adt/arrayfuncs.c:5744 utils/adt/arrayfuncs.c:5770
 #, c-format
 msgid "dimension values cannot be null"
 msgstr "i valori di dimensione non possono essere nulli"
 
-#: utils/adt/arrayfuncs.c:5778
+#: utils/adt/arrayfuncs.c:5776
 #, c-format
 msgid "Low bound array has different size than dimensions array."
 msgstr "L'array dei valori inferiori ha dimensione differente dal numero di dimensioni dell'array."
 
-#: utils/adt/arrayfuncs.c:6024
+#: utils/adt/arrayfuncs.c:6022
 #, c-format
 msgid "removing elements from multidimensional arrays is not supported"
 msgstr "la rimozione di elementi da array multidimensionali non è supportata"
 
-#: utils/adt/arrayfuncs.c:6301
+#: utils/adt/arrayfuncs.c:6299
 #, c-format
 msgid "thresholds must be one-dimensional array"
 msgstr "la soglia dev'essere un array monodimensionale"
 
-#: utils/adt/arrayfuncs.c:6306
+#: utils/adt/arrayfuncs.c:6304
 #, c-format
 msgid "thresholds array must not contain NULLs"
 msgstr "l'array delle soglie non può contenere NULL"
@@ -19352,7 +19352,8 @@ msgstr "valore \"%s\" fuori dall'intervallo consentito per il tipo %s"
 #: utils/adt/int.c:1082 utils/adt/int.c:1110 utils/adt/int8.c:597
 #: utils/adt/int8.c:657 utils/adt/int8.c:897 utils/adt/int8.c:1005
 #: utils/adt/int8.c:1094 utils/adt/int8.c:1202 utils/adt/numeric.c:6902
-#: utils/adt/numeric.c:7191 utils/adt/numeric.c:8204 utils/adt/timestamp.c:3216
+#: utils/adt/numeric.c:7191 utils/adt/numeric.c:8203
+#: utils/adt/timestamp.c:3216
 #, c-format
 msgid "division by zero"
 msgstr "divisione per zero"
@@ -19383,8 +19384,8 @@ msgstr "la precisione di TIME(%d)%s è stata ridotta al massimo consentito (%d)"
 msgid "date/time value \"current\" is no longer supported"
 msgstr "il valore \"current\" per i tipi date/time non è più supportato"
 
-#: utils/adt/date.c:172 utils/adt/date.c:180 utils/adt/formatting.c:3582
-#: utils/adt/formatting.c:3591
+#: utils/adt/date.c:172 utils/adt/date.c:180 utils/adt/formatting.c:3585
+#: utils/adt/formatting.c:3594
 #, c-format
 msgid "date out of range: \"%s\""
 msgstr "data fuori dall'intervallo consentito: \"%s\""
@@ -19408,8 +19409,8 @@ msgstr "data fuori dall'intervallo consentito: %d-%02d-%02d"
 #: utils/adt/date.c:327 utils/adt/date.c:350 utils/adt/date.c:376
 #: utils/adt/date.c:1092 utils/adt/date.c:1138 utils/adt/date.c:1672
 #: utils/adt/date.c:1703 utils/adt/date.c:1732 utils/adt/date.c:2469
-#: utils/adt/datetime.c:1690 utils/adt/formatting.c:3457
-#: utils/adt/formatting.c:3489 utils/adt/formatting.c:3557
+#: utils/adt/datetime.c:1690 utils/adt/formatting.c:3460
+#: utils/adt/formatting.c:3492 utils/adt/formatting.c:3560
 #: utils/adt/json.c:1539 utils/adt/json.c:1561 utils/adt/jsonb.c:824
 #: utils/adt/jsonb.c:848 utils/adt/nabstime.c:456 utils/adt/nabstime.c:499
 #: utils/adt/nabstime.c:529 utils/adt/nabstime.c:572 utils/adt/timestamp.c:230
@@ -19808,123 +19809,123 @@ msgstr "conversione maiuscole/minuscole fallita: %s"
 msgid "could not determine which collation to use for lower() function"
 msgstr "non è stato possibile determinare quale ordinamento usare per la funzione lower()"
 
-#: utils/adt/formatting.c:1669
+#: utils/adt/formatting.c:1670
 #, c-format
 msgid "could not determine which collation to use for upper() function"
 msgstr "non è stato possibile determinare quale ordinamento usare per la funzione upper()"
 
-#: utils/adt/formatting.c:1793
+#: utils/adt/formatting.c:1795
 #, c-format
 msgid "could not determine which collation to use for initcap() function"
 msgstr "non è stato possibile determinare quale ordinamento usare per la funzione initcap()"
 
-#: utils/adt/formatting.c:2160
+#: utils/adt/formatting.c:2163
 #, c-format
 msgid "invalid combination of date conventions"
 msgstr "la combinazione di convenzioni di date non è valida"
 
-#: utils/adt/formatting.c:2161
+#: utils/adt/formatting.c:2164
 #, c-format
 msgid "Do not mix Gregorian and ISO week date conventions in a formatting template."
 msgstr "Non è possibile usare la convenzione gregoriana e ISO per settimane in un modello di formattazione."
 
-#: utils/adt/formatting.c:2178
+#: utils/adt/formatting.c:2181
 #, c-format
 msgid "conflicting values for \"%s\" field in formatting string"
 msgstr "sono presenti valori contraddittori per il campo \"%s\" nella stringa di formattazione"
 
-#: utils/adt/formatting.c:2180
+#: utils/adt/formatting.c:2183
 #, c-format
 msgid "This value contradicts a previous setting for the same field type."
 msgstr "Questo valore contraddice una impostazione precedente per lo stesso tipo di campo"
 
-#: utils/adt/formatting.c:2241
+#: utils/adt/formatting.c:2244
 #, c-format
 msgid "source string too short for \"%s\" formatting field"
 msgstr "la stringa di origine è troppo corta per il campo di formattazione \"%s\""
 
-#: utils/adt/formatting.c:2243
+#: utils/adt/formatting.c:2246
 #, c-format
 msgid "Field requires %d characters, but only %d remain."
 msgstr "Il campo necessita di %d caratteri ma ne restano solo %d."
 
-#: utils/adt/formatting.c:2246 utils/adt/formatting.c:2260
+#: utils/adt/formatting.c:2249 utils/adt/formatting.c:2263
 #, c-format
 msgid "If your source string is not fixed-width, try using the \"FM\" modifier."
 msgstr "Se la stringa di partenza non ha lunghezza fissa, prova ad usare il modificatore \"FM\"."
 
-#: utils/adt/formatting.c:2256 utils/adt/formatting.c:2269
-#: utils/adt/formatting.c:2399
+#: utils/adt/formatting.c:2259 utils/adt/formatting.c:2272
+#: utils/adt/formatting.c:2402
 #, c-format
 msgid "invalid value \"%s\" for \"%s\""
 msgstr "valore \"%s\" per \"%s\" non valido"
 
-#: utils/adt/formatting.c:2258
+#: utils/adt/formatting.c:2261
 #, c-format
 msgid "Field requires %d characters, but only %d could be parsed."
 msgstr "Il campo necessita di %d caratteri, ma è stato possibile analizzarne solo %d."
 
-#: utils/adt/formatting.c:2271
+#: utils/adt/formatting.c:2274
 #, c-format
 msgid "Value must be an integer."
 msgstr "Il valore deve essere un integer."
 
-#: utils/adt/formatting.c:2276
+#: utils/adt/formatting.c:2279
 #, c-format
 msgid "value for \"%s\" in source string is out of range"
 msgstr "il valore \"%s\" nella stringa di origine è fuori dall'intervallo consentito"
 
-#: utils/adt/formatting.c:2278
+#: utils/adt/formatting.c:2281
 #, c-format
 msgid "Value must be in the range %d to %d."
 msgstr "Il valore deve essere compreso fra %d e %d."
 
-#: utils/adt/formatting.c:2401
+#: utils/adt/formatting.c:2404
 #, c-format
 msgid "The given value did not match any of the allowed values for this field."
 msgstr "Il valore fornito non corrisponde a nessuno di quelli consentiti per questo campo."
 
-#: utils/adt/formatting.c:2586 utils/adt/formatting.c:2606
-#: utils/adt/formatting.c:2626 utils/adt/formatting.c:2646
-#: utils/adt/formatting.c:2665 utils/adt/formatting.c:2684
-#: utils/adt/formatting.c:2708 utils/adt/formatting.c:2726
-#: utils/adt/formatting.c:2744 utils/adt/formatting.c:2762
-#: utils/adt/formatting.c:2779 utils/adt/formatting.c:2796
+#: utils/adt/formatting.c:2589 utils/adt/formatting.c:2609
+#: utils/adt/formatting.c:2629 utils/adt/formatting.c:2649
+#: utils/adt/formatting.c:2668 utils/adt/formatting.c:2687
+#: utils/adt/formatting.c:2711 utils/adt/formatting.c:2729
+#: utils/adt/formatting.c:2747 utils/adt/formatting.c:2765
+#: utils/adt/formatting.c:2782 utils/adt/formatting.c:2799
 #, c-format
 msgid "localized string format value too long"
 msgstr "valore del formato della stringa localizzata troppo lungo"
 
-#: utils/adt/formatting.c:3083
+#: utils/adt/formatting.c:3086
 #, c-format
 msgid "formatting field \"%s\" is only supported in to_char"
 msgstr "il campo di formattazione \"%s\" è supportato solo in to_char"
 
-#: utils/adt/formatting.c:3194
+#: utils/adt/formatting.c:3197
 #, c-format
 msgid "invalid input string for \"Y,YYY\""
 msgstr "stringa di input non valida per \"Y,YYY\""
 
-#: utils/adt/formatting.c:3700
+#: utils/adt/formatting.c:3703
 #, c-format
 msgid "hour \"%d\" is invalid for the 12-hour clock"
 msgstr "l'ora \"%d\" non è valida su un orologio a 12 ore"
 
-#: utils/adt/formatting.c:3702
+#: utils/adt/formatting.c:3705
 #, c-format
 msgid "Use the 24-hour clock, or give an hour between 1 and 12."
 msgstr "Usa l'orologio a 24 ore o fornisci un'ora compresa fra 1 e 12."
 
-#: utils/adt/formatting.c:3808
+#: utils/adt/formatting.c:3811
 #, c-format
 msgid "cannot calculate day of year without year information"
 msgstr "non è possibile calcolare il giorno dell'anno senza informazioni sull'anno"
 
-#: utils/adt/formatting.c:4675
+#: utils/adt/formatting.c:4678
 #, c-format
 msgid "\"EEEE\" not supported for input"
 msgstr "l'uso di \"EEEE\" non è supportato per l'input"
 
-#: utils/adt/formatting.c:4687
+#: utils/adt/formatting.c:4690
 #, c-format
 msgid "\"RN\" not supported for input"
 msgstr "l'uso di \"RN\" non è supportato per l'input"
@@ -20199,15 +20200,12 @@ msgstr "dati JSON, riga %d: %s%s%s"
 msgid "key value must be scalar, not array, composite, or json"
 msgstr "la chiave deve essere uno scalare, non array, composito né json"
 
-#: utils/adt/json.c:2011
+#: utils/adt/json.c:2011 utils/adt/json.c:2021 utils/adt/json.c:2147
+#: utils/adt/json.c:2168 utils/adt/json.c:2227 utils/adt/jsonb.c:1215
+#: utils/adt/jsonb.c:1238 utils/adt/jsonb.c:1298
 #, c-format
-msgid "could not determine data type for argument 1"
-msgstr "impossibile determinare il tipo di dato per l'argomento 1"
-
-#: utils/adt/json.c:2021
-#, c-format
-msgid "could not determine data type for argument 2"
-msgstr "impossibile determinare il tipo di dato per l'argomento 2"
+msgid "could not determine data type for argument %d"
+msgstr "impossibile determinare il tipo di dato per l'argomento %d"
 
 #: utils/adt/json.c:2045 utils/adt/jsonb.c:1782
 #, c-format
@@ -20224,11 +20222,6 @@ msgstr "la lista di argomenti deve avere un numero pari di elementi"
 msgid "The arguments of json_build_object() must consist of alternating keys and values."
 msgstr "Gli argomenti di json_build_object() devono consistere in una serie alternata di chiavi e valori."
 
-#: utils/adt/json.c:2147 utils/adt/json.c:2168 utils/adt/json.c:2227
-#, c-format
-msgid "could not determine data type for argument %d"
-msgstr "impossibile determinare il tipo di dato per l'argomento %d"
-
 #: utils/adt/json.c:2153
 #, c-format
 msgid "argument %d cannot be null"
@@ -20275,11 +20268,6 @@ msgstr "numero di argomenti non valido: gli oggetti devono essere coppie chiave-
 msgid "argument %d: key must not be null"
 msgstr "argomento %d: la chiave non può essere null"
 
-#: utils/adt/jsonb.c:1215 utils/adt/jsonb.c:1238 utils/adt/jsonb.c:1298
-#, c-format
-msgid "argument %d: could not determine data type"
-msgstr "argomento %d: impossibile determinare il tipo di dati"
-
 #: utils/adt/jsonb.c:1835
 #, c-format
 msgid "object keys must be strings"
@@ -20306,153 +20294,153 @@ msgstr "la dimensione totale degli elementi dell'array jsonb supera il massimo d
 msgid "total size of jsonb object elements exceeds the maximum of %u bytes"
 msgstr "la dimensione totale degli elementi dell'oggetto jsonb supera il massimo di %u byte"
 
-#: utils/adt/jsonfuncs.c:510 utils/adt/jsonfuncs.c:675
-#: utils/adt/jsonfuncs.c:2262 utils/adt/jsonfuncs.c:3377
-#: utils/adt/jsonfuncs.c:3661
+#: utils/adt/jsonfuncs.c:511 utils/adt/jsonfuncs.c:676
+#: utils/adt/jsonfuncs.c:2263 utils/adt/jsonfuncs.c:2699
+#: utils/adt/jsonfuncs.c:3393 utils/adt/jsonfuncs.c:3677
 #, c-format
 msgid "cannot call %s on a scalar"
 msgstr "non è possibile eseguire %s su uno scalare"
 
-#: utils/adt/jsonfuncs.c:515 utils/adt/jsonfuncs.c:662
-#: utils/adt/jsonfuncs.c:3366
+#: utils/adt/jsonfuncs.c:516 utils/adt/jsonfuncs.c:663
+#: utils/adt/jsonfuncs.c:2701 utils/adt/jsonfuncs.c:3382
 #, c-format
 msgid "cannot call %s on an array"
 msgstr "non è possibile eseguire %s su un array"
 
-#: utils/adt/jsonfuncs.c:1578 utils/adt/jsonfuncs.c:1613
+#: utils/adt/jsonfuncs.c:1579 utils/adt/jsonfuncs.c:1614
 #, c-format
 msgid "cannot get array length of a scalar"
 msgstr "non è possibile ottenere la lunghezza di uno scalare"
 
-#: utils/adt/jsonfuncs.c:1582 utils/adt/jsonfuncs.c:1601
+#: utils/adt/jsonfuncs.c:1583 utils/adt/jsonfuncs.c:1602
 #, c-format
 msgid "cannot get array length of a non-array"
 msgstr "non è possibile ottenere la lunghezza di un oggetto che non è un array"
 
-#: utils/adt/jsonfuncs.c:1678
+#: utils/adt/jsonfuncs.c:1679
 #, c-format
 msgid "cannot call %s on a non-object"
 msgstr "non è possibile eseguire %s su un argomento che non è un oggetto"
 
-#: utils/adt/jsonfuncs.c:1696 utils/adt/jsonfuncs.c:3192
-#: utils/adt/jsonfuncs.c:3486
+#: utils/adt/jsonfuncs.c:1697 utils/adt/jsonfuncs.c:3208
+#: utils/adt/jsonfuncs.c:3502
 #, c-format
 msgid "function returning record called in context that cannot accept type record"
 msgstr "funzione che restituisce record eseguita in un contesto che non può accettare il tipo record"
 
-#: utils/adt/jsonfuncs.c:1935
+#: utils/adt/jsonfuncs.c:1936
 #, c-format
 msgid "cannot deconstruct an array as an object"
 msgstr "non è possibile decostruire un array come un oggetto"
 
-#: utils/adt/jsonfuncs.c:1947
+#: utils/adt/jsonfuncs.c:1948
 #, c-format
 msgid "cannot deconstruct a scalar"
 msgstr "non è possibile decostruire uno scalare"
 
-#: utils/adt/jsonfuncs.c:1993
+#: utils/adt/jsonfuncs.c:1994
 #, c-format
 msgid "cannot extract elements from a scalar"
 msgstr "non è possibile estrarre elementi da uno scalare"
 
-#: utils/adt/jsonfuncs.c:1997
+#: utils/adt/jsonfuncs.c:1998
 #, c-format
 msgid "cannot extract elements from an object"
 msgstr "non è possibile estrarre elementi da un oggetto"
 
-#: utils/adt/jsonfuncs.c:2249 utils/adt/jsonfuncs.c:3550
+#: utils/adt/jsonfuncs.c:2250 utils/adt/jsonfuncs.c:3566
 #, c-format
 msgid "cannot call %s on a non-array"
 msgstr "non è possibile eseguire %s su un argomento che non è un array"
 
-#: utils/adt/jsonfuncs.c:2315 utils/adt/jsonfuncs.c:2320
-#: utils/adt/jsonfuncs.c:2337 utils/adt/jsonfuncs.c:2343
+#: utils/adt/jsonfuncs.c:2316 utils/adt/jsonfuncs.c:2321
+#: utils/adt/jsonfuncs.c:2338 utils/adt/jsonfuncs.c:2344
 #, c-format
 msgid "expected json array"
 msgstr "atteso un array json"
 
-#: utils/adt/jsonfuncs.c:2316
+#: utils/adt/jsonfuncs.c:2317
 #, c-format
 msgid "see the value of key \"%s\""
 msgstr "vedi il valore della chiave \"%s\""
 
-#: utils/adt/jsonfuncs.c:2338
+#: utils/adt/jsonfuncs.c:2339
 #, c-format
 msgid "see the array element %s of key \"%s\""
 msgstr "vedi l'elemento dell'array %s della chiave \"%s\""
 
-#: utils/adt/jsonfuncs.c:2344
+#: utils/adt/jsonfuncs.c:2345
 #, c-format
 msgid "see the array element %s"
 msgstr "vedi l'elemento dell'array %s"
 
-#: utils/adt/jsonfuncs.c:2379
+#: utils/adt/jsonfuncs.c:2380
 #, c-format
 msgid "malformed json array"
 msgstr "array json non valido"
 
-#: utils/adt/jsonfuncs.c:3152 utils/adt/jsonfuncs.c:3462
+#: utils/adt/jsonfuncs.c:3168 utils/adt/jsonfuncs.c:3478
 #, c-format
 msgid "first argument of %s must be a row type"
 msgstr "il primo elemento di %s deve essere di tipo riga"
 
-#: utils/adt/jsonfuncs.c:3194
+#: utils/adt/jsonfuncs.c:3210
 #, c-format
 msgid "Try calling the function in the FROM clause using a column definition list."
 msgstr "Prova ad eseguire la funzione nella clausola FROM usando una lista di definizioni di colonne."
 
-#: utils/adt/jsonfuncs.c:3567 utils/adt/jsonfuncs.c:3643
+#: utils/adt/jsonfuncs.c:3583 utils/adt/jsonfuncs.c:3659
 #, c-format
 msgid "argument of %s must be an array of objects"
 msgstr "l'argomento di %s deve essere un array di oggetti"
 
-#: utils/adt/jsonfuncs.c:3595
+#: utils/adt/jsonfuncs.c:3611
 #, c-format
 msgid "cannot call %s on an object"
 msgstr "non è possibile eseguire %s su un oggetto"
 
-#: utils/adt/jsonfuncs.c:4071 utils/adt/jsonfuncs.c:4130
-#: utils/adt/jsonfuncs.c:4210
+#: utils/adt/jsonfuncs.c:4087 utils/adt/jsonfuncs.c:4146
+#: utils/adt/jsonfuncs.c:4226
 #, c-format
 msgid "cannot delete from scalar"
 msgstr "non è possibile eliminare da uno scalare"
 
-#: utils/adt/jsonfuncs.c:4215
+#: utils/adt/jsonfuncs.c:4231
 #, c-format
 msgid "cannot delete from object using integer index"
 msgstr "non è possibile eliminare da un oggetto usando numeri interi come indici"
 
-#: utils/adt/jsonfuncs.c:4281 utils/adt/jsonfuncs.c:4373
+#: utils/adt/jsonfuncs.c:4297 utils/adt/jsonfuncs.c:4389
 #, c-format
 msgid "cannot set path in scalar"
 msgstr "non è possibile impostare un percorso in uno scalare"
 
-#: utils/adt/jsonfuncs.c:4326
+#: utils/adt/jsonfuncs.c:4342
 #, c-format
 msgid "cannot delete path in scalar"
 msgstr "non è possibile eliminare un percorso in uno scalare"
 
-#: utils/adt/jsonfuncs.c:4496
+#: utils/adt/jsonfuncs.c:4512
 #, c-format
 msgid "invalid concatenation of jsonb objects"
 msgstr "concatenazione invalida di oggetti jsonb"
 
-#: utils/adt/jsonfuncs.c:4530
+#: utils/adt/jsonfuncs.c:4546
 #, c-format
 msgid "path element at position %d is null"
 msgstr "l'elemento di percorso in posizione %d è nullo"
 
-#: utils/adt/jsonfuncs.c:4616
+#: utils/adt/jsonfuncs.c:4632
 #, c-format
 msgid "cannot replace existing key"
 msgstr "non è possibile sostituire una chiave esistente"
 
-#: utils/adt/jsonfuncs.c:4617
+#: utils/adt/jsonfuncs.c:4633
 #, c-format
 msgid "Try using the function jsonb_set to replace key value."
 msgstr "Prova ad utilizzare la funzione jsonb_set per rimpiazzare il valore della chiave."
 
-#: utils/adt/jsonfuncs.c:4699
+#: utils/adt/jsonfuncs.c:4715
 #, c-format
 msgid "path element at position %d is not an integer: \"%s\""
 msgstr "l'elemento di percorso in posizione %d non è un intero: \"%s\""
@@ -20462,7 +20450,7 @@ msgstr "l'elemento di percorso in posizione %d non è un intero: \"%s\""
 msgid "levenshtein argument exceeds maximum length of %d characters"
 msgstr "L'argomento levenshtein supera la lunghezza massima di %d caratteri"
 
-#: utils/adt/like.c:183 utils/adt/selfuncs.c:5525
+#: utils/adt/like.c:183 utils/adt/selfuncs.c:5562
 #, c-format
 msgid "could not determine which collation to use for ILIKE"
 msgstr "non è stato possibile determinare quale ordinamento usare per ILIKE"
@@ -20739,8 +20727,8 @@ msgid "step size cannot be NaN"
 msgstr "la dimensione dell'intervallo non può essere NaN"
 
 #: utils/adt/numeric.c:2589 utils/adt/numeric.c:5551 utils/adt/numeric.c:5996
-#: utils/adt/numeric.c:7700 utils/adt/numeric.c:8125 utils/adt/numeric.c:8240
-#: utils/adt/numeric.c:8313
+#: utils/adt/numeric.c:7700 utils/adt/numeric.c:8125 utils/adt/numeric.c:8239
+#: utils/adt/numeric.c:8312
 #, c-format
 msgid "value overflows numeric format"
 msgstr "il valore causa un overflow nel formato numeric"
@@ -20811,82 +20799,87 @@ msgstr "il valore percentile %g non è tra 0 e 1"
 msgid "Apply system library package updates."
 msgstr "Applica gli aggiornamenti ai pacchetti di sistema."
 
-#: utils/adt/pg_locale.c:1239
+#: utils/adt/pg_locale.c:1249
 #, c-format
 msgid "could not create locale \"%s\": %m"
 msgstr "creazione del locale \"%s\" fallita: %m"
 
-#: utils/adt/pg_locale.c:1242
+#: utils/adt/pg_locale.c:1252
 #, c-format
 msgid "The operating system could not find any locale data for the locale name \"%s\"."
 msgstr "Il sistema operativo non ha trovato dati di locale per il locale di nome \"%s\"."
 
-#: utils/adt/pg_locale.c:1339
+#: utils/adt/pg_locale.c:1352
 #, c-format
 msgid "collations with different collate and ctype values are not supported on this platform"
 msgstr "le collazioni con tipi diversi di ordinamento e ctype non sono supportati su questa piattaforma"
 
-#: utils/adt/pg_locale.c:1348
+#: utils/adt/pg_locale.c:1361
 #, c-format
 msgid "collation provider LIBC is not supported on this platform"
 msgstr "fornitore di ordinamento LIBC non supportato su questa piattaforma"
 
-#: utils/adt/pg_locale.c:1361 utils/adt/pg_locale.c:1443
+#: utils/adt/pg_locale.c:1373
+#, c-format
+msgid "collations with different collate and ctype values are not supported by ICU"
+msgstr "ordinamenti con valori diversi di collate e ctype non sono supportati da ICU"
+
+#: utils/adt/pg_locale.c:1379 utils/adt/pg_locale.c:1461
 #, c-format
 msgid "could not open collator for locale \"%s\": %s"
 msgstr "apertura dell'ordinamento per il locale \"%s\" fallita: %s"
 
-#: utils/adt/pg_locale.c:1370
+#: utils/adt/pg_locale.c:1388
 #, c-format
 msgid "ICU is not supported in this build"
 msgstr "ICU non supportato in questo build"
 
-#: utils/adt/pg_locale.c:1371
+#: utils/adt/pg_locale.c:1389
 #, c-format
 msgid "You need to rebuild PostgreSQL using --with-icu."
 msgstr "Occorre ricompilare PostgreSQL usando --with-icu."
 
-#: utils/adt/pg_locale.c:1391
+#: utils/adt/pg_locale.c:1409
 #, c-format
 msgid "collation \"%s\" has no actual version, but a version was specified"
 msgstr "l'ordinamento \"%s\" non ha una versione, ma una versione è stata specificata"
 
-#: utils/adt/pg_locale.c:1398
+#: utils/adt/pg_locale.c:1416
 #, c-format
 msgid "collation \"%s\" has version mismatch"
 msgstr "la versione dell'ordinamento \"%s\" non combacia"
 
-#: utils/adt/pg_locale.c:1400
+#: utils/adt/pg_locale.c:1418
 #, c-format
 msgid "The collation in the database was created using version %s, but the operating system provides version %s."
 msgstr "L'ordinamento nel database è stato creato usando la versione %s, ma il sistema operativo fornisce la versione %s."
 
-#: utils/adt/pg_locale.c:1403
+#: utils/adt/pg_locale.c:1421
 #, c-format
 msgid "Rebuild all objects affected by this collation and run ALTER COLLATION %s REFRESH VERSION, or build PostgreSQL with the right library version."
 msgstr "Ricostruisci tutti gli oggetti che usano questo ordinamento ed esegui ALTER COLLATION %s REFRESH VERSION, oppure ricompila PostgreSQL con la versione giusta della libreria."
 
-#: utils/adt/pg_locale.c:1483
+#: utils/adt/pg_locale.c:1501
 #, c-format
 msgid "could not open ICU converter for encoding \"%s\": %s"
 msgstr "apertura del convertitore ICU per l'encoding \"%s\" fallita: %s"
 
-#: utils/adt/pg_locale.c:1503
+#: utils/adt/pg_locale.c:1532 utils/adt/pg_locale.c:1541
 #, c-format
 msgid "ucnv_toUChars failed: %s"
 msgstr "ucnv_toUChars fallito: %s"
 
-#: utils/adt/pg_locale.c:1521
+#: utils/adt/pg_locale.c:1570 utils/adt/pg_locale.c:1579
 #, c-format
 msgid "ucnv_fromUChars failed: %s"
 msgstr "ucnv_fromUChars fallito: %s"
 
-#: utils/adt/pg_locale.c:1693
+#: utils/adt/pg_locale.c:1752
 #, c-format
 msgid "invalid multibyte character for locale"
 msgstr "carattere multibyte non valido per il locale"
 
-#: utils/adt/pg_locale.c:1694
+#: utils/adt/pg_locale.c:1753
 #, c-format
 msgid "The server's LC_CTYPE locale is probably incompatible with the database encoding."
 msgstr "Il locale LC_CTYPE del server probabilmente non è compatibile con la codifica del database."
@@ -20986,7 +20979,7 @@ msgstr "Troppe virgole."
 msgid "Junk after right parenthesis or bracket."
 msgstr "Caratteri spuri dopo la parentesi chiusa."
 
-#: utils/adt/regexp.c:285 utils/adt/regexp.c:1344 utils/adt/varlena.c:3948
+#: utils/adt/regexp.c:285 utils/adt/regexp.c:1344 utils/adt/varlena.c:3963
 #, c-format
 msgid "regular expression failed: %s"
 msgstr "l'espressione regolare %s è fallita"
@@ -21016,142 +21009,142 @@ msgstr "regexp_split_to_table non supporta l'opzione globale"
 msgid "regexp_split_to_array does not support the global option"
 msgstr "regexp_split_to_array non supporta l'opzione globale"
 
-#: utils/adt/regproc.c:105
+#: utils/adt/regproc.c:106
 #, c-format
 msgid "more than one function named \"%s\""
 msgstr "più di una funzione si chiama \"%s\""
 
-#: utils/adt/regproc.c:523
+#: utils/adt/regproc.c:524
 #, c-format
 msgid "more than one operator named %s"
 msgstr "più di un operatore si chiama %s"
 
-#: utils/adt/regproc.c:690 utils/adt/regproc.c:731 gram.y:7854
+#: utils/adt/regproc.c:691 utils/adt/regproc.c:732 gram.y:7844
 #, c-format
 msgid "missing argument"
 msgstr "argomento mancante"
 
-#: utils/adt/regproc.c:691 utils/adt/regproc.c:732 gram.y:7855
+#: utils/adt/regproc.c:692 utils/adt/regproc.c:733 gram.y:7845
 #, c-format
 msgid "Use NONE to denote the missing argument of a unary operator."
 msgstr "Usa NONE per indicare l'argomento mancante in un operatore unario."
 
-#: utils/adt/regproc.c:695 utils/adt/regproc.c:736 utils/adt/regproc.c:1864
-#: utils/adt/ruleutils.c:8888 utils/adt/ruleutils.c:9056
+#: utils/adt/regproc.c:696 utils/adt/regproc.c:737 utils/adt/regproc.c:1865
+#: utils/adt/ruleutils.c:8958 utils/adt/ruleutils.c:9126
 #, c-format
 msgid "too many arguments"
 msgstr "troppi argomenti"
 
-#: utils/adt/regproc.c:696 utils/adt/regproc.c:737
+#: utils/adt/regproc.c:697 utils/adt/regproc.c:738
 #, c-format
 msgid "Provide two argument types for operator."
 msgstr "Fornisci due tipi di argomento per l'operatore."
 
-#: utils/adt/regproc.c:1448 utils/adt/regproc.c:1472 utils/adt/regproc.c:1573
-#: utils/adt/regproc.c:1597 utils/adt/regproc.c:1699 utils/adt/regproc.c:1704
-#: utils/adt/varlena.c:3203 utils/adt/varlena.c:3208
+#: utils/adt/regproc.c:1449 utils/adt/regproc.c:1473 utils/adt/regproc.c:1574
+#: utils/adt/regproc.c:1598 utils/adt/regproc.c:1700 utils/adt/regproc.c:1705
+#: utils/adt/varlena.c:3216 utils/adt/varlena.c:3221
 #, c-format
 msgid "invalid name syntax"
 msgstr "la sintassi per il nome non è valida"
 
-#: utils/adt/regproc.c:1762
+#: utils/adt/regproc.c:1763
 #, c-format
 msgid "expected a left parenthesis"
 msgstr "era attesa un parentesi tonda aperta"
 
-#: utils/adt/regproc.c:1778
+#: utils/adt/regproc.c:1779
 #, c-format
 msgid "expected a right parenthesis"
 msgstr "era attesa un parentesi tonda chiusa"
 
-#: utils/adt/regproc.c:1797
+#: utils/adt/regproc.c:1798
 #, c-format
 msgid "expected a type name"
 msgstr "era atteso il nome di un tipo"
 
-#: utils/adt/regproc.c:1829
+#: utils/adt/regproc.c:1830
 #, c-format
 msgid "improper type name"
 msgstr "il nome del tipo non è corretto"
 
-#: utils/adt/ri_triggers.c:314 utils/adt/ri_triggers.c:371
-#: utils/adt/ri_triggers.c:790 utils/adt/ri_triggers.c:1013
-#: utils/adt/ri_triggers.c:1169 utils/adt/ri_triggers.c:1350
-#: utils/adt/ri_triggers.c:1515 utils/adt/ri_triggers.c:1691
-#: utils/adt/ri_triggers.c:1871 utils/adt/ri_triggers.c:2062
-#: utils/adt/ri_triggers.c:2120 utils/adt/ri_triggers.c:2225
-#: utils/adt/ri_triggers.c:2402 gram.y:3678
+#: utils/adt/ri_triggers.c:311 utils/adt/ri_triggers.c:368
+#: utils/adt/ri_triggers.c:787 utils/adt/ri_triggers.c:1010
+#: utils/adt/ri_triggers.c:1166 utils/adt/ri_triggers.c:1347
+#: utils/adt/ri_triggers.c:1512 utils/adt/ri_triggers.c:1688
+#: utils/adt/ri_triggers.c:1868 utils/adt/ri_triggers.c:2059
+#: utils/adt/ri_triggers.c:2117 utils/adt/ri_triggers.c:2222
+#: utils/adt/ri_triggers.c:2399 gram.y:3656
 #, c-format
 msgid "MATCH PARTIAL not yet implemented"
 msgstr "il MATCH PARTIAL non è stato ancora implementato"
 
-#: utils/adt/ri_triggers.c:343 utils/adt/ri_triggers.c:2490
-#: utils/adt/ri_triggers.c:3315
+#: utils/adt/ri_triggers.c:340 utils/adt/ri_triggers.c:2487
+#: utils/adt/ri_triggers.c:3312
 #, c-format
 msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\""
 msgstr "la INSERT o l'UPDATE sulla tabella \"%s\" viola il vincolo di chiave esterna \"%s\""
 
-#: utils/adt/ri_triggers.c:346 utils/adt/ri_triggers.c:2493
+#: utils/adt/ri_triggers.c:343 utils/adt/ri_triggers.c:2490
 #, c-format
 msgid "MATCH FULL does not allow mixing of null and nonnull key values."
 msgstr "MATCH FULL non consente l'uso di valori chiave nulli e non nulli insieme."
 
-#: utils/adt/ri_triggers.c:2732
+#: utils/adt/ri_triggers.c:2729
 #, c-format
 msgid "function \"%s\" must be fired for INSERT"
 msgstr "la funzione \"%s\" deve essere eseguita per un INSERT"
 
-#: utils/adt/ri_triggers.c:2738
+#: utils/adt/ri_triggers.c:2735
 #, c-format
 msgid "function \"%s\" must be fired for UPDATE"
 msgstr "la funzione \"%s\" deve essere eseguita per un UPDATE"
 
-#: utils/adt/ri_triggers.c:2744
+#: utils/adt/ri_triggers.c:2741
 #, c-format
 msgid "function \"%s\" must be fired for DELETE"
 msgstr "la funzione \"%s\" deve essere eseguita per una DELETE"
 
-#: utils/adt/ri_triggers.c:2767
+#: utils/adt/ri_triggers.c:2764
 #, c-format
 msgid "no pg_constraint entry for trigger \"%s\" on table \"%s\""
 msgstr "non ci sono elementi pg_constraint per il trigger \"%s\" sulla tabella \"%s\""
 
-#: utils/adt/ri_triggers.c:2769
+#: utils/adt/ri_triggers.c:2766
 #, c-format
 msgid "Remove this referential integrity trigger and its mates, then do ALTER TABLE ADD CONSTRAINT."
 msgstr "Rimuovi questo trigger di integrità referenziale e relativi elementi collegati, poi esegui ALTER TABLE ADD CONSTRAINT."
 
-#: utils/adt/ri_triggers.c:3225
+#: utils/adt/ri_triggers.c:3222
 #, c-format
 msgid "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave unexpected result"
 msgstr "la query di integrità referenziale su \"%s\" dal vincolo \"%s\" su \"%s\" ha restituito un risultato inatteso"
 
-#: utils/adt/ri_triggers.c:3229
+#: utils/adt/ri_triggers.c:3226
 #, c-format
 msgid "This is most likely due to a rule having rewritten the query."
 msgstr "Ciò è probabilmente dovuto ad una RULE che ha riscritto la query."
 
-#: utils/adt/ri_triggers.c:3319
+#: utils/adt/ri_triggers.c:3316
 #, c-format
 msgid "Key (%s)=(%s) is not present in table \"%s\"."
 msgstr "La chiave (%s)=(%s) non è presente nella tabella \"%s\"."
 
-#: utils/adt/ri_triggers.c:3322
+#: utils/adt/ri_triggers.c:3319
 #, c-format
 msgid "Key is not present in table \"%s\"."
 msgstr "La chiave non è presente nella tabella \"%s\"."
 
-#: utils/adt/ri_triggers.c:3328
+#: utils/adt/ri_triggers.c:3325
 #, c-format
 msgid "update or delete on table \"%s\" violates foreign key constraint \"%s\" on table \"%s\""
 msgstr "l'istruzione UPDATE o DELETE sulla tabella \"%s\" viola il vincolo di chiave esterna \"%s\" sulla tabella \"%s\""
 
-#: utils/adt/ri_triggers.c:3333
+#: utils/adt/ri_triggers.c:3330
 #, c-format
 msgid "Key (%s)=(%s) is still referenced from table \"%s\"."
 msgstr "La chiave (%s)=(%s) è ancora referenziata dalla tabella \"%s\"."
 
-#: utils/adt/ri_triggers.c:3336
+#: utils/adt/ri_triggers.c:3333
 #, c-format
 msgid "Key is still referenced from table \"%s\"."
 msgstr "La chiave è ancora referenziata dalla tabella \"%s\"."
@@ -21202,29 +21195,29 @@ msgstr "il tipo di dati non è corretto, %u invece di %u"
 msgid "improper binary format in record column %d"
 msgstr "il formato binario nella colonna %d del record non è corretto"
 
-#: utils/adt/rowtypes.c:902 utils/adt/rowtypes.c:1142 utils/adt/rowtypes.c:1396
-#: utils/adt/rowtypes.c:1673
+#: utils/adt/rowtypes.c:902 utils/adt/rowtypes.c:1142
+#: utils/adt/rowtypes.c:1396 utils/adt/rowtypes.c:1673
 #, c-format
 msgid "cannot compare dissimilar column types %s and %s at record column %d"
 msgstr "non è possibile confrontare i tipi di colonne dissimili %s e %s alla colonna %d del record"
 
-#: utils/adt/rowtypes.c:991 utils/adt/rowtypes.c:1213 utils/adt/rowtypes.c:1529
-#: utils/adt/rowtypes.c:1769
+#: utils/adt/rowtypes.c:991 utils/adt/rowtypes.c:1213
+#: utils/adt/rowtypes.c:1529 utils/adt/rowtypes.c:1769
 #, c-format
 msgid "cannot compare record types with different numbers of columns"
 msgstr "non è possibile confrontare tipi di record con diverso numero di colonne"
 
-#: utils/adt/ruleutils.c:4655
+#: utils/adt/ruleutils.c:4667
 #, c-format
 msgid "rule \"%s\" has unsupported event type %d"
 msgstr "la regola \"%s\" ha un tipo di evento non supportato %d"
 
-#: utils/adt/selfuncs.c:5510
+#: utils/adt/selfuncs.c:5547
 #, c-format
 msgid "case insensitive matching not supported on type bytea"
 msgstr "il confronto case insensitive sul tipo bytea non è supportato"
 
-#: utils/adt/selfuncs.c:5612
+#: utils/adt/selfuncs.c:5649
 #, c-format
 msgid "regular-expression matching not supported on type bytea"
 msgstr "il confronto con espressioni regolari sul tipo bytea non è supportato"
@@ -21608,8 +21601,8 @@ msgid "bit string too long for type bit varying(%d)"
 msgstr "la stringa di bit è troppo lunga per il tipo bit varying(%d)"
 
 #: utils/adt/varbit.c:1066 utils/adt/varbit.c:1168 utils/adt/varlena.c:841
-#: utils/adt/varlena.c:905 utils/adt/varlena.c:1049 utils/adt/varlena.c:2868
-#: utils/adt/varlena.c:2935
+#: utils/adt/varlena.c:905 utils/adt/varlena.c:1049 utils/adt/varlena.c:2881
+#: utils/adt/varlena.c:2948
 #, c-format
 msgid "negative substring length not allowed"
 msgstr "non è consentita una stringa con lunghezza negativa"
@@ -21634,7 +21627,7 @@ msgstr "non è possibile eseguire lo XOR fra stringhe di bit di dimensioni diver
 msgid "bit index %d out of valid range (0..%d)"
 msgstr "l'indice %d è fuori dall'intervallo valido (0..%d)"
 
-#: utils/adt/varbit.c:1812 utils/adt/varlena.c:3127
+#: utils/adt/varbit.c:1812 utils/adt/varlena.c:3140
 #, c-format
 msgid "new bit must be 0 or 1"
 msgstr "il nuovo bit deve essere 0 o 1"
@@ -21649,78 +21642,78 @@ msgstr "il valore è troppo lungo per il tipo character(%d)"
 msgid "value too long for type character varying(%d)"
 msgstr "il valore è troppo lungo per il tipo character varying(%d)"
 
-#: utils/adt/varlena.c:1416 utils/adt/varlena.c:1861
+#: utils/adt/varlena.c:1416 utils/adt/varlena.c:1865
 #, c-format
 msgid "could not determine which collation to use for string comparison"
 msgstr "non è stato possibile determinare quale ordinamento usare per la comparazione tra stringhe"
 
-#: utils/adt/varlena.c:1472 utils/adt/varlena.c:1485
+#: utils/adt/varlena.c:1473 utils/adt/varlena.c:1486
 #, c-format
 msgid "could not convert string to UTF-16: error code %lu"
 msgstr "conversione della stringa in UTF-16 fallita: codice errore %lu"
 
-#: utils/adt/varlena.c:1500
+#: utils/adt/varlena.c:1501
 #, c-format
 msgid "could not compare Unicode strings: %m"
 msgstr "comparazione delle stringhe Unicode fallita: %m"
 
-#: utils/adt/varlena.c:1555 utils/adt/varlena.c:2141
+#: utils/adt/varlena.c:1556 utils/adt/varlena.c:2145
 #, c-format
 msgid "collation failed: %s"
 msgstr "ordinamento fallito: %s"
 
-#: utils/adt/varlena.c:2356
+#: utils/adt/varlena.c:2363
 #, c-format
 msgid "sort key generation failed: %s"
 msgstr "generazione della chiave di ordinamento fallita: %s"
 
-#: utils/adt/varlena.c:3013 utils/adt/varlena.c:3044 utils/adt/varlena.c:3079
-#: utils/adt/varlena.c:3115
+#: utils/adt/varlena.c:3026 utils/adt/varlena.c:3057 utils/adt/varlena.c:3092
+#: utils/adt/varlena.c:3128
 #, c-format
 msgid "index %d out of valid range, 0..%d"
 msgstr "l'indice %d è fuori dall'intervallo valido, 0..%d"
 
-#: utils/adt/varlena.c:4044
+#: utils/adt/varlena.c:4059
 #, c-format
 msgid "field position must be greater than zero"
 msgstr "il campo deve essere maggiore di zero"
 
-#: utils/adt/varlena.c:4934
+#: utils/adt/varlena.c:4949
 #, c-format
 msgid "unterminated format() type specifier"
 msgstr "specifica di tipo per format() non terminata"
 
-#: utils/adt/varlena.c:4935 utils/adt/varlena.c:5069 utils/adt/varlena.c:5190
+#: utils/adt/varlena.c:4950 utils/adt/varlena.c:5084 utils/adt/varlena.c:5205
 #, c-format
 msgid "For a single \"%%\" use \"%%%%\"."
 msgstr "Per un singolo \"%%\" usa \"%%%%\"."
 
-#: utils/adt/varlena.c:5067 utils/adt/varlena.c:5188
+#: utils/adt/varlena.c:5082 utils/adt/varlena.c:5203
 #, c-format
 msgid "unrecognized format() type specifier \"%c\""
 msgstr "specifica di tipo per format() \"%c\" non riconosciuta"
 
-#: utils/adt/varlena.c:5080 utils/adt/varlena.c:5137
+#: utils/adt/varlena.c:5095 utils/adt/varlena.c:5152
 #, c-format
 msgid "too few arguments for format()"
 msgstr "numero di argomenti non sufficiente per format()"
 
-#: utils/adt/varlena.c:5232 utils/adt/varlena.c:5415
+#: utils/adt/varlena.c:5247 utils/adt/varlena.c:5430
 #, c-format
 msgid "number is out of range"
 msgstr "il numero è al di fuori dell'intervallo consentito"
 
-#: utils/adt/varlena.c:5296 utils/adt/varlena.c:5324
+#: utils/adt/varlena.c:5311 utils/adt/varlena.c:5339
 #, c-format
 msgid "format specifies argument 0, but arguments are numbered from 1"
 msgstr "il formato specifica l'argomento 0, ma gli argomenti sono numerati a partire da 1"
 
-#: utils/adt/varlena.c:5317
+#: utils/adt/varlena.c:5332
 #, c-format
 msgid "width argument position must be ended by \"$\""
 msgstr "la posizione dell'argomento di larghezza deve finire con \"$\""
 
-#: utils/adt/varlena.c:5362
+#: utils/adt/varlena.c:5377
 #, c-format
 msgid "null values cannot be formatted as an SQL identifier"
 msgstr "i valori vuoti non possono essere formattati come un identificativo SQL"
@@ -21915,17 +21908,17 @@ msgstr "nessuna funzione di output disponibile per il tipo %s"
 msgid "cached plan must not change result type"
 msgstr "il cached plan non deve cambiare il tipo del risultato"
 
-#: utils/cache/relcache.c:5791
+#: utils/cache/relcache.c:5795
 #, c-format
 msgid "could not create relation-cache initialization file \"%s\": %m"
 msgstr "creazione del file di inizializzazione della cache delle relazioni \"%s\" fallita: %m"
 
-#: utils/cache/relcache.c:5793
+#: utils/cache/relcache.c:5797
 #, c-format
 msgid "Continuing anyway, but there's something wrong."
 msgstr "Proseguo in ogni caso, ma c'è qualcosa che non funziona."
 
-#: utils/cache/relcache.c:6063
+#: utils/cache/relcache.c:6067
 #, c-format
 msgid "could not remove cache file \"%s\": %m"
 msgstr "rimozione del file di cache \"%s\" fallita: %m"
@@ -22222,163 +22215,163 @@ msgstr "non è stato fornito nessun alias colonna"
 msgid "could not determine row description for function returning record"
 msgstr "non è stato possibile determinare la descrizione della riga per la funzione che restituisce record"
 
-#: utils/init/miscinit.c:122
+#: utils/init/miscinit.c:123
 #, c-format
 msgid "could not change directory to \"%s\": %m"
 msgstr "spostamento nella directory \"%s\" fallito: %m"
 
-#: utils/init/miscinit.c:450 utils/misc/guc.c:6115
+#: utils/init/miscinit.c:451 utils/misc/guc.c:6126
 #, c-format
 msgid "cannot set parameter \"%s\" within security-restricted operation"
 msgstr "non è possibile impostare il parametro \"%s\" nell'ambito di operazioni a sicurezza ristretta"
 
-#: utils/init/miscinit.c:511
+#: utils/init/miscinit.c:512
 #, c-format
 msgid "role with OID %u does not exist"
 msgstr "il ruolo con OID %u non esiste"
 
-#: utils/init/miscinit.c:541
+#: utils/init/miscinit.c:542
 #, c-format
 msgid "role \"%s\" is not permitted to log in"
 msgstr "al ruolo \"%s\" non è consentito effettuare il login"
 
-#: utils/init/miscinit.c:559
+#: utils/init/miscinit.c:560
 #, c-format
 msgid "too many connections for role \"%s\""
 msgstr "troppe connessioni per il ruolo \"%s\""
 
-#: utils/init/miscinit.c:619
+#: utils/init/miscinit.c:620
 #, c-format
 msgid "permission denied to set session authorization"
 msgstr "permesso di impostare l'autorizzazione della sessione negato"
 
-#: utils/init/miscinit.c:702
+#: utils/init/miscinit.c:703
 #, c-format
 msgid "invalid role OID: %u"
 msgstr "OID del ruolo non valido: %u"
 
-#: utils/init/miscinit.c:756
+#: utils/init/miscinit.c:757
 #, c-format
 msgid "database system is shut down"
 msgstr "il database è stato arrestato"
 
-#: utils/init/miscinit.c:843
+#: utils/init/miscinit.c:844
 #, c-format
 msgid "could not create lock file \"%s\": %m"
 msgstr "creazione del file di lock \"%s\" fallita: %m"
 
-#: utils/init/miscinit.c:857
+#: utils/init/miscinit.c:858
 #, c-format
 msgid "could not open lock file \"%s\": %m"
 msgstr "apertura del file di lock \"%s\" fallita: %m"
 
-#: utils/init/miscinit.c:864
+#: utils/init/miscinit.c:865
 #, c-format
 msgid "could not read lock file \"%s\": %m"
 msgstr "lettura dal file di lock \"%s\" fallita: %m"
 
-#: utils/init/miscinit.c:873
+#: utils/init/miscinit.c:874
 #, c-format
 msgid "lock file \"%s\" is empty"
 msgstr "il file di lock \"%s\" è vuoto"
 
-#: utils/init/miscinit.c:874
+#: utils/init/miscinit.c:875
 #, c-format
 msgid "Either another server is starting, or the lock file is the remnant of a previous server startup crash."
 msgstr "O c'è un altro server in avvio, oppure il file di lock è rimasto da un precedente crash in avvio del server."
 
-#: utils/init/miscinit.c:921
+#: utils/init/miscinit.c:922
 #, c-format
 msgid "lock file \"%s\" already exists"
 msgstr "il file di lock \"%s\" esiste già"
 
-#: utils/init/miscinit.c:925
+#: utils/init/miscinit.c:926
 #, c-format
 msgid "Is another postgres (PID %d) running in data directory \"%s\"?"
 msgstr "C'è un altro postgres (PID %d) in esecuzione nella directory dei dati \"%s\"?"
 
-#: utils/init/miscinit.c:927
+#: utils/init/miscinit.c:928
 #, c-format
 msgid "Is another postmaster (PID %d) running in data directory \"%s\"?"
 msgstr "C'è un altro postmaster (PID %d) in esecuzione nella directory dei dati \"%s\"?"
 
-#: utils/init/miscinit.c:930
+#: utils/init/miscinit.c:931
 #, c-format
 msgid "Is another postgres (PID %d) using socket file \"%s\"?"
 msgstr "C'è un altro postgres (PID %d) che sta usando il file socket \"%s\"?"
 
-#: utils/init/miscinit.c:932
+#: utils/init/miscinit.c:933
 #, c-format
 msgid "Is another postmaster (PID %d) using socket file \"%s\"?"
 msgstr "C'è un altro postmaster (PID %d) che sta usando il file socket \"%s\"?"
 
-#: utils/init/miscinit.c:968
+#: utils/init/miscinit.c:969
 #, c-format
 msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use"
 msgstr "il blocco di memoria condivisa preesistente (key %lu, ID %lu) è ancora in uso"
 
-#: utils/init/miscinit.c:971
+#: utils/init/miscinit.c:972
 #, c-format
 msgid "If you're sure there are no old server processes still running, remove the shared memory block or just delete the file \"%s\"."
 msgstr "Se sei sicuro che non ci siano vecchi processi server ancora in esecuzione, rimuovi il blocco di memoria condivisa, o semplicemente cancella il file \"%s\"."
 
-#: utils/init/miscinit.c:987
+#: utils/init/miscinit.c:988
 #, c-format
 msgid "could not remove old lock file \"%s\": %m"
 msgstr "rimozione del vecchio file di lock \"%s\" fallita: %m"
 
-#: utils/init/miscinit.c:989
+#: utils/init/miscinit.c:990
 #, c-format
 msgid "The file seems accidentally left over, but it could not be removed. Please remove the file by hand and try again."
 msgstr "Sembra che il file sia stato abbandonato accidentalmente, ma non può essere rimosso. Per favore rimuovilo manualmente e riprova."
 
-#: utils/init/miscinit.c:1026 utils/init/miscinit.c:1040
-#: utils/init/miscinit.c:1051
+#: utils/init/miscinit.c:1027 utils/init/miscinit.c:1041
+#: utils/init/miscinit.c:1052
 #, c-format
 msgid "could not write lock file \"%s\": %m"
 msgstr "scrittura del file di lock \"%s\" fallita: %m"
 
-#: utils/init/miscinit.c:1182 utils/init/miscinit.c:1318 utils/misc/guc.c:8920
+#: utils/init/miscinit.c:1184 utils/init/miscinit.c:1327 utils/misc/guc.c:8931
 #, c-format
 msgid "could not read from file \"%s\": %m"
 msgstr "lettura dal file \"%s\" fallita: %m"
 
-#: utils/init/miscinit.c:1306
+#: utils/init/miscinit.c:1315
 #, c-format
 msgid "could not open file \"%s\": %m; continuing anyway"
 msgstr "apertura del file \"%s\" fallita: %m; si procederà comunque"
 
-#: utils/init/miscinit.c:1331
+#: utils/init/miscinit.c:1340
 #, c-format
 msgid "lock file \"%s\" contains wrong PID: %ld instead of %ld"
 msgstr "il file di lock \"%s\" contiene il PID sbagliato: %ld invece di %ld"
 
-#: utils/init/miscinit.c:1370 utils/init/miscinit.c:1386
+#: utils/init/miscinit.c:1379 utils/init/miscinit.c:1395
 #, c-format
 msgid "\"%s\" is not a valid data directory"
 msgstr "\"%s\" non è una directory di dati valida"
 
-#: utils/init/miscinit.c:1372
+#: utils/init/miscinit.c:1381
 #, c-format
 msgid "File \"%s\" is missing."
 msgstr "Il file \"%s\" è mancante."
 
-#: utils/init/miscinit.c:1388
+#: utils/init/miscinit.c:1397
 #, c-format
 msgid "File \"%s\" does not contain valid data."
 msgstr "Il file \"%s\" non contiene dati validi."
 
-#: utils/init/miscinit.c:1390
+#: utils/init/miscinit.c:1399
 #, c-format
 msgid "You might need to initdb."
 msgstr "Potrebbe essere necessario eseguire initdb."
 
-#: utils/init/miscinit.c:1398
+#: utils/init/miscinit.c:1407
 #, c-format
 msgid "The data directory was initialized by PostgreSQL version %s, which is not compatible with this version %s."
 msgstr "La directory dei dati è stata inizializzata da PostgreSQL versione %s, che non è compatibile con questa versione %s."
 
-#: utils/init/miscinit.c:1469
+#: utils/init/miscinit.c:1474
 #, c-format
 msgid "loaded library \"%s\""
 msgstr "libreria \"%s\" caricata"
@@ -22533,6 +22526,11 @@ msgstr "ID di codifica %d non previsto per il set di caratteri ISO 8859"
 msgid "unexpected encoding ID %d for WIN character sets"
 msgstr "ID di codifica %d non previsto per il set di caratteri WIN"
 
+#: utils/mb/encnames.c:473
+#, c-format
+msgid "encoding \"%s\" not supported by ICU"
+msgstr "codifica \"%s\" non supportata da ICU"
+
 #: utils/mb/encnames.c:572
 #, c-format
 msgid "encoding name too long"
@@ -23996,145 +23994,149 @@ msgid "Sets the curve to use for ECDH."
 msgstr "Imposta la curva da usare per l'ECHD."
 
 #: utils/misc/guc.c:3611
+msgid "Location of the SSL DH params file."
+msgstr "Posizione del file di parametri SSH DH."
+
+#: utils/misc/guc.c:3622
 msgid "Sets the application name to be reported in statistics and logs."
 msgstr "Imposta il nome dell'applicazione da riportare nelle statistiche e nei log."
 
-#: utils/misc/guc.c:3622
+#: utils/misc/guc.c:3633
 msgid "Sets the name of the cluster, which is included in the process title."
 msgstr "Imposta il nome del cluster, che è incluso nel titolo del processo."
 
-#: utils/misc/guc.c:3633
+#: utils/misc/guc.c:3644
 msgid "Sets the WAL resource managers for which WAL consistency checks are done."
 msgstr "Imposta i gestori di risorse WAL per cui vengono effettuati i controlli di consistenza WAL."
 
-#: utils/misc/guc.c:3634
+#: utils/misc/guc.c:3645
 msgid "Full-page images will be logged for all data blocks and cross-checked against the results of WAL replay."
 msgstr "Immagini di pagine complete verranno loggate per tutti i blocchi di dati e comparati con i risultati del replay del WAL."
 
-#: utils/misc/guc.c:3653
+#: utils/misc/guc.c:3664
 msgid "Sets whether \"\\'\" is allowed in string literals."
 msgstr "Imposta se \"\\'\" è consentito nei letterali stringa."
 
-#: utils/misc/guc.c:3663
+#: utils/misc/guc.c:3674
 msgid "Sets the output format for bytea."
 msgstr "Imposta il formato di output di bytea."
 
-#: utils/misc/guc.c:3673
+#: utils/misc/guc.c:3684
 msgid "Sets the message levels that are sent to the client."
 msgstr "Imposta quali livelli di messaggi sono inviati al client"
 
-#: utils/misc/guc.c:3674 utils/misc/guc.c:3727 utils/misc/guc.c:3738
-#: utils/misc/guc.c:3804
+#: utils/misc/guc.c:3685 utils/misc/guc.c:3738 utils/misc/guc.c:3749
+#: utils/misc/guc.c:3815
 msgid "Each level includes all the levels that follow it. The later the level, the fewer messages are sent."
 msgstr "Ogni livello include tutti i livelli che lo seguono. Più avanti il livello, meno messaggi sono inviati."
 
-#: utils/misc/guc.c:3684
+#: utils/misc/guc.c:3695
 msgid "Enables the planner to use constraints to optimize queries."
 msgstr "Permette al planner di usare i vincoli per ottimizzare le query."
 
-#: utils/misc/guc.c:3685
+#: utils/misc/guc.c:3696
 msgid "Table scans will be skipped if their constraints guarantee that no rows match the query."
 msgstr "La scansioni delle tabelle saranno evitate se i loro vincoli garantiscono che nessuna riga corrisponda con la query."
 
-#: utils/misc/guc.c:3695
+#: utils/misc/guc.c:3706
 msgid "Sets the transaction isolation level of each new transaction."
 msgstr "Imposta il livello di isolamento predefinito per ogni nuova transazione."
 
-#: utils/misc/guc.c:3705
+#: utils/misc/guc.c:3716
 msgid "Sets the display format for interval values."
 msgstr "Imposta il formato di visualizzazione per intervalli."
 
-#: utils/misc/guc.c:3716
+#: utils/misc/guc.c:3727
 msgid "Sets the verbosity of logged messages."
 msgstr "Imposta la prolissità dei messaggi registrati."
 
-#: utils/misc/guc.c:3726
+#: utils/misc/guc.c:3737
 msgid "Sets the message levels that are logged."
 msgstr "Imposta i livelli dei messaggi registrati."
 
-#: utils/misc/guc.c:3737
+#: utils/misc/guc.c:3748
 msgid "Causes all statements generating error at or above this level to be logged."
 msgstr "Fa in modo che tutti gli eventi che generano errore a questo livello o a un livello superiore siano registrati nel log."
 
-#: utils/misc/guc.c:3748
+#: utils/misc/guc.c:3759
 msgid "Sets the type of statements logged."
 msgstr "Imposta il tipo di istruzioni registrato nel log."
 
-#: utils/misc/guc.c:3758
+#: utils/misc/guc.c:3769
 msgid "Sets the syslog \"facility\" to be used when syslog enabled."
 msgstr "Imposta la \"facility\" da usare quando syslog è abilitato."
 
-#: utils/misc/guc.c:3773
+#: utils/misc/guc.c:3784
 msgid "Sets the session's behavior for triggers and rewrite rules."
 msgstr "Imposta il comportamento delle sessioni per i trigger e le regole di riscrittura."
 
-#: utils/misc/guc.c:3783
+#: utils/misc/guc.c:3794
 msgid "Sets the current transaction's synchronization level."
 msgstr "Imposta il livello di sincronizzazione della transazione corrente."
 
-#: utils/misc/guc.c:3793
+#: utils/misc/guc.c:3804
 msgid "Allows archiving of WAL files using archive_command."
 msgstr "Consente l'archiviazione dei file WAL con l'uso di archive_command."
 
-#: utils/misc/guc.c:3803
+#: utils/misc/guc.c:3814
 msgid "Enables logging of recovery-related debugging information."
 msgstr "Abilita il logging di informazioni di debug relative al recupero."
 
-#: utils/misc/guc.c:3819
+#: utils/misc/guc.c:3830
 msgid "Collects function-level statistics on database activity."
 msgstr "Raccogli statistiche al livello di funzioni sull'attività del database."
 
-#: utils/misc/guc.c:3829
+#: utils/misc/guc.c:3840
 msgid "Set the level of information written to the WAL."
 msgstr "Imposta il livello delle informazioni scritte nel WAL."
 
-#: utils/misc/guc.c:3839
+#: utils/misc/guc.c:3850
 msgid "Selects the dynamic shared memory implementation used."
 msgstr "Seleziona l'implementazione di memoria dinamica condivisa utilizzata."
 
-#: utils/misc/guc.c:3849
+#: utils/misc/guc.c:3860
 msgid "Selects the method used for forcing WAL updates to disk."
 msgstr "Seleziona il metodo usato per forzare aggiornamenti WAL su disco."
 
-#: utils/misc/guc.c:3859
+#: utils/misc/guc.c:3870
 msgid "Sets how binary values are to be encoded in XML."
 msgstr "imposta come i valori binari devono essere codificati nel formato XML."
 
-#: utils/misc/guc.c:3869
+#: utils/misc/guc.c:3880
 msgid "Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments."
 msgstr "Imposta se qualunque dato XML nelle operazioni di parsing e serializzazione implicite debba essere considerato come un documento o frammento di un contenuto."
 
-#: utils/misc/guc.c:3880
+#: utils/misc/guc.c:3891
 msgid "Use of huge pages on Linux."
 msgstr "Uso delle pagine huge su Linux."
 
-#: utils/misc/guc.c:3890
+#: utils/misc/guc.c:3901
 msgid "Forces use of parallel query facilities."
 msgstr "Forza l'uso delle query parallele."
 
-#: utils/misc/guc.c:3891
+#: utils/misc/guc.c:3902
 msgid "If possible, run query using a parallel worker and with parallel restrictions."
 msgstr "Se possibile, effettua le query usando worker paralleli e con restrizioni di parallelismo."
 
-#: utils/misc/guc.c:3900
+#: utils/misc/guc.c:3911
 msgid "Encrypt passwords."
 msgstr "Cripta le password."
 
-#: utils/misc/guc.c:3901
+#: utils/misc/guc.c:3912
 msgid "When a password is specified in CREATE USER or ALTER USER without writing either ENCRYPTED or UNENCRYPTED, this parameter determines whether the password is to be encrypted."
 msgstr "Quando si indica una password in CREATE USER o ALTER USER senza indicare ENCRYPTED o UNENCRYPTED, questo parametro determina se la password debba essere criptata o meno."
 
-#: utils/misc/guc.c:4703
+#: utils/misc/guc.c:4714
 #, c-format
 msgid "%s: could not access directory \"%s\": %s\n"
 msgstr "%s: accesso alla directory \"%s\" fallito: %s\n"
 
-#: utils/misc/guc.c:4708
+#: utils/misc/guc.c:4719
 #, c-format
 msgid "Run initdb or pg_basebackup to initialize a PostgreSQL data directory.\n"
 msgstr "Esegui initdb o pg_basebackup per inizializzare una directory di dati PostgreSQL.\n"
 
-#: utils/misc/guc.c:4728
+#: utils/misc/guc.c:4739
 #, c-format
 msgid ""
 "%s does not know where to find the server configuration file.\n"
@@ -24143,12 +24145,12 @@ msgstr ""
 "%s non sa dove trovare il file di configurazione del server.\n"
 "Devi specificare le opzioni --config-file o -D, oppure impostare la variabile d'ambiente PGDATA.\n"
 
-#: utils/misc/guc.c:4747
+#: utils/misc/guc.c:4758
 #, c-format
 msgid "%s: could not access the server configuration file \"%s\": %s\n"
 msgstr "%s: accesso al file di configurazione del server \"%s\" fallito: %s\n"
 
-#: utils/misc/guc.c:4773
+#: utils/misc/guc.c:4784
 #, c-format
 msgid ""
 "%s does not know where to find the database system data.\n"
@@ -24157,7 +24159,7 @@ msgstr ""
 "%s non sa dove trovare i dati di sistema del database.\n"
 "Possono essere specificati come \"data_directory\" in \"%s\", oppure dall'opzione -D, oppure dalla variabile d'ambiente PGDATA.\n"
 
-#: utils/misc/guc.c:4821
+#: utils/misc/guc.c:4832
 #, c-format
 msgid ""
 "%s does not know where to find the \"hba\" configuration file.\n"
@@ -24166,7 +24168,7 @@ msgstr ""
 "%s non sa dove trovare il file di configurazione \"hba\".\n"
 "Può essere specificato come \"hba_file\" in \"%s\", oppure dall'opzione -D, oppure dalla variabile d'ambiente PGDATA.\n"
 
-#: utils/misc/guc.c:4844
+#: utils/misc/guc.c:4855
 #, c-format
 msgid ""
 "%s does not know where to find the \"ident\" configuration file.\n"
@@ -24175,145 +24177,145 @@ msgstr ""
 "%s non sa dove trovare il file di configurazione \"ident\".\n"
 "Può essere specificato come \"ident_file\" in \"%s\", oppure dall'opzione -D, oppure dalla variabile d'ambiente PGDATA.\n"
 
-#: utils/misc/guc.c:5518 utils/misc/guc.c:5565
+#: utils/misc/guc.c:5529 utils/misc/guc.c:5576
 msgid "Value exceeds integer range."
 msgstr "Il valore non rientra nel limite possibile per gli interi."
 
-#: utils/misc/guc.c:5788
+#: utils/misc/guc.c:5799
 #, c-format
 msgid "parameter \"%s\" requires a numeric value"
 msgstr "il parametro \"%s\" richiede un valore numerico"
 
-#: utils/misc/guc.c:5797
+#: utils/misc/guc.c:5808
 #, c-format
 msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)"
 msgstr "%g non è compreso nell'intervallo di validità del il parametro \"%s\" (%g .. %g)"
 
-#: utils/misc/guc.c:5950 utils/misc/guc.c:7296
+#: utils/misc/guc.c:5961 utils/misc/guc.c:7307
 #, c-format
 msgid "cannot set parameters during a parallel operation"
 msgstr "non è possibile impostare parametri durante un'operazione parallela"
 
-#: utils/misc/guc.c:5957 utils/misc/guc.c:6708 utils/misc/guc.c:6761
-#: utils/misc/guc.c:7124 utils/misc/guc.c:7883 utils/misc/guc.c:8051
-#: utils/misc/guc.c:9727
+#: utils/misc/guc.c:5968 utils/misc/guc.c:6719 utils/misc/guc.c:6772
+#: utils/misc/guc.c:7135 utils/misc/guc.c:7894 utils/misc/guc.c:8062
+#: utils/misc/guc.c:9738
 #, c-format
 msgid "unrecognized configuration parameter \"%s\""
 msgstr "parametro di configurazione \"%s\" sconosciuto"
 
-#: utils/misc/guc.c:5972 utils/misc/guc.c:7136
+#: utils/misc/guc.c:5983 utils/misc/guc.c:7147
 #, c-format
 msgid "parameter \"%s\" cannot be changed"
 msgstr "il parametro \"%s\" non può essere cambiato"
 
-#: utils/misc/guc.c:5995 utils/misc/guc.c:6188 utils/misc/guc.c:6278
-#: utils/misc/guc.c:6368 utils/misc/guc.c:6476 utils/misc/guc.c:6571
+#: utils/misc/guc.c:6006 utils/misc/guc.c:6199 utils/misc/guc.c:6289
+#: utils/misc/guc.c:6379 utils/misc/guc.c:6487 utils/misc/guc.c:6582
 #: guc-file.l:350
 #, c-format
 msgid "parameter \"%s\" cannot be changed without restarting the server"
 msgstr "il parametro \"%s\" non può essere cambiato senza riavviare il server"
 
-#: utils/misc/guc.c:6005
+#: utils/misc/guc.c:6016
 #, c-format
 msgid "parameter \"%s\" cannot be changed now"
 msgstr "il parametro \"%s\" non può essere cambiato ora"
 
-#: utils/misc/guc.c:6023 utils/misc/guc.c:6069 utils/misc/guc.c:9743
+#: utils/misc/guc.c:6034 utils/misc/guc.c:6080 utils/misc/guc.c:9754
 #, c-format
 msgid "permission denied to set parameter \"%s\""
 msgstr "permesso di impostare il parametro \"%s\" negato"
 
-#: utils/misc/guc.c:6059
+#: utils/misc/guc.c:6070
 #, c-format
 msgid "parameter \"%s\" cannot be set after connection start"
 msgstr "il parametro \"%s\" non può essere impostato dopo l'avvio della connessione"
 
-#: utils/misc/guc.c:6107
+#: utils/misc/guc.c:6118
 #, c-format
 msgid "cannot set parameter \"%s\" within security-definer function"
 msgstr "il parametro \"%s\" non può essere impostato da una funzione che ha i privilegi del creatore"
 
-#: utils/misc/guc.c:6716 utils/misc/guc.c:6766 utils/misc/guc.c:8058
+#: utils/misc/guc.c:6727 utils/misc/guc.c:6777 utils/misc/guc.c:8069
 #, c-format
 msgid "must be superuser or a member of pg_read_all_settings to examine \"%s\""
 msgstr "occorre essere un superutente o un membro di pg_read_all_settings per esaminare \"%s\""
 
-#: utils/misc/guc.c:6833
+#: utils/misc/guc.c:6844
 #, c-format
 msgid "SET %s takes only one argument"
 msgstr "SET %s accetta un unico argomento"
 
-#: utils/misc/guc.c:7084
+#: utils/misc/guc.c:7095
 #, c-format
 msgid "must be superuser to execute ALTER SYSTEM command"
 msgstr "solo un superutente può eseguire il comando ALTER SYSTEM"
 
-#: utils/misc/guc.c:7169
+#: utils/misc/guc.c:7180
 #, c-format
 msgid "parameter value for ALTER SYSTEM must not contain a newline"
 msgstr "il valore del parametro di ALTER SYSTEM non può contenere un \"a capo\""
 
-#: utils/misc/guc.c:7214
+#: utils/misc/guc.c:7225
 #, c-format
 msgid "could not parse contents of file \"%s\""
 msgstr "non è possibile analizzare il contenuto del file \"%s\""
 
-#: utils/misc/guc.c:7372
+#: utils/misc/guc.c:7383
 #, c-format
 msgid "SET LOCAL TRANSACTION SNAPSHOT is not implemented"
 msgstr "SET LOCAL TRANSACTION SNAPSHOT non è implementato"
 
-#: utils/misc/guc.c:7456
+#: utils/misc/guc.c:7467
 #, c-format
 msgid "SET requires parameter name"
 msgstr "SET richiede il nome del parametro"
 
-#: utils/misc/guc.c:7580
+#: utils/misc/guc.c:7591
 #, c-format
 msgid "attempt to redefine parameter \"%s\""
 msgstr "tentativo di ridefinire il parametro \"%s\""
 
-#: utils/misc/guc.c:9360
+#: utils/misc/guc.c:9371
 #, c-format
 msgid "parameter \"%s\" could not be set"
 msgstr "il parametro \"%s\" non può essere impostato"
 
-#: utils/misc/guc.c:9447
+#: utils/misc/guc.c:9458
 #, c-format
 msgid "could not parse setting for parameter \"%s\""
 msgstr "non è stato possibile interpretare l'impostazione del parametro \"%s\""
 
-#: utils/misc/guc.c:9805 utils/misc/guc.c:9839
+#: utils/misc/guc.c:9816 utils/misc/guc.c:9850
 #, c-format
 msgid "invalid value for parameter \"%s\": %d"
 msgstr "valore non valido per il parametro \"%s\": %d"
 
-#: utils/misc/guc.c:9873
+#: utils/misc/guc.c:9884
 #, c-format
 msgid "invalid value for parameter \"%s\": %g"
 msgstr "valore non valido per il parametro \"%s\": %g"
 
-#: utils/misc/guc.c:10143
+#: utils/misc/guc.c:10154
 #, c-format
 msgid "\"temp_buffers\" cannot be changed after any temporary tables have been accessed in the session."
 msgstr "\"temp_buffers\" non può essere modificato dopo che la sessione ha utilizzato qualsiasi tabella temporanea."
 
-#: utils/misc/guc.c:10155
+#: utils/misc/guc.c:10166
 #, c-format
 msgid "Bonjour is not supported by this build"
 msgstr "Bonjour non è supportato in questo binario"
 
-#: utils/misc/guc.c:10168
+#: utils/misc/guc.c:10179
 #, c-format
 msgid "SSL is not supported by this build"
 msgstr "SSL non è supportato in questo binario"
 
-#: utils/misc/guc.c:10180
+#: utils/misc/guc.c:10191
 #, c-format
 msgid "Cannot enable parameter when \"log_statement_stats\" is true."
 msgstr "Non è possibile abilitare il parametro quando \"log_statement_stats\" è abilitato."
 
-#: utils/misc/guc.c:10192
+#: utils/misc/guc.c:10203
 #, c-format
 msgid "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true."
 msgstr "Non è possibile abilitare \"log_statement_stats\" quando \"log_parser_stats\", \"log_planner_stats\" o \"log_executor_stats\" sono abilitati."
@@ -24334,6 +24336,11 @@ msgstr "la tupla che la query specifica e il tipo restituito dalla funzione non
 msgid "calculated CRC checksum does not match value stored in file"
 msgstr "il CRC di controllo calcolato non combacia con quello nel file"
 
+#: utils/misc/pg_rusage.c:64
+#, c-format
+msgid "CPU: user: %d.%02d s, system: %d.%02d s, elapsed: %d.%02d s"
+msgstr "CPU: utente: %d.%02d s, sistema: %d.%02d s, passati: %d.%02d s"
+
 #: utils/misc/rls.c:128
 #, c-format
 msgid "query would be affected by row-level security policy for table \"%s\""
@@ -24472,17 +24479,17 @@ msgstr "lettura del blocco %ld dal file temporaneo fallita: %m"
 msgid "cannot have more than %d runs for an external sort"
 msgstr "non è possibile avere più di %d esecuzioni per un sort esterno"
 
-#: utils/sort/tuplesort.c:4141
+#: utils/sort/tuplesort.c:4146
 #, c-format
 msgid "could not create unique index \"%s\""
 msgstr "creazione dell'indice univoco \"%s\" fallita"
 
-#: utils/sort/tuplesort.c:4143
+#: utils/sort/tuplesort.c:4148
 #, c-format
 msgid "Key %s is duplicated."
 msgstr "La chiave %s è duplicata."
 
-#: utils/sort/tuplesort.c:4144
+#: utils/sort/tuplesort.c:4149
 #, c-format
 msgid "Duplicate keys exist."
 msgstr "Esistono chiavi duplicate."
@@ -24508,348 +24515,349 @@ msgstr "lettura dal file temporaneo tuplestore fallita: %m"
 msgid "could not write to tuplestore temporary file: %m"
 msgstr "scrittura nel file temporaneo tuplestore fallita: %m"
 
-#: utils/time/snapmgr.c:618
+#: utils/time/snapmgr.c:622
 #, c-format
 msgid "The source transaction is not running anymore."
 msgstr "La transazione di origine non è più in esecuzione."
 
 #  translator: %s represents an SQL statement name
-#: utils/time/snapmgr.c:1198
+#: utils/time/snapmgr.c:1200
 #, c-format
 msgid "cannot export a snapshot from a subtransaction"
 msgstr "non è possibile esportare uno snapshot da una sotto-transazione"
 
-#: utils/time/snapmgr.c:1347 utils/time/snapmgr.c:1352
-#: utils/time/snapmgr.c:1357 utils/time/snapmgr.c:1372
-#: utils/time/snapmgr.c:1377 utils/time/snapmgr.c:1382
-#: utils/time/snapmgr.c:1481 utils/time/snapmgr.c:1497
-#: utils/time/snapmgr.c:1522
+#: utils/time/snapmgr.c:1359 utils/time/snapmgr.c:1364
+#: utils/time/snapmgr.c:1369 utils/time/snapmgr.c:1384
+#: utils/time/snapmgr.c:1389 utils/time/snapmgr.c:1394
+#: utils/time/snapmgr.c:1409 utils/time/snapmgr.c:1414
+#: utils/time/snapmgr.c:1419 utils/time/snapmgr.c:1519
+#: utils/time/snapmgr.c:1535 utils/time/snapmgr.c:1560
 #, c-format
 msgid "invalid snapshot data in file \"%s\""
 msgstr "dati dello snapshot non validi nel file \"%s\""
 
-#: utils/time/snapmgr.c:1419
+#: utils/time/snapmgr.c:1456
 #, c-format
 msgid "SET TRANSACTION SNAPSHOT must be called before any query"
 msgstr "SET TRANSACTION SNAPSHOT dev'essere invocato prima di qualunque query"
 
-#: utils/time/snapmgr.c:1428
+#: utils/time/snapmgr.c:1465
 #, c-format
 msgid "a snapshot-importing transaction must have isolation level SERIALIZABLE or REPEATABLE READ"
 msgstr "una transazione che importa uno snapshot deve avere livello di isolamento SERIALIZABLE o REPEATABLE READ"
 
-#: utils/time/snapmgr.c:1437 utils/time/snapmgr.c:1446
+#: utils/time/snapmgr.c:1474 utils/time/snapmgr.c:1483
 #, c-format
 msgid "invalid snapshot identifier: \"%s\""
 msgstr "identificativo di snapshot non valido: \"%s\""
 
-#: utils/time/snapmgr.c:1535
+#: utils/time/snapmgr.c:1573
 #, c-format
 msgid "a serializable transaction cannot import a snapshot from a non-serializable transaction"
 msgstr "una transazione serializzabile non può importare uno snapshot da una transazione non serializzabile"
 
-#: utils/time/snapmgr.c:1539
+#: utils/time/snapmgr.c:1577
 #, c-format
 msgid "a non-read-only serializable transaction cannot import a snapshot from a read-only transaction"
 msgstr "una transazione non di sola lettura non può importare uno snapshot da una transazione di sola lettura"
 
-#: utils/time/snapmgr.c:1554
+#: utils/time/snapmgr.c:1592
 #, c-format
 msgid "cannot import a snapshot from a different database"
 msgstr "non è possibile importare uno snapshot da un database diverso"
 
-#: gram.y:1008
+#: gram.y:1002
 #, c-format
 msgid "UNENCRYPTED PASSWORD is no longer supported"
 msgstr "UNENCRYPTED PASSWORD non è più supportato"
 
-#: gram.y:1009
+#: gram.y:1003
 #, c-format
 msgid "Remove UNENCRYPTED to store the password in encrypted form instead."
 msgstr "Rimuovi UNENCRYPTED per memorizzare la password in formato criptato."
 
-#: gram.y:1071
+#: gram.y:1065
 #, c-format
 msgid "unrecognized role option \"%s\""
 msgstr "opzione di ruolo \"%s\" sconosciuta"
 
-#: gram.y:1345 gram.y:1360
+#: gram.y:1312 gram.y:1327
 #, c-format
 msgid "CREATE SCHEMA IF NOT EXISTS cannot include schema elements"
 msgstr "CREATE SCHEMA IF NOT EXISTS non può includere elementi dello schema"
 
-#: gram.y:1505
+#: gram.y:1472
 #, c-format
 msgid "current database cannot be changed"
 msgstr "il database corrente non può essere cambiato"
 
-#: gram.y:1629
+#: gram.y:1596
 #, c-format
 msgid "time zone interval must be HOUR or HOUR TO MINUTE"
 msgstr "l'intervallo della time zone deve essere HOUR o HOUR TO MINUTE"
 
-#: gram.y:2644
+#: gram.y:2612
 #, c-format
 msgid "sequence option \"%s\" not supported here"
 msgstr "l'opzione della sequenza \"%s\" non è supportata qui"
 
-#: gram.y:2857 gram.y:2886
+#: gram.y:2835 gram.y:2864
 #, c-format
 msgid "STDIN/STDOUT not allowed with PROGRAM"
 msgstr "STDIN/STDOUT non sono consentiti con PROGRAM"
 
-#: gram.y:3196 gram.y:3203 gram.y:11092 gram.y:11100
+#: gram.y:3174 gram.y:3181 gram.y:11072 gram.y:11080
 #, c-format
 msgid "GLOBAL is deprecated in temporary table creation"
 msgstr "GLOBAL è deprecato nella creazione di tabelle temporanee"
 
-#: gram.y:5128
+#: gram.y:5118
 #, c-format
 msgid "unrecognized row security option \"%s\""
 msgstr "opzione di sicurezza riga \"%s\" non riconosciuta"
 
-#: gram.y:5129
+#: gram.y:5119
 #, c-format
 msgid "Only PERMISSIVE or RESTRICTIVE policies are supported currently."
 msgstr "Solo le regole PERMISSIVE o RESTRICTIVE sono attualmente supportate."
 
-#: gram.y:5237
+#: gram.y:5227
 msgid "duplicate trigger events specified"
 msgstr "evento del trigger specificato più volte"
 
-#: gram.y:5380
+#: gram.y:5370
 #, c-format
 msgid "conflicting constraint properties"
 msgstr "proprietà del vincolo in conflitto"
 
-#: gram.y:5486
+#: gram.y:5476
 #, c-format
 msgid "CREATE ASSERTION is not yet implemented"
 msgstr "CREATE ASSERTION non è stata ancora implementata"
 
-#: gram.y:5501
+#: gram.y:5491
 #, c-format
 msgid "DROP ASSERTION is not yet implemented"
 msgstr "DROP ASSERTION non è stata ancora implementata"
 
-#: gram.y:5881
+#: gram.y:5871
 #, c-format
 msgid "RECHECK is no longer required"
 msgstr "RECHECK non è più richiesto"
 
-#: gram.y:5882
+#: gram.y:5872
 #, c-format
 msgid "Update your data type."
 msgstr "Aggiorna il tuo tipo di dato."
 
-#: gram.y:7525
+#: gram.y:7515
 #, c-format
 msgid "aggregates cannot have output arguments"
 msgstr "gli aggregati non possono avere argomenti di output"
 
-#: gram.y:9667 gram.y:9685
+#: gram.y:9647 gram.y:9665
 #, c-format
 msgid "WITH CHECK OPTION not supported on recursive views"
 msgstr "WITH CHECK OPTION non supportato su viste ricorsive"
 
-#: gram.y:10218
+#: gram.y:10198
 #, c-format
 msgid "unrecognized VACUUM option \"%s\""
 msgstr "opzione di VACUUM \"%s\" sconosciuta"
 
-#: gram.y:11200
+#: gram.y:11180
 #, c-format
 msgid "LIMIT #,# syntax is not supported"
 msgstr "La sintassi LIMIT #,# non è supportata"
 
-#: gram.y:11201
+#: gram.y:11181
 #, c-format
 msgid "Use separate LIMIT and OFFSET clauses."
 msgstr "Usa separatamente le clausole LIMIT ed OFFSET."
 
-#: gram.y:11482 gram.y:11507
+#: gram.y:11462 gram.y:11487
 #, c-format
 msgid "VALUES in FROM must have an alias"
 msgstr "VALUES nel FROM deve avere un alias"
 
-#: gram.y:11483 gram.y:11508
+#: gram.y:11463 gram.y:11488
 #, c-format
 msgid "For example, FROM (VALUES ...) [AS] foo."
 msgstr "Per esempio, FROM (VALUES ...) [AS] foo."
 
-#: gram.y:11488 gram.y:11513
+#: gram.y:11468 gram.y:11493
 #, c-format
 msgid "subquery in FROM must have an alias"
 msgstr "la sottoquery in FROM deve avere un alias"
 
-#: gram.y:11489 gram.y:11514
+#: gram.y:11469 gram.y:11494
 #, c-format
 msgid "For example, FROM (SELECT ...) [AS] foo."
 msgstr "Per esempio, FROM (SELECT ...) [AS] foo."
 
-#: gram.y:11968
+#: gram.y:11948
 #, c-format
 msgid "only one DEFAULT value is allowed"
 msgstr "solo un valore DEFAULT è consentito"
 
-#: gram.y:11977
+#: gram.y:11957
 #, c-format
 msgid "only one PATH value per column is allowed"
 msgstr "solo un valore PATH per colonna è consentito"
 
-#: gram.y:11986
+#: gram.y:11966
 #, c-format
 msgid "conflicting or redundant NULL / NOT NULL declarations for column \"%s\""
 msgstr "dichiarazioni NULL / NOT NULL in conflitto o ridondanti per la colonna \"%s\""
 
-#: gram.y:11995
+#: gram.y:11975
 #, c-format
 msgid "unrecognized column option \"%s\""
 msgstr "opzione di colonna \"%s\" non riconosciuta"
 
-#: gram.y:12249
+#: gram.y:12229
 #, c-format
 msgid "precision for type float must be at least 1 bit"
 msgstr "la precisione per il tipo float dev'essere di almeno un bit"
 
-#: gram.y:12258
+#: gram.y:12238
 #, c-format
 msgid "precision for type float must be less than 54 bits"
 msgstr "la precisione per il tipo float dev'essere inferiore a 54 bit"
 
-#: gram.y:12749
+#: gram.y:12729
 #, c-format
 msgid "wrong number of parameters on left side of OVERLAPS expression"
 msgstr "numero errato di parametri a sinistra dell'espressione OVERLAPS"
 
-#: gram.y:12754
+#: gram.y:12734
 #, c-format
 msgid "wrong number of parameters on right side of OVERLAPS expression"
 msgstr "numero errato di parametri a destra dell'espressione OVERLAPS"
 
-#: gram.y:12929
+#: gram.y:12909
 #, c-format
 msgid "UNIQUE predicate is not yet implemented"
 msgstr "il predicato UNIQUE non è stato ancora implementato"
 
-#: gram.y:13276
+#: gram.y:13256
 #, c-format
 msgid "cannot use multiple ORDER BY clauses with WITHIN GROUP"
 msgstr "non si può usare più di una clausola ORDER BY con WITHIN GROUOP"
 
-#: gram.y:13281
+#: gram.y:13261
 #, c-format
 msgid "cannot use DISTINCT with WITHIN GROUP"
 msgstr "non si può usare DISTINCT con WITHIN GROUP"
 
-#: gram.y:13286
+#: gram.y:13266
 #, c-format
 msgid "cannot use VARIADIC with WITHIN GROUP"
 msgstr "non si può usare VARIADIC con WITHIN GROUP"
 
-#: gram.y:13712
+#: gram.y:13692
 #, c-format
 msgid "RANGE PRECEDING is only supported with UNBOUNDED"
 msgstr "RANGE PRECEDING è supportato solo con UNBOUNDED"
 
-#: gram.y:13718
+#: gram.y:13698
 #, c-format
 msgid "RANGE FOLLOWING is only supported with UNBOUNDED"
 msgstr "RANGE FOLLOWING è supportato solo con UNBOUNDED"
 
-#: gram.y:13745 gram.y:13768
+#: gram.y:13725 gram.y:13748
 #, c-format
 msgid "frame start cannot be UNBOUNDED FOLLOWING"
 msgstr "l'inizio della finestra non può essere UNBOUNDED FOLLOWING"
 
-#: gram.y:13750
+#: gram.y:13730
 #, c-format
 msgid "frame starting from following row cannot end with current row"
 msgstr "una finestra che inizia dalla riga seguente non può terminare alla riga corrente"
 
-#: gram.y:13773
+#: gram.y:13753
 #, c-format
 msgid "frame end cannot be UNBOUNDED PRECEDING"
 msgstr "la fine della finestra non può essere UNBOUNDED PRECEDING"
 
-#: gram.y:13779
+#: gram.y:13759
 #, c-format
 msgid "frame starting from current row cannot have preceding rows"
 msgstr "una finestra che inizia dalla riga corrente non può avere righe precedenti"
 
-#: gram.y:13786
+#: gram.y:13766
 #, c-format
 msgid "frame starting from following row cannot have preceding rows"
 msgstr "una finestra che inizia dalla riga seguente non può avere righe precedenti"
 
-#: gram.y:14421
+#: gram.y:14401
 #, c-format
 msgid "type modifier cannot have parameter name"
 msgstr "un modificatore di tipo non può avere un nome di parametro"
 
-#: gram.y:14427
+#: gram.y:14407
 #, c-format
 msgid "type modifier cannot have ORDER BY"
 msgstr "un modificatore di tipo non può avere ORDER BY"
 
-#: gram.y:14491 gram.y:14497
+#: gram.y:14471 gram.y:14477
 #, c-format
 msgid "%s cannot be used as a role name here"
 msgstr "%s non può essere usato come nome di ruolo qui"
 
-#: gram.y:15159 gram.y:15348
+#: gram.y:15139 gram.y:15328
 msgid "improper use of \"*\""
 msgstr "uso improprio di \"*\""
 
-#: gram.y:15412
+#: gram.y:15392
 #, c-format
 msgid "an ordered-set aggregate with a VARIADIC direct argument must have one VARIADIC aggregated argument of the same data type"
 msgstr "un aggregato su insiemi ordinati con un argomento diretto VARIADIC deve avere un argomento aggregato VARIADIC sullo stesso tipo"
 
-#: gram.y:15449
+#: gram.y:15429
 #, c-format
 msgid "multiple ORDER BY clauses not allowed"
 msgstr "non è possibile avere più di una clausola ORDER BY"
 
-#: gram.y:15460
+#: gram.y:15440
 #, c-format
 msgid "multiple OFFSET clauses not allowed"
 msgstr "non è possibile avere più di una clausola OFFSET"
 
-#: gram.y:15469
+#: gram.y:15449
 #, c-format
 msgid "multiple LIMIT clauses not allowed"
 msgstr "non è possibile avere più di una clausola LIMIT"
 
-#: gram.y:15478
+#: gram.y:15458
 #, c-format
 msgid "multiple WITH clauses not allowed"
 msgstr "non è possibile avere più di una clausola WITH"
 
-#: gram.y:15682
+#: gram.y:15662
 #, c-format
 msgid "OUT and INOUT arguments aren't allowed in TABLE functions"
 msgstr "gli argomenti OUT e INOUT non sono permessi nelle funzioni TABLE"
 
-#: gram.y:15783
+#: gram.y:15763
 #, c-format
 msgid "multiple COLLATE clauses not allowed"
 msgstr "non è possibile avere più di una clausola COLLATE"
 
 #. translator: %s is CHECK, UNIQUE, or similar
-#: gram.y:15821 gram.y:15834
+#: gram.y:15801 gram.y:15814
 #, c-format
 msgid "%s constraints cannot be marked DEFERRABLE"
 msgstr "un vincolo %s non può essere marcato DEFERRABLE"
 
 #. translator: %s is CHECK, UNIQUE, or similar
-#: gram.y:15847
+#: gram.y:15827
 #, c-format
 msgid "%s constraints cannot be marked NOT VALID"
 msgstr "un vincolo %s non può essere marcato NOT VALID"
 
 #. translator: %s is CHECK, UNIQUE, or similar
-#: gram.y:15860
+#: gram.y:15840
 #, c-format
 msgid "%s constraints cannot be marked NO INHERIT"
 msgstr "un vincolo %s non può essere marcato NO INHERIT"
index e935f8af502fd052623806c6aae8dd7ac629aca8..d85ee6042c63538794c5ef0940189ccd70086f54 100644 (file)
@@ -24,8 +24,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psql (PostgreSQL) 10\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2017-05-22 07:45+0000\n"
-"PO-Revision-Date: 2017-05-29 22:06+0100\n"
+"POT-Creation-Date: 2017-09-10 14:14+0000\n"
+"PO-Revision-Date: 2017-09-10 18:05+0100\n"
 "Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
 "Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
 "Language: it\n"
@@ -34,7 +34,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-SourceCharset: utf-8\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Poedit 1.8.7.1\n"
+"X-Generator: Poedit 1.5.4\n"
 
 #: ../../common/exec.c:127 ../../common/exec.c:241 ../../common/exec.c:284
 #, c-format
@@ -209,199 +209,199 @@ msgstr "Sei collegato al database \"%s\" con nome utente \"%s\" tramite il socke
 msgid "You are connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n"
 msgstr "Sei collegato al database \"%s\" con nome utente \"%s\" sull'host \"%s\" porta \"%s\".\n"
 
-#: command.c:912 command.c:1002 command.c:1111 command.c:2520
+#: command.c:915 command.c:1005 command.c:1114 command.c:2523
 #, c-format
 msgid "no query buffer\n"
 msgstr "Nessun buffer query\n"
 
-#: command.c:945 command.c:4757
+#: command.c:948 command.c:4784
 #, c-format
 msgid "invalid line number: %s\n"
 msgstr "numero di riga non valido: \"%s\"\n"
 
-#: command.c:995
+#: command.c:998
 #, c-format
 msgid "The server (version %s) does not support editing function source.\n"
 msgstr "Il server (versione %s) non supporta la modifica dei sorgenti delle funzioni.\n"
 
-#: command.c:1070 command.c:1151
+#: command.c:1073 command.c:1154
 msgid "No changes"
 msgstr "Nessuna modifica"
 
-#: command.c:1104
+#: command.c:1107
 #, c-format
 msgid "The server (version %s) does not support editing view definitions.\n"
 msgstr "Il server (versione %s) non supporta la modifica della definizione delle viste.\n"
 
-#: command.c:1228
+#: command.c:1231
 #, c-format
 msgid "%s: invalid encoding name or conversion procedure not found\n"
 msgstr "%s: nome codifica errato oppure non esiste una procedura di conversione\n"
 
-#: command.c:1263 command.c:1885 command.c:3161 command.c:4859 common.c:173
+#: command.c:1266 command.c:1888 command.c:3169 command.c:4886 common.c:173
 #: common.c:244 common.c:541 common.c:1288 common.c:1316 common.c:1417
-#: copy.c:489 copy.c:709 large_obj.c:156 large_obj.c:191 large_obj.c:253
+#: copy.c:489 copy.c:708 large_obj.c:156 large_obj.c:191 large_obj.c:253
 #, c-format
 msgid "%s"
 msgstr "%s"
 
-#: command.c:1267
+#: command.c:1270
 msgid "out of memory"
 msgstr "memoria esaurita"
 
-#: command.c:1270
+#: command.c:1273
 msgid "There is no previous error."
 msgstr "Non c'è un errore precedente."
 
-#: command.c:1441 command.c:1746 command.c:1760 command.c:1777 command.c:1937
-#: command.c:2174 command.c:2487 command.c:2527
+#: command.c:1444 command.c:1749 command.c:1763 command.c:1780 command.c:1940
+#: command.c:2177 command.c:2490 command.c:2530
 #, c-format
 msgid "\\%s: missing required argument\n"
 msgstr "\\%s: parametro richiesto mancante\n"
 
-#: command.c:1572
+#: command.c:1575
 #, c-format
 msgid "\\elif: cannot occur after \\else\n"
 msgstr "\\elif: non può apparire dopo \\else\n"
 
-#: command.c:1577
+#: command.c:1580
 #, c-format
 msgid "\\elif: no matching \\if\n"
 msgstr "\\elif: \\if corrispondente non trovato\n"
 
-#: command.c:1641
+#: command.c:1644
 #, c-format
 msgid "\\else: cannot occur after \\else\n"
 msgstr "\\else: non può apparire dopo \\else\n"
 
-#: command.c:1646
+#: command.c:1649
 #, c-format
 msgid "\\else: no matching \\if\n"
 msgstr "\\else: \\if corrispondente non trovato\n"
 
-#: command.c:1686
+#: command.c:1689
 #, c-format
 msgid "\\endif: no matching \\if\n"
 msgstr "\\endif: \\if corrispondente non trovato\n"
 
-#: command.c:1841
+#: command.c:1844
 msgid "Query buffer is empty."
 msgstr "Il buffer query è vuoto."
 
-#: command.c:1863
+#: command.c:1866
 msgid "Enter new password: "
 msgstr "Inserire la nuova password: "
 
-#: command.c:1864
+#: command.c:1867
 msgid "Enter it again: "
 msgstr "Conferma password: "
 
-#: command.c:1868
+#: command.c:1871
 #, c-format
 msgid "Passwords didn't match.\n"
 msgstr "Le password non corrispondono.\n"
 
-#: command.c:1967
+#: command.c:1970
 #, c-format
 msgid "\\%s: could not read value for variable\n"
 msgstr "\\%s: errore nella lettura del valore della variabile\n"
 
-#: command.c:2070
+#: command.c:2073
 msgid "Query buffer reset (cleared)."
 msgstr "Buffer query resettato (svuotato)."
 
-#: command.c:2092
+#: command.c:2095
 #, c-format
 msgid "Wrote history to file \"%s\".\n"
 msgstr "Storia scritta nel file \"%s\".\n"
 
-#: command.c:2179
+#: command.c:2182
 #, c-format
 msgid "\\%s: environment variable name must not contain \"=\"\n"
 msgstr "\\%s: il nome della variabile d'ambiente non deve contenere \"=\"\n"
 
-#: command.c:2235
+#: command.c:2238
 #, c-format
 msgid "The server (version %s) does not support showing function source.\n"
 msgstr "Il server (versione %s) non supporta la visualizzazione dei sorgenti delle funzioni.\n"
 
-#: command.c:2242
+#: command.c:2245
 #, c-format
 msgid "function name is required\n"
 msgstr "il nome della funzione è richiesto\n"
 
-#: command.c:2329
+#: command.c:2332
 #, c-format
 msgid "The server (version %s) does not support showing view definitions.\n"
 msgstr "-\"Il server (versione %s) non supporta la visualizzazione della definizione delle viste.\n"
 
-#: command.c:2336
+#: command.c:2339
 #, c-format
 msgid "view name is required\n"
 msgstr "il nome della vista è richiesto\n"
 
-#: command.c:2459
+#: command.c:2462
 msgid "Timing is on."
 msgstr "Controllo tempo attivato"
 
-#: command.c:2461
+#: command.c:2464
 msgid "Timing is off."
 msgstr "Controllo tempo disattivato."
 
-#: command.c:2546 command.c:2574 command.c:3510 command.c:3513 command.c:3516
-#: command.c:3522 command.c:3524 command.c:3532 command.c:3542 command.c:3551
-#: command.c:3565 command.c:3582 command.c:3640 common.c:69 copy.c:332
+#: command.c:2549 command.c:2577 command.c:3537 command.c:3540 command.c:3543
+#: command.c:3549 command.c:3551 command.c:3559 command.c:3569 command.c:3578
+#: command.c:3592 command.c:3609 command.c:3667 common.c:69 copy.c:332
 #: copy.c:392 copy.c:405 psqlscanslash.l:760 psqlscanslash.l:771
 #: psqlscanslash.l:781
 #, c-format
 msgid "%s: %s\n"
 msgstr "%s: %s\n"
 
-#: command.c:2953 startup.c:202
+#: command.c:2961 startup.c:205
 msgid "Password: "
 msgstr "Password: "
 
-#: command.c:2958 startup.c:204
+#: command.c:2966 startup.c:207
 #, c-format
 msgid "Password for user %s: "
 msgstr "Inserisci la password per l'utente %s: "
 
-#: command.c:3008
+#: command.c:3016
 #, c-format
 msgid "All connection parameters must be supplied because no database connection exists\n"
 msgstr "Tutti i parametri di connessione devono essere forniti perché non esiste alcuna connessione di database\n"
 
-#: command.c:3165
+#: command.c:3173
 #, c-format
 msgid "Previous connection kept\n"
 msgstr "Connessione precedente mantenuta\n"
 
-#: command.c:3169
+#: command.c:3177
 #, c-format
 msgid "\\connect: %s"
 msgstr "\\connect: %s"
 
-#: command.c:3205
+#: command.c:3213
 #, c-format
 msgid "You are now connected to database \"%s\" as user \"%s\" via socket in \"%s\" at port \"%s\".\n"
 msgstr "Adesso sei collegato al database \"%s\" con nome utente \"%s\" tramite socket \"%s\" porta \"%s\".\n"
 
-#: command.c:3208
+#: command.c:3216
 #, c-format
 msgid "You are now connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n"
 msgstr "Adesso sei collegato al database \"%s\" con nome utente \"%s\" sull'host \"%s\" porta \"%s\".\n"
 
-#: command.c:3212
+#: command.c:3220
 #, c-format
 msgid "You are now connected to database \"%s\" as user \"%s\".\n"
 msgstr "Sei collegato al database \"%s\" con nome utente \"%s\".\n"
 
-#: command.c:3245
+#: command.c:3253
 #, c-format
 msgid "%s (%s, server %s)\n"
 msgstr "%s (%s, server %s)\n"
 
-#: command.c:3253
+#: command.c:3261
 #, c-format
 msgid ""
 "WARNING: %s major version %s, server major version %s.\n"
@@ -410,24 +410,24 @@ msgstr ""
 "ATTENZIONE: versione maggiore %s %s, versione maggiore server %s.\n"
 "            Alcune caratteristiche di psql potrebbero non funzionare.\n"
 
-#: command.c:3290
+#: command.c:3298
 #, c-format
 msgid "SSL connection (protocol: %s, cipher: %s, bits: %s, compression: %s)\n"
 msgstr "connessione SSL (protocollo: %s, cifrario: %s, bit: %s, compressione: %s)\n"
 
-#: command.c:3291 command.c:3292 command.c:3293
+#: command.c:3299 command.c:3300 command.c:3301
 msgid "unknown"
 msgstr "sconosciuto"
 
-#: command.c:3294 help.c:45
+#: command.c:3302 help.c:45
 msgid "off"
 msgstr "disattivato"
 
-#: command.c:3294 help.c:45
+#: command.c:3302 help.c:45
 msgid "on"
 msgstr "attivato"
 
-#: command.c:3314
+#: command.c:3322
 #, c-format
 msgid ""
 "WARNING: Console code page (%u) differs from Windows code page (%u)\n"
@@ -439,239 +439,239 @@ msgstr ""
 "            funzionare correttamente. Vedi le pagine di riferimento\n"
 "            psql \"Note per utenti Windows\" per i dettagli.\n"
 
-#: command.c:3399
+#: command.c:3426
 #, c-format
 msgid "environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a line number\n"
 msgstr "la variabile di ambiente PSQL_EDITOR_LINENUMBER_ARG deve specificare un numero di riga\n"
 
-#: command.c:3428
+#: command.c:3455
 #, c-format
 msgid "could not start editor \"%s\"\n"
 msgstr "avvio dell'editor \"%s\" fallito\n"
 
-#: command.c:3430
+#: command.c:3457
 #, c-format
 msgid "could not start /bin/sh\n"
 msgstr "avvio di /bin/sh fallito\n"
 
-#: command.c:3468
+#: command.c:3495
 #, c-format
 msgid "could not locate temporary directory: %s\n"
 msgstr "directory temporanea non trovata: %s\n"
 
-#: command.c:3495
+#: command.c:3522
 #, c-format
 msgid "could not open temporary file \"%s\": %s\n"
 msgstr "apertura del file temporaneo \"%s\" fallita: %s\n"
 
-#: command.c:3769
+#: command.c:3796
 #, c-format
 msgid "\\pset: allowed formats are unaligned, aligned, wrapped, html, asciidoc, latex, latex-longtable, troff-ms\n"
 msgstr "\\pset: i formati consentiti sono unaligned, aligned, wrapped, html, asciidoc, latex, latex-longtable, troff-ms\n"
 
-#: command.c:3787
+#: command.c:3814
 #, c-format
 msgid "\\pset: allowed line styles are ascii, old-ascii, unicode\n"
 msgstr "\\pset: gli stili di linea permessi sono ascii, old-ascii, unicode\n"
 
-#: command.c:3802
+#: command.c:3829
 #, c-format
 msgid "\\pset: allowed Unicode border line styles are single, double\n"
 msgstr "\\pset: gli stili riga Unicode dei bordi consentiti sono single, double\n"
 
-#: command.c:3817
+#: command.c:3844
 #, c-format
 msgid "\\pset: allowed Unicode column line styles are single, double\n"
 msgstr "\\pset: gli stili riga Unicode delle colonne consentiti sono single, double\n"
 
-#: command.c:3832
+#: command.c:3859
 #, c-format
 msgid "\\pset: allowed Unicode header line styles are single, double\n"
 msgstr "\\pset: gli stili riga Unicode delle intestazioni consentiti sono single, double\n"
 
-#: command.c:3997 command.c:4176
+#: command.c:4024 command.c:4203
 #, c-format
 msgid "\\pset: unknown option: %s\n"
 msgstr "\\pset: opzione sconosciuta: %s\n"
 
-#: command.c:4015
+#: command.c:4042
 #, c-format
 msgid "Border style is %d.\n"
 msgstr "Lo stile del bordo è %d.\n"
 
-#: command.c:4021
+#: command.c:4048
 #, c-format
 msgid "Target width is unset.\n"
 msgstr "La lunghezza di destinazione non è impostata.\n"
 
-#: command.c:4023
+#: command.c:4050
 #, c-format
 msgid "Target width is %d.\n"
 msgstr "La larghezza di destinazione è %d.\n"
 
-#: command.c:4030
+#: command.c:4057
 #, c-format
 msgid "Expanded display is on.\n"
 msgstr "La visualizzazione espansa è attiva.\n"
 
-#: command.c:4032
+#: command.c:4059
 #, c-format
 msgid "Expanded display is used automatically.\n"
 msgstr "La visualizzazione espansa è usata automaticamente.\n"
 
-#: command.c:4034
+#: command.c:4061
 #, c-format
 msgid "Expanded display is off.\n"
 msgstr "La visualizzazione espansa è disattivata.\n"
 
-#: command.c:4041 command.c:4049
+#: command.c:4068 command.c:4076
 #, c-format
 msgid "Field separator is zero byte.\n"
 msgstr "Il separatore di campo è il byte zero.\n"
 
-#: command.c:4043
+#: command.c:4070
 #, c-format
 msgid "Field separator is \"%s\".\n"
 msgstr "Il separatore di campo è \"%s\".\n"
 
-#: command.c:4056
+#: command.c:4083
 #, c-format
 msgid "Default footer is on.\n"
 msgstr "Il piè di pagina di default è attivo.\n"
 
-#: command.c:4058
+#: command.c:4085
 #, c-format
 msgid "Default footer is off.\n"
 msgstr "Il piè di pagina di default è disattivato.\n"
 
-#: command.c:4064
+#: command.c:4091
 #, c-format
 msgid "Output format is %s.\n"
 msgstr "Il formato di output è %s.\n"
 
-#: command.c:4070
+#: command.c:4097
 #, c-format
 msgid "Line style is %s.\n"
 msgstr "Lo stile della linea è %s.\n"
 
-#: command.c:4077
+#: command.c:4104
 #, c-format
 msgid "Null display is \"%s\".\n"
 msgstr "La visualizzazione dei null è \"%s\".\n"
 
-#: command.c:4085
+#: command.c:4112
 #, c-format
 msgid "Locale-adjusted numeric output is on.\n"
 msgstr "La correzione dell'output numerico secondo il locale è attiva.\n"
 
-#: command.c:4087
+#: command.c:4114
 #, c-format
 msgid "Locale-adjusted numeric output is off.\n"
 msgstr "La correzione dell'output numerico secondo il locale è disattivata.\n"
 
-#: command.c:4094
+#: command.c:4121
 #, c-format
 msgid "Pager is used for long output.\n"
 msgstr "Usa la paginazione per risultati estesi.\n"
 
-#: command.c:4096
+#: command.c:4123
 #, c-format
 msgid "Pager is always used.\n"
 msgstr "Paginazione sempre attiva.\n"
 
-#: command.c:4098
+#: command.c:4125
 #, c-format
 msgid "Pager usage is off.\n"
 msgstr "Paginazione disattivata.\n"
 
-#: command.c:4104
+#: command.c:4131
 #, c-format
 msgid "Pager won't be used for less than %d line.\n"
 msgid_plural "Pager won't be used for less than %d lines.\n"
 msgstr[0] "La paginazione non verrà usata per meno di %d riga.\n"
 msgstr[1] "La paginazione non verrà usata per meno di %d righe.\n"
 
-#: command.c:4114 command.c:4124
+#: command.c:4141 command.c:4151
 #, c-format
 msgid "Record separator is zero byte.\n"
 msgstr "Il separatore di record è il byte zero.\n"
 
-#: command.c:4116
+#: command.c:4143
 #, c-format
 msgid "Record separator is <newline>.\n"
 msgstr "Il separatore di record è <a capo>.\n"
 
-#: command.c:4118
+#: command.c:4145
 #, c-format
 msgid "Record separator is \"%s\".\n"
 msgstr "Il separatore di record è \"%s\".\n"
 
-#: command.c:4131
+#: command.c:4158
 #, c-format
 msgid "Table attributes are \"%s\".\n"
 msgstr "Gli attributi di tabella sono \"%s\".\n"
 
-#: command.c:4134
+#: command.c:4161
 #, c-format
 msgid "Table attributes unset.\n"
 msgstr "Gli attributi di tabella non sono specificati.\n"
 
-#: command.c:4141
+#: command.c:4168
 #, c-format
 msgid "Title is \"%s\".\n"
 msgstr "Il titolo è \"%s\".\n"
 
-#: command.c:4143
+#: command.c:4170
 #, c-format
 msgid "Title is unset.\n"
 msgstr "Il titolo non è assegnato.\n"
 
-#: command.c:4150
+#: command.c:4177
 #, c-format
 msgid "Tuples only is on.\n"
 msgstr "La visualizzazione dei soli dati è attiva.\n"
 
-#: command.c:4152
+#: command.c:4179
 #, c-format
 msgid "Tuples only is off.\n"
 msgstr "La visualizzazione dei soli dati è disattivata.\n"
 
-#: command.c:4158
+#: command.c:4185
 #, c-format
 msgid "Unicode border line style is \"%s\".\n"
 msgstr "Lo stile riga Unicode dei bordi è \"%s\".\n"
 
-#: command.c:4164
+#: command.c:4191
 #, c-format
 msgid "Unicode column line style is \"%s\".\n"
 msgstr "Lo stile riga Unicode delle colonne è \"%s\".\n"
 
-#: command.c:4170
+#: command.c:4197
 #, c-format
 msgid "Unicode header line style is \"%s\".\n"
 msgstr "Lo stile riga Unicode delle intestazioni è \"%s\".\n"
 
-#: command.c:4330
+#: command.c:4357
 #, c-format
 msgid "\\!: failed\n"
 msgstr "\\!: fallita\n"
 
-#: command.c:4355 common.c:754
+#: command.c:4382 common.c:754
 #, c-format
 msgid "\\watch cannot be used with an empty query\n"
 msgstr "\\watch non può essere usato con una query vuota\n"
 
-#: command.c:4396
+#: command.c:4423
 #, c-format
 msgid "%s\t%s (every %gs)\n"
 msgstr "%s\t%s (ogni %gs)\n"
 
-#: command.c:4399
+#: command.c:4426
 #, c-format
 msgid "%s (every %gs)\n"
 msgstr "%s (ogni %gs)\n"
 
-#: command.c:4453 command.c:4460 common.c:654 common.c:661 common.c:1271
+#: command.c:4480 command.c:4487 common.c:654 common.c:661 common.c:1271
 #, c-format
 msgid ""
 "********* QUERY **********\n"
@@ -684,12 +684,12 @@ msgstr ""
 "**************************\n"
 "\n"
 
-#: command.c:4652
+#: command.c:4679
 #, c-format
 msgid "\"%s.%s\" is not a view\n"
 msgstr "\"%s.%s\" non è una vista\n"
 
-#: command.c:4668
+#: command.c:4695
 #, c-format
 msgid "could not parse reloptions array\n"
 msgstr "interpretazione dell'array reloptions fallita\n"
@@ -862,11 +862,11 @@ msgstr ""
 "Inserire i dati da copiare seguiti da un \"a capo\".\n"
 "Terminare con un backslash ed un punto su una singola riga, o un segnale EOF."
 
-#: copy.c:671
+#: copy.c:670
 msgid "aborted because of read failure"
 msgstr "interrotto a causa di lettura non riuscita"
 
-#: copy.c:705
+#: copy.c:704
 msgid "trying to exit copy mode"
 msgstr "tentativo di uscita dalla modalità copy"
 
@@ -915,616 +915,622 @@ msgstr "\\crosstabview: nome di colonna ambiguo: \"%s\"\n"
 msgid "\\crosstabview: column name not found: \"%s\"\n"
 msgstr "\\crosstabview: colonna non trovata: \"%s\"\n"
 
-#: describe.c:73 describe.c:342 describe.c:599 describe.c:730 describe.c:874
-#: describe.c:1035 describe.c:1107 describe.c:3332 describe.c:3538
-#: describe.c:3629 describe.c:3877 describe.c:4022 describe.c:4254
-#: describe.c:4329 describe.c:4340 describe.c:4402 describe.c:4822
-#: describe.c:4905
+#: describe.c:74 describe.c:346 describe.c:603 describe.c:735 describe.c:879
+#: describe.c:1040 describe.c:1112 describe.c:3342 describe.c:3554
+#: describe.c:3645 describe.c:3893 describe.c:4038 describe.c:4279
+#: describe.c:4354 describe.c:4365 describe.c:4427 describe.c:4852
+#: describe.c:4935
 msgid "Schema"
 msgstr "Schema"
 
-#: describe.c:74 describe.c:162 describe.c:228 describe.c:236 describe.c:343
-#: describe.c:600 describe.c:731 describe.c:792 describe.c:875 describe.c:1108
-#: describe.c:3333 describe.c:3461 describe.c:3539 describe.c:3630
-#: describe.c:3709 describe.c:3878 describe.c:3947 describe.c:4023
-#: describe.c:4255 describe.c:4330 describe.c:4341 describe.c:4403
-#: describe.c:4595 describe.c:4679 describe.c:4903 describe.c:5071
-#: describe.c:5262
+#: describe.c:75 describe.c:164 describe.c:231 describe.c:239 describe.c:347
+#: describe.c:604 describe.c:736 describe.c:797 describe.c:880 describe.c:1113
+#: describe.c:3343 describe.c:3477 describe.c:3555 describe.c:3646
+#: describe.c:3725 describe.c:3894 describe.c:3963 describe.c:4039
+#: describe.c:4280 describe.c:4355 describe.c:4366 describe.c:4428
+#: describe.c:4625 describe.c:4709 describe.c:4933 describe.c:5105
+#: describe.c:5312
 msgid "Name"
 msgstr "Nome"
 
-#: describe.c:75 describe.c:355 describe.c:401 describe.c:418
+#: describe.c:76 describe.c:359 describe.c:405 describe.c:422
 msgid "Result data type"
 msgstr "Tipo dato del risultato"
 
-#: describe.c:83 describe.c:96 describe.c:100 describe.c:356 describe.c:402
-#: describe.c:419
+#: describe.c:84 describe.c:97 describe.c:101 describe.c:360 describe.c:406
+#: describe.c:423
 msgid "Argument data types"
 msgstr "Tipo dato dei parametri"
 
-#: describe.c:107 describe.c:172 describe.c:259 describe.c:464 describe.c:648
-#: describe.c:746 describe.c:817 describe.c:1110 describe.c:1746
-#: describe.c:3132 describe.c:3367 describe.c:3492 describe.c:3566
-#: describe.c:3639 describe.c:3722 describe.c:3790 describe.c:3890
-#: describe.c:3956 describe.c:4024 describe.c:4160 describe.c:4200
-#: describe.c:4271 describe.c:4333 describe.c:4342 describe.c:4404
-#: describe.c:4621 describe.c:4701 describe.c:4836 describe.c:4906
+#: describe.c:108 describe.c:174 describe.c:262 describe.c:468 describe.c:652
+#: describe.c:751 describe.c:822 describe.c:1115 describe.c:1756
+#: describe.c:3132 describe.c:3377 describe.c:3508 describe.c:3582
+#: describe.c:3655 describe.c:3738 describe.c:3806 describe.c:3906
+#: describe.c:3972 describe.c:4040 describe.c:4181 describe.c:4223
+#: describe.c:4296 describe.c:4358 describe.c:4367 describe.c:4429
+#: describe.c:4651 describe.c:4731 describe.c:4866 describe.c:4936
 #: large_obj.c:289 large_obj.c:299
 msgid "Description"
 msgstr "Descrizione"
 
-#: describe.c:125
+#: describe.c:126
 msgid "List of aggregate functions"
 msgstr "Lista delle funzione aggregate"
 
-#: describe.c:149
+#: describe.c:151
 #, c-format
 msgid "The server (version %s) does not support access methods.\n"
 msgstr "Il server (versione %s) non supporta metodi di accesso.\n"
 
-#: describe.c:163
+#: describe.c:165
 msgid "Index"
 msgstr "Indice"
 
-#: describe.c:164 describe.c:362 describe.c:407 describe.c:424 describe.c:882
-#: describe.c:1046 describe.c:1706 describe.c:3342 describe.c:3540
-#: describe.c:4698
+#: describe.c:166 describe.c:366 describe.c:411 describe.c:428 describe.c:887
+#: describe.c:1051 describe.c:1716 describe.c:3352 describe.c:3556
+#: describe.c:4728
 msgid "Type"
 msgstr "Tipo"
 
-#: describe.c:171 describe.c:4600
+#: describe.c:173 describe.c:4630
 msgid "Handler"
 msgstr "Handler"
 
-#: describe.c:190
+#: describe.c:192
 msgid "List of access methods"
 msgstr "Lista dei metodi di accesso"
 
-#: describe.c:215
+#: describe.c:218
 #, c-format
 msgid "The server (version %s) does not support tablespaces.\n"
 msgstr "Il server (versione %s) non supporta i tablespace.\n"
 
-#: describe.c:229 describe.c:237 describe.c:452 describe.c:638 describe.c:793
-#: describe.c:1034 describe.c:3343 describe.c:3465 describe.c:3711
-#: describe.c:3948 describe.c:4596 describe.c:4680 describe.c:5072
-#: describe.c:5263 large_obj.c:288
+#: describe.c:232 describe.c:240 describe.c:456 describe.c:642 describe.c:798
+#: describe.c:1039 describe.c:3353 describe.c:3481 describe.c:3727
+#: describe.c:3964 describe.c:4626 describe.c:4710 describe.c:5106
+#: describe.c:5218 describe.c:5313 large_obj.c:288
 msgid "Owner"
 msgstr "Proprietario"
 
-#: describe.c:230 describe.c:238
+#: describe.c:233 describe.c:241
 msgid "Location"
 msgstr "Posizione"
 
-#: describe.c:249 describe.c:2947
+#: describe.c:252 describe.c:2944
 msgid "Options"
 msgstr "Opzioni"
 
-#: describe.c:254 describe.c:611 describe.c:809 describe.c:3359 describe.c:3363
+#: describe.c:257 describe.c:615 describe.c:814 describe.c:3369
+#: describe.c:3373
 msgid "Size"
 msgstr "Dimensione"
 
-#: describe.c:276
+#: describe.c:279
 msgid "List of tablespaces"
 msgstr "Lista dei tablespace"
 
-#: describe.c:316
+#: describe.c:320
 #, c-format
 msgid "\\df only takes [antwS+] as options\n"
 msgstr "\\df accetta come opzione solo [antwS+]\n"
 
-#: describe.c:324
+#: describe.c:328
 #, c-format
 msgid "\\df does not take a \"w\" option with server version %s\n"
 msgstr "\\df non accetta un'opzione \"w\" con il server in versione %s\n"
 
 #. translator: "agg" is short for "aggregate"
-#: describe.c:358 describe.c:404 describe.c:421
+#: describe.c:362 describe.c:408 describe.c:425
 msgid "agg"
 msgstr "aggr"
 
-#: describe.c:359
+#: describe.c:363
 msgid "window"
 msgstr "finestra"
 
-#: describe.c:360 describe.c:405 describe.c:422 describe.c:1244
+#: describe.c:364 describe.c:409 describe.c:426 describe.c:1249
 msgid "trigger"
 msgstr "trigger"
 
-#: describe.c:361 describe.c:406 describe.c:423
+#: describe.c:365 describe.c:410 describe.c:427
 msgid "normal"
 msgstr "normale"
 
-#: describe.c:434
+#: describe.c:438
 msgid "immutable"
 msgstr "immutabile"
 
-#: describe.c:435
+#: describe.c:439
 msgid "stable"
 msgstr "stabile"
 
-#: describe.c:436
+#: describe.c:440
 msgid "volatile"
 msgstr "volatile"
 
-#: describe.c:437
+#: describe.c:441
 msgid "Volatility"
 msgstr "Volatilità"
 
-#: describe.c:445
+#: describe.c:449
 msgid "restricted"
 msgstr "ristretta"
 
-#: describe.c:446
+#: describe.c:450
 msgid "safe"
 msgstr "sicura"
 
-#: describe.c:447
+#: describe.c:451
 msgid "unsafe"
 msgstr "non sicura"
 
-#: describe.c:448
+#: describe.c:452
 msgid "Parallel"
 msgstr "Parallela"
 
-#: describe.c:453
+#: describe.c:457
 msgid "definer"
 msgstr "definitore"
 
-#: describe.c:454
+#: describe.c:458
 msgid "invoker"
 msgstr "invocatore"
 
-#: describe.c:455
+#: describe.c:459
 msgid "Security"
 msgstr "Sicurezza"
 
-#: describe.c:462
+#: describe.c:466
 msgid "Language"
 msgstr "Linguaggio"
 
-#: describe.c:463
+#: describe.c:467
 msgid "Source code"
 msgstr "Codice sorgente"
 
-#: describe.c:562
+#: describe.c:566
 msgid "List of functions"
 msgstr "Lista delle funzioni"
 
-#: describe.c:610
+#: describe.c:614
 msgid "Internal name"
 msgstr "Nome interno"
 
-#: describe.c:632
+#: describe.c:636
 msgid "Elements"
 msgstr "Elementi"
 
-#: describe.c:689
+#: describe.c:693
 msgid "List of data types"
 msgstr "Lista dei tipi di dati"
 
-#: describe.c:732
+#: describe.c:737
 msgid "Left arg type"
 msgstr "Argomento sinistro"
 
-#: describe.c:733
+#: describe.c:738
 msgid "Right arg type"
 msgstr "Argomento destro"
 
-#: describe.c:734
+#: describe.c:739
 msgid "Result type"
 msgstr "Tipo di risultato"
 
-#: describe.c:739 describe.c:3781 describe.c:4159
+#: describe.c:744 describe.c:3797 describe.c:4180
 msgid "Function"
 msgstr "Funzione"
 
-#: describe.c:764
+#: describe.c:769
 msgid "List of operators"
 msgstr "Lista degli operatori"
 
-#: describe.c:794
+#: describe.c:799
 msgid "Encoding"
 msgstr "Codifica"
 
-#: describe.c:799 describe.c:3879
+#: describe.c:804 describe.c:3895
 msgid "Collate"
 msgstr "Ordinamento"
 
-#: describe.c:800 describe.c:3880
+#: describe.c:805 describe.c:3896
 msgid "Ctype"
 msgstr "Ctype"
 
-#: describe.c:813
+#: describe.c:818
 msgid "Tablespace"
 msgstr "Tablespace"
 
-#: describe.c:835
+#: describe.c:840
 msgid "List of databases"
 msgstr "Lista dei database"
 
-#: describe.c:876 describe.c:881 describe.c:1037 describe.c:3334
-#: describe.c:3341
+#: describe.c:881 describe.c:886 describe.c:1042 describe.c:3344
+#: describe.c:3351
 msgid "table"
 msgstr "tabella"
 
-#: describe.c:877 describe.c:3335
+#: describe.c:882 describe.c:3345
 msgid "view"
 msgstr "vista"
 
-#: describe.c:878 describe.c:3336
+#: describe.c:883 describe.c:3346
 msgid "materialized view"
 msgstr "vista materializzata"
 
-#: describe.c:879 describe.c:1039 describe.c:3338
+#: describe.c:884 describe.c:1044 describe.c:3348
 msgid "sequence"
 msgstr "sequenza"
 
-#: describe.c:880 describe.c:3340
+#: describe.c:885 describe.c:3350
 msgid "foreign table"
 msgstr "tabella esterna"
 
-#: describe.c:893
+#: describe.c:898
 msgid "Column privileges"
 msgstr "Privilegi di colonna"
 
-#: describe.c:924 describe.c:958
+#: describe.c:929 describe.c:963
 msgid "Policies"
 msgstr "Regole di sicurezza"
 
-#: describe.c:990 describe.c:5319 describe.c:5323
+#: describe.c:995 describe.c:5369 describe.c:5373
 msgid "Access privileges"
 msgstr "Privilegi di accesso"
 
-#: describe.c:1021
+#: describe.c:1026
 #, c-format
 msgid "The server (version %s) does not support altering default privileges.\n"
 msgstr "Il server (versione %s) non supporta la modifica dei privilegi di default.\n"
 
-#: describe.c:1041
+#: describe.c:1046
 msgid "function"
 msgstr "funzione"
 
-#: describe.c:1043
+#: describe.c:1048
 msgid "type"
 msgstr "tipo"
 
-#: describe.c:1045
+#: describe.c:1050
 msgid "schema"
 msgstr "schema"
 
-#: describe.c:1069
+#: describe.c:1074
 msgid "Default access privileges"
 msgstr "Privilegi di accesso di default"
 
-#: describe.c:1109
+#: describe.c:1114
 msgid "Object"
 msgstr "Oggetto"
 
-#: describe.c:1123
+#: describe.c:1128
 msgid "table constraint"
 msgstr "vincolo di tabella"
 
-#: describe.c:1145
+#: describe.c:1150
 msgid "domain constraint"
 msgstr "vincolo di dominio"
 
-#: describe.c:1173
+#: describe.c:1178
 msgid "operator class"
 msgstr "classe operatori"
 
-#: describe.c:1202
+#: describe.c:1207
 msgid "operator family"
 msgstr "famiglia operatori"
 
-#: describe.c:1224
+#: describe.c:1229
 msgid "rule"
 msgstr "regola"
 
-#: describe.c:1266
+#: describe.c:1271
 msgid "Object descriptions"
 msgstr "Descrizioni oggetti"
 
-#: describe.c:1320
+#: describe.c:1327 describe.c:3440
 #, c-format
 msgid "Did not find any relation named \"%s\".\n"
-msgstr "Non ho trovato alcuna relazione di nome \"%s\".\n"
+msgstr "Non è stata trovata nessuna relazione chiamata \"%s\".\n"
+
+#: describe.c:1330 describe.c:3443
+#, c-format
+msgid "Did not find any relations.\n"
+msgstr "Non è stata trovata nessuna relazione.\n"
 
-#: describe.c:1529
+#: describe.c:1539
 #, c-format
 msgid "Did not find any relation with OID %s.\n"
-msgstr "Non ho trovato nessuna relazione con OID %s.\n"
+msgstr "Non è stata trovata nessuna relazione con OID %s.\n"
 
-#: describe.c:1642 describe.c:1691
+#: describe.c:1652 describe.c:1701
 #, c-format
 msgid "Unlogged table \"%s.%s\""
 msgstr "Tabella non loggata \"%s.%s\""
 
-#: describe.c:1645 describe.c:1694
+#: describe.c:1655 describe.c:1704
 #, c-format
 msgid "Table \"%s.%s\""
 msgstr "Tabella \"%s.%s\""
 
-#: describe.c:1649
+#: describe.c:1659
 #, c-format
 msgid "View \"%s.%s\""
 msgstr "Vista \"%s.%s\""
 
-#: describe.c:1654
+#: describe.c:1664
 #, c-format
 msgid "Unlogged materialized view \"%s.%s\""
 msgstr "Vista materializzata non loggata \"%s.%s\""
 
-#: describe.c:1657
+#: describe.c:1667
 #, c-format
 msgid "Materialized view \"%s.%s\""
 msgstr "Vista materializzata \"%s.%s\""
 
-#: describe.c:1661
+#: describe.c:1671
 #, c-format
 msgid "Sequence \"%s.%s\""
 msgstr "Sequenza \"%s.%s\""
 
-#: describe.c:1666
+#: describe.c:1676
 #, c-format
 msgid "Unlogged index \"%s.%s\""
 msgstr "Indice non loggato \"%s.%s\""
 
-#: describe.c:1669
+#: describe.c:1679
 #, c-format
 msgid "Index \"%s.%s\""
 msgstr "Indice \"%s.%s\""
 
-#: describe.c:1674
+#: describe.c:1684
 #, c-format
 msgid "Special relation \"%s.%s\""
 msgstr "relazione speciale \"%s.%s\""
 
-#: describe.c:1678
+#: describe.c:1688
 #, c-format
 msgid "TOAST table \"%s.%s\""
 msgstr "Tabella TOAST \"%s.%s\""
 
-#: describe.c:1682
+#: describe.c:1692
 #, c-format
 msgid "Composite type \"%s.%s\""
 msgstr "Tipo composito \"%s.%s\""
 
-#: describe.c:1686
+#: describe.c:1696
 #, c-format
 msgid "Foreign table \"%s.%s\""
 msgstr "Tabella esterna \"%s.%s\""
 
-#: describe.c:1705
+#: describe.c:1715
 msgid "Column"
 msgstr "Colonna"
 
-#: describe.c:1716 describe.c:3546
+#: describe.c:1726 describe.c:3562
 msgid "Collation"
 msgstr "Ordinamento"
 
-#: describe.c:1717 describe.c:3553
+#: describe.c:1727 describe.c:3569
 msgid "Nullable"
 msgstr "Può essere null"
 
-#: describe.c:1718 describe.c:3554
+#: describe.c:1728 describe.c:3570
 msgid "Default"
 msgstr "Default"
 
-#: describe.c:1723
+#: describe.c:1733
 msgid "Value"
 msgstr "Valore"
 
-#: describe.c:1726
+#: describe.c:1736
 msgid "Definition"
 msgstr "Definizione"
 
-#: describe.c:1729 describe.c:4616 describe.c:4700 describe.c:4771
-#: describe.c:4835
-msgid "FDW Options"
+#: describe.c:1739 describe.c:4646 describe.c:4730 describe.c:4801
+#: describe.c:4865
+msgid "FDW options"
 msgstr "Opzioni FDW"
 
-#: describe.c:1733
+#: describe.c:1743
 msgid "Storage"
 msgstr "Memorizzazione"
 
-#: describe.c:1738
+#: describe.c:1748
 msgid "Stats target"
 msgstr "Dest. stat."
 
-#: describe.c:1893
+#: describe.c:1897
 #, c-format
 msgid "Partition of: %s %s"
 msgstr "Partizione di: %s %s"
 
-#: describe.c:1899
+#: describe.c:1903
 #, c-format
 msgid "Partition constraint: %s"
 msgstr "Vincolo di partizione: %s"
 
-#: describe.c:1922
+#: describe.c:1926
 #, c-format
 msgid "Partition key: %s"
 msgstr "Chiave di partizione: %s"
 
-#: describe.c:1990
+#: describe.c:1994
 msgid "primary key, "
 msgstr "chiave primaria, "
 
-#: describe.c:1992
+#: describe.c:1996
 msgid "unique, "
 msgstr "univoco, "
 
-#: describe.c:1998
+#: describe.c:2002
 #, c-format
 msgid "for table \"%s.%s\""
 msgstr "per la tabella \"%s.%s\""
 
-#: describe.c:2002
+#: describe.c:2006
 #, c-format
 msgid ", predicate (%s)"
 msgstr ", predicato (%s)"
 
-#: describe.c:2005
+#: describe.c:2009
 msgid ", clustered"
 msgstr ", raggruppato"
 
-#: describe.c:2008
+#: describe.c:2012
 msgid ", invalid"
 msgstr ", non valido"
 
-#: describe.c:2011
+#: describe.c:2015
 msgid ", deferrable"
 msgstr ", deferibile"
 
-#: describe.c:2014
+#: describe.c:2018
 msgid ", initially deferred"
 msgstr ", inizialmente deferito"
 
-#: describe.c:2017
+#: describe.c:2021
 msgid ", replica identity"
 msgstr ", identità di replica"
 
-#: describe.c:2056
+#: describe.c:2060
 #, c-format
 msgid "Owned by: %s"
 msgstr "Proprietario: %s"
 
-#: describe.c:2061
+#: describe.c:2065
 #, c-format
 msgid "Sequence for identity column: %s"
 msgstr "Sequenza per la colonna identità: %s"
 
-#: describe.c:2125
+#: describe.c:2129
 msgid "Indexes:"
 msgstr "Indici:"
 
-#: describe.c:2209
+#: describe.c:2213
 msgid "Check constraints:"
 msgstr "Vincoli di controllo:"
 
-#: describe.c:2240
+#: describe.c:2244
 msgid "Foreign-key constraints:"
 msgstr "Vincoli di integrità referenziale"
 
-#: describe.c:2271
+#: describe.c:2275
 msgid "Referenced by:"
 msgstr "Referenziato da:"
 
-#: describe.c:2331
+#: describe.c:2325
 msgid "Policies:"
 msgstr "Regole di sicurezza:"
 
-#: describe.c:2334
+#: describe.c:2328
 msgid "Policies (forced row security enabled):"
 msgstr "Regole (sicurezza per riga forzata abilitata):"
 
-#: describe.c:2337
+#: describe.c:2331
 msgid "Policies (row security enabled): (none)"
 msgstr "Regole (sicurezza per riga abilitata): (nessuna)"
 
-#: describe.c:2340
+#: describe.c:2334
 msgid "Policies (forced row security enabled): (none)"
 msgstr "Regole (sicurezza per riga forzata abilitata): (nessuna)"
 
-#: describe.c:2343
+#: describe.c:2337
 msgid "Policies (row security disabled):"
 msgstr "Regole (sicurezza per riga disabilitata):"
 
-#: describe.c:2405
+#: describe.c:2399
 msgid "Statistics objects:"
 msgstr "Oggetti statistiche:"
 
-#: describe.c:2508 describe.c:2590
+#: describe.c:2502 describe.c:2587
 msgid "Rules:"
 msgstr "Regole:"
 
-#: describe.c:2511
+#: describe.c:2505
 msgid "Disabled rules:"
 msgstr "Regole disabilitate:"
 
-#: describe.c:2514
+#: describe.c:2508
 msgid "Rules firing always:"
 msgstr "Regole sempre abilitate:"
 
-#: describe.c:2517
+#: describe.c:2511
 msgid "Rules firing on replica only:"
 msgstr "Regole abilitate solo su replica:"
 
-#: describe.c:2554
+#: describe.c:2551
 msgid "Publications:"
 msgstr "Pubblicazioni:"
 
-#: describe.c:2573
+#: describe.c:2570
 msgid "View definition:"
 msgstr "Definizione vista:"
 
-#: describe.c:2708
+#: describe.c:2705
 msgid "Triggers:"
 msgstr "Trigger:"
 
-#: describe.c:2712
+#: describe.c:2709
 msgid "Disabled user triggers:"
 msgstr "Trigger utente disabilitati:"
 
-#: describe.c:2714
+#: describe.c:2711
 msgid "Disabled triggers:"
 msgstr "Trigger disabilitati:"
 
-#: describe.c:2717
+#: describe.c:2714
 msgid "Disabled internal triggers:"
 msgstr "Trigger interni disabilitati:"
 
-#: describe.c:2720
+#: describe.c:2717
 msgid "Triggers firing always:"
 msgstr "Trigger sempre abilitati:"
 
-#: describe.c:2723
+#: describe.c:2720
 msgid "Triggers firing on replica only:"
 msgstr "Trigger abilitati solo su replica."
 
-#: describe.c:2782
+#: describe.c:2779
 #, c-format
 msgid "Server: %s"
 msgstr "Server: %s"
 
-#: describe.c:2790
+#: describe.c:2787
 #, c-format
-msgid "FDW Options: (%s)"
-msgstr "Opzioni FDW: (%s)"
+msgid "FDW options: (%s)"
+msgstr "Opzioni FDW (%s)"
 
-#: describe.c:2809
+#: describe.c:2806
 msgid "Inherits"
 msgstr "Eredita"
 
-#: describe.c:2863
+#: describe.c:2860
 #, c-format
 msgid "Number of child tables: %d (Use \\d+ to list them.)"
 msgstr "Numero di tabelle figlio: %d (Usa \\d+ per elencarle.)"
 
-#: describe.c:2865
+#: describe.c:2862
 #, c-format
 msgid "Number of partitions: %d (Use \\d+ to list them.)"
 msgstr "Numero di partizioni: %d (Usa \\d+ per elencarle.)"
 
-#: describe.c:2873
+#: describe.c:2870
 msgid "Child tables"
 msgstr "Tabelle figlio"
 
-#: describe.c:2873
+#: describe.c:2870
 msgid "Partitions"
 msgstr "Partizioni"
 
-#: describe.c:2907
+#: describe.c:2904
 #, c-format
 msgid "Typed table of type: %s"
 msgstr "Tabella di tipo: %s"
 
-#: describe.c:2923
+#: describe.c:2920
 msgid "Replica Identity"
 msgstr "Identità di replica"
 
-#: describe.c:2936
+#: describe.c:2933
 msgid "Has OIDs: yes"
 msgstr "Ha OID: sì"
 
@@ -1599,306 +1605,311 @@ msgstr[1] "%d connessioni"
 msgid "Password valid until "
 msgstr "Password valida fino a "
 
-#: describe.c:3237
+#: describe.c:3231
+#, c-format
+msgid "The server (version %s) does not support per-database role settings.\n"
+msgstr "Il server (versione %s) non supporta l'impostazione dei ruoli per database.\n"
+
+#: describe.c:3244
 msgid "Role"
 msgstr "Ruolo"
 
-#: describe.c:3238
+#: describe.c:3245
 msgid "Database"
 msgstr "Database"
 
-#: describe.c:3239
+#: describe.c:3246
 msgid "Settings"
 msgstr "Impostazioni"
 
-#: describe.c:3249
+#: describe.c:3267
 #, c-format
-msgid "No per-database role settings support in this server version.\n"
-msgstr "Questa versione del server non supporta l'impostazione dei ruoli per database.\n"
+msgid "Did not find any settings for role \"%s\" and database \"%s\".\n"
+msgstr "Non è stata trovata nessuna impostazione per il ruolo \"%s\" e il database \"%s\".\n"
 
-#: describe.c:3260
+#: describe.c:3270
 #, c-format
-msgid "No matching settings found.\n"
-msgstr "Nessuna impostazione corrispondente trovata.\n"
+msgid "Did not find any settings for role \"%s\".\n"
+msgstr "Non è stata trovata nessuna impostazione per il ruolo \"%s\".\n"
 
-#: describe.c:3262
+#: describe.c:3273
 #, c-format
-msgid "No settings found.\n"
-msgstr "Nessuna impostazione trovata.\n"
+msgid "Did not find any settings.\n"
+msgstr "Non è stata trovata nessuna impostazione.\n"
 
-#: describe.c:3267
+#: describe.c:3278
 msgid "List of settings"
 msgstr "Lista delle impostazioni"
 
-#: describe.c:3337
+#: describe.c:3347
 msgid "index"
 msgstr "indice"
 
-#: describe.c:3339
+#: describe.c:3349
 msgid "special"
 msgstr "speciale"
 
-#: describe.c:3348 describe.c:4823
+#: describe.c:3358 describe.c:4853
 msgid "Table"
 msgstr "Tabella"
 
-#: describe.c:3425
-#, c-format
-msgid "No matching relations found.\n"
-msgstr "Nessuna relazione corrispondente trovata.\n"
-
-#: describe.c:3427
-#, c-format
-msgid "No relations found.\n"
-msgstr "Nessuna relazione trovata.\n"
-
-#: describe.c:3432
+#: describe.c:3448
 msgid "List of relations"
 msgstr "Lista delle relazioni"
 
-#: describe.c:3469
+#: describe.c:3485
 msgid "Trusted"
 msgstr "Fidato"
 
-#: describe.c:3477
-msgid "Internal Language"
+#: describe.c:3493
+msgid "Internal language"
 msgstr "Linguaggio interno"
 
-#: describe.c:3478
-msgid "Call Handler"
-msgstr "Gestore Chiamate"
+#: describe.c:3494
+msgid "Call handler"
+msgstr "Handler di chiamata"
 
-#: describe.c:3479 describe.c:4603
+#: describe.c:3495 describe.c:4633
 msgid "Validator"
 msgstr "Validatore"
 
-#: describe.c:3482
-msgid "Inline Handler"
-msgstr "Handler Inline"
+#: describe.c:3498
+msgid "Inline handler"
+msgstr "Handler inline"
 
-#: describe.c:3510
+#: describe.c:3526
 msgid "List of languages"
 msgstr "Lista dei linguaggi"
 
-#: describe.c:3555
+#: describe.c:3571
 msgid "Check"
 msgstr "Controllo"
 
-#: describe.c:3597
+#: describe.c:3613
 msgid "List of domains"
 msgstr "Lista dei domini"
 
-#: describe.c:3631
+#: describe.c:3647
 msgid "Source"
 msgstr "Sorgente"
 
-#: describe.c:3632
+#: describe.c:3648
 msgid "Destination"
 msgstr "Destinazione"
 
-#: describe.c:3633 describe.c:3782
+#: describe.c:3649 describe.c:3798
 msgid "no"
 msgstr "no"
 
-#: describe.c:3633 describe.c:3784
+#: describe.c:3649 describe.c:3800
 msgid "yes"
 msgstr "sì"
 
-#: describe.c:3634
+#: describe.c:3650
 msgid "Default?"
 msgstr "Predefinito?"
 
-#: describe.c:3671
+#: describe.c:3687
 msgid "List of conversions"
 msgstr "Lista delle conversioni"
 
-#: describe.c:3710
+#: describe.c:3726
 msgid "Event"
 msgstr "Evento"
 
-#: describe.c:3712
+#: describe.c:3728
 msgid "enabled"
 msgstr "abilitato"
 
-#: describe.c:3713
+#: describe.c:3729
 msgid "replica"
 msgstr "replica"
 
-#: describe.c:3714
+#: describe.c:3730
 msgid "always"
 msgstr "sempre"
 
-#: describe.c:3715
+#: describe.c:3731
 msgid "disabled"
 msgstr "disabilitato"
 
-#: describe.c:3716 describe.c:5264
+#: describe.c:3732 describe.c:5314
 msgid "Enabled"
 msgstr "Abilitato"
 
-#: describe.c:3717
+#: describe.c:3733
 msgid "Procedure"
 msgstr "Procedura"
 
-#: describe.c:3718
+#: describe.c:3734
 msgid "Tags"
 msgstr "Tag"
 
-#: describe.c:3737
+#: describe.c:3753
 msgid "List of event triggers"
 msgstr "Lista di trigger di evento"
 
-#: describe.c:3779
+#: describe.c:3795
 msgid "Source type"
 msgstr "Tipo di partenza"
 
-#: describe.c:3780
+#: describe.c:3796
 msgid "Target type"
 msgstr "Tipo di arrivo"
 
-#: describe.c:3783
+#: describe.c:3799
 msgid "in assignment"
 msgstr "in assegnazione"
 
-#: describe.c:3785
+#: describe.c:3801
 msgid "Implicit?"
 msgstr "Implicito?"
 
-#: describe.c:3836
+#: describe.c:3852
 msgid "List of casts"
 msgstr "Lista delle conversioni di tipo"
 
-#: describe.c:3864
+#: describe.c:3880
 #, c-format
 msgid "The server (version %s) does not support collations.\n"
 msgstr "Il server (versione %s) non supporta gli ordinamenti.\n"
 
-#: describe.c:3885
+#: describe.c:3901
 msgid "Provider"
 msgstr "Provider"
 
-#: describe.c:3920
+#: describe.c:3936
 msgid "List of collations"
 msgstr "Lista degli ordinamenti"
 
-#: describe.c:3979
+#: describe.c:3995
 msgid "List of schemas"
 msgstr "Lista degli schemi"
 
-#: describe.c:4004 describe.c:4242 describe.c:4313 describe.c:4384
+#: describe.c:4020 describe.c:4267 describe.c:4338 describe.c:4409
 #, c-format
 msgid "The server (version %s) does not support full text search.\n"
 msgstr "Il server (versione %s) non supporta la ricerca full text.\n"
 
-#: describe.c:4039
+#: describe.c:4055
 msgid "List of text search parsers"
 msgstr "Lista degli analizzatori di ricerca resto"
 
-#: describe.c:4082
+#: describe.c:4100
 #, c-format
 msgid "Did not find any text search parser named \"%s\".\n"
-msgstr "Non ho trovato alcun analizzatore di ricerca testo chiamato \"%s\".\n"
+msgstr "Non è stato trovato nessun analizzatore di ricerca testo chiamato \"%s\".\n"
 
-#: describe.c:4157
+#: describe.c:4103
+#, c-format
+msgid "Did not find any text search parsers.\n"
+msgstr "Non è stato trovato nessun analizzatore di ricerca testo.\n"
+
+#: describe.c:4178
 msgid "Start parse"
 msgstr "Inizio analisi"
 
-#: describe.c:4158
+#: describe.c:4179
 msgid "Method"
 msgstr "Metodo"
 
-#: describe.c:4162
+#: describe.c:4183
 msgid "Get next token"
 msgstr "Ottiene il token successivo"
 
-#: describe.c:4164
+#: describe.c:4185
 msgid "End parse"
 msgstr "Fine analisi"
 
-#: describe.c:4166
+#: describe.c:4187
 msgid "Get headline"
 msgstr "Ottiene intestazione"
 
-#: describe.c:4168
+#: describe.c:4189
 msgid "Get token types"
 msgstr "Ottieni i tipi token"
 
-#: describe.c:4178
+#: describe.c:4200
 #, c-format
 msgid "Text search parser \"%s.%s\""
 msgstr "Analizzatore di ricerca teso \"%s.%s\""
 
-#: describe.c:4180
+#: describe.c:4203
 #, c-format
 msgid "Text search parser \"%s\""
 msgstr "Analizzatore di ricerca testo \"%s\""
 
-#: describe.c:4199
+#: describe.c:4222
 msgid "Token name"
 msgstr "Nome token"
 
-#: describe.c:4210
+#: describe.c:4233
 #, c-format
 msgid "Token types for parser \"%s.%s\""
 msgstr "Tipi token per l'analizzatore \"%s.%s\""
 
-#: describe.c:4212
+#: describe.c:4236
 #, c-format
 msgid "Token types for parser \"%s\""
 msgstr "Tipi token per l'analizzatore \"%s\""
 
-#: describe.c:4265
+#: describe.c:4290
 msgid "Template"
 msgstr "Modello"
 
-#: describe.c:4266
+#: describe.c:4291
 msgid "Init options"
 msgstr "Opzioni iniziali:"
 
-#: describe.c:4288
+#: describe.c:4313
 msgid "List of text search dictionaries"
 msgstr "Lista dei dizionari di ricerca testo"
 
-#: describe.c:4331
+#: describe.c:4356
 msgid "Init"
 msgstr "Init"
 
-#: describe.c:4332
+#: describe.c:4357
 msgid "Lexize"
 msgstr "Lexize"
 
-#: describe.c:4359
+#: describe.c:4384
 msgid "List of text search templates"
 msgstr "Lista dei modelli di ricerca testo"
 
-#: describe.c:4419
+#: describe.c:4444
 msgid "List of text search configurations"
 msgstr "Lista delle configurazioni di ricerca testo"
 
-#: describe.c:4463
+#: describe.c:4490
 #, c-format
 msgid "Did not find any text search configuration named \"%s\".\n"
-msgstr "Non trovata alcuna configurazione di ricerca testo chiamata \"%s\".\n"
+msgstr "Non è stata trovata nessuna configurazione di ricerca testo chiamata \"%s\".\n"
+
+#: describe.c:4493
+#, c-format
+msgid "Did not find any text search configurations.\n"
+msgstr "Non è stata trovata nessuna configurazione di ricerca testo.\n"
 
-#: describe.c:4529
+#: describe.c:4559
 msgid "Token"
 msgstr "Token"
 
-#: describe.c:4530
+#: describe.c:4560
 msgid "Dictionaries"
 msgstr "Dizionari"
 
-#: describe.c:4541
+#: describe.c:4571
 #, c-format
 msgid "Text search configuration \"%s.%s\""
 msgstr "Configurazione di ricerca testo \"%s.%s\""
 
-#: describe.c:4544
+#: describe.c:4574
 #, c-format
 msgid "Text search configuration \"%s\""
 msgstr "Configurazione di ricerca testo \"%s\""
 
-#: describe.c:4548
+#: describe.c:4578
 #, c-format
 msgid ""
 "\n"
@@ -1907,7 +1918,7 @@ msgstr ""
 "\n"
 "Analizzatore \"%s.%s\""
 
-#: describe.c:4551
+#: describe.c:4581
 #, c-format
 msgid ""
 "\n"
@@ -1916,134 +1927,148 @@ msgstr ""
 "\n"
 "Analizzatore: \"%s\""
 
-#: describe.c:4585
+#: describe.c:4615
 #, c-format
 msgid "The server (version %s) does not support foreign-data wrappers.\n"
 msgstr "Il server (versione %s) non supporta i wrapper di dati esterni.\n"
 
-#: describe.c:4643
+#: describe.c:4673
 msgid "List of foreign-data wrappers"
 msgstr "Lista dei wrapper di dati esterni"
 
-#: describe.c:4668
+#: describe.c:4698
 #, c-format
 msgid "The server (version %s) does not support foreign servers.\n"
 msgstr "Il server (versione %s) non supporta server esterni.\n"
 
-#: describe.c:4681
+#: describe.c:4711
 msgid "Foreign-data wrapper"
 msgstr "Wrapper per dati esterni"
 
-#: describe.c:4699 describe.c:4904
+#: describe.c:4729 describe.c:4934
 msgid "Version"
 msgstr "Versione"
 
-#: describe.c:4725
+#: describe.c:4755
 msgid "List of foreign servers"
 msgstr "Lista dei server esterni"
 
-#: describe.c:4750
+#: describe.c:4780
 #, c-format
 msgid "The server (version %s) does not support user mappings.\n"
 msgstr "Il server (versione %s) non supporta la mappatura di utenti.\n"
 
-#: describe.c:4760 describe.c:4824
+#: describe.c:4790 describe.c:4854
 msgid "Server"
 msgstr "Server"
 
-#: describe.c:4761
+#: describe.c:4791
 msgid "User name"
 msgstr "Nome utente"
 
-#: describe.c:4786
+#: describe.c:4816
 msgid "List of user mappings"
 msgstr "Lista delle mappature degli utenti"
 
-#: describe.c:4811
+#: describe.c:4841
 #, c-format
 msgid "The server (version %s) does not support foreign tables.\n"
 msgstr "Il server (versione %s) non supporta tabelle esterne.\n"
 
-#: describe.c:4864
+#: describe.c:4894
 msgid "List of foreign tables"
 msgstr "Lista delle tabelle esterne"
 
-#: describe.c:4889 describe.c:4946
+#: describe.c:4919 describe.c:4976
 #, c-format
 msgid "The server (version %s) does not support extensions.\n"
 msgstr "Il server (versione %s) non supporta le estensioni.\n"
 
-#: describe.c:4921
+#: describe.c:4951
 msgid "List of installed extensions"
 msgstr "Lista delle estensioni installate"
 
-#: describe.c:4974
+#: describe.c:5004
 #, c-format
 msgid "Did not find any extension named \"%s\".\n"
-msgstr "Non ho trovato alcuna estensione nominata \"%s\".\n"
+msgstr "Non è stata trovata nessuna estensione chiamata \"%s\".\n"
 
-#: describe.c:4977
+#: describe.c:5007
 #, c-format
 msgid "Did not find any extensions.\n"
-msgstr "Non ho trovato alcuna estensione.\n"
+msgstr "Non è stata trovata nessuna estensione.\n"
 
-#: describe.c:5021
-msgid "Object Description"
-msgstr "Descrizione Oggetto"
+#: describe.c:5051
+msgid "Object description"
+msgstr "Descrizione dell'oggetto"
 
-#: describe.c:5030
+#: describe.c:5061
 #, c-format
 msgid "Objects in extension \"%s\""
 msgstr "Oggetti nell'estensione \"%s\""
 
-#: describe.c:5057 describe.c:5120
+#: describe.c:5090 describe.c:5156
 #, c-format
 msgid "The server (version %s) does not support publications.\n"
 msgstr "Il server (versione %s) non supporta pubblicazioni.\n"
 
-#: describe.c:5073 describe.c:5165
+#: describe.c:5107 describe.c:5219
+msgid "All tables"
+msgstr "Tutte le tabelle"
+
+#: describe.c:5108 describe.c:5220
 msgid "Inserts"
 msgstr "Inserimenti"
 
-#: describe.c:5074 describe.c:5166
+#: describe.c:5109 describe.c:5221
 msgid "Updates"
 msgstr "Modifiche"
 
-#: describe.c:5075 describe.c:5167
+#: describe.c:5110 describe.c:5222
 msgid "Deletes"
 msgstr "Cancellazioni"
 
-#: describe.c:5092
+#: describe.c:5127
 msgid "List of publications"
 msgstr "Lista delle pubblicazioni"
 
-#: describe.c:5162
+#: describe.c:5188
+#, c-format
+msgid "Did not find any publication named \"%s\".\n"
+msgstr "Non è stata trovata nessuna pubblicazione chiamata \"%s\".\n"
+
+#: describe.c:5191
+#, c-format
+msgid "Did not find any publications.\n"
+msgstr "Non è stata trovata nessuna pubblicazione.\n"
+
+#: describe.c:5215
 #, c-format
 msgid "Publication %s"
 msgstr "Pubblicazione %s"
 
-#: describe.c:5207
+#: describe.c:5255
 msgid "Tables:"
 msgstr "Tabelle:"
 
-#: describe.c:5249
+#: describe.c:5299
 #, c-format
 msgid "The server (version %s) does not support subscriptions.\n"
 msgstr "Il server (versione %s) non supporta sottoscrizioni.\n"
 
-#: describe.c:5265
+#: describe.c:5315
 msgid "Publication"
 msgstr "Pubblicazione"
 
-#: describe.c:5272
+#: describe.c:5322
 msgid "Synchronous commit"
 msgstr "Commit sincrono"
 
-#: describe.c:5273
+#: describe.c:5323
 msgid "Conninfo"
 msgstr "Conninfo"
 
-#: describe.c:5295
+#: describe.c:5345
 msgid "List of subscriptions"
 msgstr "Lista di sottoscrizioni"
 
@@ -2061,7 +2086,7 @@ msgstr ""
 "psql è il terminale interattivo per PostgreSQL.\n"
 "\n"
 
-#: help.c:74 help.c:342 help.c:376 help.c:403
+#: help.c:74 help.c:344 help.c:383 help.c:410
 #, c-format
 msgid "Usage:\n"
 msgstr "Utilizzo:\n"
@@ -2373,21 +2398,21 @@ msgstr "  \\copyright             mostra i termini di uso e distribuzione di Pos
 
 #: help.c:174
 #, c-format
+msgid "  \\crosstabview [COLUMNS] execute query and display results in crosstab\n"
+msgstr "  \\crosstabview [COLONNE] esegui la query e mostra il risultato in crosstab\n"
+
+#: help.c:175
+#, c-format
 msgid "  \\errverbose            show most recent error message at maximum verbosity\n"
 msgstr "  \\errverbose            mostra il messaggio di errore più recente alla massima loquacità\n"
 
-#: help.c:175
+#: help.c:176
 #, c-format
 msgid "  \\g [FILE] or ;         execute query (and send results to file or |pipe)\n"
 msgstr ""
 "  \\g [FILE] o ;          esegui la query (ed invia i risultati ad un file o\n"
 "                         ad una |pipe)\n"
 
-#: help.c:176
-#, c-format
-msgid "  \\gx [FILE]             as \\g, but forces expanded output mode\n"
-msgstr "  \\gx [FILE]             come \\g, ma forza un modo di output espanso\n"
-
 #: help.c:177
 #, c-format
 msgid "  \\gexec                 execute query, then execute each value in its result\n"
@@ -2400,13 +2425,13 @@ msgstr "  \\gset [PREFIX]         esegui la query e salva il risultato in una va
 
 #: help.c:179
 #, c-format
-msgid "  \\q                     quit psql\n"
-msgstr "  \\q                     esci da psql\n"
+msgid "  \\gx [FILE]             as \\g, but forces expanded output mode\n"
+msgstr "  \\gx [FILE]             come \\g, ma forza un modo di output espanso\n"
 
 #: help.c:180
 #, c-format
-msgid "  \\crosstabview [COLUMNS] execute query and display results in crosstab\n"
-msgstr "  \\crosstabview [COLONNE] esegui la query e mostra il risultato in crosstab\n"
+msgid "  \\q                     quit psql\n"
+msgstr "  \\q                     esci da psql\n"
 
 #: help.c:181
 #, c-format
@@ -2602,151 +2627,151 @@ msgstr "  \\dd[S]  [MODELLO]      mostra la descrizione di oggetti non elencati
 
 #: help.c:230
 #, c-format
-msgid "  \\ddp    [PATTERN]      list default privileges\n"
-msgstr "  \\ddp    [MODELLO]      elenca i privilegi predefiniti\n"
+msgid "  \\dD[S+] [PATTERN]      list domains\n"
+msgstr "  \\dD[S+] [MODELLO]      elenca i domini\n"
 
 #: help.c:231
 #, c-format
-msgid "  \\dD[S+] [PATTERN]      list domains\n"
-msgstr "  \\dD[S+] [MODELLO]      elenca i domini\n"
+msgid "  \\ddp    [PATTERN]      list default privileges\n"
+msgstr "  \\ddp    [MODELLO]      elenca i privilegi predefiniti\n"
 
 #: help.c:232
 #, c-format
+msgid "  \\dE[S+] [PATTERN]      list foreign tables\n"
+msgstr "  \\dE[S+] [MODELLO]      elenca le tabelle esterne\n"
+
+#: help.c:233
+#, c-format
 msgid "  \\det[+] [PATTERN]      list foreign tables\n"
 msgstr "  \\det[+] [MODELLO]      elenca le tabelle esterne\n"
 
-#: help.c:233
+#: help.c:234
 #, c-format
 msgid "  \\des[+] [PATTERN]      list foreign servers\n"
 msgstr "  \\des[+] [MODELLO]      elenca i server esterni\n"
 
-#: help.c:234
+#: help.c:235
 #, c-format
 msgid "  \\deu[+] [PATTERN]      list user mappings\n"
 msgstr "  \\deu[+] [MODELLO]      elenca le mappature degli utenti\n"
 
-#: help.c:235
+#: help.c:236
 #, c-format
 msgid "  \\dew[+] [PATTERN]      list foreign-data wrappers\n"
 msgstr "  \\dew[+] [MODELLO]      elenca i wrapper di dati esterni\n"
 
-#: help.c:236
+#: help.c:237
 #, c-format
 msgid "  \\df[antw][S+] [PATRN]  list [only agg/normal/trigger/window] functions\n"
 msgstr "  \\df[antw][S+] [MOD]    elenca le funzioni [solo aggr/normali/trigger/finestra]\n"
 
-#: help.c:237
+#: help.c:238
 #, c-format
 msgid "  \\dF[+]  [PATTERN]      list text search configurations\n"
 msgstr "  \\dF[+]  [MODELLO]      elenca le configurazioni di ricerca testo\n"
 
-#: help.c:238
+#: help.c:239
 #, c-format
 msgid "  \\dFd[+] [PATTERN]      list text search dictionaries\n"
 msgstr "  \\dFd[+] [MODELLO]      elenca i dizionari di ricerca testo\n"
 
-#: help.c:239
+#: help.c:240
 #, c-format
 msgid "  \\dFp[+] [PATTERN]      list text search parsers\n"
 msgstr "  \\dFp[+] [MODELLO]      elenca gli analizzatori di ricerca testo\n"
 
-#: help.c:240
+#: help.c:241
 #, c-format
 msgid "  \\dFt[+] [PATTERN]      list text search templates\n"
 msgstr "  \\dFt[+] [MODELLO]      elenca i modelli di ricerca di testo\n"
 
-#: help.c:241
+#: help.c:242
 #, c-format
 msgid "  \\dg[S+] [PATTERN]      list roles\n"
 msgstr "  \\dg[S+] [MODELLO]      elenca i ruoli\n"
 
-#: help.c:242
+#: help.c:243
 #, c-format
 msgid "  \\di[S+] [PATTERN]      list indexes\n"
 msgstr "  \\di[S+] [MODELLO]      elenca gli indici\n"
 
-#: help.c:243
+#: help.c:244
 #, c-format
 msgid "  \\dl                    list large objects, same as \\lo_list\n"
 msgstr "  \\dl                    elenca i large object, stesso risultato di \\lo_list\n"
 
-#: help.c:244
+#: help.c:245
 #, c-format
 msgid "  \\dL[S+] [PATTERN]      list procedural languages\n"
 msgstr "  \\dL[S+] [MODELLO]      elenca i linguaggi procedurali\n"
 
-#: help.c:245
+#: help.c:246
 #, c-format
 msgid "  \\dm[S+] [PATTERN]      list materialized views\n"
 msgstr "  \\dm[S+] [PATTERN]      elenca le viste materializzate\n"
 
-#: help.c:246
+#: help.c:247
 #, c-format
 msgid "  \\dn[S+] [PATTERN]      list schemas\n"
 msgstr "  \\dn[S+]  [MODELLO]     elenca gli schemi\n"
 
-#: help.c:247
+#: help.c:248
 #, c-format
 msgid "  \\do[S]  [PATTERN]      list operators\n"
 msgstr "  \\do[S]  [MODELLO]      elenca gli operatori\n"
 
-#: help.c:248
+#: help.c:249
 #, c-format
 msgid "  \\dO[S+] [PATTERN]      list collations\n"
 msgstr "  \\dO[S+] [MODELLO]      elenca gli ordinamenti\n"
 
-#: help.c:249
+#: help.c:250
 #, c-format
 msgid "  \\dp     [PATTERN]      list table, view, and sequence access privileges\n"
 msgstr ""
 "  \\dp     [MODELLO]      elenca i permessi di accesso alla tabella, vista\n"
 "                         o sequenza\n"
 
-#: help.c:250
+#: help.c:251
 #, c-format
 msgid "  \\drds [PATRN1 [PATRN2]] list per-database role settings\n"
 msgstr "  \\drds   [MOD1 [MOD2]]  elenca le impostazioni dei ruoli per database\n"
 
-#: help.c:251
+#: help.c:252
 #, c-format
 msgid "  \\dRp[+] [PATTERN]      list replication publications\n"
 msgstr "  \\dRp[+] [MODELLO]      elenca le pubblicazioni di replica\n"
 
-#: help.c:252
+#: help.c:253
 #, c-format
 msgid "  \\dRs[+] [PATTERN]      list replication subscriptions\n"
 msgstr "  \\dRs[+] [MODELLO]      elenca le sottoscrizioni di replica\n"
 
-#: help.c:253
+#: help.c:254
 #, c-format
 msgid "  \\ds[S+] [PATTERN]      list sequences\n"
 msgstr "  \\ds[S+] [MODELLO]      elenca le sequenze\n"
 
-#: help.c:254
+#: help.c:255
 #, c-format
 msgid "  \\dt[S+] [PATTERN]      list tables\n"
 msgstr "  \\dt[S+] [MODELLO]      elenca le tabelle\n"
 
-#: help.c:255
+#: help.c:256
 #, c-format
 msgid "  \\dT[S+] [PATTERN]      list data types\n"
 msgstr "  \\dT[S+] [MODELLO]      elenca i tipi di dato\n"
 
-#: help.c:256
+#: help.c:257
 #, c-format
 msgid "  \\du[S+] [PATTERN]      list roles\n"
 msgstr "  \\du[S+] [MODELLO]      elenca i ruoli\n"
 
-#: help.c:257
+#: help.c:258
 #, c-format
 msgid "  \\dv[S+] [PATTERN]      list views\n"
 msgstr "  \\dv[S+] [MODELLO]      elenca le viste\n"
 
-#: help.c:258
-#, c-format
-msgid "  \\dE[S+] [PATTERN]      list foreign tables\n"
-msgstr "  \\dE[S+] [MODELLO]      elenca le tabelle esterne\n"
-
 #: help.c:259
 #, c-format
 msgid "  \\dx[+]  [PATTERN]      list extensions\n"
@@ -2810,40 +2835,44 @@ msgstr "  \\H                     cambia modalità HTML (attualmente %s)\n"
 #, c-format
 msgid ""
 "  \\pset [NAME [VALUE]]   set table output option\n"
-"                         (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
-"                         numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager|\n"
-"                         unicode_border_linestyle|unicode_column_linestyle|unicode_header_linestyle})\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"
+"                         tuples_only|unicode_border_linestyle|\n"
+"                         unicode_column_linestyle|unicode_header_linestyle})\n"
 msgstr ""
 "  \\pset [NOME [VALORE]]  imposta opzioni di output tabella\n"
-"                         (NOME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
-"                         numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager|\n"
-"                         unicode_border_linestyle|unicode_column_linestyle|unicode_header_linestyle})\n"
+"                         (NOME := {border|columns|expanded|fieldsep|fieldsep_zero|\n"
+"                         footer|format|linestyle|null|numericlocale|pager|\n"
+"                         pager_min_lines|recordsep|recordsep_zero|tableattr|title|\n"
+"                         tuples_only|unicode_border_linestyle|\n"
+"                         unicode_column_linestyle|unicode_header_linestyle})\n"
 
-#: help.c:277
+#: help.c:279
 #, c-format
 msgid "  \\t [on|off]            show only rows (currently %s)\n"
 msgstr "  \\t [on|off]            mostra solo le righe (attualmente %s)\n"
 
-#: help.c:279
+#: help.c:281
 #, c-format
 msgid "  \\T [STRING]            set HTML <table> tag attributes, or unset if none\n"
 msgstr ""
 "  \\T [STRINGA]           imposta gli attributi HTML di <table>, se non\n"
 "                         specificato allora annullali\n"
 
-#: help.c:280
+#: help.c:282
 #, c-format
 msgid "  \\x [on|off|auto]       toggle expanded output (currently %s)\n"
 msgstr ""
 "  \\x [on|off|auto]       cambia modalità output espansa\n"
 "                         (attualmente %s)\n"
 
-#: help.c:284
+#: help.c:286
 #, c-format
 msgid "Connection\n"
 msgstr "Connessione\n"
 
-#: help.c:286
+#: help.c:288
 #, c-format
 msgid ""
 "  \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n"
@@ -2852,7 +2881,7 @@ msgstr ""
 "  \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n"
 "                         connetti ad un nuovo database (attualmente \"%s\")\n"
 
-#: help.c:290
+#: help.c:292
 #, c-format
 msgid ""
 "  \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n"
@@ -2861,78 +2890,78 @@ msgstr ""
 "  \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n"
 "                         connetti ad un nuovo database (nessuna connessione attiva)\n"
 
-#: help.c:292
+#: help.c:294
+#, c-format
+msgid "  \\conninfo              display information about current connection\n"
+msgstr "  \\conninfo              mostra le informazioni su la connessione corrente\n"
+
+#: help.c:295
 #, c-format
 msgid "  \\encoding [ENCODING]   show or set client encoding\n"
 msgstr "  \\encoding [CODIFICA]   mostra o imposta la codifica del client\n"
 
-#: help.c:293
+#: help.c:296
 #, c-format
 msgid "  \\password [USERNAME]   securely change the password for a user\n"
 msgstr "  \\password [UTENTE]     cambia la password per un utente in sicurezza\n"
 
-#: help.c:294
-#, c-format
-msgid "  \\conninfo              display information about current connection\n"
-msgstr "  \\conninfo              mostra le informazioni su la connessione corrente\n"
-
-#: help.c:297
+#: help.c:299
 #, c-format
 msgid "Operating System\n"
 msgstr "Sistema operativo\n"
 
-#: help.c:298
+#: help.c:300
 #, c-format
 msgid "  \\cd [DIR]              change the current working directory\n"
 msgstr "  \\cd [DIRECTORY]        cambia la directory di lavoro\n"
 
-#: help.c:299
+#: help.c:301
 #, c-format
 msgid "  \\setenv NAME [VALUE]   set or unset environment variable\n"
 msgstr "  \\setenv NOME [VALORE]  imposta o elimina una variabile d'ambiente\n"
 
-#: help.c:300
+#: help.c:302
 #, c-format
 msgid "  \\timing [on|off]       toggle timing of commands (currently %s)\n"
 msgstr ""
 "  \\timing [on|off]       imposta cronometro dei comandi\n"
 "                         (attualmente %s)\n"
 
-#: help.c:302
+#: help.c:304
 #, c-format
 msgid "  \\! [COMMAND]           execute command in shell or start interactive shell\n"
 msgstr ""
 "  \\! [COMANDO]           esegui un comando in una shell oppure avvia una shell\n"
 "                         interattiva\n"
 
-#: help.c:305
+#: help.c:307
 #, c-format
 msgid "Variables\n"
 msgstr "Variabili\n"
 
-#: help.c:306
+#: help.c:308
 #, c-format
 msgid "  \\prompt [TEXT] NAME    prompt user to set internal variable\n"
 msgstr "  \\prompt [TESTO] NOME   richiedi all'utente di impostare una variabile interna\n"
 
-#: help.c:307
+#: help.c:309
 #, c-format
 msgid "  \\set [NAME [VALUE]]    set internal variable, or list all if no parameters\n"
 msgstr ""
 "  \\set [NOME [VALORE]]   imposta una variabile interna, oppure mostrale tutte\n"
 "                         se non sono specificati parametri\n"
 
-#: help.c:308
+#: help.c:310
 #, c-format
 msgid "  \\unset NAME            unset (delete) internal variable\n"
 msgstr "  \\unset NOME            cancella una variabile interna\n"
 
-#: help.c:311
+#: help.c:313
 #, c-format
 msgid "Large Objects\n"
 msgstr "Large Object\n"
 
-#: help.c:312
+#: help.c:314
 #, c-format
 msgid ""
 "  \\lo_export LOBOID FILE\n"
@@ -2945,7 +2974,7 @@ msgstr ""
 "  \\lo_list\n"
 "  \\lo_unlink LOBOID    operazioni sui large object\n"
 
-#: help.c:339
+#: help.c:341
 #, c-format
 msgid ""
 "List of specially treated variables\n"
@@ -2954,12 +2983,12 @@ msgstr ""
 "Lista delle variabili speciali\n"
 "\n"
 
-#: help.c:341
+#: help.c:343
 #, c-format
 msgid "psql variables:\n"
 msgstr "variabili psql:\n"
 
-#: help.c:343
+#: help.c:345
 #, c-format
 msgid ""
 "  psql --set=NAME=VALUE\n"
@@ -2970,12 +2999,12 @@ msgstr ""
 "  oppure \\set NOME VALORE dentro psql\n"
 "\n"
 
-#: help.c:345
+#: help.c:347
 #, c-format
 msgid "  AUTOCOMMIT         if set, successful SQL commands are automatically committed\n"
 msgstr "  AUTOCOMMIT         se impostato, i comandi SQL riusciti sono salvati automaticamente\n"
 
-#: help.c:346
+#: help.c:348
 #, c-format
 msgid ""
 "  COMP_KEYWORD_CASE  determines the case used to complete SQL key words\n"
@@ -2984,12 +3013,12 @@ msgstr ""
 "  COMP_KEYWORD_CASE  determina il caso usato per completare le parole chiave SQL\n"
 "                     [lower, upper, preserve-lower, preserve-upper]\n"
 
-#: help.c:348
+#: help.c:350
 #, c-format
 msgid "  DBNAME             the currently connected database name\n"
 msgstr "  DBNAME             il nome del database attualmente connesso\n"
 
-#: help.c:349
+#: help.c:351
 #, c-format
 msgid ""
 "  ECHO               controls what input is written to standard output\n"
@@ -2998,7 +3027,7 @@ msgstr ""
 "  ECHO               controlla quale input è scritto su stardard output\n"
 "                     [all, errors, none, queries]\n"
 
-#: help.c:351
+#: help.c:353
 #, c-format
 msgid ""
 "  ECHO_HIDDEN        if set, display internal queries executed by backslash commands;\n"
@@ -3007,12 +3036,12 @@ msgstr ""
 "  ECHO_HIDDEN        se impostato, mostra le query interne dei comandi backslash;\n"
 "                     se impostato a \"noexec\", mostrale solo senza eseguirle\n"
 
-#: help.c:353
+#: help.c:355
 #, c-format
 msgid "  ENCODING           current client character set encoding\n"
 msgstr "  ENCODING           codifica del set di caratteri del client corrente\n"
 
-#: help.c:354
+#: help.c:356
 #, c-format
 msgid ""
 "  FETCH_COUNT        the number of result rows to fetch and display at a time\n"
@@ -3021,97 +3050,122 @@ msgstr ""
 "  FETCH_COUNT        il numero di righe del risultato da leggere e mostrare pr volta\n"
 "                     (default: 0=tutte)\n"
 
-#: help.c:356
+#: help.c:358
 #, c-format
 msgid "  HISTCONTROL        controls command history [ignorespace, ignoredups, ignoreboth]\n"
 msgstr "  HISTCONTROL        controlla la storia dei comandi [ignorespace, ignoredups, ignoreboth]\n"
 
-#: help.c:357
+#: help.c:359
 #, c-format
 msgid "  HISTFILE           file name used to store the command history\n"
 msgstr "  HISTFILE           nome del file usato per memorizzare la storia dei comandi\n"
 
-#: help.c:358
+#: help.c:360
 #, c-format
 msgid "  HISTSIZE           max number of commands to store in the command history\n"
 msgstr "  HISTSIZE           numero massimo di comandi da salvare nella storia dei comandi\n"
 
-#: help.c:359
+#: help.c:361
 #, c-format
 msgid "  HOST               the currently connected database server host\n"
 msgstr "  HOST               l'host del server del database attualmente connesso\n"
 
-#: help.c:360
+#: help.c:362
 #, c-format
 msgid "  IGNOREEOF          number of EOFs needed to terminate an interactive session\n"
 msgstr "  IGNOREEOF          numero di EOF richiesti per terminare una sessione interattiva\n"
 
-#: help.c:361
+#: help.c:363
 #, c-format
 msgid "  LASTOID            value of the last affected OID\n"
 msgstr "  LASTOID            valore dell'ultimo OID interessato\n"
 
-#: help.c:362
+#: 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  se impostato, un errore non termina una transazione (usa punti di salvataggio impliciti)\n"
 
-#: help.c:363
+#: help.c:365
 #, c-format
 msgid "  ON_ERROR_STOP      stop batch execution after error\n"
 msgstr "  ON_ERROR_STOP      termina l'esecuzione batch dopo un errore\n"
 
-#: help.c:364
+#: help.c:366
 #, c-format
 msgid "  PORT               server port of the current connection\n"
 msgstr "  PORT               porta del server attualmente connesso\n"
 
-#: help.c:365
+#: help.c:367
 #, c-format
 msgid "  PROMPT1            specifies the standard psql prompt\n"
 msgstr "  PROMPT1            specifica il prompt psql standard\n"
 
-#: help.c:366
+#: help.c:368
 #, c-format
 msgid "  PROMPT2            specifies the prompt used when a statement continues from a previous line\n"
 msgstr "  PROMPT2            specifica il prompt usato quando un'istruzione continua da una riga precedente\n"
 
-#: help.c:367
+#: help.c:369
 #, c-format
 msgid "  PROMPT3            specifies the prompt used during COPY ... FROM STDIN\n"
 msgstr "  PROMPT3            specifica il prompt usato in COPY ... FROM STDIN\n"
 
-#: help.c:368
+#: help.c:370
 #, c-format
 msgid "  QUIET              run quietly (same as -q option)\n"
 msgstr "  QUIET              esegui silenziosamente (come con l'opzione -q)\n"
 
-#: help.c:369
+#: help.c:371
+#, c-format
+msgid "  SERVER_VERSION_NAME  server's version (short string)\n"
+msgstr "  SERVER_VERSION_NAME  versione del server (stringa breve)\n"
+
+#: help.c:372
+#, c-format
+msgid "  SERVER_VERSION_NUM   server's version (numeric format)\n"
+msgstr "  SERVER_VERSION_NUM   versione del server (formato numerico)\n"
+
+#: help.c:373
 #, c-format
 msgid "  SHOW_CONTEXT       controls display of message context fields [never, errors, always]\n"
 msgstr "  SHOW_CONTEXT       controlla la visualizzazione dei campi di contesto dei messaggi [never, errors, always]\n"
 
-#: help.c:370
+#: help.c:374
 #, c-format
 msgid "  SINGLELINE         end of line terminates SQL command mode (same as -S option)\n"
 msgstr "  SINGLELINE         la fine riga termina i comandi SQL (come con l'opzione -S)\n"
 
-#: help.c:371
+#: help.c:375
 #, c-format
 msgid "  SINGLESTEP         single-step mode (same as -s option)\n"
 msgstr "  SINGLESTEP         modalità passo singolo (come con l'opzione -s)\n"
 
-#: help.c:372
+#: help.c:376
 #, c-format
 msgid "  USER               the currently connected database user\n"
 msgstr "  USER               l'utente database attualmente connesso\n"
 
-#: help.c:373
+#: help.c:377
 #, c-format
 msgid "  VERBOSITY          controls verbosity of error reports [default, verbose, terse]\n"
 msgstr "  VERBOSITY          controlla la loquacità della visualizzazione degli errori [default, verbose, terse]\n"
 
-#: help.c:375
+#: help.c:378
+#, c-format
+msgid "  VERSION            psql's version (verbose string)\n"
+msgstr "  VERSION            versione di psql (stringa estesa)\n"
+
+#: help.c:379
+#, c-format
+msgid "  VERSION_NAME       psql's version (short string)\n"
+msgstr "  VERSION_NAME       versione di psql (strina breve)\n"
+
+#: help.c:380
+#, c-format
+msgid "  VERSION_NUM        psql's version (numeric format)\n"
+msgstr "  VERSION_NUM        versione di psql (formato numerico)\n"
+
+#: help.c:382
 #, c-format
 msgid ""
 "\n"
@@ -3120,7 +3174,7 @@ msgstr ""
 "\n"
 "Impostazioni di visualizzazione:\n"
 
-#: help.c:377
+#: help.c:384
 #, c-format
 msgid ""
 "  psql --pset=NAME[=VALUE]\n"
@@ -3131,52 +3185,52 @@ msgstr ""
 "  oppure \\pset NOME [VALORE] dentro psql\n"
 "\n"
 
-#: help.c:379
+#: help.c:386
 #, c-format
 msgid "  border             border style (number)\n"
 msgstr "  border             stile bordo (numero)\n"
 
-#: help.c:380
+#: help.c:387
 #, c-format
 msgid "  columns            target width for the wrapped format\n"
 msgstr "  columns            larghezza destinazione per il formato wrapped\n"
 
-#: help.c:381
+#: help.c:388
 #, c-format
 msgid "  expanded (or x)    expanded output [on, off, auto]\n"
 msgstr "  expanded (o x)     output espanso [on, off, auto]\n"
 
-#: help.c:382
+#: help.c:389
 #, c-format
 msgid "  fieldsep           field separator for unaligned output (default \"%s\")\n"
 msgstr "  fieldsep           separatore di campo per l'output non allineato (default \"%s\")\n"
 
-#: help.c:383
+#: help.c:390
 #, c-format
 msgid "  fieldsep_zero      set field separator for unaligned output to zero byte\n"
 msgstr "  fieldsep_zero      imposta il separatore di campo per l'output non allineato al byte zero\n"
 
-#: help.c:384
+#: help.c:391
 #, c-format
 msgid "  footer             enable or disable display of the table footer [on, off]\n"
 msgstr "  footer             abilita o disabilita la visualizzazione del piè di pagina [on, off]\n"
 
-#: help.c:385
+#: help.c:392
 #, c-format
 msgid "  format             set output format [unaligned, aligned, wrapped, html, asciidoc, ...]\n"
 msgstr "  format             imposta il formato di output [unaligned, aligned, wrapped, html, asciidoc, ...]\n"
 
-#: help.c:386
+#: help.c:393
 #, c-format
 msgid "  linestyle          set the border line drawing style [ascii, old-ascii, unicode]\n"
 msgstr "  linestyle          imposta lo stile di disegno delle righe dei bordi [ascii, old-ascii, unicode]\n"
 
-#: help.c:387
+#: help.c:394
 #, c-format
 msgid "  null               set the string to be printed in place of a null value\n"
 msgstr "  null               imposta la stringa da visualizzare al posto dei valori null\n"
 
-#: help.c:388
+#: help.c:395
 #, c-format
 msgid ""
 "  numericlocale      enable or disable display of a locale-specific character to separate\n"
@@ -3185,22 +3239,22 @@ msgstr ""
 "  numericlocale      abilita o disabilita i caratteri specifici per il locale per separare\n"
 "                     i gruppi di cifre [on, off]\n"
 
-#: help.c:390
+#: help.c:397
 #, c-format
 msgid "  pager              control when an external pager is used [yes, no, always]\n"
 msgstr "  pager              controlla quando usare la paginazione esterna [yes, no, always]\n"
 
-#: help.c:391
+#: help.c:398
 #, c-format
 msgid "  recordsep          record (line) separator for unaligned output\n"
 msgstr "  recordsep          separatore di record (riga) per l'output non allineato\n"
 
-#: help.c:392
+#: help.c:399
 #, c-format
 msgid "  recordsep_zero     set record separator for unaligned output to zero byte\n"
 msgstr "  recordsep_zero     imposta il separatore di campo per l'output non allineato al byte zero\n"
 
-#: help.c:393
+#: help.c:400
 #, c-format
 msgid ""
 "  tableattr (or T)   specify attributes for table tag in html format or proportional\n"
@@ -3210,17 +3264,17 @@ msgstr ""
 "                     larghezza colonna proporzionale dei dati allineati a sinistra\n"
 "                     in formato latex-longtable\n"
 
-#: help.c:395
+#: help.c:402
 #, c-format
 msgid "  title              set the table title for any subsequently printed tables\n"
 msgstr "  title              imposta il titolo della tabella per ogni tabella stampata in seguto\n"
 
-#: help.c:396
+#: help.c:403
 #, c-format
 msgid "  tuples_only        if set, only actual table data is shown\n"
 msgstr "  tuples_only        se impostato, mostra solo i dati della tabella\n"
 
-#: help.c:397
+#: help.c:404
 #, c-format
 msgid ""
 "  unicode_border_linestyle\n"
@@ -3233,7 +3287,7 @@ msgstr ""
 "  unicode_header_linestyle\n"
 "                     imposta lo stile di disegno delle righe Unicode [single, double]\n"
 
-#: help.c:402
+#: help.c:409
 #, c-format
 msgid ""
 "\n"
@@ -3242,7 +3296,7 @@ msgstr ""
 "\n"
 "Variabili d'ambiente:\n"
 
-#: help.c:406
+#: help.c:413
 #, c-format
 msgid ""
 "  NAME=VALUE [NAME=VALUE] psql ...\n"
@@ -3253,7 +3307,7 @@ msgstr ""
 "  oppure \\setenv NOME [VALORE] dentro psql\n"
 "\n"
 
-#: help.c:408
+#: help.c:415
 #, c-format
 msgid ""
 "  set NAME=VALUE\n"
@@ -3266,52 +3320,52 @@ msgstr ""
 "  oppure \\setenv NOME [VALORE] dentro psql\n"
 "\n"
 
-#: help.c:411
+#: help.c:418
 #, c-format
 msgid "  COLUMNS            number of columns for wrapped format\n"
 msgstr "  COLUMNS            numero di colonne per il formato wrapped\n"
 
-#: help.c:412
+#: help.c:419
 #, c-format
 msgid "  PAGER              name of external pager program\n"
 msgstr "  PAGER              nome del programma di paginazione esterno\n"
 
-#: help.c:413
+#: help.c:420
 #, c-format
 msgid "  PGAPPNAME          same as the application_name connection parameter\n"
 msgstr "  PGAPPNAME          come il parametro di connessione application_name\n"
 
-#: help.c:414
+#: help.c:421
 #, c-format
 msgid "  PGDATABASE         same as the dbname connection parameter\n"
 msgstr "  PGDATABASE         come il parametro di connessione dbname\n"
 
-#: help.c:415
+#: help.c:422
 #, c-format
 msgid "  PGHOST             same as the host connection parameter\n"
 msgstr "  PGHOST             come il parametro di connessione host\n"
 
-#: help.c:416
-#, c-format
-msgid "  PGPORT             same as the port connection parameter\n"
-msgstr "  PGPORT             come il parametro di connessione port\n"
-
-#: help.c:417
-#, c-format
-msgid "  PGUSER             same as the user connection parameter\n"
-msgstr "  PGUSER             come il parametro di connessione user\n"
-
-#: help.c:418
+#: help.c:423
 #, c-format
 msgid "  PGPASSWORD         connection password (not recommended)\n"
 msgstr "  PGPASSWORD         password di connessione (uso non raccomandato)\n"
 
-#: help.c:419
+#: help.c:424
 #, c-format
 msgid "  PGPASSFILE         password file name\n"
 msgstr "  PGPASSFILE         nome del file delle password\n"
 
-#: help.c:420
+#: help.c:425
+#, c-format
+msgid "  PGPORT             same as the port connection parameter\n"
+msgstr "  PGPORT             come il parametro di connessione port\n"
+
+#: help.c:426
+#, c-format
+msgid "  PGUSER             same as the user connection parameter\n"
+msgstr "  PGUSER             come il parametro di connessione user\n"
+
+#: help.c:427
 #, c-format
 msgid ""
 "  PSQL_EDITOR, EDITOR, VISUAL\n"
@@ -3320,7 +3374,7 @@ msgstr ""
 "  PSQL_EDITOR, EDITOR, VISUAL\n"
 "                     editor usato dai comandi \\e, \\ef, \\ev\n"
 
-#: help.c:422
+#: help.c:429
 #, c-format
 msgid ""
 "  PSQL_EDITOR_LINENUMBER_ARG\n"
@@ -3329,31 +3383,31 @@ msgstr ""
 "  PSQL_EDITOR_LINENUMBER_ARG\n"
 "                     come specificare un numero di riga quando si invoca l'editor\n"
 
-#: help.c:424
+#: help.c:431
 #, c-format
 msgid "  PSQL_HISTORY       alternative location for the command history file\n"
 msgstr "  PSQL_HISTORY       posizione alternativa del file della storia dei comandi\n"
 
-#: help.c:425
+#: help.c:432
 #, c-format
 msgid "  PSQLRC             alternative location for the user's .psqlrc file\n"
 msgstr "  PSQLRC             posizione alternativa del file .psqlrc dell'utente\n"
 
-#: help.c:426
+#: help.c:433
 #, c-format
 msgid "  SHELL              shell used by the \\! command\n"
 msgstr "  SHELL              shell usata dal comando \\!\n"
 
-#: help.c:427
+#: help.c:434
 #, c-format
 msgid "  TMPDIR             directory for temporary files\n"
 msgstr "  TMPDIR             directory per i file temporanei\n"
 
-#: help.c:470
+#: help.c:477
 msgid "Available help:\n"
 msgstr "Aiuti disponibili:\n"
 
-#: help.c:554
+#: help.c:561
 #, c-format
 msgid ""
 "Command:     %s\n"
@@ -3368,7 +3422,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: help.c:570
+#: help.c:577
 #, c-format
 msgid ""
 "No help available for \"%s\".\n"
@@ -3502,34 +3556,34 @@ msgstr "%s: memoria esaurita\n"
 #: 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:1397 sql_help.c:1400 sql_help.c:1402 sql_help.c:1404
-#: sql_help.c:1406 sql_help.c:1408 sql_help.c:1411 sql_help.c:1451
-#: sql_help.c:1662 sql_help.c:1726 sql_help.c:1745 sql_help.c:1758
-#: sql_help.c:1814 sql_help.c:1820 sql_help.c:1830 sql_help.c:1850
-#: sql_help.c:1875 sql_help.c:1893 sql_help.c:1922 sql_help.c:2015
-#: sql_help.c:2057 sql_help.c:2079 sql_help.c:2099 sql_help.c:2100
-#: sql_help.c:2135 sql_help.c:2155 sql_help.c:2177 sql_help.c:2191
-#: sql_help.c:2206 sql_help.c:2236 sql_help.c:2261 sql_help.c:2307
-#: sql_help.c:2569 sql_help.c:2582 sql_help.c:2599 sql_help.c:2615
-#: sql_help.c:2655 sql_help.c:2707 sql_help.c:2711 sql_help.c:2713
-#: sql_help.c:2719 sql_help.c:2737 sql_help.c:2764 sql_help.c:2799
-#: sql_help.c:2811 sql_help.c:2820 sql_help.c:2864 sql_help.c:2878
-#: sql_help.c:2906 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:2971 sql_help.c:2982 sql_help.c:2990 sql_help.c:2998
-#: sql_help.c:3006 sql_help.c:3014 sql_help.c:3024 sql_help.c:3033
-#: sql_help.c:3042 sql_help.c:3050 sql_help.c:3059 sql_help.c:3067
-#: sql_help.c:3075 sql_help.c:3084 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:3181 sql_help.c:3190 sql_help.c:3198 sql_help.c:3215
-#: sql_help.c:3230 sql_help.c:3498 sql_help.c:3549 sql_help.c:3578
-#: sql_help.c:3586 sql_help.c:4009 sql_help.c:4057 sql_help.c:4198
+#: 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
 msgid "name"
 msgstr "nome"
 
-#: sql_help.c:37 sql_help.c:40 sql_help.c:43 sql_help.c:326 sql_help.c:1520
-#: sql_help.c:2879 sql_help.c:3803
+#: 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
 msgid "aggregate_signature"
 msgstr "signature_aggregato"
 
@@ -3540,7 +3594,7 @@ msgstr "signature_aggregato"
 #: 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:1405
+#: sql_help.c:1409
 msgid "new_name"
 msgstr "nuovo_nome"
 
@@ -3549,86 +3603,87 @@ msgstr "nuovo_nome"
 #: 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:1403 sql_help.c:2555
+#: sql_help.c:1235 sql_help.c:1298 sql_help.c:1407 sql_help.c:2563
 msgid "new_owner"
 msgstr "nuovo_proprietario"
 
 #: 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:1407
+#: 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
 msgid "new_schema"
 msgstr "nuovo_schema"
 
-#: sql_help.c:45 sql_help.c:1576 sql_help.c:2880 sql_help.c:3824
+#: sql_help.c:45 sql_help.c:1580 sql_help.c:2888 sql_help.c:3832
 msgid "where aggregate_signature is:"
 msgstr "dove signature_aggregato è:"
 
 #: 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:1538 sql_help.c:1577
-#: sql_help.c:1580 sql_help.c:1583 sql_help.c:1727 sql_help.c:1746
-#: sql_help.c:1749 sql_help.c:2016 sql_help.c:2881 sql_help.c:2884
-#: sql_help.c:2887 sql_help.c:2972 sql_help.c:3383 sql_help.c:3716
-#: sql_help.c:3809 sql_help.c:3825 sql_help.c:3828 sql_help.c:3831
+#: 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
 msgid "argmode"
 msgstr "modo_arg"
 
 #: 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:1539 sql_help.c:1578
-#: sql_help.c:1581 sql_help.c:1584 sql_help.c:1728 sql_help.c:1747
-#: sql_help.c:1750 sql_help.c:2017 sql_help.c:2882 sql_help.c:2885
-#: sql_help.c:2888 sql_help.c:2973 sql_help.c:3810 sql_help.c:3826
-#: sql_help.c:3829 sql_help.c:3832
+#: 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
 msgid "argname"
 msgstr "nome_arg"
 
 #: 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:1540 sql_help.c:1579
-#: sql_help.c:1582 sql_help.c:1585 sql_help.c:2018 sql_help.c:2883
-#: sql_help.c:2886 sql_help.c:2889 sql_help.c:2974 sql_help.c:3811
-#: sql_help.c:3827 sql_help.c:3830 sql_help.c:3833
+#: 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
 msgid "argtype"
 msgstr "tipo_arg"
 
 #: 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:1382
-#: sql_help.c:1633 sql_help.c:1639 sql_help.c:1925 sql_help.c:1966
-#: sql_help.c:1973 sql_help.c:1982 sql_help.c:2058 sql_help.c:2237
-#: sql_help.c:2329 sql_help.c:2584 sql_help.c:2765 sql_help.c:2787
-#: sql_help.c:3250 sql_help.c:3417
+#: 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
 msgid "option"
 msgstr "opzione"
 
-#: sql_help.c:114 sql_help.c:855 sql_help.c:1355 sql_help.c:2059
-#: sql_help.c:2238 sql_help.c:2766
+#: sql_help.c:114 sql_help.c:855 sql_help.c:1355 sql_help.c:2063
+#: sql_help.c:2242 sql_help.c:2774
 msgid "where option can be:"
 msgstr "dove opzione può essere:"
 
-#: sql_help.c:115 sql_help.c:1857
+#: sql_help.c:115 sql_help.c:1861
 msgid "allowconn"
 msgstr "permetti_conn"
 
-#: sql_help.c:116 sql_help.c:856 sql_help.c:1356 sql_help.c:1858
-#: sql_help.c:2239 sql_help.c:2767
+#: sql_help.c:116 sql_help.c:856 sql_help.c:1356 sql_help.c:1862
+#: sql_help.c:2243 sql_help.c:2775
 msgid "connlimit"
 msgstr "limite_conn"
 
-#: sql_help.c:117 sql_help.c:1859
+#: sql_help.c:117 sql_help.c:1863
 msgid "istemplate"
 msgstr "è_template"
 
-#: sql_help.c:123 sql_help.c:588 sql_help.c:653 sql_help.c:1098 sql_help.c:1146
+#: sql_help.c:123 sql_help.c:588 sql_help.c:653 sql_help.c:1098
+#: sql_help.c:1146
 msgid "new_tablespace"
 msgstr "nuovo_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:1362 sql_help.c:1365 sql_help.c:1367
-#: sql_help.c:2027 sql_help.c:3603 sql_help.c:3998
+#: 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
 msgid "configuration_parameter"
 msgstr "parametro_config"
 
@@ -3636,13 +3691,13 @@ msgstr "parametro_config"
 #: 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:1363 sql_help.c:1383
-#: sql_help.c:1926 sql_help.c:1967 sql_help.c:1974 sql_help.c:1983
-#: sql_help.c:2028 sql_help.c:2029 sql_help.c:2087 sql_help.c:2119
-#: sql_help.c:2209 sql_help.c:2330 sql_help.c:2360 sql_help.c:2457
-#: sql_help.c:2469 sql_help.c:2482 sql_help.c:2519 sql_help.c:2541
-#: sql_help.c:2558 sql_help.c:2585 sql_help.c:2788 sql_help.c:3418
-#: sql_help.c:3999 sql_help.c:4000
+#: 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
 msgid "value"
 msgstr "valore"
 
@@ -3650,9 +3705,9 @@ msgstr "valore"
 msgid "target_role"
 msgstr "ruolo_destinazione"
 
-#: sql_help.c:199 sql_help.c:1909 sql_help.c:2285 sql_help.c:2290
-#: sql_help.c:3365 sql_help.c:3372 sql_help.c:3386 sql_help.c:3392
-#: sql_help.c:3698 sql_help.c:3705 sql_help.c:3719 sql_help.c:3725
+#: 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
 msgid "schema_name"
 msgstr "nome_schema"
 
@@ -3667,33 +3722,33 @@ msgstr "dove grant_o_revoke_abbreviato è uno di:"
 #: 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:1370 sql_help.c:2062 sql_help.c:2063
-#: sql_help.c:2064 sql_help.c:2065 sql_help.c:2066 sql_help.c:2193
-#: sql_help.c:2242 sql_help.c:2243 sql_help.c:2244 sql_help.c:2245
-#: sql_help.c:2246 sql_help.c:2770 sql_help.c:2771 sql_help.c:2772
-#: sql_help.c:2773 sql_help.c:2774 sql_help.c:3399 sql_help.c:3400
-#: sql_help.c:3401 sql_help.c:3699 sql_help.c:3703 sql_help.c:3706
-#: sql_help.c:3708 sql_help.c:3710 sql_help.c:3712 sql_help.c:3714
-#: sql_help.c:3720 sql_help.c:3722 sql_help.c:3724 sql_help.c:3726
-#: sql_help.c:3728 sql_help.c:3730 sql_help.c:3731 sql_help.c:3732
-#: sql_help.c:4019
+#: 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
 msgid "role_name"
 msgstr "nome_ruolo"
 
 #: sql_help.c:237 sql_help.c:451 sql_help.c:1113 sql_help.c:1115
-#: sql_help.c:1399 sql_help.c:1878 sql_help.c:1882 sql_help.c:1986
-#: sql_help.c:1990 sql_help.c:2083 sql_help.c:2453 sql_help.c:2465
-#: sql_help.c:2478 sql_help.c:2486 sql_help.c:2497 sql_help.c:2523
-#: sql_help.c:3449 sql_help.c:3464 sql_help.c:3466 sql_help.c:3884
-#: sql_help.c:3885 sql_help.c:3894 sql_help.c:3935 sql_help.c:3936
-#: sql_help.c:3937 sql_help.c:3938 sql_help.c:3939 sql_help.c:3940
-#: sql_help.c:3973 sql_help.c:3974 sql_help.c:3979 sql_help.c:3984
-#: sql_help.c:4123 sql_help.c:4124 sql_help.c:4133 sql_help.c:4174
-#: sql_help.c:4175 sql_help.c:4176 sql_help.c:4177 sql_help.c:4178
-#: sql_help.c:4179 sql_help.c:4226 sql_help.c:4228 sql_help.c:4261
-#: sql_help.c:4317 sql_help.c:4318 sql_help.c:4327 sql_help.c:4368
-#: sql_help.c:4369 sql_help.c:4370 sql_help.c:4371 sql_help.c:4372
-#: sql_help.c:4373
+#: 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
 msgid "expression"
 msgstr "espressione"
 
@@ -3703,9 +3758,9 @@ msgstr "vincolo_di_dominio"
 
 #: 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:1526 sql_help.c:1528 sql_help.c:1881
-#: sql_help.c:1985 sql_help.c:1989 sql_help.c:2485 sql_help.c:2496
-#: sql_help.c:3461
+#: 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
 msgid "constraint_name"
 msgstr "nome_vincolo"
 
@@ -3729,73 +3784,73 @@ msgstr "dove oggetto_membro è:"
 #: 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:1518 sql_help.c:1523 sql_help.c:1530
-#: sql_help.c:1531 sql_help.c:1532 sql_help.c:1533 sql_help.c:1534
-#: sql_help.c:1535 sql_help.c:1536 sql_help.c:1541 sql_help.c:1543
-#: sql_help.c:1547 sql_help.c:1549 sql_help.c:1553 sql_help.c:1554
-#: sql_help.c:1555 sql_help.c:1558 sql_help.c:1559 sql_help.c:1560
-#: sql_help.c:1561 sql_help.c:1562 sql_help.c:1563 sql_help.c:1564
+#: 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:1573 sql_help.c:1574 sql_help.c:3799 sql_help.c:3804
-#: sql_help.c:3805 sql_help.c:3806 sql_help.c:3807 sql_help.c:3813
-#: sql_help.c:3814 sql_help.c:3815 sql_help.c:3816 sql_help.c:3817
-#: sql_help.c:3818 sql_help.c:3819 sql_help.c:3820 sql_help.c:3821
-#: sql_help.c:3822
+#: 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
 msgid "object_name"
 msgstr "nome_oggetto"
 
-#: sql_help.c:325 sql_help.c:1519 sql_help.c:3802
+#: sql_help.c:325 sql_help.c:1523 sql_help.c:3810
 msgid "aggregate_name"
 msgstr "nome_aggregato"
 
-#: sql_help.c:327 sql_help.c:1521 sql_help.c:1792 sql_help.c:1796
-#: sql_help.c:1798 sql_help.c:2897
+#: sql_help.c:327 sql_help.c:1525 sql_help.c:1796 sql_help.c:1800
+#: sql_help.c:1802 sql_help.c:2905
 msgid "source_type"
 msgstr "tipo_sorgente"
 
-#: sql_help.c:328 sql_help.c:1522 sql_help.c:1793 sql_help.c:1797
-#: sql_help.c:1799 sql_help.c:2898
+#: sql_help.c:328 sql_help.c:1526 sql_help.c:1797 sql_help.c:1801
+#: sql_help.c:1803 sql_help.c:2906
 msgid "target_type"
 msgstr "tipo_destinazione"
 
-#: sql_help.c:335 sql_help.c:756 sql_help.c:1537 sql_help.c:1794
-#: sql_help.c:1833 sql_help.c:1896 sql_help.c:2136 sql_help.c:2167
-#: sql_help.c:2661 sql_help.c:3382 sql_help.c:3715 sql_help.c:3808
-#: sql_help.c:3913 sql_help.c:3917 sql_help.c:3921 sql_help.c:3924
-#: sql_help.c:4152 sql_help.c:4156 sql_help.c:4160 sql_help.c:4163
-#: sql_help.c:4346 sql_help.c:4350 sql_help.c:4354 sql_help.c:4357
+#: 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
 msgid "function_name"
 msgstr "nome_funzione"
 
-#: sql_help.c:340 sql_help.c:749 sql_help.c:1544 sql_help.c:2160
+#: sql_help.c:340 sql_help.c:749 sql_help.c:1548 sql_help.c:2164
 msgid "operator_name"
 msgstr "nome_operatore"
 
-#: sql_help.c:341 sql_help.c:685 sql_help.c:689 sql_help.c:693 sql_help.c:1545
-#: sql_help.c:2137 sql_help.c:3015
+#: 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
 msgid "left_type"
 msgstr "tipo_sx"
 
-#: sql_help.c:342 sql_help.c:686 sql_help.c:690 sql_help.c:694 sql_help.c:1546
-#: sql_help.c:2138 sql_help.c:3016
+#: 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
 msgid "right_type"
 msgstr "tipo_dx"
 
 #: 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:1548 sql_help.c:1550 sql_help.c:2157 sql_help.c:2178
-#: sql_help.c:2502 sql_help.c:3025 sql_help.c:3034
+#: 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
 msgid "index_method"
 msgstr "metodo_indice"
 
-#: sql_help.c:356 sql_help.c:1152 sql_help.c:1569 sql_help.c:2024
-#: sql_help.c:2460 sql_help.c:2628 sql_help.c:3172 sql_help.c:3396
-#: sql_help.c:3729
+#: 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
 msgid "type_name"
 msgstr "nome_di_tipo"
 
-#: sql_help.c:357 sql_help.c:1570 sql_help.c:2023 sql_help.c:2629
-#: sql_help.c:2855 sql_help.c:3173 sql_help.c:3388 sql_help.c:3721
+#: 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
 msgid "lang_name"
 msgstr "nome_linguaggio"
 
@@ -3803,38 +3858,39 @@ msgstr "nome_linguaggio"
 msgid "and aggregate_signature is:"
 msgstr "e signature_aggregato è:"
 
-#: sql_help.c:383 sql_help.c:1664 sql_help.c:1923
+#: sql_help.c:383 sql_help.c:1668 sql_help.c:1927
 msgid "handler_function"
 msgstr "funzione_handler"
 
-#: sql_help.c:384 sql_help.c:1924
+#: sql_help.c:384 sql_help.c:1928
 msgid "validator_function"
 msgstr "funzione_validazione"
 
-#: sql_help.c:433 sql_help.c:510 sql_help.c:641 sql_help.c:1085 sql_help.c:1296
-#: sql_help.c:2493 sql_help.c:2494 sql_help.c:2510 sql_help.c:2511
+#: 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
 msgid "action"
 msgstr "azione"
 
 #: 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:1398 sql_help.c:1401 sql_help.c:1421 sql_help.c:1525
-#: sql_help.c:1630 sql_help.c:1635 sql_help.c:1649 sql_help.c:1650
-#: sql_help.c:1651 sql_help.c:1964 sql_help.c:1977 sql_help.c:2021
-#: sql_help.c:2082 sql_help.c:2117 sql_help.c:2315 sql_help.c:2343
-#: sql_help.c:2344 sql_help.c:2444 sql_help.c:2452 sql_help.c:2461
-#: sql_help.c:2464 sql_help.c:2473 sql_help.c:2477 sql_help.c:2498
-#: sql_help.c:2500 sql_help.c:2507 sql_help.c:2522 sql_help.c:2539
-#: sql_help.c:2664 sql_help.c:2800 sql_help.c:3367 sql_help.c:3368
-#: sql_help.c:3448 sql_help.c:3463 sql_help.c:3465 sql_help.c:3467
-#: sql_help.c:3700 sql_help.c:3701 sql_help.c:3801 sql_help.c:3944
-#: sql_help.c:4183 sql_help.c:4225 sql_help.c:4227 sql_help.c:4229
-#: sql_help.c:4246 sql_help.c:4249 sql_help.c:4377
+#: 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
 msgid "column_name"
 msgstr "nome_colonna"
 
@@ -3842,26 +3898,27 @@ msgstr "nome_colonna"
 msgid "new_column_name"
 msgstr "nuovo_nome_colonna"
 
-#: sql_help.c:441 sql_help.c:531 sql_help.c:654 sql_help.c:1104 sql_help.c:1312
+#: sql_help.c:441 sql_help.c:531 sql_help.c:654 sql_help.c:1104
+#: sql_help.c:1312
 msgid "where action is one of:"
 msgstr "dove azione è una di:"
 
-#: 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:1876 sql_help.c:1965
-#: sql_help.c:2156 sql_help.c:2308 sql_help.c:2445 sql_help.c:2709
-#: sql_help.c:3550
+#: 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
 msgid "data_type"
 msgstr "tipo_di_dato"
 
 #: 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:1877 sql_help.c:1968
-#: sql_help.c:2084 sql_help.c:2446 sql_help.c:2454 sql_help.c:2466
-#: sql_help.c:2479 sql_help.c:2710 sql_help.c:2716 sql_help.c:3458
+#: 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
 msgid "collation"
 msgstr "ordinamento"
 
-#: sql_help.c:445 sql_help.c:1108 sql_help.c:1969 sql_help.c:1978
-#: sql_help.c:2447 sql_help.c:2462 sql_help.c:2474
+#: 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
 msgid "column_constraint"
 msgstr "vincolo_di_colonna"
 
@@ -3874,50 +3931,51 @@ msgstr "intero"
 msgid "attribute_option"
 msgstr "opzione_attributo"
 
-#: sql_help.c:465 sql_help.c:1132 sql_help.c:1970 sql_help.c:1979
-#: sql_help.c:2448 sql_help.c:2463 sql_help.c:2475
+#: 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
 msgid "table_constraint"
 msgstr "vincoli_di_tabella"
 
 #: 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:1571
+#: sql_help.c:1138 sql_help.c:1139 sql_help.c:1140 sql_help.c:1575
 msgid "trigger_name"
 msgstr "nome_trigger"
 
 #: sql_help.c:472 sql_help.c:473 sql_help.c:1150 sql_help.c:1151
-#: sql_help.c:1971 sql_help.c:1976 sql_help.c:2451 sql_help.c:2472
+#: sql_help.c:1975 sql_help.c:1980 sql_help.c:2456 sql_help.c:2477
 msgid "parent_table"
 msgstr "tabella_padre"
 
-#: sql_help.c:530 sql_help.c:580 sql_help.c:643 sql_help.c:1275 sql_help.c:1908
+#: sql_help.c:530 sql_help.c:580 sql_help.c:643 sql_help.c:1275
+#: sql_help.c:1912
 msgid "extension_name"
 msgstr "nome_estensione"
 
-#: sql_help.c:532 sql_help.c:2025
+#: sql_help.c:532 sql_help.c:2029
 msgid "execution_cost"
 msgstr "costo_di_esecuzione"
 
-#: sql_help.c:533 sql_help.c:2026
+#: sql_help.c:533 sql_help.c:2030
 msgid "result_rows"
 msgstr "righe_risultato"
 
 #: 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:1364 sql_help.c:1366 sql_help.c:1368 sql_help.c:2286
-#: sql_help.c:2288 sql_help.c:2291 sql_help.c:2292 sql_help.c:3366
-#: sql_help.c:3370 sql_help.c:3373 sql_help.c:3375 sql_help.c:3377
-#: sql_help.c:3379 sql_help.c:3381 sql_help.c:3387 sql_help.c:3389
-#: sql_help.c:3391 sql_help.c:3393 sql_help.c:3395 sql_help.c:3397
+#: 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
 msgid "role_specification"
 msgstr "specifica_ruolo"
 
-#: sql_help.c:555 sql_help.c:557 sql_help.c:1380 sql_help.c:1851
-#: sql_help.c:2294 sql_help.c:2785 sql_help.c:3206 sql_help.c:4029
+#: 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
 msgid "user_name"
 msgstr "nome_utente"
 
-#: sql_help.c:558 sql_help.c:873 sql_help.c:1369 sql_help.c:2293
-#: sql_help.c:3398
+#: sql_help.c:558 sql_help.c:873 sql_help.c:1373 sql_help.c:2297
+#: sql_help.c:3406
 msgid "where role_specification can be:"
 msgstr "dove specifica_ruolo può essere:"
 
@@ -3925,116 +3983,117 @@ msgstr "dove specifica_ruolo può essere:"
 msgid "group_name"
 msgstr "nome_gruppo"
 
-#: sql_help.c:578 sql_help.c:1856 sql_help.c:2088 sql_help.c:2120
-#: sql_help.c:2458 sql_help.c:2470 sql_help.c:2483 sql_help.c:2520
-#: sql_help.c:2542 sql_help.c:2554 sql_help.c:3394 sql_help.c:3727
+#: 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
 msgid "tablespace_name"
 msgstr "nome_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:2086 sql_help.c:2118 sql_help.c:2456
-#: sql_help.c:2468 sql_help.c:2481 sql_help.c:2518 sql_help.c:2540
+#: 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
 msgid "storage_parameter"
 msgstr "parametro_di_memorizzazione"
 
-#: sql_help.c:608 sql_help.c:1542 sql_help.c:3812
+#: sql_help.c:608 sql_help.c:1546 sql_help.c:3820
 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:1461
+#: sql_help.c:1465
 msgid "index_name"
 msgstr "nome_indice"
 
-#: sql_help.c:695 sql_help.c:2141
+#: sql_help.c:695 sql_help.c:2145
 msgid "res_proc"
 msgstr "res_proc"
 
-#: sql_help.c:696 sql_help.c:2142
+#: sql_help.c:696 sql_help.c:2146
 msgid "join_proc"
 msgstr "proc_join"
 
-#: sql_help.c:748 sql_help.c:760 sql_help.c:2159
+#: sql_help.c:748 sql_help.c:760 sql_help.c:2163
 msgid "strategy_number"
 msgstr "strategia_num"
 
 #: 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:2161 sql_help.c:2162
-#: sql_help.c:2165 sql_help.c:2166
+#: 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
 msgid "op_type"
 msgstr "tipo_op"
 
-#: sql_help.c:752 sql_help.c:2163
+#: sql_help.c:752 sql_help.c:2167
 msgid "sort_family_name"
 msgstr "nome_famiglia_sort"
 
-#: sql_help.c:753 sql_help.c:763 sql_help.c:2164
+#: sql_help.c:753 sql_help.c:763 sql_help.c:2168
 msgid "support_number"
 msgstr "num_supporto"
 
-#: sql_help.c:757 sql_help.c:1795 sql_help.c:2168 sql_help.c:2631
-#: sql_help.c:2633
+#: sql_help.c:757 sql_help.c:1799 sql_help.c:2172 sql_help.c:2639
+#: sql_help.c:2641
 msgid "argument_type"
 msgstr "tipo_argomento"
 
 #: 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:1420 sql_help.c:1460 sql_help.c:1527 sql_help.c:1552
-#: sql_help.c:1557 sql_help.c:1572 sql_help.c:1629 sql_help.c:1634
-#: sql_help.c:1963 sql_help.c:1975 sql_help.c:2080 sql_help.c:2116
-#: sql_help.c:2192 sql_help.c:2207 sql_help.c:2263 sql_help.c:2314
-#: sql_help.c:2345 sql_help.c:2443 sql_help.c:2459 sql_help.c:2471
-#: sql_help.c:2538 sql_help.c:2657 sql_help.c:2834 sql_help.c:3051
-#: sql_help.c:3076 sql_help.c:3182 sql_help.c:3364 sql_help.c:3369
-#: sql_help.c:3414 sql_help.c:3446 sql_help.c:3697 sql_help.c:3702
-#: sql_help.c:3800 sql_help.c:3899 sql_help.c:3901 sql_help.c:3950
-#: sql_help.c:3989 sql_help.c:4138 sql_help.c:4140 sql_help.c:4189
-#: sql_help.c:4223 sql_help.c:4245 sql_help.c:4247 sql_help.c:4248
-#: sql_help.c:4332 sql_help.c:4334 sql_help.c:4383
+#: 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
 msgid "table_name"
 msgstr "nome_tabella"
 
-#: sql_help.c:793 sql_help.c:2194
+#: sql_help.c:793 sql_help.c:2198
 msgid "using_expression"
 msgstr "espressione_using"
 
-#: sql_help.c:794 sql_help.c:2195
+#: sql_help.c:794 sql_help.c:2199
 msgid "check_expression"
 msgstr "espressione_check"
 
-#: sql_help.c:814 sql_help.c:2208
+#: sql_help.c:814 sql_help.c:2212
 msgid "publication_parameter"
 msgstr "parametro_pubblicazione"
 
-#: sql_help.c:857 sql_help.c:1357 sql_help.c:2060 sql_help.c:2240
-#: sql_help.c:2768
+#: sql_help.c:857 sql_help.c:1357 sql_help.c:2064 sql_help.c:2244
+#: sql_help.c:2776
 msgid "password"
 msgstr "password"
 
-#: sql_help.c:858 sql_help.c:1358 sql_help.c:2061 sql_help.c:2241
-#: sql_help.c:2769
+#: sql_help.c:858 sql_help.c:1358 sql_help.c:2065 sql_help.c:2245
+#: sql_help.c:2777
 msgid "timestamp"
 msgstr "timestamp"
 
-#: sql_help.c:862 sql_help.c:866 sql_help.c:869 sql_help.c:872 sql_help.c:3374
-#: sql_help.c:3707
+#: 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
 msgid "database_name"
 msgstr "nome_database"
 
-#: sql_help.c:916 sql_help.c:2309
+#: sql_help.c:916 sql_help.c:2313
 msgid "increment"
 msgstr "incremento"
 
-#: sql_help.c:917 sql_help.c:2310
+#: sql_help.c:917 sql_help.c:2314
 msgid "minvalue"
 msgstr "valoremin"
 
-#: sql_help.c:918 sql_help.c:2311
+#: sql_help.c:918 sql_help.c:2315
 msgid "maxvalue"
 msgstr "valoremax"
 
-#: sql_help.c:919 sql_help.c:2312 sql_help.c:3897 sql_help.c:3987
-#: sql_help.c:4136 sql_help.c:4265 sql_help.c:4330
+#: 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
 msgid "start"
 msgstr "inizio"
 
@@ -4042,23 +4101,27 @@ msgstr "inizio"
 msgid "restart"
 msgstr "riavvio"
 
-#: sql_help.c:921 sql_help.c:2313
+#: sql_help.c:921 sql_help.c:2317
 msgid "cache"
 msgstr "cache"
 
-#: sql_help.c:978 sql_help.c:2357
+#: sql_help.c:978 sql_help.c:2361
 msgid "conninfo"
 msgstr "conninfo"
 
-#: sql_help.c:980 sql_help.c:2358
+#: sql_help.c:980 sql_help.c:2362
 msgid "publication_name"
 msgstr "nome_pubblicazione"
 
-#: sql_help.c:981 sql_help.c:984
+#: sql_help.c:981
+msgid "set_publication_option"
+msgstr "opzione_set_publication"
+
+#: sql_help.c:984
 msgid "refresh_option"
 msgstr "opzione_refresh"
 
-#: sql_help.c:989 sql_help.c:2359
+#: sql_help.c:989 sql_help.c:2363
 msgid "subscription_parameter"
 msgstr "parametro_sottoscrizione"
 
@@ -4066,11 +4129,11 @@ msgstr "parametro_sottoscrizione"
 msgid "partition_name"
 msgstr "nome_partizione"
 
-#: sql_help.c:1101 sql_help.c:1980 sql_help.c:2476
+#: sql_help.c:1101 sql_help.c:1984 sql_help.c:2481
 msgid "partition_bound_spec"
 msgstr "specifica_margine_partizione"
 
-#: sql_help.c:1119 sql_help.c:2488
+#: sql_help.c:1119 sql_help.c:2493
 msgid "sequence_options"
 msgstr "opzioni_sequenza"
 
@@ -4090,7 +4153,7 @@ msgstr "nome_regola_di_riscrittura"
 msgid "and table_constraint_using_index is:"
 msgstr "e vincolo_di_tabella_con_indice è:"
 
-#: sql_help.c:1173 sql_help.c:1176 sql_help.c:2557
+#: sql_help.c:1173 sql_help.c:1176 sql_help.c:2565
 msgid "tablespace_option"
 msgstr "opzione_tablespace"
 
@@ -4111,7 +4174,7 @@ msgid "new_dictionary"
 msgstr "nuovo_dizionario"
 
 #: sql_help.c:1300 sql_help.c:1313 sql_help.c:1316 sql_help.c:1317
-#: sql_help.c:2708
+#: sql_help.c:2716
 msgid "attribute_name"
 msgstr "nome_attributo"
 
@@ -4131,1494 +4194,1498 @@ msgstr "valore_enum_vicino"
 msgid "existing_enum_value"
 msgstr "valore_enum_esistente"
 
-#: sql_help.c:1381 sql_help.c:1972 sql_help.c:1981 sql_help.c:2325
-#: sql_help.c:2786 sql_help.c:3207 sql_help.c:3380 sql_help.c:3415
-#: sql_help.c:3713
+#: 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
 msgid "server_name"
 msgstr "nome_server"
 
-#: sql_help.c:1409 sql_help.c:1412 sql_help.c:2801
+#: sql_help.c:1413 sql_help.c:1416 sql_help.c:2809
 msgid "view_option_name"
 msgstr "nome_opzione_vista"
 
-#: sql_help.c:1410 sql_help.c:2802
+#: sql_help.c:1414 sql_help.c:2810
 msgid "view_option_value"
 msgstr "valore_opzione_vista"
 
-#: sql_help.c:1435 sql_help.c:4045 sql_help.c:4047 sql_help.c:4071
+#: sql_help.c:1439 sql_help.c:4053 sql_help.c:4055 sql_help.c:4079
 msgid "transaction_mode"
 msgstr "modalità_transazione"
 
-#: sql_help.c:1436 sql_help.c:4048 sql_help.c:4072
+#: sql_help.c:1440 sql_help.c:4056 sql_help.c:4080
 msgid "where transaction_mode is one of:"
 msgstr "dove modalità_transazione è una di:"
 
-#: sql_help.c:1524
+#: sql_help.c:1528
 msgid "relation_name"
 msgstr "nome_relazione"
 
-#: sql_help.c:1529 sql_help.c:3376 sql_help.c:3709
+#: sql_help.c:1533 sql_help.c:3384 sql_help.c:3717
 msgid "domain_name"
 msgstr "nome_dominio"
 
-#: sql_help.c:1551
+#: sql_help.c:1555
 msgid "policy_name"
 msgstr "nome_regola"
 
-#: sql_help.c:1556
+#: sql_help.c:1560
 msgid "rule_name"
 msgstr "nome_ruolo"
 
-#: sql_help.c:1575
+#: sql_help.c:1579
 msgid "text"
 msgstr "testo"
 
-#: sql_help.c:1600 sql_help.c:3559 sql_help.c:3747
+#: sql_help.c:1604 sql_help.c:3567 sql_help.c:3755
 msgid "transaction_id"
 msgstr "id_transazione"
 
-#: sql_help.c:1631 sql_help.c:1637 sql_help.c:3485
+#: sql_help.c:1635 sql_help.c:1641 sql_help.c:3493
 msgid "filename"
 msgstr "nome_file"
 
-#: sql_help.c:1632 sql_help.c:1638 sql_help.c:2265 sql_help.c:2266
-#: sql_help.c:2267
+#: sql_help.c:1636 sql_help.c:1642 sql_help.c:2269 sql_help.c:2270
+#: sql_help.c:2271
 msgid "command"
 msgstr "comando"
 
-#: sql_help.c:1636 sql_help.c:2121 sql_help.c:2543 sql_help.c:2803
-#: sql_help.c:2821 sql_help.c:3450
+#: sql_help.c:1640 sql_help.c:2125 sql_help.c:2551 sql_help.c:2811
+#: sql_help.c:2829 sql_help.c:3458
 msgid "query"
 msgstr "query"
 
-#: sql_help.c:1640 sql_help.c:3253
+#: sql_help.c:1644 sql_help.c:3261
 msgid "where option can be one of:"
 msgstr "dove opzione può essere una di:"
 
-#: sql_help.c:1641
+#: sql_help.c:1645
 msgid "format_name"
 msgstr "nome_formato"
 
-#: sql_help.c:1642 sql_help.c:1643 sql_help.c:1646 sql_help.c:3254
-#: sql_help.c:3255 sql_help.c:3256 sql_help.c:3257 sql_help.c:3258
-#: sql_help.c:3259
+#: 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
 msgid "boolean"
 msgstr "booleano"
 
-#: sql_help.c:1644
+#: sql_help.c:1648
 msgid "delimiter_character"
 msgstr "carattere_delimitatore"
 
-#: sql_help.c:1645
+#: sql_help.c:1649
 msgid "null_string"
 msgstr "stringa_nulla"
 
-#: sql_help.c:1647
+#: sql_help.c:1651
 msgid "quote_character"
 msgstr "carattere_virgolette"
 
-#: sql_help.c:1648
+#: sql_help.c:1652
 msgid "escape_character"
 msgstr "carattere_di_escape"
 
-#: sql_help.c:1652
+#: sql_help.c:1656
 msgid "encoding_name"
 msgstr "nome_codifica"
 
-#: sql_help.c:1663
+#: sql_help.c:1667
 msgid "access_method_type"
 msgstr "tipo_metodo_accesso"
 
-#: sql_help.c:1729 sql_help.c:1748 sql_help.c:1751
+#: sql_help.c:1733 sql_help.c:1752 sql_help.c:1755
 msgid "arg_data_type"
 msgstr "topo_dato_argomento"
 
-#: sql_help.c:1730 sql_help.c:1752 sql_help.c:1760
+#: sql_help.c:1734 sql_help.c:1756 sql_help.c:1764
 msgid "sfunc"
 msgstr "sfunz"
 
-#: sql_help.c:1731 sql_help.c:1753 sql_help.c:1761
+#: sql_help.c:1735 sql_help.c:1757 sql_help.c:1765
 msgid "state_data_type"
 msgstr "tipo_dato_stato"
 
-#: sql_help.c:1732 sql_help.c:1754 sql_help.c:1762
+#: sql_help.c:1736 sql_help.c:1758 sql_help.c:1766
 msgid "state_data_size"
 msgstr "dimensione_dato_stato"
 
-#: sql_help.c:1733 sql_help.c:1755 sql_help.c:1763
+#: sql_help.c:1737 sql_help.c:1759 sql_help.c:1767
 msgid "ffunc"
 msgstr "ffunz"
 
-#: sql_help.c:1734 sql_help.c:1764
+#: sql_help.c:1738 sql_help.c:1768
 msgid "combinefunc"
 msgstr "funz_combine"
 
-#: sql_help.c:1735 sql_help.c:1765
+#: sql_help.c:1739 sql_help.c:1769
 msgid "serialfunc"
 msgstr "funz_serial"
 
-#: sql_help.c:1736 sql_help.c:1766
+#: sql_help.c:1740 sql_help.c:1770
 msgid "deserialfunc"
 msgstr "funz_deserial"
 
-#: sql_help.c:1737 sql_help.c:1756 sql_help.c:1767
+#: sql_help.c:1741 sql_help.c:1760 sql_help.c:1771
 msgid "initial_condition"
 msgstr "condizione_iniziale"
 
-#: sql_help.c:1738 sql_help.c:1768
+#: sql_help.c:1742 sql_help.c:1772
 msgid "msfunc"
 msgstr "msfunz"
 
-#: sql_help.c:1739 sql_help.c:1769
+#: sql_help.c:1743 sql_help.c:1773
 msgid "minvfunc"
 msgstr "minvfunz"
 
-#: sql_help.c:1740 sql_help.c:1770
+#: sql_help.c:1744 sql_help.c:1774
 msgid "mstate_data_type"
 msgstr "tipo_dato_mstato"
 
-#: sql_help.c:1741 sql_help.c:1771
+#: sql_help.c:1745 sql_help.c:1775
 msgid "mstate_data_size"
 msgstr "tipo_dato_mstato"
 
-#: sql_help.c:1742 sql_help.c:1772
+#: sql_help.c:1746 sql_help.c:1776
 msgid "mffunc"
 msgstr "mffunz"
 
-#: sql_help.c:1743 sql_help.c:1773
+#: sql_help.c:1747 sql_help.c:1777
 msgid "minitial_condition"
 msgstr "condizione_minima"
 
-#: sql_help.c:1744 sql_help.c:1774
+#: sql_help.c:1748 sql_help.c:1778
 msgid "sort_operator"
 msgstr "operatore_di_ordinamento"
 
-#: sql_help.c:1757
+#: sql_help.c:1761
 msgid "or the old syntax"
 msgstr "o la vecchia sintassi"
 
-#: sql_help.c:1759
+#: sql_help.c:1763
 msgid "base_type"
 msgstr "tipo_base"
 
-#: sql_help.c:1815
+#: sql_help.c:1819
 msgid "locale"
 msgstr "locale"
 
-#: sql_help.c:1816 sql_help.c:1854
+#: sql_help.c:1820 sql_help.c:1858
 msgid "lc_collate"
 msgstr "lc_collate"
 
-#: sql_help.c:1817 sql_help.c:1855
+#: sql_help.c:1821 sql_help.c:1859
 msgid "lc_ctype"
 msgstr "lc_ctype"
 
-#: sql_help.c:1818 sql_help.c:3798
+#: sql_help.c:1822 sql_help.c:3806
 msgid "provider"
 msgstr "provider"
 
-#: sql_help.c:1819 sql_help.c:1910
+#: sql_help.c:1823 sql_help.c:1914
 msgid "version"
 msgstr "versione"
 
-#: sql_help.c:1821
+#: sql_help.c:1825
 msgid "existing_collation"
 msgstr "ordinamento_esistente"
 
-#: sql_help.c:1831
+#: sql_help.c:1835
 msgid "source_encoding"
 msgstr "codifica_origine"
 
-#: sql_help.c:1832
+#: sql_help.c:1836
 msgid "dest_encoding"
 msgstr "codifica_destinazione"
 
-#: sql_help.c:1852 sql_help.c:2583
+#: sql_help.c:1856 sql_help.c:2591
 msgid "template"
 msgstr "template"
 
-#: sql_help.c:1853
+#: sql_help.c:1857
 msgid "encoding"
 msgstr "codifica"
 
-#: sql_help.c:1879
+#: sql_help.c:1883
 msgid "constraint"
 msgstr "vincolo"
 
-#: sql_help.c:1880
+#: sql_help.c:1884
 msgid "where constraint is:"
 msgstr "dove vincolo di è:"
 
-#: sql_help.c:1894 sql_help.c:2262 sql_help.c:2656
+#: sql_help.c:1898 sql_help.c:2266 sql_help.c:2664
 msgid "event"
 msgstr "evento"
 
-#: sql_help.c:1895
+#: sql_help.c:1899
 msgid "filter_variable"
 msgstr "valiabile_filtro"
 
-#: sql_help.c:1911
+#: sql_help.c:1915
 msgid "old_version"
 msgstr "vecchia_versione"
 
-#: sql_help.c:1984 sql_help.c:2484
+#: sql_help.c:1988 sql_help.c:2489
 msgid "where column_constraint is:"
 msgstr "dove vincolo_di_colonna è:"
 
-#: sql_help.c:1987 sql_help.c:2019 sql_help.c:2487
+#: sql_help.c:1991 sql_help.c:2023 sql_help.c:2492
 msgid "default_expr"
 msgstr "expr_default"
 
-#: sql_help.c:1988 sql_help.c:2495
+#: sql_help.c:1992 sql_help.c:2500
 msgid "and table_constraint is:"
 msgstr "e vincolo_di_tabella è:"
 
-#: sql_help.c:2020
+#: sql_help.c:2024
 msgid "rettype"
 msgstr "tipo_ritorno"
 
-#: sql_help.c:2022
+#: sql_help.c:2026
 msgid "column_type"
 msgstr "tipo_colonna"
 
-#: sql_help.c:2030
+#: sql_help.c:2034
 msgid "definition"
 msgstr "definizione"
 
-#: sql_help.c:2031
+#: sql_help.c:2035
 msgid "obj_file"
 msgstr "file_obj"
 
-#: sql_help.c:2032
+#: sql_help.c:2036
 msgid "link_symbol"
 msgstr "simbolo_link"
 
-#: sql_help.c:2033
+#: sql_help.c:2037
 msgid "attribute"
 msgstr "attributo"
 
-#: sql_help.c:2067 sql_help.c:2247 sql_help.c:2775
+#: sql_help.c:2071 sql_help.c:2251 sql_help.c:2783
 msgid "uid"
 msgstr "uid"
 
-#: sql_help.c:2081
+#: sql_help.c:2085
 msgid "method"
 msgstr "metodo"
 
-#: sql_help.c:2085 sql_help.c:2455 sql_help.c:2467 sql_help.c:2480
-#: sql_help.c:2524 sql_help.c:3459
+#: 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_op"
 
-#: sql_help.c:2089 sql_help.c:2506
+#: sql_help.c:2093 sql_help.c:2511
 msgid "predicate"
 msgstr "predicato"
 
-#: sql_help.c:2101
+#: sql_help.c:2105
 msgid "call_handler"
 msgstr "handler_chiamata"
 
-#: sql_help.c:2102
+#: sql_help.c:2106
 msgid "inline_handler"
 msgstr "handler_inline"
 
-#: sql_help.c:2103
+#: sql_help.c:2107
 msgid "valfunction"
 msgstr "funzione_valid"
 
-#: sql_help.c:2139
+#: sql_help.c:2143
 msgid "com_op"
 msgstr "com_op"
 
-#: sql_help.c:2140
+#: sql_help.c:2144
 msgid "neg_op"
 msgstr "neg_op"
 
-#: sql_help.c:2158
+#: sql_help.c:2162
 msgid "family_name"
 msgstr "nome_famiglia"
 
-#: sql_help.c:2169
+#: sql_help.c:2173
 msgid "storage_type"
 msgstr "tipo_memorizzazione"
 
-#: sql_help.c:2264 sql_help.c:2660 sql_help.c:2837 sql_help.c:3469
-#: sql_help.c:3888 sql_help.c:3890 sql_help.c:3978 sql_help.c:3980
-#: sql_help.c:4127 sql_help.c:4129 sql_help.c:4232 sql_help.c:4321
-#: sql_help.c:4323
+#: 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
 msgid "condition"
 msgstr "condizione"
 
-#: sql_help.c:2268 sql_help.c:2663
+#: sql_help.c:2272 sql_help.c:2671
 msgid "where event can be one of:"
 msgstr "dove evento può essere uno di:"
 
-#: sql_help.c:2287 sql_help.c:2289
+#: sql_help.c:2291 sql_help.c:2293
 msgid "schema_element"
 msgstr "elemento_di_schema"
 
-#: sql_help.c:2326
+#: sql_help.c:2330
 msgid "server_type"
 msgstr "tipo_di_server"
 
-#: sql_help.c:2327
+#: sql_help.c:2331
 msgid "server_version"
 msgstr "versione_server"
 
-#: sql_help.c:2328 sql_help.c:3378 sql_help.c:3711
+#: sql_help.c:2332 sql_help.c:3386 sql_help.c:3719
 msgid "fdw_name"
 msgstr "nome_fdw"
 
-#: sql_help.c:2341
+#: sql_help.c:2345
 msgid "statistics_name"
 msgstr "nome_statistica"
 
-#: sql_help.c:2342
+#: sql_help.c:2346
 msgid "statistic_type"
 msgstr "tipo_statistica"
 
-#: sql_help.c:2356
+#: sql_help.c:2360
 msgid "subscription_name"
 msgstr "nome_sottoscrizione"
 
-#: sql_help.c:2449
+#: sql_help.c:2454
 msgid "source_table"
 msgstr "tabella_origine"
 
-#: sql_help.c:2450
+#: sql_help.c:2455
 msgid "like_option"
 msgstr "opzioni_di_like"
 
-#: sql_help.c:2489 sql_help.c:2490 sql_help.c:2499 sql_help.c:2501
-#: sql_help.c:2505
+#: sql_help.c:2494 sql_help.c:2495 sql_help.c:2504 sql_help.c:2506
+#: sql_help.c:2510
 msgid "index_parameters"
 msgstr "parametri_di_indice"
 
-#: sql_help.c:2491 sql_help.c:2508
+#: sql_help.c:2496 sql_help.c:2513
 msgid "reftable"
 msgstr "tabella_ref"
 
-#: sql_help.c:2492 sql_help.c:2509
+#: sql_help.c:2497 sql_help.c:2514
 msgid "refcolumn"
 msgstr "colonna_ref"
 
-#: sql_help.c:2503
+#: sql_help.c:2508
 msgid "exclude_element"
 msgstr "elemento_di_esclusione"
 
-#: sql_help.c:2504 sql_help.c:3895 sql_help.c:3985 sql_help.c:4134
-#: sql_help.c:4263 sql_help.c:4328
+#: 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 "operatore"
 
-#: sql_help.c:2512
+#: sql_help.c:2517
 msgid "and like_option is:"
 msgstr "e opzione_like è:"
 
-#: sql_help.c:2513
+#: sql_help.c:2518
 msgid "and partition_bound_spec is:"
 msgstr "e specifica_margine_partizione è:"
 
-#: sql_help.c:2514 sql_help.c:2515 sql_help.c:2516
-msgid "bound_literal"
-msgstr "letterale_limite"
+#: sql_help.c:2519 sql_help.c:2521 sql_help.c:2523
+msgid "numeric_literal"
+msgstr "letterale_numerico"
 
-#: sql_help.c:2517
+#: sql_help.c:2520 sql_help.c:2522 sql_help.c:2524
+msgid "string_literal"
+msgstr "letterale_stringa"
+
+#: sql_help.c:2525
 msgid "index_parameters in UNIQUE, PRIMARY KEY, and EXCLUDE constraints are:"
 msgstr "parametri_di_indice nei vincoli UNIQUE, PRIMARY KEY e EXCLUDE sono:"
 
-#: sql_help.c:2521
+#: sql_help.c:2529
 msgid "exclude_element in an EXCLUDE constraint is:"
 msgstr "elemento_di_esclusione in un vincolo EXCLUDE è:"
 
-#: sql_help.c:2556
+#: sql_help.c:2564
 msgid "directory"
 msgstr "directory"
 
-#: sql_help.c:2570
+#: sql_help.c:2578
 msgid "parser_name"
 msgstr "nome_parser"
 
-#: sql_help.c:2571
+#: sql_help.c:2579
 msgid "source_config"
 msgstr "config_origine"
 
-#: sql_help.c:2600
+#: sql_help.c:2608
 msgid "start_function"
 msgstr "funzione_inizio"
 
-#: sql_help.c:2601
+#: sql_help.c:2609
 msgid "gettoken_function"
 msgstr "funzione_gettoken"
 
-#: sql_help.c:2602
+#: sql_help.c:2610
 msgid "end_function"
 msgstr "funzione_fine"
 
-#: sql_help.c:2603
+#: sql_help.c:2611
 msgid "lextypes_function"
 msgstr "funzione_lextypes"
 
-#: sql_help.c:2604
+#: sql_help.c:2612
 msgid "headline_function"
 msgstr "funzione_headline"
 
-#: sql_help.c:2616
+#: sql_help.c:2624
 msgid "init_function"
 msgstr "funzione_init"
 
-#: sql_help.c:2617
+#: sql_help.c:2625
 msgid "lexize_function"
 msgstr "funzione_lexize"
 
-#: sql_help.c:2630
+#: sql_help.c:2638
 msgid "from_sql_function_name"
 msgstr "nome_funzione_from_sql"
 
-#: sql_help.c:2632
+#: sql_help.c:2640
 msgid "to_sql_function_name"
 msgstr "nome_funzione_to_sql"
 
-#: sql_help.c:2658
+#: sql_help.c:2666
 msgid "referenced_table_name"
 msgstr "nome_tabella_referenziata"
 
-#: sql_help.c:2659
+#: sql_help.c:2667
 msgid "transition_relation_name"
 msgstr "nome_tabella_transizione"
 
-#: sql_help.c:2662
+#: sql_help.c:2670
 msgid "arguments"
 msgstr "argomenti"
 
-#: sql_help.c:2712 sql_help.c:3823
+#: sql_help.c:2720 sql_help.c:3831
 msgid "label"
 msgstr "etichetta"
 
-#: sql_help.c:2714
+#: sql_help.c:2722
 msgid "subtype"
 msgstr "sottotipo"
 
-#: sql_help.c:2715
+#: sql_help.c:2723
 msgid "subtype_operator_class"
 msgstr "classe_operatore_sottotipo"
 
-#: sql_help.c:2717
+#: sql_help.c:2725
 msgid "canonical_function"
 msgstr "funzione_canonica"
 
-#: sql_help.c:2718
+#: sql_help.c:2726
 msgid "subtype_diff_function"
 msgstr "funzione_diff_sottotipo"
 
-#: sql_help.c:2720
+#: sql_help.c:2728
 msgid "input_function"
 msgstr "funzione_input"
 
-#: sql_help.c:2721
+#: sql_help.c:2729
 msgid "output_function"
 msgstr "funzione_output"
 
-#: sql_help.c:2722
+#: sql_help.c:2730
 msgid "receive_function"
 msgstr "funzione_receive"
 
-#: sql_help.c:2723
+#: sql_help.c:2731
 msgid "send_function"
 msgstr "funzione_send"
 
-#: sql_help.c:2724
+#: sql_help.c:2732
 msgid "type_modifier_input_function"
 msgstr "funzione_input_modificatore_tipo"
 
-#: sql_help.c:2725
+#: sql_help.c:2733
 msgid "type_modifier_output_function"
 msgstr "funzione_output_modificatore_tipo"
 
-#: sql_help.c:2726
+#: sql_help.c:2734
 msgid "analyze_function"
 msgstr "funzione_analyze"
 
-#: sql_help.c:2727
+#: sql_help.c:2735
 msgid "internallength"
 msgstr "lunghezza_interna"
 
-#: sql_help.c:2728
+#: sql_help.c:2736
 msgid "alignment"
 msgstr "allineamento"
 
-#: sql_help.c:2729
+#: sql_help.c:2737
 msgid "storage"
 msgstr "memorizzazione"
 
-#: sql_help.c:2730
+#: sql_help.c:2738
 msgid "like_type"
 msgstr "tipo_like"
 
-#: sql_help.c:2731
+#: sql_help.c:2739
 msgid "category"
 msgstr "categoria"
 
-#: sql_help.c:2732
+#: sql_help.c:2740
 msgid "preferred"
 msgstr "preferito"
 
-#: sql_help.c:2733
+#: sql_help.c:2741
 msgid "default"
 msgstr "predefinito"
 
-#: sql_help.c:2734
+#: sql_help.c:2742
 msgid "element"
 msgstr "elemento"
 
-#: sql_help.c:2735
+#: sql_help.c:2743
 msgid "delimiter"
 msgstr "delimitatore"
 
-#: sql_help.c:2736
+#: sql_help.c:2744
 msgid "collatable"
 msgstr "ordinabile"
 
-#: sql_help.c:2833 sql_help.c:3445 sql_help.c:3883 sql_help.c:3972
-#: sql_help.c:4122 sql_help.c:4222 sql_help.c:4316
+#: 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
 msgid "with_query"
 msgstr "query_with"
 
-#: sql_help.c:2835 sql_help.c:3447 sql_help.c:3902 sql_help.c:3908
-#: sql_help.c:3911 sql_help.c:3915 sql_help.c:3919 sql_help.c:3927
-#: sql_help.c:4141 sql_help.c:4147 sql_help.c:4150 sql_help.c:4154
-#: sql_help.c:4158 sql_help.c:4166 sql_help.c:4224 sql_help.c:4335
-#: sql_help.c:4341 sql_help.c:4344 sql_help.c:4348 sql_help.c:4352
-#: sql_help.c:4360
+#: 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
 msgid "alias"
 msgstr "alias"
 
-#: sql_help.c:2836
+#: sql_help.c:2844
 msgid "using_list"
 msgstr "lista_using"
 
-#: sql_help.c:2838 sql_help.c:3285 sql_help.c:3526 sql_help.c:4233
+#: sql_help.c:2846 sql_help.c:3293 sql_help.c:3534 sql_help.c:4241
 msgid "cursor_name"
 msgstr "nome_cursore"
 
-#: sql_help.c:2839 sql_help.c:3453 sql_help.c:4234
+#: sql_help.c:2847 sql_help.c:3461 sql_help.c:4242
 msgid "output_expression"
 msgstr "espressione_output"
 
-#: sql_help.c:2840 sql_help.c:3454 sql_help.c:3886 sql_help.c:3975
-#: sql_help.c:4125 sql_help.c:4235 sql_help.c:4319
+#: 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
 msgid "output_name"
 msgstr "nome_output"
 
-#: sql_help.c:2856
+#: sql_help.c:2864
 msgid "code"
 msgstr "codice"
 
-#: sql_help.c:3231
+#: sql_help.c:3239
 msgid "parameter"
 msgstr "parametro"
 
-#: sql_help.c:3251 sql_help.c:3252 sql_help.c:3551
+#: sql_help.c:3259 sql_help.c:3260 sql_help.c:3559
 msgid "statement"
 msgstr "istruzione"
 
-#: sql_help.c:3284 sql_help.c:3525
+#: sql_help.c:3292 sql_help.c:3533
 msgid "direction"
 msgstr "direzione"
 
-#: sql_help.c:3286 sql_help.c:3527
+#: sql_help.c:3294 sql_help.c:3535
 msgid "where direction can be empty or one of:"
 msgstr "dove direzione può essere vuota o una di:"
 
-#: sql_help.c:3287 sql_help.c:3288 sql_help.c:3289 sql_help.c:3290
-#: sql_help.c:3291 sql_help.c:3528 sql_help.c:3529 sql_help.c:3530
-#: sql_help.c:3531 sql_help.c:3532 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:4264 sql_help.c:4266 sql_help.c:4329 sql_help.c:4331
+#: 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
 msgid "count"
 msgstr "conteggio"
 
-#: sql_help.c:3371 sql_help.c:3704
+#: sql_help.c:3379 sql_help.c:3712
 msgid "sequence_name"
 msgstr "nome_sequenza"
 
-#: sql_help.c:3384 sql_help.c:3717
+#: sql_help.c:3392 sql_help.c:3725
 msgid "arg_name"
 msgstr "nome_arg"
 
-#: sql_help.c:3385 sql_help.c:3718
+#: sql_help.c:3393 sql_help.c:3726
 msgid "arg_type"
 msgstr "tipo_arg"
 
-#: sql_help.c:3390 sql_help.c:3723
+#: sql_help.c:3398 sql_help.c:3731
 msgid "loid"
 msgstr "loid"
 
-#: sql_help.c:3413
+#: sql_help.c:3421
 msgid "remote_schema"
 msgstr "schema_remoto"
 
-#: sql_help.c:3416
+#: sql_help.c:3424
 msgid "local_schema"
 msgstr "schema_locale"
 
-#: sql_help.c:3451
+#: sql_help.c:3459
 msgid "conflict_target"
 msgstr "target_conflitto"
 
-#: sql_help.c:3452
+#: sql_help.c:3460
 msgid "conflict_action"
 msgstr "azione_conflitto"
 
-#: sql_help.c:3455
+#: sql_help.c:3463
 msgid "where conflict_target can be one of:"
 msgstr "dove target_conflitto può essere uno di:"
 
-#: sql_help.c:3456
+#: sql_help.c:3464
 msgid "index_column_name"
 msgstr "nome_colonna_indice"
 
-#: sql_help.c:3457
+#: sql_help.c:3465
 msgid "index_expression"
 msgstr "espressione_indice"
 
-#: sql_help.c:3460
+#: sql_help.c:3468
 msgid "index_predicate"
 msgstr "indice_predicato"
 
-#: sql_help.c:3462
+#: sql_help.c:3470
 msgid "and conflict_action is one of:"
 msgstr "e azione_conflitto è una di:"
 
-#: sql_help.c:3468 sql_help.c:4230
+#: sql_help.c:3476 sql_help.c:4238
 msgid "sub-SELECT"
 msgstr "sub-SELECT"
 
-#: sql_help.c:3477 sql_help.c:3540 sql_help.c:4206
+#: sql_help.c:3485 sql_help.c:3548 sql_help.c:4214
 msgid "channel"
 msgstr "canale"
 
-#: sql_help.c:3499
+#: sql_help.c:3507
 msgid "lockmode"
 msgstr "modalità_lock"
 
-#: sql_help.c:3500
+#: sql_help.c:3508
 msgid "where lockmode is one of:"
 msgstr "dove modalità_lock è una di:"
 
-#: sql_help.c:3541
+#: sql_help.c:3549
 msgid "payload"
 msgstr "payload"
 
-#: sql_help.c:3568
+#: sql_help.c:3576
 msgid "old_role"
 msgstr "vecchio_ruolo"
 
-#: sql_help.c:3569
+#: sql_help.c:3577
 msgid "new_role"
 msgstr "nuovo_ruolo"
 
-#: sql_help.c:3594 sql_help.c:3755 sql_help.c:3763
+#: sql_help.c:3602 sql_help.c:3763 sql_help.c:3771
 msgid "savepoint_name"
 msgstr "nome_punto_salvataggio"
 
-#: sql_help.c:3887 sql_help.c:3929 sql_help.c:3931 sql_help.c:3977
-#: sql_help.c:4126 sql_help.c:4168 sql_help.c:4170 sql_help.c:4320
-#: sql_help.c:4362 sql_help.c:4364
+#: 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
 msgid "from_item"
 msgstr "elemento_from"
 
-#: sql_help.c:3889 sql_help.c:3941 sql_help.c:4128 sql_help.c:4180
-#: sql_help.c:4322 sql_help.c:4374
+#: sql_help.c:3897 sql_help.c:3949 sql_help.c:4136 sql_help.c:4188
+#: sql_help.c:4330 sql_help.c:4382
 msgid "grouping_element"
 msgstr "elemento_raggruppante"
 
-#: sql_help.c:3891 sql_help.c:3981 sql_help.c:4130 sql_help.c:4324
+#: sql_help.c:3899 sql_help.c:3989 sql_help.c:4138 sql_help.c:4332
 msgid "window_name"
 msgstr "nome_finestra"
 
-#: sql_help.c:3892 sql_help.c:3982 sql_help.c:4131 sql_help.c:4325
+#: sql_help.c:3900 sql_help.c:3990 sql_help.c:4139 sql_help.c:4333
 msgid "window_definition"
 msgstr "definizione_finestra"
 
-#: sql_help.c:3893 sql_help.c:3907 sql_help.c:3945 sql_help.c:3983
-#: sql_help.c:4132 sql_help.c:4146 sql_help.c:4184 sql_help.c:4326
-#: sql_help.c:4340 sql_help.c:4378
+#: 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
 msgid "select"
 msgstr "select"
 
-#: sql_help.c:3900 sql_help.c:4139 sql_help.c:4333
+#: sql_help.c:3908 sql_help.c:4147 sql_help.c:4341
 msgid "where from_item can be one of:"
 msgstr "dove from_item può essere uno di:"
 
-#: sql_help.c:3903 sql_help.c:3909 sql_help.c:3912 sql_help.c:3916
-#: sql_help.c:3928 sql_help.c:4142 sql_help.c:4148 sql_help.c:4151
-#: sql_help.c:4155 sql_help.c:4167 sql_help.c:4336 sql_help.c:4342
-#: sql_help.c:4345 sql_help.c:4349 sql_help.c:4361
+#: 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
 msgid "column_alias"
 msgstr "alias_colonna"
 
-#: sql_help.c:3904 sql_help.c:4143 sql_help.c:4337
+#: sql_help.c:3912 sql_help.c:4151 sql_help.c:4345
 msgid "sampling_method"
 msgstr "metodo_di_campionamento"
 
-#: sql_help.c:3905 sql_help.c:3914 sql_help.c:3918 sql_help.c:3922
-#: sql_help.c:3925 sql_help.c:4144 sql_help.c:4153 sql_help.c:4157
-#: sql_help.c:4161 sql_help.c:4164 sql_help.c:4338 sql_help.c:4347
-#: sql_help.c:4351 sql_help.c:4355 sql_help.c:4358
+#: 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 "argomento"
 
-#: sql_help.c:3906 sql_help.c:4145 sql_help.c:4339
+#: sql_help.c:3914 sql_help.c:4153 sql_help.c:4347
 msgid "seed"
 msgstr "seme"
 
-#: sql_help.c:3910 sql_help.c:3943 sql_help.c:4149 sql_help.c:4182
-#: sql_help.c:4343 sql_help.c:4376
+#: sql_help.c:3918 sql_help.c:3951 sql_help.c:4157 sql_help.c:4190
+#: sql_help.c:4351 sql_help.c:4384
 msgid "with_query_name"
 msgstr "nome_query_with"
 
-#: sql_help.c:3920 sql_help.c:3923 sql_help.c:3926 sql_help.c:4159
-#: sql_help.c:4162 sql_help.c:4165 sql_help.c:4353 sql_help.c:4356
-#: sql_help.c:4359
+#: 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
 msgid "column_definition"
 msgstr "definizione_colonna"
 
-#: sql_help.c:3930 sql_help.c:4169 sql_help.c:4363
+#: sql_help.c:3938 sql_help.c:4177 sql_help.c:4371
 msgid "join_type"
 msgstr "tipo_join"
 
-#: sql_help.c:3932 sql_help.c:4171 sql_help.c:4365
+#: sql_help.c:3940 sql_help.c:4179 sql_help.c:4373
 msgid "join_condition"
 msgstr "condizione_join"
 
-#: sql_help.c:3933 sql_help.c:4172 sql_help.c:4366
+#: sql_help.c:3941 sql_help.c:4180 sql_help.c:4374
 msgid "join_column"
 msgstr "colonna_join"
 
-#: sql_help.c:3934 sql_help.c:4173 sql_help.c:4367
+#: sql_help.c:3942 sql_help.c:4181 sql_help.c:4375
 msgid "and grouping_element can be one of:"
 msgstr "e elemento_raggruppante può essere uno di:"
 
-#: sql_help.c:3942 sql_help.c:4181 sql_help.c:4375
+#: sql_help.c:3950 sql_help.c:4189 sql_help.c:4383
 msgid "and with_query is:"
 msgstr "e with_query è:"
 
-#: sql_help.c:3946 sql_help.c:4185 sql_help.c:4379
+#: sql_help.c:3954 sql_help.c:4193 sql_help.c:4387
 msgid "values"
 msgstr "valori"
 
-#: sql_help.c:3947 sql_help.c:4186 sql_help.c:4380
+#: sql_help.c:3955 sql_help.c:4194 sql_help.c:4388
 msgid "insert"
 msgstr "insert"
 
-#: sql_help.c:3948 sql_help.c:4187 sql_help.c:4381
+#: sql_help.c:3956 sql_help.c:4195 sql_help.c:4389
 msgid "update"
 msgstr "update"
 
-#: sql_help.c:3949 sql_help.c:4188 sql_help.c:4382
+#: sql_help.c:3957 sql_help.c:4196 sql_help.c:4390
 msgid "delete"
 msgstr "delete"
 
-#: sql_help.c:3976
+#: sql_help.c:3984
 msgid "new_table"
 msgstr "nuova_tabella"
 
-#: sql_help.c:4001
+#: sql_help.c:4009
 msgid "timezone"
 msgstr "timezone"
 
-#: sql_help.c:4046
+#: sql_help.c:4054
 msgid "snapshot_id"
 msgstr "id_snapshot"
 
-#: sql_help.c:4231
+#: sql_help.c:4239
 msgid "from_list"
 msgstr "lista_from"
 
-#: sql_help.c:4262
+#: sql_help.c:4270
 msgid "sort_expression"
 msgstr "espressione_ordinamento"
 
-#: sql_help.c:4389 sql_help.c:5174
+#: sql_help.c:4397 sql_help.c:5182
 msgid "abort the current transaction"
 msgstr "annulla la transazione corrente"
 
-#: sql_help.c:4394
+#: sql_help.c:4402
 msgid "change the definition of an aggregate function"
 msgstr "cambia la definizione di una funzione di aggregazione"
 
-#: sql_help.c:4399
+#: sql_help.c:4407
 msgid "change the definition of a collation"
 msgstr "cambia la definizione di un ordinamento"
 
-#: sql_help.c:4404
+#: sql_help.c:4412
 msgid "change the definition of a conversion"
 msgstr "cambia la definizione di una conversione"
 
-#: sql_help.c:4409
+#: sql_help.c:4417
 msgid "change a database"
 msgstr "cambia un database"
 
-#: sql_help.c:4414
+#: sql_help.c:4422
 msgid "define default access privileges"
 msgstr "definisci i privilegi di accesso di default"
 
-#: sql_help.c:4419
+#: sql_help.c:4427
 msgid "change the definition of a domain"
 msgstr "cambia la definizione di un dominio"
 
-#: sql_help.c:4424
+#: sql_help.c:4432
 msgid "change the definition of an event trigger"
 msgstr "cambia la definizione di un trigger di evento"
 
-#: sql_help.c:4429
+#: sql_help.c:4437
 msgid "change the definition of an extension"
 msgstr "cambia la definizione di una estensione"
 
-#: sql_help.c:4434
+#: sql_help.c:4442
 msgid "change the definition of a foreign-data wrapper"
 msgstr "cambia la definizione di un wrapper di dati esterni"
 
-#: sql_help.c:4439
+#: sql_help.c:4447
 msgid "change the definition of a foreign table"
 msgstr "cambia la definizione di una tabella esterna"
 
-#: sql_help.c:4444
+#: sql_help.c:4452
 msgid "change the definition of a function"
 msgstr "cambia la definizione di una funzione"
 
-#: sql_help.c:4449
+#: sql_help.c:4457
 msgid "change role name or membership"
 msgstr "cambia il nome del ruolo o l'appartenenza"
 
-#: sql_help.c:4454
+#: sql_help.c:4462
 msgid "change the definition of an index"
 msgstr "cambia la definizione di un indice"
 
-#: sql_help.c:4459
+#: sql_help.c:4467
 msgid "change the definition of a procedural language"
 msgstr "cambia la definizione di un linguaggio procedurale"
 
-#: sql_help.c:4464
+#: sql_help.c:4472
 msgid "change the definition of a large object"
 msgstr "cambia la definizione di un large object"
 
-#: sql_help.c:4469
+#: sql_help.c:4477
 msgid "change the definition of a materialized view"
 msgstr "cambia la definizione di una vista materializzata"
 
-#: sql_help.c:4474
+#: sql_help.c:4482
 msgid "change the definition of an operator"
 msgstr "cambia la definizione di un operatore"
 
-#: sql_help.c:4479
+#: sql_help.c:4487
 msgid "change the definition of an operator class"
 msgstr "cambia la definizione di una classe di operatori"
 
-#: sql_help.c:4484
+#: sql_help.c:4492
 msgid "change the definition of an operator family"
 msgstr "cambia la definizione di una famiglia di operatori"
 
-#: sql_help.c:4489
+#: sql_help.c:4497
 msgid "change the definition of a row level security policy"
 msgstr "cambia la definizione di una regola di sicurezza per riga"
 
-#: sql_help.c:4494
+#: sql_help.c:4502
 msgid "change the definition of a publication"
 msgstr "cambia la definizione di una pubblicazione"
 
-#: sql_help.c:4499 sql_help.c:4579
+#: sql_help.c:4507 sql_help.c:4587
 msgid "change a database role"
 msgstr "cambia un ruolo di database"
 
-#: sql_help.c:4504
+#: sql_help.c:4512
 msgid "change the definition of a rule"
 msgstr "cambia la definizione di una regola"
 
-#: sql_help.c:4509
+#: sql_help.c:4517
 msgid "change the definition of a schema"
 msgstr "cambia la definizione di uno schema"
 
-#: sql_help.c:4514
+#: sql_help.c:4522
 msgid "change the definition of a sequence generator"
 msgstr "cambia la definizione di un generatore di sequenza"
 
-#: sql_help.c:4519
+#: sql_help.c:4527
 msgid "change the definition of a foreign server"
 msgstr "cambia la definizione di un server esterno"
 
-#: sql_help.c:4524
+#: sql_help.c:4532
 msgid "change the definition of an extended statistics object"
 msgstr "cambia la definizione di una statistica estesa"
 
-#: sql_help.c:4529
+#: sql_help.c:4537
 msgid "change the definition of a subscription"
 msgstr "cambia la definizione di una sottoscrizione"
 
-#: sql_help.c:4534
+#: sql_help.c:4542
 msgid "change a server configuration parameter"
 msgstr "cambia un parametro di configurazione del server"
 
-#: sql_help.c:4539
+#: sql_help.c:4547
 msgid "change the definition of a table"
 msgstr "cambia la definizione di una tabella"
 
-#: sql_help.c:4544
+#: sql_help.c:4552
 msgid "change the definition of a tablespace"
 msgstr "cambia la definizione di un tablespace"
 
-#: sql_help.c:4549
+#: sql_help.c:4557
 msgid "change the definition of a text search configuration"
 msgstr "cambia la definizione di una configurazione di ricerca testo"
 
-#: sql_help.c:4554
+#: sql_help.c:4562
 msgid "change the definition of a text search dictionary"
 msgstr "cambia la definizione di un dizionario di ricerca testo"
 
-#: sql_help.c:4559
+#: sql_help.c:4567
 msgid "change the definition of a text search parser"
 msgstr "cambia la definizione di un analizzatore di ricerca testo"
 
-#: sql_help.c:4564
+#: sql_help.c:4572
 msgid "change the definition of a text search template"
 msgstr "cambia la definizione di un modello di ricerca testo"
 
-#: sql_help.c:4569
+#: sql_help.c:4577
 msgid "change the definition of a trigger"
 msgstr "cambia la definizione di un trigger"
 
-#: sql_help.c:4574
+#: sql_help.c:4582
 msgid "change the definition of a type"
 msgstr "cambia la definizione di un tipo di dato"
 
-#: sql_help.c:4584
+#: sql_help.c:4592
 msgid "change the definition of a user mapping"
 msgstr "cambia la definizione di una mappatura degli"
 
-#: sql_help.c:4589
+#: sql_help.c:4597
 msgid "change the definition of a view"
 msgstr "cambia la definizione di una vista"
 
-#: sql_help.c:4594
+#: sql_help.c:4602
 msgid "collect statistics about a database"
 msgstr "raccogli statistiche sul database"
 
-#: sql_help.c:4599 sql_help.c:5239
+#: sql_help.c:4607 sql_help.c:5247
 msgid "start a transaction block"
 msgstr "avvia un blocco di transazione"
 
-#: sql_help.c:4604
+#: sql_help.c:4612
 msgid "force a write-ahead log checkpoint"
 msgstr "forza un checkpoint del write-ahead log"
 
-#: sql_help.c:4609
+#: sql_help.c:4617
 msgid "close a cursor"
 msgstr "chiudi un cursore"
 
-#: sql_help.c:4614
+#: sql_help.c:4622
 msgid "cluster a table according to an index"
 msgstr "raggruppa una tabella in base ad un indice"
 
-#: sql_help.c:4619
+#: sql_help.c:4627
 msgid "define or change the comment of an object"
 msgstr "definisci o modifica il commento di un oggetto"
 
-#: sql_help.c:4624 sql_help.c:5074
+#: sql_help.c:4632 sql_help.c:5082
 msgid "commit the current transaction"
 msgstr "rendi persistente la transazione corrente"
 
-#: sql_help.c:4629
+#: sql_help.c:4637
 msgid "commit a transaction that was earlier prepared for two-phase commit"
 msgstr "concludi transazione che è stata precedentemente preparata per un commit a due fasi"
 
-#: sql_help.c:4634
+#: sql_help.c:4642
 msgid "copy data between a file and a table"
 msgstr "copia i dati tra un file ed una tabella"
 
-#: sql_help.c:4639
+#: sql_help.c:4647
 msgid "define a new access method"
 msgstr "definisci un nuovo metodo di accesso"
 
-#: sql_help.c:4644
+#: sql_help.c:4652
 msgid "define a new aggregate function"
 msgstr "definisci una nuova funzione aggregata"
 
-#: sql_help.c:4649
+#: sql_help.c:4657
 msgid "define a new cast"
 msgstr "definisci una nuova conversione di tipi"
 
-#: sql_help.c:4654
+#: sql_help.c:4662
 msgid "define a new collation"
 msgstr "definisci un nuovo ordinamento"
 
-#: sql_help.c:4659
+#: sql_help.c:4667
 msgid "define a new encoding conversion"
 msgstr "definisci una nuova conversione di codifica"
 
-#: sql_help.c:4664
+#: sql_help.c:4672
 msgid "create a new database"
 msgstr "crea un nuovo database"
 
-#: sql_help.c:4669
+#: sql_help.c:4677
 msgid "define a new domain"
 msgstr "definisci un nuovo dominio"
 
-#: sql_help.c:4674
+#: sql_help.c:4682
 msgid "define a new event trigger"
 msgstr "definisci un nuovo trigger di evento"
 
-#: sql_help.c:4679
+#: sql_help.c:4687
 msgid "install an extension"
 msgstr "installa un'estensione"
 
-#: sql_help.c:4684
+#: sql_help.c:4692
 msgid "define a new foreign-data wrapper"
 msgstr "definisci un nuovo wrapper di dati esterni"
 
-#: sql_help.c:4689
+#: sql_help.c:4697
 msgid "define a new foreign table"
 msgstr "definisci una nuova tabella esterna"
 
-#: sql_help.c:4694
+#: sql_help.c:4702
 msgid "define a new function"
 msgstr "definisci una nuova funzione"
 
-#: sql_help.c:4699 sql_help.c:4744 sql_help.c:4829
+#: sql_help.c:4707 sql_help.c:4752 sql_help.c:4837
 msgid "define a new database role"
 msgstr "definisci un nuovo ruolo database"
 
-#: sql_help.c:4704
+#: sql_help.c:4712
 msgid "define a new index"
 msgstr "crea un nuovo indice"
 
-#: sql_help.c:4709
+#: sql_help.c:4717
 msgid "define a new procedural language"
 msgstr "definisci un nuovo linguaggio procedurale"
 
-#: sql_help.c:4714
+#: sql_help.c:4722
 msgid "define a new materialized view"
 msgstr "definisci una nuova vista materializzata"
 
-#: sql_help.c:4719
+#: sql_help.c:4727
 msgid "define a new operator"
 msgstr "definisci un nuovo operatore"
 
-#: sql_help.c:4724
+#: sql_help.c:4732
 msgid "define a new operator class"
 msgstr "definisci una nuova classe di operatori"
 
-#: sql_help.c:4729
+#: sql_help.c:4737
 msgid "define a new operator family"
 msgstr "definisci una nuova famiglia operatore"
 
-#: sql_help.c:4734
+#: sql_help.c:4742
 msgid "define a new row level security policy for a table"
 msgstr "definisci una nuova regola di sicurezza per riga per una tabella"
 
-#: sql_help.c:4739
+#: sql_help.c:4747
 msgid "define a new publication"
 msgstr "definisci una nuova pubblicazione"
 
-#: sql_help.c:4749
+#: sql_help.c:4757
 msgid "define a new rewrite rule"
 msgstr "definisci una nuova regola di riscrittura"
 
-#: sql_help.c:4754
+#: sql_help.c:4762
 msgid "define a new schema"
 msgstr "crea un nuovo schema"
 
-#: sql_help.c:4759
+#: sql_help.c:4767
 msgid "define a new sequence generator"
 msgstr "definisci un nuovo generatore di sequenze"
 
-#: sql_help.c:4764
+#: sql_help.c:4772
 msgid "define a new foreign server"
 msgstr "definisci un nuovo server esterno"
 
-#: sql_help.c:4769
+#: sql_help.c:4777
 msgid "define extended statistics"
 msgstr "definisci una statistica estesa"
 
-#: sql_help.c:4774
+#: sql_help.c:4782
 msgid "define a new subscription"
 msgstr "definisci una nuova sottoscrizione"
 
-#: sql_help.c:4779
+#: sql_help.c:4787
 msgid "define a new table"
 msgstr "crea una nuova tabella"
 
-#: sql_help.c:4784 sql_help.c:5204
+#: sql_help.c:4792 sql_help.c:5212
 msgid "define a new table from the results of a query"
 msgstr "crea una nuova tabella dai risultati di una query"
 
-#: sql_help.c:4789
+#: sql_help.c:4797
 msgid "define a new tablespace"
 msgstr "crea un nuovo tablespace"
 
-#: sql_help.c:4794
+#: sql_help.c:4802
 msgid "define a new text search configuration"
 msgstr "definisci una nuova configurazione di ricerca testo"
 
-#: sql_help.c:4799
+#: sql_help.c:4807
 msgid "define a new text search dictionary"
 msgstr "definisci un nuovo dizionario di ricerca testo"
 
-#: sql_help.c:4804
+#: sql_help.c:4812
 msgid "define a new text search parser"
 msgstr "definisci un nuovo analizzatore di ricerca testo"
 
-#: sql_help.c:4809
+#: sql_help.c:4817
 msgid "define a new text search template"
 msgstr "definisci un nuovo modello di ricerca testo"
 
-#: sql_help.c:4814
+#: sql_help.c:4822
 msgid "define a new transform"
 msgstr "definisci una nuova trasformazione"
 
-#: sql_help.c:4819
+#: sql_help.c:4827
 msgid "define a new trigger"
 msgstr "definisci un nuovo trigger"
 
-#: sql_help.c:4824
+#: sql_help.c:4832
 msgid "define a new data type"
 msgstr "definisci un nuovo tipo di dato"
 
-#: sql_help.c:4834
+#: sql_help.c:4842
 msgid "define a new mapping of a user to a foreign server"
 msgstr "definisci una nuova mappatura di un utente ad un server esterno"
 
-#: sql_help.c:4839
+#: sql_help.c:4847
 msgid "define a new view"
 msgstr "definisci una nuova vista"
 
-#: sql_help.c:4844
+#: sql_help.c:4852
 msgid "deallocate a prepared statement"
 msgstr "dealloca una istruzione preparata"
 
-#: sql_help.c:4849
+#: sql_help.c:4857
 msgid "define a cursor"
 msgstr "definisci un cursore"
 
-#: sql_help.c:4854
+#: sql_help.c:4862
 msgid "delete rows of a table"
 msgstr "elimina le righe di una tabella"
 
-#: sql_help.c:4859
+#: sql_help.c:4867
 msgid "discard session state"
 msgstr "cancella lo stato della sessione"
 
-#: sql_help.c:4864
+#: sql_help.c:4872
 msgid "execute an anonymous code block"
 msgstr "esegui un blocco di codice anonimo"
 
-#: sql_help.c:4869
+#: sql_help.c:4877
 msgid "remove an access method"
 msgstr "rimuovi un metodo di accesso"
 
-#: sql_help.c:4874
+#: sql_help.c:4882
 msgid "remove an aggregate function"
 msgstr "elimina una funzione aggregata"
 
-#: sql_help.c:4879
+#: sql_help.c:4887
 msgid "remove a cast"
 msgstr "elimina una conversione di tipi"
 
-#: sql_help.c:4884
+#: sql_help.c:4892
 msgid "remove a collation"
 msgstr "elimina un ordinamento"
 
-#: sql_help.c:4889
+#: sql_help.c:4897
 msgid "remove a conversion"
 msgstr "elimina una conversione"
 
-#: sql_help.c:4894
+#: sql_help.c:4902
 msgid "remove a database"
 msgstr "elimina un database"
 
-#: sql_help.c:4899
+#: sql_help.c:4907
 msgid "remove a domain"
 msgstr "elimina un dominio"
 
-#: sql_help.c:4904
+#: sql_help.c:4912
 msgid "remove an event trigger"
 msgstr "elimina un trigger di evento"
 
-#: sql_help.c:4909
+#: sql_help.c:4917
 msgid "remove an extension"
 msgstr "elimina una estensione"
 
-#: sql_help.c:4914
+#: sql_help.c:4922
 msgid "remove a foreign-data wrapper"
 msgstr "elimina un wrapper di dati esterni"
 
-#: sql_help.c:4919
+#: sql_help.c:4927
 msgid "remove a foreign table"
 msgstr "elimina una tabella esterna"
 
-#: sql_help.c:4924
+#: sql_help.c:4932
 msgid "remove a function"
 msgstr "elimina una funzione"
 
-#: sql_help.c:4929 sql_help.c:4979 sql_help.c:5059
+#: sql_help.c:4937 sql_help.c:4987 sql_help.c:5067
 msgid "remove a database role"
 msgstr "elimina un ruolo di database"
 
-#: sql_help.c:4934
+#: sql_help.c:4942
 msgid "remove an index"
 msgstr "elimina un indice"
 
-#: sql_help.c:4939
+#: sql_help.c:4947
 msgid "remove a procedural language"
 msgstr "elimina un linguaggio procedurale"
 
-#: sql_help.c:4944
+#: sql_help.c:4952
 msgid "remove a materialized view"
 msgstr "elimina una vista materializzata"
 
-#: sql_help.c:4949
+#: sql_help.c:4957
 msgid "remove an operator"
 msgstr "elimina un operatore"
 
-#: sql_help.c:4954
+#: sql_help.c:4962
 msgid "remove an operator class"
 msgstr "elimina una classe di operatori"
 
-#: sql_help.c:4959
+#: sql_help.c:4967
 msgid "remove an operator family"
 msgstr "elimina una famiglia operatore"
 
-#: sql_help.c:4964
+#: sql_help.c:4972
 msgid "remove database objects owned by a database role"
 msgstr "elimina gli oggetti database di proprietà di un ruolo di database"
 
-#: sql_help.c:4969
+#: sql_help.c:4977
 msgid "remove a row level security policy from a table"
 msgstr "rimuovi una regola di sicurezza per riga da una tabella"
 
-#: sql_help.c:4974
+#: sql_help.c:4982
 msgid "remove a publication"
 msgstr "rimuovi una pubblicazione"
 
-#: sql_help.c:4984
+#: sql_help.c:4992
 msgid "remove a rewrite rule"
 msgstr "elimina una regola di riscrittura"
 
-#: sql_help.c:4989
+#: sql_help.c:4997
 msgid "remove a schema"
 msgstr "elimina uno schema"
 
-#: sql_help.c:4994
+#: sql_help.c:5002
 msgid "remove a sequence"
 msgstr "elimina una sequenza"
 
-#: sql_help.c:4999
+#: sql_help.c:5007
 msgid "remove a foreign server descriptor"
 msgstr "elimina una descrizione server esterno"
 
-#: sql_help.c:5004
+#: sql_help.c:5012
 msgid "remove extended statistics"
 msgstr "rimuovi una statistica estesa"
 
-#: sql_help.c:5009
+#: sql_help.c:5017
 msgid "remove a subscription"
 msgstr "rimuovi una sottoscrizione"
 
-#: sql_help.c:5014
+#: sql_help.c:5022
 msgid "remove a table"
 msgstr "elimina una tabella"
 
-#: sql_help.c:5019
+#: sql_help.c:5027
 msgid "remove a tablespace"
 msgstr "elimina un tablespace"
 
-#: sql_help.c:5024
+#: sql_help.c:5032
 msgid "remove a text search configuration"
 msgstr "elimina una configurazione di ricerca testo"
 
-#: sql_help.c:5029
+#: sql_help.c:5037
 msgid "remove a text search dictionary"
 msgstr "elimina un dizionario di ricerca testo"
 
-#: sql_help.c:5034
+#: sql_help.c:5042
 msgid "remove a text search parser"
 msgstr "elimina un analizzatore di ricerca testo"
 
-#: sql_help.c:5039
+#: sql_help.c:5047
 msgid "remove a text search template"
 msgstr "elimina un modello di ricerca testo"
 
-#: sql_help.c:5044
+#: sql_help.c:5052
 msgid "remove a transform"
 msgstr "elimina una trasformazione"
 
-#: sql_help.c:5049
+#: sql_help.c:5057
 msgid "remove a trigger"
 msgstr "elimina un trigger"
 
-#: sql_help.c:5054
+#: sql_help.c:5062
 msgid "remove a data type"
 msgstr "elimina un tipo di dato"
 
-#: sql_help.c:5064
+#: sql_help.c:5072
 msgid "remove a user mapping for a foreign server"
 msgstr "elimina la mappatura degli utenti per un server esterno"
 
-#: sql_help.c:5069
+#: sql_help.c:5077
 msgid "remove a view"
 msgstr "elimina una vista"
 
-#: sql_help.c:5079
+#: sql_help.c:5087
 msgid "execute a prepared statement"
 msgstr "esegui una istruzione preparata"
 
-#: sql_help.c:5084
+#: sql_help.c:5092
 msgid "show the execution plan of a statement"
 msgstr "mostra il piano di esecuzione di una istruzione"
 
-#: sql_help.c:5089
+#: sql_help.c:5097
 msgid "retrieve rows from a query using a cursor"
 msgstr "estrai delle righe da una query utilizzando un cursore"
 
-#: sql_help.c:5094
+#: sql_help.c:5102
 msgid "define access privileges"
 msgstr "definisci i privilegi di accesso"
 
-#: sql_help.c:5099
+#: sql_help.c:5107
 msgid "import table definitions from a foreign server"
 msgstr "importa le definizioni di tabella da un server remoto"
 
-#: sql_help.c:5104
+#: sql_help.c:5112
 msgid "create new rows in a table"
 msgstr "crea nuove righe in una tabella"
 
-#: sql_help.c:5109
+#: sql_help.c:5117
 msgid "listen for a notification"
 msgstr "attendi l'arrivo di notifiche"
 
-#: sql_help.c:5114
+#: sql_help.c:5122
 msgid "load a shared library file"
 msgstr "carica un file di libreria condivisa"
 
-#: sql_help.c:5119
+#: sql_help.c:5127
 msgid "lock a table"
 msgstr "blocca una tabella"
 
-#: sql_help.c:5124
+#: sql_help.c:5132
 msgid "position a cursor"
 msgstr "posiziona un cursore"
 
-#: sql_help.c:5129
+#: sql_help.c:5137
 msgid "generate a notification"
 msgstr "genera una notifica"
 
-#: sql_help.c:5134
+#: sql_help.c:5142
 msgid "prepare a statement for execution"
 msgstr "prepara una istruzione per l'esecuzione"
 
-#: sql_help.c:5139
+#: sql_help.c:5147
 msgid "prepare the current transaction for two-phase commit"
 msgstr "prepara la transazione corrente per un commit a due fasi"
 
-#: sql_help.c:5144
+#: sql_help.c:5152
 msgid "change the ownership of database objects owned by a database role"
 msgstr "cambia il proprietario degli oggetti del database posseduti da un ruolo"
 
-#: sql_help.c:5149
+#: sql_help.c:5157
 msgid "replace the contents of a materialized view"
 msgstr "sostituisci il contenuto di una vista materializzata"
 
-#: sql_help.c:5154
+#: sql_help.c:5162
 msgid "rebuild indexes"
 msgstr "ricostruisci indici"
 
-#: sql_help.c:5159
+#: sql_help.c:5167
 msgid "destroy a previously defined savepoint"
 msgstr "distruggi un punto di salvataggio precedentemente definito"
 
-#: sql_help.c:5164
+#: sql_help.c:5172
 msgid "restore the value of a run-time parameter to the default value"
 msgstr "ripristina un parametro di esecuzione al suo valore di predefinito"
 
-#: sql_help.c:5169
+#: sql_help.c:5177
 msgid "remove access privileges"
 msgstr "elimina i privilegi di accesso"
 
-#: sql_help.c:5179
+#: sql_help.c:5187
 msgid "cancel a transaction that was earlier prepared for two-phase commit"
 msgstr "annulla una transazione che era stata preparata per un commit a due fasi"
 
-#: sql_help.c:5184
+#: sql_help.c:5192
 msgid "roll back to a savepoint"
 msgstr "annulla le modifiche fino a un punto di salvataggio"
 
-#: sql_help.c:5189
+#: sql_help.c:5197
 msgid "define a new savepoint within the current transaction"
 msgstr "definisci un nuovo punto di salvataggio per la transazione corrente"
 
-#: sql_help.c:5194
+#: sql_help.c:5202
 msgid "define or change a security label applied to an object"
 msgstr "definisci o modifica un'etichetta di sicurezza applicata a un oggetto"
 
-#: sql_help.c:5199 sql_help.c:5244 sql_help.c:5274
+#: sql_help.c:5207 sql_help.c:5252 sql_help.c:5282
 msgid "retrieve rows from a table or view"
 msgstr "estrai righe da una tabella o una vista"
 
-#: sql_help.c:5209
+#: sql_help.c:5217
 msgid "change a run-time parameter"
 msgstr "modifica un parametro di esecuzione"
 
-#: sql_help.c:5214
+#: sql_help.c:5222
 msgid "set constraint check timing for the current transaction"
 msgstr "imposta il momento del controllo dei vincoli per la transazione corrente"
 
-#: sql_help.c:5219
+#: sql_help.c:5227
 msgid "set the current user identifier of the current session"
 msgstr "imposta l'identificativo utente della sessione corrente"
 
-#: sql_help.c:5224
+#: sql_help.c:5232
 msgid "set the session user identifier and the current user identifier of the current session"
 msgstr "imposta l'identificazione utente della sessione e l'identificazione utente corrente della sessione corrente"
 
-#: sql_help.c:5229
+#: sql_help.c:5237
 msgid "set the characteristics of the current transaction"
 msgstr "imposta le caratteristiche della transazione corrente"
 
-#: sql_help.c:5234
+#: sql_help.c:5242
 msgid "show the value of a run-time parameter"
 msgstr "mostra il valore di un parametro di esecuzione"
 
-#: sql_help.c:5249
+#: sql_help.c:5257
 msgid "empty a table or set of tables"
 msgstr "svuota una tabella o una lista di tabelle"
 
-#: sql_help.c:5254
+#: sql_help.c:5262
 msgid "stop listening for a notification"
 msgstr "termina l'attesa di notifiche"
 
-#: sql_help.c:5259
+#: sql_help.c:5267
 msgid "update rows of a table"
 msgstr "modifica le righe di una tabella"
 
-#: sql_help.c:5264
+#: sql_help.c:5272
 msgid "garbage-collect and optionally analyze a database"
 msgstr "pulisci ed eventualmente analizza il database"
 
-#: sql_help.c:5269
+#: sql_help.c:5277
 msgid "compute a set of rows"
 msgstr "genera una sequenza di righe"
 
-#: startup.c:184
+#: startup.c:187
 #, c-format
 msgid "%s: -1 can only be used in non-interactive mode\n"
 msgstr "%s: -1 può essere usato solo in modalità non interattiva\n"
 
-#: startup.c:287
+#: startup.c:290
 #, c-format
 msgid "%s: could not open log file \"%s\": %s\n"
 msgstr "%s: apertura del file di log \"%s\" fallita: %s\n"
 
-#: startup.c:394
+#: startup.c:397
 #, c-format
 msgid ""
 "Type \"help\" for help.\n"
@@ -5627,27 +5694,27 @@ msgstr ""
 "Digita \"help\" per avere un aiuto.\n"
 "\n"
 
-#: startup.c:543
+#: startup.c:546
 #, c-format
 msgid "%s: could not set printing parameter \"%s\"\n"
 msgstr "%s: impostazione del parametro di stampa \"%s\" fallito\n"
 
-#: startup.c:645
+#: startup.c:648
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Prova \"%s --help\" per maggiori informazioni.\n"
 
-#: startup.c:662
+#: startup.c:665
 #, c-format
 msgid "%s: warning: extra command-line argument \"%s\" ignored\n"
 msgstr "%s: attenzione: parametro in eccesso \"%s\" nella riga di comando ignorato\n"
 
-#: startup.c:711
+#: startup.c:714
 #, c-format
 msgid "%s: could not find own program executable\n"
 msgstr "%s: il proprio programma eseguibile non è stato trovato\n"
 
-#: tab-complete.c:4182
+#: tab-complete.c:4186
 #, c-format
 msgid ""
 "tab completion query failed: %s\n"