pt_BR: translation update
authorEuler Taveira <euler@timbira.com>
Sun, 20 Jul 2014 04:19:55 +0000 (01:19 -0300)
committerEuler Taveira <euler@timbira.com>
Sun, 20 Jul 2014 04:19:55 +0000 (01:19 -0300)
pt_BR/postgres.po

index a1c7b77c9d846b2447b298e1f5b56de4d8b62489..c9bee412e74581c0ba16d4acb714314185ea36fa 100644 (file)
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: PostgreSQL 9.1\n"
+"Project-Id-Version: PostgreSQL 9.2\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2014-05-11 00:47-0300\n"
+"POT-Creation-Date: 2014-07-20 01:01-0300\n"
 "PO-Revision-Date: 2010-05-11 08:53-0300\n"
 "Last-Translator: Euler Taveira de Oliveira <euler@timbira.com>\n"
 "Language-Team: Brazilian Portuguese <pgbr-dev@listas.postgresql.org.br>\n"
@@ -386,8 +386,8 @@ msgid "\"%s\" is an index"
 msgstr "\"%s\" é um índice"
 
 #: access/heap/heapam.c:1090 access/heap/heapam.c:1118
-#: access/heap/heapam.c:1150 catalog/aclchk.c:1734 commands/tablecmds.c:8171
-#: commands/tablecmds.c:10454
+#: access/heap/heapam.c:1150 catalog/aclchk.c:1734 commands/tablecmds.c:8174
+#: commands/tablecmds.c:10457
 #, c-format
 msgid "\"%s\" is a composite type"
 msgstr "\"%s\" é um tipo composto"
@@ -405,7 +405,7 @@ msgstr "registro é muito grande: tamanho %lu, tamanho máximo %lu"
 
 #: access/index/indexam.c:162 catalog/objectaddress.c:641
 #: commands/indexcmds.c:1758 commands/tablecmds.c:222
-#: commands/tablecmds.c:10445
+#: commands/tablecmds.c:10448
 #, c-format
 msgid "\"%s\" is not an index"
 msgstr "\"%s\" não é um índice"
@@ -507,156 +507,156 @@ msgstr "não pôde truncar diretório \"%s\": reinício aparente"
 msgid "removing file \"%s\""
 msgstr "removendo arquivo \"%s\""
 
-#: access/transam/twophase.c:252
+#: access/transam/twophase.c:328
 #, c-format
 msgid "transaction identifier \"%s\" is too long"
 msgstr "identificador de transação \"%s\" é muito longo"
 
-#: access/transam/twophase.c:259
+#: access/transam/twophase.c:335
 #, c-format
 msgid "prepared transactions are disabled"
 msgstr "transações preparadas estão desabilitadas"
 
-#: access/transam/twophase.c:260
+#: access/transam/twophase.c:336
 #, c-format
 msgid "Set max_prepared_transactions to a nonzero value."
 msgstr "Defina max_prepared_transactions para um valor diferente de zero."
 
-#: access/transam/twophase.c:293
+#: access/transam/twophase.c:355
 #, c-format
 msgid "transaction identifier \"%s\" is already in use"
 msgstr "identificador de transação \"%s\" já está em uso"
 
-#: access/transam/twophase.c:302
+#: access/transam/twophase.c:364
 #, c-format
 msgid "maximum number of prepared transactions reached"
 msgstr "número máximo de transações preparadas foi alcançado"
 
-#: access/transam/twophase.c:303
+#: access/transam/twophase.c:365
 #, c-format
 msgid "Increase max_prepared_transactions (currently %d)."
 msgstr "Aumente max_prepared_transactions (atualmente %d)."
 
-#: access/transam/twophase.c:431
+#: access/transam/twophase.c:504
 #, c-format
 msgid "prepared transaction with identifier \"%s\" is busy"
 msgstr "transação preparada com identificador \"%s\" está sendo utilizada"
 
-#: access/transam/twophase.c:439
+#: access/transam/twophase.c:510
 #, c-format
 msgid "permission denied to finish prepared transaction"
 msgstr "permissão negada ao finalizar transação preparada"
 
-#: access/transam/twophase.c:440
+#: access/transam/twophase.c:511
 #, c-format
 msgid "Must be superuser or the user that prepared the transaction."
 msgstr "Deve ser super-usuário ou usuário que preparou a transação."
 
-#: access/transam/twophase.c:451
+#: access/transam/twophase.c:522
 #, c-format
 msgid "prepared transaction belongs to another database"
 msgstr "transação preparada pertence a outro banco de dados"
 
-#: access/transam/twophase.c:452
+#: access/transam/twophase.c:523
 #, c-format
 msgid "Connect to the database where the transaction was prepared to finish it."
 msgstr "Conecte-se ao banco de dados onde a transação foi preparada para terminá-la."
 
-#: access/transam/twophase.c:466
+#: access/transam/twophase.c:538
 #, c-format
 msgid "prepared transaction with identifier \"%s\" does not exist"
 msgstr "transação preparada com identificador \"%s\" não existe"
 
-#: access/transam/twophase.c:969
+#: access/transam/twophase.c:1041
 #, c-format
 msgid "two-phase state file maximum length exceeded"
 msgstr "tamanho máximo do arquivo de status de efetivação em duas fases foi alcançado"
 
-#: access/transam/twophase.c:987
+#: access/transam/twophase.c:1059
 #, c-format
 msgid "could not create two-phase state file \"%s\": %m"
 msgstr "não pôde criar arquivo de status de efetivação em duas fases \"%s\": %m"
 
-#: access/transam/twophase.c:1001 access/transam/twophase.c:1018
-#: access/transam/twophase.c:1074 access/transam/twophase.c:1494
-#: access/transam/twophase.c:1501
+#: access/transam/twophase.c:1073 access/transam/twophase.c:1090
+#: access/transam/twophase.c:1146 access/transam/twophase.c:1575
+#: access/transam/twophase.c:1582
 #, c-format
 msgid "could not write two-phase state file: %m"
 msgstr "não pôde escrever em arquivo de status de efetivação em duas fases: %m"
 
-#: access/transam/twophase.c:1027
+#: access/transam/twophase.c:1099
 #, c-format
 msgid "could not seek in two-phase state file: %m"
 msgstr "não pôde buscar no arquivo de status de efetivação em duas fases: %m"
 
-#: access/transam/twophase.c:1080 access/transam/twophase.c:1519
+#: access/transam/twophase.c:1152 access/transam/twophase.c:1600
 #, c-format
 msgid "could not close two-phase state file: %m"
 msgstr "não pôde fechar arquivo de status de efetivação em duas fases: %m"
 
-#: access/transam/twophase.c:1160 access/transam/twophase.c:1600
+#: access/transam/twophase.c:1239 access/transam/twophase.c:1681
 #, c-format
 msgid "could not open two-phase state file \"%s\": %m"
 msgstr "não pôde abrir arquivo de status de efetivação em duas fases \"%s\": %m"
 
-#: access/transam/twophase.c:1177
+#: access/transam/twophase.c:1256
 #, c-format
 msgid "could not stat two-phase state file \"%s\": %m"
 msgstr "não pôde executar stat no arquivo de status de efetivação em duas fases \"%s\": %m"
 
-#: access/transam/twophase.c:1209
+#: access/transam/twophase.c:1288
 #, c-format
 msgid "could not read two-phase state file \"%s\": %m"
 msgstr "não pôde ler arquivo de status de efetivação em duas fases \"%s\": %m"
 
-#: access/transam/twophase.c:1305
+#: access/transam/twophase.c:1384
 #, c-format
 msgid "two-phase state file for transaction %u is corrupt"
 msgstr "arquivo de status de efetivação em duas fases para transação %u está corrompido"
 
-#: access/transam/twophase.c:1456
+#: access/transam/twophase.c:1537
 #, c-format
 msgid "could not remove two-phase state file \"%s\": %m"
 msgstr "não pôde remover arquivo de status de efetivação em duas fases \"%s\": %m"
 
-#: access/transam/twophase.c:1485
+#: access/transam/twophase.c:1566
 #, c-format
 msgid "could not recreate two-phase state file \"%s\": %m"
 msgstr "não pôde recriar arquivo de status de efetivação em duas fases \"%s\": %m"
 
-#: access/transam/twophase.c:1513
+#: access/transam/twophase.c:1594
 #, c-format
 msgid "could not fsync two-phase state file: %m"
 msgstr "não pôde executar fsync no arquivo de status de efetivação em duas fases: %m"
 
-#: access/transam/twophase.c:1609
+#: access/transam/twophase.c:1690
 #, c-format
 msgid "could not fsync two-phase state file \"%s\": %m"
 msgstr "não pôde executar fsync no arquivo de status de efetivação em duas fases \"%s\": %m"
 
-#: access/transam/twophase.c:1616
+#: access/transam/twophase.c:1697
 #, c-format
 msgid "could not close two-phase state file \"%s\": %m"
 msgstr "não pôde fechar arquivo de status de efetivação em duas fases \"%s\": %m"
 
-#: access/transam/twophase.c:1681
+#: access/transam/twophase.c:1762
 #, c-format
 msgid "removing future two-phase state file \"%s\""
 msgstr "removendo arquivo futuro de status de efetivação em duas fases \"%s\""
 
-#: access/transam/twophase.c:1697 access/transam/twophase.c:1708
-#: access/transam/twophase.c:1827 access/transam/twophase.c:1838
-#: access/transam/twophase.c:1911
+#: access/transam/twophase.c:1778 access/transam/twophase.c:1789
+#: access/transam/twophase.c:1908 access/transam/twophase.c:1919
+#: access/transam/twophase.c:1992
 #, c-format
 msgid "removing corrupt two-phase state file \"%s\""
 msgstr "removendo arquivo corrompido de status de efetivação em duas fases \"%s\""
 
-#: access/transam/twophase.c:1816 access/transam/twophase.c:1900
+#: access/transam/twophase.c:1897 access/transam/twophase.c:1981
 #, c-format
 msgid "removing stale two-phase state file \"%s\""
 msgstr "removendo arquivo antigo de status de efetivação em duas fases \"%s\""
 
-#: access/transam/twophase.c:1918
+#: access/transam/twophase.c:1999
 #, c-format
 msgid "recovering prepared transaction %u"
 msgstr "recuperação transação preparada %u"
@@ -726,47 +726,47 @@ msgid "cannot PREPARE a transaction that has exported snapshots"
 msgstr "não pode executar PREPARE em uma transação que tem instantâneos exportados"
 
 #. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2938
+#: access/transam/xact.c:2951
 #, c-format
 msgid "%s cannot run inside a transaction block"
 msgstr "%s não pode executar dentro de um bloco de transação"
 
 #. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2948
+#: access/transam/xact.c:2961
 #, c-format
 msgid "%s cannot run inside a subtransaction"
 msgstr "%s não pode executar dentro de uma subtransação"
 
 #. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2958
+#: access/transam/xact.c:2971
 #, c-format
 msgid "%s cannot be executed from a function or multi-command string"
 msgstr "%s não pode ser executada a partir de uma função ou cadeia de caracteres com múltiplos comandos"
 
 #. translator: %s represents an SQL statement name
-#: access/transam/xact.c:3009
+#: access/transam/xact.c:3022
 #, c-format
 msgid "%s can only be used in transaction blocks"
 msgstr "%s só pode ser utilizado em blocos de transação"
 
-#: access/transam/xact.c:3191
+#: access/transam/xact.c:3204
 #, c-format
 msgid "there is already a transaction in progress"
 msgstr "há uma transação em execução"
 
-#: access/transam/xact.c:3359 access/transam/xact.c:3452
+#: access/transam/xact.c:3372 access/transam/xact.c:3465
 #, c-format
 msgid "there is no transaction in progress"
 msgstr "não há uma transação em execução"
 
-#: access/transam/xact.c:3548 access/transam/xact.c:3599
-#: access/transam/xact.c:3605 access/transam/xact.c:3649
-#: access/transam/xact.c:3698 access/transam/xact.c:3704
+#: access/transam/xact.c:3561 access/transam/xact.c:3612
+#: access/transam/xact.c:3618 access/transam/xact.c:3662
+#: access/transam/xact.c:3711 access/transam/xact.c:3717
 #, c-format
 msgid "no such savepoint"
 msgstr "ponto de salvamento inexistente"
 
-#: access/transam/xact.c:4357
+#: access/transam/xact.c:4370
 #, c-format
 msgid "cannot have more than 2^32-1 subtransactions in a transaction"
 msgstr "não pode ter mais do que 2^32-1 subtransações em uma transação"
@@ -845,7 +845,7 @@ msgstr "não pôde fechar arquivo \"%s\": %m"
 
 #: access/transam/xlog.c:2616 access/transam/xlog.c:4482
 #: access/transam/xlog.c:4583 access/transam/xlog.c:4744
-#: replication/basebackup.c:386 replication/basebackup.c:1062
+#: replication/basebackup.c:387 replication/basebackup.c:1063
 #: storage/file/copydir.c:165 storage/file/copydir.c:255 storage/smgr/md.c:579
 #: storage/smgr/md.c:837 utils/error/elog.c:1570 utils/init/miscinit.c:1038
 #: utils/init/miscinit.c:1153
@@ -890,7 +890,7 @@ msgstr "não pôde remover arquivo \"%s\": %m"
 
 #: access/transam/xlog.c:3124 access/transam/xlog.c:3284
 #: access/transam/xlog.c:9679 access/transam/xlog.c:9841
-#: replication/basebackup.c:392 replication/basebackup.c:446
+#: replication/basebackup.c:393 replication/basebackup.c:447
 #: storage/file/copydir.c:86 storage/file/copydir.c:125 utils/adt/dbsize.c:66
 #: utils/adt/dbsize.c:216 utils/adt/dbsize.c:296 utils/adt/genfile.c:107
 #: utils/adt/genfile.c:279
@@ -1995,12 +1995,12 @@ msgstr "sintaxe de entrada é inválida para local do log de transação: \"%s\"
 msgid "xrecoff \"%X\" is out of valid range, 0..%X"
 msgstr "xrecoff \"%X\" fora do intervalo válido, 0..%X"
 
-#: bootstrap/bootstrap.c:271 postmaster/postmaster.c:725 tcop/postgres.c:3436
+#: bootstrap/bootstrap.c:271 postmaster/postmaster.c:725 tcop/postgres.c:3446
 #, c-format
 msgid "--%s requires a value"
 msgstr "--%s requer um valor"
 
-#: bootstrap/bootstrap.c:276 postmaster/postmaster.c:730 tcop/postgres.c:3441
+#: bootstrap/bootstrap.c:276 postmaster/postmaster.c:730 tcop/postgres.c:3451
 #, c-format
 msgid "-c %s requires a value"
 msgstr "-c %s requer um valor"
@@ -2128,7 +2128,7 @@ msgstr "privilégios de coluna só são válidos para relações"
 
 #: catalog/aclchk.c:681 catalog/aclchk.c:3878 catalog/aclchk.c:4655
 #: catalog/objectaddress.c:382 catalog/pg_largeobject.c:112
-#: catalog/pg_largeobject.c:172 storage/large_object/inv_api.c:262
+#: catalog/pg_largeobject.c:172 storage/large_object/inv_api.c:287
 #, c-format
 msgid "large object %u does not exist"
 msgstr "objeto grande %u não existe"
@@ -2170,12 +2170,12 @@ msgid "default privileges cannot be set for columns"
 msgstr "privilégios padrão não podem ser definidos para colunas"
 
 #: catalog/aclchk.c:1477 catalog/objectaddress.c:813 commands/analyze.c:384
-#: commands/copy.c:3964 commands/sequence.c:1457 commands/tablecmds.c:4771
-#: commands/tablecmds.c:4863 commands/tablecmds.c:4910
-#: commands/tablecmds.c:5012 commands/tablecmds.c:5056
-#: commands/tablecmds.c:5135 commands/tablecmds.c:5219
-#: commands/tablecmds.c:7166 commands/tablecmds.c:7383
-#: commands/tablecmds.c:7772 commands/trigger.c:622 parser/analyze.c:2046
+#: commands/copy.c:3964 commands/sequence.c:1457 commands/tablecmds.c:4774
+#: commands/tablecmds.c:4866 commands/tablecmds.c:4913
+#: commands/tablecmds.c:5015 commands/tablecmds.c:5059
+#: commands/tablecmds.c:5138 commands/tablecmds.c:5222
+#: commands/tablecmds.c:7169 commands/tablecmds.c:7386
+#: commands/tablecmds.c:7775 commands/trigger.c:622 parser/analyze.c:2046
 #: parser/parse_relation.c:2067 parser/parse_relation.c:2124
 #: parser/parse_target.c:899 parser/parse_type.c:123 utils/adt/acl.c:2838
 #: utils/adt/ruleutils.c:1615
@@ -2184,7 +2184,7 @@ msgid "column \"%s\" of relation \"%s\" does not exist"
 msgstr "coluna \"%s\" da relação \"%s\" não existe"
 
 #: catalog/aclchk.c:1742 catalog/objectaddress.c:648 commands/sequence.c:1046
-#: commands/tablecmds.c:210 commands/tablecmds.c:10424 utils/adt/acl.c:2074
+#: commands/tablecmds.c:210 commands/tablecmds.c:10427 utils/adt/acl.c:2074
 #: utils/adt/acl.c:2104 utils/adt/acl.c:2136 utils/adt/acl.c:2168
 #: utils/adt/acl.c:2196 utils/adt/acl.c:2226
 #, c-format
@@ -2599,7 +2599,7 @@ msgstr "não pode remover %s porque outros objetos dependem dele"
 
 #: catalog/dependency.c:949 catalog/dependency.c:950 catalog/dependency.c:956
 #: catalog/dependency.c:957 catalog/dependency.c:968 catalog/dependency.c:969
-#: catalog/objectaddress.c:555 commands/tablecmds.c:731 commands/user.c:960
+#: catalog/objectaddress.c:555 commands/tablecmds.c:734 commands/user.c:960
 #: port/win32/security.c:51 storage/lmgr/deadlock.c:955
 #: storage/lmgr/proc.c:1148 utils/misc/guc.c:5454 utils/misc/guc.c:5789
 #: utils/misc/guc.c:8156 utils/misc/guc.c:8190 utils/misc/guc.c:8224
@@ -2869,13 +2869,13 @@ msgstr "permissão negada ao criar \"%s.%s\""
 msgid "System catalog modifications are currently disallowed."
 msgstr "Modificações no catálogo do sistema estão atualmente desabilitadas."
 
-#: catalog/heap.c:398 commands/tablecmds.c:1363 commands/tablecmds.c:1804
-#: commands/tablecmds.c:4411
+#: catalog/heap.c:398 commands/tablecmds.c:1366 commands/tablecmds.c:1807
+#: commands/tablecmds.c:4414
 #, c-format
 msgid "tables can have at most %d columns"
 msgstr "tabelas podem ter no máximo %d colunas"
 
-#: catalog/heap.c:415 commands/tablecmds.c:4672
+#: catalog/heap.c:415 commands/tablecmds.c:4675
 #, c-format
 msgid "column name \"%s\" conflicts with a system column name"
 msgstr "nome de coluna \"%s\" conflita com um nome de coluna do sistema"
@@ -2920,7 +2920,7 @@ msgstr "nenhuma ordenação foi derivada para coluna \"%s\" com tipo %s ordenáv
 msgid "Use the COLLATE clause to set the collation explicitly."
 msgstr "Utilize a cláusula COLLATE para definir a ordenação explicitamente."
 
-#: catalog/heap.c:1027 catalog/index.c:771 commands/tablecmds.c:2485
+#: catalog/heap.c:1027 catalog/index.c:771 commands/tablecmds.c:2488
 #, c-format
 msgid "relation \"%s\" already exists"
 msgstr "relação \"%s\" já existe"
@@ -2942,7 +2942,7 @@ msgstr "A relação tem um tipo associado com o mesmo nome, então você deve ut
 msgid "check constraint \"%s\" already exists"
 msgstr "restrição de verificação \"%s\" já existe"
 
-#: catalog/heap.c:2324 catalog/pg_constraint.c:648 commands/tablecmds.c:5545
+#: catalog/heap.c:2324 catalog/pg_constraint.c:648 commands/tablecmds.c:5548
 #, c-format
 msgid "constraint \"%s\" for relation \"%s\" already exists"
 msgstr "restrição \"%s\" para relação \"%s\" já existe"
@@ -3074,7 +3074,7 @@ msgstr "DROP INDEX CONCURRENTLY deve ser a primeira ação na transação"
 msgid "building index \"%s\" on table \"%s\""
 msgstr "construindo índice \"%s\" na tabela \"%s\""
 
-#: catalog/index.c:3134
+#: catalog/index.c:3136
 #, c-format
 msgid "cannot reindex temporary tables of other sessions"
 msgstr "não pode reindexar tabelas temporárias de outras sessões"
@@ -3250,21 +3250,21 @@ msgid "server name cannot be qualified"
 msgstr "nome do servidor não pode ser qualificado"
 
 #: catalog/objectaddress.c:655 catalog/toasting.c:92 commands/indexcmds.c:381
-#: commands/lockcmds.c:92 commands/tablecmds.c:204 commands/tablecmds.c:1224
-#: commands/tablecmds.c:3968 commands/tablecmds.c:7286
-#: commands/tablecmds.c:10317
+#: commands/lockcmds.c:92 commands/tablecmds.c:204 commands/tablecmds.c:1227
+#: commands/tablecmds.c:3971 commands/tablecmds.c:7289
+#: commands/tablecmds.c:10320
 #, c-format
 msgid "\"%s\" is not a table"
 msgstr "\"%s\" não é uma tabela"
 
 #: catalog/objectaddress.c:662 commands/tablecmds.c:216
-#: commands/tablecmds.c:3983 commands/tablecmds.c:10429 commands/view.c:185
+#: commands/tablecmds.c:3986 commands/tablecmds.c:10432 commands/view.c:185
 #, c-format
 msgid "\"%s\" is not a view"
 msgstr "\"%s\" não é uma visão"
 
 #: catalog/objectaddress.c:669 commands/tablecmds.c:234
-#: commands/tablecmds.c:3986 commands/tablecmds.c:10434
+#: commands/tablecmds.c:3989 commands/tablecmds.c:10437
 #, c-format
 msgid "\"%s\" is not a foreign table"
 msgstr "\"%s\" não é uma tabela externa"
@@ -3793,7 +3793,7 @@ msgstr "análise automática da tabela \"%s.%s.%s\" uso do sistema: %s"
 msgid "\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead rows; %d rows in sample, %.0f estimated total rows"
 msgstr "\"%s\": processados %d de %u páginas, contendo %.0f registros vigentes e %.0f registros não vigentes; %d registros amostrados, %.0f registros totais estimados"
 
-#: commands/analyze.c:1553 executor/execQual.c:2844
+#: commands/analyze.c:1553 executor/execQual.c:2856
 msgid "could not convert row type"
 msgstr "não pôde converter tipo registro"
 
@@ -3847,7 +3847,7 @@ msgstr "não pode agrupar tabelas temporárias de outras sessões"
 msgid "there is no previously clustered index for table \"%s\""
 msgstr "não há nenhum índice previamente agrupado na tabela \"%s\""
 
-#: commands/cluster.c:168 commands/tablecmds.c:8467
+#: commands/cluster.c:168 commands/tablecmds.c:8470
 #, c-format
 msgid "index \"%s\" for table \"%s\" does not exist"
 msgstr "índice \"%s\" na tabela \"%s\" não existe"
@@ -4387,14 +4387,14 @@ msgstr "tamanho de campo é inválido"
 msgid "incorrect binary data format"
 msgstr "formato de dado binário incorreto"
 
-#: commands/copy.c:3969 commands/indexcmds.c:1020 commands/tablecmds.c:1388
-#: commands/tablecmds.c:2187 parser/parse_expr.c:766
+#: commands/copy.c:3969 commands/indexcmds.c:1020 commands/tablecmds.c:1391
+#: commands/tablecmds.c:2190 parser/parse_expr.c:766
 #: utils/adt/tsvector_op.c:1417
 #, c-format
 msgid "column \"%s\" does not exist"
 msgstr "coluna \"%s\" não existe"
 
-#: commands/copy.c:3976 commands/tablecmds.c:1414 commands/trigger.c:631
+#: commands/copy.c:3976 commands/tablecmds.c:1417 commands/trigger.c:631
 #: parser/parse_target.c:915 parser/parse_target.c:926
 #, c-format
 msgid "column \"%s\" specified more than once"
@@ -4930,8 +4930,8 @@ msgid "cannot drop extension \"%s\" because it is being modified"
 msgstr "não pode remover extensão \"%s\" porque ela está sendo modificada"
 
 #: commands/extension.c:1646 commands/extension.c:1755
-#: commands/extension.c:1948 commands/prepare.c:716 executor/execQual.c:1700
-#: executor/execQual.c:1725 executor/execQual.c:2085 executor/execQual.c:5239
+#: commands/extension.c:1948 commands/prepare.c:716 executor/execQual.c:1705
+#: executor/execQual.c:1730 executor/execQual.c:2097 executor/execQual.c:5251
 #: executor/functions.c:1017 foreign/foreign.c:373
 #: replication/walsender.c:1529 utils/fmgr/funcapi.c:60
 #: utils/mmgr/portalmem.c:986
@@ -5412,7 +5412,7 @@ msgstr "não pode criar índice na tabela externa \"%s\""
 msgid "cannot create indexes on temporary tables of other sessions"
 msgstr "não pode criar índices em tabelas temporárias de outras sessões"
 
-#: commands/indexcmds.c:446 commands/tablecmds.c:511 commands/tablecmds.c:8727
+#: commands/indexcmds.c:446 commands/tablecmds.c:511 commands/tablecmds.c:8730
 #, c-format
 msgid "only shared relations can be placed in pg_global tablespace"
 msgstr "somente relações compartilhadas podem ser armazenadas na tablespace pg_global"
@@ -5920,8 +5920,8 @@ msgstr "fornecedor de rótulo de segurança \"%s\" não foi carregado"
 msgid "unlogged sequences are not supported"
 msgstr "sequências unlogged não são suportadas"
 
-#: commands/sequence.c:419 commands/tablecmds.c:2266 commands/tablecmds.c:2438
-#: commands/tablecmds.c:9824 tcop/utility.c:714
+#: commands/sequence.c:419 commands/tablecmds.c:2269 commands/tablecmds.c:2441
+#: commands/tablecmds.c:9827 tcop/utility.c:714
 #, c-format
 msgid "relation \"%s\" does not exist, skipping"
 msgstr "relação \"%s\" não existe, ignorando"
@@ -6019,7 +6019,7 @@ msgstr "opção de OWNED BY é inválida"
 msgid "Specify OWNED BY table.column or OWNED BY NONE."
 msgstr "Especifique OWNED BY tabela.coluna ou OWNED BY NONE."
 
-#: commands/sequence.c:1439 commands/tablecmds.c:5746
+#: commands/sequence.c:1439 commands/tablecmds.c:5749
 #, c-format
 msgid "referenced relation \"%s\" is not a table"
 msgstr "relação referenciada \"%s\" não é uma tabela"
@@ -6099,8 +6099,8 @@ msgstr "\"%s\" não é um tipo"
 msgid "Use DROP TYPE to remove a type."
 msgstr "use DROP TYPE para remover um tipo."
 
-#: commands/tablecmds.c:232 commands/tablecmds.c:7758
-#: commands/tablecmds.c:9759
+#: commands/tablecmds.c:232 commands/tablecmds.c:7761
+#: commands/tablecmds.c:9762
 #, c-format
 msgid "foreign table \"%s\" does not exist"
 msgstr "tabela externa \"%s\" não existe"
@@ -6129,72 +6129,72 @@ msgstr "restrições em tabelas externas não são suportadas"
 msgid "cannot create temporary table within security-restricted operation"
 msgstr "não pode criar tabela temporária em operação com restrição de segurança"
 
-#: commands/tablecmds.c:585 commands/tablecmds.c:4491
+#: commands/tablecmds.c:588 commands/tablecmds.c:4494
 #, c-format
 msgid "default values on foreign tables are not supported"
 msgstr "valores padrão em tabelas externas não são suportados"
 
-#: commands/tablecmds.c:757
+#: commands/tablecmds.c:760
 #, c-format
 msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects"
 msgstr "DROP INDEX CONCURRENTLY não suporta múltiplos objetos"
 
-#: commands/tablecmds.c:761
+#: commands/tablecmds.c:764
 #, c-format
 msgid "DROP INDEX CONCURRENTLY does not support CASCADE"
 msgstr "DROP INDEX CONCURRENTLY não suporta CASCADE"
 
-#: commands/tablecmds.c:902 commands/tablecmds.c:1237
-#: commands/tablecmds.c:2083 commands/tablecmds.c:3950
-#: commands/tablecmds.c:5752 commands/tablecmds.c:10350
-#: commands/tablecmds.c:10385 commands/trigger.c:205 commands/trigger.c:1103
+#: commands/tablecmds.c:905 commands/tablecmds.c:1240
+#: commands/tablecmds.c:2086 commands/tablecmds.c:3953
+#: commands/tablecmds.c:5755 commands/tablecmds.c:10353
+#: commands/tablecmds.c:10388 commands/trigger.c:205 commands/trigger.c:1103
 #: commands/trigger.c:1209 rewrite/rewriteDefine.c:266
 #, c-format
 msgid "permission denied: \"%s\" is a system catalog"
 msgstr "permissão negada: \"%s\" é um catálogo do sistema"
 
-#: commands/tablecmds.c:1016
+#: commands/tablecmds.c:1019
 #, c-format
 msgid "truncate cascades to table \"%s\""
 msgstr "truncando em cascata tabela \"%s\""
 
-#: commands/tablecmds.c:1247
+#: commands/tablecmds.c:1250
 #, c-format
 msgid "cannot truncate temporary tables of other sessions"
 msgstr "não pode truncar tabelas temporárias de outras sessões"
 
-#: commands/tablecmds.c:1452 parser/parse_utilcmd.c:1724
+#: commands/tablecmds.c:1455 parser/parse_utilcmd.c:1724
 #, c-format
 msgid "inherited relation \"%s\" is not a table"
 msgstr "relação herdada \"%s\" não é uma tabela"
 
-#: commands/tablecmds.c:1459 commands/tablecmds.c:8959
+#: commands/tablecmds.c:1462 commands/tablecmds.c:8962
 #, c-format
 msgid "cannot inherit from temporary relation \"%s\""
 msgstr "não pode herdar de uma tabela temporária \"%s\""
 
-#: commands/tablecmds.c:1467 commands/tablecmds.c:8967
+#: commands/tablecmds.c:1470 commands/tablecmds.c:8970
 #, c-format
 msgid "cannot inherit from temporary relation of another session"
 msgstr "não pode herdar de tabela temporária de outra sessão"
 
-#: commands/tablecmds.c:1483 commands/tablecmds.c:9001
+#: commands/tablecmds.c:1486 commands/tablecmds.c:9004
 #, c-format
 msgid "relation \"%s\" would be inherited from more than once"
 msgstr "relação \"%s\" seria herdada de mais de uma vez"
 
-#: commands/tablecmds.c:1531
+#: commands/tablecmds.c:1534
 #, c-format
 msgid "merging multiple inherited definitions of column \"%s\""
 msgstr "juntando múltiplas definições herdadas da coluna \"%s\""
 
-#: commands/tablecmds.c:1539
+#: commands/tablecmds.c:1542
 #, c-format
 msgid "inherited column \"%s\" has a type conflict"
 msgstr "coluna herdada \"%s\" tem um conflito de tipo"
 
-#: commands/tablecmds.c:1541 commands/tablecmds.c:1562
-#: commands/tablecmds.c:1749 commands/tablecmds.c:1771
+#: commands/tablecmds.c:1544 commands/tablecmds.c:1565
+#: commands/tablecmds.c:1752 commands/tablecmds.c:1774
 #: parser/parse_coerce.c:1591 parser/parse_coerce.c:1611
 #: parser/parse_coerce.c:1631 parser/parse_coerce.c:1676
 #: parser/parse_coerce.c:1713 parser/parse_param.c:217
@@ -6202,626 +6202,626 @@ msgstr "coluna herdada \"%s\" tem um conflito de tipo"
 msgid "%s versus %s"
 msgstr "%s versus %s"
 
-#: commands/tablecmds.c:1548
+#: commands/tablecmds.c:1551
 #, c-format
 msgid "inherited column \"%s\" has a collation conflict"
 msgstr "coluna herdada \"%s\" tem um conflito de ordenação"
 
-#: commands/tablecmds.c:1550 commands/tablecmds.c:1759
-#: commands/tablecmds.c:4364
+#: commands/tablecmds.c:1553 commands/tablecmds.c:1762
+#: commands/tablecmds.c:4367
 #, c-format
 msgid "\"%s\" versus \"%s\""
 msgstr "\"%s\" versus \"%s\""
 
-#: commands/tablecmds.c:1560
+#: commands/tablecmds.c:1563
 #, c-format
 msgid "inherited column \"%s\" has a storage parameter conflict"
 msgstr "coluna herdada \"%s\" tem um conflito de parâmetro de armazenamento"
 
-#: commands/tablecmds.c:1672 parser/parse_utilcmd.c:818
+#: commands/tablecmds.c:1675 parser/parse_utilcmd.c:818
 #: parser/parse_utilcmd.c:1159 parser/parse_utilcmd.c:1235
 #, c-format
 msgid "cannot convert whole-row table reference"
 msgstr "não pode converter referência a todo registro da tabela"
 
-#: commands/tablecmds.c:1673 parser/parse_utilcmd.c:819
+#: commands/tablecmds.c:1676 parser/parse_utilcmd.c:819
 #, c-format
 msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"."
 msgstr "Restrição \"%s\" contém referência a todo registro da tabela \"%s\"."
 
-#: commands/tablecmds.c:1739
+#: commands/tablecmds.c:1742
 #, c-format
 msgid "merging column \"%s\" with inherited definition"
 msgstr "juntando coluna \"%s\" com definição herdada"
 
-#: commands/tablecmds.c:1747
+#: commands/tablecmds.c:1750
 #, c-format
 msgid "column \"%s\" has a type conflict"
 msgstr "coluna \"%s\" tem um conflito de tipo"
 
-#: commands/tablecmds.c:1757
+#: commands/tablecmds.c:1760
 #, c-format
 msgid "column \"%s\" has a collation conflict"
 msgstr "coluna \"%s\" tem um conflito de ordenação"
 
-#: commands/tablecmds.c:1769
+#: commands/tablecmds.c:1772
 #, c-format
 msgid "column \"%s\" has a storage parameter conflict"
 msgstr "coluna \"%s\" tem um conflito de parâmetro de armazenamento"
 
-#: commands/tablecmds.c:1821
+#: commands/tablecmds.c:1824
 #, c-format
 msgid "column \"%s\" inherits conflicting default values"
 msgstr "coluna \"%s\" herdou valores padrão conflitantes"
 
-#: commands/tablecmds.c:1823
+#: commands/tablecmds.c:1826
 #, c-format
 msgid "To resolve the conflict, specify a default explicitly."
 msgstr "Para resolver o conflito, especifique um padrão explicitamente."
 
-#: commands/tablecmds.c:1870
+#: commands/tablecmds.c:1873
 #, c-format
 msgid "check constraint name \"%s\" appears multiple times but with different expressions"
 msgstr "nome da restrição de verificação \"%s\" aparece múltiplas vezes mas com diferentes expressões"
 
-#: commands/tablecmds.c:2055
+#: commands/tablecmds.c:2058
 #, c-format
 msgid "cannot rename column of typed table"
 msgstr "não pode renomear coluna de tabela tipada"
 
-#: commands/tablecmds.c:2071
+#: commands/tablecmds.c:2074
 #, c-format
 msgid "\"%s\" is not a table, view, composite type, index, or foreign table"
 msgstr "\"%s\" não é uma tabela, visão, tipo composto, índice ou tabela externa"
 
-#: commands/tablecmds.c:2163
+#: commands/tablecmds.c:2166
 #, c-format
 msgid "inherited column \"%s\" must be renamed in child tables too"
 msgstr "coluna herdada \"%s\" deve ser renomeada nas tabelas descendentes também"
 
-#: commands/tablecmds.c:2195
+#: commands/tablecmds.c:2198
 #, c-format
 msgid "cannot rename system column \"%s\""
 msgstr "não pode renomear coluna do sistema \"%s\""
 
-#: commands/tablecmds.c:2210
+#: commands/tablecmds.c:2213
 #, c-format
 msgid "cannot rename inherited column \"%s\""
 msgstr "não pode renomear coluna herdada \"%s\""
 
-#: commands/tablecmds.c:2352
+#: commands/tablecmds.c:2355
 #, c-format
 msgid "inherited constraint \"%s\" must be renamed in child tables too"
 msgstr "restrição herdada \"%s\" deve ser renomeada nas tabelas descendentes também"
 
-#: commands/tablecmds.c:2359
+#: commands/tablecmds.c:2362
 #, c-format
 msgid "cannot rename inherited constraint \"%s\""
 msgstr "não pode renomear restrição herdada \"%s\""
 
 #. translator: first %s is a SQL command, eg ALTER TABLE
-#: commands/tablecmds.c:2561
+#: commands/tablecmds.c:2564
 #, c-format
 msgid "cannot %s \"%s\" because it is being used by active queries in this session"
 msgstr "não pode executar %s \"%s\" porque ela está sendo utilizada por consultas ativas nessa sessão"
 
 #. translator: first %s is a SQL command, eg ALTER TABLE
-#: commands/tablecmds.c:2570
+#: commands/tablecmds.c:2573
 #, c-format
 msgid "cannot %s \"%s\" because it has pending trigger events"
 msgstr "não pode executar %s \"%s\" porque ela tem eventos de gatilho pendentes"
 
-#: commands/tablecmds.c:3469
+#: commands/tablecmds.c:3472
 #, c-format
 msgid "cannot rewrite system relation \"%s\""
 msgstr "não pode reescrever relação do sistema \"%s\""
 
-#: commands/tablecmds.c:3479
+#: commands/tablecmds.c:3482
 #, c-format
 msgid "cannot rewrite temporary tables of other sessions"
 msgstr "não pode reescrever tabelas temporárias de outras sessões"
 
-#: commands/tablecmds.c:3705
+#: commands/tablecmds.c:3708
 #, c-format
 msgid "rewriting table \"%s\""
 msgstr "reescrevendo tabela \"%s\""
 
-#: commands/tablecmds.c:3709
+#: commands/tablecmds.c:3712
 #, c-format
 msgid "verifying table \"%s\""
 msgstr "verificando tabela \"%s\""
 
-#: commands/tablecmds.c:3816
+#: commands/tablecmds.c:3819
 #, c-format
 msgid "column \"%s\" contains null values"
 msgstr "coluna \"%s\" contém valores nulos"
 
-#: commands/tablecmds.c:3830 commands/tablecmds.c:6652
+#: commands/tablecmds.c:3833 commands/tablecmds.c:6655
 #, c-format
 msgid "check constraint \"%s\" is violated by some row"
 msgstr "restrição de verificação \"%s\" foi violada por algum registro"
 
-#: commands/tablecmds.c:3971
+#: commands/tablecmds.c:3974
 #, c-format
 msgid "\"%s\" is not a table or index"
 msgstr "\"%s\" não é uma tabela ou índice"
 
-#: commands/tablecmds.c:3974 commands/trigger.c:199 commands/trigger.c:1097
+#: commands/tablecmds.c:3977 commands/trigger.c:199 commands/trigger.c:1097
 #: commands/trigger.c:1201 rewrite/rewriteDefine.c:260
 #, c-format
 msgid "\"%s\" is not a table or view"
 msgstr "\"%s\" não é uma tabela ou visão"
 
-#: commands/tablecmds.c:3977
+#: commands/tablecmds.c:3980
 #, c-format
 msgid "\"%s\" is not a table or foreign table"
 msgstr "\"%s\" não é uma tabela ou tabela externa"
 
-#: commands/tablecmds.c:3980
+#: commands/tablecmds.c:3983
 #, c-format
 msgid "\"%s\" is not a table, composite type, or foreign table"
 msgstr "\"%s\" não é uma tabela, tipo composto ou tabela externa"
 
-#: commands/tablecmds.c:3990
+#: commands/tablecmds.c:3993
 #, c-format
 msgid "\"%s\" is of the wrong type"
 msgstr "\"%s\" é de um tipo incorreto"
 
-#: commands/tablecmds.c:4139 commands/tablecmds.c:4146
+#: commands/tablecmds.c:4142 commands/tablecmds.c:4149
 #, c-format
 msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it"
 msgstr "não pode alterar tipo \"%s\" porque coluna \"%s.%s\" utiliza-o"
 
-#: commands/tablecmds.c:4153
+#: commands/tablecmds.c:4156
 #, c-format
 msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type"
 msgstr "não pode alterar tabela externa \"%s\" porque coluna \"%s.%s\" utiliza seu tipo"
 
-#: commands/tablecmds.c:4160
+#: commands/tablecmds.c:4163
 #, c-format
 msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type"
 msgstr "não pode alterar tabela \"%s\" porque coluna \"%s.%s\" utiliza seu tipo"
 
-#: commands/tablecmds.c:4222
+#: commands/tablecmds.c:4225
 #, c-format
 msgid "cannot alter type \"%s\" because it is the type of a typed table"
 msgstr "não pode alterar tipo \"%s\" porque ele é um tipo de uma tabela tipada"
 
-#: commands/tablecmds.c:4224
+#: commands/tablecmds.c:4227
 #, c-format
 msgid "Use ALTER ... CASCADE to alter the typed tables too."
 msgstr "Utilize ALTER ... CASCADE para alterar as tabelas tipadas também."
 
-#: commands/tablecmds.c:4268
+#: commands/tablecmds.c:4271
 #, c-format
 msgid "type %s is not a composite type"
 msgstr "tipo %s não é um tipo composto"
 
-#: commands/tablecmds.c:4294
+#: commands/tablecmds.c:4297
 #, c-format
 msgid "cannot add column to typed table"
 msgstr "não pode adicionar coluna a tabela tipada"
 
-#: commands/tablecmds.c:4356 commands/tablecmds.c:9155
+#: commands/tablecmds.c:4359 commands/tablecmds.c:9158
 #, c-format
 msgid "child table \"%s\" has different type for column \"%s\""
 msgstr "tabela descendente \"%s\" tem tipo diferente da coluna \"%s\""
 
-#: commands/tablecmds.c:4362 commands/tablecmds.c:9162
+#: commands/tablecmds.c:4365 commands/tablecmds.c:9165
 #, c-format
 msgid "child table \"%s\" has different collation for column \"%s\""
 msgstr "tabela descendente \"%s\" tem ordenação diferente da coluna \"%s\""
 
-#: commands/tablecmds.c:4372
+#: commands/tablecmds.c:4375
 #, c-format
 msgid "child table \"%s\" has a conflicting \"%s\" column"
 msgstr "tabela descendente \"%s\" tem uma coluna conflitante \"%s\""
 
-#: commands/tablecmds.c:4384
+#: commands/tablecmds.c:4387
 #, c-format
 msgid "merging definition of column \"%s\" for child \"%s\""
 msgstr "juntando definição da coluna \"%s\" para tabela descendente \"%s\""
 
-#: commands/tablecmds.c:4610
+#: commands/tablecmds.c:4613
 #, c-format
 msgid "column must be added to child tables too"
 msgstr "coluna deve ser adicionada as tabelas descendentes também"
 
-#: commands/tablecmds.c:4677
+#: commands/tablecmds.c:4680
 #, c-format
 msgid "column \"%s\" of relation \"%s\" already exists"
 msgstr "coluna \"%s\" da relação \"%s\" já existe"
 
-#: commands/tablecmds.c:4780 commands/tablecmds.c:4872
-#: commands/tablecmds.c:4917 commands/tablecmds.c:5019
-#: commands/tablecmds.c:5063 commands/tablecmds.c:5142
-#: commands/tablecmds.c:7175 commands/tablecmds.c:7780
+#: commands/tablecmds.c:4783 commands/tablecmds.c:4875
+#: commands/tablecmds.c:4920 commands/tablecmds.c:5022
+#: commands/tablecmds.c:5066 commands/tablecmds.c:5145
+#: commands/tablecmds.c:7178 commands/tablecmds.c:7783
 #, c-format
 msgid "cannot alter system column \"%s\""
 msgstr "não pode alterar coluna do sistema \"%s\""
 
-#: commands/tablecmds.c:4816
+#: commands/tablecmds.c:4819
 #, c-format
 msgid "column \"%s\" is in a primary key"
 msgstr "coluna \"%s\" está em uma chave primária"
 
-#: commands/tablecmds.c:4966
+#: commands/tablecmds.c:4969
 #, c-format
 msgid "\"%s\" is not a table, index, or foreign table"
 msgstr "\"%s\" não é uma tabela, índice ou tabela externa"
 
-#: commands/tablecmds.c:4993
+#: commands/tablecmds.c:4996
 #, c-format
 msgid "statistics target %d is too low"
 msgstr "valor da estatística %d é muito pequeno"
 
-#: commands/tablecmds.c:5001
+#: commands/tablecmds.c:5004
 #, c-format
 msgid "lowering statistics target to %d"
 msgstr "diminuindo valor da estatística para %d"
 
-#: commands/tablecmds.c:5123
+#: commands/tablecmds.c:5126
 #, c-format
 msgid "invalid storage type \"%s\""
 msgstr "tipo de armazenamento \"%s\" é inválido"
 
-#: commands/tablecmds.c:5154
+#: commands/tablecmds.c:5157
 #, c-format
 msgid "column data type %s can only have storage PLAIN"
 msgstr "tipo de dado da coluna %s só pode ter armazenamento PLAIN"
 
-#: commands/tablecmds.c:5184
+#: commands/tablecmds.c:5187
 #, c-format
 msgid "cannot drop column from typed table"
 msgstr "não pode apagar coluna de tabela tipada"
 
-#: commands/tablecmds.c:5225
+#: commands/tablecmds.c:5228
 #, c-format
 msgid "column \"%s\" of relation \"%s\" does not exist, skipping"
 msgstr "coluna \"%s\" da relação \"%s\" não existe, ignorando"
 
-#: commands/tablecmds.c:5238
+#: commands/tablecmds.c:5241
 #, c-format
 msgid "cannot drop system column \"%s\""
 msgstr "não pode remover coluna do sistema \"%s\""
 
-#: commands/tablecmds.c:5245
+#: commands/tablecmds.c:5248
 #, c-format
 msgid "cannot drop inherited column \"%s\""
 msgstr "não pode remover coluna herdada \"%s\""
 
-#: commands/tablecmds.c:5475
+#: commands/tablecmds.c:5478
 #, c-format
 msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\""
 msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX renomeará índice \"%s\" para \"%s\""
 
-#: commands/tablecmds.c:5676
+#: commands/tablecmds.c:5679
 #, c-format
 msgid "constraint must be added to child tables too"
 msgstr "restrição deve ser adicionada as tabelas descendentes também"
 
-#: commands/tablecmds.c:5769
+#: commands/tablecmds.c:5772
 #, c-format
 msgid "constraints on permanent tables may reference only permanent tables"
 msgstr "restrições em tabelas permanentes só podem referenciar tabelas permanentes"
 
-#: commands/tablecmds.c:5776
+#: commands/tablecmds.c:5779
 #, c-format
 msgid "constraints on unlogged tables may reference only permanent or unlogged tables"
 msgstr "restrições em tabelas unlogged só podem referenciar tabelas permanentes ou unlogged"
 
-#: commands/tablecmds.c:5782
+#: commands/tablecmds.c:5785
 #, c-format
 msgid "constraints on temporary tables may reference only temporary tables"
 msgstr "restrições em tabelas temporárias só podem referenciar tabelas temporárias"
 
-#: commands/tablecmds.c:5786
+#: commands/tablecmds.c:5789
 #, c-format
 msgid "constraints on temporary tables must involve temporary tables of this session"
 msgstr "restrições em tabelas temporárias devem envolver tabelas temporárias desta sessão"
 
-#: commands/tablecmds.c:5847
+#: commands/tablecmds.c:5850
 #, c-format
 msgid "number of referencing and referenced columns for foreign key disagree"
 msgstr "número de colunas que referenciam e são referenciadas em um chave estrangeira não correspondem"
 
-#: commands/tablecmds.c:5954
+#: commands/tablecmds.c:5957
 #, c-format
 msgid "foreign key constraint \"%s\" cannot be implemented"
 msgstr "restrição de chave estrangeira \"%s\" não pode ser implementada"
 
-#: commands/tablecmds.c:5957
+#: commands/tablecmds.c:5960
 #, c-format
 msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s."
 msgstr "Colunas chave \"%s\" e \"%s\" são de tipos incompatíveis: %s e %s."
 
-#: commands/tablecmds.c:6150 commands/tablecmds.c:7014
-#: commands/tablecmds.c:7070
+#: commands/tablecmds.c:6153 commands/tablecmds.c:7017
+#: commands/tablecmds.c:7073
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" does not exist"
 msgstr "restrição \"%s\" da relação \"%s\" não existe"
 
-#: commands/tablecmds.c:6157
+#: commands/tablecmds.c:6160
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint"
 msgstr "restrição \"%s\" da relação \"%s\" não é uma chave estrangeira ou restrição de verificação"
 
-#: commands/tablecmds.c:6226
+#: commands/tablecmds.c:6229
 #, c-format
 msgid "constraint must be validated on child tables too"
 msgstr "restrição deve ser validada nas tabelas descendentes também"
 
-#: commands/tablecmds.c:6284
+#: commands/tablecmds.c:6287
 #, c-format
 msgid "column \"%s\" referenced in foreign key constraint does not exist"
 msgstr "coluna \"%s\" referenciada na restrição de chave estrangeira não existe"
 
-#: commands/tablecmds.c:6289
+#: commands/tablecmds.c:6292
 #, c-format
 msgid "cannot have more than %d keys in a foreign key"
 msgstr "não pode ter mais do que %d chaves em uma chave estrangeira"
 
-#: commands/tablecmds.c:6354
+#: commands/tablecmds.c:6357
 #, c-format
 msgid "cannot use a deferrable primary key for referenced table \"%s\""
 msgstr "não pode utilizar uma chave primária postergável na tabela referenciada \"%s\""
 
-#: commands/tablecmds.c:6371
+#: commands/tablecmds.c:6374
 #, c-format
 msgid "there is no primary key for referenced table \"%s\""
 msgstr "não há chave primária na tabela referenciada \"%s\""
 
-#: commands/tablecmds.c:6523
+#: commands/tablecmds.c:6526
 #, c-format
 msgid "cannot use a deferrable unique constraint for referenced table \"%s\""
 msgstr "não pode utilizar uma restrição de unicidade postergável na tabela referenciada \"%s\""
 
-#: commands/tablecmds.c:6528
+#: commands/tablecmds.c:6531
 #, c-format
 msgid "there is no unique constraint matching given keys for referenced table \"%s\""
 msgstr "não há restrição de unicidade que corresponde com as colunas informadas na tabela referenciada \"%s\""
 
-#: commands/tablecmds.c:6682
+#: commands/tablecmds.c:6685
 #, c-format
 msgid "validating foreign key constraint \"%s\""
 msgstr "validando restrição de chave estrangeira \"%s\""
 
-#: commands/tablecmds.c:6976
+#: commands/tablecmds.c:6979
 #, c-format
 msgid "cannot drop inherited constraint \"%s\" of relation \"%s\""
 msgstr "não pode remover restrição herdada \"%s\" da relação \"%s\""
 
-#: commands/tablecmds.c:7020
+#: commands/tablecmds.c:7023
 #, c-format
 msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping"
 msgstr "restrição \"%s\" da relação \"%s\" não existe, ignorando"
 
-#: commands/tablecmds.c:7159
+#: commands/tablecmds.c:7162
 #, c-format
 msgid "cannot alter column type of typed table"
 msgstr "não pode alterar tipo de coluna de tabela tipada"
 
-#: commands/tablecmds.c:7182
+#: commands/tablecmds.c:7185
 #, c-format
 msgid "cannot alter inherited column \"%s\""
 msgstr "não pode alterar coluna herdada \"%s\""
 
-#: commands/tablecmds.c:7228
+#: commands/tablecmds.c:7231
 #, c-format
 msgid "transform expression must not return a set"
 msgstr "expressão de transformação não deve retornar um conjunto"
 
-#: commands/tablecmds.c:7234
+#: commands/tablecmds.c:7237
 #, c-format
 msgid "cannot use subquery in transform expression"
 msgstr "não pode utilizar subconsulta em expressão de transformação"
 
-#: commands/tablecmds.c:7238
+#: commands/tablecmds.c:7241
 #, c-format
 msgid "cannot use aggregate function in transform expression"
 msgstr "não pode utilizar função de agregação em expressão de transformação"
 
-#: commands/tablecmds.c:7242
+#: commands/tablecmds.c:7245
 #, c-format
 msgid "cannot use window function in transform expression"
 msgstr "não pode utilizar função deslizante em expressão de transformação"
 
-#: commands/tablecmds.c:7261
+#: commands/tablecmds.c:7264
 #, c-format
 msgid "column \"%s\" cannot be cast automatically to type %s"
 msgstr "coluna \"%s\" não pode ser convertida automaticamente para tipo %s"
 
-#: commands/tablecmds.c:7263
+#: commands/tablecmds.c:7266
 #, c-format
 msgid "Specify a USING expression to perform the conversion."
 msgstr "Especifique uma expressão USING para realizar a conversão."
 
-#: commands/tablecmds.c:7312
+#: commands/tablecmds.c:7315
 #, c-format
 msgid "type of inherited column \"%s\" must be changed in child tables too"
 msgstr "tipo de coluna herdada \"%s\" deve ser alterado nas tabelas descendentes também"
 
-#: commands/tablecmds.c:7393
+#: commands/tablecmds.c:7396
 #, c-format
 msgid "cannot alter type of column \"%s\" twice"
 msgstr "não pode alterar tipo de coluna \"%s\" duas vezes"
 
-#: commands/tablecmds.c:7429
+#: commands/tablecmds.c:7432
 #, c-format
 msgid "default for column \"%s\" cannot be cast automatically to type %s"
 msgstr "valor padrão para coluna \"%s\" não pode ser convertido automaticamente para tipo %s"
 
-#: commands/tablecmds.c:7555
+#: commands/tablecmds.c:7558
 #, c-format
 msgid "cannot alter type of a column used by a view or rule"
 msgstr "não pode alterar tipo de uma coluna utilizada por uma visão ou regra"
 
-#: commands/tablecmds.c:7556 commands/tablecmds.c:7575
+#: commands/tablecmds.c:7559 commands/tablecmds.c:7578
 #, c-format
 msgid "%s depends on column \"%s\""
 msgstr "%s depende da coluna \"%s\""
 
-#: commands/tablecmds.c:7574
+#: commands/tablecmds.c:7577
 #, c-format
 msgid "cannot alter type of a column used in a trigger definition"
 msgstr "não pode alterar tipo de uma coluna utilizada em uma definição de gatilho"
 
-#: commands/tablecmds.c:8141
+#: commands/tablecmds.c:8144
 #, c-format
 msgid "cannot change owner of index \"%s\""
 msgstr "não pode mudar dono do índice \"%s\""
 
-#: commands/tablecmds.c:8143
+#: commands/tablecmds.c:8146
 #, c-format
 msgid "Change the ownership of the index's table, instead."
 msgstr "Ao invés disso, mude o dono da tabela do índice."
 
-#: commands/tablecmds.c:8159
+#: commands/tablecmds.c:8162
 #, c-format
 msgid "cannot change owner of sequence \"%s\""
 msgstr "não pode mudar dono da sequência \"%s\""
 
-#: commands/tablecmds.c:8161 commands/tablecmds.c:9843
+#: commands/tablecmds.c:8164 commands/tablecmds.c:9846
 #, c-format
 msgid "Sequence \"%s\" is linked to table \"%s\"."
 msgstr "Sequência \"%s\" está ligada a tabela \"%s\"."
 
-#: commands/tablecmds.c:8173 commands/tablecmds.c:10455
+#: commands/tablecmds.c:8176 commands/tablecmds.c:10458
 #, c-format
 msgid "Use ALTER TYPE instead."
 msgstr "Ao invés disso utilize ALTER TYPE."
 
-#: commands/tablecmds.c:8182 commands/tablecmds.c:10472
+#: commands/tablecmds.c:8185 commands/tablecmds.c:10475
 #, c-format
 msgid "\"%s\" is not a table, view, sequence, or foreign table"
 msgstr "\"%s\" não é uma tabela, visão, sequência ou tabela externa"
 
-#: commands/tablecmds.c:8514
+#: commands/tablecmds.c:8517
 #, c-format
 msgid "cannot have multiple SET TABLESPACE subcommands"
 msgstr "não pode ter múltiplos subcomandos SET TABLESPACE"
 
-#: commands/tablecmds.c:8584
+#: commands/tablecmds.c:8587
 #, c-format
 msgid "\"%s\" is not a table, index, or TOAST table"
 msgstr "\"%s\" não é uma tabela, índice ou tabela TOAST"
 
-#: commands/tablecmds.c:8720
+#: commands/tablecmds.c:8723
 #, c-format
 msgid "cannot move system relation \"%s\""
 msgstr "não pode mover relação do sistema \"%s\""
 
-#: commands/tablecmds.c:8736
+#: commands/tablecmds.c:8739
 #, c-format
 msgid "cannot move temporary tables of other sessions"
 msgstr "não pode mover tabelas temporárias de outras sessões"
 
-#: commands/tablecmds.c:8928
+#: commands/tablecmds.c:8931
 #, c-format
 msgid "cannot change inheritance of typed table"
 msgstr "não pode mudar herança de tabela tipada"
 
-#: commands/tablecmds.c:8974
+#: commands/tablecmds.c:8977
 #, c-format
 msgid "cannot inherit to temporary relation of another session"
 msgstr "não pode herdar a tabela temporária de outra sessão"
 
-#: commands/tablecmds.c:9028
+#: commands/tablecmds.c:9031
 #, c-format
 msgid "circular inheritance not allowed"
 msgstr "herança circular não é permitida"
 
-#: commands/tablecmds.c:9029
+#: commands/tablecmds.c:9032
 #, c-format
 msgid "\"%s\" is already a child of \"%s\"."
 msgstr "\"%s\" já é um descendente de \"%s\"."
 
-#: commands/tablecmds.c:9037
+#: commands/tablecmds.c:9040
 #, c-format
 msgid "table \"%s\" without OIDs cannot inherit from table \"%s\" with OIDs"
 msgstr "tabela \"%s\" sem OIDs não pode herdar de tabela \"%s\" com OIDs"
 
-#: commands/tablecmds.c:9173
+#: commands/tablecmds.c:9176
 #, c-format
 msgid "column \"%s\" in child table must be marked NOT NULL"
 msgstr "coluna \"%s\" na tabela descendente deve ser definida como NOT NULL"
 
-#: commands/tablecmds.c:9189
+#: commands/tablecmds.c:9192
 #, c-format
 msgid "child table is missing column \"%s\""
 msgstr "tabela descendente está faltando coluna \"%s\""
 
-#: commands/tablecmds.c:9272
+#: commands/tablecmds.c:9275
 #, c-format
 msgid "child table \"%s\" has different definition for check constraint \"%s\""
 msgstr "tabela descendente \"%s\" tem definição diferente para restrição de verificação \"%s\""
 
-#: commands/tablecmds.c:9280
+#: commands/tablecmds.c:9283
 #, c-format
 msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\""
 msgstr "restrição \"%s\" conflita com restrição não herdada na tabela descendente \"%s\""
 
-#: commands/tablecmds.c:9304
+#: commands/tablecmds.c:9307
 #, c-format
 msgid "child table is missing constraint \"%s\""
 msgstr "tabela descendente está faltando restrição \"%s\""
 
-#: commands/tablecmds.c:9384
+#: commands/tablecmds.c:9387
 #, c-format
 msgid "relation \"%s\" is not a parent of relation \"%s\""
 msgstr "relação \"%s\" não é um ancestral da relação \"%s\""
 
-#: commands/tablecmds.c:9601
+#: commands/tablecmds.c:9604
 #, c-format
 msgid "typed tables cannot inherit"
 msgstr "tabelas tipadas não podem herdar"
 
-#: commands/tablecmds.c:9632
+#: commands/tablecmds.c:9635
 #, c-format
 msgid "table is missing column \"%s\""
 msgstr "tabela está faltando coluna \"%s\""
 
-#: commands/tablecmds.c:9642
+#: commands/tablecmds.c:9645
 #, c-format
 msgid "table has column \"%s\" where type requires \"%s\""
 msgstr "tabela tem coluna \"%s\" onde tipo requer \"%s\""
 
-#: commands/tablecmds.c:9651
+#: commands/tablecmds.c:9654
 #, c-format
 msgid "table \"%s\" has different type for column \"%s\""
 msgstr "tabela \"%s\" tem tipo diferente para coluna \"%s\""
 
-#: commands/tablecmds.c:9664
+#: commands/tablecmds.c:9667
 #, c-format
 msgid "table has extra column \"%s\""
 msgstr "tabela tem coluna extra \"%s\""
 
-#: commands/tablecmds.c:9711
+#: commands/tablecmds.c:9714
 #, c-format
 msgid "\"%s\" is not a typed table"
 msgstr "\"%s\" não é uma tabela tipada"
 
-#: commands/tablecmds.c:9842
+#: commands/tablecmds.c:9845
 #, c-format
 msgid "cannot move an owned sequence into another schema"
 msgstr "não pode mover uma sequência ligada para outro esquema"
 
-#: commands/tablecmds.c:9933
+#: commands/tablecmds.c:9936
 #, c-format
 msgid "relation \"%s\" already exists in schema \"%s\""
 msgstr "relação \"%s\" já existe no esquema \"%s\""
 
-#: commands/tablecmds.c:10439
+#: commands/tablecmds.c:10442
 #, c-format
 msgid "\"%s\" is not a composite type"
 msgstr "\"%s\" não é um tipo composto"
 
-#: commands/tablecmds.c:10460
+#: commands/tablecmds.c:10463
 #, c-format
 msgid "\"%s\" is a foreign table"
 msgstr "\"%s\" é uma tabela externa"
 
-#: commands/tablecmds.c:10461
+#: commands/tablecmds.c:10464
 #, c-format
 msgid "Use ALTER FOREIGN TABLE instead."
 msgstr "Ao invés disso utilize ALTER FOREIGN TABLE."
@@ -6884,7 +6884,7 @@ msgid "tablespace \"%s\" already exists"
 msgstr "tablespace \"%s\" já existe"
 
 #: commands/tablespace.c:371 commands/tablespace.c:534
-#: replication/basebackup.c:170 replication/basebackup.c:923
+#: replication/basebackup.c:171 replication/basebackup.c:924
 #: utils/adt/misc.c:370
 #, c-format
 msgid "tablespaces are not supported on this platform"
@@ -6945,8 +6945,8 @@ msgid "could not create symbolic link \"%s\": %m"
 msgstr "não pôde criar link simbólico \"%s\": %m"
 
 #: commands/tablespace.c:711 commands/tablespace.c:721
-#: postmaster/postmaster.c:1172 replication/basebackup.c:276
-#: replication/basebackup.c:581 storage/file/copydir.c:67
+#: postmaster/postmaster.c:1172 replication/basebackup.c:277
+#: replication/basebackup.c:582 storage/file/copydir.c:67
 #: storage/file/copydir.c:106 storage/file/fd.c:1741 utils/adt/genfile.c:353
 #: utils/adt/misc.c:270 utils/misc/tzparser.c:323
 #, c-format
@@ -7958,12 +7958,12 @@ msgstr "cursor \"%s\" não está posicionado em um registro"
 msgid "cursor \"%s\" is not a simply updatable scan of table \"%s\""
 msgstr "cursor \"%s\" não é simplesmente uma busca atualizável da tabela \"%s\""
 
-#: executor/execCurrent.c:231 executor/execQual.c:1122
+#: executor/execCurrent.c:231 executor/execQual.c:1127
 #, c-format
 msgid "type of parameter %d (%s) does not match that when preparing the plan (%s)"
 msgstr "tipo de parâmetro %d (%s) não corresponde aquele ao preparar o plano (%s)"
 
-#: executor/execCurrent.c:243 executor/execQual.c:1134
+#: executor/execCurrent.c:243 executor/execQual.c:1139
 #, c-format
 msgid "no value found for parameter %d"
 msgstr "nenhum valor encontrado para parâmetro %d"
@@ -8058,7 +8058,7 @@ msgstr "Registro que falhou contém %s."
 msgid "new row for relation \"%s\" violates check constraint \"%s\""
 msgstr "novo registro da relação \"%s\" viola restrição de verificação \"%s\""
 
-#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3097
+#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3109
 #: utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:227
 #: utils/adt/arrayfuncs.c:506 utils/adt/arrayfuncs.c:1241
 #: utils/adt/arrayfuncs.c:2914 utils/adt/arrayfuncs.c:4939
@@ -8071,41 +8071,41 @@ msgstr "número de dimensões da matriz (%d) excede o máximo permitido (%d)"
 msgid "array subscript in assignment must not be null"
 msgstr "índice da matriz em atribuição não deve ser nulo"
 
-#: executor/execQual.c:639 executor/execQual.c:4015
+#: executor/execQual.c:639 executor/execQual.c:4027
 #, c-format
 msgid "attribute %d has wrong type"
 msgstr "atributo %d tem tipo incorreto"
 
-#: executor/execQual.c:640 executor/execQual.c:4016
+#: executor/execQual.c:640 executor/execQual.c:4028
 #, c-format
 msgid "Table has type %s, but query expects %s."
 msgstr "Tabela tem tipo %s, mas consulta espera %s."
 
-#: executor/execQual.c:843 executor/execQual.c:860 executor/execQual.c:1010
+#: executor/execQual.c:833 executor/execQual.c:850 executor/execQual.c:1015
 #: executor/nodeModifyTable.c:83 executor/nodeModifyTable.c:93
 #: executor/nodeModifyTable.c:110 executor/nodeModifyTable.c:118
 #, c-format
 msgid "table row type and query-specified row type do not match"
 msgstr "tipo registro da tabela e tipo registro especificado na consulta não correspondem"
 
-#: executor/execQual.c:844
+#: executor/execQual.c:834
 #, 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] "Registro da tabela contém %d atributo, mas consulta espera %d."
 msgstr[1] "Registro da tabela contém %d atributos, mas consulta espera %d."
 
-#: executor/execQual.c:861 executor/nodeModifyTable.c:94
+#: executor/execQual.c:851 executor/nodeModifyTable.c:94
 #, c-format
 msgid "Table has type %s at ordinal position %d, but query expects %s."
 msgstr "Tabela tem tipo %s na posição ordinal %d, mas consulta espera %s."
 
-#: executor/execQual.c:1011 executor/execQual.c:1608
+#: executor/execQual.c:1016 executor/execQual.c:1613
 #, c-format
 msgid "Physical storage mismatch on dropped attribute at ordinal position %d."
 msgstr "Armazenamento físico não combina com atributo removido na posição ordinal %d."
 
-#: executor/execQual.c:1287 parser/parse_func.c:91 parser/parse_func.c:323
+#: executor/execQual.c:1292 parser/parse_func.c:91 parser/parse_func.c:323
 #: parser/parse_func.c:631
 #, c-format
 msgid "cannot pass more than %d argument to a function"
@@ -8113,117 +8113,117 @@ msgid_plural "cannot pass more than %d arguments to a function"
 msgstr[0] "não pode passar mais do que %d argumento para uma função"
 msgstr[1] "não pode passar mais do que %d argumentos para uma função"
 
-#: executor/execQual.c:1476
+#: executor/execQual.c:1481
 #, c-format
 msgid "functions and operators can take at most one set argument"
 msgstr "funções e operadores podem receber no máximo um argumento do tipo conjunto"
 
-#: executor/execQual.c:1526
+#: executor/execQual.c:1531
 #, c-format
 msgid "function returning setof record called in context that cannot accept type record"
 msgstr "função que retorna setof record foi chamada em um contexto que não pode aceitar tipo record"
 
-#: executor/execQual.c:1581 executor/execQual.c:1597 executor/execQual.c:1607
+#: executor/execQual.c:1586 executor/execQual.c:1602 executor/execQual.c:1612
 #, c-format
 msgid "function return row and query-specified return row do not match"
 msgstr "registro de retorno da função e registro de retorno especificado na consulta não correspondem"
 
-#: executor/execQual.c:1582
+#: executor/execQual.c:1587
 #, c-format
 msgid "Returned row contains %d attribute, but query expects %d."
 msgid_plural "Returned row contains %d attributes, but query expects %d."
 msgstr[0] "Registro retornado contém %d atributo, mas consulta espera %d."
 msgstr[1] "Registro retornado contém %d atributos, mas consulta espera %d."
 
-#: executor/execQual.c:1598
+#: executor/execQual.c:1603
 #, c-format
 msgid "Returned type %s at ordinal position %d, but query expects %s."
 msgstr "Tipo retornado %s na posição ordinal %d, mas consulta espera %s."
 
-#: executor/execQual.c:1832 executor/execQual.c:2256
+#: executor/execQual.c:1837 executor/execQual.c:2268
 #, c-format
 msgid "table-function protocol for materialize mode was not followed"
 msgstr "protocolo de função tabular para modo materializado não foi seguido"
 
-#: executor/execQual.c:1852 executor/execQual.c:2263
+#: executor/execQual.c:1857 executor/execQual.c:2275
 #, c-format
 msgid "unrecognized table-function returnMode: %d"
 msgstr "modo de retorno (returnMode) da função tabular desconhecido: %d"
 
-#: executor/execQual.c:2173
+#: executor/execQual.c:2185
 #, c-format
 msgid "function returning set of rows cannot return null value"
 msgstr "função que retorna conjunto de registros não pode retornar valor nulo"
 
-#: executor/execQual.c:2230
+#: executor/execQual.c:2242
 #, c-format
 msgid "rows returned by function are not all of the same row type"
 msgstr "registros retornados pela função não são todos do mesmo tipo registro"
 
-#: executor/execQual.c:2445
+#: executor/execQual.c:2457
 #, c-format
 msgid "IS DISTINCT FROM does not support set arguments"
 msgstr "IS DISTINCT FROM não suporta conjunto de argumentos"
 
-#: executor/execQual.c:2522
+#: executor/execQual.c:2534
 #, c-format
 msgid "op ANY/ALL (array) does not support set arguments"
 msgstr "op ANY/ALL (array) não suporta conjunto de argumentos"
 
-#: executor/execQual.c:3075
+#: executor/execQual.c:3087
 #, c-format
 msgid "cannot merge incompatible arrays"
 msgstr "não pode mesclar matrizes incompatíveis"
 
-#: executor/execQual.c:3076
+#: executor/execQual.c:3088
 #, c-format
 msgid "Array with element type %s cannot be included in ARRAY construct with element type %s."
 msgstr "Matriz com tipo de elemento %s não pode ser incluído em uma construção ARRAY com tipo de elemento %s."
 
-#: executor/execQual.c:3117 executor/execQual.c:3144
+#: executor/execQual.c:3129 executor/execQual.c:3156
 #: utils/adt/arrayfuncs.c:541
 #, c-format
 msgid "multidimensional arrays must have array expressions with matching dimensions"
 msgstr "matrizes multidimensionais devem ter expressões de matriz com dimensões correspondentes"
 
-#: executor/execQual.c:3659
+#: executor/execQual.c:3671
 #, c-format
 msgid "NULLIF does not support set arguments"
 msgstr "NULLIF não suporta conjunto de argumentos"
 
-#: executor/execQual.c:3889 utils/adt/domains.c:127
+#: executor/execQual.c:3901 utils/adt/domains.c:127
 #, c-format
 msgid "domain %s does not allow null values"
 msgstr "domínio %s não permite valores nulos"
 
-#: executor/execQual.c:3918 utils/adt/domains.c:163
+#: executor/execQual.c:3930 utils/adt/domains.c:163
 #, c-format
 msgid "value for domain %s violates check constraint \"%s\""
 msgstr "valor para domínio %s viola restrição de verificação \"%s\""
 
-#: executor/execQual.c:4411 optimizer/util/clauses.c:570
+#: executor/execQual.c:4423 optimizer/util/clauses.c:570
 #: parser/parse_agg.c:162
 #, c-format
 msgid "aggregate function calls cannot be nested"
 msgstr "chamadas de função de agregação não podem ser aninhadas"
 
-#: executor/execQual.c:4449 optimizer/util/clauses.c:644
+#: executor/execQual.c:4461 optimizer/util/clauses.c:644
 #: parser/parse_agg.c:209
 #, c-format
 msgid "window function calls cannot be nested"
 msgstr "chamadas de função deslizante não podem ser aninhadas"
 
-#: executor/execQual.c:4661
+#: executor/execQual.c:4673
 #, c-format
 msgid "target type is not an array"
 msgstr "tipo alvo não é uma matriz"
 
-#: executor/execQual.c:4775
+#: executor/execQual.c:4787
 #, c-format
 msgid "ROW() column has type %s instead of type %s"
 msgstr "coluna ROW() tem tipo %s ao invés do tipo %s"
 
-#: executor/execQual.c:4910 utils/adt/arrayfuncs.c:3377
+#: executor/execQual.c:4922 utils/adt/arrayfuncs.c:3377
 #: utils/adt/rowtypes.c:921
 #, c-format
 msgid "could not identify a comparison function for type %s"
@@ -8709,69 +8709,69 @@ msgstr "restrições %s não podem ser marcadas NOT VALID"
 msgid "%s constraints cannot be marked NO INHERIT"
 msgstr "restrições %s não podem ser marcadas NO INHERIT"
 
-#: guc-file.l:192
+#: guc-file.l:191
 #, c-format
 msgid "unrecognized configuration parameter \"%s\" in file \"%s\" line %u"
 msgstr "parâmetro de configuração \"%s\" desconhecido em arquivo \"%s\" linha %u"
 
-#: guc-file.l:227 utils/misc/guc.c:5196 utils/misc/guc.c:5386
+#: guc-file.l:226 utils/misc/guc.c:5196 utils/misc/guc.c:5386
 #: utils/misc/guc.c:5490 utils/misc/guc.c:5591 utils/misc/guc.c:5712
 #: utils/misc/guc.c:5820
 #, c-format
 msgid "parameter \"%s\" cannot be changed without restarting the server"
 msgstr "parâmetro \"%s\" não pode ser mudado sem reiniciar o servidor"
 
-#: guc-file.l:255
+#: guc-file.l:254
 #, c-format
 msgid "parameter \"%s\" removed from configuration file, reset to default"
 msgstr "parâmetro \"%s\" foi removido do arquivo de configuração, reiniciar para padrão"
 
-#: guc-file.l:317
+#: guc-file.l:316
 #, c-format
 msgid "parameter \"%s\" changed to \"%s\""
 msgstr "parâmetro \"%s\" mudou para \"%s\""
 
-#: guc-file.l:351
+#: guc-file.l:350
 #, c-format
 msgid "configuration file \"%s\" contains errors"
 msgstr "arquivo de configuração \"%s\" contém erros"
 
-#: guc-file.l:356
+#: guc-file.l:355
 #, c-format
 msgid "configuration file \"%s\" contains errors; unaffected changes were applied"
 msgstr "arquivo de configuração \"%s\" contém erros; alterações não afetadas foram aplicadas"
 
-#: guc-file.l:361
+#: guc-file.l:360
 #, c-format
 msgid "configuration file \"%s\" contains errors; no changes were applied"
 msgstr "arquivo de configuração \"%s\" contém erros; nenhuma alteração foi aplicada"
 
-#: guc-file.l:393
+#: guc-file.l:392
 #, c-format
 msgid "could not open configuration file \"%s\": maximum nesting depth exceeded"
 msgstr "não pôde abrir arquivo de configuração \"%s\": profundidade aninhada máxima excedida"
 
-#: guc-file.l:430 libpq/hba.c:1733
+#: guc-file.l:429 libpq/hba.c:1733
 #, c-format
 msgid "could not open configuration file \"%s\": %m"
 msgstr "não pôde abrir arquivo de configuração \"%s\": %m"
 
-#: guc-file.l:436
+#: guc-file.l:435
 #, c-format
 msgid "skipping missing configuration file \"%s\""
 msgstr "ignorando arquivo de configuração ausente \"%s\""
 
-#: guc-file.l:627
+#: guc-file.l:626
 #, c-format
 msgid "syntax error in file \"%s\" line %u, near end of line"
 msgstr "erro de sintaxe no arquivo \"%s\" linha %u, próximo ao fim da linha"
 
-#: guc-file.l:632
+#: guc-file.l:631
 #, c-format
 msgid "syntax error in file \"%s\" line %u, near token \"%s\""
 msgstr "erro de sintaxe no arquivo \"%s\" linha %u, próximo a informação \"%s\""
 
-#: guc-file.l:648
+#: guc-file.l:647
 #, c-format
 msgid "too many syntax errors found, abandoning file \"%s\""
 msgstr "muitos erros de sintaxe encontrados, abandonando arquivo \"%s\""
@@ -12536,47 +12536,47 @@ msgstr "não pôde ler código de retorno para processo\n"
 msgid "could not post child completion status\n"
 msgstr "não pôde publicar status de conclusão do processo filho\n"
 
-#: postmaster/syslogger.c:467 postmaster/syslogger.c:1054
+#: postmaster/syslogger.c:456 postmaster/syslogger.c:1043
 #, c-format
 msgid "could not read from logger pipe: %m"
 msgstr "não pôde ler do pipe do logger: %m"
 
-#: postmaster/syslogger.c:516
+#: postmaster/syslogger.c:505
 #, c-format
 msgid "logger shutting down"
 msgstr "desligando logger"
 
-#: postmaster/syslogger.c:560 postmaster/syslogger.c:574
+#: postmaster/syslogger.c:549 postmaster/syslogger.c:563
 #, c-format
 msgid "could not create pipe for syslog: %m"
 msgstr "não pôde criar pipe para syslog: %m"
 
-#: postmaster/syslogger.c:610
+#: postmaster/syslogger.c:599
 #, c-format
 msgid "could not fork system logger: %m"
 msgstr "não pôde criar processo system logger: %m"
 
-#: postmaster/syslogger.c:641
+#: postmaster/syslogger.c:630
 #, c-format
 msgid "could not redirect stdout: %m"
 msgstr "não pôde redirecionar saída stdout: %m"
 
-#: postmaster/syslogger.c:646 postmaster/syslogger.c:664
+#: postmaster/syslogger.c:635 postmaster/syslogger.c:653
 #, c-format
 msgid "could not redirect stderr: %m"
 msgstr "não pôde redirecionar saída stderr: %m"
 
-#: postmaster/syslogger.c:1009
+#: postmaster/syslogger.c:998
 #, c-format
 msgid "could not write to log file: %s\n"
 msgstr "não pôde escrever em arquivo de log: %s\n"
 
-#: postmaster/syslogger.c:1149
+#: postmaster/syslogger.c:1138
 #, c-format
 msgid "could not open log file \"%s\": %m"
 msgstr "não pôde abrir arquivo de log \"%s\": %m"
 
-#: postmaster/syslogger.c:1211 postmaster/syslogger.c:1255
+#: postmaster/syslogger.c:1200 postmaster/syslogger.c:1244
 #, c-format
 msgid "disabling automatic rotation (use SIGHUP to re-enable)"
 msgstr "desabilitando rotação automática (utilize SIGHUP para habilitá-la novamente)"
@@ -12599,67 +12599,67 @@ msgstr "cadeia de caracteres entre aspas não foi terminada"
 msgid "syntax error: unexpected character \"%s\""
 msgstr "erro de sintaxe: caracter inesperado \"%s\""
 
-#: replication/basebackup.c:132 replication/basebackup.c:903
+#: replication/basebackup.c:133 replication/basebackup.c:904
 #: utils/adt/misc.c:358
 #, c-format
 msgid "could not read symbolic link \"%s\": %m"
 msgstr "não pôde ler link simbólico \"%s\": %m"
 
-#: replication/basebackup.c:139 replication/basebackup.c:907
+#: replication/basebackup.c:140 replication/basebackup.c:908
 #: utils/adt/misc.c:362
 #, c-format
 msgid "symbolic link \"%s\" target is too long"
 msgstr "alvo do link simbólico \"%s\" é muito longo"
 
-#: replication/basebackup.c:208
+#: replication/basebackup.c:209
 #, c-format
 msgid "could not stat control file \"%s\": %m"
 msgstr "não pôde executar stat no arquivo de controle \"%s\": %m"
 
-#: replication/basebackup.c:323
+#: replication/basebackup.c:324
 #, c-format
 msgid "could not find any WAL files"
 msgstr "não pôde encontrar arquivos do WAL"
 
-#: replication/basebackup.c:335 replication/basebackup.c:352
-#: replication/basebackup.c:360
+#: replication/basebackup.c:336 replication/basebackup.c:353
+#: replication/basebackup.c:361
 #, c-format
 msgid "could not find WAL file \"%s\""
 msgstr "não pôde encontrar arquivo do WAL \"%s\""
 
-#: replication/basebackup.c:399 replication/basebackup.c:422
+#: replication/basebackup.c:400 replication/basebackup.c:423
 #, c-format
 msgid "unexpected WAL file size \"%s\""
 msgstr "tamanho de arquivo do WAL \"%s\" inesperado"
 
-#: replication/basebackup.c:410 replication/basebackup.c:1081
+#: replication/basebackup.c:411 replication/basebackup.c:1082
 #, c-format
 msgid "base backup could not send data, aborting backup"
 msgstr "cópia de segurança base não pôde enviar dados, interrompendo cópia de segurança"
 
-#: replication/basebackup.c:493 replication/basebackup.c:502
-#: replication/basebackup.c:511 replication/basebackup.c:520
-#: replication/basebackup.c:529
+#: replication/basebackup.c:494 replication/basebackup.c:503
+#: replication/basebackup.c:512 replication/basebackup.c:521
+#: replication/basebackup.c:530
 #, c-format
 msgid "duplicate option \"%s\""
 msgstr "opção \"%s\" duplicada"
 
-#: replication/basebackup.c:778 replication/basebackup.c:857
+#: replication/basebackup.c:779 replication/basebackup.c:858
 #, c-format
 msgid "could not stat file or directory \"%s\": %m"
 msgstr "não pôde executar stat no arquivo ou  diretório \"%s\": %m"
 
-#: replication/basebackup.c:839
+#: replication/basebackup.c:840
 #, c-format
 msgid "shutdown requested, aborting active base backup"
 msgstr "desligamento solicitado, interrompendo cópia de segurança base"
 
-#: replication/basebackup.c:981
+#: replication/basebackup.c:982
 #, c-format
 msgid "skipping special file \"%s\""
 msgstr "ignorando arquivo especial \"%s\""
 
-#: replication/basebackup.c:1071
+#: replication/basebackup.c:1072
 #, c-format
 msgid "archive member \"%s\" too large for tar format"
 msgstr "membro de archive \"%s\" muito grande para o formato tar"
@@ -12817,7 +12817,7 @@ msgstr "número de conexões dos servidores em espera solicitadas excedeu max_wa
 msgid "could not read from log file %u, segment %u, offset %u, length %lu: %m"
 msgstr "não pôde ler do arquivo de log %u, segmento %u, deslocado de %u, tamanho %lu: %m"
 
-#: rewrite/rewriteDefine.c:107 rewrite/rewriteDefine.c:771
+#: rewrite/rewriteDefine.c:107 rewrite/rewriteDefine.c:794
 #, c-format
 msgid "rule \"%s\" for relation \"%s\" already exists"
 msgstr "regra \"%s\" para relação \"%s\" já existe"
@@ -12922,57 +12922,72 @@ msgstr "listas RETURNING não são suportadas em regras condicionais"
 msgid "RETURNING lists are not supported in non-INSTEAD rules"
 msgstr "listas RETURNING não são suportadas em regras que não utilizam INSTEAD"
 
-#: rewrite/rewriteDefine.c:554
+#: rewrite/rewriteDefine.c:555
 #, c-format
 msgid "SELECT rule's target list has too many entries"
 msgstr "lista de alvos de uma regra SELECT tem muitas entradas"
 
-#: rewrite/rewriteDefine.c:555
+#: rewrite/rewriteDefine.c:556
 #, c-format
 msgid "RETURNING list has too many entries"
 msgstr "lista RETURNING tem muitas entradas"
 
-#: rewrite/rewriteDefine.c:571
+#: rewrite/rewriteDefine.c:572
 #, c-format
 msgid "cannot convert relation containing dropped columns to view"
 msgstr "não pode converter relação contendo colunas removidas em visão"
 
-#: rewrite/rewriteDefine.c:576
+#: rewrite/rewriteDefine.c:578
 #, c-format
 msgid "SELECT rule's target entry %d has different column name from \"%s\""
 msgstr "entrada alvo %d de uma regra SELECT tem nome de coluna diferente de \"%s\""
 
-#: rewrite/rewriteDefine.c:582
+#: rewrite/rewriteDefine.c:580
+#, c-format
+msgid "SELECT target entry is named \"%s\"."
+msgstr "entrada alvo de SELECT é chamado de \"%s\"."
+
+#: rewrite/rewriteDefine.c:589
 #, c-format
 msgid "SELECT rule's target entry %d has different type from column \"%s\""
 msgstr "entrada alvo %d de uma regra SELECT tem tipo diferente da coluna \"%s\""
 
-#: rewrite/rewriteDefine.c:584
+#: rewrite/rewriteDefine.c:591
 #, c-format
 msgid "RETURNING list's entry %d has different type from column \"%s\""
 msgstr "entrada %d de uma lista RETURNING tem tipo diferente da coluna \"%s\""
 
-#: rewrite/rewriteDefine.c:599
+#: rewrite/rewriteDefine.c:594 rewrite/rewriteDefine.c:618
+#, c-format
+msgid "SELECT target entry has type %s, but column has type %s."
+msgstr "entrada alvo de SELECT tem tipo %s, mas coluna tem tipo %s."
+
+#: rewrite/rewriteDefine.c:597 rewrite/rewriteDefine.c:622
+#, c-format
+msgid "RETURNING list entry has type %s, but column has type %s."
+msgstr "entrada de uma lista RETURNING tem tipo %s, mas coluna tem tipo %s."
+
+#: rewrite/rewriteDefine.c:613
 #, c-format
 msgid "SELECT rule's target entry %d has different size from column \"%s\""
 msgstr "entrada alvo %d de uma regra SELECT tem tamanho diferente da coluna \"%s\""
 
-#: rewrite/rewriteDefine.c:601
+#: rewrite/rewriteDefine.c:615
 #, c-format
 msgid "RETURNING list's entry %d has different size from column \"%s\""
 msgstr "entrada %d de uma lista RETURNING tem tamanho diferente da coluna \"%s\""
 
-#: rewrite/rewriteDefine.c:609
+#: rewrite/rewriteDefine.c:632
 #, c-format
 msgid "SELECT rule's target list has too few entries"
 msgstr "lista de alvos de uma regra SELECT tem poucas entradas"
 
-#: rewrite/rewriteDefine.c:610
+#: rewrite/rewriteDefine.c:633
 #, c-format
 msgid "RETURNING list has too few entries"
 msgstr "lista RETURNING tem poucas entradas"
 
-#: rewrite/rewriteDefine.c:702 rewrite/rewriteDefine.c:764
+#: rewrite/rewriteDefine.c:725 rewrite/rewriteDefine.c:787
 #: rewrite/rewriteSupport.c:116
 #, c-format
 msgid "rule \"%s\" for relation \"%s\" does not exist"
@@ -13100,8 +13115,8 @@ msgstr "uso inseguro de cadeia de caracteres com escapes Unicode"
 msgid "String constants with Unicode escapes cannot be used when standard_conforming_strings is off."
 msgstr "Cadeias de caracteres com escapes Unicode não podem ser utilizadas quando standard_conforming_strings está off."
 
-#: scan.l:565 scan.l:573 scan.l:581 scan.l:582 scan.l:583 scan.l:1243
-#: scan.l:1270 scan.l:1274 scan.l:1312 scan.l:1316 scan.l:1338
+#: scan.l:565 scan.l:573 scan.l:581 scan.l:582 scan.l:583 scan.l:1242
+#: scan.l:1269 scan.l:1273 scan.l:1311 scan.l:1315 scan.l:1337
 msgid "invalid Unicode surrogate pair"
 msgstr "par substituto Unicode é inválido"
 
@@ -13142,55 +13157,55 @@ msgid "operator too long"
 msgstr "operador muito longo"
 
 #. translator: %s is typically the translation of "syntax error"
-#: scan.l:997
+#: scan.l:996
 #, c-format
 msgid "%s at end of input"
 msgstr "%s no fim da entrada"
 
 #. translator: first %s is typically the translation of "syntax error"
-#: scan.l:1005
+#: scan.l:1004
 #, c-format
 msgid "%s at or near \"%s\""
 msgstr "%s em ou próximo a \"%s\""
 
-#: scan.l:1166 scan.l:1198
+#: scan.l:1165 scan.l:1197
 msgid "Unicode escape values cannot be used for code point values above 007F when the server encoding is not UTF8"
 msgstr "Valores de escape Unicode não podem ser utilizados para valores de ponto de código acima de 007F quando a codificação do servidor não for UTF8"
 
-#: scan.l:1194 scan.l:1330
+#: scan.l:1193 scan.l:1329
 msgid "invalid Unicode escape value"
 msgstr "valor de escape Unicode é inválido"
 
-#: scan.l:1219
+#: scan.l:1218
 msgid "invalid Unicode escape character"
 msgstr "caracter de escape Unicode é inválido"
 
-#: scan.l:1386
+#: scan.l:1385
 #, c-format
 msgid "nonstandard use of \\' in a string literal"
 msgstr "uso de \\' fora do padrão em cadeia de caracteres"
 
-#: scan.l:1387
+#: scan.l:1386
 #, c-format
 msgid "Use '' to write quotes in strings, or use the escape string syntax (E'...')."
 msgstr "Utilize '' para escrever cadeias de carateres entre apóstofros, ou utilize a sintaxe de escape de cadeia de caracteres (E'...')."
 
-#: scan.l:1396
+#: scan.l:1395
 #, c-format
 msgid "nonstandard use of \\\\ in a string literal"
 msgstr "uso de \\\\ fora do padrão em cadeia de caracteres"
 
-#: scan.l:1397
+#: scan.l:1396
 #, c-format
 msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'."
 msgstr "Utilize a sintaxe de escape de cadeia de caracteres para barras invertidas, i.e., E'\\\\'."
 
-#: scan.l:1411
+#: scan.l:1410
 #, c-format
 msgid "nonstandard use of escape in a string literal"
 msgstr "uso de escape fora do padrão em cadeia de caracteres"
 
-#: scan.l:1412
+#: scan.l:1411
 #, c-format
 msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'."
 msgstr "Utilize a sintaxe de escape de cadeia de caracteres para escapes, i.e., E'\\r\\n'."
@@ -13341,7 +13356,7 @@ msgstr "tamanho da entrada de ShmemIndex está errado para estrutura de dados \"
 msgid "requested shared memory size overflows size_t"
 msgstr "tamanho de memória compartilhada requisitada ultrapassa size_t"
 
-#: storage/ipc/standby.c:494 tcop/postgres.c:2926
+#: storage/ipc/standby.c:494 tcop/postgres.c:2936
 #, c-format
 msgid "canceling statement due to conflict with recovery"
 msgstr "cancelando comando por causa de um conflito com recuperação"
@@ -13351,12 +13366,17 @@ msgstr "cancelando comando por causa de um conflito com recuperação"
 msgid "User transaction caused buffer deadlock with recovery."
 msgstr "Transação do usuário causou impasse com a recuperação."
 
-#: storage/large_object/inv_api.c:559 storage/large_object/inv_api.c:756
+#: storage/large_object/inv_api.c:201
+#, c-format
+msgid "pg_largeobject entry for OID %u, page %d has invalid data field size %d"
+msgstr "entrada em pg_largeobject para OID %u, página %d tem tamanho de campo inválido %d"
+
+#: storage/large_object/inv_api.c:570 storage/large_object/inv_api.c:758
 #, c-format
 msgid "large object %u was not opened for writing"
 msgstr "objeto grande %u não foi aberto para escrita"
 
-#: storage/large_object/inv_api.c:566 storage/large_object/inv_api.c:763
+#: storage/large_object/inv_api.c:577 storage/large_object/inv_api.c:765
 #, c-format
 msgid "large object %u was already dropped"
 msgstr "objeto grande %u já foi removido"
@@ -13731,7 +13751,7 @@ msgid "incorrect binary data format in function argument %d"
 msgstr "formato de dado binário incorreto no argumento %d da função"
 
 #: tcop/postgres.c:424 tcop/postgres.c:436 tcop/postgres.c:447
-#: tcop/postgres.c:459 tcop/postgres.c:4184
+#: tcop/postgres.c:459 tcop/postgres.c:4194
 #, c-format
 msgid "invalid frontend message type %d"
 msgstr "tipo de mensagem do cliente %d é inválido"
@@ -13864,7 +13884,7 @@ msgstr "finalizando conexão por causa de uma queda de um outro processo servido
 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 "O postmaster ordenou a esse processo servidor para cancelar a transação atual e sair, porque outro processo servidor saiu anormalmente e possivelmente corrompeu memória compartilhada."
 
-#: tcop/postgres.c:2552 tcop/postgres.c:2921
+#: tcop/postgres.c:2552 tcop/postgres.c:2931
 #, c-format
 msgid "In a moment you should be able to reconnect to the database and repeat your command."
 msgstr "Dentro de instantes você poderá conectar novamente ao banco de dados e repetir seu commando."
@@ -13879,97 +13899,97 @@ msgstr "exceção de ponto flutuante"
 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 "Uma operação de ponto flutuante inválida foi sinalizada. Isto provavelmente indica um resultado fora do intervalo ou uma operação inválida, tal como divisão por zero."
 
-#: tcop/postgres.c:2840
+#: tcop/postgres.c:2850
 #, c-format
 msgid "terminating autovacuum process due to administrator command"
 msgstr "terminando processo de limpeza automática por causa de um comando do administrador"
 
-#: tcop/postgres.c:2846 tcop/postgres.c:2856 tcop/postgres.c:2919
+#: tcop/postgres.c:2856 tcop/postgres.c:2866 tcop/postgres.c:2929
 #, c-format
 msgid "terminating connection due to conflict with recovery"
 msgstr "terminando conexão por causa de um conflito com recuperação"
 
-#: tcop/postgres.c:2862
+#: tcop/postgres.c:2872
 #, c-format
 msgid "terminating connection due to administrator command"
 msgstr "terminando conexão por causa de um comando do administrador"
 
-#: tcop/postgres.c:2874
+#: tcop/postgres.c:2884
 #, c-format
 msgid "connection to client lost"
 msgstr "conexão com cliente foi perdida"
 
-#: tcop/postgres.c:2889
+#: tcop/postgres.c:2899
 #, c-format
 msgid "canceling authentication due to timeout"
 msgstr "cancelando autenticação por causa do tempo de espera (timeout)"
 
-#: tcop/postgres.c:2898
+#: tcop/postgres.c:2908
 #, c-format
 msgid "canceling statement due to statement timeout"
 msgstr "cancelando comando por causa do tempo de espera (timeout) do comando"
 
-#: tcop/postgres.c:2907
+#: tcop/postgres.c:2917
 #, c-format
 msgid "canceling autovacuum task"
 msgstr "cancelando tarefa de limpeza automática"
 
-#: tcop/postgres.c:2942
+#: tcop/postgres.c:2952
 #, c-format
 msgid "canceling statement due to user request"
 msgstr "cancelando comando por causa de um pedido do usuário"
 
-#: tcop/postgres.c:3070 tcop/postgres.c:3092
+#: tcop/postgres.c:3080 tcop/postgres.c:3102
 #, c-format
 msgid "stack depth limit exceeded"
 msgstr "limite da profundidade da pilha foi excedido"
 
-#: tcop/postgres.c:3071 tcop/postgres.c:3093
+#: tcop/postgres.c:3081 tcop/postgres.c:3103
 #, c-format
 msgid "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), after ensuring the platform's stack depth limit is adequate."
 msgstr "Aumente o parâmetro de configuração \"max_stack_depth\" (atualmente %dkB), após certificar-se que o limite de profundidade da pilha para a plataforma é adequado."
 
-#: tcop/postgres.c:3109
+#: tcop/postgres.c:3119
 #, c-format
 msgid "\"max_stack_depth\" must not exceed %ldkB."
 msgstr "\"max_stack_depth\" não deve exceder %ldkB."
 
-#: tcop/postgres.c:3111
+#: tcop/postgres.c:3121
 #, c-format
 msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent."
 msgstr "Aumente o limite de profundidade da pilha da plataforma utilizando \"ulimit -s\" ou equivalente."
 
-#: tcop/postgres.c:3475
+#: tcop/postgres.c:3485
 #, c-format
 msgid "invalid command-line argument for server process: %s"
 msgstr "argumento de linha de comando é inválido para processo servidor: %s"
 
-#: tcop/postgres.c:3476 tcop/postgres.c:3482
+#: tcop/postgres.c:3486 tcop/postgres.c:3492
 #, c-format
 msgid "Try \"%s --help\" for more information."
 msgstr "Tente \"%s --help\" para obter informações adicionais."
 
-#: tcop/postgres.c:3480
+#: tcop/postgres.c:3490
 #, c-format
 msgid "%s: invalid command-line argument: %s"
 msgstr "%s: argumento de linha de comando é inválido: %s"
 
-#: tcop/postgres.c:3559
+#: tcop/postgres.c:3569
 #, c-format
 msgid "%s: no database nor user name specified"
 msgstr "%s: banco de dados ou nome de usuário não foi especificado"
 
-#: tcop/postgres.c:4094
+#: tcop/postgres.c:4104
 #, c-format
 msgid "invalid CLOSE message subtype %d"
 msgstr "subtipo %d de mensagem CLOSE é inválido"
 
-#: tcop/postgres.c:4127
+#: tcop/postgres.c:4137
 #, c-format
 msgid "invalid DESCRIBE message subtype %d"
 msgstr "subtipo %d de mensagem DESCRIBE é inválido"
 
-#: tcop/postgres.c:4361
+#: tcop/postgres.c:4371
 #, c-format
 msgid "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%s"
 msgstr "desconexão: tempo da sessão: %d:%02d:%02d.%02d usuário=%s banco de dados=%s máquina=%s%s%s"