msgstr ""
"Project-Id-Version: PostgreSQL 9.1\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2012-08-13 18:36-0300\n"
+"POT-Creation-Date: 2012-09-02 19:26-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"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
-#: utils/sort/tuplesort.c:3131
-#, c-format
-msgid "could not create unique index \"%s\""
-msgstr "não pôde criar índice único \"%s\""
+#: executor/nodeWindowAgg.c:1238
+msgid "frame starting offset must not be null"
+msgstr "deslocamento inicial de quadro não deve ser nulo"
-#: utils/sort/tuplesort.c:3133
-#, c-format
-msgid "Key %s is duplicated."
-msgstr "Chave %s está duplicada."
+#: executor/nodeWindowAgg.c:1251
+msgid "frame starting offset must not be negative"
+msgstr "deslocamento inicial de quadro não deve ser negativo"
-#: utils/sort/logtape.c:213
-#, c-format
-msgid "could not write block %ld of temporary file: %m"
-msgstr "não pôde escrever bloco %ld do arquivo temporário: %m"
+#: executor/nodeWindowAgg.c:1264
+msgid "frame ending offset must not be null"
+msgstr "deslocamento final de quadro não deve ser nulo"
-#: utils/sort/logtape.c:215
-msgid "Perhaps out of disk space?"
-msgstr "Talvez esteja faltando espaço em disco?"
+#: executor/nodeWindowAgg.c:1277
+msgid "frame ending offset must not be negative"
+msgstr "deslocamento final de quadro não deve ser negativo"
-#: utils/sort/logtape.c:232
+#: executor/nodeWindowAgg.c:1851 executor/nodeAgg.c:1730
#, c-format
-msgid "could not read block %ld of temporary file: %m"
-msgstr "não pôde ler bloco %ld do arquivo temporário: %m"
+msgid "aggregate %u needs to have compatible input type and transition type"
+msgstr ""
+"agregação %u precisa ter tipo de entrada e tipo transitório compatíveis"
-#: utils/mmgr/portalmem.c:207
-#, c-format
-msgid "cursor \"%s\" already exists"
-msgstr "cursor \"%s\" já existe"
+#: executor/spi.c:210
+msgid "transaction left non-empty SPI stack"
+msgstr "transação não deixou pilha SPI vazia"
-#: utils/mmgr/portalmem.c:211
-#, c-format
-msgid "closing existing cursor \"%s\""
-msgstr "fechando cursor existente \"%s\""
+#: executor/spi.c:211 executor/spi.c:275
+msgid "Check for missing \"SPI_finish\" calls."
+msgstr "Verifique a falta de chamadas \"SPI_finish\"."
-#: utils/mmgr/portalmem.c:478
-#, c-format
-msgid "cannot drop active portal \"%s\""
-msgstr "não pode remover portal ativo \"%s\""
+#: executor/spi.c:274
+msgid "subtransaction left non-empty SPI stack"
+msgstr "subtransação não deixou pilha SPI vazia"
-#: utils/mmgr/portalmem.c:668
-msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD"
-msgstr ""
-"não pode executar PREPARE em uma transação que criou um cursor WITH HOLD"
+#: executor/spi.c:1137
+msgid "cannot open multi-query plan as cursor"
+msgstr "não pode abrir plano de múltiplas consultas como cursor"
-#: utils/mmgr/portalmem.c:985 utils/fmgr/funcapi.c:60
-#: replication/walsender.c:1411 foreign/foreign.c:350 executor/functions.c:785
-#: executor/execQual.c:1706 executor/execQual.c:1731 executor/execQual.c:2092
-#: executor/execQual.c:5221 commands/prepare.c:751 commands/extension.c:1707
-#: commands/extension.c:1816 commands/extension.c:2009
-msgid "set-valued function called in context that cannot accept a set"
-msgstr ""
-"função que tem argumento do tipo conjunto foi chamada em um contexto que não "
-"pode aceitar um conjunto"
+#. translator: %s is name of a SQL command, eg INSERT
+#: executor/spi.c:1142
+#, c-format
+msgid "cannot open %s query as cursor"
+msgstr "não pode abrir consulta %s como cursor"
-#: utils/mmgr/portalmem.c:989 replication/walsender.c:1415
-#: foreign/foreign.c:355 commands/prepare.c:755 commands/extension.c:1711
-#: commands/extension.c:1820 commands/extension.c:2013
-msgid "materialize mode required, but it is not allowed in this context"
-msgstr ""
-"modo de materialização é requerido, mas ele não é permitido neste contexto"
+#: executor/spi.c:1233 parser/analyze.c:2209
+msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported"
+msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE não é suportado"
-#: utils/mmgr/aset.c:416 utils/mmgr/aset.c:587 utils/mmgr/aset.c:765
-#: utils/mmgr/aset.c:966 utils/misc/tzparser.c:455 utils/misc/guc.c:3298
-#: utils/misc/guc.c:3311 utils/misc/guc.c:3324 utils/mb/mbutils.c:374
-#: utils/mb/mbutils.c:675 utils/init/miscinit.c:150 utils/init/miscinit.c:171
-#: utils/init/miscinit.c:181 utils/hash/dynahash.c:364
-#: utils/hash/dynahash.c:436 utils/hash/dynahash.c:932 utils/fmgr/dfmgr.c:224
-#: utils/adt/varlena.c:3468 utils/adt/varlena.c:3489 utils/adt/regexp.c:209
-#: utils/adt/formatting.c:1529 utils/adt/formatting.c:1650
-#: utils/adt/formatting.c:1783 storage/ipc/procarray.c:801
-#: storage/ipc/procarray.c:1212 storage/ipc/procarray.c:1219
-#: storage/ipc/procarray.c:1454 storage/ipc/procarray.c:1905
-#: storage/file/fd.c:358 storage/file/fd.c:742 storage/file/fd.c:860
-#: storage/buffer/localbuf.c:350 storage/buffer/buf_init.c:154
-#: postmaster/postmaster.c:2015 postmaster/postmaster.c:2046
-#: postmaster/postmaster.c:3248 postmaster/postmaster.c:3932
-#: postmaster/postmaster.c:4018 postmaster/postmaster.c:4632 libpq/auth.c:1022
-#: libpq/auth.c:1382 libpq/auth.c:1450 libpq/auth.c:1852 lib/stringinfo.c:266
-#: commands/sequence.c:1014
-msgid "out of memory"
-msgstr "sem memória"
+#: executor/spi.c:1234 parser/analyze.c:2210
+msgid "Scrollable cursors must be READ ONLY."
+msgstr "Cursores roláveis devem ser READ ONLY."
-#: utils/mmgr/aset.c:417
+#. translator: %s is a SQL statement name
+#: executor/spi.c:1256 executor/spi.c:1891 executor/functions.c:302
#, c-format
-msgid "Failed while creating memory context \"%s\"."
-msgstr "Falhou ao criar contexto de memória \"%s\"."
+msgid "%s is not allowed in a non-volatile function"
+msgstr "%s não é permitido em uma função não-volátil"
-#: utils/mmgr/aset.c:588 utils/mmgr/aset.c:766 utils/mmgr/aset.c:967
+#: executor/spi.c:2157
#, c-format
-msgid "Failed on request of size %lu."
-msgstr "Falhou ao requisitar o tamanho %lu."
+msgid "SQL statement \"%s\""
+msgstr "comando SQL \"%s\""
-#: guc-file.l:203 utils/misc/guc.c:5100 utils/misc/guc.c:5869
-#: utils/misc/guc.c:5921 utils/misc/guc.c:6594 utils/misc/guc.c:6753
-#: utils/misc/guc.c:7932
-#, c-format
-msgid "unrecognized configuration parameter \"%s\""
-msgstr "parâmetro de configuração \"%s\" desconhecido"
+#: executor/nodeModifyTable.c:82 executor/nodeModifyTable.c:92
+#: executor/nodeModifyTable.c:109 executor/nodeModifyTable.c:117
+#: executor/execQual.c:837 executor/execQual.c:854 executor/execQual.c:1014
+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"
-#: guc-file.l:250 utils/misc/guc.c:5162 utils/misc/guc.c:5336
-#: utils/misc/guc.c:5433 utils/misc/guc.c:5527 utils/misc/guc.c:5641
-#: utils/misc/guc.c:5742
+#: executor/nodeModifyTable.c:83
+msgid "Query has too many columns."
+msgstr "Consulta tem muitas colunas."
+
+#: executor/nodeModifyTable.c:93 executor/execQual.c:855
#, 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"
+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."
-#: guc-file.l:274
+#: executor/nodeModifyTable.c:110
#, c-format
-msgid "parameter \"%s\" removed from configuration file, reset to default"
+msgid "Query provides a value for a dropped column at ordinal position %d."
msgstr ""
-"parâmetro \"%s\" foi removido do arquivo de configuração, reiniciar para "
-"padrão"
+"Consulta fornece um valor para uma coluna removida na posição ordinal %d."
-#: guc-file.l:333
-#, c-format
-msgid "parameter \"%s\" changed to \"%s\""
-msgstr "parâmetro \"%s\" mudou para \"%s\""
+#: executor/nodeModifyTable.c:118
+msgid "Query has too few columns."
+msgstr "Consulta tem poucas colunas."
-#: guc-file.l:374
-#, 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"
+#: executor/nodeModifyTable.c:366 executor/nodeModifyTable.c:582
+#: executor/execMain.c:1865 executor/nodeLockRows.c:137
+#: commands/trigger.c:2590
+msgid "could not serialize access due to concurrent update"
+msgstr "não pôde serializar acesso devido a uma atualização concorrente"
-#: guc-file.l:409 libpq/hba.c:1683
+#: executor/execMain.c:997
#, c-format
-msgid "could not open configuration file \"%s\": %m"
-msgstr "não pôde abrir arquivo de configuração \"%s\": %m"
+msgid "cannot change sequence \"%s\""
+msgstr "não pode mudar sequência \"%s\""
-#: guc-file.l:589
+#: executor/execMain.c:1003
#, 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"
+msgid "cannot change TOAST relation \"%s\""
+msgstr "não pode mudar relação TOAST \"%s\""
-#: guc-file.l:594
+#: executor/execMain.c:1013
#, 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\""
+msgid "cannot insert into view \"%s\""
+msgstr "não pode inserir na visão \"%s\""
-#: utils/misc/tzparser.c:61
-#, c-format
+#: executor/execMain.c:1015
msgid ""
-"time zone abbreviation \"%s\" is too long (maximum %d characters) in time "
-"zone file \"%s\", line %d"
+"You need an unconditional ON INSERT DO INSTEAD rule or an INSTEAD OF INSERT "
+"trigger."
msgstr ""
-"abreviação de zona horária \"%s\" é muito longa (máximo de %d caracteres) no "
-"arquivo de zona horária \"%s\", linha %d"
+"Você precisa de uma regra incondicional ON INSERT DO INSTEAD ou um gatilho "
+"INSTEAD OF INSERT."
-#: utils/misc/tzparser.c:68
+#: executor/execMain.c:1021
#, c-format
+msgid "cannot update view \"%s\""
+msgstr "não pode atualizar visão \"%s\""
+
+#: executor/execMain.c:1023
msgid ""
-"time zone offset %d is not a multiple of 900 sec (15 min) in time zone file "
-"\"%s\", line %d"
+"You need an unconditional ON UPDATE DO INSTEAD rule or an INSTEAD OF UPDATE "
+"trigger."
msgstr ""
-"deslocamento %d de zona horária não é múltiplo de 900 seg (15 min) no "
-"arquivo de zona horária \"%s\", linha %d"
+"Você precisa de uma regra incondicional ON UPDATE DO INSTEAD ou um gatilho "
+"INSTEAD OF UPDATE."
-#: utils/misc/tzparser.c:80
+#: executor/execMain.c:1029
#, c-format
-msgid "time zone offset %d is out of range in time zone file \"%s\", line %d"
-msgstr ""
-"deslocamento %d de zona horária está fora do intervalo no arquivo de zona "
-"horária \"%s\", linha %d"
+msgid "cannot delete from view \"%s\""
+msgstr "não pode excluir da visão \"%s\""
-#: utils/misc/tzparser.c:115
-#, c-format
-msgid "missing time zone abbreviation in time zone file \"%s\", line %d"
+#: executor/execMain.c:1031
+msgid ""
+"You need an unconditional ON DELETE DO INSTEAD rule or an INSTEAD OF DELETE "
+"trigger."
msgstr ""
-"faltando abreviação de zona horária no arquivo de zona horária \"%s\", linha "
-"%d"
+"Você precisa de uma regra incondicional ON DELETE DO INSTEAD ou um gatilho "
+"INSTEAD OF DELETE."
-#: utils/misc/tzparser.c:124
+#: executor/execMain.c:1041
#, c-format
-msgid "missing time zone offset in time zone file \"%s\", line %d"
-msgstr ""
-"faltando deslocamento de zona horária no arquivo de zona horária \"%s\", "
-"linha %d"
+msgid "cannot change foreign table \"%s\""
+msgstr "não pode mudar tabela externa \"%s\""
-#: utils/misc/tzparser.c:131
+#: executor/execMain.c:1047
#, c-format
-msgid "invalid number for time zone offset in time zone file \"%s\", line %d"
-msgstr ""
-"número é inválido para deslocamento de zona horária no arquivo de zona "
-"horária \"%s\", linha %d"
+msgid "cannot change relation \"%s\""
+msgstr "não pode mudar relação \"%s\""
-#: utils/misc/tzparser.c:154
+#: executor/execMain.c:1071
#, c-format
-msgid "invalid syntax in time zone file \"%s\", line %d"
-msgstr "sintaxe é inválida no arquivo de zona horária \"%s\", linha %d"
+msgid "cannot lock rows in sequence \"%s\""
+msgstr "não pode bloquear registros na sequência \"%s\""
-#: utils/misc/tzparser.c:218
+#: executor/execMain.c:1078
#, c-format
-msgid "time zone abbreviation \"%s\" is multiply defined"
-msgstr "abreviação de zona horária \"%s\" foi definida mais de uma vez"
+msgid "cannot lock rows in TOAST relation \"%s\""
+msgstr "não pode bloquear registros na relação TOAST \"%s\""
-#: utils/misc/tzparser.c:220
+#: executor/execMain.c:1085
#, c-format
-msgid ""
-"Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s"
-"\", line %d."
-msgstr ""
-"Arquivo de zona horária \"%s\", linha %d, conflita com entrada no arquivo "
-"\"%s\", linha %d."
+msgid "cannot lock rows in view \"%s\""
+msgstr "não pode bloquear registros na visão \"%s\""
-#: utils/misc/tzparser.c:285
+#: executor/execMain.c:1092
#, c-format
-msgid "invalid time zone file name \"%s\""
-msgstr "nome de arquivo de zona horária \"%s\" é inválido"
+msgid "cannot lock rows in foreign table \"%s\""
+msgstr "não pode bloquear registros na tabela externa \"%s\""
-#: utils/misc/tzparser.c:298
+#: executor/execMain.c:1098
#, c-format
-msgid "time zone file recursion limit exceeded in file \"%s\""
-msgstr ""
-"limite de recursão do arquivo de zona horária foi excedido no arquivo \"%s\""
+msgid "cannot lock rows in relation \"%s\""
+msgstr "não pôde bloquear registros na relação \"%s\""
-#: utils/misc/tzparser.c:323 utils/adt/misc.c:213 utils/adt/genfile.c:353
-#: storage/file/fd.c:1624 storage/file/copydir.c:67 storage/file/copydir.c:106
-#: postmaster/postmaster.c:1177 commands/tablespace.c:689
-#: commands/tablespace.c:699
+#: executor/execMain.c:1569
#, c-format
-msgid "could not open directory \"%s\": %m"
-msgstr "não pôde abrir diretório \"%s\": %m"
+msgid "null value in column \"%s\" violates not-null constraint"
+msgstr "valor nulo na coluna \"%s\" viola a restrição não-nula"
-#: utils/misc/tzparser.c:325 postmaster/postmaster.c:1179
+#: executor/execMain.c:1581
#, c-format
-msgid ""
-"This may indicate an incomplete PostgreSQL installation, or that the file "
-"\"%s\" has been moved away from its proper location."
+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/execMain.c:2409 commands/tablecmds.c:427
+msgid "ON COMMIT can only be used on temporary tables"
+msgstr "ON COMMIT só pode ser utilizado em tabelas temporárias"
+
+#: executor/execMain.c:2427 commands/tablecmds.c:449
+msgid "cannot create temporary table within security-restricted operation"
msgstr ""
-"Isto pode indicar uma instalação incompleta do PostgreSQL ou que o arquivo "
-"\"%s\" foi movido do local apropriado."
+"não pode criar tabela temporária em operação com restrição de segurança"
-#: utils/misc/tzparser.c:337 utils/misc/tzparser.c:350
+#: executor/execMain.c:2460 commands/tablecmds.c:481 commands/tablecmds.c:7889
+#: commands/indexcmds.c:265
+msgid "only shared relations can be placed in pg_global tablespace"
+msgstr ""
+"somente relações compartilhadas podem ser armazenadas na tablespace pg_global"
+
+#: executor/execUtils.c:1305
#, c-format
-msgid "could not read time zone file \"%s\": %m"
-msgstr "não pôde ler arquivo de zona horária \"%s\": %m"
+msgid "could not create exclusion constraint \"%s\""
+msgstr "não pôde criar restrição de exclusão \"%s\""
-#: utils/misc/tzparser.c:360
+#: executor/execUtils.c:1307
#, c-format
-msgid "line is too long in time zone file \"%s\", line %d"
-msgstr "linha é muito longa no arquivo de zona horária \"%s\", linha %d"
+msgid "Key %s conflicts with key %s."
+msgstr "Chave %s conflita com chave %s."
-#: utils/misc/tzparser.c:383
+#: executor/execUtils.c:1312
#, c-format
-msgid "@INCLUDE without file name in time zone file \"%s\", line %d"
-msgstr ""
-"@INCLUDE sem nome de arquivo no arquivo de zona horária \"%s\", linha %d"
+msgid "conflicting key value violates exclusion constraint \"%s\""
+msgstr "conflitar valor da chave viola a restrição de exclusão \"%s\""
-#: utils/misc/help_config.c:131
-msgid "internal error: unrecognized run-time parameter type\n"
-msgstr "erro interno: tipo de parâmetro em tempo de execução desconhecido\n"
+#: executor/execUtils.c:1314
+#, c-format
+msgid "Key %s conflicts with existing key %s."
+msgstr "Chave %s conflita com chave existente %s."
-#: utils/misc/guc.c:525
-msgid "Ungrouped"
-msgstr "Desagrupado"
+#: executor/nodeLimit.c:253
+msgid "OFFSET must not be negative"
+msgstr "OFFSET não deve ser negativo"
-#: utils/misc/guc.c:527
-msgid "File Locations"
-msgstr "Locais de Arquivos"
+#: executor/nodeLimit.c:280
+msgid "LIMIT must not be negative"
+msgstr "LIMIT não deve ser negativo"
-#: utils/misc/guc.c:529
-msgid "Connections and Authentication"
-msgstr "Conexões e Autenticação"
+#: executor/nodeMergejoin.c:1604
+msgid "RIGHT JOIN is only supported with merge-joinable join conditions"
+msgstr ""
+"RIGHT JOIN só é suportado com condições de junção que podem ser utilizadas "
+"com junção por mesclagem"
-#: utils/misc/guc.c:531
-msgid "Connections and Authentication / Connection Settings"
-msgstr "Conexões e Autenticação / Configurações sobre Conexão"
+#: executor/nodeMergejoin.c:1624
+msgid "FULL JOIN is only supported with merge-joinable join conditions"
+msgstr ""
+"FULL JOIN só é suportado com condições de junção que podem ser utilizadas "
+"com junção por mesclagem"
-#: utils/misc/guc.c:533
-msgid "Connections and Authentication / Security and Authentication"
-msgstr "Conexões e Autenticação / Segurança e Autenticação"
+#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3080
+#: utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:228
+#: utils/adt/arrayfuncs.c:507 utils/adt/arrayfuncs.c:1242
+#: utils/adt/arrayfuncs.c:2915 utils/adt/arrayfuncs.c:4940
+#, c-format
+msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
+msgstr "número de dimensões da matriz (%d) excede o máximo permitido (%d)"
-#: utils/misc/guc.c:535
-msgid "Resource Usage"
-msgstr "Uso de Recursos"
+#: executor/execQual.c:316 executor/execQual.c:344
+msgid "array subscript in assignment must not be null"
+msgstr "índice da matriz em atribuição não deve ser nulo"
-#: utils/misc/guc.c:537
-msgid "Resource Usage / Memory"
-msgstr "Uso de Recursos / Memória"
+#: executor/execQual.c:637 executor/execQual.c:3998
+#, c-format
+msgid "attribute %d has wrong type"
+msgstr "atributo %d tem tipo incorreto"
-#: utils/misc/guc.c:539
-msgid "Resource Usage / Kernel Resources"
-msgstr "Uso de Recursos / Recursos do Kernel"
+#: executor/execQual.c:638 executor/execQual.c:3999
+#, c-format
+msgid "Table has type %s, but query expects %s."
+msgstr "Tabela tem tipo %s, mas consulta espera %s."
-#: utils/misc/guc.c:541
-msgid "Resource Usage / Cost-Based Vacuum Delay"
-msgstr "Uso de Recursos / Atraso de Limpeza Baseado em Custo"
+#: executor/execQual.c:838
+#, 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."
-#: utils/misc/guc.c:543
-msgid "Resource Usage / Background Writer"
-msgstr "Uso de Recursos / Escritor de Segundo Plano"
+#: executor/execQual.c:1015 executor/execQual.c:1612
+#, c-format
+msgid "Physical storage mismatch on dropped attribute at ordinal position %d."
+msgstr ""
+"Incompatibilidade do armazenamento físico no atributo removido na posição "
+"ordinal %d."
-#: utils/misc/guc.c:545
-msgid "Resource Usage / Asynchronous Behavior"
-msgstr "Uso de Recursos / Comportamento Assíncrono"
+#: executor/execQual.c:1126 executor/execCurrent.c:230
+#, 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)"
-#: utils/misc/guc.c:547
-msgid "Write-Ahead Log"
-msgstr "Log de Escrita Prévia"
+#: executor/execQual.c:1138 executor/execCurrent.c:242
+#, c-format
+msgid "no value found for parameter %d"
+msgstr "nenhum valor encontrado para parâmetro %d"
-#: utils/misc/guc.c:549
-msgid "Write-Ahead Log / Settings"
-msgstr "Log de Escrita Prévia / Configurações"
+#: executor/execQual.c:1291 parser/parse_func.c:91 parser/parse_func.c:323
+#: parser/parse_func.c:640
+#, 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] "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"
-#: utils/misc/guc.c:551
-msgid "Write-Ahead Log / Checkpoints"
-msgstr "Log de Escrita Prévia / Pontos de Controle"
+#: executor/execQual.c:1480
+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"
-#: utils/misc/guc.c:553
-msgid "Write-Ahead Log / Archiving"
-msgstr "Log de Escrita Prévia / Arquivamento"
+#: executor/execQual.c:1530
+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"
-#: utils/misc/guc.c:555
-msgid "Replication"
-msgstr "Replicação"
+#: executor/execQual.c:1585 executor/execQual.c:1601 executor/execQual.c:1611
+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"
-#: utils/misc/guc.c:557
-msgid "Replication / Master Server"
-msgstr "Replicação / Servidor Principal"
+#: executor/execQual.c:1586
+#, 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."
-#: utils/misc/guc.c:559
-msgid "Replication / Standby Servers"
-msgstr "Replicação / Servidores em Espera"
+#: executor/execQual.c:1602
+#, 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."
-#: utils/misc/guc.c:561
-msgid "Query Tuning"
-msgstr "Ajuste de Consultas"
+#: executor/execQual.c:1706 executor/execQual.c:1731 executor/execQual.c:2092
+#: executor/execQual.c:5221 executor/functions.c:785 commands/extension.c:1707
+#: commands/extension.c:1816 commands/extension.c:2009 commands/prepare.c:751
+#: utils/mmgr/portalmem.c:985 utils/fmgr/funcapi.c:60
+#: replication/walsender.c:1411 foreign/foreign.c:350
+msgid "set-valued function called in context that cannot accept a set"
+msgstr ""
+"função que tem argumento do tipo conjunto foi chamada em um contexto que não "
+"pode aceitar um conjunto"
-#: utils/misc/guc.c:563
-msgid "Query Tuning / Planner Method Configuration"
-msgstr "Ajuste de Consultas / Configuração dos Métodos do Planejador"
+#: executor/execQual.c:1838 executor/execQual.c:2263
+msgid "table-function protocol for materialize mode was not followed"
+msgstr "protocolo de função tabular para modo materializado não foi seguido"
-#: utils/misc/guc.c:565
-msgid "Query Tuning / Planner Cost Constants"
-msgstr "Ajuste de Consultas / Constantes de Custo do Planejador"
+#: executor/execQual.c:1858 executor/execQual.c:2270
+#, c-format
+msgid "unrecognized table-function returnMode: %d"
+msgstr "modo de retorno (returnMode) da função tabular desconhecido: %d"
-#: utils/misc/guc.c:567
-msgid "Query Tuning / Genetic Query Optimizer"
-msgstr "Ajuste de Consultas / Otimizador de Consultas Genéticas"
+#: executor/execQual.c:2180
+msgid "function returning set of rows cannot return null value"
+msgstr "função que retorna conjunto de registros não pode retornar valor nulo"
-#: utils/misc/guc.c:569
-msgid "Query Tuning / Other Planner Options"
-msgstr "Ajuste de Consultas / Outras Opções do Planejador"
+#: executor/execQual.c:2237
+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"
-#: utils/misc/guc.c:571
-msgid "Reporting and Logging"
-msgstr "Relatório e Registro"
+#: executor/execQual.c:2428
+msgid "IS DISTINCT FROM does not support set arguments"
+msgstr "IS DISTINCT FROM não suporta conjunto de argumentos"
-#: utils/misc/guc.c:573
-msgid "Reporting and Logging / Where to Log"
-msgstr "Relatório e Registro / Onde Registrar"
+#: executor/execQual.c:2505
+msgid "op ANY/ALL (array) does not support set arguments"
+msgstr "op ANY/ALL (array) não suporta conjunto de argumentos"
-#: utils/misc/guc.c:575
-msgid "Reporting and Logging / When to Log"
-msgstr "Relatório e Registro / Quando Registrar"
+#: executor/execQual.c:2827 commands/analyze.c:1499
+msgid "could not convert row type"
+msgstr "não pôde converter tipo registro"
-#: utils/misc/guc.c:577
-msgid "Reporting and Logging / What to Log"
-msgstr "Relatório e Registro / O que Registrar"
+#: executor/execQual.c:3058
+msgid "cannot merge incompatible arrays"
+msgstr "não pode mesclar matrizes incompatíveis"
-#: utils/misc/guc.c:579
-msgid "Statistics"
-msgstr "Estatísticas"
-
-#: utils/misc/guc.c:581
-msgid "Statistics / Monitoring"
-msgstr "Estatísticas / Monitoramento"
+#: executor/execQual.c:3059
+#, 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."
-#: utils/misc/guc.c:583
-msgid "Statistics / Query and Index Statistics Collector"
-msgstr "Estatísticas / Coletor de Estatísticas de Consultas e Índices"
+#: executor/execQual.c:3100 executor/execQual.c:3127
+#: utils/adt/arrayfuncs.c:542
+msgid ""
+"multidimensional arrays must have array expressions with matching dimensions"
+msgstr ""
+"matrizes multidimensionais devem ter expressões de matriz com dimensões "
+"correspondentes"
-#: utils/misc/guc.c:585
-msgid "Autovacuum"
-msgstr "Limpeza Automática"
+#: executor/execQual.c:3642
+msgid "NULLIF does not support set arguments"
+msgstr "NULLIF não suporta conjunto de argumentos"
-#: utils/misc/guc.c:587
-msgid "Client Connection Defaults"
-msgstr "Valores Padrão de Conexão"
+#: executor/execQual.c:3872 utils/adt/domains.c:128
+#, c-format
+msgid "domain %s does not allow null values"
+msgstr "domínio %s não permite valores nulos"
-#: utils/misc/guc.c:589
-msgid "Client Connection Defaults / Statement Behavior"
-msgstr "Valores Padrão de Conexão / Comportamento do Comando"
+#: executor/execQual.c:3901 utils/adt/domains.c:164
+#, c-format
+msgid "value for domain %s violates check constraint \"%s\""
+msgstr "valor para domínio %s viola restrição de verificação \"%s\""
-#: utils/misc/guc.c:591
-msgid "Client Connection Defaults / Locale and Formatting"
-msgstr "Valores Padrão de Conexão / Configuração Regional e Formatação"
+#: executor/execQual.c:4394 optimizer/util/clauses.c:573
+#: parser/parse_agg.c:164
+msgid "aggregate function calls cannot be nested"
+msgstr "chamadas de função de agregação não podem ser aninhadas"
-#: utils/misc/guc.c:593
-msgid "Client Connection Defaults / Other Defaults"
-msgstr "Valores Padrão de Conexão / Outros Valores"
+#: executor/execQual.c:4432 optimizer/util/clauses.c:647
+#: parser/parse_agg.c:211
+msgid "window function calls cannot be nested"
+msgstr "chamadas de função deslizante não podem ser aninhadas"
-#: utils/misc/guc.c:595
-msgid "Lock Management"
-msgstr "Gerência de Bloqueio"
+#: executor/execQual.c:4644
+msgid "target type is not an array"
+msgstr "tipo alvo não é uma matriz"
-#: utils/misc/guc.c:597
-msgid "Version and Platform Compatibility"
-msgstr "Compatibilidade de Versão e Plataforma"
+#: executor/execQual.c:4757
+#, c-format
+msgid "ROW() column has type %s instead of type %s"
+msgstr "coluna ROW() tem tipo %s ao invés do tipo %s"
-#: utils/misc/guc.c:599
-msgid "Version and Platform Compatibility / Previous PostgreSQL Versions"
-msgstr ""
-"Compatibilidade de Versão e Plataforma / Versões Anteriores do PostgreSQL"
+#: executor/execQual.c:4892 utils/adt/rowtypes.c:922
+#: utils/adt/arrayfuncs.c:3378
+#, c-format
+msgid "could not identify a comparison function for type %s"
+msgstr "não pôde identificar uma função de comparação para tipo %s"
-#: utils/misc/guc.c:601
-msgid "Version and Platform Compatibility / Other Platforms and Clients"
-msgstr "Compatibilidade de Versão e Plataforma / Outras Plataformas e Clientes"
+#: executor/execCurrent.c:66 commands/portalcmds.c:168
+#: commands/portalcmds.c:222 utils/adt/xml.c:2074 utils/adt/xml.c:2238
+#, c-format
+msgid "cursor \"%s\" does not exist"
+msgstr "cursor \"%s\" não existe"
-#: utils/misc/guc.c:603
-msgid "Error Handling"
-msgstr "Manipulação de Erro"
+#: executor/execCurrent.c:75
+#, c-format
+msgid "cursor \"%s\" is not a SELECT query"
+msgstr "cursor \"%s\" não é uma consulta SELECT"
-#: utils/misc/guc.c:605
-msgid "Preset Options"
-msgstr "Opções Pré-Definidas"
+#: executor/execCurrent.c:81
+#, c-format
+msgid "cursor \"%s\" is held from a previous transaction"
+msgstr "cursor \"%s\" está aberto de uma transação anterior"
-#: utils/misc/guc.c:607
-msgid "Customized Options"
-msgstr "Opções Customizadas"
+#: executor/execCurrent.c:113
+#, c-format
+msgid "cursor \"%s\" has multiple FOR UPDATE/SHARE references to table \"%s\""
+msgstr ""
+"cursor \"%s\" têm múltiplas referências FOR UPDATE/SHARE para tabela \"%s\""
-#: utils/misc/guc.c:609
-msgid "Developer Options"
-msgstr "Opções para Desenvolvedores"
+#: executor/execCurrent.c:122
+#, c-format
+msgid ""
+"cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\""
+msgstr ""
+"cursor \"%s\" não tem uma referência FOR UPDATE/SHARE para tabela \"%s\""
-#: utils/misc/guc.c:663
-msgid "Enables the planner's use of sequential-scan plans."
-msgstr "Habilita o uso de planos de busca sequencial pelo planejador."
+#: executor/execCurrent.c:132 executor/execCurrent.c:178
+#, c-format
+msgid "cursor \"%s\" is not positioned on a row"
+msgstr "cursor \"%s\" não está posicionado em um registro"
-#: utils/misc/guc.c:672
-msgid "Enables the planner's use of index-scan plans."
-msgstr "Habilita o uso de planos de buscas por índices pelo planejador."
+#: executor/execCurrent.c:165
+#, c-format
+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\""
-#: utils/misc/guc.c:681
-msgid "Enables the planner's use of bitmap-scan plans."
-msgstr "Habilita o uso de planos de buscas por bitmaps pelo planejador."
+#: executor/functions.c:195
+#, c-format
+msgid "could not determine actual type of argument declared %s"
+msgstr "não pôde determinar tipo de argumento declarado %s"
-#: utils/misc/guc.c:690
-msgid "Enables the planner's use of TID scan plans."
-msgstr "Habilita o uso de planos de buscas por TID pelo planejador."
+#. translator: %s is a SQL statement name
+#: executor/functions.c:295
+#, c-format
+msgid "%s is not allowed in a SQL function"
+msgstr "%s não é permitido em uma função SQL"
-#: utils/misc/guc.c:699
-msgid "Enables the planner's use of explicit sort steps."
-msgstr "Habilita o uso de passos para ordenação explícita pelo planejador."
+#: executor/functions.c:408
+#, c-format
+msgid ""
+"could not determine actual result type for function declared to return type "
+"%s"
+msgstr ""
+"não pôde determinar tipo de resultado para função declarada que retorna tipo "
+"%s"
-#: utils/misc/guc.c:708
-msgid "Enables the planner's use of hashed aggregation plans."
-msgstr "Habilita o uso de planos de agregação do tipo hash pelo planejador."
+#: executor/functions.c:1146
+#, c-format
+msgid "SQL function \"%s\" statement %d"
+msgstr "função SQL \"%s\" comando %d"
-#: utils/misc/guc.c:717
-msgid "Enables the planner's use of materialization."
-msgstr "Habilita o uso de materialização pelo planejador."
+#: executor/functions.c:1162 catalog/pg_proc.c:891
+#, c-format
+msgid "SQL function \"%s\""
+msgstr "função SQL \"%s\""
-#: utils/misc/guc.c:726
-msgid "Enables the planner's use of nested-loop join plans."
-msgstr "Habilita o uso de planos de junção de laço aninhado pelo planejador."
+#: executor/functions.c:1172
+#, c-format
+msgid "SQL function \"%s\" during startup"
+msgstr "função SQL \"%s\" durante inicialização"
-#: utils/misc/guc.c:735
-msgid "Enables the planner's use of merge join plans."
-msgstr "Habilita o uso de planos de junção por mesclagem pelo planejador."
+#: executor/functions.c:1332 executor/functions.c:1368
+#: executor/functions.c:1380 executor/functions.c:1493
+#: executor/functions.c:1526 executor/functions.c:1556
+#, c-format
+msgid "return type mismatch in function declared to return %s"
+msgstr ""
+"incompatibilidade do tipo de retorno na função declarada para retornar %s"
-#: utils/misc/guc.c:744
-msgid "Enables the planner's use of hash join plans."
-msgstr "Habilita o uso de planos de junção por hash pelo planejador."
+#: executor/functions.c:1334
+msgid ""
+"Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING."
+msgstr ""
+"Último comando da função deve ser um SELECT ou INSERT/UPDATE/DELETE "
+"RETURNING."
-#: utils/misc/guc.c:753
-msgid "Enables genetic query optimization."
-msgstr "Habilita a otimização de consultas genéticas."
+#: executor/functions.c:1370
+msgid "Final statement must return exactly one column."
+msgstr "Último comando deve retornar exatamente uma coluna."
-#: utils/misc/guc.c:754
-msgid "This algorithm attempts to do planning without exhaustive searching."
-msgstr "Esse algoritmo tenta fazer o planejamento sem busca exaustiva."
+#: executor/functions.c:1382
+#, c-format
+msgid "Actual return type is %s."
+msgstr "Tipo atual de retorno é %s."
-#: utils/misc/guc.c:764
-msgid "Shows whether the current user is a superuser."
-msgstr "Mostra se o usuário atual é um super-usuário."
+#: executor/functions.c:1495
+msgid "Final statement returns too many columns."
+msgstr "Último comando retornou muitas colunas."
-#: utils/misc/guc.c:774
-msgid "Enables advertising the server via Bonjour."
-msgstr "Habilita anunciar o servidor via Bonjour."
+#: executor/functions.c:1528
+#, c-format
+msgid "Final statement returns %s instead of %s at column %d."
+msgstr "Último comando retornou %s ao invés de %s na coluna %d."
-#: utils/misc/guc.c:783
-msgid "Enables SSL connections."
-msgstr "Habilita conexões SSL."
+#: executor/functions.c:1558
+msgid "Final statement returns too few columns."
+msgstr "Último comando retornou poucas colunas."
-#: utils/misc/guc.c:792
-msgid "Forces synchronization of updates to disk."
-msgstr "Força sincronização de atualizações com o disco."
+#: executor/functions.c:1607
+#, c-format
+msgid "return type %s is not supported for SQL functions"
+msgstr "tipo de retorno %s não é suportado pelas funções SQL"
-#: utils/misc/guc.c:793
-msgid ""
-"The server will use the fsync() system call in several places to make sure "
-"that updates are physically written to disk. This insures that a database "
-"cluster will recover to a consistent state after an operating system or "
-"hardware crash."
+#: executor/nodeSubplan.c:301 executor/nodeSubplan.c:340
+#: executor/nodeSubplan.c:963
+msgid "more than one row returned by a subquery used as an expression"
msgstr ""
-"O servidor utilizará a chamada do sistema fsync() em vários lugares para ter "
-"certeza que as atualizações estão gravadas fisicamente no disco. Isso "
-"assegura que o agrupamento de bancos de dados recuperará ao seu estado "
-"consistente após uma queda do sistema operacional ou de hardware."
+"mais de um registro foi retornado por uma subconsulta utilizada como uma "
+"expressão"
-#: utils/misc/guc.c:804
-msgid "Continues processing past damaged page headers."
-msgstr "Continua processando cabeçalhos antigos de páginas danificadas."
+#: executor/nodeHashjoin.c:814 executor/nodeHashjoin.c:844
+#, c-format
+msgid "could not rewind hash-join temporary file: %m"
+msgstr "não pôde voltar ao início do arquivo temporário de junção por hash: %m"
-#: utils/misc/guc.c:805
-msgid ""
-"Detection of a damaged page header normally causes PostgreSQL to report an "
-"error, aborting the current transaction. Setting zero_damaged_pages to true "
-"causes the system to instead report a warning, zero out the damaged page, "
-"and continue processing. This behavior will destroy data, namely all the "
-"rows on the damaged page."
-msgstr ""
-"Detecção de cabeçalhos de páginas danificadas normalmente faz com que o "
-"PostgreSQL produza um erro, interrompendo a transação atual. Definindo "
-"zero_damaged_page para true faz com que o sistema ao invés de produzir um "
-"aviso, escreva zero em todas as páginas danificadas e continue o "
-"processamento. Esse comportamento destrói dados, especificadamente todos os "
-"registros da página danificada."
+#: executor/nodeHashjoin.c:879 executor/nodeHashjoin.c:885
+#, c-format
+msgid "could not write to hash-join temporary file: %m"
+msgstr "não pôde escrever em arquivo temporário de junção por hash: %m"
-#: utils/misc/guc.c:818
-msgid "Writes full pages to WAL when first modified after a checkpoint."
-msgstr ""
-"Escreve páginas completas no WAL quando modificadas após um ponto de "
-"controle."
+#: executor/nodeHashjoin.c:919 executor/nodeHashjoin.c:929
+#, c-format
+msgid "could not read from hash-join temporary file: %m"
+msgstr "não pôde ler do arquivo temporário de junção por hash: %m"
-#: utils/misc/guc.c:819
-msgid ""
-"A page write in process during an operating system crash might be only "
-"partially written to disk. During recovery, the row changes stored in WAL "
-"are not enough to recover. This option writes pages when first modified "
-"after a checkpoint to WAL so full recovery is possible."
-msgstr ""
-"Uma escrita de página em progresso durante uma queda do sistema operacional "
-"pode ser parcialmente escrita no disco. Durante a recuperação, as mudanças "
-"de registro armazenadas no WAL não são suficientes para recuperação. Esta "
-"opção escreve páginas quando modificadas após um ponto de controle no WAL "
-"possibilitando uma recuperação completa."
+#: catalog/catalog.c:76
+msgid "invalid fork name"
+msgstr "nome de fork inválido"
-#: utils/misc/guc.c:831
-msgid "Runs the server silently."
-msgstr "Executa o servidor silenciosamente."
+#: catalog/catalog.c:77
+msgid "Valid fork names are \"main\", \"fsm\", and \"vm\"."
+msgstr "Nomes válidos são \"main\", \"fsm\" e \"vm\"."
-#: utils/misc/guc.c:832
-msgid ""
-"If this parameter is set, the server will automatically run in the "
-"background and any controlling terminals are dissociated."
-msgstr ""
-"Se esse parâmetro está definido, o servidor executará automaticamente em "
-"segundo plano e qualquer terminal de controle é dissociado."
+#: catalog/objectaddress.c:199 catalog/pg_largeobject.c:116
+#: catalog/pg_largeobject.c:176 catalog/aclchk.c:647 catalog/aclchk.c:3677
+#: catalog/aclchk.c:4368 storage/large_object/inv_api.c:277
+#, c-format
+msgid "large object %u does not exist"
+msgstr "objeto grande %u não existe"
-#: utils/misc/guc.c:841
-msgid "Logs each checkpoint."
-msgstr "Registra cada ponto de controle."
+#: catalog/objectaddress.c:286
+msgid "database name cannot be qualified"
+msgstr "nome do banco de dados não pode ser qualificado"
-#: utils/misc/guc.c:850
-msgid "Logs each successful connection."
-msgstr "Registra cada conexão bem sucedida."
+#: catalog/objectaddress.c:289 commands/extension.c:1596
+#: commands/extension.c:2273
+msgid "extension name cannot be qualified"
+msgstr "nome da extensão não pode ser qualificado"
-#: utils/misc/guc.c:859
-msgid "Logs end of a session, including duration."
-msgstr "Registra o fim da sessão, incluindo a duração."
+#: catalog/objectaddress.c:292
+msgid "tablespace name cannot be qualified"
+msgstr "nome da tablespace não pode ser qualificado"
-#: utils/misc/guc.c:868
-msgid "Turns on various assertion checks."
-msgstr "Ativa várias verificações de asserção."
+#: catalog/objectaddress.c:295
+msgid "role name cannot be qualified"
+msgstr "nome da role não pode ser qualificado"
-#: utils/misc/guc.c:869
-msgid "This is a debugging aid."
-msgstr "Esse é um auxílio na depuração."
+#: catalog/objectaddress.c:298 commands/schemacmds.c:178
+msgid "schema name cannot be qualified"
+msgstr "nome do esquema não pode ser qualificado"
-#: utils/misc/guc.c:883
-msgid "Terminate session on any error."
-msgstr "Terminar sessão após qualquer erro."
+#: catalog/objectaddress.c:301
+msgid "language name cannot be qualified"
+msgstr "nome da linguagem não pode ser qualificado"
-#: utils/misc/guc.c:892
-msgid "Reinitialize server after backend crash."
-msgstr "Reinicializar servidor após queda do processo servidor."
+#: catalog/objectaddress.c:304
+msgid "foreign-data wrapper name cannot be qualified"
+msgstr "nome do adaptador de dados externos não pode ser qualificado"
-#: utils/misc/guc.c:902
-msgid "Logs the duration of each completed SQL statement."
-msgstr "Registra a duração de cada sentença SQL completa."
+#: catalog/objectaddress.c:307
+msgid "server name cannot be qualified"
+msgstr "nome do servidor não pode ser qualificado"
-#: utils/misc/guc.c:911
-msgid "Logs each query's parse tree."
-msgstr "Registra cada árvore de análise de consulta."
+#: catalog/objectaddress.c:315 catalog/dependency.c:937
+#: catalog/dependency.c:938 catalog/dependency.c:944 catalog/dependency.c:945
+#: catalog/dependency.c:956 catalog/dependency.c:957 commands/tablecmds.c:691
+#: commands/user.c:957 port/win32/security.c:51 utils/misc/guc.c:5399
+#: utils/misc/guc.c:5713 utils/misc/guc.c:8014 utils/misc/guc.c:8048
+#: utils/misc/guc.c:8082 utils/misc/guc.c:8116 utils/misc/guc.c:8151
+#: storage/lmgr/proc.c:1055 storage/lmgr/deadlock.c:951
+#, c-format
+msgid "%s"
+msgstr "%s"
-#: utils/misc/guc.c:920
-msgid "Logs each query's rewritten parse tree."
-msgstr "Registra cada árvore de análise reescrita de consulta."
+#: catalog/objectaddress.c:391 access/index/indexam.c:161
+#: commands/tablecmds.c:221 commands/tablecmds.c:2405
+#: commands/indexcmds.c:1542
+#, c-format
+msgid "\"%s\" is not an index"
+msgstr "\"%s\" não é um índice"
-#: utils/misc/guc.c:929
-msgid "Logs each query's execution plan."
-msgstr "Registra cada plano de execução de consulta."
+#: catalog/objectaddress.c:398 catalog/aclchk.c:1693 commands/tablecmds.c:209
+#: commands/tablecmds.c:2166 commands/tablecmds.c:2413
+#: commands/tablecmds.c:8975 commands/sequence.c:1032 utils/adt/acl.c:2008
+#: utils/adt/acl.c:2038 utils/adt/acl.c:2070 utils/adt/acl.c:2102
+#: utils/adt/acl.c:2130 utils/adt/acl.c:2160
+#, c-format
+msgid "\"%s\" is not a sequence"
+msgstr "\"%s\" não é uma sequência"
-#: utils/misc/guc.c:938
-msgid "Indents parse and plan tree displays."
-msgstr "Identa exibição da árvore de análise e plano."
+#: catalog/objectaddress.c:405 catalog/toasting.c:93 commands/tablecmds.c:203
+#: commands/tablecmds.c:1135 commands/tablecmds.c:2397
+#: commands/tablecmds.c:3744 commands/tablecmds.c:6693 commands/lockcmds.c:149
+#: commands/indexcmds.c:200 commands/indexcmds.c:1574
+#, c-format
+msgid "\"%s\" is not a table"
+msgstr "\"%s\" não é uma tabela"
-#: utils/misc/guc.c:947
-msgid "Writes parser performance statistics to the server log."
-msgstr "Escreve estatísticas de performance do analisador no log do servidor."
+#: catalog/objectaddress.c:412 commands/tablecmds.c:215
+#: commands/tablecmds.c:2172 commands/tablecmds.c:2429
+#: commands/tablecmds.c:3759 commands/tablecmds.c:8983 commands/view.c:181
+#, c-format
+msgid "\"%s\" is not a view"
+msgstr "\"%s\" não é uma visão"
-#: utils/misc/guc.c:956
-msgid "Writes planner performance statistics to the server log."
-msgstr "Escreve estatísticas de performance do planejador no log do servidor."
+#: catalog/objectaddress.c:419 commands/tablecmds.c:233
+#: commands/tablecmds.c:2178 commands/tablecmds.c:2437
+#: commands/tablecmds.c:3762 commands/tablecmds.c:8991
+#, c-format
+msgid "\"%s\" is not a foreign table"
+msgstr "\"%s\" não é uma tabela externa"
-#: utils/misc/guc.c:965
-msgid "Writes executor performance statistics to the server log."
-msgstr "Escreve estatísticas de performance do executor no log do servidor."
+#: catalog/objectaddress.c:532
+msgid "column name must be qualified"
+msgstr "nome de coluna deve ser qualificado"
-#: utils/misc/guc.c:974
-msgid "Writes cumulative performance statistics to the server log."
-msgstr "Escreve estatísticas de performance acumulativas no log do servidor."
+#: catalog/objectaddress.c:545 catalog/aclchk.c:1428 commands/trigger.c:592
+#: commands/tablecmds.c:4510 commands/tablecmds.c:4600
+#: commands/tablecmds.c:4647 commands/tablecmds.c:4743
+#: commands/tablecmds.c:4787 commands/tablecmds.c:4866
+#: commands/tablecmds.c:4950 commands/tablecmds.c:6581
+#: commands/tablecmds.c:6790 commands/copy.c:3787 commands/analyze.c:343
+#: commands/sequence.c:1443 utils/adt/acl.c:2772 utils/adt/ruleutils.c:1580
+#: parser/parse_target.c:895 parser/analyze.c:2042
+#: parser/parse_relation.c:2043 parser/parse_relation.c:2100
+#: parser/parse_type.c:117
+#, c-format
+msgid "column \"%s\" of relation \"%s\" does not exist"
+msgstr "coluna \"%s\" da relação \"%s\" não existe"
-#: utils/misc/guc.c:984 utils/misc/guc.c:1049 utils/misc/guc.c:1059
-#: utils/misc/guc.c:1069 utils/misc/guc.c:1079 utils/misc/guc.c:1804
-#: utils/misc/guc.c:1814
-msgid "No description available."
-msgstr "Nenhuma descrição disponível."
+#: catalog/objectaddress.c:828 catalog/pg_largeobject.c:200
+#: libpq/be-fsstubs.c:287
+#, c-format
+msgid "must be owner of large object %u"
+msgstr "deve ser dono do objeto grande %u"
-#: utils/misc/guc.c:996
-msgid "Collects information about executing commands."
-msgstr "Coleta informação sobre execução de comandos."
+#: catalog/objectaddress.c:843 commands/functioncmds.c:1526
+#: commands/functioncmds.c:1814
+#, c-format
+msgid "must be owner of type %s or type %s"
+msgstr "deve ser dono do tipo %s ou tipo %s"
-#: utils/misc/guc.c:997
-msgid ""
-"Enables the collection of information on the currently executing command of "
-"each session, along with the time at which that command began execution."
-msgstr ""
-"Habilita a coleta de informação do comando em execução de cada sessão, ao "
-"mesmo tempo que o comando inicia a execução."
+#: catalog/objectaddress.c:874 catalog/objectaddress.c:890
+msgid "must be superuser"
+msgstr "deve ser super-usuário"
-#: utils/misc/guc.c:1007
-msgid "Collects statistics on database activity."
-msgstr "Coleta estatísticas sobre a atividade do banco de dados."
+#: catalog/objectaddress.c:881
+msgid "must have CREATEROLE privilege"
+msgstr "deve ter privilégio CREATEROLE"
-#: utils/misc/guc.c:1017
-msgid "Updates the process title to show the active SQL command."
-msgstr "Atualiza o título do processo para mostrar o comando SQL ativo."
+#: catalog/pg_type.c:241
+#, c-format
+msgid "invalid type internal size %d"
+msgstr "tamanho interno de tipo %d é inválido"
-#: utils/misc/guc.c:1018
-msgid ""
-"Enables updating of the process title every time a new SQL command is "
-"received by the server."
+#: catalog/pg_type.c:257 catalog/pg_type.c:265 catalog/pg_type.c:273
+#: catalog/pg_type.c:282
+#, c-format
+msgid "alignment \"%c\" is invalid for passed-by-value type of size %d"
msgstr ""
-"Habilita a atualização do título do processo toda vez que um comando SQL "
-"novo é recebido pelo servidor."
+"alinhamento \"%c\" é inválido para tipo passado por valor de tamanho %d"
-#: utils/misc/guc.c:1027
-msgid "Starts the autovacuum subprocess."
-msgstr "Inicia o subprocesso de limpeza automática."
+#: catalog/pg_type.c:289
+#, c-format
+msgid "internal size %d is invalid for passed-by-value type"
+msgstr "tamanho interno %d é inválido para tipo passado por valor"
-#: utils/misc/guc.c:1037
-msgid "Generates debugging output for LISTEN and NOTIFY."
-msgstr "Gera saída de depuração para LISTEN e NOTIFY."
+#: catalog/pg_type.c:298 catalog/pg_type.c:304
+#, c-format
+msgid "alignment \"%c\" is invalid for variable-length type"
+msgstr "alinhamento \"%c\" é inválido para tipo de tamanho variável"
-#: utils/misc/guc.c:1091
-msgid "Logs long lock waits."
-msgstr "Registra esperas devido a bloqueios longos."
+#: catalog/pg_type.c:312
+msgid "fixed-size types must have storage PLAIN"
+msgstr "tipos de tamanho fixo devem ter armazenamento PLAIN"
-#: utils/misc/guc.c:1101
-msgid "Logs the host name in the connection logs."
-msgstr "Registra o nome da máquina nos logs de conexão."
+#: catalog/pg_type.c:396 catalog/pg_type.c:699 catalog/heap.c:1029
+#: commands/typecmds.c:224 commands/typecmds.c:806 commands/typecmds.c:1145
+#: commands/typecmds.c:1622
+#, c-format
+msgid "type \"%s\" already exists"
+msgstr "tipo \"%s\" já existe"
-#: utils/misc/guc.c:1102
-msgid ""
-"By default, connection logs only show the IP address of the connecting host. "
-"If you want them to show the host name you can turn this on, but depending "
-"on your host name resolution setup it might impose a non-negligible "
-"performance penalty."
-msgstr ""
-"Por padrão, logs de conexão só mostram o endereço IP da máquina que "
-"conectou. Se você quer que seja mostrado o nome da máquina você pode "
-"habilitá-lo, mas dependendo da configuração de resolução do nome da máquina "
-"isso pode impor uma penalização de performance."
+#: catalog/pg_type.c:764
+#, c-format
+msgid "could not form array type name for type \"%s\""
+msgstr "não pôde construir nome de tipo array para tipo \"%s\""
-#: utils/misc/guc.c:1113
-msgid "Causes subtables to be included by default in various commands."
-msgstr "Causa subtabelas serem incluídas por padrão em vários comandos."
+#: catalog/toasting.c:144
+msgid "shared tables cannot be toasted after initdb"
+msgstr "tabelas compartilhadas não podem ser fatiadas após o initdb"
-#: utils/misc/guc.c:1122
-msgid "Encrypt passwords."
-msgstr "Criptografa senhas."
+#: catalog/aclchk.c:200
+msgid "grant options can only be granted to roles"
+msgstr "opções de concessão só podem ser concedidas a roles"
-#: utils/misc/guc.c:1123
-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 a senha for especificada em CREATE USER ou ALTER USER sem escrever "
-"ENCRYPTED ou UNENCRYPTED, esse parâmetro determina se a senha será "
-"criptografada."
+#: catalog/aclchk.c:316
+#, c-format
+msgid "no privileges were granted for column \"%s\" of relation \"%s\""
+msgstr "nenhum privilégio foi concedido a coluna \"%s\" da relação \"%s\""
-#: utils/misc/guc.c:1133
-msgid "Treats \"expr=NULL\" as \"expr IS NULL\"."
-msgstr "Trata \"expr=NULL\" como \"expr IS NULL\"."
+#: catalog/aclchk.c:321
+#, c-format
+msgid "no privileges were granted for \"%s\""
+msgstr "nenhum privilégio foi concedido a \"%s\""
-#: utils/misc/guc.c:1134
-msgid ""
-"When turned on, expressions of the form expr = NULL (or NULL = expr) are "
-"treated as expr IS NULL, that is, they return true if expr evaluates to the "
-"null value, and false otherwise. The correct behavior of expr = NULL is to "
-"always return null (unknown)."
+#: catalog/aclchk.c:329
+#, c-format
+msgid "not all privileges were granted for column \"%s\" of relation \"%s\""
msgstr ""
-"Quando está habilitado, expressões da forma expr = NULL (ou NULL = expr) são "
-"tratadas com expr IS NULL, isto é, elas retornam verdadeiro se expr é "
-"avaliada como nula, e falso caso contrário. O comportamento correto de expr "
-"= NULL é retornar sempre nulo (desconhecido)."
+"nem todos privilégios foram concedidos a coluna \"%s\" da relação \"%s\""
-#: utils/misc/guc.c:1146
-msgid "Enables per-database user names."
-msgstr "Habilita uso de nomes de usuário por banco de dados."
+#: catalog/aclchk.c:334
+#, c-format
+msgid "not all privileges were granted for \"%s\""
+msgstr "nem todos privilégios foram concedidos a \"%s\""
-#: utils/misc/guc.c:1156
-msgid "This parameter doesn't do anything."
-msgstr "Esse parâmetro não faz nada."
+#: catalog/aclchk.c:345
+#, c-format
+msgid "no privileges could be revoked for column \"%s\" of relation \"%s\""
+msgstr "nenhum privilégio pôde ser revogado da coluna \"%s\" da relação \"%s\""
-#: utils/misc/guc.c:1157
+#: catalog/aclchk.c:350
+#, c-format
+msgid "no privileges could be revoked for \"%s\""
+msgstr "nenhum privilégio pôde ser revogado de \"%s\""
+
+#: catalog/aclchk.c:358
+#, c-format
msgid ""
-"It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-"
-"vintage clients."
+"not all privileges could be revoked for column \"%s\" of relation \"%s\""
msgstr ""
-"Isso está aqui para que não seja necessário SET AUTOCOMMIT TO ON em clientes "
-"7.3 e anteriores."
+"nem todos privilégios podem ser revogados da coluna \"%s\" da relação \"%s\""
-#: utils/misc/guc.c:1166
-msgid "Sets the default read-only status of new transactions."
-msgstr "Define o status padrão como somente leitura para novas transações."
+#: catalog/aclchk.c:363
+#, c-format
+msgid "not all privileges could be revoked for \"%s\""
+msgstr "nem todos privilégios podem ser revogados de \"%s\""
-#: utils/misc/guc.c:1175
-msgid "Sets the current transaction's read-only status."
-msgstr "Define o status da transação atual como somente leitura."
+#: catalog/aclchk.c:442 catalog/aclchk.c:891
+#, c-format
+msgid "invalid privilege type %s for relation"
+msgstr "tipo de privilégio %s é inválido para relação"
-#: utils/misc/guc.c:1185
-msgid "Sets the default deferrable status of new transactions."
-msgstr "Define o status de postergação padrão para novas transações."
+#: catalog/aclchk.c:446 catalog/aclchk.c:895
+#, c-format
+msgid "invalid privilege type %s for sequence"
+msgstr "tipo de privilégio %s é inválido para sequência"
-#: utils/misc/guc.c:1194
-msgid ""
-"Whether to defer a read-only serializable transaction until it can be "
-"executed with no possible serialization failures."
-msgstr ""
-"Se adia uma transação serializável somente leitura até que ela possa ser "
-"executada sem falhas possíveis na serialização."
+#: catalog/aclchk.c:450
+#, c-format
+msgid "invalid privilege type %s for database"
+msgstr "tipo de privilégio %s é inválido para banco de dados"
-#: utils/misc/guc.c:1204
-msgid "Check function bodies during CREATE FUNCTION."
-msgstr "Verifica corpo da função durante CREATE FUNCTION."
+#: catalog/aclchk.c:454 catalog/aclchk.c:899
+#, c-format
+msgid "invalid privilege type %s for function"
+msgstr "tipo de privilégio %s é inválido para função"
-#: utils/misc/guc.c:1213
-msgid "Enable input of NULL elements in arrays."
-msgstr "Habilita entrada de elementos NULL em matrizes."
+#: catalog/aclchk.c:458
+#, c-format
+msgid "invalid privilege type %s for language"
+msgstr "tipo de privilégio %s é inválido para linguagem"
-#: utils/misc/guc.c:1214
-msgid ""
-"When turned on, unquoted NULL in an array input value means a null value; "
-"otherwise it is taken literally."
-msgstr ""
-"Quando habilitado, NULL sem aspas em um valor de entrada de uma matriz "
-"significa o valor nulo; caso contrário ele é utilizado literalmente."
+#: catalog/aclchk.c:462
+#, c-format
+msgid "invalid privilege type %s for large object"
+msgstr "tipo de privilégio %s é inválido para objeto grande"
-#: utils/misc/guc.c:1224
-msgid "Create new tables with OIDs by default."
-msgstr "Cria novas tabelas com OIDs por padrão."
+#: catalog/aclchk.c:466
+#, c-format
+msgid "invalid privilege type %s for schema"
+msgstr "tipo de privilégio %s é inválido para esquema"
-#: utils/misc/guc.c:1233
-msgid ""
-"Start a subprocess to capture stderr output and/or csvlogs into log files."
-msgstr ""
-"Inicia um subprocesso para capturar saída stderr e/ou csvlogs em arquivos de "
-"log."
+#: catalog/aclchk.c:470
+#, c-format
+msgid "invalid privilege type %s for tablespace"
+msgstr "tipo de privilégio %s é inválido para tablespace"
-#: utils/misc/guc.c:1242
-msgid "Truncate existing log files of same name during log rotation."
-msgstr ""
-"Trunca arquivos de log existentes com mesmo nome durante rotação de log."
+#: catalog/aclchk.c:474
+#, c-format
+msgid "invalid privilege type %s for foreign-data wrapper"
+msgstr "tipo de privilégio %s é inválido para adaptador de dados externos"
-#: utils/misc/guc.c:1253
-msgid "Emit information about resource usage in sorting."
-msgstr "Produz informação sobre uso de recurso ao ordenar."
+#: catalog/aclchk.c:478
+#, c-format
+msgid "invalid privilege type %s for foreign server"
+msgstr "tipo de privilégio %s é inválido para servidor externo"
-#: utils/misc/guc.c:1267
-msgid "Generate debugging output for synchronized scanning."
-msgstr "Gera saída de depuração para busca sincronizada."
+#: catalog/aclchk.c:517
+msgid "column privileges are only valid for relations"
+msgstr "privilégios de coluna só são válidos para relações"
-#: utils/misc/guc.c:1282
-msgid "Enable bounded sorting using heap sort."
-msgstr "Habilita ordenação limitada utilizando ordenção de pilha."
+#: catalog/aclchk.c:833 catalog/aclchk.c:841 commands/dbcommands.c:146
+#: commands/dbcommands.c:154 commands/dbcommands.c:162
+#: commands/dbcommands.c:170 commands/dbcommands.c:178
+#: commands/dbcommands.c:186 commands/dbcommands.c:194
+#: commands/dbcommands.c:1315 commands/dbcommands.c:1323
+#: commands/typecmds.c:282 commands/foreigncmds.c:468
+#: commands/foreigncmds.c:477 commands/copy.c:863 commands/copy.c:881
+#: commands/copy.c:889 commands/copy.c:897 commands/copy.c:905
+#: commands/copy.c:913 commands/copy.c:921 commands/copy.c:929
+#: commands/copy.c:945 commands/copy.c:959 commands/collationcmds.c:93
+#: commands/user.c:133 commands/user.c:150 commands/user.c:158
+#: commands/user.c:166 commands/user.c:174 commands/user.c:182
+#: commands/user.c:190 commands/user.c:198 commands/user.c:206
+#: commands/user.c:214 commands/user.c:222 commands/user.c:230
+#: commands/user.c:501 commands/user.c:513 commands/user.c:521
+#: commands/user.c:529 commands/user.c:537 commands/user.c:545
+#: commands/user.c:553 commands/user.c:561 commands/user.c:570
+#: commands/user.c:578 commands/sequence.c:1142 commands/sequence.c:1150
+#: commands/sequence.c:1158 commands/sequence.c:1166 commands/sequence.c:1174
+#: commands/sequence.c:1182 commands/sequence.c:1190 commands/sequence.c:1198
+#: commands/functioncmds.c:488 commands/functioncmds.c:578
+#: commands/functioncmds.c:586 commands/functioncmds.c:594
+#: commands/functioncmds.c:1982 commands/functioncmds.c:1990
+#: commands/extension.c:1250 commands/extension.c:1258
+#: commands/extension.c:1266 commands/extension.c:2512
+msgid "conflicting or redundant options"
+msgstr "opções conflitantes ou redundantes"
-#: utils/misc/guc.c:1295
-msgid "Emit WAL-related debugging output."
-msgstr "Emite saída de depuração relacionada ao WAL."
+#: catalog/aclchk.c:932
+msgid "default privileges cannot be set for columns"
+msgstr "privilégios padrão não podem ser definidos para colunas"
-#: utils/misc/guc.c:1307
-msgid "Datetimes are integer based."
-msgstr "Datetimes são baseados em inteiros."
+#: catalog/aclchk.c:1678 access/heap/heapam.c:1089 access/heap/heapam.c:1117
+#: access/heap/heapam.c:1147
+#, c-format
+msgid "\"%s\" is an index"
+msgstr "\"%s\" é um índice"
-#: utils/misc/guc.c:1322
-msgid ""
-"Sets whether Kerberos and GSSAPI user names should be treated as case-"
-"insensitive."
-msgstr ""
-"Define se nomes de usuário do Kerberos e do GSSAPI devem ser tratados como "
-"não sensíveis a minúsculas/maiúsculas."
+#: catalog/aclchk.c:1685 access/heap/heapam.c:1094 access/heap/heapam.c:1122
+#: access/heap/heapam.c:1152 commands/tablecmds.c:2188
+#: commands/tablecmds.c:7370 commands/tablecmds.c:9025
+#, c-format
+msgid "\"%s\" is a composite type"
+msgstr "\"%s\" é um tipo composto"
-#: utils/misc/guc.c:1332
-msgid "Warn about backslash escapes in ordinary string literals."
-msgstr ""
-"Avisa sobre escapes de barra invertida em cadeias de caracteres ordinárias."
+#: catalog/aclchk.c:1731
+#, c-format
+msgid "sequence \"%s\" only supports USAGE, SELECT, and UPDATE privileges"
+msgstr "sequência \"%s\" só suporta privilégios USAGE, SELECT e UPDATE"
-#: utils/misc/guc.c:1342
-msgid "Causes '...' strings to treat backslashes literally."
-msgstr ""
-"Faz com que cadeias de caracteres '...' tratem barras invertidas "
-"literalmente."
+#: catalog/aclchk.c:1748
+msgid "invalid privilege type USAGE for table"
+msgstr "tipo de privilégio USAGE é inválido para tabela"
-#: utils/misc/guc.c:1353
-msgid "Enable synchronized sequential scans."
-msgstr "Habilita buscas sequenciais sincronizadas."
+#: catalog/aclchk.c:1913
+#, c-format
+msgid "invalid privilege type %s for column"
+msgstr "tipo de privilégio %s é inválido para coluna"
-#: utils/misc/guc.c:1363
-msgid "Allows archiving of WAL files using archive_command."
-msgstr "Permite arquivamento de arquivos do WAL utilizando archive_command."
+#: catalog/aclchk.c:1926
+#, c-format
+msgid "sequence \"%s\" only supports SELECT column privileges"
+msgstr "sequência \"%s\" só suporta privilégios SELECT"
-#: utils/misc/guc.c:1373
-msgid "Allows connections and queries during recovery."
-msgstr "Permite conexões e consultas durante recuperação."
+#: catalog/aclchk.c:2510
+#, c-format
+msgid "language \"%s\" is not trusted"
+msgstr "linguagem \"%s\" não é confiável"
-#: utils/misc/guc.c:1383
-msgid ""
-"Allows feedback from a hot standby to the primary that will avoid query "
-"conflicts."
-msgstr ""
-"Permite retorno do servidor em espera ativo ao servidor principal que "
-"evitará conflitos de consulta."
+#: catalog/aclchk.c:2512
+msgid "Only superusers can use untrusted languages."
+msgstr "Somente super-usuários podem utilizar linguagens não-confiáveis."
-#: utils/misc/guc.c:1393
-msgid "Allows modifications of the structure of system tables."
-msgstr "Permite modificações da estrutura de tabelas do sistema."
+#: catalog/aclchk.c:3019
+#, c-format
+msgid "unrecognized privilege type \"%s\""
+msgstr "tipo de privilégio \"%s\" desconhecido"
-#: utils/misc/guc.c:1404
-msgid "Disables reading from system indexes."
-msgstr "Desabilita leitura dos índices do sistema."
+#: catalog/aclchk.c:3068
+#, c-format
+msgid "permission denied for column %s"
+msgstr "permissão negada para coluna %s"
-#: utils/misc/guc.c:1405
-msgid ""
-"It does not prevent updating the indexes, so it is safe to use. The worst "
-"consequence is slowness."
-msgstr ""
-"Ele não impede a atualização dos índices, então é seguro utilizá-lo. A pior "
-"consequência é lentidão."
-
-#: utils/misc/guc.c:1416
-msgid ""
-"Enables backward compatibility mode for privilege checks on large objects."
-msgstr ""
-"Habilita modo de compatibilidade com versões anteriores para verificação de "
-"privilégios em objetos grandes."
-
-#: utils/misc/guc.c:1417
-msgid ""
-"Skips privilege checks when reading or modifying large objects, for "
-"compatibility with PostgreSQL releases prior to 9.0."
-msgstr ""
-"Não verifica privilégios ao ler ou modificar objetos grandes, para "
-"compatibilidade com versões do PostgreSQL anteriores a 9.0."
-
-#: utils/misc/guc.c:1427
-msgid "When generating SQL fragments, quote all identifiers."
-msgstr "Ao gerar fragmentos SQL, colocar todos identificadores entre aspas."
-
-#: utils/misc/guc.c:1446
-msgid ""
-"Forces a switch to the next xlog file if a new file has not been started "
-"within N seconds."
-msgstr ""
-"Força a rotação para o próximo arquivo de xlog se um novo arquivo não foi "
-"iniciado em N segundos."
-
-#: utils/misc/guc.c:1457
-msgid "Waits N seconds on connection startup after authentication."
-msgstr "Espera N segundos após autenticação durante inicialização da conexão."
-
-#: utils/misc/guc.c:1458 utils/misc/guc.c:1907
-msgid "This allows attaching a debugger to the process."
-msgstr "Isso permite anexar um depurador ao processo."
-
-#: utils/misc/guc.c:1467
-msgid "Sets the default statistics target."
-msgstr "Define o alvo padrão de estatísticas."
-
-#: utils/misc/guc.c:1468
-msgid ""
-"This applies to table columns that have not had a column-specific target set "
-"via ALTER TABLE SET STATISTICS."
-msgstr ""
-"Isso se aplica a colunas de tabelas que não têm um alvo de colunas "
-"específico definido através de ALTER TABLE SET STATISTICS."
-
-#: utils/misc/guc.c:1477
-msgid "Sets the FROM-list size beyond which subqueries are not collapsed."
-msgstr ""
-"Define o tamanho da lista do FROM a partir do qual as subconsultas não "
-"entrarão em colapso."
-
-#: utils/misc/guc.c:1479
-msgid ""
-"The planner will merge subqueries into upper queries if the resulting FROM "
-"list would have no more than this many items."
-msgstr ""
-"O planejador mesclará subconsultas em consultas de nível superior se a lista "
-"resultante do FROM for menor que essa quantidade de itens."
-
-#: utils/misc/guc.c:1489
-msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened."
-msgstr ""
-"Define o tamanho da lista do FROM a partir do qual as construções JOIN não "
-"serão nivelados."
-
-#: utils/misc/guc.c:1491
-msgid ""
-"The planner will flatten explicit JOIN constructs into lists of FROM items "
-"whenever a list of no more than this many items would result."
-msgstr ""
-"O planejador nivelará construções JOIN explícitas em listas de itens FROM "
-"sempre que a lista não tenha mais do que essa quantidade de itens."
-
-#: utils/misc/guc.c:1501
-msgid "Sets the threshold of FROM items beyond which GEQO is used."
-msgstr "Define o limite de itens do FROM a partir do qual o GEQO é utilizado."
-
-#: utils/misc/guc.c:1510
-msgid "GEQO: effort is used to set the default for other GEQO parameters."
-msgstr ""
-"GEQO: esforço é utilizado para definir o padrão para outros parâmetros GEQO."
-
-#: utils/misc/guc.c:1519
-msgid "GEQO: number of individuals in the population."
-msgstr "GEQO: número de indivíduos em uma população."
-
-#: utils/misc/guc.c:1520 utils/misc/guc.c:1529
-msgid "Zero selects a suitable default value."
-msgstr "Zero seleciona um valor padrão ideal."
-
-#: utils/misc/guc.c:1528
-msgid "GEQO: number of iterations of the algorithm."
-msgstr "GEQO: número de iterações do algoritmo."
-
-#: utils/misc/guc.c:1539
-msgid "Sets the time to wait on a lock before checking for deadlock."
-msgstr "Define o tempo para esperar um bloqueio antes de verificar um impasse."
-
-#: utils/misc/guc.c:1550
-msgid ""
-"Sets the maximum delay before canceling queries when a hot standby server is "
-"processing archived WAL data."
-msgstr ""
-"Define o tempo máximo antes de cancelar consultas quando um servidor em "
-"espera ativo está processando dados do WAL arquivados."
-
-#: utils/misc/guc.c:1561
-msgid ""
-"Sets the maximum delay before canceling queries when a hot standby server is "
-"processing streamed WAL data."
-msgstr ""
-"Define o tempo máximo antes de cancelar consultas quando um servidor em "
-"espera ativo está processando dados do WAL enviados."
-
-#: utils/misc/guc.c:1572
-msgid ""
-"Sets the maximum interval between WAL receiver status reports to the primary."
-msgstr ""
-"Define o intervalo máximo entre relatos de status do receptor do WAL ao "
-"servidor principal."
-
-#: utils/misc/guc.c:1583
-msgid "Sets the maximum number of concurrent connections."
-msgstr "Define o número máximo de conexões concorrentes."
-
-#: utils/misc/guc.c:1593
-msgid "Sets the number of connection slots reserved for superusers."
-msgstr "Define o número de conexões reservadas para super-usuários."
-
-#: utils/misc/guc.c:1607
-msgid "Sets the number of shared memory buffers used by the server."
-msgstr ""
-"Define o número de buffers de memória compartilhada utilizados pelo servidor."
-
-#: utils/misc/guc.c:1618
-msgid "Sets the maximum number of temporary buffers used by each session."
-msgstr ""
-"Define o número máximo de buffers temporários utilizados por cada sessão."
-
-#: utils/misc/guc.c:1629
-msgid "Sets the TCP port the server listens on."
-msgstr "Define a porta TCP que o servidor escutará."
-
-#: utils/misc/guc.c:1639
-msgid "Sets the access permissions of the Unix-domain socket."
-msgstr "Define as permissões de acesso do soquete de domínio Unix."
-
-#: utils/misc/guc.c:1640
-msgid ""
-"Unix-domain sockets use the usual Unix file system permission set. The "
-"parameter value is expected to be a numeric mode specification in the form "
-"accepted by the chmod and umask system calls. (To use the customary octal "
-"format the number must start with a 0 (zero).)"
-msgstr ""
-"Soquetes de domínio Unix utilizam permissões de arquivos Unix usuais. O "
-"valor do parâmetro esperado é uma especificação numérica na forma aceita "
-"pelas chamadas de sistema chmod e umask. (Para utilizar formato octal "
-"habitual, o número deve começar com um 0 (zero).)"
-
-#: utils/misc/guc.c:1654
-msgid "Sets the file permissions for log files."
-msgstr "Define as permissões do arquivo para arquivos de log."
-
-#: utils/misc/guc.c:1655
-msgid ""
-"The parameter value is expected to be a numeric mode specification in the "
-"form accepted by the chmod and umask system calls. (To use the customary "
-"octal format the number must start with a 0 (zero).)"
-msgstr ""
-"O valor do parâmetro esperado é uma especificação numérica na forma aceita "
-"pelas chamadas de sistema chmod e umask. (Para utilizar formato octal "
-"habitual, o número deve começar com um 0 (zero).)"
-
-#: utils/misc/guc.c:1668
-msgid "Sets the maximum memory to be used for query workspaces."
-msgstr "Define o máximo de memória utilizada para operações da consulta."
-
-#: utils/misc/guc.c:1669
-msgid ""
-"This much memory can be used by each internal sort operation and hash table "
-"before switching to temporary disk files."
-msgstr ""
-"Esta quantidade de memória pode ser utilizada por operação de ordenação "
-"interna e tabela hash antes de alternar para arquivos temporários no disco."
-
-#: utils/misc/guc.c:1681
-msgid "Sets the maximum memory to be used for maintenance operations."
-msgstr "Define o máximo de memória utilizada para operações de manutenção."
-
-#: utils/misc/guc.c:1682
-msgid "This includes operations such as VACUUM and CREATE INDEX."
-msgstr "Isso inclue operações tais como VACUUM e CREATE INDEX."
-
-#: utils/misc/guc.c:1697
-msgid "Sets the maximum stack depth, in kilobytes."
-msgstr "Define a profundidade máxima da pilha, em kilobytes."
-
-#: utils/misc/guc.c:1708
-msgid "Vacuum cost for a page found in the buffer cache."
-msgstr "Custo da limpeza por página encontrada na cache do buffer."
-
-#: utils/misc/guc.c:1718
-msgid "Vacuum cost for a page not found in the buffer cache."
-msgstr "Custo da limpeza por página não encontrada na cache do buffer."
-
-#: utils/misc/guc.c:1728
-msgid "Vacuum cost for a page dirtied by vacuum."
-msgstr "Custo da limpeza por página sujada pela limpeza."
-
-#: utils/misc/guc.c:1738
-msgid "Vacuum cost amount available before napping."
-msgstr "Quantidade de custo da limpeza disponível antes de adormecer."
-
-#: utils/misc/guc.c:1748
-msgid "Vacuum cost delay in milliseconds."
-msgstr "Atraso do custo da limpeza em milisegundos."
-
-#: utils/misc/guc.c:1759
-msgid "Vacuum cost delay in milliseconds, for autovacuum."
-msgstr "Atraso do custo da limpeza em milisegundos, para autovacuum."
-
-#: utils/misc/guc.c:1770
-msgid "Vacuum cost amount available before napping, for autovacuum."
-msgstr ""
-"Quantidade de custo da limpeza disponível antes de adormecer, para "
-"autovacuum."
-
-#: utils/misc/guc.c:1780
-msgid ""
-"Sets the maximum number of simultaneously open files for each server process."
-msgstr ""
-"Define o número máximo de arquivos abertos simultaneamente por cada processo "
-"servidor."
-
-#: utils/misc/guc.c:1793
-msgid "Sets the maximum number of simultaneously prepared transactions."
-msgstr "Define o número máximo de transações preparadas simultâneas."
-
-#: utils/misc/guc.c:1826
-msgid "Sets the maximum allowed duration of any statement."
-msgstr "Define a duração máxima permitida de cada comando."
-
-#: utils/misc/guc.c:1827
-msgid "A value of 0 turns off the timeout."
-msgstr "Um valor 0 desabilita o tempo de espera."
-
-#: utils/misc/guc.c:1837
-msgid "Minimum age at which VACUUM should freeze a table row."
-msgstr ""
-"Identificador mínimo no qual o VACUUM deve congelar um registro da tabela."
-
-#: utils/misc/guc.c:1847
-msgid "Age at which VACUUM should scan whole table to freeze tuples."
-msgstr ""
-"Identificador no qual o VACUUM deve percorrer toda tabela para congelar "
-"tuplas."
-
-#: utils/misc/guc.c:1857
-msgid ""
-"Number of transactions by which VACUUM and HOT cleanup should be deferred, "
-"if any."
-msgstr ""
-"Número de transações pela qual a limpeza do VACUUM e HOT deve ser adiada, se "
-"houver."
-
-#: utils/misc/guc.c:1870
-msgid "Sets the maximum number of locks per transaction."
-msgstr "Define o número máximo de bloqueios por transação."
-
-#: utils/misc/guc.c:1871
-msgid ""
-"The shared lock table is sized on the assumption that at most "
-"max_locks_per_transaction * max_connections distinct objects will need to be "
-"locked at any one time."
-msgstr ""
-"A tabela compartilhada de bloqueios é dimensionada utilizando a suposição de "
-"que max_locks_per_transaction * max_connections objetos distintos necessitam "
-"ser bloqueados simultaneamente."
-
-#: utils/misc/guc.c:1882
-msgid "Sets the maximum number of predicate locks per transaction."
-msgstr "Define o número máximo de bloqueios de predicado por transação."
-
-#: utils/misc/guc.c:1883
-msgid ""
-"The shared predicate lock table is sized on the assumption that at most "
-"max_pred_locks_per_transaction * max_connections distinct objects will need "
-"to be locked at any one time."
-msgstr ""
-"A tabela compartilhada de bloqueios de predicado é dimensionada utilizando a "
-"suposição de que max_locks_per_transaction * max_connections objetos "
-"distintos necessitam ser bloqueados simultaneamente."
-
-#: utils/misc/guc.c:1894
-msgid "Sets the maximum allowed time to complete client authentication."
-msgstr ""
-"Define o tempo máximo permitido para completar uma autenticação do cliente."
-
-#: utils/misc/guc.c:1906
-msgid "Waits N seconds on connection startup before authentication."
-msgstr "Espera N segundos após autenticação durante inicialização da conexão."
-
-#: utils/misc/guc.c:1917
-msgid "Sets the number of WAL files held for standby servers."
-msgstr "Define o número de arquivos WAL mantidos para servidores em espera."
-
-#: utils/misc/guc.c:1927
-msgid ""
-"Sets the maximum distance in log segments between automatic WAL checkpoints."
-msgstr ""
-"Define a distância máxima em segmentos de log entre pontos de controle WAL "
-"automáticos."
-
-#: utils/misc/guc.c:1937
-msgid "Sets the maximum time between automatic WAL checkpoints."
-msgstr "Define o tempo máximo entre pontos de controle WAL automáticos."
-
-#: utils/misc/guc.c:1948
-msgid ""
-"Enables warnings if checkpoint segments are filled more frequently than this."
-msgstr ""
-"Habilita avisos caso segmentos dos pontos de controle estejam sendo "
-"preenchidos mais frequentemente do que esse."
-
-#: utils/misc/guc.c:1950
-msgid ""
-"Write a message to the server log if checkpoints caused by the filling of "
-"checkpoint segment files happens more frequently than this number of "
-"seconds. Zero turns off the warning."
-msgstr ""
-"Escreve uma mensagem no log do servidor se pontos de controle causados pelo "
-"preenchimento de arquivos de segmento dos pontos de controle acontece mais "
-"frequentemente do que esse número de segundos. Zero desabilita esse aviso."
-
-#: utils/misc/guc.c:1962
-msgid "Sets the number of disk-page buffers in shared memory for WAL."
-msgstr ""
-"Define o número de buffers de páginas do disco para WAL na memória "
-"compartilhada."
-
-#: utils/misc/guc.c:1973
-msgid "WAL writer sleep time between WAL flushes."
-msgstr "Tempo de adormecimento do escritor do WAL entre ciclos do WAL."
-
-#: utils/misc/guc.c:1985
-msgid "Sets the maximum number of simultaneously running WAL sender processes."
-msgstr ""
-"Define o número máximo de processos de limpeza automática executados "
-"simultaneamente."
-
-#: utils/misc/guc.c:1995
-msgid "WAL sender sleep time between WAL replications."
-msgstr ""
-"Tempo de adormecimento do transmissor de WAL entre ciclos de replicação do "
-"WAL."
-
-#: utils/misc/guc.c:2006
-msgid "Sets the maximum time to wait for WAL replication."
-msgstr "Define o tempo máximo de espera pela replicação do WAL."
-
-#: utils/misc/guc.c:2017
-msgid ""
-"Sets the delay in microseconds between transaction commit and flushing WAL "
-"to disk."
-msgstr ""
-"Define o atraso em microsegundos entre efetivar uma transação e escrever WAL "
-"no disco."
-
-#: utils/misc/guc.c:2028
-msgid ""
-"Sets the minimum concurrent open transactions before performing commit_delay."
-msgstr ""
-"Define o número mínimo de transações concorrentes abertas antes de esperar "
-"commit_delay."
-
-#: utils/misc/guc.c:2039
-msgid "Sets the number of digits displayed for floating-point values."
-msgstr "Define o número de dígitos mostrados para valores de ponto flutuante."
-
-#: utils/misc/guc.c:2040
-msgid ""
-"This affects real, double precision, and geometric data types. The parameter "
-"value is added to the standard number of digits (FLT_DIG or DBL_DIG as "
-"appropriate)."
-msgstr ""
-"Isso afeta os tipos de dado real, double precision e geometric. O valor do "
-"parâmetro é formatado segundo padrão de dígitos (FLT_DIG ou DBL_DIG conforme "
-"adequado)."
-
-#: utils/misc/guc.c:2051
-msgid "Sets the minimum execution time above which statements will be logged."
-msgstr ""
-"Define o tempo mínimo de execução no qual os comandos serão registrados."
-
-#: utils/misc/guc.c:2053
-msgid "Zero prints all queries. -1 turns this feature off."
-msgstr "Zero registra todas as consultas. -1 desabilita essa funcionalidade."
-
-#: utils/misc/guc.c:2063
-msgid ""
-"Sets the minimum execution time above which autovacuum actions will be "
-"logged."
-msgstr ""
-"Define o tempo mínimo de execução no qual as ações de limpeza automática "
-"serão registradas."
-
-#: utils/misc/guc.c:2065
-msgid "Zero prints all actions. -1 turns autovacuum logging off."
-msgstr "Zero registra todas as ações. -1 desabilita essa funcionalidade."
-
-#: utils/misc/guc.c:2075
-msgid "Background writer sleep time between rounds."
-msgstr "Tempo de adormecimento do escritor em segundo plano entre ciclos."
-
-#: utils/misc/guc.c:2086
-msgid "Background writer maximum number of LRU pages to flush per round."
-msgstr ""
-"Número máximo de páginas do LRU do escritor em segundo plano a serem "
-"escritas por ciclo."
-
-#: utils/misc/guc.c:2102
-msgid ""
-"Number of simultaneous requests that can be handled efficiently by the disk "
-"subsystem."
-msgstr ""
-"Número de requisições simultâneas que podem ser manipuladas eficientemente "
-"pelo subsistema de disco."
-
-#: utils/misc/guc.c:2103
-msgid ""
-"For RAID arrays, this should be approximately the number of drive spindles "
-"in the array."
-msgstr ""
-"Para arranjos RAID, este deveria ser aproximadamente o número de discos em "
-"um arranjo."
-
-#: utils/misc/guc.c:2116
-msgid "Automatic log file rotation will occur after N minutes."
-msgstr "Rotação de arquivo de log automática ocorrerá após N minutos."
-
-#: utils/misc/guc.c:2127
-msgid "Automatic log file rotation will occur after N kilobytes."
-msgstr "Rotação de arquivo de log automática ocorrerá após N kilobytes."
-
-#: utils/misc/guc.c:2138
-msgid "Shows the maximum number of function arguments."
-msgstr "Mostra o número máximo de argumentos da função."
-
-#: utils/misc/guc.c:2149
-msgid "Shows the maximum number of index keys."
-msgstr "Mostra o número máximo de chaves do índice."
-
-#: utils/misc/guc.c:2160
-msgid "Shows the maximum identifier length."
-msgstr "Mostra o tamanho máximo de identificador."
-
-#: utils/misc/guc.c:2171
-msgid "Shows the size of a disk block."
-msgstr "Mostra o tamanho de um bloco do disco."
-
-#: utils/misc/guc.c:2182
-msgid "Shows the number of pages per disk file."
-msgstr "Mostra o número de páginas por arquivo do disco."
-
-#: utils/misc/guc.c:2193
-msgid "Shows the block size in the write ahead log."
-msgstr "Mostra o tamanho do bloco no log de transação."
-
-#: utils/misc/guc.c:2204
-msgid "Shows the number of pages per write ahead log segment."
-msgstr "Mostra o número de páginas por segmento de log de transação."
-
-#: utils/misc/guc.c:2217
-msgid "Time to sleep between autovacuum runs."
-msgstr "Tempo de adormecimento entre execuções do autovacuum."
-
-#: utils/misc/guc.c:2227
-msgid "Minimum number of tuple updates or deletes prior to vacuum."
-msgstr "Número mínimo de atualizações ou exclusões de tuplas antes de limpar."
-
-#: utils/misc/guc.c:2236
-msgid "Minimum number of tuple inserts, updates or deletes prior to analyze."
-msgstr ""
-"Número mínimo de inserções, atualizações ou exclusões antes de analisar."
-
-#: utils/misc/guc.c:2246
-msgid ""
-"Age at which to autovacuum a table to prevent transaction ID wraparound."
-msgstr ""
-"Identificador para limpar automaticamente uma tabela para previnir "
-"reciclagem do ID de transação."
-
-#: utils/misc/guc.c:2257
-msgid ""
-"Sets the maximum number of simultaneously running autovacuum worker "
-"processes."
-msgstr ""
-"Define o número máximo de processos de limpeza automática executados "
-"simultaneamente."
-
-#: utils/misc/guc.c:2267
-msgid "Time between issuing TCP keepalives."
-msgstr "Tempo entre envios de mantenha-se vivo (keepalive) do TCP."
-
-#: utils/misc/guc.c:2268 utils/misc/guc.c:2279
-msgid "A value of 0 uses the system default."
-msgstr "Um valor 0 utiliza o padrão do sistema."
-
-#: utils/misc/guc.c:2278
-msgid "Time between TCP keepalive retransmits."
-msgstr "Tempo entre retransmissões de mantenha-se vivo (keepalive) do TCP."
-
-#: utils/misc/guc.c:2289
-msgid ""
-"Set the amount of traffic to send and receive before renegotiating the "
-"encryption keys."
-msgstr ""
-"Define a quantidade de tráfego enviado e recebido antes de renegociar as "
-"chaves de criptografia."
-
-#: utils/misc/guc.c:2300
-msgid "Maximum number of TCP keepalive retransmits."
-msgstr ""
-"Número máximo de retransmissões de mantenha-se vivo (keepalive) do TCP."
-
-#: utils/misc/guc.c:2301
-msgid ""
-"This controls the number of consecutive keepalive retransmits that can be "
-"lost before a connection is considered dead. A value of 0 uses the system "
-"default."
-msgstr ""
-"Isso controla o número de retransmissões consecutivas de mantenha-se vivo "
-"(keepalive) que podem ser perdidas antes que uma conexão seja considerada "
-"fechada. Um valor de 0 utiliza o padrão do sistema."
-
-#: utils/misc/guc.c:2312
-msgid "Sets the maximum allowed result for exact search by GIN."
-msgstr ""
-"Define o resultado máximo permitido por uma busca exata utilizando GIN."
-
-#: utils/misc/guc.c:2323
-msgid "Sets the planner's assumption about the size of the disk cache."
-msgstr "Define a suposição do planejador sobre o tamanho da cache do disco."
-
-#: utils/misc/guc.c:2324
-msgid ""
-"That is, the portion of the kernel's disk cache that will be used for "
-"PostgreSQL data files. This is measured in disk pages, which are normally 8 "
-"kB each."
-msgstr ""
-"Isto é, a porção da cache do disco que será utilizada pelo arquivos de dados "
-"do PostgreSQL. Isto é medido em páginas do disco, que são normalmente 8 kB "
-"cada."
-
-#: utils/misc/guc.c:2337
-msgid "Shows the server version as an integer."
-msgstr "Mostra a versão do servidor como um inteiro."
-
-#: utils/misc/guc.c:2348
-msgid "Log the use of temporary files larger than this number of kilobytes."
-msgstr ""
-"Registra o uso de arquivos temporários maiores do que este número de "
-"kilobytes."
-
-#: utils/misc/guc.c:2349
-msgid "Zero logs all files. The default is -1 (turning this feature off)."
-msgstr ""
-"Zero registra todos os arquivos. O padrão é -1 (desabilita essa "
-"funcionalidade)."
-
-#: utils/misc/guc.c:2359
-msgid "Sets the size reserved for pg_stat_activity.current_query, in bytes."
-msgstr ""
-"Define o tamanho reservado para pg_stat_activity.current_query, em bytes."
-
-#: utils/misc/guc.c:2378
-msgid ""
-"Sets the planner's estimate of the cost of a sequentially fetched disk page."
-msgstr ""
-"Define a estimativa do planejador do custo de busca sequencial de uma página "
-"no disco."
-
-#: utils/misc/guc.c:2388
-msgid ""
-"Sets the planner's estimate of the cost of a nonsequentially fetched disk "
-"page."
-msgstr ""
-"Define a estimativa do planejador do custo de busca não sequencial de uma "
-"página no disco."
-
-#: utils/misc/guc.c:2398
-msgid "Sets the planner's estimate of the cost of processing each tuple (row)."
-msgstr ""
-"Define a estimativa do planejador do custo de processamento de cada tupla "
-"(registro)."
-
-#: utils/misc/guc.c:2408
-msgid ""
-"Sets the planner's estimate of the cost of processing each index entry "
-"during an index scan."
-msgstr ""
-"Define a estimativa do planejador do custo de processamento de cada índice "
-"durante uma busca no índice."
-
-#: utils/misc/guc.c:2418
-msgid ""
-"Sets the planner's estimate of the cost of processing each operator or "
-"function call."
-msgstr ""
-"Define a estimativa do planejador do custo de processamento de cada operador "
-"ou chamada de função."
-
-#: utils/misc/guc.c:2429
-msgid ""
-"Sets the planner's estimate of the fraction of a cursor's rows that will be "
-"retrieved."
-msgstr ""
-"Define a estimativa do planejador da fração de registros do cursor que será "
-"recuperada."
-
-#: utils/misc/guc.c:2440
-msgid "GEQO: selective pressure within the population."
-msgstr "GEQO: pressão seletiva na população."
-
-#: utils/misc/guc.c:2450
-msgid "GEQO: seed for random path selection."
-msgstr "GEQO: semente para seleção de caminhos randômicos."
-
-#: utils/misc/guc.c:2460
-msgid "Multiple of the average buffer usage to free per round."
-msgstr "Múltiplo da média de uso dos buffers a serem liberados por ciclo."
-
-#: utils/misc/guc.c:2470
-msgid "Sets the seed for random-number generation."
-msgstr "Define a semente para geração de números randômicos."
-
-#: utils/misc/guc.c:2481
-msgid ""
-"Number of tuple updates or deletes prior to vacuum as a fraction of "
-"reltuples."
-msgstr ""
-"Número de atualizações ou exclusões de tupla antes de limpar como uma fração "
-"de reltuples."
-
-#: utils/misc/guc.c:2490
-msgid ""
-"Number of tuple inserts, updates or deletes prior to analyze as a fraction "
-"of reltuples."
-msgstr ""
-"Número de inserções, atualizações ou exclusões de tupla antes de analisar "
-"como uma fração de reltuples."
-
-#: utils/misc/guc.c:2500
-msgid ""
-"Time spent flushing dirty buffers during checkpoint, as fraction of "
-"checkpoint interval."
-msgstr ""
-"Tempo gasto escrevendo buffers sujos durante o ponto de controle, como "
-"fração do intervalo de ponto de controle."
-
-#: utils/misc/guc.c:2519
-msgid "Sets the shell command that will be called to archive a WAL file."
-msgstr ""
-"Define um comando do interpretador de comandos (shell) que será chamado para "
-"arquivar um arquivo do WAL."
-
-#: utils/misc/guc.c:2529
-msgid "Sets the client's character set encoding."
-msgstr "Define a codificação do conjunto de caracteres do cliente."
-
-#: utils/misc/guc.c:2540
-msgid "Controls information prefixed to each log line."
-msgstr "Controla informação prefixada em cada linha do log."
-
-#: utils/misc/guc.c:2541
-msgid "If blank, no prefix is used."
-msgstr "Se estiver em branco, nenhum prefixo é utilizado."
-
-#: utils/misc/guc.c:2550
-msgid "Sets the time zone to use in log messages."
-msgstr "Define a zona horária a ser utilizada em mensagens de log."
-
-#: utils/misc/guc.c:2560
-msgid "Sets the display format for date and time values."
-msgstr "Define o formato de exibição para valores de data e hora."
-
-#: utils/misc/guc.c:2561
-msgid "Also controls interpretation of ambiguous date inputs."
-msgstr "Também controla interpretação de entrada de datas ambíguas."
-
-#: utils/misc/guc.c:2572
-msgid "Sets the default tablespace to create tables and indexes in."
-msgstr "Define a tablespace padrão para criação de tabelas e índices."
-
-#: utils/misc/guc.c:2573
-msgid "An empty string selects the database's default tablespace."
-msgstr ""
-"Uma cadeia de caracteres vazia seleciona a tablespace padrão do banco de "
-"dados."
-
-#: utils/misc/guc.c:2583
-msgid "Sets the tablespace(s) to use for temporary tables and sort files."
-msgstr ""
-"Define a(s) tablespace(s) a ser(em) utilizada(s) para tabelas temporárias e "
-"arquivos de ordenação."
-
-#: utils/misc/guc.c:2594
-msgid "Sets the path for dynamically loadable modules."
-msgstr "Define o caminho para módulos carregáveis dinamicamente."
-
-#: utils/misc/guc.c:2595
-msgid ""
-"If a dynamically loadable module needs to be opened and the specified name "
-"does not have a directory component (i.e., the name does not contain a "
-"slash), the system will search this path for the specified file."
-msgstr ""
-"Se o módulo carregável dinamicamente necessita ser aberto e o nome "
-"especificado não tem um componente de diretório (i.e., o nome não contém uma "
-"barra), o sistema irá procurar o caminho para o arquivo especificado."
-
-#: utils/misc/guc.c:2608
-msgid "Sets the location of the Kerberos server key file."
-msgstr "Define o local do arquivo da chave do servidor Kerberos."
-
-#: utils/misc/guc.c:2619
-msgid "Sets the name of the Kerberos service."
-msgstr "Define o nome do serviço Kerberos."
-
-#: utils/misc/guc.c:2629
-msgid "Sets the Bonjour service name."
-msgstr "Define o nome do serviço Bonjour."
+#: catalog/aclchk.c:3070
+#, c-format
+msgid "permission denied for relation %s"
+msgstr "permissão negada para relação %s"
-#: utils/misc/guc.c:2641
-msgid "Shows the collation order locale."
-msgstr "Mostra a configuração regional utilizada na ordenação."
+#: catalog/aclchk.c:3072 commands/sequence.c:537 commands/sequence.c:751
+#: commands/sequence.c:793 commands/sequence.c:830 commands/sequence.c:1495
+#, c-format
+msgid "permission denied for sequence %s"
+msgstr "permissão negada para sequência %s"
-#: utils/misc/guc.c:2652
-msgid "Shows the character classification and case conversion locale."
-msgstr ""
-"Mostra a configuração regional utilizada na classificação de caracteres e na "
-"conversão entre maiúsculas/minúsculas."
+#: catalog/aclchk.c:3074
+#, c-format
+msgid "permission denied for database %s"
+msgstr "permissão negada para banco de dados %s"
-#: utils/misc/guc.c:2663
-msgid "Sets the language in which messages are displayed."
-msgstr "Define a língua na qual as mensagens são mostradas."
+#: catalog/aclchk.c:3076
+#, c-format
+msgid "permission denied for function %s"
+msgstr "permissão negada para função %s"
-#: utils/misc/guc.c:2673
-msgid "Sets the locale for formatting monetary amounts."
-msgstr "Define a configuração regional para formato de moeda."
+#: catalog/aclchk.c:3078
+#, c-format
+msgid "permission denied for operator %s"
+msgstr "permissão negada para operador %s"
-#: utils/misc/guc.c:2683
-msgid "Sets the locale for formatting numbers."
-msgstr "Define a configuração regional para formato de número."
+#: catalog/aclchk.c:3080
+#, c-format
+msgid "permission denied for type %s"
+msgstr "permissão negada para tipo %s"
-#: utils/misc/guc.c:2693
-msgid "Sets the locale for formatting date and time values."
-msgstr "Define a configuração regional para formato de data e hora."
+#: catalog/aclchk.c:3082
+#, c-format
+msgid "permission denied for language %s"
+msgstr "permissão negada para linguagem %s"
-#: utils/misc/guc.c:2703
-msgid "Lists shared libraries to preload into server."
-msgstr "Mostra bibliotecas compartilhadas a serem carregadas no servidor."
+#: catalog/aclchk.c:3084
+#, c-format
+msgid "permission denied for large object %s"
+msgstr "permissão negada para objeto grande %s"
-#: utils/misc/guc.c:2714
-msgid "Lists shared libraries to preload into each backend."
-msgstr ""
-"Mostra bibliotecas compartilhadas a serem carregadas em cdas processo "
-"servidor."
+#: catalog/aclchk.c:3086
+#, c-format
+msgid "permission denied for schema %s"
+msgstr "permissão negada para esquema %s"
-#: utils/misc/guc.c:2725
-msgid "Sets the schema search order for names that are not schema-qualified."
-msgstr ""
-"Define a ordem de busca em esquemas para nomes que não especificam um "
-"esquema."
+#: catalog/aclchk.c:3088
+#, c-format
+msgid "permission denied for operator class %s"
+msgstr "permissão negada para classe de operadores %s"
-#: utils/misc/guc.c:2737
-msgid "Sets the server (database) character set encoding."
-msgstr ""
-"Define a codificação do conjunto de caracteres do servidor (banco de dados)."
+#: catalog/aclchk.c:3090
+#, c-format
+msgid "permission denied for operator family %s"
+msgstr "permissão negada para família de operadores %s"
-#: utils/misc/guc.c:2749
-msgid "Shows the server version."
-msgstr "Mostra a versão do servidor."
+#: catalog/aclchk.c:3092
+#, c-format
+msgid "permission denied for collation %s"
+msgstr "permissão negada para ordenação %s"
-#: utils/misc/guc.c:2761
-msgid "Sets the current role."
-msgstr "Define a role atual."
+#: catalog/aclchk.c:3094
+#, c-format
+msgid "permission denied for conversion %s"
+msgstr "permissão negada para conversão %s"
-#: utils/misc/guc.c:2773
-msgid "Sets the session user name."
-msgstr "Define o nome de usuário da sessão."
+#: catalog/aclchk.c:3096
+#, c-format
+msgid "permission denied for tablespace %s"
+msgstr "permissão negada para tablespace %s"
-#: utils/misc/guc.c:2784
-msgid "Sets the destination for server log output."
-msgstr "Define o destino do log do servidor."
+#: catalog/aclchk.c:3098
+#, c-format
+msgid "permission denied for text search dictionary %s"
+msgstr "permissão negada para dicionário de busca textual %s"
-#: utils/misc/guc.c:2785
-msgid ""
-"Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and "
-"\"eventlog\", depending on the platform."
-msgstr ""
-"Valores válidos são combinações de \"stderr\", \"syslog\", \"csvlog\" e "
-"\"eventlog\", dependendo da plataforma."
+#: catalog/aclchk.c:3100
+#, c-format
+msgid "permission denied for text search configuration %s"
+msgstr "permissão negada para configuração de busca textual %s"
-#: utils/misc/guc.c:2796
-msgid "Sets the destination directory for log files."
-msgstr "Define o diretório de destino dos arquivos de log."
+#: catalog/aclchk.c:3102
+#, c-format
+msgid "permission denied for foreign-data wrapper %s"
+msgstr "permissão negada para adaptador de dados externos %s"
-#: utils/misc/guc.c:2797
-msgid "Can be specified as relative to the data directory or as absolute path."
-msgstr ""
-"Pode ser especificado como caminho relativo ao diretório de dados ou como "
-"caminho absoluto."
+#: catalog/aclchk.c:3104
+#, c-format
+msgid "permission denied for foreign server %s"
+msgstr "permissão negada para servidor externo %s"
-#: utils/misc/guc.c:2807
-msgid "Sets the file name pattern for log files."
-msgstr "Define o padrão de nome de arquivo para arquivos de log."
+#: catalog/aclchk.c:3106
+#, c-format
+msgid "permission denied for extension %s"
+msgstr "permissão negada para extensão %s"
-#: utils/misc/guc.c:2818
-msgid "Sets the program name used to identify PostgreSQL messages in syslog."
-msgstr ""
-"Define o nome do programa utilizado para identificar mensagens do PostgreSQL "
-"no syslog."
+#: catalog/aclchk.c:3112 catalog/aclchk.c:3114
+#, c-format
+msgid "must be owner of relation %s"
+msgstr "deve ser o dono da relação %s"
-#: utils/misc/guc.c:2829
-msgid "Sets the time zone for displaying and interpreting time stamps."
-msgstr "Define a zona horária para exibição e interpretação de timestamps."
+#: catalog/aclchk.c:3116
+#, c-format
+msgid "must be owner of sequence %s"
+msgstr "deve ser o dono da sequência %s"
-#: utils/misc/guc.c:2839
-msgid "Selects a file of time zone abbreviations."
-msgstr "Seleciona um arquivo de abreviações de zonas horárias."
+#: catalog/aclchk.c:3118
+#, c-format
+msgid "must be owner of database %s"
+msgstr "deve ser o dono do banco de dados %s"
-#: utils/misc/guc.c:2849
-msgid "Sets the current transaction's isolation level."
-msgstr "Define o nível de isolamento da transação atual."
+#: catalog/aclchk.c:3120
+#, c-format
+msgid "must be owner of function %s"
+msgstr "deve ser o dono da função %s"
-#: utils/misc/guc.c:2860
-msgid "Sets the owning group of the Unix-domain socket."
-msgstr "Define o grupo dono do soquete de domínio Unix."
+#: catalog/aclchk.c:3122
+#, c-format
+msgid "must be owner of operator %s"
+msgstr "deve ser o dono do operador %s"
-#: utils/misc/guc.c:2861
-msgid ""
-"The owning user of the socket is always the user that starts the server."
-msgstr "O usuário dono do soquete é sempre o usuário que inicia o servidor."
+#: catalog/aclchk.c:3124
+#, c-format
+msgid "must be owner of type %s"
+msgstr "deve ser o dono do tipo %s"
-#: utils/misc/guc.c:2871
-msgid "Sets the directory where the Unix-domain socket will be created."
-msgstr "Define o diretório onde o soquete de domínio Unix será criado."
+#: catalog/aclchk.c:3126
+#, c-format
+msgid "must be owner of language %s"
+msgstr "deve ser o dono da linguagem %s"
-#: utils/misc/guc.c:2882
-msgid "Sets the host name or IP address(es) to listen to."
-msgstr "Define o nome da máquina ou endereço(s) IP para escutar."
+#: catalog/aclchk.c:3128
+#, c-format
+msgid "must be owner of large object %s"
+msgstr "deve ser o dono do objeto grande %s"
-#: utils/misc/guc.c:2893
-msgid "Sets the list of known custom variable classes."
-msgstr "Define a lista de classes de variáveis personalizadas conhecidas."
+#: catalog/aclchk.c:3130
+#, c-format
+msgid "must be owner of schema %s"
+msgstr "deve ser o dono do esquema %s"
-#: utils/misc/guc.c:2904
-msgid "Sets the server's data directory."
-msgstr "Define o diretório de dados do servidor."
+#: catalog/aclchk.c:3132
+#, c-format
+msgid "must be owner of operator class %s"
+msgstr "deve ser o dono da classe de operadores %s"
-#: utils/misc/guc.c:2915
-msgid "Sets the server's main configuration file."
-msgstr "Define o arquivo de configuração principal do servidor."
+#: catalog/aclchk.c:3134
+#, c-format
+msgid "must be owner of operator family %s"
+msgstr "deve ser o dono da família de operadores %s"
-#: utils/misc/guc.c:2926
-msgid "Sets the server's \"hba\" configuration file."
-msgstr "Define o arquivo de configuração \"hba\" do servidor."
+#: catalog/aclchk.c:3136
+#, c-format
+msgid "must be owner of collation %s"
+msgstr "deve ser o dono da ordenação %s"
-#: utils/misc/guc.c:2937
-msgid "Sets the server's \"ident\" configuration file."
-msgstr "Define o arquivo de configuração \"ident\" do servidor."
+#: catalog/aclchk.c:3138
+#, c-format
+msgid "must be owner of conversion %s"
+msgstr "deve ser o dono da conversão %s"
-#: utils/misc/guc.c:2948
-msgid "Writes the postmaster PID to the specified file."
-msgstr "Escreve o PID do postmaster no arquivo especificado."
+#: catalog/aclchk.c:3140
+#, c-format
+msgid "must be owner of tablespace %s"
+msgstr "deve ser o dono da tablespace %s"
-#: utils/misc/guc.c:2959
-msgid "Writes temporary statistics files to the specified directory."
-msgstr ""
-"Escreve arquivos temporários de estatísticas em um diretório especificado."
+#: catalog/aclchk.c:3142
+#, c-format
+msgid "must be owner of text search dictionary %s"
+msgstr "deve ser o dono do dicionário de busca textual %s"
-#: utils/misc/guc.c:2970
-msgid "List of names of potential synchronous standbys."
-msgstr "Lista de nomes de potenciais servidores em espera síncronos."
+#: catalog/aclchk.c:3144
+#, c-format
+msgid "must be owner of text search configuration %s"
+msgstr "deve ser o dono da configuração de busca textual %s"
-#: utils/misc/guc.c:2981
-msgid "Sets default text search configuration."
-msgstr "Define a configuração de busca textual padrão."
+#: catalog/aclchk.c:3146
+#, c-format
+msgid "must be owner of foreign-data wrapper %s"
+msgstr "deve ser dono de adaptador de dados externos %s"
-#: utils/misc/guc.c:2991
-msgid "Sets the list of allowed SSL ciphers."
-msgstr "Define a lista de cifras SSL permitidas."
+#: catalog/aclchk.c:3148
+#, c-format
+msgid "must be owner of foreign server %s"
+msgstr "deve ser o dono de servidor externo %s"
-#: utils/misc/guc.c:3006
-msgid "Sets the application name to be reported in statistics and logs."
-msgstr "Define o nome da aplicação a ser informado em estatísticas e logs."
+#: catalog/aclchk.c:3150
+#, c-format
+msgid "must be owner of extension %s"
+msgstr "deve ser o dono da extensão %s"
-#: utils/misc/guc.c:3026
-msgid "Sets whether \"\\'\" is allowed in string literals."
-msgstr "Define se \"\\'\" é permitido em cadeias de caracteres literais."
+#: catalog/aclchk.c:3192
+#, c-format
+msgid "permission denied for column \"%s\" of relation \"%s\""
+msgstr "permissão negada para coluna \"%s\" da relação \"%s\""
-#: utils/misc/guc.c:3036
-msgid "Sets the output format for bytea."
-msgstr "Define o formato de saída para bytea."
+#: catalog/aclchk.c:3219
+#, c-format
+msgid "role with OID %u does not exist"
+msgstr "role com OID %u não existe"
-#: utils/misc/guc.c:3046
-msgid "Sets the message levels that are sent to the client."
-msgstr "Define os níveis de mensagem que são enviadas ao cliente."
+#: catalog/aclchk.c:3312 catalog/aclchk.c:3320
+#, c-format
+msgid "attribute %d of relation with OID %u does not exist"
+msgstr "atributo %d da relação com OID %u não existe"
-#: utils/misc/guc.c:3047 utils/misc/guc.c:3100 utils/misc/guc.c:3111
-#: utils/misc/guc.c:3167
-msgid ""
-"Each level includes all the levels that follow it. The later the level, the "
-"fewer messages are sent."
-msgstr ""
-"Cada nível inclui todos os níveis que o seguem. Quanto mais superior for o "
-"nível, menos mensagens são enviadas."
+#: catalog/aclchk.c:3393 catalog/aclchk.c:4219
+#, c-format
+msgid "relation with OID %u does not exist"
+msgstr "relação com OID %u não existe"
-#: utils/misc/guc.c:3057
-msgid "Enables the planner to use constraints to optimize queries."
-msgstr "Habilita o planejador a usar retrições para otimizar consultas."
+#: catalog/aclchk.c:3493 catalog/aclchk.c:4610 utils/adt/dbsize.c:127
+#, c-format
+msgid "database with OID %u does not exist"
+msgstr "banco de dados com OID %u não existe"
-#: utils/misc/guc.c:3058
-msgid ""
-"Table scans will be skipped if their constraints guarantee that no rows "
-"match the query."
-msgstr ""
-"Buscas em tabelas serão ignoradas se suas restrições garantirem que nenhum "
-"registro corresponde a consulta."
+#: catalog/aclchk.c:3547 catalog/aclchk.c:4297 tcop/fastpath.c:221
+#, c-format
+msgid "function with OID %u does not exist"
+msgstr "função com OID %u não existe"
-#: utils/misc/guc.c:3068
-msgid "Sets the transaction isolation level of each new transaction."
-msgstr "Define nível de isolamento de transação de cada nova transação."
+#: catalog/aclchk.c:3601 catalog/aclchk.c:4323
+#, c-format
+msgid "language with OID %u does not exist"
+msgstr "linguagem com OID %u não existe"
-#: utils/misc/guc.c:3078
-msgid "Sets the display format for interval values."
-msgstr "Define o formato de exibição para valores interval."
+#: catalog/aclchk.c:3762 catalog/aclchk.c:4395
+#, c-format
+msgid "schema with OID %u does not exist"
+msgstr "esquema com OID %u não existe"
-#: utils/misc/guc.c:3089
-msgid "Sets the verbosity of logged messages."
-msgstr "Define o detalhamento das mensagens registradas."
+#: catalog/aclchk.c:3816 catalog/aclchk.c:4422
+#, c-format
+msgid "tablespace with OID %u does not exist"
+msgstr "tablespace com OID %u não existe"
-#: utils/misc/guc.c:3099
-msgid "Sets the message levels that are logged."
-msgstr "Define os níveis de mensagem que serão registrados."
+#: catalog/aclchk.c:3874 catalog/aclchk.c:4556 commands/foreigncmds.c:292
+#, c-format
+msgid "foreign-data wrapper with OID %u does not exist"
+msgstr "adaptador de dados externos com OID %u não existe"
-#: utils/misc/guc.c:3110
-msgid ""
-"Causes all statements generating error at or above this level to be logged."
-msgstr "Registra todos os comandos que geram erro neste nível ou acima."
+#: catalog/aclchk.c:3935 catalog/aclchk.c:4583 commands/foreigncmds.c:391
+#, c-format
+msgid "foreign server with OID %u does not exist"
+msgstr "servidor externo com OID %u não existe"
-#: utils/misc/guc.c:3121
-msgid "Sets the type of statements logged."
-msgstr "Define os tipos de comandos registrados."
+#: catalog/aclchk.c:4245
+#, c-format
+msgid "type with OID %u does not exist"
+msgstr "tipo com OID %u não existe"
-#: utils/misc/guc.c:3131
-msgid "Sets the syslog \"facility\" to be used when syslog enabled."
-msgstr ""
-"Define o syslog \"facility\" a ser utilizado quando syslog estiver "
-"habilitado."
+#: catalog/aclchk.c:4271
+#, c-format
+msgid "operator with OID %u does not exist"
+msgstr "operador com OID %u não existe"
-#: utils/misc/guc.c:3146
-msgid "Sets the session's behavior for triggers and rewrite rules."
-msgstr "Define o comportamento de sessões para gatilhos e regras de reescrita."
+#: catalog/aclchk.c:4448
+#, c-format
+msgid "operator class with OID %u does not exist"
+msgstr "classe de operadores com OID %u não existe"
-#: utils/misc/guc.c:3156
-msgid "Sets the current transaction's synchronization level."
-msgstr "Define o nível de sincronização da transação atual."
+#: catalog/aclchk.c:4475
+#, c-format
+msgid "operator family with OID %u does not exist"
+msgstr "família de operadores com OID %u não existe"
-#: utils/misc/guc.c:3166
-msgid "Enables logging of recovery-related debugging information."
-msgstr ""
-"Habilita o registro de informação de depuração relacionada a recuperação."
+#: catalog/aclchk.c:4502
+#, c-format
+msgid "text search dictionary with OID %u does not exist"
+msgstr "dicionário de busca textual com OID %u não existe"
-#: utils/misc/guc.c:3182
-msgid "Collects function-level statistics on database activity."
-msgstr "Coleta estatísticas de funções sobre a atividade do banco de dados."
+#: catalog/aclchk.c:4529
+#, c-format
+msgid "text search configuration with OID %u does not exist"
+msgstr "configuração de busca textual com OID %u não existe"
-#: utils/misc/guc.c:3192
-msgid "Set the level of information written to the WAL."
-msgstr "Define o nível de informação escrito no WAL."
+#: catalog/aclchk.c:4636
+#, c-format
+msgid "collation with OID %u does not exist"
+msgstr "ordenação com OID %u não existe"
-#: utils/misc/guc.c:3202
-msgid "Selects the method used for forcing WAL updates to disk."
-msgstr "Seleciona o método utilizado para forçar atualizações do WAL no disco."
+#: catalog/aclchk.c:4662
+#, c-format
+msgid "conversion with OID %u does not exist"
+msgstr "conversão com OID %u não existe"
-#: utils/misc/guc.c:3212
-msgid "Sets how binary values are to be encoded in XML."
-msgstr "Define como valores binários serão codificados em XML."
+#: catalog/aclchk.c:4703
+#, c-format
+msgid "extension with OID %u does not exist"
+msgstr "extensão com OID %u não existe"
-#: utils/misc/guc.c:3222
-msgid ""
-"Sets whether XML data in implicit parsing and serialization operations is to "
-"be considered as documents or content fragments."
-msgstr ""
-"Define se dados XML em operações de análise ou serialização implícita serão "
-"considerados como documentos ou como fragmentos de conteúdo."
+#: catalog/pg_enum.c:113 catalog/pg_enum.c:199
+#, c-format
+msgid "invalid enum label \"%s\""
+msgstr "rótulo do enum \"%s\" é inválido"
-#: utils/misc/guc.c:4064
+#: catalog/pg_enum.c:114 catalog/pg_enum.c:200
#, c-format
-msgid ""
-"%s does not know where to find the server configuration file.\n"
-"You must specify the --config-file or -D invocation option or set the PGDATA "
-"environment variable.\n"
-msgstr ""
-"%s não sabe onde encontrar o arquivo de configuração do servidor.\n"
-"Você deve especificar a opção --config-file ou -D ou definir uma variável de "
-"ambiente PGDATA.\n"
+msgid "Labels must be %d characters or less."
+msgstr "Rótulos devem conter %d caracteres ou menos."
-#: utils/misc/guc.c:4083
+#: catalog/pg_enum.c:264
#, c-format
-msgid "%s cannot access the server configuration file \"%s\": %s\n"
-msgstr "%s não pode acessar o arquivo de configuração do servidor \"%s\": %s\n"
+msgid "\"%s\" is not an existing enum label"
+msgstr "\"%s\" não é um rótulo do enum existente"
-#: utils/misc/guc.c:4103
+#: catalog/pg_enum.c:325
+msgid "ALTER TYPE ADD BEFORE/AFTER is incompatible with binary upgrade"
+msgstr "ALTER TYPE ADD BEFORE/AFTER é incompatível com atualização binária"
+
+#: catalog/pg_conversion.c:67
#, c-format
-msgid ""
-"%s does not know where to find the database system data.\n"
-"This can be specified as \"data_directory\" in \"%s\", or by the -D "
-"invocation option, or by the PGDATA environment variable.\n"
-msgstr ""
-"%s não sabe onde encontrar os dados do sistema de banco de dados.\n"
-"Isto pode ser especificado como \"data_directory\" no \"%s\", pela opção -D "
-"ou definindo uma variável de ambiente PGDATA.\n"
+msgid "conversion \"%s\" already exists"
+msgstr "conversão \"%s\" já existe"
-#: utils/misc/guc.c:4134
+#: catalog/pg_conversion.c:80
#, c-format
-msgid ""
-"%s does not know where to find the \"hba\" configuration file.\n"
-"This can be specified as \"hba_file\" in \"%s\", or by the -D invocation "
-"option, or by the PGDATA environment variable.\n"
-msgstr ""
-"%s não sabe onde encontrar o arquivo de configuração \"hba\".\n"
-"Isto pode ser especificado como \"hba_file\" no \"%s\", pela opção -D ou "
-"definindo uma variável de ambiente PGDATA.\n"
+msgid "default conversion for %s to %s already exists"
+msgstr "conversão padrão de %s para %s já existe"
-#: utils/misc/guc.c:4157
+#: catalog/index.c:202 parser/parse_utilcmd.c:1352 parser/parse_utilcmd.c:1438
#, c-format
-msgid ""
-"%s does not know where to find the \"ident\" configuration file.\n"
-"This can be specified as \"ident_file\" in \"%s\", or by the -D invocation "
-"option, or by the PGDATA environment variable.\n"
-msgstr ""
-"%s não sabe onde encontrar o arquivo de configuração \"ident\".\n"
-"Isto pode ser especificado como \"ident_file\" no \"%s\", pela opção -D ou "
-"definindo uma variável de ambiente PGDATA.\n"
+msgid "multiple primary keys for table \"%s\" are not allowed"
+msgstr "chaves primárias múltiplas na tabela \"%s\" não são permitidas"
-#: utils/misc/guc.c:4739 utils/misc/guc.c:4903
-msgid "Value exceeds integer range."
-msgstr "Valor excede intervalo de inteiros."
+#: catalog/index.c:220
+msgid "primary keys cannot be expressions"
+msgstr "chaves primárias não podem ser expressões"
-#: utils/misc/guc.c:4758
-msgid "Valid units for this parameter are \"kB\", \"MB\", and \"GB\"."
-msgstr "Unidades válidas para este parâmetro são \"kB\", \"MB\" e \"GB\"."
+#: catalog/index.c:730 catalog/index.c:1128
+msgid "user-defined indexes on system catalog tables are not supported"
+msgstr ""
+"índices definidos pelo usuário nas tabelas de catálogo do sistema não são "
+"suportados"
-#: utils/misc/guc.c:4817
-msgid ""
-"Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"."
+#: catalog/index.c:740
+msgid "concurrent index creation on system catalog tables is not supported"
msgstr ""
-"Unidades válidas para este parâmetro são \"ms\", \"s\", \"min\", \"h\" e \"d"
-"\"."
+"criação de índices concorrentes nas tabelas de catálogo do sistema não são "
+"suportados"
-#: utils/misc/guc.c:5133
-#, c-format
-msgid "parameter \"%s\" cannot be changed"
-msgstr "parâmetro \"%s\" não pode ser mudado"
+#: catalog/index.c:758
+msgid "shared indexes cannot be created after initdb"
+msgstr "índices compartilhados não podem ser criados depois do initdb"
-#: utils/misc/guc.c:5172
+#: catalog/index.c:769 catalog/heap.c:1013 commands/tablecmds.c:2237
#, c-format
-msgid "parameter \"%s\" cannot be changed now"
-msgstr "parâmetro \"%s\" não pode ser mudado agora"
+msgid "relation \"%s\" already exists"
+msgstr "relação \"%s\" já existe"
-#: utils/misc/guc.c:5203
+#: catalog/index.c:1740
#, c-format
-msgid "parameter \"%s\" cannot be set after connection start"
-msgstr ""
-"parâmetro \"%s\" não pode ser definido depois que a conexão foi iniciada"
+msgid "building index \"%s\" on table \"%s\""
+msgstr "construindo índice \"%s\" na tabela \"%s\""
-#: utils/misc/guc.c:5213 utils/misc/guc.c:7947
-#, c-format
-msgid "permission denied to set parameter \"%s\""
-msgstr "permissão negada ao definir parâmetro \"%s\""
+#: catalog/index.c:2813
+msgid "cannot reindex temporary tables of other sessions"
+msgstr "não pode reindexar tabelas temporárias de outras sessões"
-#: utils/misc/guc.c:5251
+#: catalog/pg_constraint.c:645 catalog/heap.c:2296 commands/tablecmds.c:5270
#, c-format
-msgid "cannot set parameter \"%s\" within security-definer function"
-msgstr "não pode definir parâmetro \"%s\" em função com privilégios do dono"
+msgid "constraint \"%s\" for relation \"%s\" already exists"
+msgstr "restrição \"%s\" para relação \"%s\" já existe"
-#: utils/misc/guc.c:5259 utils/init/miscinit.c:381
+#: catalog/pg_constraint.c:654 commands/typecmds.c:2321
#, c-format
-msgid "cannot set parameter \"%s\" within security-restricted operation"
-msgstr ""
-"não pode definir parâmetro \"%s\" em operação com restrição de segurança"
+msgid "constraint \"%s\" for domain \"%s\" already exists"
+msgstr "restrição \"%s\" para domínio \"%s\" já existe"
-#: utils/misc/guc.c:5309 commands/extension.c:527 commands/extension.c:535
-#: access/transam/xlog.c:5298 access/transam/xlog.c:5389
-#: access/transam/xlog.c:5400
+#: catalog/pg_constraint.c:773
#, c-format
-msgid "parameter \"%s\" requires a Boolean value"
-msgstr "parâmetro \"%s\" requer um valor booleano"
+msgid "table \"%s\" has multiple constraints named \"%s\""
+msgstr "tabela \"%s\" tem múltiplas restrições com nome \"%s\""
-#: utils/misc/guc.c:5397 utils/misc/guc.c:5711 utils/misc/guc.c:8111
-#: utils/misc/guc.c:8145
+#: catalog/pg_constraint.c:785
#, c-format
-msgid "invalid value for parameter \"%s\": \"%s\""
-msgstr "valor é inválido para parâmetro \"%s\": \"%s\""
+msgid "constraint \"%s\" for table \"%s\" does not exist"
+msgstr "restrição \"%s\" na tabela \"%s\" não existe"
-#: utils/misc/guc.c:5399 utils/misc/guc.c:5713 utils/misc/guc.c:8014
-#: utils/misc/guc.c:8048 utils/misc/guc.c:8082 utils/misc/guc.c:8116
-#: utils/misc/guc.c:8151 storage/lmgr/proc.c:1055 storage/lmgr/deadlock.c:951
-#: port/win32/security.c:51 commands/user.c:957 commands/tablecmds.c:691
-#: catalog/objectaddress.c:315 catalog/dependency.c:937
-#: catalog/dependency.c:938 catalog/dependency.c:944 catalog/dependency.c:945
-#: catalog/dependency.c:956 catalog/dependency.c:957
+#: catalog/pg_operator.c:221 catalog/pg_operator.c:363
#, c-format
-msgid "%s"
-msgstr "%s"
+msgid "\"%s\" is not a valid operator name"
+msgstr "\"%s\" não é um nome de operador válido"
+
+#: catalog/pg_operator.c:372
+msgid "only binary operators can have commutators"
+msgstr "somente operadores binários podem ter comutadores"
+
+#: catalog/pg_operator.c:376
+msgid "only binary operators can have join selectivity"
+msgstr "somente operadores binários podem ter seletividade de junção"
+
+#: catalog/pg_operator.c:380
+msgid "only binary operators can merge join"
+msgstr ""
+"somente operadores binários podem ser utilizados em junção por mesclagem"
+
+#: catalog/pg_operator.c:384
+msgid "only binary operators can hash"
+msgstr "somente operadores binários podem ser utilizados no hash"
-#: utils/misc/guc.c:5406
-#, c-format
-msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)"
-msgstr "%d está fora do intervalo válido para parâmetro \"%s\" (%d .. %d)"
+#: catalog/pg_operator.c:395
+msgid "only boolean operators can have negators"
+msgstr "somente operadores booleanos podem ter negadores"
-#: utils/misc/guc.c:5492
-#, c-format
-msgid "parameter \"%s\" requires a numeric value"
-msgstr "parâmetro \"%s\" requer um valor numérico"
+#: catalog/pg_operator.c:399
+msgid "only boolean operators can have restriction selectivity"
+msgstr "somente operadores booleanos podem ter seletividade de restrição"
-#: utils/misc/guc.c:5500
-#, c-format
-msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)"
-msgstr "%g está fora do intervalo válido para parâmetro \"%s\" (%g .. %g)"
+#: catalog/pg_operator.c:403
+msgid "only boolean operators can have join selectivity"
+msgstr "somente operadores booleanos podem ter seletividade de junção"
-#: utils/misc/guc.c:5877 utils/misc/guc.c:5925 utils/misc/guc.c:6757
-#, c-format
-msgid "must be superuser to examine \"%s\""
-msgstr "deve ser super-usuário para examinar \"%s\""
+#: catalog/pg_operator.c:407
+msgid "only boolean operators can merge join"
+msgstr ""
+"somente operadores booleanos podem ser utilizados em junção por mesclagem"
-#: utils/misc/guc.c:5991
+#: catalog/pg_operator.c:411
+msgid "only boolean operators can hash"
+msgstr "somente operadores booleanos podem ser utilizados no hash"
+
+#: catalog/pg_operator.c:423
#, c-format
-msgid "SET %s takes only one argument"
-msgstr "SET %s só tem um argumento"
+msgid "operator %s already exists"
+msgstr "operador %s já existe"
-#: utils/misc/guc.c:6224
-msgid "SET requires parameter name"
-msgstr "SET requer nome do parâmetro"
+#: catalog/pg_operator.c:616
+msgid "operator cannot be its own negator or sort operator"
+msgstr "operador não pode ser seu próprio operador de negação ou de ordenação"
-#: utils/misc/guc.c:6339
+#: catalog/dependency.c:593
#, c-format
-msgid "attempt to redefine parameter \"%s\""
-msgstr "tentativa de redefinir parâmetro \"%s\""
+msgid "cannot drop %s because %s requires it"
+msgstr "não pode remover %s porque %s o requer"
-#: utils/misc/guc.c:7432 utils/misc/guc.c:7457 utils/init/miscinit.c:1089
-#: utils/init/miscinit.c:1098 utils/init/miscinit.c:1105
-#: storage/file/copydir.c:197 postmaster/postmaster.c:3717
-#: postmaster/postmaster.c:3727 access/transam/xlog.c:2424
-#: access/transam/xlog.c:2557 access/transam/xlog.c:4475
-#: access/transam/xlog.c:4538
+#: catalog/dependency.c:596
#, c-format
-msgid "could not write to file \"%s\": %m"
-msgstr "não pôde escrever no arquivo \"%s\": %m"
+msgid "You can drop %s instead."
+msgstr "Você pode remover %s ao invés dele."
-#: utils/misc/guc.c:7527 utils/init/miscinit.c:1048
+#: catalog/dependency.c:757 catalog/pg_shdepend.c:566
#, c-format
-msgid "could not read from file \"%s\": %m"
-msgstr "não pôde ler do arquivo \"%s\": %m"
+msgid "cannot drop %s because it is required by the database system"
+msgstr ""
+"não pode remover %s porque ele é requerido pelo sistema de banco de dados"
-#: utils/misc/guc.c:7648
+#: catalog/dependency.c:873
#, c-format
-msgid "could not parse setting for parameter \"%s\""
-msgstr "não pôde analisar definição para parâmetro \"%s\""
+msgid "drop auto-cascades to %s"
+msgstr "removendo automaticamente %s"
-#: utils/misc/guc.c:8009 utils/misc/guc.c:8043
+#: catalog/dependency.c:885 catalog/dependency.c:894
#, c-format
-msgid "invalid value for parameter \"%s\": %d"
-msgstr "valor é inválido para parâmetro \"%s\": %d"
+msgid "%s depends on %s"
+msgstr "%s depende de %s"
-#: utils/misc/guc.c:8077
+#: catalog/dependency.c:906 catalog/dependency.c:915
#, c-format
-msgid "invalid value for parameter \"%s\": %g"
-msgstr "valor é inválido para parâmetro \"%s\": %g"
-
-#: utils/misc/guc.c:8181 replication/syncrep.c:660 commands/variable.c:59
-#: commands/tablespace.c:1163 catalog/namespace.c:3559
-msgid "List syntax is invalid."
-msgstr "Sintaxe de lista é inválida."
+msgid "drop cascades to %s"
+msgstr "removendo em cascata %s"
-#: utils/misc/guc.c:8205 commands/variable.c:160
+#: catalog/dependency.c:923 catalog/pg_shdepend.c:677
#, c-format
-msgid "Unrecognized key word: \"%s\"."
-msgstr "Palavra chave desconhecida: \"%s\"."
-
-#: utils/misc/guc.c:8267
msgid ""
-"\"temp_buffers\" cannot be changed after any temporary tables have been "
-"accessed in the session."
-msgstr ""
-"\"temp_buffers\" não pode ser alterado após qualquer tabela temporária ter "
-"sido acessada na sessão."
-
-#: utils/misc/guc.c:8279
-msgid "SET AUTOCOMMIT TO OFF is no longer supported"
-msgstr "SET AUTOCOMMIT TO OFF não é mais suportado"
-
-#: utils/misc/guc.c:8354
-msgid "assertion checking is not supported by this build"
-msgstr "verificação de asserção não é suportada por essa construção"
-
-#: utils/misc/guc.c:8367
-msgid "Bonjour is not supported by this build"
-msgstr "Bonjour não é suportado por essa construção"
+"\n"
+"and %d other object (see server log for list)"
+msgid_plural ""
+"\n"
+"and %d other objects (see server log for list)"
+msgstr[0] ""
+"\n"
+"e %d outro objeto (veja lista no log do servidor)"
+msgstr[1] ""
+"\n"
+"e %d outros objetos (veja lista no log do servidor)"
-#: utils/misc/guc.c:8380
-msgid "SSL is not supported by this build"
-msgstr "SSL não é suportado por essa construção"
+#: catalog/dependency.c:935
+#, c-format
+msgid "cannot drop %s because other objects depend on it"
+msgstr "não pode remover %s porque outros objetos dependem dele"
-#: utils/misc/guc.c:8392
-msgid "Cannot enable parameter when \"log_statement_stats\" is true."
-msgstr "não pode habilitar parâmetro quando \"log_statement_stats\" é true."
+#: catalog/dependency.c:939 catalog/dependency.c:946
+msgid "Use DROP ... CASCADE to drop the dependent objects too."
+msgstr "Utilize DROP ... CASCADE para remover os objetos dependentes também."
-#: utils/misc/guc.c:8404
-msgid ""
-"Cannot enable \"log_statement_stats\" when \"log_parser_stats\", "
-"\"log_planner_stats\", or \"log_executor_stats\" is true."
+#: catalog/dependency.c:943
+msgid "cannot drop desired object(s) because other objects depend on them"
msgstr ""
-"não pode habilitar \"log_statement_stats\" quando \"log_parser_stats\", "
-"\"log_planner_stats\" ou \"log_executor_stats\" é true."
+"não pode remover objeto(s) desejado(s) porque outros objetos dependem dele"
-#: utils/mb/wchar.c:1777
+#. translator: %d always has a value larger than 1
+#: catalog/dependency.c:952
#, c-format
-msgid "invalid byte sequence for encoding \"%s\": 0x%s"
-msgstr "sequência de bytes é inválida para codificação \"%s\": 0x%s"
+msgid "drop cascades to %d other object"
+msgid_plural "drop cascades to %d other objects"
+msgstr[0] "removendo em cascata %d outro objeto"
+msgstr[1] "removendo em cascata outros %d objetos"
-#: utils/mb/wchar.c:1806
+#: catalog/dependency.c:2223
#, c-format
-msgid "character 0x%s of encoding \"%s\" has no equivalent in \"%s\""
-msgstr "caracter 0x%s da codificação \"%s\" não tem equivalente em \"%s\""
+msgid " column %s"
+msgstr "coluna %s"
-#: utils/mb/mbutils.c:281
+#: catalog/dependency.c:2229
#, c-format
-msgid "conversion between %s and %s is not supported"
-msgstr "conversão entre %s e %s não é suportada"
+msgid "function %s"
+msgstr "função %s"
-#: utils/mb/mbutils.c:351
+#: catalog/dependency.c:2234
#, c-format
-msgid ""
-"default conversion function for encoding \"%s\" to \"%s\" does not exist"
-msgstr ""
-"função padrão de conversão da codificação \"%s\" para \"%s\" não existe"
+msgid "type %s"
+msgstr "tipo %s"
-#: utils/mb/mbutils.c:375 utils/mb/mbutils.c:676
+#: catalog/dependency.c:2264
#, c-format
-msgid "String of %d bytes is too long for encoding conversion."
-msgstr ""
-"Cadeia de caracteres de %d bytes é muito longa para conversão entre "
-"codificações."
+msgid "cast from %s to %s"
+msgstr "converte de %s para %s"
-#: utils/mb/mbutils.c:462
+#: catalog/dependency.c:2284
#, c-format
-msgid "invalid source encoding name \"%s\""
-msgstr "nome da codificação de origem \"%s\" é inválido"
+msgid "collation %s"
+msgstr "ordenação %s"
-#: utils/mb/mbutils.c:467
+#: catalog/dependency.c:2308
#, c-format
-msgid "invalid destination encoding name \"%s\""
-msgstr "nome da codificação de destino \"%s\" é inválido"
+msgid "constraint %s on %s"
+msgstr "restrição %s em %s"
-#: utils/mb/mbutils.c:515 utils/adt/xml.c:156
+#: catalog/dependency.c:2314
#, c-format
-msgid "invalid encoding name \"%s\""
-msgstr "nome da codificação \"%s\" é inválido"
+msgid "constraint %s"
+msgstr "restrição %s"
-#: utils/mb/mbutils.c:589
+#: catalog/dependency.c:2331
#, c-format
-msgid "invalid byte value for encoding \"%s\": 0x%02x"
-msgstr "valor de byte é inválido para codificação \"%s\": 0x%02x"
-
-#: utils/mb/encnames.c:485
-msgid "encoding name too long"
-msgstr "nome da codificação é muito longo"
+msgid "conversion %s"
+msgstr "conversão %s"
-#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:126
-#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:153
+#: catalog/dependency.c:2368
#, c-format
-msgid "unexpected encoding ID %d for WIN character sets"
-msgstr "ID de codificação %d é inesperado para conjuntos de caracteres WIN"
+msgid "default for %s"
+msgstr "valor padrão para %s"
-#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:136
-#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:163
+#: catalog/dependency.c:2385
#, c-format
-msgid "unexpected encoding ID %d for ISO 8859 character sets"
-msgstr ""
-"ID de codificação %d é inesperado para conjuntos de caracteres ISO 8859"
+msgid "language %s"
+msgstr "linguagem %s"
-#: utils/mb/conv.c:509
+#: catalog/dependency.c:2391
#, c-format
-msgid "invalid encoding number: %d"
-msgstr "número de codificação é inválido: %d"
-
-#: utils/init/postinit.c:197 postmaster/postmaster.c:1103
-msgid "could not load pg_hba.conf"
-msgstr "não pôde carregar pg_hba.conf"
+msgid "large object %u"
+msgstr "objeto grande %u"
-#: utils/init/postinit.c:225
+#: catalog/dependency.c:2396
#, c-format
-msgid "replication connection authorized: user=%s"
-msgstr "conexão de replicação autorizada: usuário=%s"
+msgid "operator %s"
+msgstr "operador %s"
-#: utils/init/postinit.c:229
+#: catalog/dependency.c:2428
#, c-format
-msgid "connection authorized: user=%s database=%s"
-msgstr "conexão autorizada: usuário=%s banco de dados=%s"
+msgid "operator class %s for access method %s"
+msgstr "classe de operadores %s para método de acesso %s"
-#: utils/init/postinit.c:260
+#. translator: %d is the operator strategy (a number), the
+#. 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/dependency.c:2478
#, c-format
-msgid "database \"%s\" has disappeared from pg_database"
-msgstr "banco de dados \"%s\" desapareceu de pg_database"
+msgid "operator %d (%s, %s) of %s: %s"
+msgstr "operador %d (%s, %s) de %s: %s"
-#: utils/init/postinit.c:262
+#. translator: %d is the function number, the 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
+#. function with arguments.
+#: catalog/dependency.c:2528
#, c-format
-msgid "Database OID %u now seems to belong to \"%s\"."
-msgstr "Banco de dados com OID %u parece pertencer a \"%s\"."
+msgid "function %d (%s, %s) of %s: %s"
+msgstr "função %d (%s, %s) de %s: %s"
-#: utils/init/postinit.c:282
+#: catalog/dependency.c:2568
#, c-format
-msgid "database \"%s\" is not currently accepting connections"
-msgstr "banco de dados \"%s\" não está aceitando conexões"
+msgid "rule %s on "
+msgstr "regra %s em "
-#: utils/init/postinit.c:295
+#: catalog/dependency.c:2603
#, c-format
-msgid "permission denied for database \"%s\""
-msgstr "permissão negada para banco de dados \"%s\""
-
-#: utils/init/postinit.c:296
-msgid "User does not have CONNECT privilege."
-msgstr "Usuário não tem privilégio CONNECT."
+msgid "trigger %s on "
+msgstr "gatilho %s em "
-#: utils/init/postinit.c:313
+#: catalog/dependency.c:2620
#, c-format
-msgid "too many connections for database \"%s\""
-msgstr "muitas conexões para banco de dados \"%s\""
-
-#: utils/init/postinit.c:335 utils/init/postinit.c:342
-msgid "database locale is incompatible with operating system"
-msgstr ""
-"configuração regional do banco de dados é incompatível com o sistema "
-"operacional"
+msgid "schema %s"
+msgstr "esquema %s"
-#: utils/init/postinit.c:336
+#: catalog/dependency.c:2633
#, c-format
-msgid ""
-"The database was initialized with LC_COLLATE \"%s\", which is not "
-"recognized by setlocale()."
-msgstr ""
-"O banco de dados foi inicializado com LC_COLLATE \"%s\", que não é "
-"reconhecido pelo setlocale()."
-
-#: utils/init/postinit.c:338 utils/init/postinit.c:345
-msgid ""
-"Recreate the database with another locale or install the missing locale."
-msgstr ""
-"Recrie o banco de dados com outra configuração regional ou instale a "
-"configuração regional que falta."
+msgid "text search parser %s"
+msgstr "analisador de busca textual %s"
-#: utils/init/postinit.c:343
+#: catalog/dependency.c:2648
#, c-format
-msgid ""
-"The database was initialized with LC_CTYPE \"%s\", which is not recognized "
-"by setlocale()."
-msgstr ""
-"O banco de dados foi inicializado com LC_CTYPE \"%s\", que não é reconhecido "
-"pelo setlocale()."
-
-#: utils/init/postinit.c:599
-msgid "no roles are defined in this database system"
-msgstr "nenhuma role está definida nesse sistema de banco de dados"
+msgid "text search dictionary %s"
+msgstr "dicionário de busca textual %s"
-#: utils/init/postinit.c:600
+#: catalog/dependency.c:2663
#, c-format
-msgid "You should immediately run CREATE USER \"%s\" SUPERUSER;."
-msgstr "Você deve executar imediatamente CREATE USER \"%s\" SUPERUSER;."
-
-#: utils/init/postinit.c:623
-msgid "new replication connections are not allowed during database shutdown"
-msgstr ""
-"novas conexões de replicação não são permitidas durante desligamento de "
-"banco de dados"
+msgid "text search template %s"
+msgstr "modelo de busca textual %s"
-#: utils/init/postinit.c:627
-msgid "must be superuser to connect during database shutdown"
-msgstr ""
-"deve ser super-usuário para se conectar durante desligamento de banco de "
-"dados"
+#: catalog/dependency.c:2678
+#, c-format
+msgid "text search configuration %s"
+msgstr "configuração de busca textual %s"
-#: utils/init/postinit.c:637
-msgid "must be superuser to connect in binary upgrade mode"
-msgstr "deve ser super-usuário para se conectar no modo de atualização binária"
+#: catalog/dependency.c:2686
+#, c-format
+msgid "role %s"
+msgstr "role %s"
-#: utils/init/postinit.c:651
-msgid ""
-"remaining connection slots are reserved for non-replication superuser "
-"connections"
-msgstr ""
-"lacunas de conexão remanescentes são reservadas para conexões de super-"
-"usuário que não sejam usadas para replicação"
+#: catalog/dependency.c:2699
+#, c-format
+msgid "database %s"
+msgstr "banco de dados %s"
-#: utils/init/postinit.c:666
-msgid "must be replication role to start walsender"
-msgstr "deve ser role de replicação para iniciar walsender"
+#: catalog/dependency.c:2711
+#, c-format
+msgid "tablespace %s"
+msgstr "tablespace %s"
-#: utils/init/postinit.c:709 utils/init/postinit.c:777
-#: utils/init/postinit.c:794 commands/dbcommands.c:764
-#: commands/dbcommands.c:909 commands/dbcommands.c:1008
-#: commands/dbcommands.c:1181 commands/dbcommands.c:1366
-#: commands/dbcommands.c:1451 commands/dbcommands.c:1854 commands/comment.c:60
+#: catalog/dependency.c:2720
#, c-format
-msgid "database \"%s\" does not exist"
-msgstr "banco de dados \"%s\" não existe"
+msgid "foreign-data wrapper %s"
+msgstr "adaptador de dados externos %s"
-#: utils/init/postinit.c:726
+#: catalog/dependency.c:2729
#, c-format
-msgid "database %u does not exist"
-msgstr "banco de dados %u não existe"
+msgid "server %s"
+msgstr "servidor %s"
-#: utils/init/postinit.c:778
-msgid "It seems to have just been dropped or renamed."
-msgstr "Parece ter sido removido ou renomeado."
+#: catalog/dependency.c:2754
+#, c-format
+msgid "user mapping for %s"
+msgstr "mapeamento de usuários para %s"
-#: utils/init/postinit.c:796
+#: catalog/dependency.c:2788
#, c-format
-msgid "The database subdirectory \"%s\" is missing."
-msgstr "O subdiretório do banco de dados \"%s\" não foi encontrado."
+msgid "default privileges on new relations belonging to role %s"
+msgstr "privilégios padrão em novas relações pertencem a role %s"
-#: utils/init/postinit.c:801
+#: catalog/dependency.c:2793
#, c-format
-msgid "could not access directory \"%s\": %m"
-msgstr "não pôde acessar diretório \"%s\": %m"
+msgid "default privileges on new sequences belonging to role %s"
+msgstr "privilégios padrão em novas sequências pertencem a role %s"
-#: utils/init/miscinit.c:115
+#: catalog/dependency.c:2798
#, c-format
-msgid "could not change directory to \"%s\": %m"
-msgstr "não pôde mudar diretório para \"%s\": %m"
+msgid "default privileges on new functions belonging to role %s"
+msgstr "privilégios padrão em novas funções pertencem a role %s"
-#: utils/init/miscinit.c:432 utils/adt/acl.c:4822 commands/variable.c:882
-#: commands/variable.c:954 commands/user.c:623 commands/user.c:825
-#: commands/user.c:905 commands/user.c:1056
+#: catalog/dependency.c:2804
#, c-format
-msgid "role \"%s\" does not exist"
-msgstr "role \"%s\" não existe"
+msgid "default privileges belonging to role %s"
+msgstr "privilégios padrão pertencem a role %s"
-#: utils/init/miscinit.c:460
+#: catalog/dependency.c:2812
#, c-format
-msgid "role \"%s\" is not permitted to log in"
-msgstr "role \"%s\" não tem permissão para entrar"
+msgid " in schema %s"
+msgstr " no esquema %s"
-#: utils/init/miscinit.c:478
+#: catalog/dependency.c:2829
#, c-format
-msgid "too many connections for role \"%s\""
-msgstr "muitas conexões para role \"%s\""
+msgid "extension %s"
+msgstr "extensão %s"
-#: utils/init/miscinit.c:538
-msgid "permission denied to set session authorization"
-msgstr "permissão negada ao definir autorização de sessão"
+#: catalog/dependency.c:2887
+#, c-format
+msgid "table %s"
+msgstr "tabela %s"
-#: utils/init/miscinit.c:618
+#: catalog/dependency.c:2891
#, c-format
-msgid "invalid role OID: %u"
-msgstr "OID de role é inválido: %u"
+msgid "index %s"
+msgstr "índice %s"
-#: utils/init/miscinit.c:750
+#: catalog/dependency.c:2895
#, c-format
-msgid "could not create lock file \"%s\": %m"
-msgstr "não pôde criar arquivo de bloqueio \"%s\": %m"
+msgid "sequence %s"
+msgstr "sequência %s"
-#: utils/init/miscinit.c:764
+#: catalog/dependency.c:2899
#, c-format
-msgid "could not open lock file \"%s\": %m"
-msgstr "não pôde abrir arquivo de bloqueio \"%s\": %m"
+msgid "uncataloged table %s"
+msgstr "tabela temporária %s"
-#: utils/init/miscinit.c:770
+#: catalog/dependency.c:2903
#, c-format
-msgid "could not read lock file \"%s\": %m"
-msgstr "não pôde ler arquivo de bloqueio \"%s\": %m"
+msgid "toast table %s"
+msgstr "tabela toast %s"
-#: utils/init/miscinit.c:818
+#: catalog/dependency.c:2907
#, c-format
-msgid "lock file \"%s\" already exists"
-msgstr "arquivo de bloqueio \"%s\" já existe"
+msgid "view %s"
+msgstr "visão %s"
-#: utils/init/miscinit.c:822
+#: catalog/dependency.c:2911
#, c-format
-msgid "Is another postgres (PID %d) running in data directory \"%s\"?"
-msgstr ""
-"Outro postgres (PID %d) está executando sob o diretório de dados \"%s\"?"
+msgid "composite type %s"
+msgstr "tipo composto %s"
-#: utils/init/miscinit.c:824
+#: catalog/dependency.c:2915
#, c-format
-msgid "Is another postmaster (PID %d) running in data directory \"%s\"?"
-msgstr ""
-"Outro postmaster (PID %d) está executando sob o diretório de dados \"%s\"?"
+msgid "foreign table %s"
+msgstr "tabela externa %s"
-#: utils/init/miscinit.c:827
+#: catalog/dependency.c:2920
#, c-format
-msgid "Is another postgres (PID %d) using socket file \"%s\"?"
-msgstr "Outro postgres (PID %d) está utilizando arquivo de soquete \"%s\"?"
+msgid "relation %s"
+msgstr "relação %s"
-#: utils/init/miscinit.c:829
+#: catalog/dependency.c:2957
#, c-format
-msgid "Is another postmaster (PID %d) using socket file \"%s\"?"
-msgstr "Outro postmaster (PID %d) está utilizando arquivo de soquete \"%s\"?"
+msgid "operator family %s for access method %s"
+msgstr "família de operadores %s para método de acesso %s"
-#: utils/init/miscinit.c:865
+#: catalog/pg_depend.c:164 commands/extension.c:2764
#, c-format
-msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use"
-msgstr ""
-"bloco de memória compartilhada existente (chave %lu, ID %lu) ainda está em "
-"uso"
+msgid "%s is already a member of extension \"%s\""
+msgstr "role \"%s\" já é um membro da extensão \"%s\""
-#: utils/init/miscinit.c:868
+#: catalog/pg_depend.c:323
#, 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 você tem certeza que não há processos servidor antigos sendo executados, "
-"remova o bloco de memória compartilhada ou apague o arquivo \"%s\"."
+msgid "cannot remove dependency on %s because it is a system object"
+msgstr "não pode remover dependência em %s porque ele é um objeto do sistema"
-#: utils/init/miscinit.c:884
+#: catalog/heap.c:264
#, c-format
-msgid "could not remove old lock file \"%s\": %m"
-msgstr "não pôde remover arquivo de bloqueio antigo \"%s\": %m"
+msgid "permission denied to create \"%s.%s\""
+msgstr "permissão negada ao criar \"%s.%s\""
-#: utils/init/miscinit.c:886
-msgid ""
-"The file seems accidentally left over, but it could not be removed. Please "
-"remove the file by hand and try again."
-msgstr ""
-"O arquivo parece ter sido deixado acidentalmente, mas ele não pôde ser "
-"removido. Por favor remova o arquivo manualmente e tente novamente."
+#: catalog/heap.c:266
+msgid "System catalog modifications are currently disallowed."
+msgstr "Modificações no catálogo do sistema estão atualmente desabilitadas."
-#: utils/init/miscinit.c:920 utils/init/miscinit.c:931
-#: utils/init/miscinit.c:941
+#: catalog/heap.c:389 commands/tablecmds.c:1274 commands/tablecmds.c:1699
+#: commands/tablecmds.c:4195
#, c-format
-msgid "could not write lock file \"%s\": %m"
-msgstr "não pôde escrever no arquivo de bloqueio \"%s\": %m"
+msgid "tables can have at most %d columns"
+msgstr "tabelas podem ter no máximo %d colunas"
+
+#: catalog/heap.c:406
+#, 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"
-#: utils/init/miscinit.c:1039 utils/init/miscinit.c:1153
-#: utils/error/elog.c:1515 storage/smgr/md.c:556 storage/smgr/md.c:816
-#: storage/file/copydir.c:165 storage/file/copydir.c:255
-#: replication/basebackup.c:768 access/transam/xlog.c:2510
-#: access/transam/xlog.c:4192 access/transam/xlog.c:4286
-#: access/transam/xlog.c:4442
+#: catalog/heap.c:422
#, c-format
-msgid "could not open file \"%s\": %m"
-msgstr "não pôde abrir arquivo \"%s\": %m"
+msgid "column name \"%s\" specified more than once"
+msgstr "nome da coluna \"%s\" especificado mais de uma vez"
-#: utils/init/miscinit.c:1147 utils/init/miscinit.c:1160
+#: catalog/heap.c:472
#, c-format
-msgid "\"%s\" is not a valid data directory"
-msgstr "\"%s\" não é um diretório de dados válido"
+msgid "column \"%s\" has type \"unknown\""
+msgstr "coluna \"%s\" tem tipo \"unknown\""
-#: utils/init/miscinit.c:1149
+#: catalog/heap.c:473
+msgid "Proceeding with relation creation anyway."
+msgstr "Prosseguindo com a criação da relação mesmo assim."
+
+#: catalog/heap.c:486
#, c-format
-msgid "File \"%s\" is missing."
-msgstr "Arquivo \"%s\" não foi encontrado."
+msgid "column \"%s\" has pseudo-type %s"
+msgstr "coluna \"%s\" tem pseudo-tipo %s"
-#: utils/init/miscinit.c:1162
+#: catalog/heap.c:516
#, c-format
-msgid "File \"%s\" does not contain valid data."
-msgstr "Arquivo \"%s\" não contém dados válidos."
+msgid "composite type %s cannot be made a member of itself"
+msgstr "tipo composto %s não pode se tornar membro de si próprio"
-#: utils/init/miscinit.c:1164
-msgid "You might need to initdb."
-msgstr "Você precisa executar o initdb."
+#: catalog/heap.c:558
+#, c-format
+msgid "no collation was derived for column \"%s\" with collatable type %s"
+msgstr ""
+"nenhuma ordenação foi derivada para coluna \"%s\" com tipo %s ordenável"
-#: utils/init/miscinit.c:1171 access/transam/xlog.c:4714
-#: access/transam/xlog.c:4723 access/transam/xlog.c:4747
-#: access/transam/xlog.c:4754 access/transam/xlog.c:4761
-#: access/transam/xlog.c:4766 access/transam/xlog.c:4773
-#: access/transam/xlog.c:4780 access/transam/xlog.c:4787
-#: access/transam/xlog.c:4794 access/transam/xlog.c:4801
-#: access/transam/xlog.c:4808 access/transam/xlog.c:4817
-#: access/transam/xlog.c:4824 access/transam/xlog.c:4833
-#: access/transam/xlog.c:4840 access/transam/xlog.c:4849
-#: access/transam/xlog.c:4856
-msgid "database files are incompatible with server"
-msgstr "arquivos do banco de dados são incompatíveis com o servidor"
+#: catalog/heap.c:560 commands/view.c:145 commands/indexcmds.c:931
+#: utils/adt/varlena.c:1315 utils/adt/like.c:212 utils/adt/selfuncs.c:4942
+#: utils/adt/formatting.c:1520 utils/adt/formatting.c:1570
+#: utils/adt/formatting.c:1641 utils/adt/formatting.c:1691
+#: utils/adt/formatting.c:1774 utils/adt/formatting.c:1836
+#: regex/regc_pg_locale.c:259
+msgid "Use the COLLATE clause to set the collation explicitly."
+msgstr "Utilize a cláusula COLLATE para definir a ordenação explicitamente."
-#: utils/init/miscinit.c:1172
-#, c-format
+#: catalog/heap.c:1030
msgid ""
-"The data directory was initialized by PostgreSQL version %ld.%ld, which is "
-"not compatible with this version %s."
+"A relation has an associated type of the same name, so you must use a name "
+"that doesn't conflict with any existing type."
msgstr ""
-"O diretório de dados foi inicializado pelo PostgreSQL versão %ld.%ld, que "
-"não é compatível com essa versão %s."
+"A relação tem um tipo associado com o mesmo nome, então você deve utilizar "
+"um nome que não conflite com outro tipo existente."
-#: utils/init/miscinit.c:1220
+#: catalog/heap.c:2150
#, c-format
-msgid "invalid list syntax in parameter \"%s\""
-msgstr "sintaxe de lista é inválida para parâmetro \"%s\""
+msgid "check constraint \"%s\" already exists"
+msgstr "restrição de verificação \"%s\" já existe"
-#: utils/init/miscinit.c:1257
+#: catalog/heap.c:2300
#, c-format
-msgid "loaded library \"%s\""
-msgstr "biblioteca \"%s\" foi carregada"
+msgid "merging constraint \"%s\" with inherited definition"
+msgstr "juntando restrição \"%s\" com definição herdada"
-#: utils/hash/dynahash.c:928 storage/lmgr/proc.c:197 storage/lmgr/proc.c:216
-#: storage/lmgr/predicate.c:2233 storage/lmgr/predicate.c:2248
-#: storage/lmgr/predicate.c:3643 storage/lmgr/predicate.c:4787
-#: storage/lmgr/lock.c:631 storage/lmgr/lock.c:700 storage/lmgr/lock.c:2209
-#: storage/lmgr/lock.c:2598 storage/lmgr/lock.c:2663 storage/ipc/shmem.c:190
-msgid "out of shared memory"
-msgstr "sem memória compartilhada"
+#: catalog/heap.c:2398
+msgid "cannot use column references in default expression"
+msgstr "não pode utilizar referência à coluna na expressão padrão"
-#: utils/fmgr/funcapi.c:354
-#, c-format
-msgid ""
-"could not determine actual result type for function \"%s\" declared to "
-"return type %s"
-msgstr ""
-"não pôde determinar tipo de resultado para função \"%s\" declarada para "
-"retornar tipo %s"
+#: catalog/heap.c:2406
+msgid "default expression must not return a set"
+msgstr "expressão padrão não deve retornar um conjunto"
-#: utils/fmgr/funcapi.c:1208 utils/fmgr/funcapi.c:1239
-msgid "number of aliases does not match number of columns"
-msgstr "número de aliases não corresponde ao número de colunas"
+#: catalog/heap.c:2414
+msgid "cannot use subquery in default expression"
+msgstr "não pode utilizar subconsulta na expressão padrão"
-#: utils/fmgr/funcapi.c:1233
-msgid "no column alias was provided"
-msgstr "nenhum aliás de coluna foi fornecido"
+#: catalog/heap.c:2418
+msgid "cannot use aggregate function in default expression"
+msgstr "não pode utilizar função de agregação na expressão padrão"
-#: utils/fmgr/funcapi.c:1257
-msgid "could not determine row description for function returning record"
-msgstr ""
-"não pôde determinar descrição de registro para função que retorna record"
+#: catalog/heap.c:2422
+msgid "cannot use window function in default expression"
+msgstr "não pode utilizar função deslizante na expressão padrão"
-#: utils/fmgr/fmgr.c:271
+#: catalog/heap.c:2441 rewrite/rewriteHandler.c:1030
#, c-format
-msgid "internal function \"%s\" is not in internal lookup table"
-msgstr "função interna \"%s\" não está na tabela de busca interna"
+msgid "column \"%s\" is of type %s but default expression is of type %s"
+msgstr "coluna \"%s\" é do tipo %s mas expressão padrão é do tipo %s"
-#: utils/fmgr/fmgr.c:481
-#, c-format
-msgid "unrecognized API version %d reported by info function \"%s\""
-msgstr "versão %d de API informada pela função \"%s\" é desconhecida"
+#: catalog/heap.c:2446 commands/prepare.c:370 parser/parse_target.c:489
+#: parser/parse_target.c:735 parser/parse_target.c:745 parser/parse_node.c:397
+#: rewrite/rewriteHandler.c:1035
+msgid "You will need to rewrite or cast the expression."
+msgstr "Você precisará reescrever ou converter a expressão."
-#: utils/fmgr/fmgr.c:852 utils/fmgr/fmgr.c:2113
+#: catalog/heap.c:2492
#, c-format
-msgid "function %u has too many arguments (%d, maximum is %d)"
-msgstr "função %u tem muitos argumentos (%d, máximo é %d)"
+msgid "only table \"%s\" can be referenced in check constraint"
+msgstr ""
+"somente a tabela \"%s\" pode ser referenciada na restrição de verificação"
-#: utils/fmgr/dfmgr.c:125
-#, c-format
-msgid "could not find function \"%s\" in file \"%s\""
-msgstr "não pôde encontrar função \"%s\" no arquivo \"%s\""
+#: catalog/heap.c:2501 commands/typecmds.c:2386
+msgid "cannot use subquery in check constraint"
+msgstr "não pode utilizar subconsulta na restrição de verificação"
-#: utils/fmgr/dfmgr.c:204 utils/fmgr/dfmgr.c:413 utils/fmgr/dfmgr.c:461
-#, c-format
-msgid "could not access file \"%s\": %m"
-msgstr "não pôde acessar arquivo \"%s\": %m"
+#: catalog/heap.c:2505 commands/typecmds.c:2390
+msgid "cannot use aggregate function in check constraint"
+msgstr "não pode utilizar função de agregação na restrição de verificação"
-#: utils/fmgr/dfmgr.c:242
-#, c-format
-msgid "could not load library \"%s\": %s"
-msgstr "não pôde carregar biblioteca \"%s\": %s"
+#: catalog/heap.c:2509 commands/typecmds.c:2394
+msgid "cannot use window function in check constraint"
+msgstr "não pode utilizar função deslizante na restrição de verificação"
-#: utils/fmgr/dfmgr.c:274
+#: catalog/heap.c:2748
+msgid "unsupported ON COMMIT and foreign key combination"
+msgstr "combinação ON COMMIT e chave estrangeira não é suportada"
+
+#: catalog/heap.c:2749
#, c-format
-msgid "incompatible library \"%s\": missing magic block"
-msgstr "biblioteca \"%s\" é incompatível: faltando bloco mágico"
+msgid ""
+"Table \"%s\" references \"%s\", but they do not have the same ON COMMIT "
+"setting."
+msgstr ""
+"Tabela \"%s\" referencia \"%s\", mas elas não têm a mesma definição de ON "
+"COMMIT."
-#: utils/fmgr/dfmgr.c:276
-msgid "Extension libraries are required to use the PG_MODULE_MAGIC macro."
+#: catalog/heap.c:2754
+msgid "cannot truncate a table referenced in a foreign key constraint"
msgstr ""
-"Bibliotecas de extensões são obrigadas a utilizar o macro PG_MODULE_MAGIC."
+"não pode truncar uma tabela referenciada em uma restrição de chave "
+"estrangeira"
-#: utils/fmgr/dfmgr.c:312
+#: catalog/heap.c:2755
#, c-format
-msgid "incompatible library \"%s\": version mismatch"
-msgstr "biblioteca \"%s\" é incompatível: incompatibilidade de versão"
+msgid "Table \"%s\" references \"%s\"."
+msgstr "Tabela \"%s\" referencia \"%s\"."
-#: utils/fmgr/dfmgr.c:314
+#: catalog/heap.c:2757
#, c-format
-msgid "Server is version %d.%d, library is version %d.%d."
-msgstr "Servidor tem versão %d,%d, biblioteca tem versão %d.%d."
+msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE."
+msgstr ""
+"Trunque a tabela \"%s\" ao mesmo tempo, ou utilize TRUNCATE ... CASCADE."
-#: utils/fmgr/dfmgr.c:333
+#: catalog/namespace.c:234 catalog/namespace.c:318 commands/trigger.c:4154
#, c-format
-msgid "Server has FUNC_MAX_ARGS = %d, library has %d."
-msgstr "Servidor tem FUNC_MAX_ARGS = %d, biblioteca tem %d."
+msgid "cross-database references are not implemented: \"%s.%s.%s\""
+msgstr ""
+"referências cruzadas entre bancos de dados não estão implementadas: \"%s.%s."
+"%s\""
-#: utils/fmgr/dfmgr.c:342
-#, c-format
-msgid "Server has INDEX_MAX_KEYS = %d, library has %d."
-msgstr "Servidor tem INDEX_MAX_KEYS = %d, biblioteca tem %d."
+#: catalog/namespace.c:260
+msgid "temporary tables cannot specify a schema name"
+msgstr "tabelas temporárias não podem especificar um nome de esquema"
-#: utils/fmgr/dfmgr.c:351
+#: catalog/namespace.c:285 commands/lockcmds.c:122 parser/parse_relation.c:835
#, c-format
-msgid "Server has NAMEDATALEN = %d, library has %d."
-msgstr "Servidor tem NAMEDATALEN = %d, biblioteca tem %d."
+msgid "relation \"%s.%s\" does not exist"
+msgstr "relação \"%s.%s\" não existe"
-#: utils/fmgr/dfmgr.c:360
+#: catalog/namespace.c:290 commands/lockcmds.c:127 utils/adt/regproc.c:810
+#: parser/parse_relation.c:848 parser/parse_relation.c:856
#, c-format
-msgid "Server has FLOAT4PASSBYVAL = %s, library has %s."
-msgstr "Servidor tem FLOAT4PASSBYVAL = %s, biblioteca tem %s."
+msgid "relation \"%s\" does not exist"
+msgstr "relação \"%s\" não existe"
-#: utils/fmgr/dfmgr.c:369
-#, c-format
-msgid "Server has FLOAT8PASSBYVAL = %s, library has %s."
-msgstr "Servidor tem FLOAT8PASSBYVAL = %s, biblioteca tem %s."
+#: catalog/namespace.c:358 catalog/namespace.c:2589
+msgid "no schema has been selected to create in"
+msgstr "nenhum esquema foi selecionado para criá-lo(a)"
-#: utils/fmgr/dfmgr.c:376
-msgid "Magic block has unexpected length or padding difference."
-msgstr "Bloco mágico tem tamanho inesperado ou diferença no enchimento."
+#: catalog/namespace.c:410 catalog/namespace.c:423
+msgid "cannot create relations in temporary schemas of other sessions"
+msgstr "não pode criar relações em esquemas temporárias de outras sessões"
-#: utils/fmgr/dfmgr.c:379
-#, c-format
-msgid "incompatible library \"%s\": magic block mismatch"
-msgstr "biblioteca \"%s\" é incompatível: incompatibilidade do bloco mágico"
+#: catalog/namespace.c:414
+msgid "cannot create temporary relation in non-temporary schema"
+msgstr "não pode criar relação temporária em esquema que não é temporário"
-#: utils/fmgr/dfmgr.c:545
-#, c-format
-msgid "access to library \"%s\" is not allowed"
-msgstr "acesso a biblioteca \"%s\" não é permitido"
+#: catalog/namespace.c:429
+msgid "only temporary relations may be created in temporary schemas"
+msgstr "somente relações temporárias podem ser criadas em esquemas temporários"
-#: utils/fmgr/dfmgr.c:572
+#: catalog/namespace.c:1906 commands/tsearchcmds.c:320
#, c-format
-msgid "invalid macro name in dynamic library path: %s"
-msgstr "nome de macro é inválido no caminho de biblioteca dinâmica: %s"
-
-#: utils/fmgr/dfmgr.c:617
-msgid "zero-length component in parameter \"dynamic_library_path\""
-msgstr "componente de tamanho zero no parâmetro \"dynamic_library_path\""
-
-#: utils/fmgr/dfmgr.c:636
-msgid "component in parameter \"dynamic_library_path\" is not an absolute path"
-msgstr ""
-"componente no parâmetro \"dynamic_library_path\" não é um caminho absoluto"
+msgid "text search parser \"%s\" does not exist"
+msgstr "analisador de busca textual \"%s\" não existe"
-#: utils/error/elog.c:1525
+#: catalog/namespace.c:2029 commands/tsearchcmds.c:769
#, c-format
-msgid "could not reopen file \"%s\" as stderr: %m"
-msgstr "não pôde reabrir arquivo \"%s\" como saída stderr: %m"
+msgid "text search dictionary \"%s\" does not exist"
+msgstr "dicionário de busca textual \"%s\" não existe"
-#: utils/error/elog.c:1538
+#: catalog/namespace.c:2153 commands/tsearchcmds.c:1304
#, c-format
-msgid "could not reopen file \"%s\" as stdout: %m"
-msgstr "não pôde reabrir arquivo \"%s\" como saida stdout: %m"
-
-#: utils/error/elog.c:1928 utils/error/elog.c:1938 utils/error/elog.c:1948
-msgid "[unknown]"
-msgstr "[desconhecido]"
+msgid "text search template \"%s\" does not exist"
+msgstr "modelo de busca textual \"%s\" não existe"
-#: utils/error/elog.c:2299 utils/error/elog.c:2579 utils/error/elog.c:2657
-msgid "missing error text"
-msgstr "faltando mensagem de erro"
+#: catalog/namespace.c:2276 commands/tsearchcmds.c:1753
+#: commands/tsearchcmds.c:1909 utils/cache/ts_cache.c:620
+#, c-format
+msgid "text search configuration \"%s\" does not exist"
+msgstr "configuração de busca textual \"%s\" não existe"
-#: utils/error/elog.c:2302 utils/error/elog.c:2305 utils/error/elog.c:2660
-#: utils/error/elog.c:2663
+#: catalog/namespace.c:2389 parser/parse_target.c:1085 parser/parse_expr.c:775
#, c-format
-msgid " at character %d"
-msgstr " no caracter %d"
+msgid "cross-database references are not implemented: %s"
+msgstr "referências cruzadas entre bancos de dados não estão implementadas: %s"
-#: utils/error/elog.c:2315 utils/error/elog.c:2322
-msgid "DETAIL: "
-msgstr "DETALHE: "
+#: catalog/namespace.c:2395 parser/parse_target.c:1092 parser/parse_expr.c:782
+#: gram.y:11611 gram.y:12810
+#, c-format
+msgid "improper qualified name (too many dotted names): %s"
+msgstr "nome qualificado é inválido (nomes com muitos pontos): %s"
-#: utils/error/elog.c:2329
-msgid "HINT: "
-msgstr "DICA: "
+#: catalog/namespace.c:2523
+#, c-format
+msgid "%s is already in schema \"%s\""
+msgstr "%s já está no esquema \"%s\""
-#: utils/error/elog.c:2336
-msgid "QUERY: "
-msgstr "CONSULTA: "
+#: catalog/namespace.c:2531
+msgid "cannot move objects into or out of temporary schemas"
+msgstr "não pode mover objetos para ou de esquemas temporários"
-#: utils/error/elog.c:2343
-msgid "CONTEXT: "
-msgstr "CONTEXTO: "
+#: catalog/namespace.c:2537
+msgid "cannot move objects into or out of TOAST schema"
+msgstr "não pode mover objetos para ou de esquema TOAST"
-#: utils/error/elog.c:2353
+#: catalog/namespace.c:2610 catalog/namespace.c:3599 catalog/namespace.c:3602
+#: commands/schemacmds.c:253 commands/schemacmds.c:322
#, c-format
-msgid "LOCATION: %s, %s:%d\n"
-msgstr "LOCAL: %s, %s:%d\n"
+msgid "schema \"%s\" does not exist"
+msgstr "esquema \"%s\" não existe"
-#: utils/error/elog.c:2360
+#: catalog/namespace.c:2641
#, c-format
-msgid "LOCATION: %s:%d\n"
-msgstr "LOCAL: %s:%d\n"
-
-#: utils/error/elog.c:2374
-msgid "STATEMENT: "
-msgstr "COMANDO: "
+msgid "improper relation name (too many dotted names): %s"
+msgstr "nome de relação é inválido (nomes com muitos pontos): %s"
-#. translator: This string will be truncated at 47
-#. characters expanded.
-#: utils/error/elog.c:2772
+#: catalog/namespace.c:3040
#, c-format
-msgid "operating system error %d"
-msgstr "erro do sistema operacional %d"
+msgid "collation \"%s\" for encoding \"%s\" does not exist"
+msgstr "ordenação \"%s\" para codificação \"%s\" não existe"
-#: utils/error/elog.c:2795
-msgid "DEBUG"
-msgstr "DEPURAÇÃO"
+#: catalog/namespace.c:3092
+#, c-format
+msgid "conversion \"%s\" does not exist"
+msgstr "conversão \"%s\" não existe"
-#: utils/error/elog.c:2799
-msgid "LOG"
-msgstr "LOG"
+#: catalog/namespace.c:3297
+#, c-format
+msgid "permission denied to create temporary tables in database \"%s\""
+msgstr "permissão negada ao criar tabelas temporárias no banco de dados \"%s\""
-#: utils/error/elog.c:2802
-msgid "INFO"
-msgstr "INFO"
+#: catalog/namespace.c:3313
+msgid "cannot create temporary tables during recovery"
+msgstr "não pode criar tabelas temporárias durante recuperação"
-#: utils/error/elog.c:2805
-msgid "NOTICE"
-msgstr "NOTA"
+#: catalog/namespace.c:3559 commands/variable.c:59 commands/tablespace.c:1163
+#: utils/misc/guc.c:8181 replication/syncrep.c:660
+msgid "List syntax is invalid."
+msgstr "Sintaxe de lista é inválida."
-#: utils/error/elog.c:2808
-msgid "WARNING"
-msgstr "AVISO"
+#: catalog/pg_proc.c:124 parser/parse_func.c:1526 parser/parse_func.c:1566
+#, c-format
+msgid "functions cannot have more than %d argument"
+msgid_plural "functions cannot have more than %d arguments"
+msgstr[0] "funções não podem ter mais do que %d argumento"
+msgstr[1] "funções não podem ter mais do que %d argumentos"
-#: utils/error/elog.c:2811
-msgid "ERROR"
-msgstr "ERRO"
+#: catalog/pg_proc.c:205 catalog/pg_aggregate.c:175
+msgid "cannot determine result data type"
+msgstr "não pode determinar tipo de dado do resultado"
-#: utils/error/elog.c:2814
-msgid "FATAL"
-msgstr "FATAL"
+#: catalog/pg_proc.c:206
+msgid ""
+"A function returning a polymorphic type must have at least one polymorphic "
+"argument."
+msgstr ""
+"Uma função retornando um tipo polimórfico deve ter pelo menos um argumento "
+"polimórfico."
-#: utils/error/elog.c:2817
-msgid "PANIC"
-msgstr "PÂNICO"
+#: catalog/pg_proc.c:211 catalog/pg_aggregate.c:188
+msgid "unsafe use of pseudo-type \"internal\""
+msgstr "uso inseguro do pseudo-tipo \"internal\""
-#: utils/error/assert.c:37
-msgid "TRAP: ExceptionalCondition: bad arguments\n"
-msgstr "TRAP: ExceptionalCondition: argumentos inválidos\n"
+#: catalog/pg_proc.c:212 catalog/pg_aggregate.c:189
+msgid ""
+"A function returning \"internal\" must have at least one \"internal\" "
+"argument."
+msgstr ""
+"Uma função retornando \"internal\" deve ter pelo menos um argumento "
+"\"internal\"."
-#: utils/error/assert.c:40
+#: catalog/pg_proc.c:224
#, c-format
-msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n"
-msgstr "TRAP: %s(\"%s\", Arquivo: \"%s\", Linha: %d)\n"
+msgid "\"%s\" is already an attribute of type %s"
+msgstr "\"%s\" já é um atributo do tipo %s"
-#: utils/cache/typcache.c:195 parser/parse_type.c:202
+#: catalog/pg_proc.c:363
#, c-format
-msgid "type \"%s\" is only a shell"
-msgstr "tipo \"%s\" é indefinido"
+msgid "function \"%s\" already exists with same argument types"
+msgstr "função \"%s\" já existe com os mesmos tipos de argumento"
-#: utils/cache/typcache.c:629
-#, c-format
-msgid "type %s is not composite"
-msgstr "tipo %s não é composto"
+#: catalog/pg_proc.c:377 catalog/pg_proc.c:399
+msgid "cannot change return type of existing function"
+msgstr "não pode mudar o tipo de retorno da função existente"
-#: utils/cache/typcache.c:643
-msgid "record type has not been registered"
-msgstr "tipo record não foi registrado"
+#: catalog/pg_proc.c:378 catalog/pg_proc.c:401 catalog/pg_proc.c:443
+#: catalog/pg_proc.c:466 catalog/pg_proc.c:492
+msgid "Use DROP FUNCTION first."
+msgstr "Primeiro utilize DROP FUNCTION."
-#: utils/cache/typcache.c:996 commands/typecmds.c:1272
-#, c-format
-msgid "%s is not an enum"
-msgstr "%s não é um enum"
+#: catalog/pg_proc.c:400
+msgid "Row type defined by OUT parameters is different."
+msgstr "Tipo de registro definido pelos parâmetros OUT é diferente."
-#: utils/cache/ts_cache.c:620 commands/tsearchcmds.c:1753
-#: commands/tsearchcmds.c:1909 catalog/namespace.c:2276
+#: catalog/pg_proc.c:441
#, c-format
-msgid "text search configuration \"%s\" does not exist"
-msgstr "configuração de busca textual \"%s\" não existe"
+msgid "cannot change name of input parameter \"%s\""
+msgstr "não pode mudar nome de parâmetro de entrada \"%s\""
-#: utils/cache/relmapper.c:454
-msgid "cannot PREPARE a transaction that modified relation mapping"
-msgstr ""
-"não pode executar PREPARE em uma transação que modificou mapeamento de "
-"relação"
+#: catalog/pg_proc.c:465
+msgid "cannot remove parameter defaults from existing function"
+msgstr "não pode remover valores padrão de parâmetros da função existente"
-#: utils/cache/relmapper.c:596 utils/cache/relmapper.c:702
-#, c-format
-msgid "could not open relation mapping file \"%s\": %m"
-msgstr "não pôde abrir arquivo de mapeamento de relação \"%s\": %m"
+#: catalog/pg_proc.c:491
+msgid "cannot change data type of existing parameter default value"
+msgstr "não pode mudar o tipo de dado do valor padrão do parâmetro existente"
-#: utils/cache/relmapper.c:609
+#: catalog/pg_proc.c:503
#, c-format
-msgid "could not read relation mapping file \"%s\": %m"
-msgstr "não pôde ler do arquivo de mapeamento de relação \"%s\": %m"
+msgid "function \"%s\" is an aggregate function"
+msgstr "função \"%s\" é uma função de agregação"
-#: utils/cache/relmapper.c:619
+#: catalog/pg_proc.c:508
#, c-format
-msgid "relation mapping file \"%s\" contains invalid data"
-msgstr "arquivo de mapeamento de relação \"%s\" contém dados inválidos"
+msgid "function \"%s\" is not an aggregate function"
+msgstr "função \"%s\" não é uma função de agregação"
-#: utils/cache/relmapper.c:629
+#: catalog/pg_proc.c:516
#, c-format
-msgid "relation mapping file \"%s\" contains incorrect checksum"
-msgstr ""
-"arquivo de mapeamento de relação \"%s\" contém soma de verificação incorreta"
+msgid "function \"%s\" is a window function"
+msgstr "função \"%s\" é uma função deslizante"
-#: utils/cache/relmapper.c:741
+#: catalog/pg_proc.c:521
#, c-format
-msgid "could not write to relation mapping file \"%s\": %m"
-msgstr "não pôde escrever no arquivo de mapeamento de relação \"%s\": %m"
+msgid "function \"%s\" is not a window function"
+msgstr "função \"%s\" não é uma função deslizante"
-#: utils/cache/relmapper.c:754
+#: catalog/pg_proc.c:698
#, c-format
-msgid "could not fsync relation mapping file \"%s\": %m"
-msgstr "não pôde executar fsync no arquivo de mapeamento de relação \"%s\": %m"
+msgid "there is no built-in function named \"%s\""
+msgstr "não há nenhuma função embutida com nome \"%s\""
-#: utils/cache/relmapper.c:760
+#: catalog/pg_proc.c:790
#, c-format
-msgid "could not close relation mapping file \"%s\": %m"
-msgstr "não pôde fechar arquivo de mapeamento de relação \"%s\": %m"
+msgid "SQL functions cannot return type %s"
+msgstr "funções SQL não podem retornar tipo %s"
-#: utils/cache/relcache.c:4285
+#: catalog/pg_proc.c:805
#, c-format
-msgid "could not create relation-cache initialization file \"%s\": %m"
-msgstr ""
-"não pôde criar arquivo de inicialização de cache de relações \"%s\": %m"
-
-#: utils/cache/relcache.c:4287
-msgid "Continuing anyway, but there's something wrong."
-msgstr "Continuando mesmo assim, mas há algo errado."
+msgid "SQL functions cannot have arguments of type %s"
+msgstr "funções SQL não podem ter argumentos do tipo %s"
-#: utils/cache/relcache.c:4501
+#: catalog/pg_shdepend.c:684
#, c-format
-msgid "could not remove cache file \"%s\": %m"
-msgstr "não pôde remover arquivo de cache \"%s\": %m"
-
-#: utils/cache/plancache.c:589
-msgid "cached plan must not change result type"
-msgstr "plano em cache não deve mudar tipo resultante"
+msgid ""
+"\n"
+"and objects in %d other database (see server log for list)"
+msgid_plural ""
+"\n"
+"and objects in %d other databases (see server log for list)"
+msgstr[0] ""
+"\n"
+"e objetos em %d outro banco de dados (veja lista no log do servidor)"
+msgstr[1] ""
+"\n"
+"e objetos em %d outros bancos de dados (veja lista no log do servidor)"
-#: utils/cache/lsyscache.c:2413 utils/cache/lsyscache.c:2446
-#: utils/cache/lsyscache.c:2479 utils/cache/lsyscache.c:2512
+#: catalog/pg_shdepend.c:996
#, c-format
-msgid "type %s is only a shell"
-msgstr "tipo %s é indefinido"
+msgid "role %u was concurrently dropped"
+msgstr "role %u foi removida simultaneamente"
-#: utils/cache/lsyscache.c:2418
+#: catalog/pg_shdepend.c:1015
#, c-format
-msgid "no input function available for type %s"
-msgstr "nenhuma função de entrada disponível para tipo %s"
+msgid "tablespace %u was concurrently dropped"
+msgstr "tablespace %u foi removida simultaneamente"
-#: utils/cache/lsyscache.c:2451
+#: catalog/pg_shdepend.c:1030
#, c-format
-msgid "no output function available for type %s"
-msgstr "nenhuma função de saída disponível para tipo %s"
+msgid "database %u was concurrently dropped"
+msgstr "banco de dados %u foi removido simultaneamente"
-#: utils/cache/lsyscache.c:2484 utils/adt/arrayfuncs.c:1307
+#: catalog/pg_shdepend.c:1074
#, c-format
-msgid "no binary input function available for type %s"
-msgstr "nenhuma função de entrada disponível para tipo %s"
+msgid "owner of %s"
+msgstr "dono de %s"
-#: utils/cache/lsyscache.c:2517 utils/adt/arrayfuncs.c:1529
+#: catalog/pg_shdepend.c:1076
#, c-format
-msgid "no binary output function available for type %s"
-msgstr "nenhuma função de saída disponível para tipo %s"
+msgid "privileges for %s"
+msgstr "privilégios para %s"
-#: utils/adt/xml.c:135
-msgid "unsupported XML feature"
-msgstr "funcionalidade XML não é suportado"
+#. translator: %s will always be "database %s"
+#: catalog/pg_shdepend.c:1084
+#, c-format
+msgid "%d object in %s"
+msgid_plural "%d objects in %s"
+msgstr[0] "%d objeto no %s"
+msgstr[1] "%d objetos no %s"
-#: utils/adt/xml.c:136
-msgid "This functionality requires the server to be built with libxml support."
+#: catalog/pg_shdepend.c:1195
+#, c-format
+msgid ""
+"cannot drop objects owned by %s because they are required by the database "
+"system"
msgstr ""
-"Esta funcionalidade requer que o servidor seja construído com suporte a "
-"libxml."
-
-#: utils/adt/xml.c:137
-msgid "You need to rebuild PostgreSQL using --with-libxml."
-msgstr "Você precisa reconstruir o PostgreSQL utilizando --with-libxml."
+"não pode remover objetos que pertencem a %s porque eles são requeridos pelo "
+"sistema de banco de dados"
-#: utils/adt/xml.c:402 utils/adt/xml.c:407
-msgid "invalid XML comment"
-msgstr "comentário XML inválido"
+#: catalog/pg_shdepend.c:1291
+#, c-format
+msgid ""
+"cannot reassign ownership of objects owned by %s because they are required "
+"by the database system"
+msgstr ""
+"não pode transferir objetos que pertencem a %s porque eles são requeridos "
+"pelo sistema de banco de dados"
-#: utils/adt/xml.c:536
-msgid "not an XML document"
-msgstr "não é um documento XML"
+#: catalog/pg_aggregate.c:100
+msgid "cannot determine transition data type"
+msgstr "não pode determinar tipo de dado transitório"
-#: utils/adt/xml.c:689 utils/adt/xml.c:712
-msgid "invalid XML processing instruction"
-msgstr "instrução de processamento XML é inválida"
+#: catalog/pg_aggregate.c:101
+msgid ""
+"An aggregate using a polymorphic transition type must have at least one "
+"polymorphic argument."
+msgstr ""
+"Uma agregação utilizando um tipo transitório polimórfico deve ter pelo menos "
+"um argumento polimórfico."
-#: utils/adt/xml.c:690
+#: catalog/pg_aggregate.c:124
#, c-format
-msgid "XML processing instruction target name cannot be \"%s\"."
-msgstr "nome alvo da instrução de processamento XML não pode ser \"%s\"."
-
-#: utils/adt/xml.c:713
-msgid "XML processing instruction cannot contain \"?>\"."
-msgstr "instrução de processamento XML não pode conter \"?>\"."
-
-#: utils/adt/xml.c:792
-msgid "xmlvalidate is not implemented"
-msgstr "xmlvalidate não foi implementado"
+msgid "return type of transition function %s is not %s"
+msgstr "tipo retornado da função de transição %s não é %s"
-#: utils/adt/xml.c:877
-msgid "could not initialize XML library"
-msgstr "não pôde inicializar biblioteca XML"
+#: catalog/pg_aggregate.c:144
+msgid ""
+"must not omit initial value when transition function is strict and "
+"transition type is not compatible with input type"
+msgstr ""
+"não deve omitir valor inicial quando a função de transição é estrita e o "
+"tipo de transição não é compatível com tipo de entrada"
-#: utils/adt/xml.c:878
-#, c-format
+#: catalog/pg_aggregate.c:176
msgid ""
-"libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u."
+"An aggregate returning a polymorphic type must have at least one polymorphic "
+"argument."
msgstr ""
-"libxml2 tem tipo char incompatível: sizeof(char)=%u, sizeof(xmlChar)=%u."
+"Uma agregação retornando um tipo polimórfico deve ter pelo menos um "
+"argumento polimórfico."
-#: utils/adt/xml.c:1420
-msgid "Invalid character value."
-msgstr "Valor de caracter é inválido."
+#: catalog/pg_aggregate.c:197
+msgid "sort operator can only be specified for single-argument aggregates"
+msgstr ""
+"operador de ordenação só pode ser especificado por agregações de argumento "
+"único"
-#: utils/adt/xml.c:1423
-msgid "Space required."
-msgstr "Espaço requerido."
+#: catalog/pg_aggregate.c:331 commands/typecmds.c:1350
+#: commands/typecmds.c:1401 commands/typecmds.c:1432 commands/typecmds.c:1455
+#: commands/typecmds.c:1476 commands/typecmds.c:1503 commands/typecmds.c:1530
+#: parser/parse_func.c:288 parser/parse_func.c:299 parser/parse_func.c:1481
+#, c-format
+msgid "function %s does not exist"
+msgstr "função %s não existe"
-#: utils/adt/xml.c:1426
-msgid "standalone accepts only 'yes' or 'no'."
-msgstr "standalone aceita somente 'yes' ou 'no'."
+#: catalog/pg_aggregate.c:337
+#, c-format
+msgid "function %s returns a set"
+msgstr "função %s retorna um conjunto"
-#: utils/adt/xml.c:1429
-msgid "Malformed declaration: missing version."
-msgstr "Declaração mal formada: faltando versão."
+#: catalog/pg_aggregate.c:362
+#, c-format
+msgid "function %s requires run-time type coercion"
+msgstr "função %s requer conversão de tipo em tempo de execução"
-#: utils/adt/xml.c:1432
-msgid "Missing encoding in text declaration."
-msgstr "Faltando codificação em declaração."
+#: catalog/pg_collation.c:75
+#, c-format
+msgid "collation \"%s\" for encoding \"%s\" already exists"
+msgstr "ordenação \"%s\" para codificação \"%s\" já existe"
-#: utils/adt/xml.c:1435
-msgid "Parsing XML declaration: '?>' expected."
-msgstr "Analisando declaração XML: '?>' esperado."
+#: catalog/pg_collation.c:89
+#, c-format
+msgid "collation \"%s\" already exists"
+msgstr "ordenação \"%s\" já existe"
-#: utils/adt/xml.c:1438
+#: catalog/pg_namespace.c:60 commands/schemacmds.c:259
#, c-format
-msgid "Unrecognized libxml error code: %d."
-msgstr "código de erro libxml desconhecido: %d."
+msgid "schema \"%s\" already exists"
+msgstr "esquema \"%s\" já existe"
-#: utils/adt/xml.c:1689 utils/adt/date.c:217
-msgid "date out of range"
-msgstr "data fora do intervalo"
+#: access/gist/gistvacuum.c:271 access/gist/gist.c:728
+#, c-format
+msgid "index \"%s\" contains an inner tuple marked as invalid"
+msgstr "índice \"%s\" contém uma tupla interna marcada como inválida"
-#: utils/adt/xml.c:1690
-msgid "XML does not support infinite date values."
-msgstr "XML não suporta valores infinitos de date."
+#: access/gist/gistvacuum.c:273 access/gist/gist.c:730
+msgid ""
+"This is caused by an incomplete page split at crash recovery before "
+"upgrading to PostgreSQL 9.1."
+msgstr ""
+"Isso é causado por uma divisão de página incompleta durante recuperação de "
+"desastre antes da atualização para PostgreSQL 9.1."
-#: utils/adt/xml.c:1712 utils/adt/xml.c:1719 utils/adt/xml.c:1739
-#: utils/adt/xml.c:1746 utils/adt/timestamp.c:226 utils/adt/timestamp.c:269
-#: utils/adt/timestamp.c:491 utils/adt/timestamp.c:531
-#: utils/adt/timestamp.c:2530 utils/adt/timestamp.c:2551
-#: utils/adt/timestamp.c:2564 utils/adt/timestamp.c:2573
-#: utils/adt/timestamp.c:2631 utils/adt/timestamp.c:2654
-#: utils/adt/timestamp.c:2667 utils/adt/timestamp.c:2678
-#: utils/adt/timestamp.c:3114 utils/adt/timestamp.c:3244
-#: utils/adt/timestamp.c:3285 utils/adt/timestamp.c:3373
-#: utils/adt/timestamp.c:3420 utils/adt/timestamp.c:3531
-#: utils/adt/timestamp.c:3844 utils/adt/timestamp.c:3981
-#: utils/adt/timestamp.c:3988 utils/adt/timestamp.c:4002
-#: utils/adt/timestamp.c:4012 utils/adt/timestamp.c:4075
-#: utils/adt/timestamp.c:4215 utils/adt/timestamp.c:4225
-#: utils/adt/timestamp.c:4440 utils/adt/timestamp.c:4519
-#: utils/adt/timestamp.c:4526 utils/adt/timestamp.c:4553
-#: utils/adt/timestamp.c:4557 utils/adt/timestamp.c:4614
-#: utils/adt/nabstime.c:480 utils/adt/nabstime.c:523 utils/adt/nabstime.c:553
-#: utils/adt/nabstime.c:596 utils/adt/formatting.c:3185
-#: utils/adt/formatting.c:3217 utils/adt/formatting.c:3285
-#: utils/adt/date.c:913 utils/adt/date.c:960 utils/adt/date.c:1516
-#: utils/adt/date.c:1553 utils/adt/date.c:2426
-msgid "timestamp out of range"
-msgstr "timestamp fora do intervalo"
+#: access/gist/gistvacuum.c:274 access/gist/gist.c:731
+#: access/gist/gistutil.c:640 access/gist/gistutil.c:651
+#: access/nbtree/nbtpage.c:436 access/nbtree/nbtpage.c:447
+#: access/hash/hashutil.c:173 access/hash/hashutil.c:184
+#: access/hash/hashutil.c:196 access/hash/hashutil.c:217
+msgid "Please REINDEX it."
+msgstr "Por favor execute REINDEX."
-#: utils/adt/xml.c:1713 utils/adt/xml.c:1740
-msgid "XML does not support infinite timestamp values."
-msgstr "XML não suporta valores infinitos de timestamp."
+#: access/gist/gist.c:127 access/gist/gist.c:243
+msgid "unlogged GiST indexes are not supported"
+msgstr "índices GiST unlogged não são suportados"
-#: utils/adt/xml.c:2046 utils/adt/xml.c:2210 executor/execCurrent.c:66
-#: commands/portalcmds.c:168 commands/portalcmds.c:222
+#: access/gist/gistutil.c:637 access/nbtree/nbtpage.c:433
+#: access/hash/hashutil.c:170
#, c-format
-msgid "cursor \"%s\" does not exist"
-msgstr "cursor \"%s\" não existe"
+msgid "index \"%s\" contains unexpected zero page at block %u"
+msgstr "índice \"%s\" contém página de tamanho zero inesperada no bloco %u"
-#: utils/adt/xml.c:2125
-msgid "invalid query"
-msgstr "consulta inválida"
+#: access/gist/gistutil.c:648 access/nbtree/nbtpage.c:444
+#: access/hash/hashutil.c:181 access/hash/hashutil.c:193
+#, c-format
+msgid "index \"%s\" contains corrupted page at block %u"
+msgstr "índice \"%s\" contém página corrompida no bloco %u"
-#: utils/adt/xml.c:3349
-msgid "invalid array for XML namespace mapping"
-msgstr "matriz inválida para mapeamento de namespace XML"
+#: access/gist/gistsplit.c:375
+#, c-format
+msgid "picksplit method for column %d of index \"%s\" failed"
+msgstr "método picksplit para coluna %d do índice \"%s\" falhou"
-#: utils/adt/xml.c:3350
+#: access/gist/gistsplit.c:377
msgid ""
-"The array must be two-dimensional with length of the second axis equal to 2."
+"The index is not optimal. To optimize it, contact a developer, or try to use "
+"the column as the second one in the CREATE INDEX command."
msgstr ""
-"A matriz deve ter duas dimensões com comprimento do segundo eixo igual a 2."
-
-#: utils/adt/xml.c:3374
-msgid "empty XPath expression"
-msgstr "expressão XPath vazia"
-
-#: utils/adt/xml.c:3422
-msgid "neither namespace name nor URI may be null"
-msgstr "namespace ou URI não podem ser nulo"
+"O índice não é ótimo. Para otimizá-lo, entre em contato com um desenvolvedor "
+"ou tente utilizar a coluna como a segunda no comando CREATE INDEX."
-#: utils/adt/xml.c:3429
+#: access/heap/heapam.c:3223 access/heap/heapam.c:3254
+#: access/heap/heapam.c:3289
#, c-format
-msgid "could not register XML namespace with name \"%s\" and URI \"%s\""
-msgstr "não pôde registrar namespace XML com nome \"%s\" e URI \"%s\""
+msgid "could not obtain lock on row in relation \"%s\""
+msgstr "não pôde obter bloqueio no registro da relação \"%s\""
-#: utils/adt/windowfuncs.c:243
-msgid "argument of ntile must be greater than zero"
-msgstr "argumento de ntile deve ser maior do que zero"
+#: access/heap/rewriteheap.c:597 access/heap/hio.c:175
+#, c-format
+msgid "row is too big: size %lu, maximum size %lu"
+msgstr "registro é muito grande: tamanho %lu, tamanho máximo %lu"
-#: utils/adt/windowfuncs.c:465
-msgid "argument of nth_value must be greater than zero"
-msgstr "argumento de nth_value deve ser maior do que zero"
+#: access/nbtree/nbtsort.c:483 access/nbtree/nbtinsert.c:531
+#: access/gin/ginentrypage.c:101
+#, c-format
+msgid "index row size %lu exceeds maximum %lu for index \"%s\""
+msgstr ""
+"tamanho de registro do índice %lu excede o máximo %lu para índice \"%s\""
-#: utils/adt/varlena.c:246 utils/adt/varlena.c:287 utils/adt/encode.c:441
-#: utils/adt/encode.c:506
-msgid "invalid input syntax for type bytea"
-msgstr "sintaxe de entrada é inválida para tipo bytea"
+#: access/nbtree/nbtsort.c:487 access/nbtree/nbtinsert.c:535
+msgid ""
+"Values larger than 1/3 of a buffer page cannot be indexed.\n"
+"Consider a function index of an MD5 hash of the value, or use full text "
+"indexing."
+msgstr ""
+"Valores maiores do que 1/3 da página do buffer não podem ser indexados.\n"
+"Considere um índice de uma função de um hash MD5 de um valor ou utilize uma "
+"indexação de texto completa."
-#: utils/adt/varlena.c:737 utils/adt/varlena.c:801 utils/adt/varlena.c:945
-#: utils/adt/varlena.c:1896 utils/adt/varlena.c:1963 utils/adt/varbit.c:1004
-#: utils/adt/varbit.c:1106
-msgid "negative substring length not allowed"
-msgstr "tamanho negativo de índice não é permitido"
+#: access/nbtree/nbtinsert.c:393
+#, c-format
+msgid "duplicate key value violates unique constraint \"%s\""
+msgstr "duplicar valor da chave viola a restrição de unicidade \"%s\""
-#: utils/adt/varlena.c:950 utils/adt/varlena.c:1968 utils/adt/varbit.c:1111
-#: utils/adt/varbit.c:1503 utils/adt/numeric.c:2253 utils/adt/numeric.c:2262
-#: utils/adt/int8.c:1211 utils/adt/int.c:623 utils/adt/int.c:652
-#: utils/adt/int.c:673 utils/adt/int.c:693 utils/adt/int.c:715
-#: utils/adt/int.c:744 utils/adt/int.c:758 utils/adt/int.c:773
-#: utils/adt/int.c:912 utils/adt/int.c:933 utils/adt/int.c:960
-#: utils/adt/int.c:1000 utils/adt/int.c:1021 utils/adt/int.c:1048
-#: utils/adt/int.c:1079 utils/adt/int.c:1142 utils/adt/float.c:1101
-#: utils/adt/float.c:1160 utils/adt/float.c:2711 utils/adt/float.c:2727
-#: utils/adt/arrayfuncs.c:1276 utils/adt/array_userfuncs.c:103
-#: utils/adt/array_userfuncs.c:113
-msgid "integer out of range"
-msgstr "inteiro fora do intervalo"
+#: access/nbtree/nbtinsert.c:395
+#, c-format
+msgid "Key %s already exists."
+msgstr "Chave %s já existe."
-#: utils/adt/varlena.c:1314
-msgid "could not determine which collation to use for string comparison"
-msgstr ""
-"não pôde determinar qual ordenação utilizar para comparação de cadeia de "
-"caracteres"
+#: access/nbtree/nbtinsert.c:457
+#, c-format
+msgid "failed to re-find tuple within index \"%s\""
+msgstr "falhou ao reencontrar tupla no índice \"%s\""
-#: utils/adt/varlena.c:1315 utils/adt/selfuncs.c:4942 utils/adt/like.c:212
-#: utils/adt/formatting.c:1520 utils/adt/formatting.c:1570
-#: utils/adt/formatting.c:1641 utils/adt/formatting.c:1691
-#: utils/adt/formatting.c:1774 utils/adt/formatting.c:1836
-#: regex/regc_pg_locale.c:259 commands/view.c:145 commands/indexcmds.c:931
-#: catalog/heap.c:560
-msgid "Use the COLLATE clause to set the collation explicitly."
-msgstr "Utilize a cláusula COLLATE para definir a ordenação explicitamente."
+#: access/nbtree/nbtinsert.c:459
+msgid "This may be because of a non-immutable index expression."
+msgstr "Isso pode ser por causa de uma expressão não imutável do índice."
-#: utils/adt/varlena.c:1358 utils/adt/varlena.c:1371
+#: access/nbtree/nbtpage.c:161 access/nbtree/nbtpage.c:365
+#: parser/parse_utilcmd.c:1583
#, c-format
-msgid "could not convert string to UTF-16: error %lu"
-msgstr "não pôde converter cadeia de caracteres para UTF-16: erro %lu"
+msgid "index \"%s\" is not a btree"
+msgstr "índice \"%s\" não é uma árvore B"
-#: utils/adt/varlena.c:1386
+#: access/nbtree/nbtpage.c:167 access/nbtree/nbtpage.c:371
#, c-format
-msgid "could not compare Unicode strings: %m"
-msgstr "não pôde comparar cadeias de caracteres Unicode: %m"
+msgid "version mismatch in index \"%s\": file version %d, code version %d"
+msgstr ""
+"incompatibilidade de versão no índice \"%s\": versão do arquivo %d, versão "
+"do código %d"
-#: utils/adt/varlena.c:2041 utils/adt/varlena.c:2072 utils/adt/varlena.c:2108
-#: utils/adt/varlena.c:2151
+#: access/hash/hashinsert.c:73
#, c-format
-msgid "index %d out of valid range, 0..%d"
-msgstr "índice %d fora do intervalo válido, 0..%d"
+msgid "index row size %lu exceeds hash maximum %lu"
+msgstr "tamanho de registro do índice %lu excede tamanho máximo do hash %lu"
-#: utils/adt/varlena.c:2163 utils/adt/varbit.c:1740
-msgid "new bit must be 0 or 1"
-msgstr "novo bit deve ser 0 ou 1"
+#: access/hash/hashinsert.c:76
+msgid "Values larger than a buffer page cannot be indexed."
+msgstr "Valores maiores do que uma página do buffer não podem ser indexados."
-#: utils/adt/varlena.c:2245 utils/adt/varlena.c:2250 utils/adt/regproc.c:1320
-#: utils/adt/regproc.c:1325
-msgid "invalid name syntax"
-msgstr "sintaxe de nome inválida"
+#: access/hash/hashovfl.c:547
+#, c-format
+msgid "out of overflow pages in hash index \"%s\""
+msgstr "acabaram as páginas de transbordamento no índice hash \"%s\""
-#: utils/adt/varlena.c:2860 utils/adt/regexp.c:274 utils/adt/regexp.c:1223
+#: access/hash/hashutil.c:209
#, c-format
-msgid "regular expression failed: %s"
-msgstr "expressão regular falhou: %s"
+msgid "index \"%s\" is not a hash index"
+msgstr "índice \"%s\" não é um índice hash"
-#: utils/adt/varlena.c:2953
-msgid "field position must be greater than zero"
-msgstr "posição do campo deve ser maior que zero"
+#: access/hash/hashutil.c:215
+#, c-format
+msgid "index \"%s\" has wrong hash version"
+msgstr "índice \"%s\" tem versão incorreta do hash"
-#: utils/adt/varlena.c:3822 utils/adt/varlena.c:3883
-msgid "unterminated conversion specifier"
-msgstr "especificador de conversão foi terminado"
+#: access/hash/hashsearch.c:152
+msgid "hash indexes do not support whole-index scans"
+msgstr "índices hash não suportam buscas em todo índice"
-#: utils/adt/varlena.c:3846 utils/adt/varlena.c:3862
-msgid "argument number is out of range"
-msgstr "número do argumento está fora do intervalo"
+#: access/transam/xlog.c:1335
+#, c-format
+msgid "could not create archive status file \"%s\": %m"
+msgstr "não pôde criar arquivo de status do arquivador \"%s\": %m"
-#: utils/adt/varlena.c:3889
-msgid "conversion specifies argument 0, but arguments are numbered from 1"
-msgstr ""
-"conversão especificou argumento 0, mas argumentos são numerados a partir de 1"
+#: access/transam/xlog.c:1343
+#, c-format
+msgid "could not write archive status file \"%s\": %m"
+msgstr "não pôde escrever no arquivo de status do arquivador \"%s\": %m"
-#: utils/adt/varlena.c:3896
-msgid "too few arguments for format"
-msgstr "poucos argumentos para formato"
+#: access/transam/xlog.c:1798 access/transam/xlog.c:10446
+#: replication/walreceiver.c:515 replication/walsender.c:1004
+#, c-format
+msgid "could not seek in log file %u, segment %u to offset %u: %m"
+msgstr "não pôde buscar no arquivo de log %u, segmento %u deslocado de %u: %m"
-#: utils/adt/varlena.c:3917
+#: access/transam/xlog.c:1815 replication/walreceiver.c:532
#, c-format
-msgid "unrecognized conversion specifier \"%c\""
-msgstr "especificador de conversão \"%c\" desconhecido"
+msgid "could not write to log file %u, segment %u at offset %u, length %lu: %m"
+msgstr ""
+"não pôde escrever no arquivo de log %u, segmento %u deslocado de %u, tamanho "
+"%lu: %m"
-#: utils/adt/varlena.c:3946
-msgid "null values cannot be formatted as an SQL identifier"
-msgstr "valores nulos não podem ser formatados como um identificador SQL"
+#: access/transam/xlog.c:2017
+#, c-format
+msgid "updated min recovery point to %X/%X"
+msgstr "ponto mínimo de recuperação atualizado para %X/%X"
-#: utils/adt/varchar.c:43 utils/adt/varbit.c:51 utils/adt/timestamp.c:92
-#: utils/adt/date.c:66
-msgid "invalid type modifier"
-msgstr "modificador de tipo é inválido"
+#: access/transam/xlog.c:2367 access/transam/xlog.c:2471
+#: access/transam/xlog.c:2700 access/transam/xlog.c:2771
+#: access/transam/xlog.c:2828 replication/walsender.c:992
+#, c-format
+msgid "could not open file \"%s\" (log file %u, segment %u): %m"
+msgstr "não pôde abrir arquivo \"%s\" (arquivo de log %u, segmento %u): %m"
-#: utils/adt/varchar.c:48 utils/adt/varbit.c:56
+#: access/transam/xlog.c:2392 access/transam/xlog.c:2525
+#: access/transam/xlog.c:4423 access/transam/xlog.c:9093
+#: access/transam/xlog.c:9334 storage/file/copydir.c:172 storage/smgr/md.c:289
+#: postmaster/postmaster.c:3707
#, c-format
-msgid "length for type %s must be at least 1"
-msgstr "tamanho para tipo %s deve ser pelo menos 1"
+msgid "could not create file \"%s\": %m"
+msgstr "não pôde criar arquivo \"%s\": %m"
-#: utils/adt/varchar.c:52 utils/adt/varbit.c:61
+#: access/transam/xlog.c:2424 access/transam/xlog.c:2557
+#: access/transam/xlog.c:4475 access/transam/xlog.c:4538 utils/misc/guc.c:7432
+#: utils/misc/guc.c:7457 utils/init/miscinit.c:1089 utils/init/miscinit.c:1098
+#: utils/init/miscinit.c:1105 storage/file/copydir.c:197
+#: postmaster/postmaster.c:3717 postmaster/postmaster.c:3727
#, c-format
-msgid "length for type %s cannot exceed %d"
-msgstr "tamanho para tipo %s não pode exceder %d"
+msgid "could not write to file \"%s\": %m"
+msgstr "não pôde escrever no arquivo \"%s\": %m"
-#: utils/adt/varchar.c:152 utils/adt/varchar.c:305
+#: access/transam/xlog.c:2432 access/transam/xlog.c:2564
+#: access/transam/xlog.c:4544 storage/file/copydir.c:269 storage/smgr/md.c:938
+#: storage/smgr/md.c:1143 storage/smgr/md.c:1297
#, c-format
-msgid "value too long for type character(%d)"
-msgstr "valor é muito longo para tipo character(%d)"
+msgid "could not fsync file \"%s\": %m"
+msgstr "não pôde executar fsync no arquivo \"%s\": %m"
-#: utils/adt/varchar.c:467 utils/adt/varchar.c:588
+#: access/transam/xlog.c:2437 access/transam/xlog.c:2569
+#: access/transam/xlog.c:4549 commands/copy.c:1329 storage/file/copydir.c:211
#, c-format
-msgid "value too long for type character varying(%d)"
-msgstr "valor é muito longo para tipo character varying(%d)"
+msgid "could not close file \"%s\": %m"
+msgstr "não pôde fechar arquivo \"%s\": %m"
-#: utils/adt/varbit.c:166 utils/adt/varbit.c:309 utils/adt/varbit.c:366
+#: access/transam/xlog.c:2510 access/transam/xlog.c:4192
+#: access/transam/xlog.c:4286 access/transam/xlog.c:4442
+#: utils/error/elog.c:1515 utils/init/miscinit.c:1039
+#: utils/init/miscinit.c:1153 storage/file/copydir.c:165
+#: storage/file/copydir.c:255 storage/smgr/md.c:556 storage/smgr/md.c:816
+#: replication/basebackup.c:768
#, c-format
-msgid "bit string length %d does not match type bit(%d)"
-msgstr "tamanho da cadeia de bits %d não corresponde ao tipo bit(%d)"
+msgid "could not open file \"%s\": %m"
+msgstr "não pôde abrir arquivo \"%s\": %m"
-#: utils/adt/varbit.c:188 utils/adt/varbit.c:490
+#: access/transam/xlog.c:2538 access/transam/xlog.c:4454
+#: access/transam/xlog.c:9266 access/transam/xlog.c:9279
+#: access/transam/xlog.c:9813 access/transam/xlog.c:9848
+#: utils/adt/genfile.c:138 storage/file/copydir.c:186
#, c-format
-msgid "\"%c\" is not a valid binary digit"
-msgstr "\"%c\" não é um dígito binário válido"
+msgid "could not read file \"%s\": %m"
+msgstr "não pôde ler arquivo \"%s\": %m"
-#: utils/adt/varbit.c:213 utils/adt/varbit.c:515
+#: access/transam/xlog.c:2541
#, c-format
-msgid "\"%c\" is not a valid hexadecimal digit"
-msgstr "\"%c\" não é um dígito hexadecimal válido"
+msgid "not enough data in file \"%s\""
+msgstr "dados insuficientes no arquivo \"%s\""
-#: utils/adt/varbit.c:300 utils/adt/varbit.c:603
-msgid "invalid length in external bit string"
-msgstr "tamanho inválido na cadeia de bits externa"
+#: access/transam/xlog.c:2660
+#, c-format
+msgid ""
+"could not link file \"%s\" to \"%s\" (initialization of log file %u, segment "
+"%u): %m"
+msgstr ""
+"não pôde vincular arquivo \"%s\" aa \"%s\" (inicialização do arquivo de log "
+"%u, segmento %u): %m"
-#: utils/adt/varbit.c:468 utils/adt/varbit.c:612 utils/adt/varbit.c:674
+#: access/transam/xlog.c:2672
#, c-format
-msgid "bit string too long for type bit varying(%d)"
-msgstr "cadeia de bits muito longa para tipo bit varying(%d)"
+msgid ""
+"could not rename file \"%s\" to \"%s\" (initialization of log file %u, "
+"segment %u): %m"
+msgstr ""
+"não pôde renomear arquivo \"%s\" para \"%s\" (inicialização do arquivo de "
+"log %u, segmento %u): %m"
-#: utils/adt/varbit.c:1164
-msgid "cannot AND bit strings of different sizes"
-msgstr "não pode executar E em cadeias de bits de tamanhos diferentes"
+#: access/transam/xlog.c:2855 replication/walreceiver.c:489
+#, c-format
+msgid "could not close log file %u, segment %u: %m"
+msgstr "não pôde fechar arquivo de log %u, segmento %u: %m"
-#: utils/adt/varbit.c:1206
-msgid "cannot OR bit strings of different sizes"
-msgstr "não pode executar OU em cadeias de bits de tamanhos diferentes"
+#: access/transam/xlog.c:2927 access/transam/xlog.c:3092
+#: access/transam/xlog.c:9078 access/transam/xlog.c:9254 utils/adt/dbsize.c:65
+#: utils/adt/dbsize.c:211 utils/adt/dbsize.c:276 utils/adt/genfile.c:107
+#: utils/adt/genfile.c:279 storage/file/copydir.c:86
+#: storage/file/copydir.c:125
+#, c-format
+msgid "could not stat file \"%s\": %m"
+msgstr "não pôde executar stat no arquivo \"%s\": %m"
-#: utils/adt/varbit.c:1253
-msgid "cannot XOR bit strings of different sizes"
-msgstr "não pode executar XOR em cadeias de bits de tamanhos diferentes"
+#: access/transam/xlog.c:2935 access/transam/xlog.c:9284 storage/smgr/md.c:374
+#: storage/smgr/md.c:423 storage/smgr/md.c:1257
+#, c-format
+msgid "could not remove file \"%s\": %m"
+msgstr "não pôde remover arquivo \"%s\": %m"
-#: utils/adt/varbit.c:1583 utils/adt/numeric.c:2306 utils/adt/int8.c:500
-#: utils/adt/int8.c:529 utils/adt/int8.c:550 utils/adt/int8.c:580
-#: utils/adt/int8.c:612 utils/adt/int8.c:630 utils/adt/int8.c:679
-#: utils/adt/int8.c:696 utils/adt/int8.c:765 utils/adt/int8.c:786
-#: utils/adt/int8.c:813 utils/adt/int8.c:844 utils/adt/int8.c:865
-#: utils/adt/int8.c:886 utils/adt/int8.c:913 utils/adt/int8.c:953
-#: utils/adt/int8.c:974 utils/adt/int8.c:1001 utils/adt/int8.c:1032
-#: utils/adt/int8.c:1053 utils/adt/int8.c:1074 utils/adt/int8.c:1101
-#: utils/adt/int8.c:1274 utils/adt/int8.c:1313
-msgid "bigint out of range"
-msgstr "bigint fora do intervalo"
+#: access/transam/xlog.c:3071
+#, c-format
+msgid "archive file \"%s\" has wrong size: %lu instead of %lu"
+msgstr ""
+"arquivo do arquivador \"%s\" tem tamanho incorreto: %lu ao invés de %lu"
-#: utils/adt/varbit.c:1731 utils/adt/varbit.c:1789
+#: access/transam/xlog.c:3080
#, c-format
-msgid "bit index %d out of valid range (0..%d)"
-msgstr "índice do bit %d fora do intervalo válido (0..%d)"
+msgid "restored log file \"%s\" from archive"
+msgstr "arquivo de log restaurado \"%s\" do arquivador"
-#: utils/adt/uuid.c:128
+#: access/transam/xlog.c:3130
#, c-format
-msgid "invalid input syntax for uuid: \"%s\""
-msgstr "sintaxe de entrada é inválida para uuid: \"%s\""
+msgid "could not restore file \"%s\" from archive: return code %d"
+msgstr "não pôde restaurar arquivo \"%s\" do arquivador: código retornado %d"
-#: utils/adt/tsvector_parser.c:136 utils/adt/tsquery.c:156
-#: utils/adt/tsquery.c:392
+#. translator: First %s represents a recovery.conf parameter name like
+#. "recovery_end_command", and the 2nd is the value of that parameter.
+#: access/transam/xlog.c:3244
#, c-format
-msgid "syntax error in tsquery: \"%s\""
-msgstr "erro de sintaxe em tsquery: \"%s\""
+msgid "%s \"%s\": return code %d"
+msgstr "%s \"%s\": código retornado %d"
-#: utils/adt/tsvector_parser.c:137
+#: access/transam/xlog.c:3354 access/transam/xlog.c:3537
#, c-format
-msgid "syntax error in tsvector: \"%s\""
-msgstr "erro de sintaxe em tsvector: \"%s\""
+msgid "could not open transaction log directory \"%s\": %m"
+msgstr "não pôde abrir diretório do log de transação \"%s\": %m"
-#: utils/adt/tsvector_parser.c:202
+#: access/transam/xlog.c:3408
#, c-format
-msgid "there is no escaped character: \"%s\""
-msgstr "não há caracter com escape: \"%s\""
+msgid "recycled transaction log file \"%s\""
+msgstr "arquivo do log de transação \"%s\" foi reciclado"
-#: utils/adt/tsvector_parser.c:319
+#: access/transam/xlog.c:3424
#, c-format
-msgid "wrong position info in tsvector: \"%s\""
-msgstr "informação incorreta sobre posição no tsvector: \"%s\""
+msgid "removing transaction log file \"%s\""
+msgstr "removendo arquivo do log de transação \"%s\""
-#: utils/adt/tsvector_op.c:530 utils/adt/tsvector.c:272 tsearch/to_tsany.c:165
+#: access/transam/xlog.c:3447
#, c-format
-msgid "string is too long for tsvector (%d bytes, max %d bytes)"
-msgstr ""
-"cadeia de caracteres é muito longa para tsvector (%d bytes, máximo de %d "
-"bytes)"
+msgid "could not rename old transaction log file \"%s\": %m"
+msgstr "não pôde renomear arquivo de log de transação antigo \"%s\": %m"
-#: utils/adt/tsvector_op.c:1173
-msgid "ts_stat query must return one tsvector column"
-msgstr "consulta ts_stat deve retornar uma coluna tsvector"
+#: access/transam/xlog.c:3459
+#, c-format
+msgid "could not remove old transaction log file \"%s\": %m"
+msgstr "não pôde remover arquivo de log de transação antigo \"%s\": %m"
-#: utils/adt/tsvector_op.c:1353
+#: access/transam/xlog.c:3497 access/transam/xlog.c:3507
#, c-format
-msgid "tsvector column \"%s\" does not exist"
-msgstr "coluna tsvector \"%s\" não existe"
+msgid "required WAL directory \"%s\" does not exist"
+msgstr "diretório WAL requerido \"%s\" não existe"
-#: utils/adt/tsvector_op.c:1359
+#: access/transam/xlog.c:3513
#, c-format
-msgid "column \"%s\" is not of tsvector type"
-msgstr "coluna \"%s\" não é do tipo tsvector"
+msgid "creating missing WAL directory \"%s\""
+msgstr "criando diretório WAL ausente \"%s\""
+
+#: access/transam/xlog.c:3516
+#, c-format
+msgid "could not create missing directory \"%s\": %m"
+msgstr "não pôde criar diretório ausente \"%s\": %m"
-#: utils/adt/tsvector_op.c:1371
+#: access/transam/xlog.c:3550
#, c-format
-msgid "configuration column \"%s\" does not exist"
-msgstr "coluna de configuração \"%s\" não existe"
+msgid "removing transaction log backup history file \"%s\""
+msgstr "removendo arquivo de histórico do log de transação \"%s\""
-#: utils/adt/tsvector_op.c:1377
+#: access/transam/xlog.c:3670
#, c-format
-msgid "column \"%s\" is not of regconfig type"
-msgstr "coluna \"%s\" não é do tipo regconfig"
+msgid "incorrect hole size in record at %X/%X"
+msgstr "tamanho de espaço livre incorreto no registro em %X/%X"
-#: utils/adt/tsvector_op.c:1384
+#: access/transam/xlog.c:3683
#, c-format
-msgid "configuration column \"%s\" must not be null"
-msgstr "coluna de configuração \"%s\" não deve ser nulo"
+msgid "incorrect total length in record at %X/%X"
+msgstr "tamanho total incorreto no registro em %X/%X"
-#: utils/adt/tsvector_op.c:1397
+#: access/transam/xlog.c:3696
#, c-format
-msgid "text search configuration name \"%s\" must be schema-qualified"
+msgid "incorrect resource manager data checksum in record at %X/%X"
msgstr ""
-"nome da configuração de busca textual \"%s\" deve ser qualificada pelo "
-"esquema"
+"soma de verificação de dados do gerenciador de recursos incorreta no "
+"registro %X/%X"
-#: utils/adt/tsvector_op.c:1417 parser/parse_expr.c:764
-#: commands/tablecmds.c:1299 commands/tablecmds.c:2067
-#: commands/indexcmds.c:846 commands/copy.c:3792
+#: access/transam/xlog.c:3774 access/transam/xlog.c:3812
#, c-format
-msgid "column \"%s\" does not exist"
-msgstr "coluna \"%s\" não existe"
+msgid "invalid record offset at %X/%X"
+msgstr "deslocamento de registro inválido em %X/%X"
-#: utils/adt/tsvector_op.c:1422
+#: access/transam/xlog.c:3820
#, c-format
-msgid "column \"%s\" is not of a character type"
-msgstr "coluna \"%s\" não é do tipo caracter"
+msgid "contrecord is requested by %X/%X"
+msgstr "contrecord é solicitado por %X/%X"
-#: utils/adt/tsvector.c:215
+#: access/transam/xlog.c:3835
#, c-format
-msgid "word is too long (%ld bytes, max %ld bytes)"
-msgstr "palavra é muito longa (%ld bytes, máximo de %ld bytes)"
+msgid "invalid xlog switch record at %X/%X"
+msgstr "registro de rotação do xlog é inválido em %X/%X"
-#: utils/adt/tsvector.c:222
+#: access/transam/xlog.c:3843
#, c-format
-msgid "string is too long for tsvector (%ld bytes, max %ld bytes)"
-msgstr ""
-"cadeia de caracteres é muito longa para tsvector (%ld bytes, máximo de %ld "
-"bytes)"
-
-#: utils/adt/tsrank.c:404
-msgid "array of weight must be one-dimensional"
-msgstr "matriz de pesos devem ser de uma dimensão"
+msgid "record with zero length at %X/%X"
+msgstr "registro com tamanho zero em %X/%X"
-#: utils/adt/tsrank.c:409
-msgid "array of weight is too short"
-msgstr "matriz de pesos é muito pequena"
+#: access/transam/xlog.c:3852
+#, c-format
+msgid "invalid record length at %X/%X"
+msgstr "tamanho de registro é inválido em %X/%X"
-#: utils/adt/tsrank.c:414
-msgid "array of weight must not contain nulls"
-msgstr "matriz de pesos não deve conter valores nulos"
+#: access/transam/xlog.c:3859
+#, c-format
+msgid "invalid resource manager ID %u at %X/%X"
+msgstr "ID do gerenciador de recursos %u é inválido em %X/%X"
-#: utils/adt/tsrank.c:423 utils/adt/tsrank.c:749
-msgid "weight out of range"
-msgstr "peso fora do intervalo"
+#: access/transam/xlog.c:3872 access/transam/xlog.c:3888
+#, c-format
+msgid "record with incorrect prev-link %X/%X at %X/%X"
+msgstr "registro com prev-link %X/%X incorreto em %X/%X"
-#: utils/adt/tsquery_rewrite.c:296
-msgid "ts_rewrite query must return two tsquery columns"
-msgstr "consulta ts_rewrite deve retornar duas colunas tsquery"
+#: access/transam/xlog.c:3917
+#, c-format
+msgid "record length %u at %X/%X too long"
+msgstr "tamanho do registro %u em %X/%X é muito longo"
-#: utils/adt/tsquery_cleanup.c:285
-msgid ""
-"text-search query contains only stop words or doesn't contain lexemes, "
-"ignored"
+#: access/transam/xlog.c:3957
+#, c-format
+msgid "there is no contrecord flag in log file %u, segment %u, offset %u"
msgstr ""
-"consulta de busca textual contém somente palavras ignoradas ou não contém "
-"lexemas, ignorada"
+"não há marcação em contrecord no arquivo de log %u, segmento %u, "
+"deslocamento %u"
-#: utils/adt/tsquery.c:177
+#: access/transam/xlog.c:3967
#, c-format
-msgid "no operand in tsquery: \"%s\""
-msgstr "nenhum operando em tsquery: \"%s\""
+msgid "invalid contrecord length %u in log file %u, segment %u, offset %u"
+msgstr ""
+"tamanho de contrecord %u é inválido no arquivo de log %u, segmento %u, "
+"deslocamento %u"
-#: utils/adt/tsquery.c:250
+#: access/transam/xlog.c:4057
#, c-format
-msgid "value is too big in tsquery: \"%s\""
-msgstr "valor é muito grande em tsquery: \"%s\""
+msgid "invalid magic number %04X in log file %u, segment %u, offset %u"
+msgstr ""
+"número mágico %04X é invalido no arquivo de log %u, segmento %u, "
+"deslocamento %u"
-#: utils/adt/tsquery.c:255
+#: access/transam/xlog.c:4064 access/transam/xlog.c:4110
#, c-format
-msgid "operand is too long in tsquery: \"%s\""
-msgstr "operando é muito longo em tsquery: \"%s\""
+msgid "invalid info bits %04X in log file %u, segment %u, offset %u"
+msgstr ""
+"bits de informação %04X são inválidos no arquivo de log %u, segmento %u, "
+"deslocamento %u"
-#: utils/adt/tsquery.c:283
-#, c-format
-msgid "word is too long in tsquery: \"%s\""
-msgstr "palavra é muito longa em tsquery: \"%s\""
+#: access/transam/xlog.c:4086 access/transam/xlog.c:4094
+#: access/transam/xlog.c:4101
+msgid "WAL file is from different database system"
+msgstr "arquivo do WAL é de um sistema de banco de dados diferente"
-#: utils/adt/tsquery.c:512
+#: access/transam/xlog.c:4087
#, c-format
-msgid "text-search query doesn't contain lexemes: \"%s\""
-msgstr "consulta de busca textual não contém lexemas: \"%s\""
-
-#: utils/adt/tsgistidx.c:100
-msgid "gtsvector_in not implemented"
-msgstr "gtsvector_in não está implementado"
+msgid ""
+"WAL file database system identifier is %s, pg_control database system "
+"identifier is %s."
+msgstr ""
+"identificador do sistema de banco de dados no arquivo do WAL é %s, "
+"identificador do sistema de banco de dados no pg_control é %s."
-#: utils/adt/trigfuncs.c:41
-msgid "suppress_redundant_updates_trigger: must be called as trigger"
-msgstr "suppress_redundant_updates_trigger: deve ser chamado com gatilho"
+#: access/transam/xlog.c:4095
+msgid "Incorrect XLOG_SEG_SIZE in page header."
+msgstr "XLOG_SEG_SIZE está incorreto no cabeçalho da página."
-#: utils/adt/trigfuncs.c:47
-msgid "suppress_redundant_updates_trigger: must be called on update"
-msgstr ""
-"suppress_redundant_updates_trigger: deve ser chamado durante atualização"
+#: access/transam/xlog.c:4102
+msgid "Incorrect XLOG_BLCKSZ in page header."
+msgstr "XLOG_BLCKSZ está incorreto no cabeçalho da página."
-#: utils/adt/trigfuncs.c:53
-msgid "suppress_redundant_updates_trigger: must be called before update"
+#: access/transam/xlog.c:4118
+#, c-format
+msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
msgstr ""
-"suppress_redundant_updates_trigger: deve ser chamado antes da atualização"
+"pageaddr %X/%X inesperado no arquivo de log %u, segmento %u, deslocalemto %u"
-#: utils/adt/trigfuncs.c:59
-msgid "suppress_redundant_updates_trigger: must be called for each row"
+#: access/transam/xlog.c:4130
+#, c-format
+msgid "unexpected timeline ID %u in log file %u, segment %u, offset %u"
msgstr ""
-"suppress_redundant_updates_trigger: deve ser chamado para cada registro"
+"ID de linha do tempo %u inesperado no arquivo de log %u, segmento %u, "
+"deslocalemto %u"
-#: utils/adt/timestamp.c:97
+#: access/transam/xlog.c:4148
#, c-format
-msgid "TIMESTAMP(%d)%s precision must not be negative"
-msgstr "precisão do TIMESTAMP(%d)%s não deve ser negativa"
+msgid ""
+"out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset "
+"%u"
+msgstr ""
+"ID de linha do tempo %u fora de sequência (depois %u) no arquivo de log %u, "
+"segmento %u, deslocamento %u"
-#: utils/adt/timestamp.c:103
+#: access/transam/xlog.c:4221
#, c-format
-msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d"
-msgstr "precisão do TIMESTAMP(%d)%s reduzida ao máximo permitido, %d"
+msgid "syntax error in history file: %s"
+msgstr "erro de sintaxe no arquivo de histórico: %s"
-#: utils/adt/timestamp.c:171 utils/adt/timestamp.c:435
-#, c-format
-msgid "timestamp out of range: \"%s\""
-msgstr "timestamp fora do intervalo: \"%s\""
+#: access/transam/xlog.c:4222
+msgid "Expected a numeric timeline ID."
+msgstr "Esperado um ID de linha do tempo numérico."
-#: utils/adt/timestamp.c:189 utils/adt/timestamp.c:453
-#: utils/adt/timestamp.c:664
+#: access/transam/xlog.c:4227
#, c-format
-msgid "date/time value \"%s\" is no longer supported"
-msgstr "valor de data/hora \"%s\" não é mais suportado"
+msgid "invalid data in history file: %s"
+msgstr "dado inválido no arquivo de histórico: %s"
-#: utils/adt/timestamp.c:260
-msgid "timestamp cannot be NaN"
-msgstr "timestamp não pode ser NaN"
+#: access/transam/xlog.c:4228
+msgid "Timeline IDs must be in increasing sequence."
+msgstr "IDs de linha do tempo devem ser uma sequência crescente."
-#: utils/adt/timestamp.c:370
+#: access/transam/xlog.c:4241
#, c-format
-msgid "timestamp(%d) precision must be between %d and %d"
-msgstr "precisão do timestamp(%d) deve ser entre %d e %d"
-
-#: utils/adt/timestamp.c:658 utils/adt/timestamp.c:3109
-#: utils/adt/timestamp.c:3239 utils/adt/timestamp.c:3624
-msgid "interval out of range"
-msgstr "interval fora do intervalo"
+msgid "invalid data in history file \"%s\""
+msgstr "dado inválido no arquivo de histórico \"%s\""
-#: utils/adt/timestamp.c:787 utils/adt/timestamp.c:820
-msgid "invalid INTERVAL type modifier"
-msgstr "modificador do tipo INTERVAL é inválido"
+#: access/transam/xlog.c:4242
+msgid "Timeline IDs must be less than child timeline's ID."
+msgstr ""
+"IDs de linha do tempo devem ser menores do que ID de linha do tempo "
+"descendente."
-#: utils/adt/timestamp.c:803
+#: access/transam/xlog.c:4328
#, c-format
-msgid "INTERVAL(%d) precision must not be negative"
-msgstr "precisão de INTERVAL(%d) não deve ser negativa"
+msgid "new timeline %u is not a child of database system timeline %u"
+msgstr ""
+"nova linha do tempo %u não é descendente da linha do tempo %u do sistema de "
+"banco de dados"
-#: utils/adt/timestamp.c:809
+#: access/transam/xlog.c:4341
#, c-format
-msgid "INTERVAL(%d) precision reduced to maximum allowed, %d"
-msgstr "precisão de INTERVAL(%d) reduzida ao máximo permitido, %d"
+msgid "new target timeline is %u"
+msgstr "nova linha do tempo é %u"
-#: utils/adt/timestamp.c:1101
+#: access/transam/xlog.c:4566
#, c-format
-msgid "interval(%d) precision must be between %d and %d"
-msgstr "precisão de interval(%d) deve ser entre %d e %d"
-
-#: utils/adt/timestamp.c:2306
-msgid "cannot subtract infinite timestamps"
-msgstr "não pode subtrair timestamps infinitos"
-
-#: utils/adt/timestamp.c:2876 utils/adt/numeric.c:4507
-#: utils/adt/numeric.c:4790 utils/adt/int8.c:596 utils/adt/int8.c:647
-#: utils/adt/int8.c:828 utils/adt/int8.c:927 utils/adt/int8.c:1016
-#: utils/adt/int8.c:1115 utils/adt/int.c:730 utils/adt/int.c:875
-#: utils/adt/int.c:974 utils/adt/int.c:1063 utils/adt/int.c:1093
-#: utils/adt/int.c:1117 utils/adt/geo_ops.c:4130 utils/adt/float.c:764
-#: utils/adt/float.c:828 utils/adt/float.c:2470 utils/adt/float.c:2533
-#: utils/adt/cash.c:507 utils/adt/cash.c:557 utils/adt/cash.c:608
-#: utils/adt/cash.c:657 utils/adt/cash.c:709 utils/adt/cash.c:759
-msgid "division by zero"
-msgstr "divisão por zero"
-
-#: utils/adt/timestamp.c:3365 utils/adt/timestamp.c:3961
-#: utils/adt/timestamp.c:4020
+msgid "could not link file \"%s\" to \"%s\": %m"
+msgstr "não pôde vincular arquivo \"%s\" a \"%s\": %m"
+
+#: access/transam/xlog.c:4573 access/transam/xlog.c:5533
+#: access/transam/xlog.c:5586 access/transam/xlog.c:6368
+#: postmaster/pgarch.c:715
#, c-format
-msgid "timestamp units \"%s\" not supported"
-msgstr "unidades do timestamp \"%s\" não são suportadas"
+msgid "could not rename file \"%s\" to \"%s\": %m"
+msgstr "não pôde renomear arquivo \"%s\" para \"%s\": %m"
-#: utils/adt/timestamp.c:3379 utils/adt/timestamp.c:4030
+#: access/transam/xlog.c:4655
#, c-format
-msgid "timestamp units \"%s\" not recognized"
-msgstr "unidades do timestamp \"%s\" são desconhecidas"
+msgid "could not create control file \"%s\": %m"
+msgstr "não pôde criar arquivo de controle \"%s\": %m"
-#: utils/adt/timestamp.c:3520 utils/adt/timestamp.c:4192
-#: utils/adt/timestamp.c:4233
+#: access/transam/xlog.c:4666 access/transam/xlog.c:4891
#, c-format
-msgid "timestamp with time zone units \"%s\" not supported"
-msgstr "unidades de timestamp with time zone \"%s\" não são suportadas"
+msgid "could not write to control file: %m"
+msgstr "não pôde escrever em arquivo de controle: %m"
-#: utils/adt/timestamp.c:3537 utils/adt/timestamp.c:4242
+#: access/transam/xlog.c:4672 access/transam/xlog.c:4897
#, c-format
-msgid "timestamp with time zone units \"%s\" not recognized"
-msgstr "unidades de timestamp with time zone \"%s\" são desconhecidas"
+msgid "could not fsync control file: %m"
+msgstr "não pôde executar fsync no arquivo de controle: %m"
-#: utils/adt/timestamp.c:3617 utils/adt/timestamp.c:4348
+#: access/transam/xlog.c:4677 access/transam/xlog.c:4902
#, c-format
-msgid "interval units \"%s\" not supported"
-msgstr "unidades de interval \"%s\" não são suportadas"
+msgid "could not close control file: %m"
+msgstr "não pôde fechar arquivo de controle: %m"
-#: utils/adt/timestamp.c:3633 utils/adt/timestamp.c:4375
+#: access/transam/xlog.c:4695 access/transam/xlog.c:4880
#, c-format
-msgid "interval units \"%s\" not recognized"
-msgstr "unidades de interval \"%s\" são desconhecidas"
+msgid "could not open control file \"%s\": %m"
+msgstr "não pôde abrir arquivo de controle \"%s\": %m"
-#: utils/adt/timestamp.c:4445 utils/adt/timestamp.c:4618
+#: access/transam/xlog.c:4701
#, c-format
-msgid "could not convert to time zone \"%s\""
-msgstr "não pôde converter para zona horária \"%s\""
+msgid "could not read from control file: %m"
+msgstr "não pôde ler do arquivo de controle: %m"
-#: utils/adt/timestamp.c:4452 utils/adt/timestamp.c:4625
-#: utils/adt/datetime.c:928 utils/adt/datetime.c:1663 utils/adt/date.c:2631
+#: access/transam/xlog.c:4714 access/transam/xlog.c:4723
+#: access/transam/xlog.c:4747 access/transam/xlog.c:4754
+#: access/transam/xlog.c:4761 access/transam/xlog.c:4766
+#: access/transam/xlog.c:4773 access/transam/xlog.c:4780
+#: access/transam/xlog.c:4787 access/transam/xlog.c:4794
+#: access/transam/xlog.c:4801 access/transam/xlog.c:4808
+#: access/transam/xlog.c:4817 access/transam/xlog.c:4824
+#: access/transam/xlog.c:4833 access/transam/xlog.c:4840
+#: access/transam/xlog.c:4849 access/transam/xlog.c:4856
+#: utils/init/miscinit.c:1171
+msgid "database files are incompatible with server"
+msgstr "arquivos do banco de dados são incompatíveis com o servidor"
+
+#: access/transam/xlog.c:4715
#, c-format
-msgid "time zone \"%s\" not recognized"
-msgstr "zona horária \"%s\" é desconhecida"
+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 ""
+"O agrupamento de banco de dados foi inicializado com PG_CONTROL_VERSION %d "
+"(0x%08x), mas o servidor foi compilado com PG_CONTROL_VERSION %d (0x%08x)."
-#: utils/adt/timestamp.c:4477 utils/adt/timestamp.c:4651
+#: access/transam/xlog.c:4719
+msgid ""
+"This could be a problem of mismatched byte ordering. It looks like you need "
+"to initdb."
+msgstr ""
+"Isto pode ser um problema de incompatibilidade na ordenação dos bits. Parece "
+"que você precisa executar o initdb."
+
+#: access/transam/xlog.c:4724
#, c-format
-msgid "interval time zone \"%s\" must not specify month"
-msgstr "zona horária de interval \"%s\" não deve especificar o mês"
+msgid ""
+"The database cluster was initialized with PG_CONTROL_VERSION %d, but the "
+"server was compiled with PG_CONTROL_VERSION %d."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado com PG_CONTROL_VERSION %d, "
+"mas o servidor foi compilado com PG_CONTROL_VERSION %d."
-#: utils/adt/timestamp.c:4712 utils/adt/timestamp.c:4793 utils/adt/int8.c:1373
-#: utils/adt/int.c:1345
-msgid "step size cannot equal zero"
-msgstr "tamanho do passo não pode ser zero"
+#: access/transam/xlog.c:4727 access/transam/xlog.c:4751
+#: access/transam/xlog.c:4758 access/transam/xlog.c:4763
+msgid "It looks like you need to initdb."
+msgstr "Parece que você precisa executar o initdb."
-#: utils/adt/tid.c:70 utils/adt/tid.c:78 utils/adt/tid.c:86
+#: access/transam/xlog.c:4738
+msgid "incorrect checksum in control file"
+msgstr "soma de verificação está incorreta em arquivo de controle"
+
+#: access/transam/xlog.c:4748
#, c-format
-msgid "invalid input syntax for type tid: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo tid: \"%s\""
+msgid ""
+"The database cluster was initialized with CATALOG_VERSION_NO %d, but the "
+"server was compiled with CATALOG_VERSION_NO %d."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado com CATALOG_VERSION_NO %d, "
+"mas o servidor foi compilado com CATALOG_VERSION_NO %d."
-#: utils/adt/selfuncs.c:4926
-msgid "case insensitive matching not supported on type bytea"
+#: access/transam/xlog.c:4755
+#, c-format
+msgid ""
+"The database cluster was initialized with MAXALIGN %d, but the server was "
+"compiled with MAXALIGN %d."
msgstr ""
-"correspondência não sensível a maiúsculas/minúsculas não é suportada pelo "
-"tipo bytea"
+"O agrupamento de banco de dados foi inicializado com MAXALIGN %d, mas o "
+"servidor foi compilado com MAXALIGN %d."
-#: utils/adt/selfuncs.c:4941 utils/adt/like.c:211
-msgid "could not determine which collation to use for ILIKE"
-msgstr "não pôde determinar qual ordenação utilizar para ILIKE"
+#: access/transam/xlog.c:4762
+msgid ""
+"The database cluster appears to use a different floating-point number format "
+"than the server executable."
+msgstr ""
+"O agrupamento de banco de dados parece utilizar um formato de número de "
+"ponto flutuante diferente do executável do servidor."
-#: utils/adt/selfuncs.c:5029
-msgid "regular-expression matching not supported on type bytea"
-msgstr "correspondência de expressão regular não é suportada pelo tipo bytea"
+#: access/transam/xlog.c:4767
+#, c-format
+msgid ""
+"The database cluster was initialized with BLCKSZ %d, but the server was "
+"compiled with BLCKSZ %d."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado com BLCSZ %d, mas o "
+"servidor foi compilado com BLCSZ %d."
-#: utils/adt/ruleutils.c:1580 utils/adt/acl.c:2772 parser/parse_type.c:117
-#: parser/parse_target.c:895 parser/parse_relation.c:2043
-#: parser/parse_relation.c:2100 parser/analyze.c:2042 commands/trigger.c:592
-#: commands/tablecmds.c:4510 commands/tablecmds.c:4600
-#: commands/tablecmds.c:4647 commands/tablecmds.c:4743
-#: commands/tablecmds.c:4787 commands/tablecmds.c:4866
-#: commands/tablecmds.c:4950 commands/tablecmds.c:6581
-#: commands/tablecmds.c:6790 commands/sequence.c:1443 commands/copy.c:3787
-#: commands/analyze.c:343 catalog/objectaddress.c:545 catalog/aclchk.c:1428
+#: access/transam/xlog.c:4770 access/transam/xlog.c:4777
+#: access/transam/xlog.c:4784 access/transam/xlog.c:4791
+#: access/transam/xlog.c:4798 access/transam/xlog.c:4805
+#: access/transam/xlog.c:4812 access/transam/xlog.c:4820
+#: access/transam/xlog.c:4827 access/transam/xlog.c:4836
+#: access/transam/xlog.c:4843 access/transam/xlog.c:4852
+#: access/transam/xlog.c:4859
+msgid "It looks like you need to recompile or initdb."
+msgstr "Parece que você precisa recompilar ou executar o initdb."
+
+#: access/transam/xlog.c:4774
#, c-format
-msgid "column \"%s\" of relation \"%s\" does not exist"
-msgstr "coluna \"%s\" da relação \"%s\" não existe"
+msgid ""
+"The database cluster was initialized with RELSEG_SIZE %d, but the server was "
+"compiled with RELSEG_SIZE %d."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado com RELSEG_SIZE %d, mas o "
+"servidor foi compilado com RELSEG_SIZE %d."
-#: utils/adt/ruleutils.c:1696 commands/functioncmds.c:1008
-#: commands/functioncmds.c:1108 commands/functioncmds.c:1171
-#: commands/functioncmds.c:1322
+#: access/transam/xlog.c:4781
#, c-format
-msgid "\"%s\" is an aggregate function"
-msgstr "\"%s\" é uma função de agregação"
+msgid ""
+"The database cluster was initialized with XLOG_BLCKSZ %d, but the server was "
+"compiled with XLOG_BLCKSZ %d."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado com XLOG_BLCSZ %d, mas o "
+"servidor foi compilado com XLOG_BLCSZ %d."
-#: utils/adt/ruleutils.c:2429
+#: access/transam/xlog.c:4788
#, c-format
-msgid "rule \"%s\" has unsupported event type %d"
-msgstr "regra \"%s\" tem tipo de evento %d que não é suportado"
+msgid ""
+"The database cluster was initialized with XLOG_SEG_SIZE %d, but the server "
+"was compiled with XLOG_SEG_SIZE %d."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado com XLOG_SEG_SIZE %d, mas o "
+"servidor foi compilado com XLOG_SEG_SIZE %d."
-#: utils/adt/ruleutils.c:5877 utils/adt/ruleutils.c:5932
-#: utils/adt/ruleutils.c:5969 utils/adt/regproc.c:635 utils/adt/regproc.c:1485
-msgid "too many arguments"
-msgstr "muitos argumentos"
+#: access/transam/xlog.c:4795
+#, c-format
+msgid ""
+"The database cluster was initialized with NAMEDATALEN %d, but the server was "
+"compiled with NAMEDATALEN %d."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado com NAMEDATALEN %d, mas o "
+"servidor foi compilado com NAMEDATALEN %d."
-#: utils/adt/rowtypes.c:98 utils/adt/rowtypes.c:473
-msgid "input of anonymous composite types is not implemented"
-msgstr "entrada de tipos compostos anônimos não está implementada"
+#: access/transam/xlog.c:4802
+#, c-format
+msgid ""
+"The database cluster was initialized with INDEX_MAX_KEYS %d, but the server "
+"was compiled with INDEX_MAX_KEYS %d."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado com INDEX_MAX_KEYS %d, mas "
+"o servidor foi compilado com INDEX_MAX_KEYS %d."
-#: utils/adt/rowtypes.c:151 utils/adt/rowtypes.c:179 utils/adt/rowtypes.c:202
-#: utils/adt/rowtypes.c:210 utils/adt/rowtypes.c:262 utils/adt/rowtypes.c:270
+#: access/transam/xlog.c:4809
#, c-format
-msgid "malformed record literal: \"%s\""
-msgstr "matriz mal formada: \"%s\""
+msgid ""
+"The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the "
+"server was compiled with TOAST_MAX_CHUNK_SIZE %d."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado com TOAST_MAX_CHUNK_SIZE "
+"%d, mas o servidor foi compilado com TOAST_MAX_CHUNK_SIZE %d."
-#: utils/adt/rowtypes.c:152
-msgid "Missing left parenthesis."
-msgstr "Faltando parêntese esquerdo."
+#: access/transam/xlog.c:4818
+msgid ""
+"The database cluster was initialized without HAVE_INT64_TIMESTAMP but the "
+"server was compiled with HAVE_INT64_TIMESTAMP."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado sem HAVE_INT64_TIMESTAMP "
+"mas o servidor foi compilado com HAVE_INT64_TIMESTAMP."
-#: utils/adt/rowtypes.c:180
-msgid "Too few columns."
-msgstr "Poucas colunas."
+#: access/transam/xlog.c:4825
+msgid ""
+"The database cluster was initialized with HAVE_INT64_TIMESTAMP but the "
+"server was compiled without HAVE_INT64_TIMESTAMP."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado com HAVE_INT64_TIMESTAMP "
+"mas o servidor foi compilado sem HAVE_INT64_TIMESTAMP."
-#: utils/adt/rowtypes.c:204 utils/adt/rowtypes.c:212
-msgid "Unexpected end of input."
-msgstr "Fim da entrada inesperado."
+#: access/transam/xlog.c:4834
+msgid ""
+"The database cluster was initialized without USE_FLOAT4_BYVAL but the server "
+"was compiled with USE_FLOAT4_BYVAL."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado sem USE_FLOAT4_BYVAL, mas o "
+"servidor foi compilado com USE_FLOAT4_BYVAL."
-#: utils/adt/rowtypes.c:263
-msgid "Too many columns."
-msgstr "Muitas colunas."
+#: access/transam/xlog.c:4841
+msgid ""
+"The database cluster was initialized with USE_FLOAT4_BYVAL but the server "
+"was compiled without USE_FLOAT4_BYVAL."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado com USE_FLOAT4_BYVAL, mas o "
+"servidor foi compilado sem USE_FLOAT4_BYVAL."
-#: utils/adt/rowtypes.c:271
-msgid "Junk after right parenthesis."
-msgstr "Lixo após parêntese direito."
+#: access/transam/xlog.c:4850
+msgid ""
+"The database cluster was initialized without USE_FLOAT8_BYVAL but the server "
+"was compiled with USE_FLOAT8_BYVAL."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado sem USE_FLOAT8_BYVAL, mas o "
+"servidor foi compilado com USE_FLOAT8_BYVAL."
+
+#: access/transam/xlog.c:4857
+msgid ""
+"The database cluster was initialized with USE_FLOAT8_BYVAL but the server "
+"was compiled without USE_FLOAT8_BYVAL."
+msgstr ""
+"O agrupamento de banco de dados foi inicializado com USE_FLOAT8_BYVAL, mas o "
+"servidor foi compilado sem USE_FLOAT8_BYVAL."
-#: utils/adt/rowtypes.c:522
+#: access/transam/xlog.c:5182
#, c-format
-msgid "wrong number of columns: %d, expected %d"
-msgstr "número de colunas incorreto: %d, esperado %d"
+msgid "could not write bootstrap transaction log file: %m"
+msgstr "não pôde escrever no arquivo inicial de log de transação: %m"
-#: utils/adt/rowtypes.c:549
+#: access/transam/xlog.c:5188
#, c-format
-msgid "wrong data type: %u, expected %u"
-msgstr "tipo de dado incorreto: %u, esperado %u"
+msgid "could not fsync bootstrap transaction log file: %m"
+msgstr "não pôde executar fsync no arquivo inicial de log de transação: %m"
-#: utils/adt/rowtypes.c:557 utils/adt/arrayfuncs.c:1411 libpq/pqformat.c:556
-#: libpq/pqformat.c:574 libpq/pqformat.c:595
-msgid "insufficient data left in message"
-msgstr "dados insuficientes na mensagem"
+#: access/transam/xlog.c:5193
+#, c-format
+msgid "could not close bootstrap transaction log file: %m"
+msgstr "não pôde fechar arquivo inicial de log de transação: %m"
-#: utils/adt/rowtypes.c:610
+#: access/transam/xlog.c:5260
#, c-format
-msgid "improper binary format in record column %d"
-msgstr "formato binário inválido na coluna %d do registro"
+msgid "could not open recovery command file \"%s\": %m"
+msgstr "não pôde abrir arquivo de comando de recuperação \"%s\": %m"
-#: utils/adt/rowtypes.c:897 utils/adt/rowtypes.c:1132
+#: access/transam/xlog.c:5298 access/transam/xlog.c:5389
+#: access/transam/xlog.c:5400 commands/extension.c:527
+#: commands/extension.c:535 utils/misc/guc.c:5309
#, c-format
-msgid "cannot compare dissimilar column types %s and %s at record column %d"
-msgstr ""
-"não pode comparar tipos de colunas diferentes %s e %s em coluna %d de "
-"registro"
+msgid "parameter \"%s\" requires a Boolean value"
+msgstr "parâmetro \"%s\" requer um valor booleano"
-#: utils/adt/rowtypes.c:922 utils/adt/arrayfuncs.c:3378
-#: executor/execQual.c:4892
+#: access/transam/xlog.c:5314
#, c-format
-msgid "could not identify a comparison function for type %s"
-msgstr "não pôde identificar uma função de comparação para tipo %s"
+msgid "recovery_target_timeline is not a valid number: \"%s\""
+msgstr "recovery_target_timeline não é um número válido: \"%s\""
-#: utils/adt/rowtypes.c:983 utils/adt/rowtypes.c:1203
-msgid "cannot compare record types with different numbers of columns"
-msgstr "não pode comparar tipos record com quantidade diferente de colunas"
+#: access/transam/xlog.c:5330
+#, c-format
+msgid "recovery_target_xid is not a valid number: \"%s\""
+msgstr "recovery_target_xid não é um número válido: \"%s\""
-#: utils/adt/rowtypes.c:1157 utils/adt/arrayfuncs.c:3176
-#: utils/adt/arrayfuncs.c:3695 parser/parse_oper.c:225
+#: access/transam/xlog.c:5374
#, c-format
-msgid "could not identify an equality operator for type %s"
-msgstr "não pôde identificar um operador de igualdade para tipo %s"
+msgid "recovery_target_name is too long (maximum %d characters)"
+msgstr "recovery_target_name é muito longo (no máximo %d caracteres)"
-#: utils/adt/ri_triggers.c:375 utils/adt/ri_triggers.c:435
-#: utils/adt/ri_triggers.c:598 utils/adt/ri_triggers.c:838
-#: utils/adt/ri_triggers.c:1026 utils/adt/ri_triggers.c:1188
-#: utils/adt/ri_triggers.c:1376 utils/adt/ri_triggers.c:1547
-#: utils/adt/ri_triggers.c:1730 utils/adt/ri_triggers.c:1901
-#: utils/adt/ri_triggers.c:2117 utils/adt/ri_triggers.c:2299
-#: utils/adt/ri_triggers.c:2502 utils/adt/ri_triggers.c:2550
-#: utils/adt/ri_triggers.c:2595 utils/adt/ri_triggers.c:2757 gram.y:2887
-msgid "MATCH PARTIAL not yet implemented"
-msgstr "MATCH PARTIAL ainda não foi implementado"
+#: access/transam/xlog.c:5421
+#, c-format
+msgid "unrecognized recovery parameter \"%s\""
+msgstr "parâmetro de recuperação \"%s\" desconhecido"
-#: utils/adt/ri_triggers.c:409 utils/adt/ri_triggers.c:2841
-#: utils/adt/ri_triggers.c:3535 utils/adt/ri_triggers.c:3567
+#: access/transam/xlog.c:5432
#, c-format
-msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\""
+msgid ""
+"recovery command file \"%s\" specified neither primary_conninfo nor "
+"restore_command"
msgstr ""
-"inserção ou atualização em tabela \"%s\" viola restrição de chave "
-"estrangeira \"%s\""
+"arquivo de comando de recuperação \"%s\" não especificou primary_conninfo ou "
+"restore_command"
-#: utils/adt/ri_triggers.c:412 utils/adt/ri_triggers.c:2844
-msgid "MATCH FULL does not allow mixing of null and nonnull key values."
-msgstr "MATCH FULL não permite mistura de valores de chaves nulas e não-nulas."
+#: access/transam/xlog.c:5434
+msgid ""
+"The database server will regularly poll the pg_xlog subdirectory to check "
+"for files placed there."
+msgstr ""
+"O servidor de banco de dados acessará regularmente o subdiretório pg_xlog "
+"para verificar por arquivos ali presentes."
-#: utils/adt/ri_triggers.c:3080 commands/constraint.c:59
+#: access/transam/xlog.c:5440
#, c-format
-msgid "function \"%s\" was not called by trigger manager"
-msgstr "função \"%s\" não foi chamada pelo gerenciador de gatilhos"
+msgid ""
+"recovery command file \"%s\" must specify restore_command when standby mode "
+"is not enabled"
+msgstr ""
+"arquivo do comando de recuperação \"%s\" deve especificar restore_command "
+"quando modo em espera não estiver habilitado"
-#: utils/adt/ri_triggers.c:3089 commands/constraint.c:66
+#: access/transam/xlog.c:5460
#, c-format
-msgid "function \"%s\" must be fired AFTER ROW"
-msgstr "função \"%s\" deve ser disparada no AFTER ROW"
+msgid "recovery target timeline %u does not exist"
+msgstr "linha do tempo para recuperação %u não existe"
-#: utils/adt/ri_triggers.c:3097
+#: access/transam/xlog.c:5590
+msgid "archive recovery complete"
+msgstr "recuperação do archive está completa"
+
+#: access/transam/xlog.c:5708
#, c-format
-msgid "function \"%s\" must be fired for INSERT"
-msgstr "função \"%s\" deve ser disparada pelo INSERT"
+msgid "recovery stopping after commit of transaction %u, time %s"
+msgstr "recuperação parada após efetivação da transação %u, tempo %s"
-#: utils/adt/ri_triggers.c:3103
+#: access/transam/xlog.c:5713
#, c-format
-msgid "function \"%s\" must be fired for UPDATE"
-msgstr "função \"%s\" deve ser disparada pelo UPDATE"
+msgid "recovery stopping before commit of transaction %u, time %s"
+msgstr "recuperação parada antes da efetivação da transação %u, tempo %s"
-#: utils/adt/ri_triggers.c:3110 commands/constraint.c:80
+#: access/transam/xlog.c:5721
#, c-format
-msgid "function \"%s\" must be fired for INSERT or UPDATE"
-msgstr "função \"%s\" deve ser disparada pelo INSERT ou UPDATE"
+msgid "recovery stopping after abort of transaction %u, time %s"
+msgstr "recuperação parada após interrupção da transação %u, tempo %s"
-#: utils/adt/ri_triggers.c:3117
+#: access/transam/xlog.c:5726
#, c-format
-msgid "function \"%s\" must be fired for DELETE"
-msgstr "função \"%s\" deve ser disparada pelo DELETE"
+msgid "recovery stopping before abort of transaction %u, time %s"
+msgstr "recuperação parada antes interrupção da transação %u, tempo %s"
-#: utils/adt/ri_triggers.c:3146
+#: access/transam/xlog.c:5735
#, c-format
-msgid "no pg_constraint entry for trigger \"%s\" on table \"%s\""
-msgstr "nenhuma entrada em pg_constraint para gatilho \"%s\" na tabela \"%s\""
+msgid "recovery stopping at restore point \"%s\", time %s"
+msgstr "recuperação parada no ponto de restauração \"%s\", tempo %s"
-#: utils/adt/ri_triggers.c:3148
-msgid ""
-"Remove this referential integrity trigger and its mates, then do ALTER TABLE "
-"ADD CONSTRAINT."
+#: access/transam/xlog.c:5763
+msgid "recovery has paused"
+msgstr "recuperação está em pausa"
+
+#: access/transam/xlog.c:5764
+msgid "Execute pg_xlog_replay_resume() to continue."
+msgstr "Execute pg_xlog_replay_resume() para continuar."
+
+#: access/transam/xlog.c:5807 access/transam/xlog.c:5829
+#: access/transam/xlog.c:5851
+msgid "must be superuser to control recovery"
+msgstr "deve ser super-usuário para controlar recuperação"
+
+#: access/transam/xlog.c:5812 access/transam/xlog.c:5834
+#: access/transam/xlog.c:5856
+msgid "recovery is not in progress"
+msgstr "recuperação não está em andamento"
+
+#: access/transam/xlog.c:5813 access/transam/xlog.c:5835
+#: access/transam/xlog.c:5857
+msgid "Recovery control functions can only be executed during recovery."
msgstr ""
-"Remova este gatilho de integridade referencial e seus pares, então faça "
-"ALTER TABLE ADD CONSTRAINT."
+"Funções de controle de recuperação só podem ser executadas durante "
+"recuperação."
-#: utils/adt/ri_triggers.c:3502
+#: access/transam/xlog.c:5949
#, c-format
msgid ""
-"referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave "
-"unexpected result"
+"hot standby is not possible because %s = %d is a lower setting than on the "
+"master server (its value was %d)"
msgstr ""
-"consulta de integridade referencial em \"%s\" da retrição \"%s\" em \"%s\" "
-"retornou resultado inesperado"
+"servidor em espera ativo não é possível porque %s = %d é uma configuração "
+"mais baixa do que no servidor principal (seu valor era %d)"
-#: utils/adt/ri_triggers.c:3506
-msgid "This is most likely due to a rule having rewritten the query."
+#: access/transam/xlog.c:5971
+msgid "WAL was generated with wal_level=minimal, data may be missing"
+msgstr "WAL foi gerado com wal_level=minimal, dados podem estar faltando"
+
+#: access/transam/xlog.c:5972
+msgid ""
+"This happens if you temporarily set wal_level=minimal without taking a new "
+"base backup."
msgstr ""
-"Isso provavelmente foi causado por uma regra que reescreveu a consulta."
+"Isso acontece se você temporariamente definir wal_level=minimal sem realizar "
+"uma nova cópia de segurança base."
-#: utils/adt/ri_triggers.c:3537
+#: access/transam/xlog.c:5983
+msgid ""
+"hot standby is not possible because wal_level was not set to \"hot_standby\" "
+"on the master server"
+msgstr ""
+"servidor em espera ativo não é possível porque wal_level não foi definido "
+"para \"hot_standby\" no servidor principal"
+
+#: access/transam/xlog.c:5984
+msgid ""
+"Either set wal_level to \"hot_standby\" on the master, or turn off "
+"hot_standby here."
+msgstr ""
+"Defina wal_level para \"hot_standby\" no primário ou desabilite hot_standby "
+"aqui."
+
+#: access/transam/xlog.c:6032
+msgid "control file contains invalid data"
+msgstr "arquivo de controle contém dados inválidos"
+
+#: access/transam/xlog.c:6036
#, c-format
-msgid "No rows were found in \"%s\"."
-msgstr "Nenhum registro foi encontrado em \"%s\"."
+msgid "database system was shut down at %s"
+msgstr "sistema de banco de dados foi desligado em %s"
-#: utils/adt/ri_triggers.c:3569
+#: access/transam/xlog.c:6040
#, c-format
-msgid "Key (%s)=(%s) is not present in table \"%s\"."
-msgstr "Chave (%s)=(%s) não está presente na tabela \"%s\"."
+msgid "database system was shut down in recovery at %s"
+msgstr "sistema de banco de dados foi desligado durante recuperação em %s"
-#: utils/adt/ri_triggers.c:3575
+#: access/transam/xlog.c:6044
+#, c-format
+msgid "database system shutdown was interrupted; last known up at %s"
+msgstr ""
+"desligamento do sistema de banco de dados foi interrompido; última execução "
+"em %s"
+
+#: access/transam/xlog.c:6048
#, c-format
+msgid "database system was interrupted while in recovery at %s"
+msgstr ""
+"sistema de banco de dados foi interrompido enquanto estava sendo recuperado "
+"em %s"
+
+#: access/transam/xlog.c:6050
msgid ""
-"update or delete on table \"%s\" violates foreign key constraint \"%s\" on "
-"table \"%s\""
+"This probably means that some data is corrupted and you will have to use the "
+"last backup for recovery."
+msgstr ""
+"Isso provavelmente significa que algum dado foi corrompido e você terá que "
+"utilizar o último backup para recuperação."
+
+#: access/transam/xlog.c:6054
+#, c-format
+msgid "database system was interrupted while in recovery at log time %s"
+msgstr ""
+"sistema de banco de dados foi interrompido enquanto estava sendo recuperado "
+"em %s"
+
+#: access/transam/xlog.c:6056
+msgid ""
+"If this has occurred more than once some data might be corrupted and you "
+"might need to choose an earlier recovery target."
msgstr ""
-"atualização ou exclusão em tabela \"%s\" viola restrição de chave "
-"estrangeira \"%s\" em \"%s\""
+"Se isto ocorreu mais de uma vez algum dado pode ter sido corrompido e você "
+"pode precisar escolher um ponto de recuperação anterior ao especificado."
-#: utils/adt/ri_triggers.c:3578
+#: access/transam/xlog.c:6060
#, c-format
-msgid "Key (%s)=(%s) is still referenced from table \"%s\"."
-msgstr "Chave (%s)=(%s) ainda é referenciada pela tabela \"%s\"."
+msgid "database system was interrupted; last known up at %s"
+msgstr "sistema de banco de dados foi interrompido; última execução em %s"
-#: utils/adt/regproc.c:118 utils/adt/regproc.c:139 utils/adt/regproc.c:289
-#: utils/adt/acl.c:3359
+#: access/transam/xlog.c:6109
#, c-format
-msgid "function \"%s\" does not exist"
-msgstr "função \"%s\" não existe"
+msgid "requested timeline %u is not a child of database system timeline %u"
+msgstr ""
+"linha do tempo solicitada %u não é descendente da linha do tempo %u do "
+"sistema de banco de dados"
-#: utils/adt/regproc.c:123 utils/adt/regproc.c:143
-#, c-format
-msgid "more than one function named \"%s\""
-msgstr "mais de uma função com nome \"%s\""
+#: access/transam/xlog.c:6127
+msgid "entering standby mode"
+msgstr "entrando no modo em espera"
-#: utils/adt/regproc.c:464 utils/adt/regproc.c:484 utils/adt/regproc.c:643
-#: parser/parse_oper.c:124 parser/parse_oper.c:718
+#: access/transam/xlog.c:6130
#, c-format
-msgid "operator does not exist: %s"
-msgstr "operador não existe: %s"
+msgid "starting point-in-time recovery to XID %u"
+msgstr "iniciando recuperação de ponto no tempo para XID %u"
-#: utils/adt/regproc.c:468 utils/adt/regproc.c:488
+#: access/transam/xlog.c:6134
#, c-format
-msgid "more than one operator named %s"
-msgstr "mais de um operador com nome %s"
-
-#: utils/adt/regproc.c:630 gram.y:6217
-msgid "missing argument"
-msgstr "faltando argumento"
-
-#: utils/adt/regproc.c:631 gram.y:6218
-msgid "Use NONE to denote the missing argument of a unary operator."
-msgstr "Utilize NONE para denotar argumento em falta de um operador unário."
-
-#: utils/adt/regproc.c:636
-msgid "Provide two argument types for operator."
-msgstr "Forneça dois tipos de argumento para operador."
+msgid "starting point-in-time recovery to %s"
+msgstr "iniciando recuperação de ponto no tempo para %s"
-#: utils/adt/regproc.c:810 parser/parse_relation.c:848
-#: parser/parse_relation.c:856 commands/lockcmds.c:127 catalog/namespace.c:290
+#: access/transam/xlog.c:6138
#, c-format
-msgid "relation \"%s\" does not exist"
-msgstr "relação \"%s\" não existe"
+msgid "starting point-in-time recovery to \"%s\""
+msgstr "iniciando recuperação de ponto no tempo para \"%s\""
+
+#: access/transam/xlog.c:6142
+msgid "starting archive recovery"
+msgstr "iniciando recuperação do arquivador"
-#: utils/adt/regproc.c:973 parser/parse_type.c:196 parser/parse_func.c:1502
-#: commands/typecmds.c:660 commands/typecmds.c:2661 commands/tablecmds.c:225
-#: commands/functioncmds.c:128
+#: access/transam/xlog.c:6164 access/transam/xlog.c:6204
#, c-format
-msgid "type \"%s\" does not exist"
-msgstr "tipo \"%s\" não existe"
+msgid "checkpoint record is at %X/%X"
+msgstr "registro do ponto de controle está em %X/%X"
-#: utils/adt/regproc.c:1383
-msgid "expected a left parenthesis"
-msgstr "parêntese esquerdo esperado"
+#: access/transam/xlog.c:6178
+msgid "could not find redo location referenced by checkpoint record"
+msgstr ""
+"não pôde encontrar local do redo referenciado pelo registro do ponto de "
+"controle"
-#: utils/adt/regproc.c:1399
-msgid "expected a right parenthesis"
-msgstr "parêntese direito esperado"
+#: access/transam/xlog.c:6179 access/transam/xlog.c:6186
+#, c-format
+msgid ""
+"If you are not restoring from a backup, try removing the file \"%s/"
+"backup_label\"."
+msgstr ""
+"Se você não está restaurando uma cópia de segurança, tente remover o arquivo "
+"\"%s/backup_label\"."
-#: utils/adt/regproc.c:1418
-msgid "expected a type name"
-msgstr "nome de tipo esperado"
+#: access/transam/xlog.c:6185
+msgid "could not locate required checkpoint record"
+msgstr "não pôde localizar registro do ponto de controle requerido"
-#: utils/adt/regproc.c:1450
-msgid "improper type name"
-msgstr "nome de tipo inválido"
+#: access/transam/xlog.c:6214 access/transam/xlog.c:6229
+msgid "could not locate a valid checkpoint record"
+msgstr "não pôde localizar registro do ponto de controle válido"
-#: utils/adt/regexp.c:194 tsearch/spell.c:439
+#: access/transam/xlog.c:6223
#, c-format
-msgid "invalid regular expression: %s"
-msgstr "expressão regular inválida: %s"
+msgid "using previous checkpoint record at %X/%X"
+msgstr "utilizando registro do ponto de controle anterior em %X/%X"
-#: utils/adt/regexp.c:411
+#: access/transam/xlog.c:6238
#, c-format
-msgid "invalid regexp option: \"%c\""
-msgstr "opção da expressão regular é inválida: \"%c\""
-
-#: utils/adt/regexp.c:683 utils/adt/like_match.c:289
-msgid "invalid escape string"
-msgstr "cadeia de caracteres de escape inválida"
-
-#: utils/adt/regexp.c:684 utils/adt/like_match.c:290
-msgid "Escape string must be empty or one character."
-msgstr "Cadeia de caracteres de escape deve ser vazia ou ter um caracter."
-
-#: utils/adt/regexp.c:883
-msgid "regexp_split does not support the global option"
-msgstr "regexp_split não suporta a opção global"
+msgid "redo record is at %X/%X; shutdown %s"
+msgstr "registro de redo está em %X/%X; desligamento %s"
-#: utils/adt/pseudotypes.c:94
-msgid "cannot accept a value of type any"
-msgstr "não pode aceitar um valor do tipo any"
+#: access/transam/xlog.c:6242
+#, c-format
+msgid "next transaction ID: %u/%u; next OID: %u"
+msgstr "próximo ID de transação: %u/%u; próximo OID: %u"
-#: utils/adt/pseudotypes.c:107
-msgid "cannot display a value of type any"
-msgstr "não pode mostrar um valor do tipo any"
+#: access/transam/xlog.c:6246
+#, c-format
+msgid "next MultiXactId: %u; next MultiXactOffset: %u"
+msgstr "próximo MultiXactId: %u; próximo MultiXactOffset: %u"
-#: utils/adt/pseudotypes.c:121 utils/adt/pseudotypes.c:149
-msgid "cannot accept a value of type anyarray"
-msgstr "não pode aceitar um valor do tipo anyarray"
+#: access/transam/xlog.c:6249
+#, c-format
+msgid "oldest unfrozen transaction ID: %u, in database %u"
+msgstr "ID de transação descongelado mais antigo: %u, no banco de dados %u"
-#: utils/adt/pseudotypes.c:174
-msgid "cannot accept a value of type anyenum"
-msgstr "não pode aceitar um valor do tipo anyenum"
+#: access/transam/xlog.c:6253
+msgid "invalid next transaction ID"
+msgstr "próximo ID de transação é inválido"
-#: utils/adt/pseudotypes.c:252
-msgid "cannot accept a value of type trigger"
-msgstr "não pode aceitar um valor do tipo trigger"
+#: access/transam/xlog.c:6275
+msgid "invalid redo in checkpoint record"
+msgstr "redo é inválido no registro do ponto de controle"
-#: utils/adt/pseudotypes.c:265
-msgid "cannot display a value of type trigger"
-msgstr "não pode mostrar um valor do tipo trigger"
+#: access/transam/xlog.c:6286
+msgid "invalid redo record in shutdown checkpoint"
+msgstr "registro de redo é inválido no ponto de controle de desligamento"
-#: utils/adt/pseudotypes.c:279
-msgid "cannot accept a value of type language_handler"
-msgstr "não pode aceitar um valor do tipo language_handler"
+#: access/transam/xlog.c:6316
+msgid ""
+"database system was not properly shut down; automatic recovery in progress"
+msgstr ""
+"sistema de banco de dados não foi desligado corretamente; recuperação "
+"automática está em andamento"
-#: utils/adt/pseudotypes.c:292
-msgid "cannot display a value of type language_handler"
-msgstr "não pode mostrar um valor do tipo language_handler"
+#: access/transam/xlog.c:6395
+msgid "initializing for hot standby"
+msgstr "inicialização para servidor em espera ativo"
-#: utils/adt/pseudotypes.c:306
-msgid "cannot accept a value of type fdw_handler"
-msgstr "não pode aceitar um valor do tipo fdw_handler"
+#: access/transam/xlog.c:6525
+#, c-format
+msgid "redo starts at %X/%X"
+msgstr "redo inicia em %X/%X"
-#: utils/adt/pseudotypes.c:319
-msgid "cannot display a value of type fdw_handler"
-msgstr "não pode mostrar um valor do tipo fdw_handler"
+#: access/transam/xlog.c:6640
+#, c-format
+msgid "redo done at %X/%X"
+msgstr "redo pronto em %X/%X"
-#: utils/adt/pseudotypes.c:333
-msgid "cannot accept a value of type internal"
-msgstr "não pode aceitar um valor do tipo interval"
+#: access/transam/xlog.c:6645 access/transam/xlog.c:8231
+#, c-format
+msgid "last completed transaction was at log time %s"
+msgstr "última transação efetivada foi em %s"
-#: utils/adt/pseudotypes.c:346
-msgid "cannot display a value of type internal"
-msgstr "não pode mostrar um valor do tipo interval"
+#: access/transam/xlog.c:6653
+msgid "redo is not required"
+msgstr "redo não é requerido"
-#: utils/adt/pseudotypes.c:360
-msgid "cannot accept a value of type opaque"
-msgstr "não pode aceitar um valor do tipo opaque"
+#: access/transam/xlog.c:6701
+msgid "requested recovery stop point is before consistent recovery point"
+msgstr ""
+"ponto de parada de recuperação solicitado está antes do ponto de recuperação "
+"consistente"
-#: utils/adt/pseudotypes.c:373
-msgid "cannot display a value of type opaque"
-msgstr "não pode mostrar um valor do tipo opaque"
+#: access/transam/xlog.c:6710
+msgid "WAL ends before end of online backup"
+msgstr "WAL terminou antes do fim da cópia de segurança online"
-#: utils/adt/pseudotypes.c:387
-msgid "cannot accept a value of type anyelement"
-msgstr "não pode aceitar um valor do tipo anyelement"
+#: access/transam/xlog.c:6711
+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 ""
+"Cópia de segurança online que iniciou com pg_start_backup() deve ser "
+"terminada com pg_stop_backup(), e todo WAL até aquele ponto deve estar "
+"disponível para recuperação."
-#: utils/adt/pseudotypes.c:400
-msgid "cannot display a value of type anyelement"
-msgstr "não pode mostrar um valor do tipo anyelement"
+#: access/transam/xlog.c:6714
+msgid "WAL ends before consistent recovery point"
+msgstr "Log de transação termina antes de ponto de recuperação consistente"
-#: utils/adt/pseudotypes.c:413
-msgid "cannot accept a value of type anynonarray"
-msgstr "não pode aceitar um valor do tipo anynonarray"
+#: access/transam/xlog.c:6735
+#, c-format
+msgid "selected new timeline ID: %u"
+msgstr "novo ID de linha do tempo selecionado: %u"
-#: utils/adt/pseudotypes.c:426
-msgid "cannot display a value of type anynonarray"
-msgstr "não pode mostrar um valor do tipo anynonarray"
+#: access/transam/xlog.c:6985
+#, c-format
+msgid "consistent recovery state reached at %X/%X"
+msgstr "estado de recuperação consistente atingido em %X/%X"
-#: utils/adt/pseudotypes.c:439
-msgid "cannot accept a value of a shell type"
-msgstr "não pode aceitar um valor do tipo shell"
+#: access/transam/xlog.c:7151
+msgid "invalid primary checkpoint link in control file"
+msgstr ""
+"vínculo de ponto de controle primário é inválido no arquivo de controle"
-#: utils/adt/pseudotypes.c:452
-msgid "cannot display a value of a shell type"
-msgstr "não pode mostrar um valor do tipo shell"
+#: access/transam/xlog.c:7155
+msgid "invalid secondary checkpoint link in control file"
+msgstr ""
+"vínculo de ponto de controle secundário é inválido no arquivo de controle"
-#: utils/adt/pseudotypes.c:474 utils/adt/pseudotypes.c:498
-msgid "cannot accept a value of type pg_node_tree"
-msgstr "não pode aceitar um valor do tipo pg_node_tree"
+#: access/transam/xlog.c:7159
+msgid "invalid checkpoint link in backup_label file"
+msgstr "vínculo de ponto de controle é inválido no arquivo backup_label"
-#: utils/adt/pgstatfuncs.c:1547 postmaster/pgstat.c:1184
-#, c-format
-msgid "unrecognized reset target: \"%s\""
-msgstr "alvo de reinício desconhecido: \"%s\""
+#: access/transam/xlog.c:7173
+msgid "invalid primary checkpoint record"
+msgstr "registro do ponto de controle primário é inválido"
-#: utils/adt/pgstatfuncs.c:1548 postmaster/pgstat.c:1185
-msgid "Target must be \"bgwriter\"."
-msgstr "Alvo deve ser \"bgwriter\"."
+#: access/transam/xlog.c:7177
+msgid "invalid secondary checkpoint record"
+msgstr "registro do ponto de controle secundário é inválido"
-#: utils/adt/pg_locale.c:953
-#, c-format
-msgid "could not create locale \"%s\": %m"
-msgstr "não pôde criar configuração regional \"%s\": %m"
+#: access/transam/xlog.c:7181
+msgid "invalid checkpoint record"
+msgstr "registro do ponto de controle é inválido"
-#: utils/adt/pg_locale.c:956
-#, c-format
-msgid ""
-"The operating system could not find any locale data for the locale name \"%s"
-"\"."
+#: access/transam/xlog.c:7192
+msgid "invalid resource manager ID in primary checkpoint record"
msgstr ""
-"O sistema operacional não encontrou nenhum dado sobre a configuração "
-"regional para nome de configuração regional \"%s\"."
+"ID do gerenciador de recursos é inválido no registro do ponto de controle "
+"primário"
-#: utils/adt/pg_locale.c:1043
-msgid ""
-"collations with different collate and ctype values are not supported on this "
-"platform"
+#: access/transam/xlog.c:7196
+msgid "invalid resource manager ID in secondary checkpoint record"
msgstr ""
-"ordenações com diferentes valores de collate e ctype não são suportadas "
-"nessa plataforma"
-
-#: utils/adt/pg_locale.c:1058
-msgid "nondefault collations are not supported on this platform"
-msgstr "ordenações não-padrão não são suportados nessa plataforma"
-
-#: utils/adt/pg_locale.c:1229
-msgid "invalid multibyte character for locale"
-msgstr "caracter multibyte é inválido para configuração regional"
+"ID do gerenciador de recursos é inválido no registro do ponto de controle "
+"secundário"
-#: utils/adt/pg_locale.c:1230
-msgid ""
-"The server's LC_CTYPE locale is probably incompatible with the database "
-"encoding."
+#: access/transam/xlog.c:7200
+msgid "invalid resource manager ID in checkpoint record"
msgstr ""
-"A configuração regional LC_TYPE do servidor é provavelmente incompatível com "
-"a codificação de banco de dados."
+"ID do gerenciador de recursos é inválido no registro do ponto de controle"
-#: utils/adt/oracle_compat.c:184 utils/adt/oracle_compat.c:282
-#: utils/adt/oracle_compat.c:758 utils/adt/oracle_compat.c:1048
-#: utils/adt/genfile.c:117
-msgid "requested length too large"
-msgstr "tamanho solicitado é muito grande"
+#: access/transam/xlog.c:7212
+msgid "invalid xl_info in primary checkpoint record"
+msgstr "xl_info é inválido no registro do ponto de controle primário"
-#: utils/adt/oracle_compat.c:895
-msgid "requested character too large"
-msgstr "tamanho solicitado é muito grande"
+#: access/transam/xlog.c:7216
+msgid "invalid xl_info in secondary checkpoint record"
+msgstr "xl_info é inválido no registro do ponto de controle secundário"
-#: utils/adt/oracle_compat.c:941 utils/adt/oracle_compat.c:995
-#, c-format
-msgid "requested character too large for encoding: %d"
-msgstr "caracter solicitado é muito grande para codificação: %d"
+#: access/transam/xlog.c:7220
+msgid "invalid xl_info in checkpoint record"
+msgstr "xl_info é inválido no registro do ponto de contrle"
-#: utils/adt/oracle_compat.c:988
-msgid "null character not permitted"
-msgstr "caracter nulo não é permitido"
+#: access/transam/xlog.c:7232
+msgid "invalid length of primary checkpoint record"
+msgstr "tamanho do registro do ponto de controle primário é inválido"
-#: utils/adt/oid.c:43 utils/adt/oid.c:57 utils/adt/oid.c:63 utils/adt/oid.c:84
-#, c-format
-msgid "invalid input syntax for type oid: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo oid: \"%s\""
+#: access/transam/xlog.c:7236
+msgid "invalid length of secondary checkpoint record"
+msgstr "tamanho do registro do ponto de controle secundário é inválido"
-#: utils/adt/oid.c:69 utils/adt/oid.c:107
-#, c-format
-msgid "value \"%s\" is out of range for type oid"
-msgstr "valor \"%s\" está fora do intervalo para tipo oid"
+#: access/transam/xlog.c:7240
+msgid "invalid length of checkpoint record"
+msgstr "tamanho do registro do ponto de controle é inválido"
-#: utils/adt/oid.c:212 utils/adt/oid.c:293 utils/adt/int.c:243
-msgid "oidvector has too many elements"
-msgstr "oidvector tem muitos elementos"
+#: access/transam/xlog.c:7402
+msgid "shutting down"
+msgstr "desligando"
-#: utils/adt/oid.c:287
-msgid "invalid oidvector data"
-msgstr "dado oidvector inválido"
+#: access/transam/xlog.c:7424
+msgid "database system is shut down"
+msgstr "sistema de banco de dados está desligado"
-#: utils/adt/numutils.c:51 utils/adt/numutils.c:61 utils/adt/numutils.c:103
-#: utils/adt/int8.c:98 utils/adt/int8.c:133
-#, c-format
-msgid "invalid input syntax for integer: \"%s\""
-msgstr "sintaxe de entrada é inválida para integer: \"%s\""
+#: access/transam/xlog.c:7858
+msgid ""
+"concurrent transaction log activity while database system is shutting down"
+msgstr ""
+"atividade concorrente no log de transação enquanto o sistema de banco de "
+"dados está sendo desligado"
-#: utils/adt/numutils.c:75
-#, c-format
-msgid "value \"%s\" is out of range for type integer"
-msgstr "valor \"%s\" está fora do intervalo para tipo integer"
+#: access/transam/xlog.c:8092
+msgid "skipping restartpoint, recovery has already ended"
+msgstr "ignorando ponto de reinício, recuperação já terminou"
-#: utils/adt/numutils.c:81
+#: access/transam/xlog.c:8117
#, c-format
-msgid "value \"%s\" is out of range for type smallint"
-msgstr "valor \"%s\" está fora do intervalo para tipo smallint"
+msgid "skipping restartpoint, already performed at %X/%X"
+msgstr "ignorando ponto de reinício, já foi executado em %X/%X"
-#: utils/adt/numutils.c:87
+#: access/transam/xlog.c:8229
#, c-format
-msgid "value \"%s\" is out of range for 8-bit integer"
-msgstr "valor \"%s\" está fora do intervalo para inteiro de 8 bits"
+msgid "recovery restart point at %X/%X"
+msgstr "ponto de reinício de recuperação em %X/%X"
-#: utils/adt/numeric.c:473 utils/adt/numeric.c:500 utils/adt/numeric.c:3275
-#: utils/adt/numeric.c:3298 utils/adt/numeric.c:3322 utils/adt/numeric.c:3329
+#: access/transam/xlog.c:8329
#, c-format
-msgid "invalid input syntax for type numeric: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo numeric: \"%s\""
-
-#: utils/adt/numeric.c:653
-msgid "invalid length in external \"numeric\" value"
-msgstr "tamanho inválido no valor de \"numeric\" externo"
-
-#: utils/adt/numeric.c:664
-msgid "invalid sign in external \"numeric\" value"
-msgstr "sinal inválido no valor de \"numeric\" externo"
+msgid "restore point \"%s\" created at %X/%X"
+msgstr "ponto de restauração \"%s\" criado em %X/%X"
-#: utils/adt/numeric.c:674
-msgid "invalid digit in external \"numeric\" value"
-msgstr "dígito inválido no valor de \"numeric\" externo"
+#: access/transam/xlog.c:8429
+msgid "online backup was canceled, recovery cannot continue"
+msgstr ""
+"cópia de segurança online foi cancelada, recuperação não pode continuar"
-#: utils/adt/numeric.c:814 utils/adt/numeric.c:828
+#: access/transam/xlog.c:8492
#, c-format
-msgid "NUMERIC precision %d must be between 1 and %d"
-msgstr "precisão do NUMERIC %d deve ser entre 1 e %d"
+msgid "unexpected timeline ID %u (after %u) in checkpoint record"
+msgstr ""
+"ID de linha do tempo %u inesperado (depois %u) no registro do ponto de "
+"controle"
-#: utils/adt/numeric.c:819
+#: access/transam/xlog.c:8537
#, c-format
-msgid "NUMERIC scale %d must be between 0 and precision %d"
-msgstr "escala do NUMERIC %d deve ser entre 0 e precisão %d"
-
-#: utils/adt/numeric.c:837
-msgid "invalid NUMERIC type modifier"
-msgstr "modificador de tipo NUMERIC é inválido"
-
-#: utils/adt/numeric.c:1171 utils/adt/float.c:2687
-msgid "count must be greater than zero"
-msgstr "contador deve ser maior do que zero"
-
-#: utils/adt/numeric.c:1178 utils/adt/float.c:2692
-msgid "operand, lower bound and upper bound cannot be NaN"
-msgstr "operando, limite inferior e limite superior não podem ser infinitos"
-
-#: utils/adt/numeric.c:1191 utils/adt/float.c:2736
-msgid "lower bound cannot equal upper bound"
-msgstr "limite inferior não pode ser igual a limite superior"
-
-#: utils/adt/numeric.c:1881 utils/adt/numeric.c:3754
-msgid "value overflows numeric format"
-msgstr "valor excede formato numeric"
+msgid "unexpected timeline ID %u (should be %u) in checkpoint record"
+msgstr ""
+"ID de linha do tempo %u inesperado (deve ser %u) no registro do ponto de "
+"controle"
-#: utils/adt/numeric.c:2166 utils/adt/float.c:1345
-msgid "zero raised to a negative power is undefined"
-msgstr "zero elevado a um número negativo é indefinido"
+#: access/transam/xlog.c:8801 access/transam/xlog.c:8825
+#, c-format
+msgid "could not fsync log file %u, segment %u: %m"
+msgstr "não pôde executar fsync no arquivo de log %u, segmento %u: %m"
-#: utils/adt/numeric.c:2172 utils/adt/float.c:1349
-msgid "a negative number raised to a non-integer power yields a complex result"
+#: access/transam/xlog.c:8833
+#, c-format
+msgid "could not fsync write-through log file %u, segment %u: %m"
msgstr ""
-"um número negativo elevado a um número que não é inteiro retorna um "
-"resultado complexo"
+"não pôde executar fsync write-through no arquivo de log %u, segmento %u: %m"
-#: utils/adt/numeric.c:2229
-msgid "cannot convert NaN to integer"
-msgstr "não pode converter NaN para inteiro"
+#: access/transam/xlog.c:8842
+#, c-format
+msgid "could not fdatasync log file %u, segment %u: %m"
+msgstr "não pôde executar fdatasync no arquivo de log %u, segmento %u: %m"
-#: utils/adt/numeric.c:2297
-msgid "cannot convert NaN to bigint"
-msgstr "não pode converter NaN para bigint"
+#: access/transam/xlog.c:8923 access/transam/xlog.c:9202
+msgid "must be superuser or replication role to run a backup"
+msgstr ""
+"deve ser super-usuário ou role de replicação para fazer uma cópia de "
+"segurança"
-#: utils/adt/numeric.c:2345
-msgid "cannot convert NaN to smallint"
-msgstr "não pode converter NaN para smallint"
+#: access/transam/xlog.c:8928 access/transam/xlog.c:9207
+#: access/transam/xlog.c:9470 access/transam/xlog.c:9502
+#: access/transam/xlog.c:9543 access/transam/xlog.c:9576
+#: access/transam/xlog.c:9683 access/transam/xlog.c:9758
+msgid "recovery is in progress"
+msgstr "recuperação está em andamento"
-#: utils/adt/numeric.c:2354 utils/adt/numeric.c:2365 utils/adt/int8.c:1236
-#: utils/adt/int.c:349 utils/adt/int.c:789 utils/adt/int.c:818
-#: utils/adt/int.c:839 utils/adt/int.c:859 utils/adt/int.c:891
-#: utils/adt/int.c:1157 utils/adt/float.c:1119 utils/adt/float.c:1177
-msgid "smallint out of range"
-msgstr "smallint fora do intervalo"
+#: access/transam/xlog.c:8929 access/transam/xlog.c:9208
+#: access/transam/xlog.c:9471 access/transam/xlog.c:9503
+#: access/transam/xlog.c:9544 access/transam/xlog.c:9577
+msgid "WAL control functions cannot be executed during recovery."
+msgstr ""
+"funções de controle do WAL não podem ser executadas durante recuperação."
-#: utils/adt/numeric.c:3824
-msgid "numeric field overflow"
-msgstr "estouro de campo numeric"
+#: access/transam/xlog.c:8934 access/transam/xlog.c:9213
+msgid "WAL level not sufficient for making an online backup"
+msgstr "nível do WAL não é suficiente para fazer uma cópia de segurança online"
-#: utils/adt/numeric.c:3825
-#, c-format
+#: access/transam/xlog.c:8935 access/transam/xlog.c:9214
+#: access/transam/xlog.c:9509
msgid ""
-"A field with precision %d, scale %d must round to an absolute value less "
-"than %s%d."
+"wal_level must be set to \"archive\" or \"hot_standby\" at server start."
msgstr ""
-"Um campo com precisão %d, escala %d deve arredondar para um valor absoluto "
-"menor do que %s%d."
+"wal_level deve ser definido com \"archive\" ou \"hot_standby\" ao iniciar o "
+"servidor."
-#: utils/adt/numeric.c:3969 utils/adt/numeric.c:3995 utils/adt/float.c:399
-#: utils/adt/float.c:440 utils/adt/float.c:491
+#: access/transam/xlog.c:8940
#, c-format
-msgid "invalid input syntax for type double precision: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo double precision: \"%s\""
-
-#: utils/adt/numeric.c:5183 utils/adt/float.c:1303
-msgid "cannot take square root of a negative number"
-msgstr "não pode calcular raiz quadrada de um número negativo"
-
-#: utils/adt/numeric.c:5273
-msgid "argument for function \"exp\" too big"
-msgstr "argumento para função \"exp\" é muito grande"
+msgid "backup label too long (max %d bytes)"
+msgstr "rótulo de cópia de segurança é muito longo (máximo de %d bytes)"
-#: utils/adt/numeric.c:5401 utils/adt/float.c:1415 utils/adt/float.c:1445
-msgid "cannot take logarithm of zero"
-msgstr "não pode calcular logaritmo de zero"
+#: access/transam/xlog.c:8981 access/transam/xlog.c:9084
+msgid "a backup is already in progress"
+msgstr "uma cópia de segurança está em andamento"
-#: utils/adt/numeric.c:5405 utils/adt/float.c:1419 utils/adt/float.c:1449
-msgid "cannot take logarithm of a negative number"
-msgstr "não pode calcular logaritmo de número negativo"
+#: access/transam/xlog.c:8982
+msgid "Run pg_stop_backup() and try again."
+msgstr "Execute pg_stop_backup() e tente novamente."
-#. translator: first %s is inet or cidr
-#: utils/adt/network.c:107 utils/adt/datetime.c:3561
+#: access/transam/xlog.c:9085
#, c-format
-msgid "invalid input syntax for type %s: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo %s: \"%s\""
+msgid ""
+"If you're sure there is no backup in progress, remove file \"%s\" and try "
+"again."
+msgstr ""
+"Se você tem certeza que não há cópia de segurança em andamento, remova o "
+"arquivo \"%s\" e tente novamente."
-#: utils/adt/network.c:118
+#: access/transam/xlog.c:9100 access/transam/xlog.c:9346
#, c-format
-msgid "invalid cidr value: \"%s\""
-msgstr "valor de cidr é inválido: \"%s\""
+msgid "could not write file \"%s\": %m"
+msgstr "não pôde escrever no arquivo \"%s\": %m"
-#: utils/adt/network.c:119 utils/adt/network.c:249
-msgid "Value has bits set to right of mask."
-msgstr "Valor tem bits definidos a direita da máscara."
+#: access/transam/xlog.c:9258
+msgid "a backup is not in progress"
+msgstr "não há uma cópia de segurança em andamento"
-#: utils/adt/network.c:160 utils/adt/network.c:614 utils/adt/network.c:639
-#: utils/adt/network.c:664
+#: access/transam/xlog.c:9297 access/transam/xlog.c:9828
+#: access/transam/xlog.c:9834
#, c-format
-msgid "could not format inet value: %m"
-msgstr "não pôde formatar valor de inet: %m"
+msgid "invalid data in file \"%s\""
+msgstr "dado inválido no arquivo \"%s\""
-#. translator: %s is inet or cidr
-#: utils/adt/network.c:217
-#, c-format
-msgid "invalid address family in external \"%s\" value"
-msgstr "família de endereços inválida no valor de \"%s\" externo"
+#: access/transam/xlog.c:9395
+msgid ""
+"pg_stop_backup cleanup done, waiting for required WAL segments to be archived"
+msgstr ""
+"pg_stop_backup concluído, esperando os segmentos do WAL requeridos serem "
+"arquivados"
-#. translator: %s is inet or cidr
-#: utils/adt/network.c:224
+#: access/transam/xlog.c:9405
#, c-format
-msgid "invalid bits in external \"%s\" value"
-msgstr "bits inválidos no valor de \"%s\" externo"
+msgid ""
+"pg_stop_backup still waiting for all required WAL segments to be archived "
+"(%d seconds elapsed)"
+msgstr ""
+"pg_stop_backup ainda está esperando o arquivamento de todos os segmentos do "
+"WAL necessários (%d segundos passados)"
-#. translator: %s is inet or cidr
-#: utils/adt/network.c:233
-#, c-format
-msgid "invalid length in external \"%s\" value"
-msgstr "tamanho inválido no valor de \"%s\" externo"
+#: access/transam/xlog.c:9407
+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 ""
+"Verifique se o archive_command está sendo executado normalmente. "
+"pg_stop_backup pode ser cancelado com segurança, mas a cópia de segurança do "
+"banco de dados não será útil sem todos os segmentos do WAL."
-#: utils/adt/network.c:248
-msgid "invalid external \"cidr\" value"
-msgstr "valor de \"cidr\" externo é inválido"
+#: access/transam/xlog.c:9414
+msgid "pg_stop_backup complete, all required WAL segments have been archived"
+msgstr "pg_stop_backup concluído, todos os segmentos do WAL foram arquivados"
-#: utils/adt/network.c:370 utils/adt/network.c:397
-#, c-format
-msgid "invalid mask length: %d"
-msgstr "tamanho de máscara é inválido: %d"
+#: access/transam/xlog.c:9418
+msgid ""
+"WAL archiving is not enabled; you must ensure that all required WAL segments "
+"are copied through other means to complete the backup"
+msgstr ""
+"arquivamento do WAL não está habilitado; você deve garantir que todos os "
+"segmentos do WAL necessários foram copiados por outros meios para completar "
+"a cópia de segurança"
-#: utils/adt/network.c:682
+#: access/transam/xlog.c:9465
+msgid "must be superuser to switch transaction log files"
+msgstr "deve ser super-usuário para rotacionar arquivos do log de transação"
+
+#: access/transam/xlog.c:9497
+msgid "must be superuser to create a restore point"
+msgstr "deve ser super-usuário para criar um ponto de restauração"
+
+#: access/transam/xlog.c:9508
+msgid "WAL level not sufficient for creating a restore point"
+msgstr "nível do WAL não é suficiente para criar um ponto de restauração"
+
+#: access/transam/xlog.c:9516
#, c-format
-msgid "could not format cidr value: %m"
-msgstr "não pôde formatar valor de cidr: %m"
+msgid "value too long for restore point (maximum %d characters)"
+msgstr ""
+"valor é muito longo para ponto de restauração (máximo de %d caracteres)"
-#: utils/adt/network.c:1255
-msgid "cannot AND inet values of different sizes"
-msgstr "não pode executar E em valores inet de tamanhos diferentes"
+#: access/transam/xlog.c:9684
+msgid "pg_xlogfile_name_offset() cannot be executed during recovery."
+msgstr "pg_xlogfile_name_offset() não pode ser executado durante recuperação."
-#: utils/adt/network.c:1287
-msgid "cannot OR inet values of different sizes"
-msgstr "não pode executar OU em valores inet de tamanhos diferentes"
+#: access/transam/xlog.c:9694 access/transam/xlog.c:9766
+#, c-format
+msgid "could not parse transaction log location \"%s\""
+msgstr "não pôde validar local do log de transação \"%s\""
-#: utils/adt/network.c:1348 utils/adt/network.c:1424
-msgid "result is out of range"
-msgstr "resultado está fora do intervalo"
+#: access/transam/xlog.c:9759
+msgid "pg_xlogfile_name() cannot be executed during recovery."
+msgstr "pg_xlogfile_name() não pode ser executado durante recuperação."
-#: utils/adt/network.c:1389
-msgid "cannot subtract inet values of different sizes"
-msgstr "não pode subtrair valores inet de tamanhos diferentes"
+#: access/transam/xlog.c:9870
+#, c-format
+msgid "xlog redo %s"
+msgstr "redo do xlog %s"
-#: utils/adt/name.c:91 utils/adt/acl.c:166
-msgid "identifier too long"
-msgstr "identificador muito longo"
+#: access/transam/xlog.c:9910
+msgid "online backup mode canceled"
+msgstr "modo de cópia de segurança online foi cancelado"
-#: utils/adt/name.c:92 utils/adt/acl.c:167
+#: access/transam/xlog.c:9911
#, c-format
-msgid "Identifier must be less than %d characters."
-msgstr "Identificador deve ter pelo menos %d caracteres."
+msgid "\"%s\" was renamed to \"%s\"."
+msgstr "\"%s\" foi renomeado para \"%s\"."
-#: utils/adt/nabstime.c:160
+#: access/transam/xlog.c:9918
+msgid "online backup mode was not canceled"
+msgstr "modo de cópia de segurança online não foi cancelado"
+
+#: access/transam/xlog.c:9919
#, c-format
-msgid "invalid time zone name: \"%s\""
-msgstr "nome de zona horária é inválido: \"%s\""
+msgid "Could not rename \"%s\" to \"%s\": %m."
+msgstr "não pôde renomear \"%s\" para \"%s\": %m"
-#: utils/adt/nabstime.c:506 utils/adt/nabstime.c:579
-msgid "cannot convert abstime \"invalid\" to timestamp"
-msgstr "não pode converter abstime \"invalid\" para timestamp"
+#: access/transam/xlog.c:10432 access/transam/xlog.c:10454
+#, c-format
+msgid "could not read from log file %u, segment %u, offset %u: %m"
+msgstr "não pôde ler do arquivo de log %u, segmento %u, deslocamento %u: %m"
-#: utils/adt/nabstime.c:806
-msgid "invalid status in external \"tinterval\" value"
-msgstr "status inválido no valor de \"tinterval\" externo"
+#: access/transam/xlog.c:10543
+msgid "received promote request"
+msgstr "pedido de promoção foi recebido"
-#: utils/adt/nabstime.c:880
-msgid "cannot convert reltime \"invalid\" to interval"
-msgstr "não pode converter reltime \"invalid\" em interval"
+#: access/transam/xlog.c:10556
+#, c-format
+msgid "trigger file found: %s"
+msgstr "arquivo de gatilho encontrado: %s"
-#: utils/adt/nabstime.c:1575
+#: access/transam/varsup.c:114
#, c-format
-msgid "invalid input syntax for type tinterval: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo tinterval: \"%s\""
+msgid ""
+"database is not accepting commands to avoid wraparound data loss in database "
+"\"%s\""
+msgstr ""
+"banco de dados não está aceitando comandos para evitar perda de dados por "
+"reinício no banco de dados \"%s\""
-#: utils/adt/misc.c:80
-msgid "must be superuser to signal other server processes"
-msgstr "deve ser super-usuário para sinalizar outros processos servidor"
+#: access/transam/varsup.c:116 access/transam/varsup.c:123
+msgid ""
+"Stop the postmaster and use a standalone backend to vacuum that database.\n"
+"You might also need to commit or roll back old prepared transactions."
+msgstr ""
+"Pare o postmaster e use um servidor autônomo para limpar aquele banco de "
+"dados.\n"
+"Você também pode precisar efetivar ou desfazer transações preparadas antigas."
-#: utils/adt/misc.c:89
+#: access/transam/varsup.c:121
#, c-format
-msgid "PID %d is not a PostgreSQL server process"
-msgstr "PID %d não é um processo servidor do PostgreSQL"
+msgid ""
+"database is not accepting commands to avoid wraparound data loss in database "
+"with OID %u"
+msgstr ""
+"banco de dados não está aceitando comandos para evitar perda de dados por "
+"reinício no banco de dados com OID %u"
-#: utils/adt/misc.c:102 storage/lmgr/proc.c:1065
+#: access/transam/varsup.c:133 access/transam/varsup.c:368
#, c-format
-msgid "could not send signal to process %d: %m"
-msgstr "não pôde enviar sinal para processo %d: %m"
+msgid "database \"%s\" must be vacuumed within %u transactions"
+msgstr "banco de dados \"%s\" deve ser limpado em %u transações"
-#: utils/adt/misc.c:126
-msgid "must be superuser to signal the postmaster"
-msgstr "deve ser super-usuário para sinalizar o postmaster"
+#: access/transam/varsup.c:136 access/transam/varsup.c:143
+#: access/transam/varsup.c:371 access/transam/varsup.c:378
+msgid ""
+"To avoid a database shutdown, execute a database-wide VACUUM in that "
+"database.\n"
+"You might also need to commit or roll back old prepared transactions."
+msgstr ""
+"Para evitar um desligamento do banco de dados, execute um VACUUM completo "
+"naquele banco de dados.\n"
+"Você também pode precisar efetivar ou desfazer transações preparadas antigas."
-#: utils/adt/misc.c:131
+#: access/transam/varsup.c:140 access/transam/varsup.c:375
#, c-format
-msgid "failed to send signal to postmaster: %m"
-msgstr "falhou ao enviar sinal para postmaster: %m"
-
-#: utils/adt/misc.c:148
-msgid "must be superuser to rotate log files"
-msgstr "deve ser super-usuário para rotacionar arquivos de log"
-
-#: utils/adt/misc.c:153
-msgid "rotation not possible because log collection not active"
-msgstr "rotação não é possível porque coleta de log não está ativa"
+msgid "database with OID %u must be vacuumed within %u transactions"
+msgstr "banco de dados com OID %u deve ser limpado em %u transações"
-#: utils/adt/misc.c:195
-msgid "global tablespace never has databases"
-msgstr "tablespace global nunca teve bancos de dados"
+#: access/transam/varsup.c:333
+#, c-format
+msgid "transaction ID wrap limit is %u, limited by database with OID %u"
+msgstr ""
+"limite de reinício do ID de transação é %u, limitado pelo banco de dados com "
+"OID %u"
-#: utils/adt/misc.c:216
+#: access/transam/twophase.c:250
#, c-format
-msgid "%u is not a tablespace OID"
-msgstr "%u não é um OID de tablespace"
+msgid "transaction identifier \"%s\" is too long"
+msgstr "identificador de transação \"%s\" é muito longo"
-#: utils/adt/misc.c:352
-msgid "unreserved"
-msgstr "sem reserva"
+#: access/transam/twophase.c:257
+msgid "prepared transactions are disabled"
+msgstr "transações preparadas estão desabilitadas"
-#: utils/adt/misc.c:356
-msgid "unreserved (cannot be function or type name)"
-msgstr "sem reserva (não pode ser nome de função ou tipo)"
+#: access/transam/twophase.c:258
+msgid "Set max_prepared_transactions to a nonzero value."
+msgstr "Defina max_prepared_transactions para um valor diferente de zero."
-#: utils/adt/misc.c:360
-msgid "reserved (can be function or type name)"
-msgstr "reservado (pode ser nome de função ou tipo)"
+#: access/transam/twophase.c:291
+#, c-format
+msgid "transaction identifier \"%s\" is already in use"
+msgstr "identificador de transação \"%s\" já está em uso"
-#: utils/adt/misc.c:364
-msgid "reserved"
-msgstr "reservado"
+#: access/transam/twophase.c:300
+msgid "maximum number of prepared transactions reached"
+msgstr "número máximo de transações preparadas foi alcançado"
-#: utils/adt/mac.c:65
+#: access/transam/twophase.c:301
#, c-format
-msgid "invalid input syntax for type macaddr: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo macaddr: \"%s\""
+msgid "Increase max_prepared_transactions (currently %d)."
+msgstr "Aumente max_prepared_transactions (atualmente %d)."
-#: utils/adt/mac.c:72
+#: access/transam/twophase.c:421
#, c-format
-msgid "invalid octet value in \"macaddr\" value: \"%s\""
-msgstr "valor de octeto é inválido no valor de \"macaddr\": \"%s\""
-
-#: utils/adt/like_match.c:104 utils/adt/like_match.c:164
-msgid "LIKE pattern must not end with escape character"
-msgstr "padrão de LIKE não deve terminar com caracter escape"
+msgid "prepared transaction with identifier \"%s\" is busy"
+msgstr "transação preparada com identificador \"%s\" está sendo utilizada"
-#: utils/adt/int8.c:114
-#, c-format
-msgid "value \"%s\" is out of range for type bigint"
-msgstr "valor \"%s\" está fora do intervalo para tipo bigint"
+#: access/transam/twophase.c:429
+msgid "permission denied to finish prepared transaction"
+msgstr "permissão negada ao finalizar transação preparada"
-#: utils/adt/int8.c:1330
-msgid "OID out of range"
-msgstr "OID fora do intervalo"
+#: access/transam/twophase.c:430
+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."
-#: utils/adt/int.c:162
-msgid "int2vector has too many elements"
-msgstr "int2vector tem muitos elementos"
+#: access/transam/twophase.c:441
+msgid "prepared transaction belongs to another database"
+msgstr "transação preparada pertence a outro banco de dados"
-#: utils/adt/int.c:237
-msgid "invalid int2vector data"
-msgstr "dado int2vector inválido"
+#: access/transam/twophase.c:442
+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."
-#: utils/adt/geo_ops.c:294 utils/adt/geo_ops.c:4251 utils/adt/geo_ops.c:5172
-msgid "too many points requested"
-msgstr "muitos pontos solicitados"
+#: access/transam/twophase.c:456
+#, c-format
+msgid "prepared transaction with identifier \"%s\" does not exist"
+msgstr "transação preparada com identificador \"%s\" não existe"
-#: utils/adt/geo_ops.c:317
-msgid "could not format \"path\" value"
-msgstr "não pôde formatar valor de \"path\""
+#: access/transam/twophase.c:939
+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"
-#: utils/adt/geo_ops.c:392
+#: access/transam/twophase.c:957
#, c-format
-msgid "invalid input syntax for type box: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo box: \"%s\""
+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"
-#: utils/adt/geo_ops.c:956
+#: access/transam/twophase.c:971 access/transam/twophase.c:988
+#: access/transam/twophase.c:1044 access/transam/twophase.c:1464
+#: access/transam/twophase.c:1471
#, c-format
-msgid "invalid input syntax for type line: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo line: \"%s\""
-
-#: utils/adt/geo_ops.c:963 utils/adt/geo_ops.c:1030 utils/adt/geo_ops.c:1045
-#: utils/adt/geo_ops.c:1057
-msgid "type \"line\" not yet implemented"
-msgstr "tipo \"line\" não está implementado"
+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"
-#: utils/adt/geo_ops.c:1411 utils/adt/geo_ops.c:1434
+#: access/transam/twophase.c:997
#, c-format
-msgid "invalid input syntax for type path: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo path: \"%s\""
-
-#: utils/adt/geo_ops.c:1473
-msgid "invalid number of points in external \"path\" value"
-msgstr "número de pontos é inválido no valor de \"path\" externo"
+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"
-#: utils/adt/geo_ops.c:1816
+#: access/transam/twophase.c:1050 access/transam/twophase.c:1489
#, c-format
-msgid "invalid input syntax for type point: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo point: \"%s\""
+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"
-#: utils/adt/geo_ops.c:2044
+#: access/transam/twophase.c:1130 access/transam/twophase.c:1569
#, c-format
-msgid "invalid input syntax for type lseg: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo lseg: \"%s\""
-
-#: utils/adt/geo_ops.c:2648
-msgid "function \"dist_lb\" not implemented"
-msgstr "função \"dist_lb\" não está implementada"
-
-#: utils/adt/geo_ops.c:3161
-msgid "function \"close_lb\" not implemented"
-msgstr "função \"close_lb\" não está implementada"
-
-#: utils/adt/geo_ops.c:3450
-msgid "cannot create bounding box for empty polygon"
-msgstr "não pode criar um caixa circunscrita para um polígono vazio"
+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"
-#: utils/adt/geo_ops.c:3474 utils/adt/geo_ops.c:3486
+#: access/transam/twophase.c:1147
#, c-format
-msgid "invalid input syntax for type polygon: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo polygon: \"%s\""
-
-#: utils/adt/geo_ops.c:3526
-msgid "invalid number of points in external \"polygon\" value"
-msgstr "número de pontos é inválido no valor de \"polygon\" externo"
+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"
-#: utils/adt/geo_ops.c:4049
-msgid "function \"poly_distance\" not implemented"
-msgstr "função \"poly_distance\" não está implementada"
+#: access/transam/twophase.c:1179
+#, 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"
-#: utils/adt/geo_ops.c:4363
-msgid "function \"path_center\" not implemented"
-msgstr "função \"path_center\" não está implementada"
+#: access/transam/twophase.c:1271
+#, 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"
-#: utils/adt/geo_ops.c:4380
-msgid "open path cannot be converted to polygon"
-msgstr "caminho aberto não pode ser convertido em polígono"
+#: access/transam/twophase.c:1426
+#, 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"
-#: utils/adt/geo_ops.c:4549 utils/adt/geo_ops.c:4559 utils/adt/geo_ops.c:4574
-#: utils/adt/geo_ops.c:4580
+#: access/transam/twophase.c:1455
#, c-format
-msgid "invalid input syntax for type circle: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo circle: \"%s\""
+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"
-#: utils/adt/geo_ops.c:4602 utils/adt/geo_ops.c:4610
-msgid "could not format \"circle\" value"
-msgstr "não pôde formatar valor de \"circle\""
+#: access/transam/twophase.c:1483
+#, 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"
-#: utils/adt/geo_ops.c:4637
-msgid "invalid radius in external \"circle\" value"
-msgstr "raio é inválido no valor de \"circle\" externo"
+#: access/transam/twophase.c:1578
+#, 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"
-#: utils/adt/geo_ops.c:5158
-msgid "cannot convert circle with radius zero to polygon"
-msgstr "não pode converter círculo com raio zero para polígono"
+#: access/transam/twophase.c:1585
+#, 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"
-#: utils/adt/geo_ops.c:5163
-msgid "must request at least 2 points"
-msgstr "deve informar pelo menos 2 pontos"
+#: access/transam/twophase.c:1650
+#, c-format
+msgid "removing future two-phase state file \"%s\""
+msgstr "removendo arquivo futuro de status de efetivação em duas fases \"%s\""
-#: utils/adt/geo_ops.c:5207 utils/adt/geo_ops.c:5230
-msgid "cannot convert empty polygon to circle"
-msgstr "não pode converter polígono vazio para círculo"
+#: access/transam/twophase.c:1666 access/transam/twophase.c:1677
+#: access/transam/twophase.c:1790 access/transam/twophase.c:1801
+#: access/transam/twophase.c:1874
+#, c-format
+msgid "removing corrupt two-phase state file \"%s\""
+msgstr ""
+"removendo arquivo corrompido de status de efetivação em duas fases \"%s\""
-#: utils/adt/genfile.c:60
-msgid "reference to parent directory (\"..\") not allowed"
-msgstr "referência ao diretório pai (\"..\") não é permitida"
+#: access/transam/twophase.c:1779 access/transam/twophase.c:1863
+#, c-format
+msgid "removing stale two-phase state file \"%s\""
+msgstr "removendo arquivo antigo de status de efetivação em duas fases \"%s\""
-#: utils/adt/genfile.c:71
-msgid "absolute path not allowed"
-msgstr "caminho absoluto não é permitido"
+#: access/transam/twophase.c:1881
+#, c-format
+msgid "recovering prepared transaction %u"
+msgstr "recuperação transação preparada %u"
-#: utils/adt/genfile.c:76
-msgid "path must be in or below the current directory"
-msgstr "caminho deve estar no ou abaixo do diretório atual"
+#: access/transam/slru.c:609
+#, c-format
+msgid "file \"%s\" doesn't exist, reading as zeroes"
+msgstr "arquivo \"%s\" não existe, lendo como zeros"
-#: utils/adt/genfile.c:107 utils/adt/genfile.c:279 utils/adt/dbsize.c:65
-#: utils/adt/dbsize.c:211 utils/adt/dbsize.c:276 storage/file/copydir.c:86
-#: storage/file/copydir.c:125 access/transam/xlog.c:2927
-#: access/transam/xlog.c:3092 access/transam/xlog.c:9078
-#: access/transam/xlog.c:9254
+#: access/transam/slru.c:839 access/transam/slru.c:845
+#: access/transam/slru.c:852 access/transam/slru.c:859
+#: access/transam/slru.c:866 access/transam/slru.c:873
#, c-format
-msgid "could not stat file \"%s\": %m"
-msgstr "não pôde executar stat no arquivo \"%s\": %m"
+msgid "could not access status of transaction %u"
+msgstr "não pôde acessar status da transação %u"
-#: utils/adt/genfile.c:122 commands/copy.c:2193
+#: access/transam/slru.c:840
#, c-format
-msgid "could not open file \"%s\" for reading: %m"
-msgstr "não pôde abrir arquivo \"%s\" para leitura: %m"
+msgid "Could not open file \"%s\": %m."
+msgstr "não pôde abrir arquivo \"%s\": %m."
-#: utils/adt/genfile.c:129
+#: access/transam/slru.c:846
#, c-format
-msgid "could not seek in file \"%s\": %m"
-msgstr "não pôde buscar em arquivo \"%s\": %m"
+msgid "Could not seek in file \"%s\" to offset %u: %m."
+msgstr "não pôde buscar no arquivo \"%s\" deslocado de %u: %m."
-#: utils/adt/genfile.c:138 storage/file/copydir.c:186
-#: access/transam/xlog.c:2538 access/transam/xlog.c:4454
-#: access/transam/xlog.c:9266 access/transam/xlog.c:9279
-#: access/transam/xlog.c:9813 access/transam/xlog.c:9848
+#: access/transam/slru.c:853
#, c-format
-msgid "could not read file \"%s\": %m"
-msgstr "não pôde ler arquivo \"%s\": %m"
+msgid "Could not read from file \"%s\" at offset %u: %m."
+msgstr "não pôde ler do arquivo \"%s\" deslocado de %u: %m."
-#: utils/adt/genfile.c:179 utils/adt/genfile.c:203 utils/adt/genfile.c:224
-#: utils/adt/genfile.c:248
-msgid "must be superuser to read files"
-msgstr "deve ser super-usuário para ler arquivos"
+#: access/transam/slru.c:860
+#, c-format
+msgid "Could not write to file \"%s\" at offset %u: %m."
+msgstr "não pôde escrever no arquivo \"%s\" deslocado de %u: %m."
-#: utils/adt/genfile.c:186 utils/adt/genfile.c:231
-msgid "requested length cannot be negative"
-msgstr "tamanho solicitado não pode ser negativo"
+#: access/transam/slru.c:867
+#, c-format
+msgid "Could not fsync file \"%s\": %m."
+msgstr "não pôde executar fsync no arquivo \"%s\": %m."
-#: utils/adt/genfile.c:272
-msgid "must be superuser to get file information"
-msgstr "deve ser super-usuário para obter informação sobre arquivo"
+#: access/transam/slru.c:874
+#, c-format
+msgid "Could not close file \"%s\": %m."
+msgstr "não pôde fechar arquivo \"%s\": %m."
-#: utils/adt/genfile.c:336
-msgid "must be superuser to get directory listings"
-msgstr "deve ser super-usuário para obter listagem de diretórios"
+#: access/transam/slru.c:1101
+#, c-format
+msgid "could not truncate directory \"%s\": apparent wraparound"
+msgstr "não pôde truncar diretório \"%s\": reinício aparente"
-#: utils/adt/formatting.c:492
-msgid "invalid format specification for an interval value"
-msgstr "especificação do formato é inválida para um valor interval"
+#: access/transam/slru.c:1182
+#, c-format
+msgid "removing file \"%s\""
+msgstr "removendo arquivo \"%s\""
-#: utils/adt/formatting.c:493
-msgid "Intervals are not tied to specific calendar dates."
-msgstr "Intervalos não estão presos a datas específicas do calendário."
+#: access/transam/xact.c:729
+msgid "cannot have more than 2^32-1 commands in a transaction"
+msgstr "não pode ter mais do que 2^32-1 comandos em uma transação"
-#: utils/adt/formatting.c:1060
-msgid "\"EEEE\" must be the last pattern used"
-msgstr "\"EEEE\" deve ser o último padrão utilizado"
+#: access/transam/xact.c:1269
+#, c-format
+msgid "maximum number of committed subtransactions (%d) exceeded"
+msgstr "número máximo de subtransações efetivadas (%d) foi alcançado"
-#: utils/adt/formatting.c:1068
-msgid "\"9\" must be ahead of \"PR\""
-msgstr "\"9\" deve estar a frente de \"PR\""
+#: access/transam/xact.c:2045
+msgid "cannot PREPARE a transaction that has operated on temporary tables"
+msgstr ""
+"não pode executar PREPARE em uma transação que utilizou tabelas temporárias"
-#: utils/adt/formatting.c:1084
-msgid "\"0\" must be ahead of \"PR\""
-msgstr "\"0\" deve estar a frente de \"PR\""
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:2836
+#, c-format
+msgid "%s cannot run inside a transaction block"
+msgstr "%s não pode executar dentro de um bloco de transação"
-#: utils/adt/formatting.c:1110
-msgid "multiple decimal points"
-msgstr "múltiplos separadores decimais"
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:2846
+#, c-format
+msgid "%s cannot run inside a subtransaction"
+msgstr "%s não pode executar dentro de uma subtransação"
-#: utils/adt/formatting.c:1114 utils/adt/formatting.c:1197
-msgid "cannot use \"V\" and decimal point together"
-msgstr "não pode utilizar \"V\" e separador decimal juntos"
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:2856
+#, 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"
-#: utils/adt/formatting.c:1126
-msgid "cannot use \"S\" twice"
-msgstr "não pode utilizar \"S\" duas vezes"
+#. translator: %s represents an SQL statement name
+#: access/transam/xact.c:2907
+#, c-format
+msgid "%s can only be used in transaction blocks"
+msgstr "%s só pode ser utilizado em blocos de transação"
-#: utils/adt/formatting.c:1130
-msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together"
-msgstr "não pode utilizar \"S\" e \"PL\"/\"MI\"/\"SG\"/\"PR\" juntos"
+#: access/transam/xact.c:3089
+msgid "there is already a transaction in progress"
+msgstr "há uma transação em execução"
-#: utils/adt/formatting.c:1150
-msgid "cannot use \"S\" and \"MI\" together"
-msgstr "não pode utilizar \"S\" e \"MI\" juntos"
+#: access/transam/xact.c:3256 access/transam/xact.c:3348
+msgid "there is no transaction in progress"
+msgstr "não há uma transação em execução"
-#: utils/adt/formatting.c:1160
-msgid "cannot use \"S\" and \"PL\" together"
-msgstr "não pode utilizar \"S\" e \"PL\" juntos"
+#: access/transam/xact.c:3442 access/transam/xact.c:3492
+#: access/transam/xact.c:3498 access/transam/xact.c:3542
+#: access/transam/xact.c:3590 access/transam/xact.c:3596
+msgid "no such savepoint"
+msgstr "ponto de salvamento inexistente"
-#: utils/adt/formatting.c:1170
-msgid "cannot use \"S\" and \"SG\" together"
-msgstr "não pode utilizar \"S\" e \"SG\" juntos"
+#: access/transam/xact.c:4243
+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"
-#: utils/adt/formatting.c:1179
-msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together"
-msgstr "não pode utilizar \"PR\" e \"S\"/\"PL\"/\"MI\"/\"SG\" juntos"
+#: access/gin/ginscan.c:401
+msgid "old GIN indexes do not support whole-index scans nor searches for nulls"
+msgstr ""
+"índices GIN antigos não suportam buscas em todo índice e nem buscas por nulos"
-#: utils/adt/formatting.c:1205
-msgid "cannot use \"EEEE\" twice"
-msgstr "não pode utilizar \"EEEE\" duas vezes"
+#: access/gin/ginscan.c:402
+#, c-format
+msgid "To fix this, do REINDEX INDEX \"%s\"."
+msgstr "Para corrigir isto, faça REINDEX INDEX \"%s\"."
-#: utils/adt/formatting.c:1211
-msgid "\"EEEE\" is incompatible with other formats"
-msgstr "\"EEEE\" é imcompatível com outros formatos"
+#: access/common/printtup.c:278 tcop/fastpath.c:180 tcop/fastpath.c:554
+#: tcop/postgres.c:1666
+#, c-format
+msgid "unsupported format code: %d"
+msgstr "código do formato não é suportado: %d"
-#: utils/adt/formatting.c:1212
+#: access/common/tupconvert.c:107
+#, c-format
+msgid "Returned type %s does not match expected type %s in column %d."
+msgstr "Tipo %s retornado não corresponde ao tipo %s esperado na coluna %d."
+
+#: access/common/tupconvert.c:135
+#, c-format
msgid ""
-"\"EEEE\" may only be used together with digit and decimal point patterns."
+"Number of returned columns (%d) does not match expected column count (%d)."
msgstr ""
-"\"EEEE\" só pode ser utilizado em conjunto com padrões de dígitos e decimais."
+"Número de colunas retornadas (%d) não corresponde a contagem de colunas "
+"esperada (%d)"
-#: utils/adt/formatting.c:1412
+#: access/common/tupconvert.c:240
#, c-format
-msgid "\"%s\" is not a number"
-msgstr "\"%s\" não é um número"
-
-#: utils/adt/formatting.c:1519 utils/adt/formatting.c:1569
-msgid "could not determine which collation to use for lower() function"
-msgstr "não pôde determinar qual ordenação utilizar na função lower()"
+msgid ""
+"Attribute \"%s\" of type %s does not match corresponding attribute of type "
+"%s."
+msgstr "Atributo \"%s\" do tipo %s não corresponde ao atributo do tipo %s."
-#: utils/adt/formatting.c:1640 utils/adt/formatting.c:1690
-msgid "could not determine which collation to use for upper() function"
-msgstr "não pôde determinar qual ordenação utilizar na função upper()"
+#: access/common/tupconvert.c:252
+#, c-format
+msgid "Attribute \"%s\" of type %s does not exist in type %s."
+msgstr "Atributo \"%s\" do tipo %s não existe no tipo %s."
-#: utils/adt/formatting.c:1773 utils/adt/formatting.c:1835
-msgid "could not determine which collation to use for initcap() function"
-msgstr "não pôde determinar qual ordenação utilizar na função initcap()"
+#: access/common/indextuple.c:57
+#, c-format
+msgid "number of index columns (%d) exceeds limit (%d)"
+msgstr "número de colunas indexadas (%d) excede limite (%d)"
-#: utils/adt/formatting.c:2017
-msgid "invalid combination of date conventions"
-msgstr "combinação inválida de convenções do tipo date"
+#: access/common/indextuple.c:168
+#, c-format
+msgid "index row requires %lu bytes, maximum size is %lu"
+msgstr "registro do índice requer %lu bytes, tamanho máximo é %lu"
-#: utils/adt/formatting.c:2018
-msgid ""
-"Do not mix Gregorian and ISO week date conventions in a formatting template."
-msgstr ""
-"Não misture convenções de data Gregoriana e ISO em um modelo de formatação."
+#: access/common/tupdesc.c:575 parser/parse_relation.c:1169
+#, c-format
+msgid "column \"%s\" cannot be declared SETOF"
+msgstr "coluna \"%s\" não pode ser declarada SETOF"
-#: utils/adt/formatting.c:2035
+#: access/common/heaptuple.c:646 access/common/heaptuple.c:1398
#, c-format
-msgid "conflicting values for \"%s\" field in formatting string"
-msgstr ""
-"valores conflitantes para campo \"%s\" na cadeia de caracteres de formatação"
+msgid "number of columns (%d) exceeds limit (%d)"
+msgstr "número de colunas (%d) excede limite (%d)"
-#: utils/adt/formatting.c:2037
-msgid "This value contradicts a previous setting for the same field type."
+#: access/common/reloptions.c:323
+msgid "user-defined relation parameter types limit exceeded"
msgstr ""
-"Este valor contradiz a configuração anterior para o mesmo tipo de campo."
+"limite dos tipos de parâmetro da relação definidos pelo usuário foi excedido"
+
+#: access/common/reloptions.c:622
+msgid "RESET must not include values for parameters"
+msgstr "RESET não deve incluir valores para parâmetros"
+
+#: access/common/reloptions.c:655
+#, c-format
+msgid "unrecognized parameter namespace \"%s\""
+msgstr "namespace do parâmetro \"%s\" desconhecido"
-#: utils/adt/formatting.c:2098
+#: access/common/reloptions.c:898
#, c-format
-msgid "source string too short for \"%s\" formatting field"
-msgstr ""
-"cadeia de carateres fonte é muito curta para campo de formatação \"%s\""
+msgid "unrecognized parameter \"%s\""
+msgstr "parâmetro \"%s\" desconhecido"
-#: utils/adt/formatting.c:2100
+#: access/common/reloptions.c:923
#, c-format
-msgid "Field requires %d characters, but only %d remain."
-msgstr "Campo requer %d caracteres, mas só restam %d."
+msgid "parameter \"%s\" specified more than once"
+msgstr "parâmetro \"%s\" foi especificado mais de uma vez"
-#: utils/adt/formatting.c:2103 utils/adt/formatting.c:2117
-msgid ""
-"If your source string is not fixed-width, try using the \"FM\" modifier."
-msgstr ""
-"Se sua cadeia de carateres fonte não tem tamanho fixo, tente utilizar o "
-"modificador \"FM\"."
+#: access/common/reloptions.c:938
+#, c-format
+msgid "invalid value for boolean option \"%s\": %s"
+msgstr "valor é inválido para opção booleano \"%s\": %s"
-#: utils/adt/formatting.c:2113 utils/adt/formatting.c:2126
-#: utils/adt/formatting.c:2256
+#: access/common/reloptions.c:949
#, c-format
-msgid "invalid value \"%s\" for \"%s\""
-msgstr "valor \"%s\" inválido para \"%s\""
+msgid "invalid value for integer option \"%s\": %s"
+msgstr "valor é inválido para opção inteiro \"%s\": %s"
-#: utils/adt/formatting.c:2115
+#: access/common/reloptions.c:954 access/common/reloptions.c:972
#, c-format
-msgid "Field requires %d characters, but only %d could be parsed."
-msgstr "Campo requer %d caracteres, mas somente %d puderam ser analisados."
+msgid "value %s out of bounds for option \"%s\""
+msgstr "valor %s está fora do intervalo para opção \"%s\""
-#: utils/adt/formatting.c:2128
-msgid "Value must be an integer."
-msgstr "Valor deve ser um inteiro."
+#: access/common/reloptions.c:956
+#, c-format
+msgid "Valid values are between \"%d\" and \"%d\"."
+msgstr "Valores válidos estão entre \"%d\" e \"%d\"."
-#: utils/adt/formatting.c:2133
+#: access/common/reloptions.c:967
#, c-format
-msgid "value for \"%s\" in source string is out of range"
-msgstr "valor para \"%s\" na cadeia de caracteres fonte está fora do intervalo"
+msgid "invalid value for floating point option \"%s\": %s"
+msgstr "valor é inválido para opção ponto flutuante \"%s\": %s"
-#: utils/adt/formatting.c:2135
+#: access/common/reloptions.c:974
#, c-format
-msgid "Value must be in the range %d to %d."
-msgstr "Valor deve estar no intervalo de %d a %d."
+msgid "Valid values are between \"%f\" and \"%f\"."
+msgstr "Valores válidos estão entre \"%f\" e \"%f\"."
-#: utils/adt/formatting.c:2258
-msgid "The given value did not match any of the allowed values for this field."
+#: optimizer/plan/planner.c:939 parser/analyze.c:1332 parser/analyze.c:1537
+#: parser/analyze.c:2266
+msgid "SELECT FOR UPDATE/SHARE is not allowed with UNION/INTERSECT/EXCEPT"
+msgstr "SELECT FOR UPDATE/SHARE não é permitido com UNION/INTERSECT/EXCEPT"
+
+#: optimizer/plan/planner.c:2234
+msgid "could not implement GROUP BY"
+msgstr "não pôde implementar GROUP BY"
+
+#: optimizer/plan/planner.c:2235 optimizer/plan/planner.c:2407
+#: optimizer/prep/prepunion.c:791
+msgid ""
+"Some of the datatypes only support hashing, while others only support "
+"sorting."
msgstr ""
-"O valor informado não corresponde a nenhum dos valores permitidos para este "
-"campo."
+"Alguns dos tipos de dados só suportam utilização de hash, enquanto outros só "
+"suportam utilização de ordenação."
-#: utils/adt/formatting.c:2814
-msgid "\"TZ\"/\"tz\" format patterns are not supported in to_date"
-msgstr "formatos \"TZ\"/\"tz\" não são suportadas em to_date"
+#: optimizer/plan/planner.c:2406
+msgid "could not implement DISTINCT"
+msgstr "não pôde implementar DISTINCT"
-#: utils/adt/formatting.c:2918
-msgid "invalid input string for \"Y,YYY\""
-msgstr "cadeia de caracteres de entrada é inválida para \"Y,YYY\""
+#: optimizer/plan/planner.c:2857
+msgid "could not implement window PARTITION BY"
+msgstr "não pôde implementar deslizante PARTITION BY"
-#: utils/adt/formatting.c:3435
-#, c-format
-msgid "hour \"%d\" is invalid for the 12-hour clock"
-msgstr "hora \"%d\" é inválido para relógio de 12 horas"
+#: optimizer/plan/planner.c:2858
+msgid "Window partitioning columns must be of sortable datatypes."
+msgstr ""
+"Colunas de particionamento de deslizante devem ser de tipos de dados que "
+"suportam ordenação."
-#: utils/adt/formatting.c:3437
-msgid "Use the 24-hour clock, or give an hour between 1 and 12."
-msgstr "Utilize um relógio de 24 horas ou informe uma hora entre 1 e 12."
+#: optimizer/plan/planner.c:2862
+msgid "could not implement window ORDER BY"
+msgstr "não pôde implementar deslizante ORDER BY"
-#: utils/adt/formatting.c:3475
-#, c-format
-msgid "inconsistent use of year %04d and \"BC\""
-msgstr "uso inconsistente do ano %04d e \"BC\""
+#: optimizer/plan/planner.c:2863
+msgid "Window ordering columns must be of sortable datatypes."
+msgstr ""
+"Colunas de ordenação de deslizante devem ser de tipos de dados que suportam "
+"ordenação."
-#: utils/adt/formatting.c:3522
-msgid "cannot calculate day of year without year information"
-msgstr "não pode calcular dia do ano sem a informação do ano"
+#: optimizer/plan/initsplan.c:595
+msgid ""
+"SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer "
+"join"
+msgstr ""
+"SELECT FOR UPDATE/SHARE não pode ser aplicado ao lado com valores nulos de "
+"um junção externa"
-#: utils/adt/formatting.c:4384
-msgid "\"EEEE\" not supported for input"
-msgstr "\"EEEE\" não é suportado na entrada"
+#: optimizer/util/clauses.c:4166
+#, c-format
+msgid "SQL function \"%s\" during inlining"
+msgstr "função SQL \"%s\" durante expansão em linha"
-#: utils/adt/formatting.c:4396
-msgid "\"RN\" not supported for input"
-msgstr "\"RN\" não é suportado na entrada"
+#: optimizer/util/plancat.c:97
+msgid "cannot access temporary or unlogged relations during recovery"
+msgstr "não pode criar tabelas temporárias ou unlogged durante recuperação"
-#: utils/adt/float.c:54
-msgid "value out of range: overflow"
-msgstr "valor fora do intervalo: estouro (overflow)"
+#: optimizer/prep/prepunion.c:385
+msgid "could not implement recursive UNION"
+msgstr "não pôde implementar UNION recursivo"
-#: utils/adt/float.c:59
-msgid "value out of range: underflow"
-msgstr "valor fora do intervalo: estouro (underflow)"
+#: optimizer/prep/prepunion.c:386
+msgid "All column datatypes must be hashable."
+msgstr "Todos os tipos de dados de colunas devem suportar utilização de hash."
-#: utils/adt/float.c:206 utils/adt/float.c:247 utils/adt/float.c:298
+#. translator: %s is UNION, INTERSECT, or EXCEPT
+#: optimizer/prep/prepunion.c:790
#, c-format
-msgid "invalid input syntax for type real: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo real: \"%s\""
+msgid "could not implement %s"
+msgstr "não pôde implementar %s"
-#: utils/adt/float.c:242
-#, c-format
-msgid "\"%s\" is out of range for type real"
-msgstr "\"%s\" está fora do intervalo para tipo real"
+#: optimizer/path/joinrels.c:673
+msgid ""
+"FULL JOIN is only supported with merge-joinable or hash-joinable join "
+"conditions"
+msgstr ""
+"FULL JOIN só é suportado com condições de junção que podem ser utilizadas "
+"com junção por mesclagem ou junção por hash"
-#: utils/adt/float.c:435
+#: bootstrap/bootstrap.c:277 tcop/postgres.c:3437 postmaster/postmaster.c:683
#, c-format
-msgid "\"%s\" is out of range for type double precision"
-msgstr "\"%s\" está fora do intervalo para tipo double precision"
-
-#: utils/adt/float.c:1476 utils/adt/float.c:1497 utils/adt/float.c:1518
-#: utils/adt/float.c:1540 utils/adt/float.c:1561 utils/adt/float.c:1582
-#: utils/adt/float.c:1604 utils/adt/float.c:1625
-msgid "input is out of range"
-msgstr "entrada está fora do intervalo"
+msgid "--%s requires a value"
+msgstr "--%s requer um valor"
-#: utils/adt/float.c:2698
-msgid "lower and upper bounds must be finite"
-msgstr "limites inferior e superior devem ser finitos"
+#: bootstrap/bootstrap.c:282 tcop/postgres.c:3442 postmaster/postmaster.c:688
+#, c-format
+msgid "-c %s requires a value"
+msgstr "-c %s requer um valor"
-#: utils/adt/enum.c:48 utils/adt/enum.c:58 utils/adt/enum.c:113
-#: utils/adt/enum.c:123
+#: bootstrap/bootstrap.c:293 postmaster/postmaster.c:700
+#: postmaster/postmaster.c:713
#, c-format
-msgid "invalid input value for enum %s: \"%s\""
-msgstr "valor de entrada é inválido para enum %s: \"%s\""
+msgid "Try \"%s --help\" for more information.\n"
+msgstr "Tente \"%s --help\" para obter informações adicionais.\n"
-#: utils/adt/enum.c:85 utils/adt/enum.c:148 utils/adt/enum.c:198
+#: bootstrap/bootstrap.c:302
#, c-format
-msgid "invalid internal value for enum: %u"
-msgstr "valor interno é inválido para enum: %u"
+msgid "%s: invalid command-line arguments\n"
+msgstr "%s: argumentos de linha de comando inválidos\n"
-#: utils/adt/enum.c:357 utils/adt/enum.c:386 utils/adt/enum.c:426
-#: utils/adt/enum.c:446
-msgid "could not determine actual enum type"
-msgstr "não pôde determinar tipo enum atual"
+#: lib/stringinfo.c:266 commands/sequence.c:1014 utils/adt/regexp.c:209
+#: utils/adt/varlena.c:3468 utils/adt/varlena.c:3489
+#: utils/adt/formatting.c:1529 utils/adt/formatting.c:1650
+#: utils/adt/formatting.c:1783 utils/misc/guc.c:3298 utils/misc/guc.c:3311
+#: utils/misc/guc.c:3324 utils/misc/tzparser.c:455 utils/mb/mbutils.c:374
+#: utils/mb/mbutils.c:675 utils/mmgr/aset.c:416 utils/mmgr/aset.c:587
+#: utils/mmgr/aset.c:765 utils/mmgr/aset.c:966 utils/hash/dynahash.c:364
+#: utils/hash/dynahash.c:436 utils/hash/dynahash.c:932 utils/fmgr/dfmgr.c:224
+#: utils/init/miscinit.c:150 utils/init/miscinit.c:171
+#: utils/init/miscinit.c:181 storage/buffer/buf_init.c:154
+#: storage/buffer/localbuf.c:350 storage/file/fd.c:358 storage/file/fd.c:742
+#: storage/file/fd.c:860 storage/ipc/procarray.c:801
+#: storage/ipc/procarray.c:1212 storage/ipc/procarray.c:1219
+#: storage/ipc/procarray.c:1454 storage/ipc/procarray.c:1905
+#: postmaster/postmaster.c:2015 postmaster/postmaster.c:2046
+#: postmaster/postmaster.c:3248 postmaster/postmaster.c:3932
+#: postmaster/postmaster.c:4018 postmaster/postmaster.c:4632 libpq/auth.c:1022
+#: libpq/auth.c:1382 libpq/auth.c:1450 libpq/auth.c:1852
+msgid "out of memory"
+msgstr "sem memória"
-#: utils/adt/enum.c:365 utils/adt/enum.c:394
+#: lib/stringinfo.c:267
#, c-format
-msgid "enum %s contains no values"
-msgstr "enum %s não contém valores"
+msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes."
+msgstr ""
+"Não pode aumentar o buffer de cadeia de caracteres contendo %d bytes para "
+"mais %d bytes."
-#: utils/adt/encode.c:55 utils/adt/encode.c:91
+#: commands/trigger.c:159
#, c-format
-msgid "unrecognized encoding: \"%s\""
-msgstr "codificação desconhecida: \"%s\""
+msgid "\"%s\" is a table"
+msgstr "\"%s\" é uma tabela"
-#: utils/adt/encode.c:150
+#: commands/trigger.c:161
+msgid "Tables cannot have INSTEAD OF triggers."
+msgstr "Tabelas não podem ter gatilhos INSTEAD OF."
+
+#: commands/trigger.c:172 commands/trigger.c:179
#, c-format
-msgid "invalid hexadecimal digit: \"%c\""
-msgstr "dígito hexadecimal inválido: \"%c\""
+msgid "\"%s\" is a view"
+msgstr "\"%s\" é uma visão"
-#: utils/adt/encode.c:178
-msgid "invalid hexadecimal data: odd number of digits"
-msgstr "dado hexadecimal inválido: número de dígitos estranho"
+#: commands/trigger.c:174
+msgid "Views cannot have row-level BEFORE or AFTER triggers."
+msgstr "Visões não podem ter gatilhos BEFORE ou AFTER a nível de registro."
-#: utils/adt/encode.c:295
-msgid "unexpected \"=\""
-msgstr "\"=\" inesperado"
+#: commands/trigger.c:181
+msgid "Views cannot have TRUNCATE triggers."
+msgstr "Visões não podem ter gatilhos TRUNCATE."
-#: utils/adt/encode.c:307
-msgid "invalid symbol"
-msgstr "símbolo inválido"
+#: commands/trigger.c:186 commands/trigger.c:1099 commands/tablecmds.c:3750
+#: rewrite/rewriteDefine.c:257
+#, c-format
+msgid "\"%s\" is not a table or view"
+msgstr "\"%s\" não é uma tabela ou visão"
-#: utils/adt/encode.c:327
-msgid "invalid end sequence"
-msgstr "fim de sequência inválido"
+#: commands/trigger.c:192 commands/trigger.c:1105 commands/tablecmds.c:815
+#: commands/tablecmds.c:1148 commands/tablecmds.c:1989
+#: commands/tablecmds.c:3726 commands/tablecmds.c:5451 tcop/utility.c:95
+#: rewrite/rewriteDefine.c:263
+#, c-format
+msgid "permission denied: \"%s\" is a system catalog"
+msgstr "permissão negada: \"%s\" é um catálogo do sistema"
+
+#: commands/trigger.c:228
+msgid "TRUNCATE FOR EACH ROW triggers are not supported"
+msgstr "gatilhos TRUNCATE FOR EACH ROW não são suportados"
-#: utils/adt/domains.c:80
-#, c-format
-msgid "type %s is not a domain"
-msgstr "tipo %s não é um domínio"
+#: commands/trigger.c:236
+msgid "INSTEAD OF triggers must be FOR EACH ROW"
+msgstr "gatilhos INSTEAD OF devem ser FOR EACH ROW"
-#: utils/adt/domains.c:128 executor/execQual.c:3872
-#, c-format
-msgid "domain %s does not allow null values"
-msgstr "domínio %s não permite valores nulos"
+#: commands/trigger.c:240
+msgid "INSTEAD OF triggers cannot have WHEN conditions"
+msgstr "gatilhos INSTEAD OF não podem ter condições WHEN"
-#: utils/adt/domains.c:164 executor/execQual.c:3901
-#, c-format
-msgid "value for domain %s violates check constraint \"%s\""
-msgstr "valor para domínio %s viola restrição de verificação \"%s\""
+#: commands/trigger.c:244
+msgid "INSTEAD OF triggers cannot have column lists"
+msgstr "gatilhos INSTEAD OF não podem ter listas de colunas"
-#: utils/adt/dbsize.c:105 utils/adt/dbsize.c:189
-#, c-format
-msgid "could not open tablespace directory \"%s\": %m"
-msgstr "não pôde abrir diretório da tablespace \"%s\": %m"
+#: commands/trigger.c:288
+msgid "cannot use subquery in trigger WHEN condition"
+msgstr "não pode utilizar subconsulta em condição WHEN de gatilho"
-#: utils/adt/dbsize.c:127 catalog/aclchk.c:3493 catalog/aclchk.c:4610
-#, c-format
-msgid "database with OID %u does not exist"
-msgstr "banco de dados com OID %u não existe"
+#: commands/trigger.c:292
+msgid "cannot use aggregate function in trigger WHEN condition"
+msgstr "não pode utilizar função de agregação em condição WHEN de gatilho"
-#: utils/adt/datum.c:80 utils/adt/datum.c:92
-msgid "invalid Datum pointer"
-msgstr "ponteiro Datum é inválido"
+#: commands/trigger.c:296
+msgid "cannot use window function in trigger WHEN condition"
+msgstr "não pode utilizar função deslizante em condição WHEN de gatilho"
-#: utils/adt/datetime.c:1186 utils/adt/datetime.c:1934 utils/adt/date.c:142
-msgid "date/time value \"current\" is no longer supported"
-msgstr "valor de data/hora \"current\" não é mais suportado"
+#: commands/trigger.c:318 commands/trigger.c:331
+msgid "statement trigger's WHEN condition cannot reference column values"
+msgstr ""
+"condição WHEN de gatilho de comando não pode referenciar valores de coluna"
-#: utils/adt/datetime.c:3534 utils/adt/datetime.c:3541
-#, c-format
-msgid "date/time field value out of range: \"%s\""
-msgstr "valor do campo date/time está fora do intervalo: \"%s\""
+#: commands/trigger.c:323
+msgid "INSERT trigger's WHEN condition cannot reference OLD values"
+msgstr "condição WHEN de gatilho INSERT não pode referenciar valores OLD"
-#: utils/adt/datetime.c:3543
-msgid "Perhaps you need a different \"datestyle\" setting."
-msgstr "Talvez você necessite de uma definição diferente para \"datestyle\"."
+#: commands/trigger.c:336
+msgid "DELETE trigger's WHEN condition cannot reference NEW values"
+msgstr "condição WHEN de gatilho DELETE não pode referenciar valores NEW"
-#: utils/adt/datetime.c:3548
-#, c-format
-msgid "interval field value out of range: \"%s\""
-msgstr "valor do campo interval fora do intervalo: \"%s\""
+#: commands/trigger.c:341
+msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns"
+msgstr ""
+"condição WHEN de gatilho BEFORE não pode referenciar colunas de sistema NEW"
-#: utils/adt/datetime.c:3554
+#: commands/trigger.c:386
#, c-format
-msgid "time zone displacement out of range: \"%s\""
-msgstr "deslocamento de zona horária fora do intervalo: \"%s\""
+msgid "changing return type of function %s from \"opaque\" to \"trigger\""
+msgstr "alterando tipo retornado pela função %s de \"opaque\" para \"trigger\""
-#: utils/adt/date.c:71
+#: commands/trigger.c:393
#, c-format
-msgid "TIME(%d)%s precision must not be negative"
-msgstr "precisão do TIME(%d)%s não deve ser negativa"
+msgid "function %s must return type \"trigger\""
+msgstr "função %s deve retornar tipo \"trigger\""
-#: utils/adt/date.c:77
+#: commands/trigger.c:503 commands/trigger.c:1241
#, c-format
-msgid "TIME(%d)%s precision reduced to maximum allowed, %d"
-msgstr "precisão do TIME(%d)%s reduzida ao máximo permitido, %d"
+msgid "trigger \"%s\" for relation \"%s\" already exists"
+msgstr "gatilho \"%s\" para relação \"%s\" já existe"
-#: utils/adt/date.c:167
+#: commands/trigger.c:601 commands/tablecmds.c:1325 commands/copy.c:3799
+#: parser/parse_target.c:911 parser/parse_target.c:922
#, c-format
-msgid "date out of range: \"%s\""
-msgstr "date fora do intervalo: \"%s\""
-
-#: utils/adt/date.c:359
-msgid "cannot subtract infinite dates"
-msgstr "não pode subtrair valores date infinitos"
+msgid "column \"%s\" specified more than once"
+msgstr "coluna \"%s\" especificada mais de uma vez"
-#: utils/adt/date.c:416 utils/adt/date.c:453
-msgid "date out of range for timestamp"
-msgstr "date fora do intervalo para timestamp"
+#: commands/trigger.c:788
+msgid "Found referenced table's UPDATE trigger."
+msgstr "Encontrado gatilho de UPDATE na tabela referenciada."
-#: utils/adt/date.c:986
-msgid "cannot convert reserved abstime value to date"
-msgstr "não pode converter valor de abstime reservado para date"
+#: commands/trigger.c:789
+msgid "Found referenced table's DELETE trigger."
+msgstr "Encontrado gatilho de DELETE na tabela referenciada."
-#: utils/adt/date.c:1140 utils/adt/date.c:1147 utils/adt/date.c:1915
-#: utils/adt/date.c:1922
-msgid "time out of range"
-msgstr "time fora do intervalo"
+#: commands/trigger.c:790
+msgid "Found referencing table's trigger."
+msgstr "Encontrado gatilho na tabela referenciada."
-#: utils/adt/date.c:1793 utils/adt/date.c:1810
+#: commands/trigger.c:899 commands/trigger.c:915
#, c-format
-msgid "\"time\" units \"%s\" not recognized"
-msgstr "unidades de \"time\" \"%s\" são desconhecidas"
-
-#: utils/adt/date.c:1931
-msgid "time zone displacement out of range"
-msgstr "deslocamento de zona horária fora do intervalo"
+msgid "ignoring incomplete trigger group for constraint \"%s\" %s"
+msgstr "ignorando grupo de gatilhos incompletos para restrição \"%s\" %s"
-#: utils/adt/date.c:2556 utils/adt/date.c:2573
+#: commands/trigger.c:927
#, c-format
-msgid "\"time with time zone\" units \"%s\" not recognized"
-msgstr "unidades de \"time with time zone\" \"%s\" são desconhecidas"
+msgid "converting trigger group into constraint \"%s\" %s"
+msgstr "convertendo grupo de gatilhos na restrição \"%s\" %s"
-#: utils/adt/date.c:2671
+#: commands/trigger.c:1043
#, c-format
-msgid "\"interval\" time zone \"%s\" not valid"
-msgstr "zona horária de \"interval\" \"%s\" não é válida"
-
-#: utils/adt/char.c:169
-msgid "\"char\" out of range"
-msgstr "\"char\" fora do intervalo"
+msgid "trigger \"%s\" for table \"%s\" does not exist, skipping"
+msgstr "gatilho \"%s\" para tabela \"%s\" não existe, ignorando"
-#: utils/adt/cash.c:237
+#: commands/trigger.c:1170 commands/trigger.c:1283 commands/trigger.c:1394
#, c-format
-msgid "invalid input syntax for type money: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo money: \"%s\""
+msgid "trigger \"%s\" for table \"%s\" does not exist"
+msgstr "gatilho \"%s\" na tabela \"%s\" não existe"
-#: utils/adt/bool.c:153
+#: commands/trigger.c:1362
#, c-format
-msgid "invalid input syntax for type boolean: \"%s\""
-msgstr "sintaxe de entrada é inválida para tipo boolean: \"%s\""
+msgid "permission denied: \"%s\" is a system trigger"
+msgstr "permissão negada: \"%s\" é um gatilho do sistema"
-#: utils/adt/ascii.c:75
+#: commands/trigger.c:1844
#, c-format
-msgid "encoding conversion from %s to ASCII not supported"
-msgstr "conversão de codificação de %s para ASCII não é suportada"
+msgid "trigger function %u returned null value"
+msgstr "função de gatilho %u retornou valor nulo"
+
+#: commands/trigger.c:1903 commands/trigger.c:2102 commands/trigger.c:2286
+#: commands/trigger.c:2528
+msgid "BEFORE STATEMENT trigger cannot return a value"
+msgstr "gatilho BEFORE STATEMENT não pode retornar um valor"
-#: utils/adt/ascii.c:126 commands/dbcommands.c:235
+#: commands/trigger.c:4205
#, c-format
-msgid "%s is not a valid encoding name"
-msgstr "%s não é um nome de codificação válido"
+msgid "constraint \"%s\" is not deferrable"
+msgstr "restrição \"%s\" não é postergável"
-#: utils/adt/ascii.c:144 commands/dbcommands.c:225
+#: commands/trigger.c:4228
#, c-format
-msgid "%d is not a valid encoding code"
-msgstr "%d não é um código de codificação válido"
+msgid "constraint \"%s\" does not exist"
+msgstr "restrição \"%s\" não existe"
-#: utils/adt/arrayutils.c:93 utils/adt/arrayutils.c:102
-#: utils/adt/arrayutils.c:109 utils/adt/arrayfuncs.c:871
-#: utils/adt/arrayfuncs.c:1473 utils/adt/arrayfuncs.c:2795
-#: utils/adt/arrayfuncs.c:2943 utils/adt/arrayfuncs.c:5036
+#: commands/tablecmds.c:201
#, c-format
-msgid "array size exceeds the maximum allowed (%d)"
-msgstr "tamanho da matriz excede o máximo permitido (%d)"
+msgid "table \"%s\" does not exist"
+msgstr "tabela \"%s\" não existe"
-#: utils/adt/arrayutils.c:209
-msgid "typmod array must be type cstring[]"
-msgstr "matriz typmod deve ser do tipo cstring[]"
+#: commands/tablecmds.c:202
+#, c-format
+msgid "table \"%s\" does not exist, skipping"
+msgstr "tabela \"%s\" não existe, ignorando"
-#: utils/adt/arrayutils.c:214
-msgid "typmod array must be one-dimensional"
-msgstr "matriz typmod deve ser de uma dimensão"
+#: commands/tablecmds.c:204
+msgid "Use DROP TABLE to remove a table."
+msgstr "Use DROP TABLE para remover uma tabela."
-#: utils/adt/arrayutils.c:219
-msgid "typmod array must not contain nulls"
-msgstr "matriz typmod não deve conter valores nulos"
+#: commands/tablecmds.c:207
+#, c-format
+msgid "sequence \"%s\" does not exist"
+msgstr "sequência \"%s\" não existe"
-#: utils/adt/arrayfuncs.c:228 utils/adt/arrayfuncs.c:507
-#: utils/adt/arrayfuncs.c:1242 utils/adt/arrayfuncs.c:2915
-#: utils/adt/arrayfuncs.c:4940 utils/adt/array_userfuncs.c:430
-#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3080
+#: commands/tablecmds.c:208
#, c-format
-msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
-msgstr "número de dimensões da matriz (%d) excede o máximo permitido (%d)"
+msgid "sequence \"%s\" does not exist, skipping"
+msgstr "sequência \"%s\" não existe, ignorando"
-#: utils/adt/arrayfuncs.c:235 utils/adt/arrayfuncs.c:247
-msgid "missing dimension value"
-msgstr "faltando valor da dimensão"
+#: commands/tablecmds.c:210
+msgid "Use DROP SEQUENCE to remove a sequence."
+msgstr "Use DROP SEQUENCE para remover uma sequência."
-#: utils/adt/arrayfuncs.c:257
-msgid "missing \"]\" in array dimensions"
-msgstr "faltando \"]\" nas dimensões da matriz"
+#: commands/tablecmds.c:213
+#, c-format
+msgid "view \"%s\" does not exist"
+msgstr "visão \"%s\" não existe"
-#: utils/adt/arrayfuncs.c:265 utils/adt/arrayfuncs.c:2436
-#: utils/adt/arrayfuncs.c:2464 utils/adt/arrayfuncs.c:2479
-msgid "upper bound cannot be less than lower bound"
-msgstr "limite superior não pode ser menor do que limite inferior"
+#: commands/tablecmds.c:214
+#, c-format
+msgid "view \"%s\" does not exist, skipping"
+msgstr "visão \"%s\" não existe, ignorando"
-#: utils/adt/arrayfuncs.c:277 utils/adt/arrayfuncs.c:303
-msgid "array value must start with \"{\" or dimension information"
-msgstr "valor da matriz deve iniciar com \"{\" ou dimensão"
+#: commands/tablecmds.c:216
+msgid "Use DROP VIEW to remove a view."
+msgstr "Use DROP VIEW para remover uma visão."
-#: utils/adt/arrayfuncs.c:291
-msgid "missing assignment operator"
-msgstr "faltando operador de atribuição"
+#: commands/tablecmds.c:219 parser/parse_utilcmd.c:1505
+#, c-format
+msgid "index \"%s\" does not exist"
+msgstr "índice \"%s\" não existe"
-#: utils/adt/arrayfuncs.c:308 utils/adt/arrayfuncs.c:314
-msgid "array dimensions incompatible with array literal"
-msgstr "dimensões da matriz são incompatíveis com matriz"
+#: commands/tablecmds.c:220
+#, c-format
+msgid "index \"%s\" does not exist, skipping"
+msgstr "índice \"%s\" não existe, ignorando"
-#: utils/adt/arrayfuncs.c:444 utils/adt/arrayfuncs.c:459
-#: utils/adt/arrayfuncs.c:468 utils/adt/arrayfuncs.c:482
-#: utils/adt/arrayfuncs.c:502 utils/adt/arrayfuncs.c:530
-#: utils/adt/arrayfuncs.c:535 utils/adt/arrayfuncs.c:575
-#: utils/adt/arrayfuncs.c:596 utils/adt/arrayfuncs.c:615
-#: utils/adt/arrayfuncs.c:725 utils/adt/arrayfuncs.c:734
-#: utils/adt/arrayfuncs.c:764 utils/adt/arrayfuncs.c:779
-#: utils/adt/arrayfuncs.c:832
+#: commands/tablecmds.c:222
+msgid "Use DROP INDEX to remove an index."
+msgstr "Use DROP INDEX para remover um índice."
+
+#: commands/tablecmds.c:225 commands/typecmds.c:660 commands/typecmds.c:2661
+#: commands/functioncmds.c:128 utils/adt/regproc.c:973
+#: parser/parse_func.c:1502 parser/parse_type.c:196
#, c-format
-msgid "malformed array literal: \"%s\""
-msgstr "matriz mal formada: \"%s\""
+msgid "type \"%s\" does not exist"
+msgstr "tipo \"%s\" não existe"
-#: utils/adt/arrayfuncs.c:542 executor/execQual.c:3100
-#: executor/execQual.c:3127
-msgid ""
-"multidimensional arrays must have array expressions with matching dimensions"
-msgstr ""
-"matrizes multidimensionais devem ter expressões de matriz com dimensões "
-"correspondentes"
+#: commands/tablecmds.c:226 commands/typecmds.c:666
+#, c-format
+msgid "type \"%s\" does not exist, skipping"
+msgstr "tipo \"%s\" não existe, ignorando"
-#: utils/adt/arrayfuncs.c:1238 utils/adt/arrayfuncs.c:2911
-#: utils/adt/arrayfuncs.c:4936 utils/adt/array_userfuncs.c:426
+#: commands/tablecmds.c:227
#, c-format
-msgid "invalid number of dimensions: %d"
-msgstr "número de dimensões é inválido: %d"
+msgid "\"%s\" is not a type"
+msgstr "\"%s\" não é um tipo"
-#: utils/adt/arrayfuncs.c:1249
-msgid "invalid array flags"
-msgstr "marcações de matriz são inválidas"
+#: commands/tablecmds.c:228
+msgid "Use DROP TYPE to remove a type."
+msgstr "use DROP TYPE para remover um tipo."
-#: utils/adt/arrayfuncs.c:1257
-msgid "wrong element type"
-msgstr "tipo de elemento incorreto"
+#: commands/tablecmds.c:231 commands/tablecmds.c:8895
+#, c-format
+msgid "foreign table \"%s\" does not exist"
+msgstr "tabela externa \"%s\" não existe"
-#: utils/adt/arrayfuncs.c:1447
+#: commands/tablecmds.c:232
#, c-format
-msgid "improper binary format in array element %d"
-msgstr "formato binário é inválido no elemento %d da matriz"
+msgid "foreign table \"%s\" does not exist, skipping"
+msgstr "tabela externa \"%s\" não existe, ignorando"
-#: utils/adt/arrayfuncs.c:1903
-msgid "slices of fixed-length arrays not implemented"
-msgstr "segmentos de matrizes de tamanho fixo não está implementado"
+#: commands/tablecmds.c:234
+msgid "Use DROP FOREIGN TABLE to remove a foreign table."
+msgstr "Use DROP FOREIGN TABLE para remover uma tabela externa."
-#: utils/adt/arrayfuncs.c:2076 utils/adt/arrayfuncs.c:2098
-#: utils/adt/arrayfuncs.c:2132 utils/adt/arrayfuncs.c:2418
-#: utils/adt/arrayfuncs.c:4916 utils/adt/arrayfuncs.c:4948
-#: utils/adt/arrayfuncs.c:4965
-msgid "wrong number of array subscripts"
-msgstr "número de índices da matriz incorreto"
+#: commands/tablecmds.c:431
+msgid "constraints on foreign tables are not supported"
+msgstr "restrições em tabelas externas não são suportadas"
-#: utils/adt/arrayfuncs.c:2081 utils/adt/arrayfuncs.c:2174
-#: utils/adt/arrayfuncs.c:2469
-msgid "array subscript out of range"
-msgstr "índice da matriz está fora do intervalo"
+#: commands/tablecmds.c:547 commands/tablecmds.c:4270
+msgid "default values on foreign tables are not supported"
+msgstr "valores padrão em tabelas externas não são suportados"
-#: utils/adt/arrayfuncs.c:2086
-msgid "cannot assign null value to an element of a fixed-length array"
-msgstr ""
-"não pode atribuir valor nulo para um elemento de matriz de tamanho fixo"
+#: commands/tablecmds.c:927
+#, c-format
+msgid "truncate cascades to table \"%s\""
+msgstr "truncando em cascata tabela \"%s\""
-#: utils/adt/arrayfuncs.c:2372
-msgid "updates on slices of fixed-length arrays not implemented"
-msgstr ""
-"atualização em segmentos de matrizes de tamanho fixo não está implementada"
+#: commands/tablecmds.c:1158
+msgid "cannot truncate temporary tables of other sessions"
+msgstr "não pode truncar tabelas temporárias de outras sessões"
-#: utils/adt/arrayfuncs.c:2408 utils/adt/arrayfuncs.c:2495
-msgid "source array too small"
-msgstr "matriz de origem muito pequena"
+#: commands/tablecmds.c:1299 commands/tablecmds.c:2067 commands/copy.c:3792
+#: commands/indexcmds.c:846 utils/adt/tsvector_op.c:1417
+#: parser/parse_expr.c:764
+#, c-format
+msgid "column \"%s\" does not exist"
+msgstr "coluna \"%s\" não existe"
-#: utils/adt/arrayfuncs.c:3050
-msgid "null array element not allowed in this context"
-msgstr "elemento nulo da matriz não é permitido neste contexto"
+#: commands/tablecmds.c:1360 parser/parse_utilcmd.c:623
+#: parser/parse_utilcmd.c:1723
+#, c-format
+msgid "inherited relation \"%s\" is not a table"
+msgstr "relação herdada \"%s\" não é uma tabela"
-#: utils/adt/arrayfuncs.c:3153 utils/adt/arrayfuncs.c:3361
-#: utils/adt/arrayfuncs.c:3678
-msgid "cannot compare arrays of different element types"
-msgstr "não pode comparar matrizes de tipos de elementos diferentes"
+#: commands/tablecmds.c:1367 commands/tablecmds.c:8121
+#, c-format
+msgid "cannot inherit from temporary relation \"%s\""
+msgstr "não pode herdar de uma tabela temporária \"%s\""
-#: utils/adt/arrayfuncs.c:3563
+#: commands/tablecmds.c:1384 commands/tablecmds.c:8149
#, c-format
-msgid "could not identify a hash function for type %s"
-msgstr "não pôde identificar uma função hash para tipo %s"
+msgid "relation \"%s\" would be inherited from more than once"
+msgstr "relação \"%s\" seria herdada de mais de uma vez"
-#: utils/adt/arrayfuncs.c:4814 utils/adt/arrayfuncs.c:4854
-msgid "dimension array or low bound array cannot be null"
-msgstr "matriz de dimensões ou matriz de limites inferiores não pode ser nula"
+#: commands/tablecmds.c:1432
+#, c-format
+msgid "merging multiple inherited definitions of column \"%s\""
+msgstr "juntando múltiplas definições herdadas da coluna \"%s\""
-#: utils/adt/arrayfuncs.c:4917 utils/adt/arrayfuncs.c:4949
-msgid "Dimension array must be one dimensional."
-msgstr "Matriz de dimensões deve ser de uma dimensão."
+#: commands/tablecmds.c:1440
+#, c-format
+msgid "inherited column \"%s\" has a type conflict"
+msgstr "coluna herdada \"%s\" tem um conflito de tipo"
-#: utils/adt/arrayfuncs.c:4922 utils/adt/arrayfuncs.c:4954
-msgid "wrong range of array subscripts"
-msgstr "intervalo incorreto de índices da matriz"
+#: commands/tablecmds.c:1442 commands/tablecmds.c:1463
+#: commands/tablecmds.c:1644 commands/tablecmds.c:1666
+#: parser/parse_coerce.c:1540 parser/parse_coerce.c:1560
+#: parser/parse_coerce.c:1605 parser/parse_param.c:217
+#, c-format
+msgid "%s versus %s"
+msgstr "%s versus %s"
-#: utils/adt/arrayfuncs.c:4923 utils/adt/arrayfuncs.c:4955
-msgid "Lower bound of dimension array must be one."
-msgstr "Limite inferior da matriz de dimensões deve ser um."
+#: commands/tablecmds.c:1449
+#, c-format
+msgid "inherited column \"%s\" has a collation conflict"
+msgstr "coluna herdada \"%s\" tem um conflito de ordenação"
-#: utils/adt/arrayfuncs.c:4928 utils/adt/arrayfuncs.c:4960
-msgid "dimension values cannot be null"
-msgstr "valores de dimensão não podem ser nulos"
+#: commands/tablecmds.c:1451 commands/tablecmds.c:1654
+#: commands/tablecmds.c:4139
+#, c-format
+msgid "\"%s\" versus \"%s\""
+msgstr "\"%s\" versus \"%s\""
-#: utils/adt/arrayfuncs.c:4966
-msgid "Low bound array has different size than dimensions array."
-msgstr ""
-"Matriz de limites inferiores tem tamanho diferente que a matriz de dimensões."
+#: commands/tablecmds.c:1461
+#, c-format
+msgid "inherited column \"%s\" has a storage parameter conflict"
+msgstr "coluna herdada \"%s\" tem um conflito de parâmetro de armazenamento"
-#: utils/adt/array_userfuncs.c:48
-msgid "could not determine input data types"
-msgstr "não pôde determinar tipos de dado de entrada"
+#: commands/tablecmds.c:1569 parser/parse_utilcmd.c:776
+#: parser/parse_utilcmd.c:1154 parser/parse_utilcmd.c:1230
+msgid "cannot convert whole-row table reference"
+msgstr "não pode converter referência a todo registro da tabela"
-#: utils/adt/array_userfuncs.c:82
-msgid "neither input type is an array"
-msgstr "tipo de entrada não é uma matriz"
+#: commands/tablecmds.c:1570 parser/parse_utilcmd.c:777
+#, c-format
+msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"."
+msgstr ""
+"Restrição \"%s\" contém uma referência a todo registro da tabela \"%s\"."
-#: utils/adt/array_userfuncs.c:121
-msgid "argument must be empty or one-dimensional array"
-msgstr "argumento deve ser vazio ou matriz de uma dimensão"
+#: commands/tablecmds.c:1634
+#, c-format
+msgid "merging column \"%s\" with inherited definition"
+msgstr "juntando coluna \"%s\" com definição herdada"
-#: utils/adt/array_userfuncs.c:224 utils/adt/array_userfuncs.c:263
-#: utils/adt/array_userfuncs.c:300 utils/adt/array_userfuncs.c:329
-#: utils/adt/array_userfuncs.c:357
-msgid "cannot concatenate incompatible arrays"
-msgstr "não pode concatenar matrizes incompatíveis"
+#: commands/tablecmds.c:1642
+#, c-format
+msgid "column \"%s\" has a type conflict"
+msgstr "coluna \"%s\" tem um conflito de tipo"
-#: utils/adt/array_userfuncs.c:225
+#: commands/tablecmds.c:1652
#, c-format
-msgid ""
-"Arrays with element types %s and %s are not compatible for concatenation."
-msgstr ""
-"Matrizes com tipos de elemento %s e %s não são compatíveis para concatenação."
+msgid "column \"%s\" has a collation conflict"
+msgstr "coluna \"%s\" tem um conflito de ordenação"
-#: utils/adt/array_userfuncs.c:264
+#: commands/tablecmds.c:1664
#, c-format
-msgid "Arrays of %d and %d dimensions are not compatible for concatenation."
-msgstr "Matrizes de dimensões %d e %d não são compatíveis para concatenação."
+msgid "column \"%s\" has a storage parameter conflict"
+msgstr "coluna \"%s\" tem um conflito de parâmetro de armazenamento"
-#: utils/adt/array_userfuncs.c:301
+#: commands/tablecmds.c:1716
+#, c-format
+msgid "column \"%s\" inherits conflicting default values"
+msgstr "coluna \"%s\" herdou valores padrão conflitantes"
+
+#: commands/tablecmds.c:1718
+msgid "To resolve the conflict, specify a default explicitly."
+msgstr "Para resolver o conflito, especifique um padrão explicitamente."
+
+#: commands/tablecmds.c:1765
+#, c-format
msgid ""
-"Arrays with differing element dimensions are not compatible for "
-"concatenation."
+"check constraint name \"%s\" appears multiple times but with different "
+"expressions"
msgstr ""
-"Matrizes com dimensões de elementos diferentes não são compatíveis para "
-"concatenação."
+"nome da restrição de verificação \"%s\" aparece múltiplas vezes mas com "
+"diferentes expressões"
-#: utils/adt/array_userfuncs.c:330 utils/adt/array_userfuncs.c:358
-msgid "Arrays with differing dimensions are not compatible for concatenation."
+#: commands/tablecmds.c:1960
+msgid "cannot rename column of typed table"
+msgstr "não pode renomear coluna de tabela tipada"
+
+#: commands/tablecmds.c:1977
+#, c-format
+msgid "\"%s\" is not a table, view, composite type, index or foreign table"
msgstr ""
-"Matrizes com dimensões diferentes não são compatíveis para concatenação."
+"\"%s\" não é uma tabela, visão, tipo composto, índice ou tabela externa"
-#: utils/adt/array_userfuncs.c:487
-msgid "could not determine input data type"
-msgstr "não pôde determinar tipo de dado de entrada"
+#: commands/tablecmds.c:2043
+#, 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"
-#: utils/adt/acl.c:253
+#: commands/tablecmds.c:2075
#, c-format
-msgid "unrecognized key word: \"%s\""
-msgstr "palavra chave desconhecida: \"%s\""
+msgid "cannot rename system column \"%s\""
+msgstr "não pode renomear coluna do sistema \"%s\""
-#: utils/adt/acl.c:254
-msgid "ACL key word must be \"group\" or \"user\"."
-msgstr "palavra chave ACL deve ser \"group\" ou \"user\"."
+#: commands/tablecmds.c:2090
+#, c-format
+msgid "cannot rename inherited column \"%s\""
+msgstr "não pode renomear coluna herdada \"%s\""
-#: utils/adt/acl.c:259
-msgid "missing name"
-msgstr "faltando nome"
+#: commands/tablecmds.c:2101 commands/tablecmds.c:4183
+#, c-format
+msgid "column \"%s\" of relation \"%s\" already exists"
+msgstr "coluna \"%s\" da relação \"%s\" já existe"
-#: utils/adt/acl.c:260
-msgid "A name must follow the \"group\" or \"user\" key word."
-msgstr "Um nome deve seguir a palavra chave \"group\" ou \"user\"."
+#: commands/tablecmds.c:2190 commands/tablecmds.c:7372
+#: commands/tablecmds.c:9027
+msgid "Use ALTER TYPE instead."
+msgstr "Ao invés disso utilize ALTER TYPE."
-#: utils/adt/acl.c:266
-msgid "missing \"=\" sign"
-msgstr "faltando sinal \"=\""
+#. translator: first %s is a SQL command, eg ALTER TABLE
+#: commands/tablecmds.c:2313
+#, 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"
-#: utils/adt/acl.c:319
+#. translator: first %s is a SQL command, eg ALTER TABLE
+#: commands/tablecmds.c:2322
#, c-format
-msgid "invalid mode character: must be one of \"%s\""
-msgstr "caracter de modo é inválido: deve ser um dos \"%s\""
+msgid "cannot %s \"%s\" because it has pending trigger events"
+msgstr ""
+"não pode executar %s \"%s\" porque ela tem eventos de gatilho pendentes"
-#: utils/adt/acl.c:341
-msgid "a name must follow the \"/\" sign"
-msgstr "um nome deve seguir o sinal \"/\""
+#: commands/tablecmds.c:2421
+#, c-format
+msgid "\"%s\" is not a composite type"
+msgstr "\"%s\" não é um tipo composto"
-#: utils/adt/acl.c:349
+#: commands/tablecmds.c:3246
#, c-format
-msgid "defaulting grantor to user ID %u"
-msgstr "utilizando ID de usuário %u como concedente"
+msgid "cannot rewrite system relation \"%s\""
+msgstr "não pode reescrever relação do sistema \"%s\""
-#: utils/adt/acl.c:540
-msgid "ACL array contains wrong data type"
-msgstr "matriz ACL contém tipo de dado incorreto"
+#: commands/tablecmds.c:3256
+msgid "cannot rewrite temporary tables of other sessions"
+msgstr "não pode reescrever tabelas temporárias de outras sessões"
-#: utils/adt/acl.c:544
-msgid "ACL arrays must be one-dimensional"
-msgstr "matrizes ACL devem ser de uma dimensão"
+#: commands/tablecmds.c:3481
+#, c-format
+msgid "rewriting table \"%s\""
+msgstr "reescrevendo tabela \"%s\""
-#: utils/adt/acl.c:548
-msgid "ACL arrays must not contain null values"
-msgstr "matrizes ACL não devem conter valores nulos"
+#: commands/tablecmds.c:3485
+#, c-format
+msgid "verifying table \"%s\""
+msgstr "verificando tabela \"%s\""
-#: utils/adt/acl.c:572
-msgid "extra garbage at the end of the ACL specification"
-msgstr "lixo extra ao final da especificação de uma ACL"
+#: commands/tablecmds.c:3592
+#, c-format
+msgid "column \"%s\" contains null values"
+msgstr "coluna \"%s\" contém valores nulos"
-#: utils/adt/acl.c:1129
-msgid "grant options cannot be granted back to your own grantor"
-msgstr "opções de concessão não podem ser concedidos ao próprio concedente"
+#: commands/tablecmds.c:3606
+#, c-format
+msgid "check constraint \"%s\" is violated by some row"
+msgstr "restrição de verificação \"%s\" foi violada por algum registro"
-#: utils/adt/acl.c:1190
-msgid "dependent privileges exist"
-msgstr "privilégios dependentes existem"
+#: commands/tablecmds.c:3747 commands/tablecmds.c:4697
+#, c-format
+msgid "\"%s\" is not a table or index"
+msgstr "\"%s\" não é uma tabela ou índice"
-#: utils/adt/acl.c:1191
-msgid "Use CASCADE to revoke them too."
-msgstr "Utilize CASCADE para revogá-los também."
+#: commands/tablecmds.c:3753
+#, c-format
+msgid "\"%s\" is not a table or foreign table"
+msgstr "\"%s\" não é uma tabela ou tabela externa"
-#: utils/adt/acl.c:1470
-msgid "aclinsert is no longer supported"
-msgstr "aclinsert não é mais suportado"
+#: commands/tablecmds.c:3756
+#, c-format
+msgid "\"%s\" is not a table, composite type, or foreign table"
+msgstr "\"%s\" não é uma tabela, tipo composto ou tabela externa"
-#: utils/adt/acl.c:1480
-msgid "aclremove is no longer supported"
-msgstr "aclremove não é mais suportado"
+#: commands/tablecmds.c:3766
+#, c-format
+msgid "\"%s\" is of the wrong type"
+msgstr "\"%s\" é de um tipo incorreto"
-#: utils/adt/acl.c:1566 utils/adt/acl.c:1620
+#: commands/tablecmds.c:3915 commands/tablecmds.c:3922
#, c-format
-msgid "unrecognized privilege type: \"%s\""
-msgstr "tipo de privilégio desconhecido: \"%s\""
+msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it"
+msgstr "não pode alterar tipo \"%s\" porque coluna \"%s.%s\" utiliza-o"
-#: utils/adt/acl.c:2008 utils/adt/acl.c:2038 utils/adt/acl.c:2070
-#: utils/adt/acl.c:2102 utils/adt/acl.c:2130 utils/adt/acl.c:2160
-#: commands/tablecmds.c:209 commands/tablecmds.c:2166
-#: commands/tablecmds.c:2413 commands/tablecmds.c:8975
-#: commands/sequence.c:1032 catalog/objectaddress.c:398 catalog/aclchk.c:1693
+#: commands/tablecmds.c:3929
#, c-format
-msgid "\"%s\" is not a sequence"
-msgstr "\"%s\" não é uma sequência"
+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 registro"
-#: utils/adt/acl.c:4608
+#: commands/tablecmds.c:3936
#, c-format
-msgid "must be member of role \"%s\""
-msgstr "deve ser membro da role \"%s\""
+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 "
+"registro"
-#: tsearch/wparser_def.c:2551
+#: commands/tablecmds.c:3998
#, c-format
-msgid "unrecognized headline parameter: \"%s\""
-msgstr "parâmetro de destaque desconhecido: \"%s\""
+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"
-#: tsearch/wparser_def.c:2560
-msgid "MinWords should be less than MaxWords"
-msgstr "MinWords deve ser menor do que MaxWords"
+#: commands/tablecmds.c:4000
+msgid "Use ALTER ... CASCADE to alter the typed tables too."
+msgstr "Utilize ALTER ... CASCADE para alterar as tabelas tipadas também."
-#: tsearch/wparser_def.c:2564
-msgid "MinWords should be positive"
-msgstr "MinWords deve ser positivo"
+#: commands/tablecmds.c:4044
+#, c-format
+msgid "type %s is not a composite type"
+msgstr "tipo %s não é um tipo composto"
-#: tsearch/wparser_def.c:2568
-msgid "ShortWord should be >= 0"
-msgstr "ShortWord deve ser >= 0"
+#: commands/tablecmds.c:4070
+msgid "cannot add column to typed table"
+msgstr "não pode adicionar coluna a tabela tipada"
-#: tsearch/wparser_def.c:2572
-msgid "MaxFragments should be >= 0"
-msgstr "MaxFragments deve ser >= 0"
+#: commands/tablecmds.c:4131 commands/tablecmds.c:8303
+#, c-format
+msgid "child table \"%s\" has different type for column \"%s\""
+msgstr "tabela descendente \"%s\" tem tipo diferente da coluna \"%s\""
-#: tsearch/wparser.c:314
-msgid "text search parser does not support headline creation"
-msgstr "analisador de busca textual não suporta a criação de destaques"
+#: commands/tablecmds.c:4137 commands/tablecmds.c:8310
+#, c-format
+msgid "child table \"%s\" has different collation for column \"%s\""
+msgstr "tabela descendente \"%s\" tem ordenação diferente da coluna \"%s\""
-#: tsearch/ts_utils.c:53
+#: commands/tablecmds.c:4147
#, c-format
-msgid "invalid text search configuration file name \"%s\""
-msgstr "nome de arquivo de configuração de busca textual \"%s\" é inválido"
+msgid "child table \"%s\" has a conflicting \"%s\" column"
+msgstr "tabela descendente \"%s\" tem uma coluna conflitante \"%s\""
-#: tsearch/ts_utils.c:91
+#: commands/tablecmds.c:4159
#, c-format
-msgid "could not open stop-word file \"%s\": %m"
-msgstr "não pôde abrir arquivo de palavras ignoradas \"%s\": %m"
+msgid "merging definition of column \"%s\" for child \"%s\""
+msgstr "juntando definição da coluna \"%s\" para tabela descendente \"%s\""
-#: tsearch/ts_parse.c:391 tsearch/ts_parse.c:398 tsearch/ts_parse.c:561
-#: tsearch/ts_parse.c:568
-msgid "word is too long to be indexed"
-msgstr "palavra é muito longa para ser indexada"
+#: commands/tablecmds.c:4389
+msgid "column must be added to child tables too"
+msgstr "coluna deve ser adicionada as tabelas descendentes também"
-#: tsearch/ts_parse.c:392 tsearch/ts_parse.c:399 tsearch/ts_parse.c:562
-#: tsearch/ts_parse.c:569
+#: commands/tablecmds.c:4519 commands/tablecmds.c:4609
+#: commands/tablecmds.c:4654 commands/tablecmds.c:4750
+#: commands/tablecmds.c:4794 commands/tablecmds.c:4873
+#: commands/tablecmds.c:6590
#, c-format
-msgid "Words longer than %d characters are ignored."
-msgstr "Palavras maiores do que %d caracteres são ignoradas."
+msgid "cannot alter system column \"%s\""
+msgstr "não pode alterar coluna do sistema \"%s\""
-#: tsearch/ts_locale.c:177
+#: commands/tablecmds.c:4553
#, c-format
-msgid "line %d of configuration file \"%s\": \"%s\""
-msgstr "linha %d do arquivo de configuração \"%s\": \"%s\""
+msgid "column \"%s\" is in a primary key"
+msgstr "coluna \"%s\" está em uma chave primária"
-#: tsearch/ts_locale.c:182 libpq/hba.c:781 libpq/hba.c:797 libpq/hba.c:833
-#: libpq/hba.c:855 libpq/hba.c:864 libpq/hba.c:887 libpq/hba.c:899
-#: libpq/hba.c:912 libpq/hba.c:927 libpq/hba.c:982 libpq/hba.c:1002
-#: libpq/hba.c:1016 libpq/hba.c:1033 libpq/hba.c:1046 libpq/hba.c:1062
-#: libpq/hba.c:1077 libpq/hba.c:1119 libpq/hba.c:1151 libpq/hba.c:1162
-#: libpq/hba.c:1182 libpq/hba.c:1193 libpq/hba.c:1204 libpq/hba.c:1221
-#: libpq/hba.c:1242 libpq/hba.c:1272 libpq/hba.c:1284 libpq/hba.c:1297
-#: libpq/hba.c:1331 libpq/hba.c:1405 libpq/hba.c:1423 libpq/hba.c:1444
-#: libpq/hba.c:1475 libpq/hba.c:1485
+#: commands/tablecmds.c:4724
#, c-format
-msgid "line %d of configuration file \"%s\""
-msgstr "linha %d do arquivo de configuração \"%s\""
+msgid "statistics target %d is too low"
+msgstr "valor da estatística %d é muito pequeno"
-#: tsearch/ts_locale.c:302
+#: commands/tablecmds.c:4732
#, c-format
-msgid "conversion from wchar_t to server encoding failed: %m"
-msgstr "conversão do wchar_t para codificação do servidor falhou: %m"
+msgid "lowering statistics target to %d"
+msgstr "diminuindo valor da estatística para %d"
-#: tsearch/spell.c:276
+#: commands/tablecmds.c:4854
#, c-format
-msgid "could not open dictionary file \"%s\": %m"
-msgstr "não pôde abrir arquivo de dicionário \"%s\": %m"
+msgid "invalid storage type \"%s\""
+msgstr "tipo de armazenamento \"%s\" é inválido"
-#: tsearch/spell.c:518 tsearch/spell.c:535 tsearch/spell.c:552
-#: tsearch/spell.c:569 tsearch/spell.c:591 gram.y:12477 gram.y:12494
-msgid "syntax error"
-msgstr "erro de sintaxe"
+#: commands/tablecmds.c:4885
+#, c-format
+msgid "column data type %s can only have storage PLAIN"
+msgstr "tipo de dado da coluna %s só pode ter armazenamento PLAIN"
-#: tsearch/spell.c:596 tsearch/spell.c:842 tsearch/spell.c:862
-msgid "multibyte flag character is not allowed"
-msgstr "caractere marcador multibyte não é permitido"
+#: commands/tablecmds.c:4915
+msgid "cannot drop column from typed table"
+msgstr "não pode apagar coluna de tabela tipada"
-#: tsearch/spell.c:629 tsearch/spell.c:687 tsearch/spell.c:780
+#: commands/tablecmds.c:4956
#, c-format
-msgid "could not open affix file \"%s\": %m"
-msgstr "não pôde abrir arquivo de afixos \"%s\": %m"
+msgid "column \"%s\" of relation \"%s\" does not exist, skipping"
+msgstr "coluna \"%s\" da relação \"%s\" não existe, ignorando"
-#: tsearch/spell.c:675
-msgid "Ispell dictionary supports only default flag value"
-msgstr "dicionário Ispell suporta somente valor de marcador padrão"
+#: commands/tablecmds.c:4969
+#, c-format
+msgid "cannot drop system column \"%s\""
+msgstr "não pode remover coluna do sistema \"%s\""
-#: tsearch/spell.c:873
-msgid "wrong affix file format for flag"
-msgstr "formato de arquivo de afixos incorreto para marcador"
+#: commands/tablecmds.c:4976
+#, c-format
+msgid "cannot drop inherited column \"%s\""
+msgstr "não pode remover coluna herdada \"%s\""
+
+#: commands/tablecmds.c:5202
+#, 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\""
-#: tsearch/dict_thesaurus.c:180
+#: commands/tablecmds.c:5380
+msgid "constraint must be added to child tables too"
+msgstr "restrição deve ser adicionada as tabelas descendentes também"
+
+#: commands/tablecmds.c:5445 commands/sequence.c:1425
#, c-format
-msgid "could not open thesaurus file \"%s\": %m"
-msgstr "não pôde abrir arquivo de tesauros \"%s\": %m"
+msgid "referenced relation \"%s\" is not a table"
+msgstr "relação referenciada \"%s\" não é uma tabela"
-#: tsearch/dict_thesaurus.c:213
-msgid "unexpected delimiter"
-msgstr "delimitador inesperado"
+#: commands/tablecmds.c:5468
+msgid "constraints on permanent tables may reference only permanent tables"
+msgstr ""
+"restrições em tabelas permanentes só podem referenciar tabelas permanentes"
-#: tsearch/dict_thesaurus.c:263 tsearch/dict_thesaurus.c:279
-msgid "unexpected end of line or lexeme"
-msgstr "fim de linha ou lexema inesperado"
+#: commands/tablecmds.c:5475
+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"
-#: tsearch/dict_thesaurus.c:288
-msgid "unexpected end of line"
-msgstr "fim de linha inesperado"
+#: commands/tablecmds.c:5481
+msgid "constraints on temporary tables may reference only temporary tables"
+msgstr ""
+"restrições em tabelas temporárias só podem referenciar tabelas temporárias"
-#: tsearch/dict_thesaurus.c:412
-#, c-format
-msgid ""
-"thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)"
+#: commands/tablecmds.c:5542
+msgid "number of referencing and referenced columns for foreign key disagree"
msgstr ""
-"palavra amostrada do tesauro \"%s\" não é reconhecida pelo sub-dicionário "
-"(regra %d)"
+"número de colunas que referenciam e são referenciadas em um chave "
+"estrangeira não correspondem"
-#: tsearch/dict_thesaurus.c:418
+#: commands/tablecmds.c:5631
#, c-format
-msgid "thesaurus sample word \"%s\" is a stop word (rule %d)"
-msgstr "palavra amostrada do tesauro \"%s\" é uma palavra ignorada (regra %d)"
+msgid "foreign key constraint \"%s\" cannot be implemented"
+msgstr "restrição de chave estrangeira \"%s\" não pode ser implementada"
-#: tsearch/dict_thesaurus.c:421
-msgid "Use \"?\" to represent a stop word within a sample phrase."
-msgstr ""
-"Utilize \"?\" para representar uma palavra ignorada dentro de uma frase "
-"amostrada."
+#: commands/tablecmds.c:5634
+#, 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."
-#: tsearch/dict_thesaurus.c:567
+#: commands/tablecmds.c:5747
#, c-format
-msgid "thesaurus substitute word \"%s\" is a stop word (rule %d)"
-msgstr "palavra substituta do tesauro \"%s\" é uma palavra ignorada (regra %d)"
+msgid "foreign key constraint \"%s\" of relation \"%s\" does not exist"
+msgstr "restrição de chave estrangeira \"%s\" da relação \"%s\" não existe"
-#: tsearch/dict_thesaurus.c:574
+#: commands/tablecmds.c:5810
#, c-format
-msgid ""
-"thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)"
+msgid "column \"%s\" referenced in foreign key constraint does not exist"
msgstr ""
-"palavra substituta do tesauro \"%s\" não é reconhecida pelo sub-dicionário "
-"(regra %d)"
+"coluna \"%s\" referenciada na restrição de chave estrangeira não existe"
-#: tsearch/dict_thesaurus.c:586
+#: commands/tablecmds.c:5815
#, c-format
-msgid "thesaurus substitute phrase is empty (rule %d)"
-msgstr "frase substituta do tesauro está vazia (regra %d)"
-
-#: tsearch/dict_thesaurus.c:615 tsearch/dict_ispell.c:53
-msgid "multiple DictFile parameters"
-msgstr "múltiplos parâmetros DictFile"
+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"
-#: tsearch/dict_thesaurus.c:624
-msgid "multiple Dictionary parameters"
-msgstr "múltiplos parâmetros Dictionary"
+#: commands/tablecmds.c:5880
+#, 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"
+"\""
-#: tsearch/dict_thesaurus.c:631
+#: commands/tablecmds.c:5897
#, c-format
-msgid "unrecognized Thesaurus parameter: \"%s\""
-msgstr "parâmetro desconhecido do dicionário de tesauros: \"%s\""
+msgid "there is no primary key for referenced table \"%s\""
+msgstr "não há chave primária na tabela referenciada \"%s\""
-#: tsearch/dict_thesaurus.c:639 tsearch/dict_ispell.c:103
-msgid "missing DictFile parameter"
-msgstr "faltando parâmetro DictFile"
+#: commands/tablecmds.c:6047
+#, 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\""
-#: tsearch/dict_thesaurus.c:643
-msgid "missing Dictionary parameter"
-msgstr "faltando parâmetro Dictionary"
+#: commands/tablecmds.c:6052
+#, 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\""
-#: tsearch/dict_synonym.c:119
+#: commands/tablecmds.c:6103
#, c-format
-msgid "unrecognized synonym parameter: \"%s\""
-msgstr "parâmetro desconhecido do dicionário de sinônimos: \"%s\""
+msgid "validating foreign key constraint \"%s\""
+msgstr "validando restrição de chave estrangeira \"%s\""
-#: tsearch/dict_synonym.c:126
-msgid "missing Synonyms parameter"
-msgstr "faltando parâmetro Synonyms"
+#: commands/tablecmds.c:6399
+#, c-format
+msgid "cannot drop inherited constraint \"%s\" of relation \"%s\""
+msgstr "não pode remover restrição herdada \"%s\" da relação \"%s\""
-#: tsearch/dict_synonym.c:133
+#: commands/tablecmds.c:6426 commands/tablecmds.c:6539
#, c-format
-msgid "could not open synonym file \"%s\": %m"
-msgstr "não pôde abrir arquivo de sinônimos \"%s\": %m"
+msgid "constraint \"%s\" of relation \"%s\" does not exist"
+msgstr "restrição \"%s\" da relação \"%s\" não existe"
-#: tsearch/dict_simple.c:50 tsearch/dict_ispell.c:75
-#: snowball/dict_snowball.c:206
-msgid "multiple StopWords parameters"
-msgstr "múltiplos parâmetros StopWords"
+#: commands/tablecmds.c:6432
+#, c-format
+msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping"
+msgstr "restrição \"%s\" da relação \"%s\" não existe, ignorando"
-#: tsearch/dict_simple.c:59
-msgid "multiple Accept parameters"
-msgstr "múltiplos parâmetros Accept"
+#: commands/tablecmds.c:6574
+msgid "cannot alter column type of typed table"
+msgstr "não pode alterar tipo de coluna de tabela tipada"
-#: tsearch/dict_simple.c:67
+#: commands/tablecmds.c:6597
#, c-format
-msgid "unrecognized simple dictionary parameter: \"%s\""
-msgstr "parâmetro desconhecido do dicionário simples: \"%s\""
+msgid "cannot alter inherited column \"%s\""
+msgstr "não pode alterar coluna herdada \"%s\""
-#: tsearch/dict_ispell.c:64
-msgid "multiple AffFile parameters"
-msgstr "múltiplos parâmetros AffFile"
+#: commands/tablecmds.c:6639
+msgid "transform expression must not return a set"
+msgstr "expressão de transformação não deve retornar um conjunto"
-#: tsearch/dict_ispell.c:83
-#, c-format
-msgid "unrecognized Ispell parameter: \"%s\""
-msgstr "parâmetro desconhecido do Ispell: \"%s\""
+#: commands/tablecmds.c:6645
+msgid "cannot use subquery in transform expression"
+msgstr "não pode utilizar subconsulta em expressão de transformação"
-#: tsearch/dict_ispell.c:97
-msgid "missing AffFile parameter"
-msgstr "faltando parâmetro AffFile"
+#: commands/tablecmds.c:6649
+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:6653
+msgid "cannot use window function in transform expression"
+msgstr "não pode utilizar função deslizante em expressão de transformação"
-#: tcop/utility.c:95 rewrite/rewriteDefine.c:263 commands/trigger.c:192
-#: commands/trigger.c:1105 commands/tablecmds.c:815 commands/tablecmds.c:1148
-#: commands/tablecmds.c:1989 commands/tablecmds.c:3726
-#: commands/tablecmds.c:5451
+#: commands/tablecmds.c:6672
#, c-format
-msgid "permission denied: \"%s\" is a system catalog"
-msgstr "permissão negada: \"%s\" é um catálogo do sistema"
+msgid "column \"%s\" cannot be cast to type %s"
+msgstr "coluna \"%s\" não pode ser convertida para tipo %s"
-#. translator: %s is name of a SQL command, eg CREATE
-#: tcop/utility.c:253
+#: commands/tablecmds.c:6719
#, c-format
-msgid "cannot execute %s in a read-only transaction"
-msgstr "não pode executar %s em uma transação somente leitura"
+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"
-#. translator: %s is name of a SQL command, eg CREATE
-#: tcop/utility.c:272
+#: commands/tablecmds.c:6800
#, c-format
-msgid "cannot execute %s during recovery"
-msgstr "não pode executar %s durante recuperação"
+msgid "cannot alter type of column \"%s\" twice"
+msgstr "não pode alterar tipo de coluna \"%s\" duas vezes"
-#. translator: %s is name of a SQL command, eg PREPARE
-#: tcop/utility.c:290
+#: commands/tablecmds.c:6836
#, c-format
-msgid "cannot execute %s within security-restricted operation"
-msgstr "não pode executar %s em operação com restrição de segurança"
+msgid "default for column \"%s\" cannot be cast to type %s"
+msgstr "valor padrão para coluna \"%s\" não pode ser convertido para tipo %s"
-#: tcop/utility.c:1194
-msgid "must be superuser to do CHECKPOINT"
-msgstr "deve ser super-usuário para fazer CHECKPOINT"
+#: commands/tablecmds.c:6962
+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"
-#: tcop/pquery.c:660
+#: commands/tablecmds.c:6963 commands/tablecmds.c:6982
#, c-format
-msgid "bind message has %d result formats but query has %d columns"
+msgid "%s depends on column \"%s\""
+msgstr "%s depende da coluna \"%s\""
+
+#: commands/tablecmds.c:6981
+msgid "cannot alter type of a column used in a trigger definition"
msgstr ""
-"mensagem de ligação tem %d formatos de resultados mas consulta tem %d colunas"
+"não pode alterar tipo de uma coluna utilizada em uma definição de gatilho"
-#: tcop/pquery.c:738 tcop/pquery.c:1401 commands/portalcmds.c:340
+#: commands/tablecmds.c:7340
#, c-format
-msgid "portal \"%s\" cannot be run"
-msgstr "portal \"%s\" não pode ser executado"
-
-#: tcop/pquery.c:969
-msgid "cursor can only scan forward"
-msgstr "cursor só pode buscar para frente"
-
-#: tcop/pquery.c:970
-msgid "Declare it with SCROLL option to enable backward scan."
-msgstr "Declare-o com a opção SCROLL para habilitar a busca para trás."
-
-#: tcop/postgres.c:351 tcop/postgres.c:374 tcop/fastpath.c:290
-#: commands/copy.c:542 commands/copy.c:561 commands/copy.c:565
-msgid "unexpected EOF on client connection"
-msgstr "EOF inesperado durante conexão do cliente"
+msgid "cannot change owner of index \"%s\""
+msgstr "não pode mudar dono do índice \"%s\""
-#: tcop/postgres.c:401 tcop/postgres.c:413 tcop/postgres.c:424
-#: tcop/postgres.c:436 tcop/postgres.c:4194
-#, c-format
-msgid "invalid frontend message type %d"
-msgstr "tipo de mensagem do cliente %d é inválido"
+#: commands/tablecmds.c:7342
+msgid "Change the ownership of the index's table, instead."
+msgstr "Ao invés disso, mude o dono da tabela do índice."
-#: tcop/postgres.c:860
+#: commands/tablecmds.c:7358
#, c-format
-msgid "statement: %s"
-msgstr "comando: %s"
-
-#: tcop/postgres.c:919 tcop/postgres.c:1229 tcop/postgres.c:1510
-#: tcop/postgres.c:1952 tcop/postgres.c:2320 tcop/postgres.c:2401
-#: tcop/fastpath.c:303
-msgid ""
-"current transaction is aborted, commands ignored until end of transaction "
-"block"
-msgstr ""
-"transação atual foi interrompida, comandos ignorados até o fim do bloco de "
-"transação"
+msgid "cannot change owner of sequence \"%s\""
+msgstr "não pode mudar dono da sequência \"%s\""
-#: tcop/postgres.c:1089 tcop/postgres.c:1376 tcop/postgres.c:1793
-#: tcop/postgres.c:2010 tcop/fastpath.c:411
+#: commands/tablecmds.c:7360 commands/tablecmds.c:9017
#, c-format
-msgid "duration: %s ms"
-msgstr "duração: %s ms"
+msgid "Sequence \"%s\" is linked to table \"%s\"."
+msgstr "Sequência \"%s\" está ligada a tabela \"%s\"."
-#: tcop/postgres.c:1094
+#: commands/tablecmds.c:7381 commands/tablecmds.c:9035
#, c-format
-msgid "duration: %s ms statement: %s"
-msgstr "duração: %s ms comando: %s"
+msgid "\"%s\" is not a table, view, sequence, or foreign table"
+msgstr "\"%s\" não é uma tabela, visão, sequência ou tabela externa"
-#: tcop/postgres.c:1144
+#: commands/tablecmds.c:7666 commands/cluster.c:178
#, c-format
-msgid "parse %s: %s"
-msgstr "análise de %s: %s"
+msgid "index \"%s\" for table \"%s\" does not exist"
+msgstr "índice \"%s\" na tabela \"%s\" não existe"
-#: tcop/postgres.c:1202
-msgid "cannot insert multiple commands into a prepared statement"
-msgstr "não pode inserir múltiplos comandos no comando preparado"
+#: commands/tablecmds.c:7709
+msgid "cannot have multiple SET TABLESPACE subcommands"
+msgstr "não pode ter múltiplos subcomandos SET TABLESPACE"
-#: tcop/postgres.c:1269 parser/parse_param.c:303 commands/prepare.c:122
+#: commands/tablecmds.c:7761
#, c-format
-msgid "could not determine data type of parameter $%d"
-msgstr "não pôde determinar o tipo de dado do parâmetro $%d"
+msgid "\"%s\" is not a table, index, or TOAST table"
+msgstr "\"%s\" não é uma tabela, índice ou tabela TOAST"
-#: tcop/postgres.c:1381
+#: commands/tablecmds.c:7882
#, c-format
-msgid "duration: %s ms parse %s: %s"
-msgstr "duração: %s ms análise de %s: %s"
+msgid "cannot move system relation \"%s\""
+msgstr "não pode mover relação do sistema \"%s\""
-#: tcop/postgres.c:1427
-#, c-format
-msgid "bind %s to %s"
-msgstr "ligação de %s para %s"
+#: commands/tablecmds.c:7898
+msgid "cannot move temporary tables of other sessions"
+msgstr "não pode mover tabelas temporárias de outras sessões"
-#: tcop/postgres.c:1446 tcop/postgres.c:2300
-msgid "unnamed prepared statement does not exist"
-msgstr "comando preparado sem nome não existe"
+#: commands/tablecmds.c:8090
+msgid "cannot change inheritance of typed table"
+msgstr "não pode mudar herança de tabela tipada"
-#: tcop/postgres.c:1488
+#: commands/tablecmds.c:8176
+msgid "circular inheritance not allowed"
+msgstr "herança circular não é permitida"
+
+#: commands/tablecmds.c:8177
#, c-format
-msgid "bind message has %d parameter formats but %d parameters"
-msgstr ""
-"mensagem de ligação tem %d formatos de parâmetro mas só tem %d parâmetros"
+msgid "\"%s\" is already a child of \"%s\"."
+msgstr "\"%s\" já é um descendente de \"%s\"."
-#: tcop/postgres.c:1494
+#: commands/tablecmds.c:8185
#, c-format
-msgid ""
-"bind message supplies %d parameters, but prepared statement \"%s\" requires "
-"%d"
-msgstr ""
-"mensagem de ligação forneceu %d parâmetros, mas comando preparado \"%s\" "
-"requer %d"
+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"
-#: tcop/postgres.c:1659
+#: commands/tablecmds.c:8321
#, c-format
-msgid "incorrect binary data format in bind parameter %d"
-msgstr "formato de dado binário incorreto no parâmetro de ligação %d"
+msgid "column \"%s\" in child table must be marked NOT NULL"
+msgstr "coluna \"%s\" na tabela descendente deve ser definida como NOT NULL"
-#: tcop/postgres.c:1666 tcop/fastpath.c:180 tcop/fastpath.c:554
-#: access/common/printtup.c:278
+#: commands/tablecmds.c:8337
#, c-format
-msgid "unsupported format code: %d"
-msgstr "código do formato não é suportado: %d"
+msgid "child table is missing column \"%s\""
+msgstr "tabela descendente está faltando coluna \"%s\""
-#: tcop/postgres.c:1798
+#: commands/tablecmds.c:8416
#, c-format
-msgid "duration: %s ms bind %s%s%s: %s"
-msgstr "duração: %s ms ligação %s%s%s: %s"
+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\""
-#: tcop/postgres.c:1846 tcop/postgres.c:2387
+#: commands/tablecmds.c:8440
#, c-format
-msgid "portal \"%s\" does not exist"
-msgstr "portal \"%s\" não existe"
+msgid "child table is missing constraint \"%s\""
+msgstr "tabela descendente está faltando restrição \"%s\""
-#: tcop/postgres.c:1933 tcop/postgres.c:2018
-msgid "execute fetch from"
-msgstr "executar busca de"
+#: commands/tablecmds.c:8520
+#, c-format
+msgid "relation \"%s\" is not a parent of relation \"%s\""
+msgstr "relação \"%s\" não é um ancestral da relação \"%s\""
-#: tcop/postgres.c:1934 tcop/postgres.c:2019
-msgid "execute"
-msgstr "executar"
+#: commands/tablecmds.c:8737
+msgid "typed tables cannot inherit"
+msgstr "tabelas tipadas não podem herdar"
-#: tcop/postgres.c:1931
+#: commands/tablecmds.c:8768
#, c-format
-msgid "%s %s%s%s: %s"
-msgstr "%s %s%s%s: %s"
+msgid "table is missing column \"%s\""
+msgstr "tabela está faltando coluna \"%s\""
-#: tcop/postgres.c:2015
+#: commands/tablecmds.c:8778
#, c-format
-msgid "duration: %s ms %s %s%s%s: %s"
-msgstr "duração: %s ms %s %s%s%s: %s"
+msgid "table has column \"%s\" where type requires \"%s\""
+msgstr "tabela tem coluna \"%s\" onde tipo requer \"%s\""
-#: tcop/postgres.c:2141
+#: commands/tablecmds.c:8787
#, c-format
-msgid "prepare: %s"
-msgstr "preparado: %s"
+msgid "table \"%s\" has different type for column \"%s\""
+msgstr "tabela \"%s\" tem tipo diferente para coluna \"%s\""
-#: tcop/postgres.c:2204
+#: commands/tablecmds.c:8800
#, c-format
-msgid "parameters: %s"
-msgstr "parâmetros: %s"
-
-#: tcop/postgres.c:2223
-msgid "abort reason: recovery conflict"
-msgstr "razão da interrupção: conflito de recuperação"
-
-#: tcop/postgres.c:2239
-msgid "User was holding shared buffer pin for too long."
-msgstr ""
-"Usuário estava mantendo um buffer compartilhado na cache por muito tempo."
+msgid "table has extra column \"%s\""
+msgstr "tabela tem coluna extra \"%s\""
-#: tcop/postgres.c:2242
-msgid "User was holding a relation lock for too long."
-msgstr "Usuário estava mantendo um travamento de relação por muito tempo."
+#: commands/tablecmds.c:8847
+#, c-format
+msgid "\"%s\" is not a typed table"
+msgstr "\"%s\" não é uma tabela tipada"
-#: tcop/postgres.c:2245
-msgid "User was or might have been using tablespace that must be dropped."
-msgstr "Usuário estava ou pode estar usando tablespace que deve ser removida."
+#: commands/tablecmds.c:9016
+msgid "cannot move an owned sequence into another schema"
+msgstr "não pode mover uma sequência ligada para outro esquema"
-#: tcop/postgres.c:2248
-msgid "User query might have needed to see row versions that must be removed."
-msgstr ""
-"Consulta do usuário pode ter precisado acessar versões de registros que "
-"devem ser removidas."
+#: commands/tablecmds.c:9092
+#, c-format
+msgid "relation \"%s\" already exists in schema \"%s\""
+msgstr "relação \"%s\" já existe no esquema \"%s\""
-#: tcop/postgres.c:2251 storage/ipc/standby.c:491
-msgid "User transaction caused buffer deadlock with recovery."
-msgstr "Transação do usuário causou impasse com a recuperação."
+#: commands/variable.c:160 utils/misc/guc.c:8205
+#, c-format
+msgid "Unrecognized key word: \"%s\"."
+msgstr "Palavra chave desconhecida: \"%s\"."
-#: tcop/postgres.c:2254
-msgid "User was connected to a database that must be dropped."
-msgstr "Usuário estava conectado ao banco de dados que deve ser removido."
+#: commands/variable.c:172
+msgid "Conflicting \"datestyle\" specifications."
+msgstr "Especificações conflitantes de \"datestyle\""
-#: tcop/postgres.c:2588
-msgid "terminating connection because of crash of another server process"
-msgstr ""
-"finalizando conexão por causa de uma queda de um outro processo servidor"
+#: commands/variable.c:328
+msgid "Cannot specify months in time zone interval."
+msgstr "Não pode especificar meses em intervalo de zona horária."
-#: tcop/postgres.c:2589
-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."
+#: commands/variable.c:334
+msgid "Cannot specify days in time zone interval."
+msgstr "Não pode especificar dias em intervalo de zona horária."
-#: tcop/postgres.c:2593 tcop/postgres.c:2943
-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."
+#: commands/variable.c:378 commands/variable.c:517
+#, c-format
+msgid "time zone \"%s\" appears to use leap seconds"
+msgstr "zona horária \"%s\" parece utilizar segundos intercalados"
-#: tcop/postgres.c:2705
-msgid "floating-point exception"
-msgstr "exceção de ponto flutuante"
+#: commands/variable.c:380 commands/variable.c:519
+msgid "PostgreSQL does not support leap seconds."
+msgstr "PostgreSQL não suporta segundos intercalados."
-#: tcop/postgres.c:2706
-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."
+#: commands/variable.c:587
+msgid "cannot set transaction read-write mode inside a read-only transaction"
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."
+"não pode definir modo leitura-escrita da transação dentro de uma transação "
+"somente leitura"
-#: tcop/postgres.c:2874
-msgid "terminating autovacuum process due to administrator command"
+#: commands/variable.c:594
+msgid "transaction read-write mode must be set before any query"
msgstr ""
-"terminando processo de limpeza automática por causa de um comando do "
-"administrador"
-
-#: tcop/postgres.c:2880 tcop/postgres.c:2890 tcop/postgres.c:2941
-msgid "terminating connection due to conflict with recovery"
-msgstr "terminando conexão por causa de um conflito com recuperação"
-
-#: tcop/postgres.c:2896
-msgid "terminating connection due to administrator command"
-msgstr "terminando conexão por causa de um comando do administrador"
-
-#: tcop/postgres.c:2911
-msgid "canceling authentication due to timeout"
-msgstr "cancelando autenticação por causa do tempo de espera (timeout)"
-
-#: tcop/postgres.c:2920
-msgid "canceling statement due to statement timeout"
-msgstr "cancelando comando por causa do tempo de espera (timeout) do comando"
-
-#: tcop/postgres.c:2929
-msgid "canceling autovacuum task"
-msgstr "cancelando tarefa de limpeza automática"
-
-#: tcop/postgres.c:2948 storage/ipc/standby.c:490
-msgid "canceling statement due to conflict with recovery"
-msgstr "cancelando comando por causa de um conflito com recuperação"
-
-#: tcop/postgres.c:2964
-msgid "canceling statement due to user request"
-msgstr "cancelando comando por causa de um pedido do usuário"
+"modo leitura-escrita de transação deve ser definido antes de qualquer "
+"consulta"
-#: tcop/postgres.c:3092 tcop/postgres.c:3114
-msgid "stack depth limit exceeded"
-msgstr "limite da profundidade da pilha foi excedido"
+#: commands/variable.c:601
+msgid "cannot set transaction read-write mode during recovery"
+msgstr "não pode definir modo leitura-escrita de transação durante recuperação"
-#: tcop/postgres.c:3093 tcop/postgres.c:3115
-#, c-format
-msgid ""
-"Increase the configuration parameter \"max_stack_depth\" (currently %dkB), "
-"after ensuring the platform's stack depth limit is adequate."
+#: commands/variable.c:650
+msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
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."
+"SET TRANSACTION ISOLATION LEVEL deve ser chamado antes de qualquer consulta"
-#: tcop/postgres.c:3131
-#, c-format
-msgid "\"max_stack_depth\" must not exceed %ldkB."
-msgstr "\"max_stack_depth\" não deve exceder %ldkB."
+#: commands/variable.c:657
+msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction"
+msgstr ""
+"SET TRANSACTION ISOLATION LEVEL não deve ser chamado em uma subtransação"
-#: tcop/postgres.c:3133
+#: commands/variable.c:664 storage/lmgr/predicate.c:1570
+msgid "cannot use serializable mode in a hot standby"
+msgstr "não pode utilizar modo serializável em um servidor em espera ativo"
+
+#: commands/variable.c:665
+msgid "You can use REPEATABLE READ instead."
+msgstr "Você pode utilizar REPEATABLE READ ao invés disso."
+
+#: commands/variable.c:713
msgid ""
-"Increase the platform's stack depth limit via \"ulimit -s\" or local "
-"equivalent."
+"SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction"
msgstr ""
-"Aumente o limite de profundidade da pilha da plataforma utilizando \"ulimit -"
-"s\" ou equivalente."
+"SET TRANSACTION [NOT] DEFERRABLE não pode ser chamado em uma subtransação"
-#: tcop/postgres.c:3437 postmaster/postmaster.c:683 bootstrap/bootstrap.c:277
-#, c-format
-msgid "--%s requires a value"
-msgstr "--%s requer um valor"
+#: commands/variable.c:719
+msgid "SET TRANSACTION [NOT] DEFERRABLE must be called before any query"
+msgstr ""
+"SET TRANSACTION [NOT] DEFERRABLE deve ser chamado antes de qualquer consulta"
-#: tcop/postgres.c:3442 postmaster/postmaster.c:688 bootstrap/bootstrap.c:282
+#: commands/variable.c:801
#, c-format
-msgid "-c %s requires a value"
-msgstr "-c %s requer um valor"
+msgid "Conversion between %s and %s is not supported."
+msgstr "conversão entre %s e %s não é suportada."
-#: tcop/postgres.c:3468
-msgid "invalid command-line arguments for server process"
-msgstr "argumentos de linha de comando são inválidos para processo servidor"
+#: commands/variable.c:808
+msgid "Cannot change \"client_encoding\" now."
+msgstr "Não pode mudar \"client_encoding\" agora."
-#: tcop/postgres.c:3469 tcop/postgres.c:3475
+#: commands/variable.c:891 commands/variable.c:963 commands/user.c:623
+#: commands/user.c:825 commands/user.c:905 commands/user.c:1056
+#: utils/adt/acl.c:4822 utils/init/miscinit.c:432
#, c-format
-msgid "Try \"%s --help\" for more information."
-msgstr "Tente \"%s --help\" para obter informações adicionais."
+msgid "role \"%s\" does not exist"
+msgstr "role \"%s\" não existe"
-#: tcop/postgres.c:3473
+#: commands/variable.c:978
#, c-format
-msgid "%s: invalid command-line arguments"
-msgstr "%s: argumentos de linha de comando são inválidos"
+msgid "permission denied to set role \"%s\""
+msgstr "permissão negada ao definir role \"%s\""
-#: tcop/postgres.c:3565
+#: commands/define.c:67 commands/define.c:222 commands/define.c:254
+#: commands/define.c:282
#, c-format
-msgid "%s: no database nor user name specified"
-msgstr "%s: banco de dados ou nome de usuário não foi especificado"
+msgid "%s requires a parameter"
+msgstr "%s requer um parâmetro"
-#: tcop/postgres.c:4104
+#: commands/define.c:108 commands/define.c:119 commands/define.c:189
+#: commands/define.c:207
#, c-format
-msgid "invalid CLOSE message subtype %d"
-msgstr "subtipo %d de mensagem CLOSE é inválido"
+msgid "%s requires a numeric value"
+msgstr "%s requer um valor numérico"
-#: tcop/postgres.c:4137
+#: commands/define.c:175
#, c-format
-msgid "invalid DESCRIBE message subtype %d"
-msgstr "subtipo %d de mensagem DESCRIBE é inválido"
+msgid "%s requires a Boolean value"
+msgstr "%s requer um valor Booleano"
-#: tcop/postgres.c:4371
+#: commands/define.c:236
#, 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"
+msgid "argument of %s must be a name"
+msgstr "argumento de %s deve ser um nome"
-#: tcop/fastpath.c:109 tcop/fastpath.c:485 tcop/fastpath.c:615
+#: commands/define.c:266
#, c-format
-msgid "invalid argument size %d in function call message"
-msgstr "tamanho de argumento %d é inválido na mensagem de chamada da função"
+msgid "argument of %s must be a type name"
+msgstr "argumento de %s deve ser um nome de um tipo"
-#: tcop/fastpath.c:221 catalog/aclchk.c:3547 catalog/aclchk.c:4297
+#: commands/define.c:291
#, c-format
-msgid "function with OID %u does not exist"
-msgstr "função com OID %u não existe"
+msgid "%s requires an integer value"
+msgstr "%s requer um valor inteiro"
-#: tcop/fastpath.c:331
+#: commands/define.c:312
#, c-format
-msgid "fastpath function call: \"%s\" (OID %u)"
-msgstr "chamada de função fastpath: \"%s\" (OID %u)"
+msgid "invalid argument for %s: \"%s\""
+msgstr "argumento inválido para %s: \"%s\""
-#: tcop/fastpath.c:415
+#: commands/explain.c:153
#, c-format
-msgid "duration: %s ms fastpath function call: \"%s\" (OID %u)"
-msgstr "duração: %s ms chamada de função fastpath: \"%s\" (OID %u)"
+msgid "unrecognized value for EXPLAIN option \"%s\": \"%s\""
+msgstr "valor desconhecido para opção EXPLAIN \"%s\": \"%s\""
-#: tcop/fastpath.c:453 tcop/fastpath.c:580
+#: commands/explain.c:159
#, c-format
-msgid "function call message contains %d arguments but function requires %d"
-msgstr ""
-"mensagem de chamada da função contém %d argumentos mas função requer %d"
+msgid "unrecognized EXPLAIN option \"%s\""
+msgstr "opção EXPLAIN desconhecida \"%s\""
-#: tcop/fastpath.c:461
+#: commands/explain.c:166
+msgid "EXPLAIN option BUFFERS requires ANALYZE"
+msgstr "opção BUFFERS do EXPLAIN requer ANALYZE"
+
+#: commands/dbcommands.c:201
+msgid "LOCATION is not supported anymore"
+msgstr "LOCATION não é mais suportado"
+
+#: commands/dbcommands.c:202
+msgid "Consider using tablespaces instead."
+msgstr "Considere utilizar tablespaces."
+
+#: commands/dbcommands.c:225 utils/adt/ascii.c:144
#, c-format
-msgid "function call message contains %d argument formats but %d arguments"
-msgstr ""
-"mensagem de chamada da função contém %d formatos de argumento mas só tem %d "
-"argumentos"
+msgid "%d is not a valid encoding code"
+msgstr "%d não é um código de codificação válido"
-#: tcop/fastpath.c:548 tcop/fastpath.c:631
+#: commands/dbcommands.c:235 utils/adt/ascii.c:126
#, c-format
-msgid "incorrect binary data format in function argument %d"
-msgstr "formato de dado binário incorreto no argumento %d da função"
+msgid "%s is not a valid encoding name"
+msgstr "%s não é um nome de codificação válido"
-#: storage/smgr/md.c:289 storage/file/copydir.c:172
-#: postmaster/postmaster.c:3707 access/transam/xlog.c:2392
-#: access/transam/xlog.c:2525 access/transam/xlog.c:4423
-#: access/transam/xlog.c:9093 access/transam/xlog.c:9334
+#: commands/dbcommands.c:253 commands/dbcommands.c:1347 commands/user.c:267
+#: commands/user.c:606
#, c-format
-msgid "could not create file \"%s\": %m"
-msgstr "não pôde criar arquivo \"%s\": %m"
+msgid "invalid connection limit: %d"
+msgstr "limite de conexão inválido: %d"
+
+#: commands/dbcommands.c:272
+msgid "permission denied to create database"
+msgstr "permissão negada ao criar banco de dados"
-#: storage/smgr/md.c:374 storage/smgr/md.c:423 storage/smgr/md.c:1257
-#: access/transam/xlog.c:2935 access/transam/xlog.c:9284
+#: commands/dbcommands.c:295
#, c-format
-msgid "could not remove file \"%s\": %m"
-msgstr "não pôde remover arquivo \"%s\": %m"
+msgid "template database \"%s\" does not exist"
+msgstr "banco de dados modelo \"%s\" não existe"
-#: storage/smgr/md.c:396 storage/smgr/md.c:869
+#: commands/dbcommands.c:307
#, c-format
-msgid "could not truncate file \"%s\": %m"
-msgstr "não pôde truncar arquivo \"%s\": %m"
+msgid "permission denied to copy database \"%s\""
+msgstr "permissão negada ao copiar banco de dados \"%s\""
-#: storage/smgr/md.c:463
+#: commands/dbcommands.c:323
#, c-format
-msgid "cannot extend file \"%s\" beyond %u blocks"
-msgstr "não pode estender arquivo \"%s\" além de %u blocos"
+msgid "invalid server encoding %d"
+msgstr "codificação do servidor %d é inválida"
-#: storage/smgr/md.c:485 storage/smgr/md.c:649 storage/smgr/md.c:724
+#: commands/dbcommands.c:329 commands/dbcommands.c:333
#, c-format
-msgid "could not seek to block %u in file \"%s\": %m"
-msgstr "não pôde buscar bloco %u no arquivo \"%s\": %m"
+msgid "invalid locale name %s"
+msgstr "nome de configuração regional %s é inválido"
-#: storage/smgr/md.c:493
+#: commands/dbcommands.c:352
#, c-format
-msgid "could not extend file \"%s\": %m"
-msgstr "não pôde estender arquivo \"%s\": %m"
+msgid ""
+"new encoding (%s) is incompatible with the encoding of the template database "
+"(%s)"
+msgstr ""
+"nova codificação (%s) é imcompatível com a codificação do banco de dados "
+"modelo (%s)"
-#: storage/smgr/md.c:495 storage/smgr/md.c:502 storage/smgr/md.c:751
-msgid "Check free disk space."
-msgstr "Verifique o espaço em disco livre."
+#: commands/dbcommands.c:355
+msgid ""
+"Use the same encoding as in the template database, or use template0 as "
+"template."
+msgstr ""
+"Utilize a mesma codificação do banco de dados modelo ou utilize template0 "
+"como modelo."
-#: storage/smgr/md.c:499
+#: commands/dbcommands.c:360
#, c-format
-msgid "could not extend file \"%s\": wrote only %d of %d bytes at block %u"
+msgid ""
+"new collation (%s) is incompatible with the collation of the template "
+"database (%s)"
msgstr ""
-"não pôde estender arquivo \"%s\": escreveu somente %d de %d bytes no bloco %u"
+"nova ordenação (%s) é incompatível com a ordenação do banco de dados modelo "
+"(%s)"
-#: storage/smgr/md.c:667
-#, c-format
-msgid "could not read block %u in file \"%s\": %m"
-msgstr "não pôde ler bloco %u no arquivo \"%s\": %m"
+#: commands/dbcommands.c:362
+msgid ""
+"Use the same collation as in the template database, or use template0 as "
+"template."
+msgstr ""
+"Utilize a mesma ordenação do banco de dados modelo ou utilize template0 como "
+"modelo."
-#: storage/smgr/md.c:683
+#: commands/dbcommands.c:367
#, c-format
-msgid "could not read block %u in file \"%s\": read only %d of %d bytes"
-msgstr "não pôde ler bloco %u no arquivo \"%s\": leu somente %d de %d bytes"
+msgid ""
+"new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database "
+"(%s)"
+msgstr ""
+"novo LC_CTYPE (%s) é incompatível com o LC_CTYPE do banco de dados modelo "
+"(%s)"
-#: storage/smgr/md.c:742
-#, c-format
-msgid "could not write block %u in file \"%s\": %m"
-msgstr "não pôde escrever bloco %u no arquivo \"%s\": %m"
+#: commands/dbcommands.c:369
+msgid ""
+"Use the same LC_CTYPE as in the template database, or use template0 as "
+"template."
+msgstr ""
+"Utilize o mesmo LC_CTYPE do banco de dados modelo ou utilize template0 como "
+"modelo."
-#: storage/smgr/md.c:747
+#: commands/dbcommands.c:391 commands/dbcommands.c:1054
+msgid "pg_global cannot be used as default tablespace"
+msgstr "pg_global não pode ser utilizado como tablespace padrão"
+
+#: commands/dbcommands.c:417
#, c-format
-msgid "could not write block %u in file \"%s\": wrote only %d of %d bytes"
-msgstr ""
-"não pôde escrever bloco %u no arquivo \"%s\": escreveu somente %d de %d bytes"
+msgid "cannot assign new default tablespace \"%s\""
+msgstr "não pode atribuir nova tablespace padrão \"%s\""
-#: storage/smgr/md.c:845
+#: commands/dbcommands.c:419
#, c-format
-msgid "could not truncate file \"%s\" to %u blocks: it's only %u blocks now"
+msgid ""
+"There is a conflict because database \"%s\" already has some tables in this "
+"tablespace."
msgstr ""
-"não pôde truncar arquivo \"%s\" para %u blocos: há somente %u blocos agora"
+"Há um conflito porque o banco de dados \"%s\" já tem algumas tabelas nesta "
+"tablespace."
-#: storage/smgr/md.c:894
+#: commands/dbcommands.c:439 commands/dbcommands.c:929
#, c-format
-msgid "could not truncate file \"%s\" to %u blocks: %m"
-msgstr "não pôde truncar arquivo \"%s\" para %u blocos: %m"
+msgid "database \"%s\" already exists"
+msgstr "banco de dados \"%s\" já existe"
-#: storage/smgr/md.c:938 storage/smgr/md.c:1143 storage/smgr/md.c:1297
-#: storage/file/copydir.c:269 access/transam/xlog.c:2432
-#: access/transam/xlog.c:2564 access/transam/xlog.c:4544
+#: commands/dbcommands.c:453
#, c-format
-msgid "could not fsync file \"%s\": %m"
-msgstr "não pôde executar fsync no arquivo \"%s\": %m"
+msgid "source database \"%s\" is being accessed by other users"
+msgstr "banco de dados fonte \"%s\" está sendo acessado por outros usuários"
-#: storage/smgr/md.c:1147
+#: commands/dbcommands.c:695 commands/dbcommands.c:710
#, c-format
-msgid "could not fsync file \"%s\" but retrying: %m"
-msgstr "não pôde executar fsync no arquivo \"%s\" mas tentando novamente: %m"
-
-#: storage/smgr/md.c:1292
-msgid "could not forward fsync request because request queue is full"
-msgstr ""
-"não pôde encaminhar pedido de fsync porque a fila de pedidos está cheia"
+msgid "encoding %s does not match locale %s"
+msgstr "codificação %s não corresponde a configuração regional %s"
-#: storage/smgr/md.c:1670
+#: commands/dbcommands.c:698
#, c-format
-msgid "could not open file \"%s\" (target block %u): %m"
-msgstr "não pôde abrir arquivo \"%s\" (bloco alvo %u): %m"
+msgid "The chosen LC_CTYPE setting requires encoding %s."
+msgstr "A definição de LC_TYPE escolhida requer codificação %s."
-#: storage/smgr/md.c:1692
+#: commands/dbcommands.c:713
#, c-format
-msgid "could not seek to end of file \"%s\": %m"
-msgstr "não pôde buscar fim do arquivo \"%s\": %m"
+msgid "The chosen LC_COLLATE setting requires encoding %s."
+msgstr "A definição de LC_COLLATE escolhida requer codificação %s."
-#: storage/page/bufpage.c:143 storage/page/bufpage.c:390
-#: storage/page/bufpage.c:623 storage/page/bufpage.c:753
+#: commands/dbcommands.c:764 commands/dbcommands.c:909
+#: commands/dbcommands.c:1008 commands/dbcommands.c:1181
+#: commands/dbcommands.c:1366 commands/dbcommands.c:1451
+#: commands/dbcommands.c:1854 commands/comment.c:60 utils/init/postinit.c:718
+#: utils/init/postinit.c:786 utils/init/postinit.c:803
#, c-format
-msgid "corrupted page pointers: lower = %u, upper = %u, special = %u"
-msgstr ""
-"ponteiros de página corrompidos: inferior = %u, superior = %u, especial = %u"
+msgid "database \"%s\" does not exist"
+msgstr "banco de dados \"%s\" não existe"
-#: storage/page/bufpage.c:433
+#: commands/dbcommands.c:771
#, c-format
-msgid "corrupted item pointer: %u"
-msgstr "ponteiro de item corrompido: %u"
+msgid "database \"%s\" does not exist, skipping"
+msgstr "banco de dados \"%s\" não existe, ignorando"
-#: storage/page/bufpage.c:444 storage/page/bufpage.c:805
-#, c-format
-msgid "corrupted item lengths: total %u, available space %u"
-msgstr "tamanhos de itens corrompidos: total %u, espaço livre %u"
+#: commands/dbcommands.c:792
+msgid "cannot drop a template database"
+msgstr "não pode remover banco de dados modelo"
-#: storage/page/bufpage.c:642 storage/page/bufpage.c:778
+#: commands/dbcommands.c:798
+msgid "cannot drop the currently open database"
+msgstr "não pode remover banco de dados que se encontra aberto"
+
+#: commands/dbcommands.c:809 commands/dbcommands.c:951
+#: commands/dbcommands.c:1076
#, c-format
-msgid "corrupted item pointer: offset = %u, size = %u"
-msgstr "ponteiro de item corrompido: deslocamento = %u, tamanho = %u"
+msgid "database \"%s\" is being accessed by other users"
+msgstr "banco de dados \"%s\" está sendo acessado por outros usuários"
-#: storage/lmgr/proc.c:297 storage/ipc/sinvaladt.c:302
-#: storage/ipc/procarray.c:271 postmaster/postmaster.c:1873
-msgid "sorry, too many clients already"
-msgstr "desculpe, muitos clientes conectados"
+#: commands/dbcommands.c:920
+msgid "permission denied to rename database"
+msgstr "permissão negada ao renomear banco de dados"
-#: storage/lmgr/proc.c:1043
-#, c-format
-msgid "Process %d waits for %s on %s"
-msgstr "Processo %d espera por %s em %s"
+#: commands/dbcommands.c:940
+msgid "current database cannot be renamed"
+msgstr "banco de dados atual não pode ser renomeado"
-#: storage/lmgr/proc.c:1053
-#, c-format
-msgid "sending cancel to blocking autovacuum PID %d"
+#: commands/dbcommands.c:1032
+msgid "cannot change the tablespace of the currently open database"
msgstr ""
-"enviando cancelamento para PID de limpeza automática %d que está bloqueando"
+"não pode mudar a tablespace de um banco de dados que se encontra aberto"
-#: storage/lmgr/proc.c:1099
+#: commands/dbcommands.c:1116
#, c-format
-msgid ""
-"process %d avoided deadlock for %s on %s by rearranging queue order after "
-"%ld.%03d ms"
+msgid "some relations of database \"%s\" are already in tablespace \"%s\""
msgstr ""
-"processo %d evitou impasse por %s em %s ao reorganizar a ordem da fila após "
-"%ld.%03d ms"
+"algumas relações do banco de dados \"%s\" já estão na tablespace \"%s\""
-#: storage/lmgr/proc.c:1111
-#, c-format
+#: commands/dbcommands.c:1118
msgid ""
-"process %d detected deadlock while waiting for %s on %s after %ld.%03d ms"
+"You must move them back to the database's default tablespace before using "
+"this command."
msgstr ""
-"processo %d detectou impasse enquanto esperava por %s em %s após %ld.%03d ms"
+"Você deve movê-las de volta para a tablespace padrão do banco de dados antes "
+"de utilizar este comando."
-#: storage/lmgr/proc.c:1117
+#: commands/dbcommands.c:1246 commands/dbcommands.c:1714
+#: commands/dbcommands.c:1915 commands/dbcommands.c:1963
+#: commands/tablespace.c:584
#, c-format
-msgid "process %d still waiting for %s on %s after %ld.%03d ms"
-msgstr "processo %d ainda espera por %s em %s após %ld.%03d ms"
+msgid "some useless files may be left behind in old database directory \"%s\""
+msgstr ""
+"alguns arquivos inúteis podem ser deixados no diretório de banco de dados "
+"antigo \"%s\""
-#: storage/lmgr/proc.c:1121
-#, c-format
-msgid "process %d acquired %s on %s after %ld.%03d ms"
-msgstr "processo %d obteve %s em %s após %ld.%03d ms"
+#: commands/dbcommands.c:1490
+msgid "permission denied to change owner of database"
+msgstr "permissão negada ao mudar dono do banco de dados"
-#: storage/lmgr/proc.c:1137
+#: commands/dbcommands.c:1802
#, c-format
-msgid "process %d failed to acquire %s on %s after %ld.%03d ms"
-msgstr "processo %d falhou ao obter %s em %s após %ld.%03d ms"
-
-#: storage/lmgr/predicate.c:665
-msgid "not enough elements in RWConflictPool to record a read/write conflict"
-msgstr ""
-"não há elementos suficientes em RWConflictPool para registrar um conflito de "
-"leitura/escrita"
-
-#: storage/lmgr/predicate.c:666 storage/lmgr/predicate.c:694
msgid ""
-"You might need to run fewer transactions at a time or increase "
-"max_connections."
+"There are %d other session(s) and %d prepared transaction(s) using the "
+"database."
msgstr ""
-"Talvez seja necessário executar poucas transações ao mesmo tempo or aumentar "
-"max_connections."
+"Há %d outra(s) sessão(ões) e %d transação(ões) preparada(s) utilizando o "
+"banco de dados."
-#: storage/lmgr/predicate.c:693
-msgid ""
-"not enough elements in RWConflictPool to record a potential read/write "
-"conflict"
-msgstr ""
-"não há elementos suficientes em RWConflictPool para registrar um conflito "
-"potencial de leitura/escrita"
+#: commands/dbcommands.c:1805
+#, c-format
+msgid "There are %d other session(s) using the database."
+msgstr "Há %d outra(s) sessão(ões) utilizando o banco de dados."
-#: storage/lmgr/predicate.c:898
-msgid "memory for serializable conflict tracking is nearly exhausted"
-msgstr ""
-"memória para rastreamento de conflitos de serialização está quase esgotada"
+#: commands/dbcommands.c:1808
+#, c-format
+msgid "There are %d prepared transaction(s) using the database."
+msgstr "Há %d transação(ões) preparada(s) utilizando o banco de dados."
-#: storage/lmgr/predicate.c:899
-msgid ""
-"There might be an idle transaction or a forgotten prepared transaction "
-"causing this."
+#: commands/proclang.c:93
+msgid "using pg_pltemplate information instead of CREATE LANGUAGE parameters"
msgstr ""
-"Pode haver uma transação ociosa ou uma transação preparada em aberto "
-"causando isso."
+"utilizando informação de pg_pltemplate ao invés dos parâmetros de CREATE "
+"LANGUAGE"
-#: storage/lmgr/predicate.c:1181 storage/lmgr/predicate.c:1253
+#: commands/proclang.c:103
#, c-format
-msgid ""
-"not enough shared memory for elements of data structure \"%s\" (%lu bytes "
-"requested)"
-msgstr ""
-"não há memória compartilhada suficiente para elementos da estrutura de dados "
-"\"%s\" (%lu bytes solicitados)"
+msgid "must be superuser to create procedural language \"%s\""
+msgstr "deve ser super-usuário para criar linguagem procedural \"%s\""
-#: storage/lmgr/predicate.c:1536
-msgid "deferrable snapshot was unsafe; trying a new one"
-msgstr "instantâneo postergável era inseguro; tentando um novo"
+#: commands/proclang.c:123 commands/proclang.c:279
+#, c-format
+msgid "function %s must return type \"language_handler\""
+msgstr "função %s deve retornar tipo \"language_handler\""
-#: storage/lmgr/predicate.c:2234 storage/lmgr/predicate.c:2249
-#: storage/lmgr/predicate.c:3644
-msgid "You might need to increase max_pred_locks_per_transaction."
-msgstr "Você pode precisar aumentar max_pred_locks_per_transaction."
+#: commands/proclang.c:243
+#, c-format
+msgid "unsupported language \"%s\""
+msgstr "linguagem \"%s\" não é suportada"
-#: storage/lmgr/predicate.c:3798 storage/lmgr/predicate.c:3887
-#: storage/lmgr/predicate.c:3895 storage/lmgr/predicate.c:3934
-#: storage/lmgr/predicate.c:4173 storage/lmgr/predicate.c:4511
-#: storage/lmgr/predicate.c:4523 storage/lmgr/predicate.c:4565
-#: storage/lmgr/predicate.c:4603
-msgid ""
-"could not serialize access due to read/write dependencies among transactions"
+#: commands/proclang.c:245
+msgid "The supported languages are listed in the pg_pltemplate system catalog."
msgstr ""
-"não pôde serializar acesso devido a dependências de leitura/escrita entre "
-"transações"
+"As linguagens suportadas estão listadas no catálogo do sistema pg_pltemplate."
-#: storage/lmgr/predicate.c:3800 storage/lmgr/predicate.c:3889
-#: storage/lmgr/predicate.c:3897 storage/lmgr/predicate.c:3936
-#: storage/lmgr/predicate.c:4175 storage/lmgr/predicate.c:4513
-#: storage/lmgr/predicate.c:4525 storage/lmgr/predicate.c:4567
-#: storage/lmgr/predicate.c:4605
-msgid "The transaction might succeed if retried."
-msgstr "A transação pode ter sucesso se repetida."
+#: commands/proclang.c:253
+msgid "must be superuser to create custom procedural language"
+msgstr "deve ser super-usuário para criar linguagem procedural personalizada"
-#: storage/lmgr/lock.c:517
+#: commands/proclang.c:272
#, c-format
msgid ""
-"cannot acquire lock mode %s on database objects while recovery is in progress"
+"changing return type of function %s from \"opaque\" to \"language_handler\""
msgstr ""
-"não pode adquirir modo de bloqueio %s em objetos de banco de dados enquanto "
-"recuperação está em progresso"
+"alterando tipo de retorno da função %s de \"opaque\" para \"language_handler"
+"\""
-#: storage/lmgr/lock.c:519
-msgid ""
-"Only RowExclusiveLock or less can be acquired on database objects during "
-"recovery."
-msgstr ""
-"Somente RowExclusiveLock ou menos pode ser adquirido em objetos de banco de "
-"dados durante recuperação."
+#: commands/proclang.c:357 commands/proclang.c:606
+#, c-format
+msgid "language \"%s\" already exists"
+msgstr "linguagem \"%s\" já existe"
-#: storage/lmgr/lock.c:632 storage/lmgr/lock.c:701 storage/lmgr/lock.c:2599
-#: storage/lmgr/lock.c:2664
-msgid "You might need to increase max_locks_per_transaction."
-msgstr "Você pode precisar aumentar max_locks_per_transaction."
+#: commands/proclang.c:537
+#, c-format
+msgid "language \"%s\" does not exist, skipping"
+msgstr "linguagem \"%s\" não existe, ignorando"
-#: storage/lmgr/lock.c:2024 storage/lmgr/lock.c:2118
-msgid ""
-"cannot PREPARE while holding both session-level and transaction-level locks "
-"on the same object"
-msgstr ""
-"não pode executar PREPARE enquanto estiver mantendo bloqueios a nível de "
-"sessão e transação no mesmo objeto"
+#: commands/proclang.c:600 commands/proclang.c:640 commands/proclang.c:754
+#: commands/functioncmds.c:839 commands/functioncmds.c:2019
+#, c-format
+msgid "language \"%s\" does not exist"
+msgstr "linguagem \"%s\" não existe"
-#: storage/lmgr/lock.c:2210
-msgid "Not enough memory for reassigning the prepared transaction's locks."
-msgstr ""
-"Memória insuficiente para atribuir os bloqueios de uma transação preparada."
+#: commands/typecmds.c:169
+msgid "must be superuser to create a base type"
+msgstr "deve ser super-usuário para criar um tipo base"
+
+#: commands/typecmds.c:275
+#, c-format
+msgid "type attribute \"%s\" not recognized"
+msgstr "atributo do tipo \"%s\" desconhecido"
+
+#: commands/typecmds.c:329
+#, c-format
+msgid "invalid type category \"%s\": must be simple ASCII"
+msgstr "categoria de tipo \"%s\" é inválida: deve ser ASCII simples"
-#: storage/lmgr/lmgr.c:720
+#: commands/typecmds.c:348
#, c-format
-msgid "relation %u of database %u"
-msgstr "relação %u do banco de dados %u"
+msgid "array element type cannot be %s"
+msgstr "tipo do elemento da matriz não pode ser %s"
-#: storage/lmgr/lmgr.c:726
+#: commands/typecmds.c:380
#, c-format
-msgid "extension of relation %u of database %u"
-msgstr "extensão da relação %u do banco de dados %u"
+msgid "alignment \"%s\" not recognized"
+msgstr "alinhamento \"%s\" desconhecido"
-#: storage/lmgr/lmgr.c:732
+#: commands/typecmds.c:397
#, c-format
-msgid "page %u of relation %u of database %u"
-msgstr "página %u da relação %u do banco de dados %u"
+msgid "storage \"%s\" not recognized"
+msgstr "armazenamento \"%s\" desconhecido"
-#: storage/lmgr/lmgr.c:739
+#: commands/typecmds.c:408
+msgid "type input function must be specified"
+msgstr "função de entrada do tipo deve ser especificada"
+
+#: commands/typecmds.c:412
+msgid "type output function must be specified"
+msgstr "função de saída do tipo deve ser especificada"
+
+#: commands/typecmds.c:417
+msgid ""
+"type modifier output function is useless without a type modifier input "
+"function"
+msgstr ""
+"função de saída do modificador de tipo é inútil sem uma função de entrada do "
+"modificador de tipo"
+
+#: commands/typecmds.c:440
#, c-format
-msgid "tuple (%u,%u) of relation %u of database %u"
-msgstr "tupla (%u,%u) da relação %u do banco de dados %u"
+msgid "changing return type of function %s from \"opaque\" to %s"
+msgstr "alterando tipo retornado pela função %s de \"opaque\" para %s"
-#: storage/lmgr/lmgr.c:747
+#: commands/typecmds.c:447
#, c-format
-msgid "transaction %u"
-msgstr "transação %u"
+msgid "type input function %s must return type %s"
+msgstr "função de entrada do tipo %s deve retornar tipo %s"
-#: storage/lmgr/lmgr.c:752
+#: commands/typecmds.c:457
#, c-format
-msgid "virtual transaction %d/%u"
-msgstr "transação virtual %d/%u"
+msgid "changing return type of function %s from \"opaque\" to \"cstring\""
+msgstr "alterando tipo retornado pela função %s de \"opaque\" para \"cstring\""
-#: storage/lmgr/lmgr.c:758
+#: commands/typecmds.c:464
#, c-format
-msgid "object %u of class %u of database %u"
-msgstr "objeto %u da classe %u do banco de dados %u"
+msgid "type output function %s must return type \"cstring\""
+msgstr "função de saída do tipo %s deve retornar tipo \"cstring\""
-#: storage/lmgr/lmgr.c:766
+#: commands/typecmds.c:473
#, c-format
-msgid "user lock [%u,%u,%u]"
-msgstr "bloqueio do usuário [%u,%u,%u]"
+msgid "type receive function %s must return type %s"
+msgstr "função de recepção do tipo %s deve retornar tipo %s"
-#: storage/lmgr/lmgr.c:773
+#: commands/typecmds.c:482
#, c-format
-msgid "advisory lock [%u,%u,%u,%u]"
-msgstr "bloqueio sob aviso [%u,%u,%u,%u]"
+msgid "type send function %s must return type \"bytea\""
+msgstr "função de envio do tipo %s deve retornar tipo \"bytea\""
-#: storage/lmgr/lmgr.c:781
+#: commands/typecmds.c:687
#, c-format
-msgid "unrecognized locktag type %d"
-msgstr "tipo de marcação de bloqueio %d desconhecido"
+msgid "\"%s\" is not a domain"
+msgstr "\"%s\" não é um domínio"
-#: storage/lmgr/deadlock.c:923
+#: commands/typecmds.c:827
#, c-format
-msgid "Process %d waits for %s on %s; blocked by process %d."
-msgstr "Processo %d espera por %s em %s; bloqueado pelo processo %d."
+msgid "\"%s\" is not a valid base type for a domain"
+msgstr "\"%s\" não é um tipo base válido para um domínio"
-#: storage/lmgr/deadlock.c:942
+#: commands/typecmds.c:843 commands/indexcmds.c:938 parser/parse_expr.c:2150
+#: parser/parse_utilcmd.c:2612 parser/parse_type.c:492
#, c-format
-msgid "Process %d: %s"
-msgstr "Processo %d: %s"
+msgid "collations are not supported by type %s"
+msgstr "ordenações não são suportadas pelo tipo %s"
-#: storage/lmgr/deadlock.c:949
-msgid "deadlock detected"
-msgstr "impasse detectado"
+#: commands/typecmds.c:909
+msgid "multiple default expressions"
+msgstr "múltiplas expressões padrão"
-#: storage/lmgr/deadlock.c:952
-msgid "See server log for query details."
-msgstr "Veja log do servidor para obter detalhes das consultas."
+#: commands/typecmds.c:973 commands/typecmds.c:982
+msgid "conflicting NULL/NOT NULL constraints"
+msgstr "restrições NULL/NOT NULL conflitantes"
-#: storage/large_object/inv_api.c:277 catalog/pg_largeobject.c:116
-#: catalog/pg_largeobject.c:176 catalog/objectaddress.c:199
-#: catalog/aclchk.c:647 catalog/aclchk.c:3677 catalog/aclchk.c:4368
-#, c-format
-msgid "large object %u does not exist"
-msgstr "objeto grande %u não existe"
+#: commands/typecmds.c:1001 commands/typecmds.c:1984
+msgid "unique constraints not possible for domains"
+msgstr "restrições de unicidade não são possíveis para domínios"
-#: storage/large_object/inv_api.c:555 storage/large_object/inv_api.c:752
-#, c-format
-msgid "large object %u was not opened for writing"
-msgstr "objeto grande %u não foi aberto para escrita"
+#: commands/typecmds.c:1007 commands/typecmds.c:1990
+msgid "primary key constraints not possible for domains"
+msgstr "restrições de chave primária não são possíveis para domínios"
-#: storage/large_object/inv_api.c:562 storage/large_object/inv_api.c:759
-#, c-format
-msgid "large object %u was already dropped"
-msgstr "objeto grande %u já foi removido"
+#: commands/typecmds.c:1013 commands/typecmds.c:1996
+msgid "exclusion constraints not possible for domains"
+msgstr "restrições de exclusão não são possíveis para domínios"
-#: storage/ipc/shmem.c:346 storage/ipc/shmem.c:399
-#, c-format
-msgid ""
-"not enough shared memory for data structure \"%s\" (%lu bytes requested)"
+#: commands/typecmds.c:1019 commands/typecmds.c:2002
+msgid "foreign key constraints not possible for domains"
+msgstr "restrições de chave estrangeira não são possíveis para domínios"
+
+#: commands/typecmds.c:1028 commands/typecmds.c:2011
+msgid "specifying constraint deferrability not supported for domains"
msgstr ""
-"não há memória compartilhada suficiente para estrutura de dados \"%s\" (%lu "
-"bytes solicitados)"
+"especificação de postergação de restrição não é suportada para domínios"
-#: storage/ipc/shmem.c:365
+#: commands/typecmds.c:1272 utils/cache/typcache.c:996
#, c-format
-msgid "could not create ShmemIndex entry for data structure \"%s\""
-msgstr "não pôde criar entrada ShmemIndex para estrutura de dados \"%s\""
+msgid "%s is not an enum"
+msgstr "%s não é um enum"
-#: storage/ipc/shmem.c:380
+#: commands/typecmds.c:1332
#, c-format
-msgid ""
-"ShmemIndex entry size is wrong for data structure \"%s\": expected %lu, "
-"actual %lu"
+msgid "changing argument type of function %s from \"opaque\" to \"cstring\""
msgstr ""
-"tamanho da entrada de ShmemIndex está errado para estrutura de dados \"%s\": "
-"esperado %lu, atual %lu"
-
-#: storage/ipc/shmem.c:427 storage/ipc/shmem.c:446
-msgid "requested shared memory size overflows size_t"
-msgstr "tamanho de memória compartilhada requisitada ultrapassa size_t"
+"alterando tipo de argumento da função %s de \"opaque\" para \"cstring\""
-#: storage/file/fd.c:405
+#: commands/typecmds.c:1383
#, c-format
-msgid "getrlimit failed: %m"
-msgstr "getrlimit falhou: %m"
-
-#: storage/file/fd.c:495
-msgid "insufficient file descriptors available to start server process"
-msgstr ""
-"descritores de arquivo disponíveis são insuficientes para iniciar o processo "
-"servidor"
+msgid "changing argument type of function %s from \"opaque\" to %s"
+msgstr "alterando tipo de argumento da função %s de \"opaque\" para %s"
-#: storage/file/fd.c:496
+#: commands/typecmds.c:1482
#, c-format
-msgid "System allows %d, we need at least %d."
-msgstr "Sistema permite %d, nós precisamos pelo menos de %d."
+msgid "typmod_in function %s must return type \"integer\""
+msgstr "função typmod_in %s deve retornar tipo \"integer\""
-#: storage/file/fd.c:537 storage/file/fd.c:1469 storage/file/fd.c:1585
+#: commands/typecmds.c:1509
#, c-format
-msgid "out of file descriptors: %m; release and retry"
-msgstr "sem descritores de arquivo: %m; libere e tente novamente"
+msgid "typmod_out function %s must return type \"cstring\""
+msgstr "função typmod_out %s deve retornar tipo \"cstring\""
-#: storage/file/fd.c:1110
+#: commands/typecmds.c:1536
#, c-format
-msgid "temporary file: path \"%s\", size %lu"
-msgstr "arquivo temporário: caminho \"%s\", tamanho %lu"
+msgid "type analyze function %s must return type \"boolean\""
+msgstr "função de análise do tipo %s deve retornar tipo \"boolean\""
-#: storage/file/fd.c:1644
+#: commands/typecmds.c:1836
#, c-format
-msgid "could not read directory \"%s\": %m"
-msgstr "não pôde ler diretório \"%s\": %m"
+msgid "column \"%s\" of table \"%s\" contains null values"
+msgstr "coluna \"%s\" da tabela \"%s\" contém valores nulos"
-#: storage/file/copydir.c:61 commands/tablespace.c:158
-#: commands/tablespace.c:175 commands/tablespace.c:186
-#: commands/tablespace.c:194 commands/tablespace.c:603
+#: commands/typecmds.c:2082
#, c-format
-msgid "could not create directory \"%s\": %m"
-msgstr "não pôde criar diretório \"%s\": %m"
+msgid ""
+"column \"%s\" of table \"%s\" contains values that violate the new constraint"
+msgstr ""
+"coluna \"%s\" da tabela \"%s\" contém valores que violam a nova restrição"
-#: storage/file/copydir.c:211 commands/copy.c:1329 access/transam/xlog.c:2437
-#: access/transam/xlog.c:2569 access/transam/xlog.c:4549
+#: commands/typecmds.c:2287
#, c-format
-msgid "could not close file \"%s\": %m"
-msgstr "não pôde fechar arquivo \"%s\": %m"
-
-#: storage/buffer/localbuf.c:190
-msgid "no empty local buffer available"
-msgstr "nenhum buffer local vazio está disponível"
+msgid "%s is not a domain"
+msgstr "%s não é um domínio"
-#: storage/buffer/bufmgr.c:134 storage/buffer/bufmgr.c:239
-msgid "cannot access temporary tables of other sessions"
-msgstr "não pode acessar tabelas temporárias de outras sessões"
+#: commands/typecmds.c:2369 commands/typecmds.c:2378
+msgid "cannot use table references in domain check constraint"
+msgstr ""
+"não pode utilizar referências a tabela em restrição de verificação do domínio"
-#: storage/buffer/bufmgr.c:373
+#: commands/typecmds.c:2608 commands/typecmds.c:2680 commands/typecmds.c:2904
#, c-format
-msgid "unexpected data beyond EOF in block %u of relation %s"
-msgstr "dado inesperado após EOF no bloco %u da relação %s"
+msgid "%s is a table's row type"
+msgstr "%s é um tipo registro da tabela"
-#: storage/buffer/bufmgr.c:375
-msgid ""
-"This has been seen to occur with buggy kernels; consider updating your "
-"system."
-msgstr ""
-"Isso tem ocorrido com kernels contendo bugs; considere atualizar seu sistema."
+#: commands/typecmds.c:2610 commands/typecmds.c:2682 commands/typecmds.c:2906
+msgid "Use ALTER TABLE instead."
+msgstr "Ao invés disso utilize ALTER TABLE."
-#: storage/buffer/bufmgr.c:447
+#: commands/typecmds.c:2617 commands/typecmds.c:2689 commands/typecmds.c:2835
#, c-format
-msgid "invalid page header in block %u of relation %s; zeroing out page"
-msgstr ""
-"cabeçalho de página é inválido no bloco %u da relação %s; zerando página"
+msgid "cannot alter array type %s"
+msgstr "não pode alterar tipo array %s"
-#: storage/buffer/bufmgr.c:455
+#: commands/typecmds.c:2619 commands/typecmds.c:2691 commands/typecmds.c:2837
#, c-format
-msgid "invalid page header in block %u of relation %s"
-msgstr "cabeçalho de página é inválido no bloco %u da relação %s"
+msgid "You can alter type %s, which will alter the array type as well."
+msgstr "Você pode alterar tipo %s, que alterará o tipo array também."
-#: storage/buffer/bufmgr.c:2747
+#: commands/typecmds.c:2890
#, c-format
-msgid "could not write block %u of %s"
-msgstr "não pôde escrever bloco %u de %s"
+msgid "type \"%s\" already exists in schema \"%s\""
+msgstr "tipo \"%s\" já existe no esquema \"%s\""
-#: storage/buffer/bufmgr.c:2749
-msgid "Multiple failures --- write error might be permanent."
-msgstr "Falhas múltiplas --- erro de escrita pode ser permanente."
+#: commands/async.c:567
+msgid "channel name cannot be empty"
+msgstr "nome do canal não pode ser vazio"
-#: storage/buffer/bufmgr.c:2770 storage/buffer/bufmgr.c:2789
-#, c-format
-msgid "writing block %u of relation %s"
-msgstr "escrevendo bloco %u da relação %s"
+#: commands/async.c:572
+msgid "channel name too long"
+msgstr "nome do canal é muito longo"
-#: snowball/dict_snowball.c:183
-#, c-format
-msgid "no Snowball stemmer available for language \"%s\" and encoding \"%s\""
+#: commands/async.c:579
+msgid "payload string too long"
+msgstr "cadeia da carga é muito longa"
+
+#: commands/async.c:763
+msgid ""
+"cannot PREPARE a transaction that has executed LISTEN, UNLISTEN or NOTIFY"
msgstr ""
-"nenhum analisador Snowball disponível para idioma \"%s\" e codificação \"%s\""
+"não pode executar PREPARE em uma transação que executou LISTEN, UNLISTEN ou "
+"NOTIFY"
-#: snowball/dict_snowball.c:215
-msgid "multiple Language parameters"
-msgstr "múltiplos parâmetros Language"
+#: commands/async.c:868
+msgid "too many notifications in the NOTIFY queue"
+msgstr "muitas notificações na fila do NOTIFY"
-#: snowball/dict_snowball.c:222
+#: commands/async.c:1447
#, c-format
-msgid "unrecognized Snowball parameter: \"%s\""
-msgstr "parâmetro desconhecido do Snowball: \"%s\""
-
-#: snowball/dict_snowball.c:230
-msgid "missing Language parameter"
-msgstr "faltando parâmetro Language"
+msgid "NOTIFY queue is %.0f%% full"
+msgstr "fila do NOTIFY está %.0f%% cheia"
-#: rewrite/rewriteSupport.c:117 rewrite/rewriteRemove.c:62
-#: rewrite/rewriteDefine.c:700 rewrite/rewriteDefine.c:762
+#: commands/async.c:1449
#, c-format
-msgid "rule \"%s\" for relation \"%s\" does not exist"
-msgstr "regra \"%s\" para relação \"%s\" não existe"
+msgid ""
+"The server process with PID %d is among those with the oldest transactions."
+msgstr ""
+"O processo servidor com PID %d está entre aqueles com transações mais "
+"antigas."
-#: rewrite/rewriteSupport.c:156
-#, c-format
-msgid "rule \"%s\" does not exist"
-msgstr "regra \"%s\" não existe"
+#: commands/async.c:1452
+msgid ""
+"The NOTIFY queue cannot be emptied until that process ends its current "
+"transaction."
+msgstr ""
+"A fila do NOTIFY não pode ser esvaziada até que o processo termine a "
+"transação atual."
-#: rewrite/rewriteSupport.c:165
+#: commands/lockcmds.c:93
#, c-format
-msgid "there are multiple rules named \"%s\""
-msgstr "há múltiplas regras com nome \"%s\""
+msgid "could not obtain lock on relation \"%s\""
+msgstr "não pôde obter bloqueio na relação \"%s\""
-#: rewrite/rewriteSupport.c:166
-msgid "Specify a relation name as well as a rule name."
-msgstr "Especifique um nome de relação bem como um nome de regra."
+#: commands/lockcmds.c:98
+#, c-format
+msgid "could not obtain lock on relation with OID %u"
+msgstr "não pôde obter bloqueio na relação com OID %u"
-#: rewrite/rewriteRemove.c:66
+#: commands/aggregatecmds.c:103
#, c-format
-msgid "rule \"%s\" for relation \"%s\" does not exist, skipping"
-msgstr "regra \"%s\" para relação \"%s\" não existe, ignorando"
+msgid "aggregate attribute \"%s\" not recognized"
+msgstr "atributo da agregação \"%s\" é desconhecido"
-#: rewrite/rewriteManip.c:1012
-msgid "conditional utility statements are not implemented"
-msgstr "comandos utilitários condicionais não estão implementados"
+#: commands/aggregatecmds.c:113
+msgid "aggregate stype must be specified"
+msgstr "tipo de transição (stype) da agregação deve ser especificado"
-#: rewrite/rewriteManip.c:1024 rewrite/rewriteHandler.c:442
-#: parser/parse_utilcmd.c:2150 parser/parse_utilcmd.c:2249
-msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented"
-msgstr "comandos condicionais UNION/INTERSECT/EXCEPT não estão implementados"
+#: commands/aggregatecmds.c:117
+msgid "aggregate sfunc must be specified"
+msgstr "função de transição (sfunc) da agregação deve ser especificado"
-#: rewrite/rewriteManip.c:1177
-msgid "WHERE CURRENT OF on a view is not implemented"
-msgstr "WHERE CURRENT OF em uma visão não está implementado"
+#: commands/aggregatecmds.c:134
+msgid "aggregate input type must be specified"
+msgstr "tipo de entrada da agregação deve ser especificado"
-#: rewrite/rewriteHandler.c:485
-#, c-format
-msgid ""
-"WITH query name \"%s\" appears in both a rule action and the query being "
-"rewritten"
+#: commands/aggregatecmds.c:159
+msgid "basetype is redundant with aggregate input type specification"
msgstr ""
-"nome de consulta WITH \"%s\" aparece em ação da regra e na consulta a ser "
-"reescrita"
+"tipo base é redundante com especificação de tipo de entrada da agregação"
-#: rewrite/rewriteHandler.c:543
-msgid "cannot have RETURNING lists in multiple rules"
-msgstr "não pode ter listas RETURNING em múltiplas regras"
+#: commands/aggregatecmds.c:191
+#, c-format
+msgid "aggregate transition data type cannot be %s"
+msgstr "tipo de dado de transição da agregação não pode ser %s"
-#: rewrite/rewriteHandler.c:874 rewrite/rewriteHandler.c:892
+#: commands/aggregatecmds.c:230
#, c-format
-msgid "multiple assignments to same column \"%s\""
-msgstr "atribuições múltiplas para mesma coluna \"%s\""
+msgid "aggregate %s(%s) does not exist, skipping"
+msgstr "agregação %s(%s) não existe, ignorando"
-#: rewrite/rewriteHandler.c:1030 catalog/heap.c:2441
+#: commands/aggregatecmds.c:292 commands/functioncmds.c:1122
#, c-format
-msgid "column \"%s\" is of type %s but default expression is of type %s"
-msgstr "coluna \"%s\" é do tipo %s mas expressão padrão é do tipo %s"
+msgid "function %s already exists in schema \"%s\""
+msgstr "função %s já existe no esquema \"%s\""
-#: rewrite/rewriteHandler.c:1035 parser/parse_target.c:489
-#: parser/parse_target.c:735 parser/parse_target.c:745 parser/parse_node.c:397
-#: commands/prepare.c:370 catalog/heap.c:2446
-msgid "You will need to rewrite or cast the expression."
-msgstr "Você precisará reescrever ou converter a expressão."
+#: commands/foreigncmds.c:135 commands/foreigncmds.c:144
+#, c-format
+msgid "option \"%s\" not found"
+msgstr "opção \"%s\" não foi encontrada"
-#: rewrite/rewriteHandler.c:1627 rewrite/rewriteHandler.c:2022
+#: commands/foreigncmds.c:154
#, c-format
-msgid "infinite recursion detected in rules for relation \"%s\""
-msgstr "recursão infinita detectada em regras para relação \"%s\""
+msgid "option \"%s\" provided more than once"
+msgstr "opção \"%s\" especificada mais de uma vez"
-#: rewrite/rewriteHandler.c:1883
-msgid ""
-"DO INSTEAD NOTHING rules are not supported for data-modifying statements in "
-"WITH"
-msgstr ""
-"regras DO INSTEAD NOTHING não são suportadas em comandos que modificam dados "
-"no WITH"
+#: commands/foreigncmds.c:221 commands/foreigncmds.c:229
+#, c-format
+msgid "permission denied to change owner of foreign-data wrapper \"%s\""
+msgstr "permissão negada ao mudar dono do adaptador de dados externos \"%s\""
-#: rewrite/rewriteHandler.c:1897
-msgid ""
-"conditional DO INSTEAD rules are not supported for data-modifying statements "
-"in WITH"
+#: commands/foreigncmds.c:223
+msgid "Must be superuser to change owner of a foreign-data wrapper."
msgstr ""
-"regras DO INSTEAD condicionais não são suportadas em comandos que modificam "
-"dados no WITH"
+"Deve ser super-usuário para mudar dono de um adaptador de dados externos."
-#: rewrite/rewriteHandler.c:1901
-msgid "DO ALSO rules are not supported for data-modifying statements in WITH"
-msgstr ""
-"regras DO ALSO não são suportadas em comandos que modificam dados no WITH"
+#: commands/foreigncmds.c:231
+msgid "The owner of a foreign-data wrapper must be a superuser."
+msgstr "O dono de um adaptador de dados externos deve ser um super-usuário."
-#: rewrite/rewriteHandler.c:1906
-msgid ""
-"multi-statement DO INSTEAD rules are not supported for data-modifying "
-"statements in WITH"
-msgstr ""
-"regras DO INSTEAD com múltiplos comandos não são suportadas em comandos que "
-"modificam dados no WITH"
+#: commands/foreigncmds.c:265 commands/foreigncmds.c:636
+#: commands/foreigncmds.c:784 foreign/foreign.c:524
+#, c-format
+msgid "foreign-data wrapper \"%s\" does not exist"
+msgstr "adaptador de dados externos \"%s\" não existe"
-#: rewrite/rewriteHandler.c:2060
+#: commands/foreigncmds.c:366 commands/foreigncmds.c:962
+#: commands/foreigncmds.c:1050 commands/foreigncmds.c:1334
+#: foreign/foreign.c:544
#, c-format
-msgid "cannot perform INSERT RETURNING on relation \"%s\""
-msgstr "não pode executar INSERT RETURNING na relação \"%s\""
+msgid "server \"%s\" does not exist"
+msgstr "servidor \"%s\" não existe"
-#: rewrite/rewriteHandler.c:2062
-msgid ""
-"You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause."
-msgstr ""
-"Você precisa de uma regra incondicional ON INSERT DO INSTEAD com uma "
-"cláusula RETURNING."
+#: commands/foreigncmds.c:418
+#, c-format
+msgid "function %s must return type \"fdw_handler\""
+msgstr "função %s deve retornar tipo \"fdw_handler\""
-#: rewrite/rewriteHandler.c:2067
+#: commands/foreigncmds.c:513
#, c-format
-msgid "cannot perform UPDATE RETURNING on relation \"%s\""
-msgstr "não pode executar UPDATE RETURNING na relação \"%s\""
+msgid "permission denied to create foreign-data wrapper \"%s\""
+msgstr "permissão negada ao criar adaptador de dados externos \"%s\""
-#: rewrite/rewriteHandler.c:2069
-msgid ""
-"You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause."
-msgstr ""
-"Você precisa de uma regra incondicional ON UPDATE DO INSTEAD com uma "
-"cláusula RETURNING."
+#: commands/foreigncmds.c:515
+msgid "Must be superuser to create a foreign-data wrapper."
+msgstr "Deve ser super-usuário para criar uma adaptador de dados externos."
-#: rewrite/rewriteHandler.c:2074
+#: commands/foreigncmds.c:526
#, c-format
-msgid "cannot perform DELETE RETURNING on relation \"%s\""
-msgstr "não pode executar DELETE RETURNING na relação \"%s\""
+msgid "foreign-data wrapper \"%s\" already exists"
+msgstr "adaptador de dados externos \"%s\" já existe"
-#: rewrite/rewriteHandler.c:2076
+#: commands/foreigncmds.c:626
+#, c-format
+msgid "permission denied to alter foreign-data wrapper \"%s\""
+msgstr "permissão negada ao alterar adaptador de dados externos \"%s\""
+
+#: commands/foreigncmds.c:628
+msgid "Must be superuser to alter a foreign-data wrapper."
+msgstr "Deve ser super-usuário para alterar um adaptador de dados externos."
+
+#: commands/foreigncmds.c:659
msgid ""
-"You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause."
+"changing the foreign-data wrapper handler can change behavior of existing "
+"foreign tables"
msgstr ""
-"Você precisa de uma regra incondicional ON DELETE DO INSTEAD com uma "
-"cláusula RETURNING."
+"mudar o manipulador do adaptador de dados externos pode mudar o "
+"comportamento de tabelas externas existentes"
-#: rewrite/rewriteHandler.c:2140
+#: commands/foreigncmds.c:673
msgid ""
-"WITH cannot be used in a query that is rewritten by rules into multiple "
-"queries"
+"changing the foreign-data wrapper validator can cause the options for "
+"dependent objects to become invalid"
msgstr ""
-"WITH não pode ser utilizado em uma consulta que reescrita por regras em "
-"múltiplas consultas"
-
-#: rewrite/rewriteDefine.c:109 rewrite/rewriteDefine.c:769
-#, c-format
-msgid "rule \"%s\" for relation \"%s\" already exists"
-msgstr "regra \"%s\" para relação \"%s\" já existe"
+"mudar o validador do adaptador de dados externos pode tornar inválidas as "
+"opções para objetos dependentes"
-#: rewrite/rewriteDefine.c:257 commands/trigger.c:186 commands/trigger.c:1099
-#: commands/tablecmds.c:3750
+#: commands/foreigncmds.c:775
#, c-format
-msgid "\"%s\" is not a table or view"
-msgstr "\"%s\" não é uma tabela ou visão"
-
-#: rewrite/rewriteDefine.c:287
-msgid "rule actions on OLD are not implemented"
-msgstr "ações da regra em OLD não estão implementadas"
+msgid "permission denied to drop foreign-data wrapper \"%s\""
+msgstr "permissão negada ao remover adaptador de dados externos \"%s\""
-#: rewrite/rewriteDefine.c:288
-msgid "Use views or triggers instead."
-msgstr "Ao invés disso utilize visões ou gatilhos."
+#: commands/foreigncmds.c:777
+msgid "Must be superuser to drop a foreign-data wrapper."
+msgstr "Deve ser super-usuário para remover um adaptador de dados externos."
-#: rewrite/rewriteDefine.c:292
-msgid "rule actions on NEW are not implemented"
-msgstr "ações da regra em NEW não estão implementadas"
+#: commands/foreigncmds.c:789
+#, c-format
+msgid "foreign-data wrapper \"%s\" does not exist, skipping"
+msgstr "adaptador de dados externos \"%s\" não existe, ignorando"
-#: rewrite/rewriteDefine.c:293
-msgid "Use triggers instead."
-msgstr "Ao invés disso utilize gatilhos."
+#: commands/foreigncmds.c:858
+#, c-format
+msgid "server \"%s\" already exists"
+msgstr "servidor \"%s\" já existe"
-#: rewrite/rewriteDefine.c:306
-msgid "INSTEAD NOTHING rules on SELECT are not implemented"
-msgstr "regras INSTEAD NOTHING no SELECT não estão implementadas"
+#: commands/foreigncmds.c:1054
+#, c-format
+msgid "server \"%s\" does not exist, skipping"
+msgstr "servidor \"%s\" não existe, ignorando"
-#: rewrite/rewriteDefine.c:307
-msgid "Use views instead."
-msgstr "Ao invés disso utilize visões."
+#: commands/foreigncmds.c:1159
+#, c-format
+msgid "user mapping \"%s\" already exists for server %s"
+msgstr "mapeamento de usuários \"%s\" já existe para servidor %s"
-#: rewrite/rewriteDefine.c:315
-msgid "multiple actions for rules on SELECT are not implemented"
-msgstr "ações múltiplas para regras no SELECT não estão implementadas"
+#: commands/foreigncmds.c:1245 commands/foreigncmds.c:1350
+#, c-format
+msgid "user mapping \"%s\" does not exist for the server"
+msgstr "mapeamento de usuários \"%s\" não existe para o servidor"
-#: rewrite/rewriteDefine.c:327
-msgid "rules on SELECT must have action INSTEAD SELECT"
-msgstr "regras no SELECT devem ter ação INSTEAD SELECT"
+#: commands/foreigncmds.c:1337
+msgid "server does not exist, skipping"
+msgstr "servidor não existe, ignorando"
-#: rewrite/rewriteDefine.c:335
-msgid "rules on SELECT must not contain data-modifying statements in WITH"
-msgstr "regras no SELECT não devem conter comandos que modificam dados no WITH"
+#: commands/foreigncmds.c:1355
+#, c-format
+msgid "user mapping \"%s\" does not exist for the server, skipping"
+msgstr "mapeamento de usuários \"%s\" não existe para o servidor, ignorando"
-#: rewrite/rewriteDefine.c:343
-msgid "event qualifications are not implemented for rules on SELECT"
-msgstr "qualificações de eventos não estão implementadas para regras no SELECT"
+#: commands/copy.c:339 commands/copy.c:351 commands/copy.c:385
+#: commands/copy.c:395
+msgid "COPY BINARY is not supported to stdout or from stdin"
+msgstr "COPY BINARY não é suportado para saída stdout ou da entrada padrão"
-#: rewrite/rewriteDefine.c:368
+#: commands/copy.c:473
#, c-format
-msgid "\"%s\" is already a view"
-msgstr "\"%s\" já é uma visão"
+msgid "could not write to COPY file: %m"
+msgstr "não pôde escrever em arquivo COPY: %m"
-#: rewrite/rewriteDefine.c:392
+#: commands/copy.c:485
+msgid "connection lost during COPY to stdout"
+msgstr "conexão perdida durante COPY para saída stdout"
+
+#: commands/copy.c:526
#, c-format
-msgid "view rule for \"%s\" must be named \"%s\""
-msgstr "regra para visão em \"%s\" deve ter nome \"%s\""
+msgid "could not read from COPY file: %m"
+msgstr "não pôde ler de arquivo COPY: %m"
-#: rewrite/rewriteDefine.c:417
+#: commands/copy.c:542 commands/copy.c:561 commands/copy.c:565
+#: tcop/fastpath.c:290 tcop/postgres.c:351 tcop/postgres.c:374
+msgid "unexpected EOF on client connection"
+msgstr "EOF inesperado durante conexão do cliente"
+
+#: commands/copy.c:577
#, c-format
-msgid "could not convert table \"%s\" to a view because it is not empty"
-msgstr "não pôde converter tabela \"%s\" em visão porque ela não está vazia"
+msgid "COPY from stdin failed: %s"
+msgstr "COPY da entrada padrão falhou: %s"
-#: rewrite/rewriteDefine.c:424
+#: commands/copy.c:593
#, c-format
-msgid "could not convert table \"%s\" to a view because it has triggers"
-msgstr "não pôde converter tabela \"%s\" em visão porque ela tem gatilhos"
+msgid "unexpected message type 0x%02X during COPY from stdin"
+msgstr "tipo de mensagem inesperada 0x%02X durante COPY da entrada padrão"
-#: rewrite/rewriteDefine.c:426
+#: commands/copy.c:745
+msgid "must be superuser to COPY to or from a file"
+msgstr "deve ser super-usuário para utilizar COPY para ou de um arquivo"
+
+#: commands/copy.c:746
msgid ""
-"In particular, the table cannot be involved in any foreign key relationships."
+"Anyone can COPY to stdout or from stdin. psql's \\copy command also works "
+"for anyone."
msgstr ""
-"Em particular, a tabela não pode estar envolvida em relacionamentos de chave "
-"estrangeira."
+"Qualquer um pode utilizar COPY para saída stdout ou da entrada padrão. "
+"comando \\copy do psql também funciona para qualquer um."
-#: rewrite/rewriteDefine.c:431
+#: commands/copy.c:874
#, c-format
-msgid "could not convert table \"%s\" to a view because it has indexes"
-msgstr "não pôde converter tabela \"%s\" em visão porque ela tem índices"
+msgid "COPY format \"%s\" not recognized"
+msgstr "formato COPY \"%s\" desconhecido"
-#: rewrite/rewriteDefine.c:437
+#: commands/copy.c:937 commands/copy.c:951
#, c-format
-msgid "could not convert table \"%s\" to a view because it has child tables"
-msgstr ""
-"não pôde converter tabela \"%s\" em visão porque ela tem tabelas descendentes"
+msgid "argument to option \"%s\" must be a list of column names"
+msgstr "argumento para opção \"%s\" deve ser uma lista de nomes de colunas"
-#: rewrite/rewriteDefine.c:464
-msgid "cannot have multiple RETURNING lists in a rule"
-msgstr "não pode ter múltiplas listas RETURNING em uma regra"
+#: commands/copy.c:964
+#, c-format
+msgid "argument to option \"%s\" must be a valid encoding name"
+msgstr "argumento para opção \"%s\" deve ser um nome de codificação válido"
-#: rewrite/rewriteDefine.c:469
-msgid "RETURNING lists are not supported in conditional rules"
-msgstr "listas RETURNING não são suportadas em regras condicionais"
+#: commands/copy.c:970
+#, c-format
+msgid "option \"%s\" not recognized"
+msgstr "opção \"%s\" desconhecida"
-#: rewrite/rewriteDefine.c:473
-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"
+#: commands/copy.c:981
+msgid "cannot specify DELIMITER in BINARY mode"
+msgstr "não pode especificar DELIMITER no modo BINARY"
-#: rewrite/rewriteDefine.c:552
-msgid "SELECT rule's target list has too many entries"
-msgstr "lista de alvos de uma regra SELECT tem muitas entradas"
+#: commands/copy.c:986
+msgid "cannot specify NULL in BINARY mode"
+msgstr "não pode especificar NULL no modo BINARY"
-#: rewrite/rewriteDefine.c:553
-msgid "RETURNING list has too many entries"
-msgstr "lista RETURNING tem muitas entradas"
+#: commands/copy.c:1008
+msgid "COPY delimiter must be a single one-byte character"
+msgstr "delimitador do COPY deve ter um único caracter de um byte"
-#: rewrite/rewriteDefine.c:569
-msgid "cannot convert relation containing dropped columns to view"
-msgstr "não pode converter relação contendo colunas removidas em visão"
+#: commands/copy.c:1015
+msgid "COPY delimiter cannot be newline or carriage return"
+msgstr "delimitador do COPY não pode ser nova linha ou retorno de carro"
-#: rewrite/rewriteDefine.c:574
-#, c-format
-msgid "SELECT rule's target entry %d has different column name from \"%s\""
+#: commands/copy.c:1021
+msgid "COPY null representation cannot use newline or carriage return"
msgstr ""
-"entrada alvo %d de uma regra SELECT tem nome de coluna diferente de \"%s\""
+"representação do nulo do COPY não pode ser nova linha ou retorno de carro"
-#: rewrite/rewriteDefine.c:580
+#: commands/copy.c:1038
#, 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\""
+msgid "COPY delimiter cannot be \"%s\""
+msgstr "delimitador do COPY não pode ser \"%s\""
-#: rewrite/rewriteDefine.c:582
-#, 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\""
+#: commands/copy.c:1044
+msgid "COPY HEADER available only in CSV mode"
+msgstr "COPY HEADER só está disponível no modo CSV"
-#: rewrite/rewriteDefine.c:597
-#, 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\""
+#: commands/copy.c:1050
+msgid "COPY quote available only in CSV mode"
+msgstr "delimitador de dados do COPY só está disponível no modo CSV"
-#: rewrite/rewriteDefine.c:599
-#, 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\""
+#: commands/copy.c:1055
+msgid "COPY quote must be a single one-byte character"
+msgstr "delimitador de dados do COPY deve ter um único caracter de um byte"
-#: rewrite/rewriteDefine.c:607
-msgid "SELECT rule's target list has too few entries"
-msgstr "lista de alvos de uma regra SELECT tem poucas entradas"
+#: commands/copy.c:1060
+msgid "COPY delimiter and quote must be different"
+msgstr "delimitador e delimitador de dados do COPY devem ser diferentes"
-#: rewrite/rewriteDefine.c:608
-msgid "RETURNING list has too few entries"
-msgstr "lista RETURNING tem poucas entradas"
+#: commands/copy.c:1066
+msgid "COPY escape available only in CSV mode"
+msgstr "escape do COPY só está disponível no modo CSV"
-#: repl_scanner.l:76
-msgid "invalid streaming start location"
-msgstr "local de início do fluxo é inválido"
+#: commands/copy.c:1071
+msgid "COPY escape must be a single one-byte character"
+msgstr "escape do COPY deve ter um único caracter de um byte"
-#: repl_scanner.l:97 scan.l:629
-msgid "unterminated quoted string"
-msgstr "cadeia de caracteres entre aspas não foi terminada"
+#: commands/copy.c:1077
+msgid "COPY force quote available only in CSV mode"
+msgstr "opção force quote do COPY somente está disponível no modo CSV"
-#: repl_scanner.l:107
-#, c-format
-msgid "syntax error: unexpected character \"%s\""
-msgstr "erro de sintaxe: caracter inesperado \"%s\""
+#: commands/copy.c:1081
+msgid "COPY force quote only available using COPY TO"
+msgstr "opção force quote do COPY somente está disponível ao utilizar COPY TO"
-#: replication/walsender.c:141
-msgid "recovery is still in progress, can't accept WAL streaming connections"
-msgstr ""
-"recuperação ainda está em progresso, não pode aceitar conexões de envio do "
-"WAL"
+#: commands/copy.c:1087
+msgid "COPY force not null available only in CSV mode"
+msgstr "opção force not null do COPY somente está disponível no modo CSV"
-#: replication/walsender.c:261 replication/walsender.c:489
-#: replication/walsender.c:547
-msgid "unexpected EOF on standby connection"
-msgstr "EOF inesperado na conexão do servidor em espera"
+#: commands/copy.c:1091
+msgid "COPY force not null only available using COPY FROM"
+msgstr ""
+"opção force not null do COPY somente está disponível ao utilizar COPY FROM"
-#: replication/walsender.c:267
-#, c-format
-msgid "invalid standby handshake message type %d"
-msgstr "tipo de mensagem de negociação %d do servidor em espera é inválido"
+#: commands/copy.c:1097
+msgid "COPY delimiter must not appear in the NULL specification"
+msgstr "delimitador do COPY não deve aparecer em uma especificação NULL"
-#: replication/walsender.c:379
-msgid "standby connections not allowed because wal_level=minimal"
+#: commands/copy.c:1104
+msgid "CSV quote character must not appear in the NULL specification"
msgstr ""
-"conexões de servidores em espera não são permitidas porque wal_level=minimal"
+"caracter delimitador de dados do CSV não deve aparecer na especificação NULL"
-#: replication/walsender.c:461
+#: commands/copy.c:1166
#, c-format
-msgid "invalid standby query string: %s"
-msgstr "consulta do servidor em espera inválida: %s"
+msgid "table \"%s\" does not have OIDs"
+msgstr "tabela \"%s\" não tem OIDs"
-#: replication/walsender.c:518
+#: commands/copy.c:1183
+msgid "COPY (SELECT) WITH OIDS is not supported"
+msgstr "COPY (SELECT) WITH OIDS não é mais suportado"
+
+#: commands/copy.c:1210
+msgid "COPY (SELECT INTO) is not supported"
+msgstr "COPY (SELECT INTO) não é suportado"
+
+#: commands/copy.c:1270
#, c-format
-msgid "invalid standby message type \"%c\""
-msgstr "tipo de mensagem do servidor em espera \"%c\" é inválido"
+msgid "FORCE QUOTE column \"%s\" not referenced by COPY"
+msgstr "coluna do tipo FORCE QUOTE \"%s\" não é referenciada pelo COPY"
-#: replication/walsender.c:569
+#: commands/copy.c:1292
#, c-format
-msgid "unexpected message type \"%c\""
-msgstr "tipo de mensagem \"%c\" inesperado"
+msgid "FORCE NOT NULL column \"%s\" not referenced by COPY"
+msgstr "coluna do tipo FORCE NOT NULL \"%s\" não é referenciada pelo COPY"
-#: replication/walsender.c:763
+#: commands/copy.c:1356
#, c-format
-msgid "standby \"%s\" has now caught up with primary"
-msgstr "servidor em espera \"%s\" agora alcançou o servidor principal"
+msgid "cannot copy from view \"%s\""
+msgstr "não pode copiar visão \"%s\""
-#: replication/walsender.c:841
-msgid "terminating walsender process due to replication timeout"
-msgstr ""
-"terminando processo walsender por causa do tempo de espera da replicação"
+#: commands/copy.c:1358 commands/copy.c:1364
+msgid "Try the COPY (SELECT ...) TO variant."
+msgstr "Tente a variante COPY (SELECT ...) TO."
-#: replication/walsender.c:908
+#: commands/copy.c:1362
#, c-format
-msgid ""
-"number of requested standby connections exceeds max_wal_senders (currently "
-"%d)"
-msgstr ""
-"número de conexões dos servidores em espera solicitadas excedeu "
-"max_wal_senders (atualmente %d)"
+msgid "cannot copy from foreign table \"%s\""
+msgstr "não pode copiar tabela externa \"%s\""
-#: replication/walsender.c:986 replication/walsender.c:1048
+#: commands/copy.c:1368
#, c-format
-msgid "requested WAL segment %s has already been removed"
-msgstr "segmento do WAL solicitado %s já foi removido"
+msgid "cannot copy from sequence \"%s\""
+msgstr "não pode copiar sequência \"%s\""
-#: replication/walsender.c:992 access/transam/xlog.c:2367
-#: access/transam/xlog.c:2471 access/transam/xlog.c:2700
-#: access/transam/xlog.c:2771 access/transam/xlog.c:2828
+#: commands/copy.c:1373
#, c-format
-msgid "could not open file \"%s\" (log file %u, segment %u): %m"
-msgstr "não pôde abrir arquivo \"%s\" (arquivo de log %u, segmento %u): %m"
+msgid "cannot copy from non-table relation \"%s\""
+msgstr "não pode copiar relação \"%s\" que não é uma tabela"
-#: replication/walsender.c:1004 replication/walreceiver.c:515
-#: access/transam/xlog.c:1798 access/transam/xlog.c:10446
-#, c-format
-msgid "could not seek in log file %u, segment %u to offset %u: %m"
-msgstr "não pôde buscar no arquivo de log %u, segmento %u deslocado de %u: %m"
+#: commands/copy.c:1397
+msgid "relative path not allowed for COPY to file"
+msgstr "caminho relativo não é permitido pelo COPY para arquivo"
-#: replication/walsender.c:1019
+#: commands/copy.c:1407
#, c-format
-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"
+msgid "could not open file \"%s\" for writing: %m"
+msgstr "não pôde abrir arquivo \"%s\" para escrita: %m"
-#: replication/walreceiver.c:150
-msgid "terminating walreceiver process due to administrator command"
-msgstr ""
-"terminando processo walreceiver por causa de um comando do administrador"
+#: commands/copy.c:1414 commands/copy.c:2200
+#, c-format
+msgid "\"%s\" is a directory"
+msgstr "\"%s\" é um diretório"
-#: replication/walreceiver.c:304
-msgid "cannot continue WAL streaming, recovery has already ended"
-msgstr "não pode continuar envio do WAL, recuperação já terminou"
+#: commands/copy.c:1738
+#, c-format
+msgid "COPY %s, line %d, column %s"
+msgstr "COPY %s, linha %d, coluna %s"
-#: replication/walreceiver.c:489 access/transam/xlog.c:2855
+#: commands/copy.c:1742 commands/copy.c:1787
#, c-format
-msgid "could not close log file %u, segment %u: %m"
-msgstr "não pôde fechar arquivo de log %u, segmento %u: %m"
+msgid "COPY %s, line %d"
+msgstr "COPY %s, linha %d"
-#: replication/walreceiver.c:532 access/transam/xlog.c:1815
+#: commands/copy.c:1753
#, c-format
-msgid "could not write to log file %u, segment %u at offset %u, length %lu: %m"
-msgstr ""
-"não pôde escrever no arquivo de log %u, segmento %u deslocado de %u, tamanho "
-"%lu: %m"
+msgid "COPY %s, line %d, column %s: \"%s\""
+msgstr "COPY %s, linha %d, coluna %s: \"%s\""
-#: replication/syncrep.c:210
-msgid ""
-"canceling the wait for synchronous replication and terminating connection "
-"due to administrator command"
-msgstr ""
-"cancelando espera por replicação síncrona e terminando conexão por causa de "
-"um comando do administrador"
+#: commands/copy.c:1761
+#, c-format
+msgid "COPY %s, line %d, column %s: null input"
+msgstr "COPY %s, linha %d, coluna %s: entrada nula"
-#: replication/syncrep.c:211 replication/syncrep.c:228
-msgid ""
-"The transaction has already committed locally, but might not have been "
-"replicated to the standby."
-msgstr ""
-"A transação foi efetivada localmente, mas pode não ter sido replicado para o "
-"servidor em espera."
+#: commands/copy.c:1773
+#, c-format
+msgid "COPY %s, line %d: \"%s\""
+msgstr "COPY %s, linha %d: \"%s\""
-#: replication/syncrep.c:227
-msgid "canceling wait for synchronous replication due to user request"
-msgstr ""
-"cancelando espera por replicação síncrona por causa de um pedido do usuário"
+#: commands/copy.c:1857
+#, c-format
+msgid "cannot copy to view \"%s\""
+msgstr "não pode copiar para visão \"%s\""
-#: replication/syncrep.c:358
+#: commands/copy.c:1862
#, c-format
-msgid "standby \"%s\" now has synchronous standby priority %u"
-msgstr ""
-"servidor em espera \"%s\" agora tem prioridade %u como servidor em espera "
-"síncrono"
+msgid "cannot copy to foreign table \"%s\""
+msgstr "não pode copiar para tabela externa \"%s\""
-#: replication/syncrep.c:455
+#: commands/copy.c:1867
#, c-format
-msgid "standby \"%s\" is now the synchronous standby with priority %u"
-msgstr ""
-"servidor em espera \"%s\" agora é um servidor em espera síncrono com "
-"prioridade %u"
+msgid "cannot copy to sequence \"%s\""
+msgstr "não pode copiar para sequência \"%s\""
-#: replication/libpqwalreceiver/libpqwalreceiver.c:101
+#: commands/copy.c:1872
#, c-format
-msgid "could not connect to the primary server: %s"
-msgstr "não pôde conectar ao servidor principal: %s"
+msgid "cannot copy to non-table relation \"%s\""
+msgstr "não pode copiar para relação \"%s\" que não é uma tabela"
-#: replication/libpqwalreceiver/libpqwalreceiver.c:113
+#: commands/copy.c:2193 utils/adt/genfile.c:122
#, c-format
-msgid ""
-"could not receive database system identifier and timeline ID from the "
-"primary server: %s"
-msgstr ""
-"não pôde receber identificador do sistema de banco de dados e o ID de linha "
-"do tempo do servidor principal: %s"
+msgid "could not open file \"%s\" for reading: %m"
+msgstr "não pôde abrir arquivo \"%s\" para leitura: %m"
-#: replication/libpqwalreceiver/libpqwalreceiver.c:124
-msgid "invalid response from primary server"
-msgstr "resposta inválida do servidor principal"
+#: commands/copy.c:2219
+msgid "COPY file signature not recognized"
+msgstr "assinatura de arquivo COPY é desconhecida"
-#: replication/libpqwalreceiver/libpqwalreceiver.c:125
-#, c-format
-msgid "Expected 1 tuple with 3 fields, got %d tuples with %d fields."
-msgstr "Esperada 1 tupla com 3 campos, recebeu %d tuplas com %d campos."
+#: commands/copy.c:2224
+msgid "invalid COPY file header (missing flags)"
+msgstr "cabeçalho de arquivo COPY é inválido (faltando marcações)"
-#: replication/libpqwalreceiver/libpqwalreceiver.c:140
-msgid "database system identifier differs between the primary and standby"
-msgstr ""
-"identificador do sistema de banco de dados difere entre o servidor principal "
-"e o servidor em espera"
+#: commands/copy.c:2230
+msgid "unrecognized critical flags in COPY file header"
+msgstr "marcações críticas desconhecidas no cabeçalho do arquivo COPY"
-#: replication/libpqwalreceiver/libpqwalreceiver.c:141
-#, c-format
-msgid "The primary's identifier is %s, the standby's identifier is %s."
-msgstr ""
-"O identificador do servidor principal é %s, o identificador do servidor em "
-"espera é %s."
+#: commands/copy.c:2236
+msgid "invalid COPY file header (missing length)"
+msgstr "cabeçalho de arquivo COPY é inválido (faltando tamanho)"
-#: replication/libpqwalreceiver/libpqwalreceiver.c:153
-#, c-format
-msgid "timeline %u of the primary does not match recovery target timeline %u"
-msgstr ""
-"linha do tempo %u do servidor principal não combina com linha do tempo %u da "
-"recuperação"
+#: commands/copy.c:2243
+msgid "invalid COPY file header (wrong length)"
+msgstr "cabeçalho de arquivo COPY é inválido (tamanho incorreto)"
-#: replication/libpqwalreceiver/libpqwalreceiver.c:165
-#, c-format
-msgid "could not start WAL streaming: %s"
-msgstr "não pôde iniciar envio do WAL: %s"
+#: commands/copy.c:2376 commands/copy.c:3058 commands/copy.c:3288
+msgid "extra data after last expected column"
+msgstr "dado extra após última coluna esperada"
-#: replication/libpqwalreceiver/libpqwalreceiver.c:171
-msgid "streaming replication successfully connected to primary"
-msgstr "replicação em fluxo conectou-se com sucesso ao servidor principal"
+#: commands/copy.c:2386
+msgid "missing data for OID column"
+msgstr "faltando dados da coluna OID"
-#: replication/libpqwalreceiver/libpqwalreceiver.c:193
-msgid "socket not open"
-msgstr "soquete não está aberto"
+#: commands/copy.c:2392
+msgid "null OID in COPY data"
+msgstr "OID nulo em dados do COPY"
-#: replication/libpqwalreceiver/libpqwalreceiver.c:233 port/pg_latch.c:237
-#: port/unix_latch.c:237
-#, c-format
-msgid "select() failed: %m"
-msgstr "select() falhou: %m"
+#: commands/copy.c:2402 commands/copy.c:2501
+msgid "invalid OID in COPY data"
+msgstr "OID inválido em dados do COPY"
-#: replication/libpqwalreceiver/libpqwalreceiver.c:367
-#: replication/libpqwalreceiver/libpqwalreceiver.c:388
-#: replication/libpqwalreceiver/libpqwalreceiver.c:393
+#: commands/copy.c:2417
#, c-format
-msgid "could not receive data from WAL stream: %s"
-msgstr "não pôde receber dados do fluxo do WAL: %s"
+msgid "missing data for column \"%s\""
+msgstr "faltando dados da coluna \"%s\""
-#: replication/libpqwalreceiver/libpqwalreceiver.c:384
-msgid "replication terminated by primary server"
-msgstr "replicação terminada pelo servidor principal"
+#: commands/copy.c:2476
+msgid "received copy data after EOF marker"
+msgstr "dados do COPY recebidos após marcador EOF"
-#: replication/libpqwalreceiver/libpqwalreceiver.c:415
+#: commands/copy.c:2483
#, c-format
-msgid "could not send data to WAL stream: %s"
-msgstr "não pôde enviar dados ao fluxo do WAL: %s"
+msgid "row field count is %d, expected %d"
+msgstr "quantidade de campos do registro é %d, esperado %d"
-#: replication/basebackup.c:124 replication/basebackup.c:657
-#, c-format
-msgid "could not read symbolic link \"%s\": %m"
-msgstr "não pôde ler link simbólico \"%s\": %m"
+#: commands/copy.c:2822 commands/copy.c:2839
+msgid "literal carriage return found in data"
+msgstr "retorno de carro foi encontrado em dados"
+
+#: commands/copy.c:2823 commands/copy.c:2840
+msgid "unquoted carriage return found in data"
+msgstr "retorno de carros sem aspas foi encontrado em dados"
+
+#: commands/copy.c:2825 commands/copy.c:2842
+msgid "Use \"\\r\" to represent carriage return."
+msgstr "Utilize \"\\r\" para representar retorno de carro."
+
+#: commands/copy.c:2826 commands/copy.c:2843
+msgid "Use quoted CSV field to represent carriage return."
+msgstr "Utilize campo entre aspas do CSV para representar retorno de carro."
+
+#: commands/copy.c:2855
+msgid "literal newline found in data"
+msgstr "nova linha foi encontrada em dados"
+
+#: commands/copy.c:2856
+msgid "unquoted newline found in data"
+msgstr "nova linha sem aspas foi encontrada em dados"
-#: replication/basebackup.c:131 replication/basebackup.c:661
-#, c-format
-msgid "symbolic link \"%s\" target is too long"
-msgstr "alvo \"%s\" de link simbólico é muito longo"
+#: commands/copy.c:2858
+msgid "Use \"\\n\" to represent newline."
+msgstr "Utilize \"\\n\" para representar nova linha."
-#: replication/basebackup.c:150 replication/basebackup.c:676
-#: commands/tablespace.c:377 commands/tablespace.c:529
-msgid "tablespaces are not supported on this platform"
-msgstr "tablespaces não são suportadas nessa plataforma"
+#: commands/copy.c:2859
+msgid "Use quoted CSV field to represent newline."
+msgstr "Utilize campo entre aspas do CSV para representar nova linha."
-#: replication/basebackup.c:252 replication/basebackup.c:786
-msgid "base backup could not send data, aborting backup"
+#: commands/copy.c:2905 commands/copy.c:2941
+msgid "end-of-copy marker does not match previous newline style"
msgstr ""
-"cópia de segurança base não pôde enviar dados, interrompendo cópia de "
-"segurança"
+"marcador de fim-de-cópia não corresponde com estilo de nova linha anterior"
-#: replication/basebackup.c:299 replication/basebackup.c:308
-#: replication/basebackup.c:317 replication/basebackup.c:326
-#: replication/basebackup.c:335
-#, c-format
-msgid "duplicate option \"%s\""
-msgstr "opção \"%s\" duplicada"
+#: commands/copy.c:2914 commands/copy.c:2930
+msgid "end-of-copy marker corrupt"
+msgstr "marcador de fim-de-cópia corrompido"
-#: replication/basebackup.c:387
-#, c-format
-msgid "could not open directory \"pg_tblspc\": %m"
-msgstr "não pôde abrir diretório \"pg_tblspc\": %m"
+#: commands/copy.c:3372
+msgid "unterminated CSV quoted field"
+msgstr "campo entre aspas do CSV não foi terminado"
-#: replication/basebackup.c:597
-msgid "shutdown requested, aborting active base backup"
-msgstr "desligamento solicitado, interrompendo cópia de segurança base"
+#: commands/copy.c:3449 commands/copy.c:3468
+msgid "unexpected EOF in COPY data"
+msgstr "EOF inesperado em dados do COPY"
-#: replication/basebackup.c:611
-#, 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"
+#: commands/copy.c:3458
+msgid "invalid field size"
+msgstr "tamanho de campo inválido"
-#: replication/basebackup.c:703
-#, c-format
-msgid "skipping special file \"%s\""
-msgstr "ignorando arquivo especial \"%s\""
+#: commands/copy.c:3481
+msgid "incorrect binary data format"
+msgstr "formato de dado binário incorreto"
-#: replication/basebackup.c:776
+#: commands/collationcmds.c:81
#, c-format
-msgid "archive member \"%s\" too large for tar format"
-msgstr "membro de archive \"%s\" muito grande para o formato tar"
+msgid "collation attribute \"%s\" not recognized"
+msgstr "atributo de ordenação \"%s\" desconhecido"
-#: regex/regc_pg_locale.c:258
-msgid "could not determine which collation to use for regular expression"
-msgstr "não pôde determinar qual ordenação utilizar na expressão regular"
+#: commands/collationcmds.c:126
+msgid "parameter \"lc_collate\" must be specified"
+msgstr "parâmetro \"lc_collate\" deve ser especificado"
-#: postmaster/syslogger.c:418
-#, c-format
-msgid "select() failed in logger process: %m"
-msgstr "select() falhou no processo logger: %m"
+#: commands/collationcmds.c:131
+msgid "parameter \"lc_ctype\" must be specified"
+msgstr "parâmetro \"lc_type\" deve ser especificado"
-#: postmaster/syslogger.c:430 postmaster/syslogger.c:1014
+#: commands/collationcmds.c:177
#, c-format
-msgid "could not read from logger pipe: %m"
-msgstr "não pôde ler do pipe do logger: %m"
-
-#: postmaster/syslogger.c:477
-msgid "logger shutting down"
-msgstr "desligando logger"
+msgid "collation \"%s\" does not exist, skipping"
+msgstr "ordenação \"%s\" não existe, ignorando"
-#: postmaster/syslogger.c:521 postmaster/syslogger.c:535
+#: commands/collationcmds.c:237 commands/collationcmds.c:416
#, c-format
-msgid "could not create pipe for syslog: %m"
-msgstr "não pôde criar pipe para syslog: %m"
+msgid "collation \"%s\" for encoding \"%s\" already exists in schema \"%s\""
+msgstr "ordenação \"%s\" para codificação \"%s\" já existe no esquema \"%s\""
-#: postmaster/syslogger.c:571
+#: commands/collationcmds.c:249 commands/collationcmds.c:428
#, c-format
-msgid "could not fork system logger: %m"
-msgstr "não pôde criar processo system logger: %m"
+msgid "collation \"%s\" already exists in schema \"%s\""
+msgstr "ordenação \"%s\" já existe no esquema \"%s\""
-#: postmaster/syslogger.c:602
+#: commands/vacuumlazy.c:254
#, c-format
-msgid "could not redirect stdout: %m"
-msgstr "não pôde redirecionar saída stdout: %m"
+msgid ""
+"automatic vacuum of table \"%s.%s.%s\": index scans: %d\n"
+"pages: %d removed, %d remain\n"
+"tuples: %.0f removed, %.0f remain\n"
+"system usage: %s"
+msgstr ""
+"limpeza automática da tabela \"%s.%s.%s\": buscas no índice: %d\n"
+"páginas: %d removidas, %d remanescentes\n"
+"tuplas: %.0f removidas, %.0f remanescentes\n"
+"uso do sistema: %s"
-#: postmaster/syslogger.c:607 postmaster/syslogger.c:625
+#: commands/vacuumlazy.c:339 commands/cluster.c:897
#, c-format
-msgid "could not redirect stderr: %m"
-msgstr "não pôde redirecionar saída stderr: %m"
+msgid "vacuuming \"%s.%s\""
+msgstr "limpando \"%s.%s\""
-#: postmaster/syslogger.c:969
+#: commands/vacuumlazy.c:508
#, c-format
-msgid "could not write to log file: %s\n"
-msgstr "não pôde escrever em arquivo de log: %s\n"
+msgid "relation \"%s\" page %u is uninitialized --- fixing"
+msgstr "página %2$u da relação \"%1$s\" não foi inicializada --- consertando"
-#: postmaster/syslogger.c:1095
+#: commands/vacuumlazy.c:865
#, c-format
-msgid "could not open log file \"%s\": %m"
-msgstr "não pôde abrir arquivo de log \"%s\": %m"
+msgid "\"%s\": removed %.0f row versions in %u pages"
+msgstr "\"%s\": removidas %.0f versões de registro em %u páginas"
-#: postmaster/syslogger.c:1157 postmaster/syslogger.c:1201
-msgid "disabling automatic rotation (use SIGHUP to re-enable)"
+#: commands/vacuumlazy.c:870
+#, c-format
+msgid ""
+"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u "
+"pages"
msgstr ""
-"desabilitando rotação automática (utilize SIGHUP para habilitá-la novamente)"
+"\"%s\": encontrados %.0f versões de registros removíveis e %.0f não-"
+"removíveis em %u de %u páginas"
-#: postmaster/postmaster.c:574
+#: commands/vacuumlazy.c:874
#, c-format
-msgid "%s: invalid argument for option -f: \"%s\"\n"
-msgstr "%s: argumento inválido para opção -f: \"%s\"\n"
+msgid ""
+"%.0f dead row versions cannot be removed yet.\n"
+"There were %.0f unused item pointers.\n"
+"%u pages are entirely empty.\n"
+"%s."
+msgstr ""
+"%.0f versões de registros não vigentes não podem ser removidas ainda.\n"
+"Havia %.0f ponteiros de itens não utilizados.\n"
+"%u páginas estão completamente vazias.\n"
+"%s."
-#: postmaster/postmaster.c:660
+#: commands/vacuumlazy.c:932
#, c-format
-msgid "%s: invalid argument for option -t: \"%s\"\n"
-msgstr "%s: argumento inválido para opção -t: \"%s\"\n"
+msgid "\"%s\": removed %d row versions in %d pages"
+msgstr "\"%s\": removidas %d versões de registro em %d páginas"
-#: postmaster/postmaster.c:700 postmaster/postmaster.c:713
-#: bootstrap/bootstrap.c:293
+#: commands/vacuumlazy.c:935 commands/vacuumlazy.c:1027
+#: commands/vacuumlazy.c:1160
#, c-format
-msgid "Try \"%s --help\" for more information.\n"
-msgstr "Tente \"%s --help\" para obter informações adicionais.\n"
+msgid "%s."
+msgstr "%s."
-#: postmaster/postmaster.c:711
+#: commands/vacuumlazy.c:1024
#, c-format
-msgid "%s: invalid argument: \"%s\"\n"
-msgstr "%s: argumento inválido: \"%s\"\n"
+msgid "scanned index \"%s\" to remove %d row versions"
+msgstr "índice \"%s\" percorrido para remover %d versões de registro"
-#: postmaster/postmaster.c:736
+#: commands/vacuumlazy.c:1065
#, c-format
-msgid "%s: superuser_reserved_connections must be less than max_connections\n"
-msgstr ""
-"%s: superuser_reserved_connections deve ser menor do que max_connections\n"
+msgid "index \"%s\" now contains %.0f row versions in %u pages"
+msgstr "índice \"%s\" agora contém %.0f versões de registros em %u páginas"
-#: postmaster/postmaster.c:741
+#: commands/vacuumlazy.c:1069
#, c-format
-msgid "%s: max_wal_senders must be less than max_connections\n"
-msgstr "%s: max_wal_senders deve ser menor do que max_connections\n"
-
-#: postmaster/postmaster.c:746
-msgid ""
-"WAL archival (archive_mode=on) requires wal_level \"archive\" or "
-"\"hot_standby\""
-msgstr ""
-"arquivamento do WAL (archive_mode=on) requer wal_level \"archive\" ou "
-"\"hot_standby\""
-
-#: postmaster/postmaster.c:749
msgid ""
-"WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or "
-"\"hot_standby\""
+"%.0f index row versions were removed.\n"
+"%u index pages have been deleted, %u are currently reusable.\n"
+"%s."
msgstr ""
-"envio do WAL (max_wal_senders > 0) requer wal_level \"archive\" ou "
-"\"hot_standby\""
+"%.0f versões de registros de índices foram apagadas.\n"
+"%u páginas de índice foram removidas, %u são reutilizáveis.\n"
+"%s."
-#: postmaster/postmaster.c:757
+#: commands/vacuumlazy.c:1157
#, c-format
-msgid "%s: invalid datetoken tables, please fix\n"
-msgstr ""
-"%s: tabelas de palavras chave de datas são inválidas, por favor conserte\n"
-
-#: postmaster/postmaster.c:857
-msgid "invalid list syntax for \"listen_addresses\""
-msgstr "sintaxe de lista é inválida para \"listen_addresses\""
+msgid "\"%s\": truncated %u to %u pages"
+msgstr "\"%s\": truncadas %u em %u páginas"
-#: postmaster/postmaster.c:887
+#: commands/schemacmds.c:82 commands/schemacmds.c:275
#, c-format
-msgid "could not create listen socket for \"%s\""
-msgstr "não pôde criar soquete de escuta para \"%s\""
+msgid "unacceptable schema name \"%s\""
+msgstr "nome de esquema \"%s\" é inaceitável"
-#: postmaster/postmaster.c:893
-msgid "could not create any TCP/IP sockets"
-msgstr "não pôde criar nenhum soquete TCP/IP"
+#: commands/schemacmds.c:83 commands/schemacmds.c:276
+msgid "The prefix \"pg_\" is reserved for system schemas."
+msgstr "O prefixo \"pg_\" é reservado para esquemas do sistema."
-#: postmaster/postmaster.c:944
-msgid "could not create Unix-domain socket"
-msgstr "não pôde criar soquete de domínio Unix"
+#: commands/schemacmds.c:186
+#, c-format
+msgid "schema \"%s\" does not exist, skipping"
+msgstr "esquema \"%s\" não existe, ignorando"
-#: postmaster/postmaster.c:952
-msgid "no socket created for listening"
-msgstr "nenhum soquete criado para escutar"
+#: commands/view.c:143
+#, c-format
+msgid "could not determine which collation to use for view column \"%s\""
+msgstr "não pôde determinar qual ordenação utilizar em coluna \"%s\" de visão"
-#: postmaster/postmaster.c:991
-msgid "could not create I/O completion port for child queue"
-msgstr "não pôde criar porta de conclusão de I/O para fila de filhos"
+#: commands/view.c:158
+msgid "view must have at least one column"
+msgstr "visão deve ter pelo menos uma coluna"
-#: postmaster/postmaster.c:1035
-#, c-format
-msgid "%s: could not write external PID file \"%s\": %s\n"
-msgstr "%s: não pôde escrever em arquivo externo do PID \"%s\": %s\n"
+#: commands/view.c:283 commands/view.c:295
+msgid "cannot drop columns from view"
+msgstr "não pode apagar colunas da visão"
-#: postmaster/postmaster.c:1156
+#: commands/view.c:300
#, c-format
-msgid "%s: could not locate matching postgres executable"
-msgstr "%s: não pôde localizar executável do postgres correspondente"
+msgid "cannot change name of view column \"%s\" to \"%s\""
+msgstr "não pode mudar nome de coluna da visão \"%s\" para \"%s\""
-#: postmaster/postmaster.c:1207
+#: commands/view.c:308
#, c-format
-msgid "data directory \"%s\" does not exist"
-msgstr "diretório de dados \"%s\" não existe"
+msgid "cannot change data type of view column \"%s\" from %s to %s"
+msgstr "não pode mudar tipo de dado de coluna da visão \"%s\" de %s para %s"
-#: postmaster/postmaster.c:1212
-#, c-format
-msgid "could not read permissions of directory \"%s\": %m"
-msgstr "não pôde ler permissões do diretório \"%s\": %m"
+#: commands/view.c:447
+msgid "views must not contain SELECT INTO"
+msgstr "visões não devem conter SELECT INTO"
-#: postmaster/postmaster.c:1220
-#, c-format
-msgid "specified data directory \"%s\" is not a directory"
-msgstr "diretório de dados especificado \"%s\" não é um diretório"
+#: commands/view.c:451
+msgid "views must not contain data-modifying statements in WITH"
+msgstr "visões não devem conter comandos que modificam dados no WITH"
-#: postmaster/postmaster.c:1236
-#, c-format
-msgid "data directory \"%s\" has wrong ownership"
-msgstr "diretório de dados \"%s\" tem dono incorreto"
+#: commands/view.c:479
+msgid "CREATE VIEW specifies more column names than columns"
+msgstr "CREATE VIEW especificou mais nomes de colunas do que colunas"
-#: postmaster/postmaster.c:1238
-msgid "The server must be started by the user that owns the data directory."
-msgstr ""
-"O servidor deve ser iniciado pelo usuário que é o dono do diretório de dados."
+#: commands/view.c:487
+msgid "views cannot be unlogged because they do not have storage"
+msgstr "visões não podem ser unlogged porque elas não tem armazenamento"
-#: postmaster/postmaster.c:1258
+#: commands/view.c:501
#, c-format
-msgid "data directory \"%s\" has group or world access"
-msgstr "diretório de dados \"%s\" tem acesso para grupo ou outros"
+msgid "view \"%s\" will be a temporary view"
+msgstr "visão \"%s\" será uma visão temporária"
-#: postmaster/postmaster.c:1260
-msgid "Permissions should be u=rwx (0700)."
-msgstr "Permissões devem ser u=rwx (0700)."
+#: commands/user.c:143
+msgid "SYSID can no longer be specified"
+msgstr "SYSID não pode mais ser especificado"
-#: postmaster/postmaster.c:1271
-#, c-format
-msgid ""
-"%s: could not find the database system\n"
-"Expected to find it in the directory \"%s\",\n"
-"but could not open file \"%s\": %s\n"
-msgstr ""
-"%s: não pôde encontrar o sistema de banco de dados\n"
-"Era esperado encontrá-lo no diretório \"%s\",\n"
-"mas não pôde abrir arquivo \"%s\": %s\n"
+#: commands/user.c:284
+msgid "must be superuser to create superusers"
+msgstr "deve ser super-usuário para criar super-usuários"
-#: postmaster/postmaster.c:1307
-#, c-format
-msgid "%s: could not open file \"%s\": %s\n"
-msgstr "%s: não pôde abrir arquivo \"%s\": %s\n"
+#: commands/user.c:291
+msgid "must be superuser to create replication users"
+msgstr "deve ser super-usuário para criar usuários para replicação"
-#: postmaster/postmaster.c:1314
-#, c-format
-msgid "%s: could not open log file \"%s/%s\": %s\n"
-msgstr "%s: não pôde abrir arquivo de log \"%s/%s\": %s\n"
+#: commands/user.c:298
+msgid "permission denied to create role"
+msgstr "permissão negada ao criar role"
-#: postmaster/postmaster.c:1325
+#: commands/user.c:305 commands/user.c:1087
#, c-format
-msgid "%s: could not fork background process: %s\n"
-msgstr "%s: não pôde criar processo em segundo plano: %s\n"
+msgid "role name \"%s\" is reserved"
+msgstr "nome de role \"%s\" é reservado"
-#: postmaster/postmaster.c:1347
+#: commands/user.c:318 commands/user.c:1081
#, c-format
-msgid "%s: could not dissociate from controlling TTY: %s\n"
-msgstr "%s: não pôde dissociar da TTY de controle: %s\n"
+msgid "role \"%s\" already exists"
+msgstr "role \"%s\" já existe"
-#: postmaster/postmaster.c:1442
-#, c-format
-msgid "select() failed in postmaster: %m"
-msgstr "select() falhou no postmaster: %m"
+#: commands/user.c:636 commands/user.c:842 commands/user.c:1321
+#: commands/user.c:1458
+msgid "must be superuser to alter superusers"
+msgstr "deve ser super-usuário para alterar super-usuários"
-#: postmaster/postmaster.c:1604 postmaster/postmaster.c:1635
-msgid "incomplete startup packet"
-msgstr "pacote de inicialização incompleto"
+#: commands/user.c:643
+msgid "must be superuser to alter replication users"
+msgstr "deve ser super-usuário para alterar usuários para replicação"
-#: postmaster/postmaster.c:1616
-msgid "invalid length of startup packet"
-msgstr " tamanho do pacote de inicialização é inválido"
+#: commands/user.c:659 commands/user.c:850
+msgid "permission denied"
+msgstr "permissão negada"
-#: postmaster/postmaster.c:1673
+#: commands/user.c:878
+msgid "permission denied to drop role"
+msgstr "permissão negada ao remover role"
+
+#: commands/user.c:910
#, c-format
-msgid "failed to send SSL negotiation response: %m"
-msgstr "falhou ao enviar resposta de negociação SSL: %m"
+msgid "role \"%s\" does not exist, skipping"
+msgstr "role \"%s\" não existe, ignorando"
-#: postmaster/postmaster.c:1702
+#: commands/user.c:922 commands/user.c:926
+msgid "current user cannot be dropped"
+msgstr "usuário atual não pode ser removido"
+
+#: commands/user.c:930
+msgid "session user cannot be dropped"
+msgstr "usuário de sessão não pode ser removido"
+
+#: commands/user.c:941
+msgid "must be superuser to drop superusers"
+msgstr "deve ser super-usuário para remover super-usuários"
+
+#: commands/user.c:954
#, c-format
-msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u"
-msgstr ""
-"protocolo do cliente %u.%u não é suportado: servidor suporta %u.0 a %u.%u"
+msgid "role \"%s\" cannot be dropped because some objects depend on it"
+msgstr "role \"%s\" não pode ser removida porque alguns objetos dependem dela"
-#: postmaster/postmaster.c:1753
-msgid "invalid value for boolean option \"replication\""
-msgstr "valor é inválido para opção booleana \"replication\""
+#: commands/user.c:1071
+msgid "session user cannot be renamed"
+msgstr "usuário de sessão não pode ser renomeado"
-#: postmaster/postmaster.c:1773
-msgid "invalid startup packet layout: expected terminator as last byte"
-msgstr ""
-"formato de pacote de inicialização é inválido: terminador esperado como "
-"último byte"
+#: commands/user.c:1075
+msgid "current user cannot be renamed"
+msgstr "usuário atual não pode ser renomeado"
-#: postmaster/postmaster.c:1801
-msgid "no PostgreSQL user name specified in startup packet"
-msgstr ""
-"nenhum nome de usuário PostgreSQL especificado no pacote de inicialização"
+#: commands/user.c:1098
+msgid "must be superuser to rename superusers"
+msgstr "deve ser super-usuário para renomear super-usuários"
-#: postmaster/postmaster.c:1858
-msgid "the database system is starting up"
-msgstr "o sistema de banco de dados está iniciando"
+#: commands/user.c:1105
+msgid "permission denied to rename role"
+msgstr "permissão negada ao renomear role"
-#: postmaster/postmaster.c:1863
-msgid "the database system is shutting down"
-msgstr "o sistema de banco de dados está desligando"
+#: commands/user.c:1126
+msgid "MD5 password cleared because of role rename"
+msgstr "senha MD5 foi limpada porque role foi renomeada"
-#: postmaster/postmaster.c:1868
-msgid "the database system is in recovery mode"
-msgstr "o sistema de banco de dados está em modo de recuperação"
+#: commands/user.c:1182
+msgid "column names cannot be included in GRANT/REVOKE ROLE"
+msgstr "nomes de coluna não podem ser incluídos em GRANT/REVOKE ROLE"
-#: postmaster/postmaster.c:1935
-#, c-format
-msgid "wrong key in cancel request for process %d"
-msgstr "chave incorreta no pedido de cancelamento do processo %d"
+#: commands/user.c:1220
+msgid "permission denied to drop objects"
+msgstr "permissão negada ao remover objetos"
-#: postmaster/postmaster.c:1943
-#, c-format
-msgid "PID %d in cancel request did not match any process"
-msgstr "PID %d no pedido de cancelamento não combina com nenhum processo"
+#: commands/user.c:1247 commands/user.c:1256
+msgid "permission denied to reassign objects"
+msgstr "permissão negada ao reatribuir objetos"
-#: postmaster/postmaster.c:2149
-msgid "received SIGHUP, reloading configuration files"
-msgstr "SIGHUP recebido, recarregando arquivos de configuração"
+#: commands/user.c:1329 commands/user.c:1466
+#, c-format
+msgid "must have admin option on role \"%s\""
+msgstr "deve ter opção admin na role \"%s\""
-#: postmaster/postmaster.c:2172
-msgid "pg_hba.conf not reloaded"
-msgstr "pg_hba.conf não foi recarregado"
+#: commands/user.c:1337
+msgid "must be superuser to set grantor"
+msgstr "deve ser super-usuário para definir concedente"
-#: postmaster/postmaster.c:2215
-msgid "received smart shutdown request"
-msgstr "pedido de desligamento inteligente foi recebido"
+#: commands/user.c:1362
+#, c-format
+msgid "role \"%s\" is a member of role \"%s\""
+msgstr "role \"%s\" é um membro da role \"%s\""
-#: postmaster/postmaster.c:2262
-msgid "received fast shutdown request"
-msgstr "pedido de desligamento rápido foi recebido"
+#: commands/user.c:1377
+#, c-format
+msgid "role \"%s\" is already a member of role \"%s\""
+msgstr "role \"%s\" já é um membro da role \"%s\""
-#: postmaster/postmaster.c:2280
-msgid "aborting any active transactions"
-msgstr "interrompendo quaisquer transações ativas"
+#: commands/user.c:1488
+#, c-format
+msgid "role \"%s\" is not a member of role \"%s\""
+msgstr "role \"%s\" não é um membro da role \"%s\""
-#: postmaster/postmaster.c:2309
-msgid "received immediate shutdown request"
-msgstr "pedido de desligamento imediato foi recebido"
+#: commands/comment.c:97 commands/seclabel.c:113
+#, c-format
+msgid "\"%s\" is not a table, view, composite type, or foreign table"
+msgstr "\"%s\" não é uma tabela, visão, tipo composto ou tabela externa"
-#: postmaster/postmaster.c:2385 postmaster/postmaster.c:2418
-msgid "startup process"
-msgstr "processo de inicialização"
+#: commands/analyze.c:153
+#, c-format
+msgid "skipping analyze of \"%s\" --- lock not available"
+msgstr "ignorando análise de \"%s\" --- bloqueio não está disponível"
-#: postmaster/postmaster.c:2388
-msgid "aborting startup due to startup process failure"
-msgstr "interrompendo inicialização porque o processo de inicialização falhou"
+#: commands/analyze.c:170
+#, c-format
+msgid "skipping \"%s\" --- only superuser can analyze it"
+msgstr "ignorando \"%s\" --- somente super-usuário pode analisá-la(o)"
-#: postmaster/postmaster.c:2452
-msgid "database system is ready to accept connections"
-msgstr "sistema de banco de dados está pronto para aceitar conexões"
+#: commands/analyze.c:174
+#, c-format
+msgid "skipping \"%s\" --- only superuser or database owner can analyze it"
+msgstr ""
+"ignorando \"%s\" --- somente super-usuário ou dono de banco de dados pode "
+"analisá-la(o)"
-#: postmaster/postmaster.c:2507
-msgid "background writer process"
-msgstr "processo escritor em segundo plano"
+#: commands/analyze.c:178
+#, c-format
+msgid "skipping \"%s\" --- only table or database owner can analyze it"
+msgstr ""
+"ignorando \"%s\" --- somente dono de tabela ou de banco de dados pode "
+"analisá-la(o)"
-#: postmaster/postmaster.c:2523
-msgid "WAL writer process"
-msgstr "processo escritor do WAL"
+#: commands/analyze.c:194
+#, c-format
+msgid "skipping \"%s\" --- cannot analyze non-tables or special system tables"
+msgstr ""
+"ignorando \"%s\" --- não pode analisar objetos que não são tabelas ou "
+"tabelas especiais do sistema"
-#: postmaster/postmaster.c:2537
-msgid "WAL receiver process"
-msgstr "processo receptor do WAL"
+#: commands/analyze.c:285
+#, c-format
+msgid "analyzing \"%s.%s\" inheritance tree"
+msgstr "analisando árvore da herança de \"%s.%s\""
-#: postmaster/postmaster.c:2552
-msgid "autovacuum launcher process"
-msgstr "processo inicializador do autovacuum"
+#: commands/analyze.c:290
+#, c-format
+msgid "analyzing \"%s.%s\""
+msgstr "analisando \"%s.%s\""
-#: postmaster/postmaster.c:2567
-msgid "archiver process"
-msgstr "processo arquivador"
+#: commands/analyze.c:598
+#, c-format
+msgid "automatic analyze of table \"%s.%s.%s\" system usage: %s"
+msgstr "análise automática da tabela \"%s.%s.%s\" uso do sistema: %s"
-#: postmaster/postmaster.c:2583
-msgid "statistics collector process"
-msgstr "processo coletor de estatísticas"
+#: commands/analyze.c:1238
+#, c-format
+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"
-#: postmaster/postmaster.c:2597
-msgid "system logger process"
-msgstr "processo de relato do sistema (system logger)"
+#: commands/cluster.c:134 commands/cluster.c:372
+msgid "cannot cluster temporary tables of other sessions"
+msgstr "não pode agrupar tabelas temporárias de outras sessões"
-#: postmaster/postmaster.c:2632 postmaster/postmaster.c:2651
-#: postmaster/postmaster.c:2658 postmaster/postmaster.c:2676
-msgid "server process"
-msgstr "processo servidor"
+#: commands/cluster.c:164
+#, c-format
+msgid "there is no previously clustered index for table \"%s\""
+msgstr "não há nenhum índice previamente agrupado na tabela \"%s\""
-#: postmaster/postmaster.c:2712
-msgid "terminating any other active server processes"
-msgstr "terminando quaisquer outros processos servidor ativos"
+#: commands/cluster.c:361
+msgid "cannot cluster a shared catalog"
+msgstr "não pode agrupar um catálogo compartilhado"
-#. translator: %s is a noun phrase describing a child process, such as
-#. "server process"
-#: postmaster/postmaster.c:2877
-#, c-format
-msgid "%s (PID %d) exited with exit code %d"
-msgstr "%s (PID %d) terminou com código de retorno %d"
+#: commands/cluster.c:376
+msgid "cannot vacuum temporary tables of other sessions"
+msgstr "não pode limpar tabelas temporárias de outras sessões"
-#. translator: %s is a noun phrase describing a child process, such as
-#. "server process"
-#: postmaster/postmaster.c:2886
+#: commands/cluster.c:426
#, c-format
-msgid "%s (PID %d) was terminated by exception 0x%X"
-msgstr "%s (PID %d) foi terminado pela exceção 0x%X"
+msgid "\"%s\" is not an index for table \"%s\""
+msgstr "\"%s\" não é um índice na tabela \"%s\""
-#: postmaster/postmaster.c:2888 postmaster/pgarch.c:579
+#: commands/cluster.c:434
+#, c-format
msgid ""
-"See C include file \"ntstatus.h\" for a description of the hexadecimal value."
+"cannot cluster on index \"%s\" because access method does not support "
+"clustering"
msgstr ""
-"Veja o arquivo de cabeçalho C \"ntstatus.h\" para obter uma descrição do "
-"valor hexadecimal."
+"não pode agrupar índice \"%s\" porque o método de acesso não suporta "
+"agrupamento"
-#. translator: %s is a noun phrase describing a child process, such as
-#. "server process"
-#: postmaster/postmaster.c:2895
+#: commands/cluster.c:446
#, c-format
-msgid "%s (PID %d) was terminated by signal %d: %s"
-msgstr "%s (PID %d) foi terminado pelo sinal %d: %s"
+msgid "cannot cluster on partial index \"%s\""
+msgstr "não pode agrupar índice parcial \"%s\""
-#. translator: %s is a noun phrase describing a child process, such as
-#. "server process"
-#: postmaster/postmaster.c:2905
+#: commands/cluster.c:460
#, c-format
-msgid "%s (PID %d) was terminated by signal %d"
-msgstr "%s (PID %d) foi terminado pelo sinal %d"
+msgid "cannot cluster on invalid index \"%s\""
+msgstr "não pode agrupar por índice inválido \"%s\""
-#. translator: %s is a noun phrase describing a child process, such as
-#. "server process"
-#: postmaster/postmaster.c:2914
+#: commands/cluster.c:886
#, c-format
-msgid "%s (PID %d) exited with unrecognized status %d"
-msgstr "%s (PID %d) terminou com status desconhecido %d"
+msgid "clustering \"%s.%s\" using index scan on \"%s\""
+msgstr "agrupando \"%s.%s\" utilizando busca no índice em \"%s\""
-#: postmaster/postmaster.c:3094
-msgid "abnormal database system shutdown"
-msgstr "desligamento anormal do sistema de banco de dados"
+#: commands/cluster.c:892
+#, c-format
+msgid "clustering \"%s.%s\" using sequential scan and sort"
+msgstr "agrupando \"%s.%s\" utilizando busca sequencial e ordenação"
-#: postmaster/postmaster.c:3133
-msgid "all server processes terminated; reinitializing"
-msgstr "todos os processos servidor foram terminados; reinicializando"
+#: commands/cluster.c:1057
+#, c-format
+msgid ""
+"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages"
+msgstr ""
+"\"%s\": encontrados %.0f versões de registros removíveis e %.0f não-"
+"removíveis em %u páginas"
-#: postmaster/postmaster.c:3316
+#: commands/cluster.c:1061
#, c-format
-msgid "could not fork new process for connection: %m"
-msgstr "não pôde criar novo processo para conexão: %m"
+msgid ""
+"%.0f dead row versions cannot be removed yet.\n"
+"%s."
+msgstr ""
+"%.0f versões de registros não vigentes não podem ser removidas ainda.\n"
+"%s."
-#: postmaster/postmaster.c:3358
-msgid "could not fork new process for connection: "
-msgstr "não pôde criar novo processo para conexão: "
+#: commands/vacuum.c:419
+msgid "oldest xmin is far in the past"
+msgstr "xmin mais velho é muito antigo"
-#: postmaster/postmaster.c:3472
-#, c-format
-msgid "connection received: host=%s port=%s"
-msgstr "conexão recebida: host=%s porta=%s"
+#: commands/vacuum.c:420
+msgid "Close open transactions soon to avoid wraparound problems."
+msgstr ""
+"Feche transações abertas imediatamente para evitar problemas de reinício."
-#: postmaster/postmaster.c:3477
+#: commands/vacuum.c:811
+msgid "some databases have not been vacuumed in over 2 billion transactions"
+msgstr ""
+"alguns bancos de dados não foram limpados a mais de 2 bilhões de transações"
+
+#: commands/vacuum.c:812
+msgid "You might have already suffered transaction-wraparound data loss."
+msgstr ""
+"Você já pode ter sofrido problemas de perda de dados devido a reciclagem de "
+"transações."
+
+#: commands/vacuum.c:919
#, c-format
-msgid "connection received: host=%s"
-msgstr "conexão recebida: host=%s"
+msgid "skipping vacuum of \"%s\" --- lock not available"
+msgstr "ignorando limpeza de \"%s\" --- bloqueio não está disponível"
-#: postmaster/postmaster.c:3746
+#: commands/vacuum.c:945
#, c-format
-msgid "could not execute server process \"%s\": %m"
-msgstr "não pôde executar processo servidor \"%s\": %m"
+msgid "skipping \"%s\" --- only superuser can vacuum it"
+msgstr "ignorando \"%s\" --- somente super-usuário pode limpá-la(o)"
-#: postmaster/postmaster.c:4268
-msgid "database system is ready to accept read only connections"
+#: commands/vacuum.c:949
+#, c-format
+msgid "skipping \"%s\" --- only superuser or database owner can vacuum it"
msgstr ""
-"sistema de banco de dados está pronto para aceitar conexões somente leitura"
+"ignorando \"%s\" --- somente super-usuário ou dono de banco de dados pode "
+"limpá-la(o)"
-#: postmaster/postmaster.c:4535
+#: commands/vacuum.c:953
#, c-format
-msgid "could not fork startup process: %m"
-msgstr "não pôde criar processo de inicialização: %m"
+msgid "skipping \"%s\" --- only table or database owner can vacuum it"
+msgstr ""
+"ignorando \"%s\" --- somente dono de tabela ou de banco de dados pode limpá-"
+"la(o)"
-#: postmaster/postmaster.c:4539
+#: commands/vacuum.c:970
#, c-format
-msgid "could not fork background writer process: %m"
-msgstr "não pôde criar processo escritor em segundo plano: %m"
+msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables"
+msgstr ""
+"ignorando \"%s\" --- não pode limpar objetos que não são tabelas ou tabelas "
+"especiais do sistema"
-#: postmaster/postmaster.c:4543
-#, c-format
-msgid "could not fork WAL writer process: %m"
-msgstr "não pôde criar processo escritor do WAL: %m"
+#: commands/sequence.c:127
+msgid "unlogged sequences are not supported"
+msgstr "sequências unlogged não são suportadas"
-#: postmaster/postmaster.c:4547
+#: commands/sequence.c:620
#, c-format
-msgid "could not fork WAL receiver process: %m"
-msgstr "não pôde criar processo receptor do WAL: %m"
+msgid "nextval: reached maximum value of sequence \"%s\" (%s)"
+msgstr "nextval: valor máximo da sequência \"%s\" foi alcançado (%s)"
-#: postmaster/postmaster.c:4551
+#: commands/sequence.c:643
#, c-format
-msgid "could not fork process: %m"
-msgstr "não pôde criar processo: %m"
+msgid "nextval: reached minimum value of sequence \"%s\" (%s)"
+msgstr "nextval: valor mínimo da sequência \"%s\" foi alcançado (%s)"
-#: postmaster/postmaster.c:4836
+#: commands/sequence.c:757
#, c-format
-msgid "could not duplicate socket %d for use in backend: error code %d"
-msgstr "não pôde duplicar soquete %d para uso pelo servidor: código de erro %d"
+msgid "currval of sequence \"%s\" is not yet defined in this session"
+msgstr "valor atual da sequência \"%s\" ainda não foi definido nesta sessão"
-#: postmaster/postmaster.c:4868
+#: commands/sequence.c:776 commands/sequence.c:782
+msgid "lastval is not yet defined in this session"
+msgstr "lastval ainda não foi definido nesta sessão"
+
+#: commands/sequence.c:851
#, c-format
-msgid "could not create inherited socket: error code %d\n"
-msgstr "não pôde criar soquete herdado: código de erro %d\n"
+msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)"
+msgstr "setval: valor %s está fora do intervalo da sequência \"%s\" (%s..%s)"
-#: postmaster/postmaster.c:4897 postmaster/postmaster.c:4904
+#: commands/sequence.c:1220
+msgid "INCREMENT must not be zero"
+msgstr "INCREMENT não deve ser zero"
+
+#: commands/sequence.c:1276
#, c-format
-msgid "could not read from backend variables file \"%s\": %s\n"
-msgstr "não pôde ler do arquivo de variáveis do servidor \"%s\": %s\n"
+msgid "MINVALUE (%s) must be less than MAXVALUE (%s)"
+msgstr "MINVALUE (%s) deve ser menor do que MAXVALUE (%s)"
-#: postmaster/postmaster.c:4913
+#: commands/sequence.c:1301
#, c-format
-msgid "could not remove file \"%s\": %s\n"
-msgstr "não pôde remover arquivo \"%s\": %s\n"
+msgid "START value (%s) cannot be less than MINVALUE (%s)"
+msgstr "valor de START (%s) não pode ser menor do que MINVALUE (%s)"
-#: postmaster/postmaster.c:4930
+#: commands/sequence.c:1313
#, c-format
-msgid "could not map view of backend variables: error code %d\n"
-msgstr "não pôde mapear visão de variáveis do servidor: código de erro %d\n"
+msgid "START value (%s) cannot be greater than MAXVALUE (%s)"
+msgstr "valor de START (%s) não pode ser maior do que MAXVALUE (%s)"
-#: postmaster/postmaster.c:4939
+#: commands/sequence.c:1343
#, c-format
-msgid "could not unmap view of backend variables: error code %d\n"
-msgstr "não pôde liberar visão de variáveis do servidor: código de erro %d\n"
+msgid "RESTART value (%s) cannot be less than MINVALUE (%s)"
+msgstr "valor de RESTART (%s) não pode ser menor do que MINVALUE (%s)"
-#: postmaster/postmaster.c:4946
+#: commands/sequence.c:1355
#, c-format
-msgid "could not close handle to backend parameter variables: error code %d\n"
-msgstr ""
-"não pôde fechar manipulador das variáveis do servidor: código de erro %d\n"
+msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)"
+msgstr "valor de RESTART (%s) não pode ser maior do que MAXVALUE (%s)"
-#: postmaster/postmaster.c:5091
-msgid "could not read exit code for process\n"
-msgstr "não pôde ler código de retorno para processo\n"
+#: commands/sequence.c:1370
+#, c-format
+msgid "CACHE (%s) must be greater than zero"
+msgstr "CACHE (%s) deve ser maior do que zero"
-#: postmaster/postmaster.c:5096
-msgid "could not post child completion status\n"
-msgstr "não pôde publicar status de conclusão do processo filho\n"
+#: commands/sequence.c:1402
+msgid "invalid OWNED BY option"
+msgstr "opção de OWNED BY é inválida"
-#: postmaster/pgstat.c:330
-#, c-format
-msgid "could not resolve \"localhost\": %s"
-msgstr "não pôde resolver \"localhost\": %s"
+#: commands/sequence.c:1403
+msgid "Specify OWNED BY table.column or OWNED BY NONE."
+msgstr "Especifique OWNED BY tabela.coluna ou OWNED BY NONE."
-#: postmaster/pgstat.c:353
-msgid "trying another address for the statistics collector"
-msgstr "tentando outro endereço para coletor de estatísticas"
+#: commands/sequence.c:1432
+msgid "sequence must have same owner as table it is linked to"
+msgstr "sequência deve ter mesmo dono da tabela que ela está ligada"
-#: postmaster/pgstat.c:362
-#, c-format
-msgid "could not create socket for statistics collector: %m"
-msgstr "não pôde criar soquete para coletor de estatísticas: %m"
+#: commands/sequence.c:1436
+msgid "sequence must be in same schema as table it is linked to"
+msgstr "sequência deve estar no mesmo esquema da tabela que ela está ligada"
-#: postmaster/pgstat.c:374
+#: commands/conversioncmds.c:71
#, c-format
-msgid "could not bind socket for statistics collector: %m"
-msgstr "não pôde se ligar ao soquete do coletor de estatísticas: %m"
+msgid "source encoding \"%s\" does not exist"
+msgstr "codificação de origem \"%s\" não existe"
-#: postmaster/pgstat.c:385
+#: commands/conversioncmds.c:78
#, c-format
-msgid "could not get address of socket for statistics collector: %m"
-msgstr "não pôde pegar endereço do soquete do coletor de estatísticas: %m"
+msgid "destination encoding \"%s\" does not exist"
+msgstr "codificação de destino \"%s\" não existe"
-#: postmaster/pgstat.c:401
+#: commands/conversioncmds.c:92
#, c-format
-msgid "could not connect socket for statistics collector: %m"
-msgstr "não pôde se conectar ao soquete do coletor de estatísticas: %m"
+msgid "encoding conversion function %s must return type \"void\""
+msgstr "função de conversão de codificação %s deve retornar tipo \"void\""
-#: postmaster/pgstat.c:422
+#: commands/conversioncmds.c:152
#, c-format
-msgid "could not send test message on socket for statistics collector: %m"
-msgstr ""
-"não pôde enviar mensagem de teste ao soquete do coletor de estatísticas: %m"
+msgid "conversion \"%s\" does not exist, skipping"
+msgstr "conversão \"%s\" não existe, ignorando"
-#: postmaster/pgstat.c:448 postmaster/pgstat.c:2996
+#: commands/conversioncmds.c:211
#, c-format
-msgid "select() failed in statistics collector: %m"
-msgstr "select() falhou no coletor de estatísticas: %m"
+msgid "conversion \"%s\" already exists in schema \"%s\""
+msgstr "conversão \"%s\" já existe no esquema \"%s\""
-#: postmaster/pgstat.c:463
-msgid "test message did not get through on socket for statistics collector"
-msgstr ""
-"mensagem teste não foi recebida pelo soquete do coletor de estatísticas"
+#: commands/indexcmds.c:163
+msgid "must specify at least one column"
+msgstr "deve especificar pelo menos uma coluna"
-#: postmaster/pgstat.c:478
+#: commands/indexcmds.c:167
#, c-format
-msgid "could not receive test message on socket for statistics collector: %m"
-msgstr ""
-"não pôde receber mensagem teste no soquete do coletor de estatísticas: %m"
-
-#: postmaster/pgstat.c:488
-msgid "incorrect test message transmission on socket for statistics collector"
-msgstr ""
-"transmissão de mensagem teste incorreta no soquete do coletor de estatísticas"
+msgid "cannot use more than %d columns in an index"
+msgstr "não pode utilizar mais do que %d colunas em um índice"
-#: postmaster/pgstat.c:511
+#: commands/indexcmds.c:195
#, c-format
-msgid "could not set statistics collector socket to nonblocking mode: %m"
-msgstr ""
-"não pôde definir soquete do coletor de estatísticas para modo não-bloqueado: "
-"%m"
-
-#: postmaster/pgstat.c:521
-msgid "disabling statistics collector for lack of working socket"
-msgstr ""
-"desabilitando coletor de estatísticas por falta de um soquete que funcione"
+msgid "cannot create index on foreign table \"%s\""
+msgstr "não pode criar índice na tabela externa \"%s\""
-#: postmaster/pgstat.c:623
-#, c-format
-msgid "could not fork statistics collector: %m"
-msgstr "não pôde criar processo para coletor de estatísticas: %m"
+#: commands/indexcmds.c:210
+msgid "cannot create indexes on temporary tables of other sessions"
+msgstr "não pode criar índices em tabelas temporárias de outras sessões"
-#: postmaster/pgstat.c:1153 postmaster/pgstat.c:1177 postmaster/pgstat.c:1208
-msgid "must be superuser to reset statistics counters"
-msgstr "deve ser super-usuário para reiniciar contadores de estatísticas"
+#: commands/indexcmds.c:296
+msgid "substituting access method \"gist\" for obsolete method \"rtree\""
+msgstr "substituindo método de acesso \"gist\" pelo método obsoleto \"rtree\""
-#: postmaster/pgstat.c:2975
+#: commands/indexcmds.c:304 commands/opclasscmds.c:369
+#: commands/opclasscmds.c:790 commands/opclasscmds.c:2202
#, c-format
-msgid "poll() failed in statistics collector: %m"
-msgstr "poll() falhou no coletor de estatísticas: %m"
+msgid "access method \"%s\" does not exist"
+msgstr "método de acesso \"%s\" não existe"
-#: postmaster/pgstat.c:3020
+#: commands/indexcmds.c:313
#, c-format
-msgid "could not read statistics message: %m"
-msgstr "não pôde ler mensagem de estatística: %m"
+msgid "access method \"%s\" does not support unique indexes"
+msgstr "método de acesso \"%s\" não suporta índices únicos"
-#: postmaster/pgstat.c:3291
+#: commands/indexcmds.c:318
#, c-format
-msgid "could not open temporary statistics file \"%s\": %m"
-msgstr "não pôde abrir arquivo de estatísticas temporário \"%s\": %m"
+msgid "access method \"%s\" does not support multicolumn indexes"
+msgstr "método de acesso \"%s\" não suporta índices de múltiplas colunas"
-#: postmaster/pgstat.c:3363
+#: commands/indexcmds.c:323
#, c-format
-msgid "could not write temporary statistics file \"%s\": %m"
-msgstr "não pôde escrever no arquivo de estatísticas temporário \"%s\": %m"
+msgid "access method \"%s\" does not support exclusion constraints"
+msgstr "método de acesso \"%s\" não suporta restrições de exclusão"
-#: postmaster/pgstat.c:3372
+#: commands/indexcmds.c:399
#, c-format
-msgid "could not close temporary statistics file \"%s\": %m"
-msgstr "não pôde fechar arquivo de estatísticas temporário \"%s\": %m"
+msgid "%s %s will create implicit index \"%s\" for table \"%s\""
+msgstr "%s %s criará índice implícito \"%s\" na tabela \"%s\""
-#: postmaster/pgstat.c:3380
+#: commands/indexcmds.c:763
+msgid "cannot use subquery in index predicate"
+msgstr "não pode utilizar subconsulta em predicado de índice"
+
+#: commands/indexcmds.c:767
+msgid "cannot use aggregate in index predicate"
+msgstr "não pode utilizar agregação em predicado de índice"
+
+#: commands/indexcmds.c:776
+msgid "functions in index predicate must be marked IMMUTABLE"
+msgstr "funções em predicado de índice devem ser IMMUTABLE"
+
+#: commands/indexcmds.c:841 parser/parse_utilcmd.c:1760
#, c-format
-msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m"
-msgstr ""
-"não pôde renomear arquivo de estatísticas temporário \"%s\" para \"%s\": %m"
+msgid "column \"%s\" named in key does not exist"
+msgstr "coluna \"%s\" indicada na chave não existe"
-#: postmaster/pgstat.c:3486 postmaster/pgstat.c:3715
+#: commands/indexcmds.c:894
+msgid "cannot use subquery in index expression"
+msgstr "não pode utilizar subconsulta em expressão de índice"
+
+#: commands/indexcmds.c:898
+msgid "cannot use aggregate function in index expression"
+msgstr "não pode utilizar função de agregação em expressão de índice"
+
+#: commands/indexcmds.c:909
+msgid "functions in index expression must be marked IMMUTABLE"
+msgstr "funções em expressão de índice devem ser IMMUTABLE"
+
+#: commands/indexcmds.c:930
+msgid "could not determine which collation to use for index expression"
+msgstr "não pôde determinar qual ordenação utilizar para expressão do índice"
+
+#: commands/indexcmds.c:976
#, c-format
-msgid "could not open statistics file \"%s\": %m"
-msgstr "não pôde abrir arquivo de estatísticas \"%s\": %m"
+msgid "operator %s is not commutative"
+msgstr "operador %s não é comutativo"
-#: postmaster/pgstat.c:3498 postmaster/pgstat.c:3508 postmaster/pgstat.c:3530
-#: postmaster/pgstat.c:3545 postmaster/pgstat.c:3608 postmaster/pgstat.c:3626
-#: postmaster/pgstat.c:3642 postmaster/pgstat.c:3660 postmaster/pgstat.c:3676
-#: postmaster/pgstat.c:3727 postmaster/pgstat.c:3738
+#: commands/indexcmds.c:978
+msgid "Only commutative operators can be used in exclusion constraints."
+msgstr ""
+"Somente operadores comutativos pode ser utilizados em restrições de exclusão."
+
+#: commands/indexcmds.c:1004
#, c-format
-msgid "corrupted statistics file \"%s\""
-msgstr "arquivo de estatísticas \"%s\" corrompido"
+msgid "operator %s is not a member of operator family \"%s\""
+msgstr "operador %s não é um membro da família de operadores \"%s\""
-#: postmaster/pgstat.c:4036
-msgid "database hash table corrupted during cleanup --- abort"
+#: commands/indexcmds.c:1007
+msgid ""
+"The exclusion operator must be related to the index operator class for the "
+"constraint."
msgstr ""
-"tabela hash do banco de dados foi corrompida durante desligamento --- "
-"interrompendo"
+"O operador de exclusão deve estar relacionado à classe de operadores do "
+"índice para a restrição."
-#: postmaster/pgarch.c:158
+#: commands/indexcmds.c:1042
#, c-format
-msgid "could not fork archiver: %m"
-msgstr "não pôde criar processo arquivador: %m"
+msgid "access method \"%s\" does not support ASC/DESC options"
+msgstr "método de acesso \"%s\" não suporta opções ASC/DESC"
-#: postmaster/pgarch.c:450
-msgid "archive_mode enabled, yet archive_command is not set"
-msgstr "archive_mode habilitado, mas archive_command não está definido"
+#: commands/indexcmds.c:1047
+#, c-format
+msgid "access method \"%s\" does not support NULLS FIRST/LAST options"
+msgstr "método de acesso \"%s\" não suporta opções NULLS FIRST/LAST"
-#: postmaster/pgarch.c:465
+#: commands/indexcmds.c:1103
#, c-format
-msgid "transaction log file \"%s\" could not be archived: too many failures"
+msgid "data type %s has no default operator class for access method \"%s\""
msgstr ""
-"arquivo do log de transação \"%s\" não pôde ser arquivado: muitas falhas"
+"tipo de dado %s não tem classe de operadores padrão para método de acesso "
+"\"%s\""
-#: postmaster/pgarch.c:568
-#, c-format
-msgid "archive command failed with exit code %d"
-msgstr "comando de arquivamento falhou com código de retorno %d"
+#: commands/indexcmds.c:1105
+msgid ""
+"You must specify an operator class for the index or define a default "
+"operator class for the data type."
+msgstr ""
+"Você deve especificar uma classe de operadores para o índice ou definir uma "
+"classe de operadores padrão para o tipo de dado."
-#: postmaster/pgarch.c:570 postmaster/pgarch.c:580 postmaster/pgarch.c:587
-#: postmaster/pgarch.c:593 postmaster/pgarch.c:602
+#: commands/indexcmds.c:1134 commands/indexcmds.c:1142
+#: commands/opclasscmds.c:212 commands/opclasscmds.c:1568
#, c-format
-msgid "The failed archive command was: %s"
-msgstr "O comando de arquivamento que falhou foi: %s"
+msgid "operator class \"%s\" does not exist for access method \"%s\""
+msgstr "classe de operadores \"%s\" não existe para método de acesso \"%s\""
-#: postmaster/pgarch.c:577
+#: commands/indexcmds.c:1155
#, c-format
-msgid "archive command was terminated by exception 0x%X"
-msgstr "comando de arquivamento foi terminado pela exceção 0x%X"
+msgid "operator class \"%s\" does not accept data type %s"
+msgstr "classe de operadores \"%s\" não aceita tipo de dado %s"
-#: postmaster/pgarch.c:584
+#: commands/indexcmds.c:1245
#, c-format
-msgid "archive command was terminated by signal %d: %s"
-msgstr "comando de arquivamento foi terminado pelo sinal %d: %s"
+msgid "there are multiple default operator classes for data type %s"
+msgstr "há múltiplas classes de operadores padrão para tipo de dado %s"
-#: postmaster/pgarch.c:591
+#: commands/indexcmds.c:1586
#, c-format
-msgid "archive command was terminated by signal %d"
-msgstr "comando de arquivamento foi terminado pelo sinal %d"
+msgid "table \"%s\" has no indexes"
+msgstr "tabela \"%s\" não tem índices"
-#: postmaster/pgarch.c:600
-#, c-format
-msgid "archive command exited with unrecognized status %d"
-msgstr "comando de arquivamento terminou com status desconhecido %d"
+#: commands/indexcmds.c:1614
+msgid "can only reindex the currently open database"
+msgstr "só pode reindexar o banco de dados atualmente aberto"
-#: postmaster/pgarch.c:612
+#: commands/indexcmds.c:1699
#, c-format
-msgid "archived transaction log file \"%s\""
-msgstr "arquivo do log de transação \"%s\" foi arquivado"
+msgid "table \"%s.%s\" was reindexed"
+msgstr "tabela \"%s.%s\" foi reindexada"
-#: postmaster/pgarch.c:661
+#: commands/portalcmds.c:61 commands/portalcmds.c:160
+#: commands/portalcmds.c:212
+msgid "invalid cursor name: must not be empty"
+msgstr "nome do cursor é inválido: não deve ser vazio"
+
+#: commands/portalcmds.c:340 tcop/pquery.c:738 tcop/pquery.c:1401
#, c-format
-msgid "could not open archive status directory \"%s\": %m"
-msgstr "não pôde abrir diretório de status de arquivamento \"%s\": %m"
+msgid "portal \"%s\" cannot be run"
+msgstr "portal \"%s\" não pode ser executado"
+
+#: commands/portalcmds.c:413
+msgid "could not reposition held cursor"
+msgstr "não pôde reposicionar cursor aberto"
-#: postmaster/pgarch.c:715 access/transam/xlog.c:4573
-#: access/transam/xlog.c:5533 access/transam/xlog.c:5586
-#: access/transam/xlog.c:6368
+#: commands/alter.c:423
#, c-format
-msgid "could not rename file \"%s\" to \"%s\": %m"
-msgstr "não pôde renomear arquivo \"%s\" para \"%s\": %m"
+msgid "must be superuser to set schema of %s"
+msgstr "deve ser super-usuário para definir esquema de %s"
-#: postmaster/bgwriter.c:482
+#: commands/alter.c:451
#, c-format
-msgid "checkpoints are occurring too frequently (%d second apart)"
-msgid_plural "checkpoints are occurring too frequently (%d seconds apart)"
-msgstr[0] "pontos de controle estão ocorrendo frequentemente (%d segundo)"
-msgstr[1] "pontos de controle estão ocorrendo frequentemente (%d segundos)"
+msgid "%s already exists in schema \"%s\""
+msgstr "%s já existe no esquema \"%s\""
-#: postmaster/bgwriter.c:486
+#: commands/seclabel.c:58
+msgid "no security label providers have been loaded"
+msgstr "nenhum fornecedor de rótulo de segurança foi carregado"
+
+#: commands/seclabel.c:62
msgid ""
-"Consider increasing the configuration parameter \"checkpoint_segments\"."
+"must specify provider when multiple security label providers have been loaded"
msgstr ""
-"Considere aumentar o parâmetro de configuração \"checkpoint_segments\"."
+"deve especificar fornecedor quando múltiplos fornecedores de rótulo de "
+"segurança forem carregados"
-#: postmaster/bgwriter.c:598
+#: commands/seclabel.c:80
#, c-format
-msgid "transaction log switch forced (archive_timeout=%d)"
-msgstr "rotação de log de transação foi forçada (archive_timeout=%d)"
-
-#: postmaster/bgwriter.c:1061
-msgid "checkpoint request failed"
-msgstr "pedido de ponto de controle falhou"
+msgid "security label provider \"%s\" is not loaded"
+msgstr "fornecedor de rótulo de segurança \"%s\" não foi carregado"
-#: postmaster/bgwriter.c:1062
-msgid "Consult recent messages in the server log for details."
-msgstr "Consulte mensagens recentes no log do servidor para obter detalhes."
+#: commands/tablespace.c:158 commands/tablespace.c:175
+#: commands/tablespace.c:186 commands/tablespace.c:194
+#: commands/tablespace.c:603 storage/file/copydir.c:61
+#, c-format
+msgid "could not create directory \"%s\": %m"
+msgstr "não pôde criar diretório \"%s\": %m"
-#: postmaster/bgwriter.c:1244
+#: commands/tablespace.c:205
#, c-format
-msgid "compacted fsync request queue from %d entries to %d entries"
-msgstr "fila de pedidos de fsync compactada de %d entradas para %d entradas"
+msgid "could not stat directory \"%s\": %m"
+msgstr "não pôde executar stat no diretório \"%s\": %m"
-#: postmaster/autovacuum.c:359
+#: commands/tablespace.c:214
#, c-format
-msgid "could not fork autovacuum launcher process: %m"
-msgstr "não pôde criar processo inicializador do autovacuum: %m"
+msgid "\"%s\" exists but is not a directory"
+msgstr "\"%s\" existe mas não é um diretório"
-#: postmaster/autovacuum.c:404
-msgid "autovacuum launcher started"
-msgstr "inicializador do autovacuum foi iniciado"
+#: commands/tablespace.c:244
+#, c-format
+msgid "permission denied to create tablespace \"%s\""
+msgstr "permissão negada ao criar tablespace \"%s\""
-#: postmaster/autovacuum.c:781
-msgid "autovacuum launcher shutting down"
-msgstr "inicializador do autovacuum está sendo desligado"
+#: commands/tablespace.c:246
+msgid "Must be superuser to create a tablespace."
+msgstr "Deve ser super-usuário para criar uma tablespace."
-#: postmaster/autovacuum.c:1416
-#, c-format
-msgid "could not fork autovacuum worker process: %m"
-msgstr "não pôde criar processo de limpeza automática: %m"
+#: commands/tablespace.c:262
+msgid "tablespace location cannot contain single quotes"
+msgstr "local da tablespace não pode conter aspas simples"
-#: postmaster/autovacuum.c:1634
-#, c-format
-msgid "autovacuum: processing database \"%s\""
-msgstr "autovacuum: processando banco de dados \"%s\""
+#: commands/tablespace.c:272
+msgid "tablespace location must be an absolute path"
+msgstr "local da tablespace deve ser um caminho absoluto"
-#: postmaster/autovacuum.c:2037
+#: commands/tablespace.c:283
#, c-format
-msgid "autovacuum: dropping orphan temp table \"%s\".\"%s\" in database \"%s\""
-msgstr ""
-"autovacuum: removendo tabela temporária órfã \"%s\".\"%s\" no banco de dados "
-"\"%s\""
+msgid "tablespace location \"%s\" is too long"
+msgstr "local da tablespace \"%s\" é muito longo"
-#: postmaster/autovacuum.c:2049
+#: commands/tablespace.c:293 commands/tablespace.c:853
#, c-format
-msgid "autovacuum: found orphan temp table \"%s\".\"%s\" in database \"%s\""
-msgstr ""
-"autovacuum: encontrada tabela temporária órfã \"%s\".\"%s\" no banco de "
-"dados \"%s\""
+msgid "unacceptable tablespace name \"%s\""
+msgstr "nome da tablespace \"%s\" é inaceitável"
-#: postmaster/autovacuum.c:2319
-#, c-format
-msgid "automatic vacuum of table \"%s.%s.%s\""
-msgstr "limpeza automática da tabela \"%s.%s.%s\""
+#: commands/tablespace.c:295 commands/tablespace.c:854
+msgid "The prefix \"pg_\" is reserved for system tablespaces."
+msgstr "O prefixo \"pg_\" é reservado para tablespaces do sistema."
-#: postmaster/autovacuum.c:2322
+#: commands/tablespace.c:305 commands/tablespace.c:866
#, c-format
-msgid "automatic analyze of table \"%s.%s.%s\""
-msgstr "análise automática da tabela \"%s.%s.%s\""
-
-#: postmaster/autovacuum.c:2808
-msgid "autovacuum not started because of misconfiguration"
-msgstr "autovacuum não foi iniciado por causa de configuração errada"
+msgid "tablespace \"%s\" already exists"
+msgstr "tablespace \"%s\" já existe"
-#: postmaster/autovacuum.c:2809
-msgid "Enable the \"track_counts\" option."
-msgstr "Habilite a opção \"track_counts\"."
+#: commands/tablespace.c:377 commands/tablespace.c:529
+#: replication/basebackup.c:150 replication/basebackup.c:676
+msgid "tablespaces are not supported on this platform"
+msgstr "tablespaces não são suportadas nessa plataforma"
-#: port/pg_shmem.c:147 port/sysv_shmem.c:147
+#: commands/tablespace.c:415 commands/tablespace.c:837
+#: commands/tablespace.c:904 commands/tablespace.c:1009
+#: commands/tablespace.c:1075 commands/tablespace.c:1213
+#: commands/tablespace.c:1413
#, c-format
-msgid "could not create shared memory segment: %m"
-msgstr "não pôde criar segmento de memória compartilhada: %m"
+msgid "tablespace \"%s\" does not exist"
+msgstr "tablespace \"%s\" não existe"
-#: port/pg_shmem.c:148 port/sysv_shmem.c:148
+#: commands/tablespace.c:421
#, c-format
-msgid "Failed system call was shmget(key=%lu, size=%lu, 0%o)."
-msgstr "Falhou ao executar chamada de sistema shmget(key=%lu, size=%lu, 0%o)."
+msgid "tablespace \"%s\" does not exist, skipping"
+msgstr "tablespace \"%s\" não existe, ignorando"
-#: port/pg_shmem.c:152 port/sysv_shmem.c:152
+#: commands/tablespace.c:486
#, c-format
-msgid ""
-"This error usually means that PostgreSQL's request for a shared memory "
-"segment exceeded your kernel's SHMMAX parameter. You can either reduce the "
-"request size or reconfigure the kernel with larger SHMMAX. To reduce the "
-"request size (currently %lu bytes), reduce PostgreSQL's shared memory usage, "
-"perhaps by reducing shared_buffers or max_connections.\n"
-"If the request size is already small, it's possible that it is less than "
-"your kernel's SHMMIN parameter, in which case raising the request size or "
-"reconfiguring SHMMIN is called for.\n"
-"The PostgreSQL documentation contains more information about shared memory "
-"configuration."
-msgstr ""
-"Esse erro usualmente significa que a requisição do PostgreSQL por segmento "
-"de memória compartilhada excedeu o parâmetro do kernel SHMMAX. Você pode "
-"reduzir o tamanho requisitado ou configurar o kernel novamente com um valor "
-"maior de SHMMAX. Para reduzir o tamanho requisitado (atualmente %lu bytes), "
-"reduza o uso de memória compartilhada pelo PostgreSQL, talvez reduzindo "
-"shared_buffers ou max_connections.\n"
-"Se o tamanho requisitado já está pequeno, é possível que ele seja menor do "
-"que o parâmetro SHMMIN do kernel, nesse caso aumente o tamanho da requisição "
-"ou configure SHMMIN novamente.\n"
-"A documentação do PostgreSQL contém informações adicionais sobre "
-"configuração de memória compartilhada."
+msgid "tablespace \"%s\" is not empty"
+msgstr "tablespace \"%s\" não está vazia"
-#: port/pg_shmem.c:165 port/sysv_shmem.c:165
+#: commands/tablespace.c:560
#, c-format
-msgid ""
-"This error usually means that PostgreSQL's request for a shared memory "
-"segment exceeded available memory or swap space, or exceeded your kernel's "
-"SHMALL parameter. You can either reduce the request size or reconfigure the "
-"kernel with larger SHMALL. To reduce the request size (currently %lu "
-"bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing "
-"shared_buffers or max_connections.\n"
-"The PostgreSQL documentation contains more information about shared memory "
-"configuration."
-msgstr ""
-"Esse erro usualmente significa que a requisição do PostgreSQL por segmento "
-"de memória compartilhada excedeu a memória ou espaço de swap disponível, ou "
-"excedeu o parâmetro SHMALL do kernel. Para reduzir o tamanho requisitado "
-"(atualmente %lu bytes), reduza o uso de memória compartilhada pelo "
-"PostgreSQL, talvez reduzindo shared_buffers ou max_connections.\n"
-"A documentação do PostgreSQL contém informações adicionais sobre "
-"configuração de memória compartilhada."
+msgid "directory \"%s\" does not exist"
+msgstr "diretório \"%s\" não existe"
+
+#: commands/tablespace.c:561
+msgid "Create this directory for the tablespace before restarting the server."
+msgstr "Crie este diretório para a tablespace antes de reiniciar o servidor."
-#: port/pg_shmem.c:176 port/sysv_shmem.c:176
+#: commands/tablespace.c:566
#, 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. If you cannot increase "
-"the shared memory limit, reduce PostgreSQL's shared memory request "
-"(currently %lu bytes), perhaps by reducing shared_buffers or "
-"max_connections.\n"
-"The PostgreSQL documentation contains more information about shared memory "
-"configuration."
-msgstr ""
-"Esse erro *não* significa que você está sem espaço em disco. Isso ocorre se "
-"todos os IDs de memória compartilhadas estão sendo usados, neste caso você "
-"precisa aumentar o parâmetro SHMMNI do seu kernel, ou porque o limite do "
-"sistema para memória compartilhada foi alcançado. Se você não pode aumentar "
-"o limite de memória compartilhada, reduza o tamanho de memória compartilhada "
-"requisitada pelo PostgreSQL (atualmente %lu bytes), talvez reduzindo "
-"shared_buffers ou max_connections.\n"
-"A documentação do PostgreSQL contém informações adicionais sobre "
-"configuração de memória compartilhada."
+msgid "could not set permissions on directory \"%s\": %m"
+msgstr "não pôde definir permissões do diretório \"%s\": %m"
-#: port/pg_shmem.c:439 port/sysv_shmem.c:439
+#: commands/tablespace.c:598
#, c-format
-msgid "could not stat data directory \"%s\": %m"
-msgstr "não pôde executar stat no diretório de dados \"%s\": %m"
+msgid "directory \"%s\" already in use as a tablespace"
+msgstr "diretório \"%s\" já está em uso como uma tablespace"
-#: port/pg_sema.c:114 port/sysv_sema.c:114
+#: commands/tablespace.c:613 commands/tablespace.c:774
#, c-format
-msgid "could not create semaphores: %m"
-msgstr "não pôde criar semáforos: %m"
+msgid "could not remove symbolic link \"%s\": %m"
+msgstr "não pôde remover link simbólico \"%s\": %m"
-#: port/pg_sema.c:115 port/sysv_sema.c:115
+#: commands/tablespace.c:623
#, c-format
-msgid "Failed system call was semget(%lu, %d, 0%o)."
-msgstr "Falhou ao executar chamada de sistema semget(%lu, %d, 0%o)."
+msgid "could not create symbolic link \"%s\": %m"
+msgstr "não pôde criar link simbólico \"%s\": %m"
-#: port/pg_sema.c:119 port/sysv_sema.c:119
-msgid ""
-"This error does *not* mean that you have run out of disk space. It occurs "
-"when either the system limit for the maximum number of semaphore sets "
-"(SEMMNI), or the system wide maximum number of semaphores (SEMMNS), would be "
-"exceeded. You need to raise the respective kernel parameter. "
-"Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its "
-"max_connections parameter.\n"
-"The PostgreSQL documentation contains more information about configuring "
-"your system for PostgreSQL."
-msgstr ""
-"Esse erro *não* significa que você está sem espaço no disco. Isso ocorre "
-"quando o número máximo de conjuntos de semáforos (SEMMNI) atinge o limite do "
-"sistema ou o sistema atinge o número máximo de semáforos (SEMMNS). Você "
-"precisa aumentar o parâmetro do kernel que trata disso. Alternativamente, "
-"reduza o consumo de semáforos do PostgreSQL reduzindo o parâmetro "
-"max_connections.\n"
-"A documentação do PostgreSQL contém informações adicionais sobre como "
-"configurar seu sistema para PostgreSQL."
+#: commands/tablespace.c:689 commands/tablespace.c:699 utils/adt/misc.c:213
+#: utils/adt/genfile.c:353 utils/misc/tzparser.c:323 storage/file/fd.c:1624
+#: storage/file/copydir.c:67 storage/file/copydir.c:106
+#: postmaster/postmaster.c:1177
+#, c-format
+msgid "could not open directory \"%s\": %m"
+msgstr "não pôde abrir diretório \"%s\": %m"
-#: port/pg_sema.c:146 port/sysv_sema.c:146
+#: commands/tablespace.c:729 commands/tablespace.c:742
+#: commands/tablespace.c:766
#, c-format
-msgid ""
-"You possibly need to raise your kernel's SEMVMX value to be at least %d. "
-"Look into the PostgreSQL documentation for details."
-msgstr ""
-"Você possivelmente precisa aumentar o valor SEMVMX do kernel para pelo menos "
-"%d. Veja na documentação do PostgreSQL para obter detalhes."
+msgid "could not remove directory \"%s\": %m"
+msgstr "não pôde remover diretório \"%s\": %m"
-#: port/win32_shmem.c:168 port/win32_shmem.c:203 port/win32_shmem.c:224
+#: commands/tablespace.c:1080
#, c-format
-msgid "could not create shared memory segment: %lu"
-msgstr "não pôde criar segmento de memória compartilhada: %lu"
+msgid "Tablespace \"%s\" does not exist."
+msgstr "Tablespace \"%s\" não existe."
-#: port/win32_shmem.c:169
+#: commands/tablespace.c:1512
#, c-format
-msgid "Failed system call was CreateFileMapping(size=%lu, name=%s)."
-msgstr ""
-"Falhou ao executar chamada de sistema CreateFileMapping(size=%lu, name=%s)."
+msgid "directories for tablespace %u could not be removed"
+msgstr "diretórios da tablespace %u não puderam ser removidos"
-#: port/win32_shmem.c:193
-msgid "pre-existing shared memory block is still in use"
-msgstr "bloco de memória compartilhada pré-existente ainda está em uso"
+#: commands/tablespace.c:1514
+msgid "You can remove the directories manually if necessary."
+msgstr "Você pode remover os diretórios manualmente se necessário."
-#: port/win32_shmem.c:194
+#: commands/operatorcmds.c:100
+msgid "=> is deprecated as an operator name"
+msgstr "=> está obsoleto como um nome de operador"
+
+#: commands/operatorcmds.c:101
msgid ""
-"Check if there are any old server processes still running, and terminate "
-"them."
+"This name may be disallowed altogether in future versions of PostgreSQL."
msgstr ""
-"Verifique se ainda há processos servidor antigos sendo executados, e termine-"
-"os."
-
-#: port/win32_shmem.c:204
-msgid "Failed system call was DuplicateHandle."
-msgstr "Falhou ao executar chamada de sistema DuplicateHandle."
+"Este nome pode ser proibido completamente em versões futuras do PostgreSQL."
-#: port/win32_shmem.c:225
-msgid "Failed system call was MapViewOfFileEx."
-msgstr "Falhou ao executar chamada de sistema MapViewOfFileEx."
+#: commands/operatorcmds.c:122 commands/operatorcmds.c:130
+msgid "SETOF type not allowed for operator argument"
+msgstr "tipo SETOF não é permitido como argumento de operador"
-#: port/win32_sema.c:94
+#: commands/operatorcmds.c:158
#, c-format
-msgid "could not create semaphore: error code %d"
-msgstr "não pôde criar semáforo: código de erro %d"
+msgid "operator attribute \"%s\" not recognized"
+msgstr "atributo de operador \"%s\" desconhecido"
-#: port/win32_sema.c:165
-#, c-format
-msgid "could not lock semaphore: error code %d"
-msgstr "não pôde bloquear semáforo: código de erro %d"
+#: commands/operatorcmds.c:168
+msgid "operator procedure must be specified"
+msgstr "procedimento de operador deve ser especificado"
-#: port/win32_sema.c:178
-#, c-format
-msgid "could not unlock semaphore: error code %d"
-msgstr "não pôde desbloquear semáforo: código de erro %d"
+#: commands/operatorcmds.c:179
+msgid "at least one of leftarg or rightarg must be specified"
+msgstr "pelo menos um dos argumentos esquerdo ou direito deve ser especificado"
-#: port/win32_sema.c:207
+#: commands/operatorcmds.c:228
#, c-format
-msgid "could not try-lock semaphore: error code %d"
-msgstr "não pôde tentar bloquear semáforo: código de erro %d"
+msgid "restriction estimator function %s must return type \"float8\""
+msgstr "função de estimação de restrição %s deve retornar tipo \"float8\""
-#: port/win32/signal.c:189
+#: commands/operatorcmds.c:267
#, c-format
-msgid "could not create signal listener pipe for PID %d: error code %d"
-msgstr ""
-"não pôde criar pipe que espera por sinal para PID %d: código de erro %d"
+msgid "join estimator function %s must return type \"float8\""
+msgstr "função de estimação de junção %s deve retornar tipo \"float8\""
-#: port/win32/signal.c:269 port/win32/signal.c:301
+#: commands/operatorcmds.c:318
#, c-format
-msgid "could not create signal listener pipe: error code %d; retrying\n"
-msgstr ""
-"não pôde criar pipe que espera por sinal: código de erro %d; tentando "
-"novamente\n"
+msgid "operator %s does not exist, skipping"
+msgstr "operador %s não existe, ignorando"
-#: port/win32/signal.c:312
+#: commands/opclasscmds.c:136 commands/opclasscmds.c:1838
+#: commands/opclasscmds.c:1849 commands/opclasscmds.c:2083
+#: commands/opclasscmds.c:2094
#, c-format
-msgid "could not create signal dispatch thread: error code %d\n"
-msgstr "não pôde criar thread emissor de sinal: código de erro %d\n"
+msgid "operator family \"%s\" does not exist for access method \"%s\""
+msgstr "família de operadores \"%s\" não existe para método de acesso \"%s\""
-#: port/win32/security.c:43
+#: commands/opclasscmds.c:271
#, c-format
-msgid "could not open process token: error code %d\n"
-msgstr "não pôde abrir informação sobre processo: código de erro %d\n"
+msgid "operator family \"%s\" for access method \"%s\" already exists"
+msgstr "família de operadores \"%s\" para método de acesso \"%s\" já existe"
-#: port/win32/security.c:63
+#: commands/opclasscmds.c:408
+msgid "must be superuser to create an operator class"
+msgstr "deve ser super-usuário para criar uma classe de operadores"
+
+#: commands/opclasscmds.c:480 commands/opclasscmds.c:864
+#: commands/opclasscmds.c:994
#, c-format
-msgid "could not get SID for Administrators group: error code %d\n"
-msgstr "não pôde obter SID do grupo Administrators: código de erro %d\n"
+msgid "invalid operator number %d, must be between 1 and %d"
+msgstr "número de operadores %d é inválido, deve ser entre 1 e %d"
-#: port/win32/security.c:72
+#: commands/opclasscmds.c:531 commands/opclasscmds.c:915
+#: commands/opclasscmds.c:1009
#, c-format
-msgid "could not get SID for PowerUsers group: error code %d\n"
-msgstr "não pôde obter SID do grupo PowerUsers: código de erro %d\n"
+msgid "invalid procedure number %d, must be between 1 and %d"
+msgstr "número de procedimentos %d é inválido, deve ser entre 1 e %d"
-#: port/win32/crashdump.c:108
-msgid "could not load dbghelp.dll, cannot write crash dump\n"
-msgstr ""
-"não pôde carregar dbghelp.dll, não pode escrever arquivo de despejo de "
-"memória\n"
+#: commands/opclasscmds.c:561
+msgid "storage type specified more than once"
+msgstr "tipo de armazenamento especificado mais de uma vez"
-#: port/win32/crashdump.c:116
+#: commands/opclasscmds.c:589
+#, c-format
msgid ""
-"could not load required functions in dbghelp.dll, cannot write crash dump\n"
+"storage type cannot be different from data type for access method \"%s\""
msgstr ""
-"não pôde carregar funções requeridas em dbghelp.dll, não pode escrever "
-"arquivo de despejo de memória\n"
+"tipo de armazenamento não pode ser diferente do tipo de dado para método de "
+"acesso \"%s\""
-#: port/win32/crashdump.c:147
+#: commands/opclasscmds.c:605
#, c-format
-msgid "could not open crash dump file \"%s\" for writing: error code %u\n"
-msgstr ""
-"não pôde abrir arquivo de despejo de memória \"%s\" para escrita: código de "
-"erro %u\n"
+msgid "operator class \"%s\" for access method \"%s\" already exists"
+msgstr "classe de operadores \"%s\" para método de acesso \"%s\" já existe"
-#: port/win32/crashdump.c:154
+#: commands/opclasscmds.c:633
#, c-format
-msgid "wrote crash dump to file \"%s\"\n"
-msgstr "escreveu despejo de memória para arquivo \"%s\"\n"
+msgid "could not make operator class \"%s\" be default for type %s"
+msgstr "não pôde fazer classe de operadores \"%s\" ser a padrão para tipo %s"
-#: port/win32/crashdump.c:156
+#: commands/opclasscmds.c:636
#, c-format
-msgid "could not write crash dump to file \"%s\": error code %08x\n"
+msgid "Operator class \"%s\" already is the default."
+msgstr "Classe de operadores \"%s\" já é a padrão."
+
+#: commands/opclasscmds.c:760
+msgid "must be superuser to create an operator family"
+msgstr "deve ser super-usuário para criar uma família de operadores"
+
+#: commands/opclasscmds.c:816
+msgid "must be superuser to alter an operator family"
+msgstr "deve ser super-usuário para alterar uma família de operadores"
+
+#: commands/opclasscmds.c:880
+msgid "operator argument types must be specified in ALTER OPERATOR FAMILY"
msgstr ""
-"não pôde escrever despejo de memória para arquivo \"%s\": código de erro "
-"%08x\n"
+"tipos dos argumentos do operador devem ser especificados em ALTER OPERATOR "
+"FAMILY"
-#: scan.l:411
-msgid "unterminated /* comment"
-msgstr "comentário /* não foi terminado"
+#: commands/opclasscmds.c:944
+msgid "STORAGE cannot be specified in ALTER OPERATOR FAMILY"
+msgstr "STORAGE não pode ser especificado em ALTER OPERATOR FAMILY"
-#: scan.l:440
-msgid "unterminated bit string literal"
-msgstr "cadeia de bits não foi terminada"
+#: commands/opclasscmds.c:1060
+msgid "one or two argument types must be specified"
+msgstr "um ou dois tipos de argumento devem ser especificados"
-#: scan.l:461
-msgid "unterminated hexadecimal string literal"
-msgstr "cadeia de caracteres hexadecimal não foi terminada"
+#: commands/opclasscmds.c:1086
+msgid "index operators must be binary"
+msgstr "operadores de índice devem ser binários"
-#: scan.l:511
-msgid "unsafe use of string constant with Unicode escapes"
-msgstr "uso inseguro de cadeia de caracteres com escapes Unicode"
+#: commands/opclasscmds.c:1111
+#, c-format
+msgid "access method \"%s\" does not support ordering operators"
+msgstr "método de acesso \"%s\" não suporta operadores de ordenação"
-#: scan.l:512
-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."
+#: commands/opclasscmds.c:1124
+msgid "index search operators must return boolean"
+msgstr "operadores de busca por índice devem retornar booleano"
-#: scan.l:564 scan.l:572 scan.l:580 scan.l:581 scan.l:582 scan.l:1238
-#: scan.l:1265 scan.l:1269 scan.l:1307 scan.l:1311 scan.l:1333
-msgid "invalid Unicode surrogate pair"
-msgstr "par substituto Unicode inválido"
+#: commands/opclasscmds.c:1163
+msgid "btree procedures must have two arguments"
+msgstr "procedimentos de árvore B devem ter dois argumentos"
-#: scan.l:586
-msgid "invalid Unicode escape"
-msgstr "escape Unicode inválido"
+#: commands/opclasscmds.c:1167
+msgid "btree procedures must return integer"
+msgstr "procedimentos de árvore B devem retornar inteiro"
-#: scan.l:587
-msgid "Unicode escapes must be \\uXXXX or \\UXXXXXXXX."
-msgstr "Escapes Unicode devem ser \\uXXXX ou \\UXXXXXXXX."
+#: commands/opclasscmds.c:1182
+msgid "hash procedures must have one argument"
+msgstr "procedimentos hash devem ter um argumento"
-#: scan.l:598
-msgid "unsafe use of \\' in a string literal"
-msgstr "uso inseguro de \\' em cadeia de caracteres"
+#: commands/opclasscmds.c:1186
+msgid "hash procedures must return integer"
+msgstr "procedimentos hash devem retornar inteiro"
-#: scan.l:599
-msgid ""
-"Use '' to write quotes in strings. \\' is insecure in client-only encodings."
+#: commands/opclasscmds.c:1211
+msgid "associated data types must be specified for index support procedure"
msgstr ""
-"Utilize '' para escrever aspóstrofos em cadias de caracteres. \\' é inseguro "
-"em codificações de cliente."
+"tipos de dados associados devem ser especificados para procedimento de "
+"suporte ao índice"
-#: scan.l:674
-msgid "unterminated dollar-quoted string"
-msgstr "cadeia de caracteres entre dólares não foi terminada"
+#: commands/opclasscmds.c:1237
+#, c-format
+msgid "procedure number %d for (%s,%s) appears more than once"
+msgstr "procedimento número %d para (%s,%s) aparece mais de uma vez"
-#: scan.l:691 scan.l:703 scan.l:717
-msgid "zero-length delimited identifier"
-msgstr "identificador delimitado tem tamanho zero"
+#: commands/opclasscmds.c:1244
+#, c-format
+msgid "operator number %d for (%s,%s) appears more than once"
+msgstr "operador número %d para (%s,%s) aparece mais de uma vez"
-#: scan.l:730
-msgid "unterminated quoted identifier"
-msgstr "identificador entre aspas não foi terminado"
+#: commands/opclasscmds.c:1293
+#, c-format
+msgid "operator %d(%s,%s) already exists in operator family \"%s\""
+msgstr "operador %d(%s,%s) já existe na família de operadores \"%s\""
-#: scan.l:834
-msgid "operator too long"
-msgstr "operador muito longo"
+#: commands/opclasscmds.c:1406
+#, c-format
+msgid "function %d(%s,%s) already exists in operator family \"%s\""
+msgstr "função %d(%s,%s) já existe na família de operadores \"%s\""
-#. translator: %s is typically the translation of "syntax error"
-#: scan.l:992
+#: commands/opclasscmds.c:1493
#, c-format
-msgid "%s at end of input"
-msgstr "%s no fim da entrada"
+msgid "operator %d(%s,%s) does not exist in operator family \"%s\""
+msgstr "operador %d(%s,%s) não existe na família de operadores \"%s\""
-#. translator: first %s is typically the translation of "syntax error"
-#: scan.l:1000
+#: commands/opclasscmds.c:1533
#, c-format
-msgid "%s at or near \"%s\""
-msgstr "%s em ou próximo a \"%s\""
+msgid "function %d(%s,%s) does not exist in operator family \"%s\""
+msgstr "função %d(%s,%s) não existe na família de operadores \"%s\""
-#: scan.l:1161 scan.l:1193
+#: commands/opclasscmds.c:1618
+#, c-format
msgid ""
-"Unicode escape values cannot be used for code point values above 007F when "
-"the server encoding is not UTF8"
+"operator family \"%s\" does not exist for access method \"%s\", skipping"
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:1189 scan.l:1325
-msgid "invalid Unicode escape value"
-msgstr "valor de escape Unicode inválido"
-
-#: scan.l:1214
-msgid "invalid Unicode escape character"
-msgstr "caracter de escape Unicode inválido"
+"família de operadores \"%s\" não existe para método de acesso \"%s\", "
+"ignorando"
-#: scan.l:1381
-msgid "nonstandard use of \\' in a string literal"
-msgstr "uso de \\' fora do padrão em cadeia de caracteres"
+#: commands/opclasscmds.c:1778
+#, c-format
+msgid ""
+"operator class \"%s\" for access method \"%s\" already exists in schema \"%s"
+"\""
+msgstr ""
+"classe de operadores \"%s\" para método de acesso \"%s\" já existe no "
+"esquema \"%s\""
-#: scan.l:1382
+#: commands/opclasscmds.c:1867
+#, c-format
msgid ""
-"Use '' to write quotes in strings, or use the escape string syntax (E'...')."
+"operator family \"%s\" for access method \"%s\" already exists in schema \"%s"
+"\""
msgstr ""
-"Utilize '' para escrever cadeias de carateres entre apóstofros, ou utilize a "
-"sintaxe de escape de cadeia de caracteres (E'...')."
+"família de operadores \"%s\" para método de acesso \"%s\" já existe no "
+"esquema \"%s\""
-#: scan.l:1391
-msgid "nonstandard use of \\\\ in a string literal"
-msgstr "uso de \\\\ fora do padrão em cadeia de caracteres"
+#: commands/functioncmds.c:100
+#, c-format
+msgid "SQL function cannot return shell type %s"
+msgstr "função SQL não pode retornar tipo indefinido %s"
-#: scan.l:1392
-msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'."
+#: commands/functioncmds.c:105
+#, c-format
+msgid "return type %s is only a shell"
+msgstr "tipo retornado %s é indefinido"
+
+#: commands/functioncmds.c:134 parser/parse_type.c:278
+#, c-format
+msgid "type modifier cannot be specified for shell type \"%s\""
msgstr ""
-"Utilize a sintaxe de escape de cadeia de caracteres para barras invertidas, "
-"i.e., E'\\\\'."
+"modificador de tipo não pode ser especificado para tipo indefinido \"%s\""
-#: scan.l:1406
-msgid "nonstandard use of escape in a string literal"
-msgstr "uso de escape fora do padrão em cadeia de caracteres"
+#: commands/functioncmds.c:140
+#, c-format
+msgid "type \"%s\" is not yet defined"
+msgstr "tipo \"%s\" ainda não foi definido"
-#: scan.l:1407
-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'."
+#: commands/functioncmds.c:141
+msgid "Creating a shell type definition."
+msgstr "Criando uma definição de tipo indefinido."
-#: gram.y:915
+#: commands/functioncmds.c:220
#, c-format
-msgid "unrecognized role option \"%s\""
-msgstr "opção de role desconhecida \"%s\""
+msgid "SQL function cannot accept shell type %s"
+msgstr "função SQL não pode aceitar tipo indefinido %s"
-#: gram.y:1301
-msgid "current database cannot be changed"
-msgstr "banco de dados atual não pode ser mudado"
+#: commands/functioncmds.c:225
+#, c-format
+msgid "argument type %s is only a shell"
+msgstr "tipo de argumento %s é indefinido"
-#: gram.y:1419 gram.y:1434
-msgid "time zone interval must be HOUR or HOUR TO MINUTE"
-msgstr "intervalo de zona horária deve ser HOUR ou HOUR TO MINUTE"
+#: commands/functioncmds.c:235
+#, c-format
+msgid "type %s does not exist"
+msgstr "tipo %s não existe"
-#: gram.y:1439 gram.y:9246 gram.y:11736
-msgid "interval precision specified twice"
-msgstr "precisão de interval foi especificada duas vezes"
+#: commands/functioncmds.c:243
+msgid "functions cannot accept set arguments"
+msgstr "funções não podem aceitar conjunto de argumentos"
-#: gram.y:3005
-msgid "CREATE TABLE AS cannot specify INTO"
-msgstr "CREATE TABLE AS não pode especificar INTO"
+#: commands/functioncmds.c:252
+msgid "VARIADIC parameter must be the last input parameter"
+msgstr "parâmetro VARIADIC deve ser o último parâmetro de entrada"
-#: gram.y:4058
-msgid "duplicate trigger events specified"
-msgstr "eventos de gatilho duplicados especificados"
+#: commands/functioncmds.c:279
+msgid "VARIADIC parameter must be an array"
+msgstr "parâmetro VARIADIC deve ser uma matriz"
-#: gram.y:4153 parser/parse_utilcmd.c:2533 parser/parse_utilcmd.c:2559
-msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
-msgstr "restrição declarada INITIALLY DEFERRED deve ser DEFERRABLE"
+#: commands/functioncmds.c:319
+#, c-format
+msgid "parameter name \"%s\" used more than once"
+msgstr "nome de parâmetro \"%s\" foi especificado mais de uma vez"
-#: gram.y:4160
-msgid "conflicting constraint properties"
-msgstr "propriedades de restrições conflitantes"
+#: commands/functioncmds.c:334
+msgid "only input parameters can have default values"
+msgstr "somente parâmetros de entrada podem ter valores padrão"
-#: gram.y:4221
-msgid "CREATE ASSERTION is not yet implemented"
-msgstr "CREATE ASSERTION ainda não foi implementado"
+#: commands/functioncmds.c:347
+msgid "cannot use table references in parameter default value"
+msgstr "não pode utilizar referência a tabela no valor padrão do parâmetro"
-#: gram.y:4237
-msgid "DROP ASSERTION is not yet implemented"
-msgstr "DROP ASSERTION ainda não foi implementado"
+#: commands/functioncmds.c:363
+msgid "cannot use subquery in parameter default value"
+msgstr "não pode utilizar subconsulta no valor padrão do parâmetro"
-#: gram.y:4573
-msgid "RECHECK is no longer required"
-msgstr "RECHECK não é mais requerido"
+#: commands/functioncmds.c:367
+msgid "cannot use aggregate function in parameter default value"
+msgstr "não pode utilizar função de agregação no valor padrão do parâmetro"
-#: gram.y:4574
-msgid "Update your data type."
-msgstr "Atualize seu tipo de dado."
+#: commands/functioncmds.c:371
+msgid "cannot use window function in parameter default value"
+msgstr "não pode utilizar função deslizante no valor padrão do parâmetro"
-#: gram.y:7297 gram.y:7303 gram.y:7309
-msgid "WITH CHECK OPTION is not implemented"
-msgstr "WITH CHECK OPTION não está implementado"
+#: commands/functioncmds.c:381
+msgid "input parameters after one with a default value must also have defaults"
+msgstr ""
+"parâmetros de entrada após um parâmetro com valor padrão também devem ter "
+"valores padrão"
-#: gram.y:7986
-msgid "column name list not allowed in CREATE TABLE / AS EXECUTE"
-msgstr "lista de colunas não é permitida em CREATE TABLE / AS EXECUTE"
+#: commands/functioncmds.c:620
+msgid "no function body specified"
+msgstr "corpo da função não foi especificado"
-#: gram.y:8210
-msgid "number of columns does not match number of values"
-msgstr "número de colunas não corresponde ao número de valores"
+#: commands/functioncmds.c:630
+msgid "no language specified"
+msgstr "nenhuma linguagem foi especificada"
+
+#: commands/functioncmds.c:651 commands/functioncmds.c:1352
+msgid "COST must be positive"
+msgstr "COST deve ser positivo"
+
+#: commands/functioncmds.c:659 commands/functioncmds.c:1360
+msgid "ROWS must be positive"
+msgstr "ROWS deve ser positivo"
+
+#: commands/functioncmds.c:698
+#, c-format
+msgid "unrecognized function attribute \"%s\" ignored"
+msgstr "atributo de função desconhecido \"%s\" foi ignorado"
+
+#: commands/functioncmds.c:749
+#, c-format
+msgid "only one AS item needed for language \"%s\""
+msgstr "somente um item AS é necessário para linguagem \"%s\""
-#: gram.y:8660
-msgid "LIMIT #,# syntax is not supported"
-msgstr "sintaxe LIMIT #,# não é suportada"
+#: commands/functioncmds.c:841 commands/functioncmds.c:2021
+msgid "Use CREATE LANGUAGE to load the language into the database."
+msgstr "Utilize CREATE LANGUAGE para carregar uma linguagem no banco de dados."
-#: gram.y:8661
-msgid "Use separate LIMIT and OFFSET clauses."
-msgstr "Utilize cláusulas LIMIT e OFFSET separadas."
+#: commands/functioncmds.c:888
+#, c-format
+msgid "function result type must be %s because of OUT parameters"
+msgstr "tipo do resultado da função deve ser %s por causa dos parâmetros OUT"
-#: gram.y:8879
-msgid "VALUES in FROM must have an alias"
-msgstr "VALUES no FROM deve ter um aliás"
+#: commands/functioncmds.c:901
+msgid "function result type must be specified"
+msgstr "tipo do resultado da função deve ser especificado"
-#: gram.y:8880
-msgid "For example, FROM (VALUES ...) [AS] foo."
-msgstr "Por exemplo, FROM (VALUES ...) [AS] foo."
+#: commands/functioncmds.c:936 commands/functioncmds.c:1364
+msgid "ROWS is not applicable when function does not return a set"
+msgstr "ROWS não é aplicável quando função não retorna um conjunto"
-#: gram.y:8885
-msgid "subquery in FROM must have an alias"
-msgstr "subconsulta no FROM deve ter um aliás"
+#: commands/functioncmds.c:988
+#, c-format
+msgid "function %s(%s) does not exist, skipping"
+msgstr "função %s(%s) não existe, ignorando"
-#: gram.y:8886
-msgid "For example, FROM (SELECT ...) [AS] foo."
-msgstr "Por exemplo, FROM (SELECT ...) [AS] foo."
+#: commands/functioncmds.c:1008 commands/functioncmds.c:1108
+#: commands/functioncmds.c:1171 commands/functioncmds.c:1322
+#: utils/adt/ruleutils.c:1696
+#, c-format
+msgid "\"%s\" is an aggregate function"
+msgstr "\"%s\" é uma função de agregação"
-#: gram.y:9372
-msgid "precision for type float must be at least 1 bit"
-msgstr "precisão para tipo float deve ser pelo menos 1 bit"
+#: commands/functioncmds.c:1010
+msgid "Use DROP AGGREGATE to drop aggregate functions."
+msgstr "Utilize DROP AGGREGATE para remover funções de agregação."
-#: gram.y:9381
-msgid "precision for type float must be less than 54 bits"
-msgstr "precisão para tipo float deve ser menor do que 54 bits"
+#: commands/functioncmds.c:1017
+#, c-format
+msgid "removing built-in function \"%s\""
+msgstr "removendo função embutida \"%s\""
-#: gram.y:10095
-msgid "UNIQUE predicate is not yet implemented"
-msgstr "predicado UNIQUE ainda não foi implementado"
+#: commands/functioncmds.c:1110
+msgid "Use ALTER AGGREGATE to rename aggregate functions."
+msgstr "Utilize ALTER AGGREGATE para renomear funções de agregação."
-#: gram.y:11003
-msgid "RANGE PRECEDING is only supported with UNBOUNDED"
-msgstr "RANGE PRECEDING só é suportado com UNBOUNDED"
+#: commands/functioncmds.c:1173
+msgid "Use ALTER AGGREGATE to change owner of aggregate functions."
+msgstr "Utilize ALTER AGGREGATE para mudar o dono das funções de agregação."
-#: gram.y:11009
-msgid "RANGE FOLLOWING is only supported with UNBOUNDED"
-msgstr "RANGE FOLLOWING só é suportado com UNBOUNDED"
+#: commands/functioncmds.c:1512
+#, c-format
+msgid "source data type %s is a pseudo-type"
+msgstr "tipo de dado fonte %s é um pseudo-tipo"
-#: gram.y:11036 gram.y:11059
-msgid "frame start cannot be UNBOUNDED FOLLOWING"
-msgstr "início de quadro não pode ser UNBOUNDED FOLLOWING"
+#: commands/functioncmds.c:1518
+#, c-format
+msgid "target data type %s is a pseudo-type"
+msgstr "tipo de dado alvo %s é um pseudo-tipo"
-#: gram.y:11041
-msgid "frame starting from following row cannot end with current row"
+#: commands/functioncmds.c:1555
+msgid "cast function must take one to three arguments"
+msgstr "função de conversão deve ter de um a três argumentos"
+
+#: commands/functioncmds.c:1559
+msgid ""
+"argument of cast function must match or be binary-coercible from source data "
+"type"
msgstr ""
-"quadro iniciando do próximo registro não pode terminar com registro atual"
+"argumento da função de conversão deve corresponder ou ser convertido no tipo "
+"de dado fonte"
-#: gram.y:11064
-msgid "frame end cannot be UNBOUNDED PRECEDING"
-msgstr "fim de quadro não pode ser UNBOUNDED PRECEDING"
+#: commands/functioncmds.c:1563
+msgid "second argument of cast function must be type integer"
+msgstr "segundo argumento da função de conversão deve ter tipo integer"
-#: gram.y:11070
-msgid "frame starting from current row cannot have preceding rows"
-msgstr "quadro iniciando do registro atual não pode ter registros anteriores"
+#: commands/functioncmds.c:1567
+msgid "third argument of cast function must be type boolean"
+msgstr "terceiro argumento da função de conversão deve ter tipo boolean"
-#: gram.y:11077
-msgid "frame starting from following row cannot have preceding rows"
-msgstr "quadro iniciando do próximo registro não pode ter registro anteriores"
+#: commands/functioncmds.c:1571
+msgid ""
+"return data type of cast function must match or be binary-coercible to "
+"target data type"
+msgstr ""
+"tipo de dado de retorno da função de conversão deve corresponder ou ser "
+"convertido no tipo de dado alvo"
-#: gram.y:11611 gram.y:12810 parser/parse_target.c:1092
-#: parser/parse_expr.c:782 catalog/namespace.c:2395
-#, c-format
-msgid "improper qualified name (too many dotted names): %s"
-msgstr "nome qualificado é inválido (nomes com muitos pontos): %s"
+#: commands/functioncmds.c:1582
+msgid "cast function must not be volatile"
+msgstr "função de conversão não deve ser volátil"
-#: gram.y:11711
-msgid "type modifier cannot have parameter name"
-msgstr "modificador de tipo não pode ter nome de parâmetro"
+#: commands/functioncmds.c:1587
+msgid "cast function must not be an aggregate function"
+msgstr "função de conversão não deve ser uma função de agregação"
-#: gram.y:12306 gram.y:12514
-msgid "improper use of \"*\""
-msgstr "uso inválido de \"*\""
+#: commands/functioncmds.c:1591
+msgid "cast function must not be a window function"
+msgstr "função de conversão não deve ser uma função deslizante"
-#: gram.y:12445
-msgid "wrong number of parameters on left side of OVERLAPS expression"
-msgstr "número incorreto de parâmetros no lado esquerdo da expressão OVERLAPS"
+#: commands/functioncmds.c:1595
+msgid "cast function must not return a set"
+msgstr "função de conversão não deve retornar um conjunto"
-#: gram.y:12452
-msgid "wrong number of parameters on right side of OVERLAPS expression"
-msgstr "número incorreto de parâmetros no lado direito da expressão OVERLAPS"
+#: commands/functioncmds.c:1621
+msgid "must be superuser to create a cast WITHOUT FUNCTION"
+msgstr "deve ser super-usuário para criar uma conversão WITHOUT FUNCTION"
-#: gram.y:12577
-msgid "multiple ORDER BY clauses not allowed"
-msgstr "múltiplas cláusulas ORDER BY não são permitidas"
+#: commands/functioncmds.c:1636
+msgid "source and target data types are not physically compatible"
+msgstr "tipos de dado fonte e alvo não são fisicamente compatíveis"
-#: gram.y:12588
-msgid "multiple OFFSET clauses not allowed"
-msgstr "múltiplas cláusulas OFFSET não são permitidas"
+#: commands/functioncmds.c:1651
+msgid "composite data types are not binary-compatible"
+msgstr "tipos de dado compostos não são compatíveis no formato binário"
-#: gram.y:12597
-msgid "multiple LIMIT clauses not allowed"
-msgstr "múltiplas cláusulas LIMIT não são permitidas"
+#: commands/functioncmds.c:1657
+msgid "enum data types are not binary-compatible"
+msgstr "tipos de dado enum não são compatíveis no formato binário"
-#: gram.y:12606
-msgid "multiple WITH clauses not allowed"
-msgstr "múltiplas cláusulas WITH não são permitidas"
+#: commands/functioncmds.c:1663
+msgid "array data types are not binary-compatible"
+msgstr "tipos de dado de matriz não são compatíveis no formato binário"
-#: gram.y:12751
-msgid "OUT and INOUT arguments aren't allowed in TABLE functions"
-msgstr "argumentos OUT e INOUT não são permitidos em funções TABLE"
+#: commands/functioncmds.c:1680
+msgid "domain data types must not be marked binary-compatible"
+msgstr "tipos de dado de domínio não são compatíveis no formato binário"
-#: gram.y:12852
-msgid "multiple COLLATE clauses not allowed"
-msgstr "múltiplas cláusulas COLLATE não são permitidas"
+#: commands/functioncmds.c:1690
+msgid "source data type and target data type are the same"
+msgstr "tipo de dado fonte e tipo de dado alvo são o mesmo"
-#. translator: %s is CHECK, UNIQUE, or similar
-#: gram.y:12890 gram.y:12903
+#: commands/functioncmds.c:1723
#, c-format
-msgid "%s constraints cannot be marked DEFERRABLE"
-msgstr "restrições %s não podem ser marcadas DEFERRABLE"
+msgid "cast from type %s to type %s already exists"
+msgstr "conversão do tipo %s para tipo %s já existe"
-#. translator: %s is CHECK, UNIQUE, or similar
-#: gram.y:12916
+#: commands/functioncmds.c:1803
#, c-format
-msgid "%s constraints cannot be marked NOT VALID"
-msgstr "restrições %s não podem ser marcadas NOT VALID"
+msgid "cast from type %s to type %s does not exist, skipping"
+msgstr "conversão do tipo %s para tipo %s não existe, ignorando"
-#: parser/scansup.c:190
+#: commands/functioncmds.c:1841
#, c-format
-msgid "identifier \"%s\" will be truncated to \"%s\""
-msgstr "identificador \"%s\" será truncado para \"%s\""
+msgid "cast from type %s to type %s does not exist"
+msgstr "conversão do tipo %s para tipo %s não existe"
-#: parser/parse_utilcmd.c:182
+#: commands/functioncmds.c:1929
#, c-format
-msgid "relation \"%s\" already exists, skipping"
-msgstr "relação \"%s\" já existe, ignorando"
+msgid "function \"%s\" already exists in schema \"%s\""
+msgstr "função \"%s\" já existe no esquema \"%s\""
-#: parser/parse_utilcmd.c:335
-msgid "array of serial is not implemented"
-msgstr "matriz de serial não está implementada"
+#: commands/functioncmds.c:2003
+msgid "no inline code specified"
+msgstr "código incorporado não foi especificado"
-#: parser/parse_utilcmd.c:383
+#: commands/functioncmds.c:2051
#, c-format
-msgid "%s will create implicit sequence \"%s\" for serial column \"%s.%s\""
-msgstr "%s criará sequência implícita \"%s\" para coluna serial \"%s.%s\""
+msgid "language \"%s\" does not support inline code execution"
+msgstr "linguagem \"%s\" não suporta execução de código incorporado"
-#: parser/parse_utilcmd.c:484 parser/parse_utilcmd.c:496
+#: commands/tsearchcmds.c:117 commands/tsearchcmds.c:1044
#, c-format
-msgid ""
-"conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\""
-msgstr ""
-"declarações NULL/NOT NULL conflitantes para coluna \"%s\" da tabela \"%s\""
+msgid "function %s should return type %s"
+msgstr "função %s deve retornar tipo %s"
+
+#: commands/tsearchcmds.c:189
+msgid "must be superuser to create text search parsers"
+msgstr "deve ser super-usuário para criar analisadores de busca textual"
+
+#: commands/tsearchcmds.c:237
+#, c-format
+msgid "text search parser parameter \"%s\" not recognized"
+msgstr "parâmetro do analisador de busca textual \"%s\" é desconhecido"
+
+#: commands/tsearchcmds.c:247
+msgid "text search parser start method is required"
+msgstr "método start do analisador de busca textual é requerido"
+
+#: commands/tsearchcmds.c:252
+msgid "text search parser gettoken method is required"
+msgstr "método gettoken do analisador de busca textual é requerido"
+
+#: commands/tsearchcmds.c:257
+msgid "text search parser end method is required"
+msgstr "método end do analisador de busca textual é requerido"
+
+#: commands/tsearchcmds.c:262
+msgid "text search parser lextypes method is required"
+msgstr "método lextypes do analisador de busca textual é requerido"
+
+#: commands/tsearchcmds.c:297
+msgid "must be superuser to drop text search parsers"
+msgstr "deve ser super-usuário para remover analisadores de busca textual"
+
+#: commands/tsearchcmds.c:326
+#, c-format
+msgid "text search parser \"%s\" does not exist, skipping"
+msgstr "analisador de busca textual \"%s\" não existe, ignorando"
-#: parser/parse_utilcmd.c:508
+#: commands/tsearchcmds.c:381
+msgid "must be superuser to rename text search parsers"
+msgstr "deve ser super-usuário para renomear analisadores de busca textual"
+
+#: commands/tsearchcmds.c:399
#, c-format
-msgid "multiple default values specified for column \"%s\" of table \"%s\""
-msgstr ""
-"valores padrão múltiplos especificados para coluna \"%s\" da tabela \"%s\""
+msgid "text search parser \"%s\" already exists"
+msgstr "analisador de busca textual \"%s\" já existe"
-#: parser/parse_utilcmd.c:623 parser/parse_utilcmd.c:1723
-#: commands/tablecmds.c:1360
+#: commands/tsearchcmds.c:525
#, c-format
-msgid "inherited relation \"%s\" is not a table"
-msgstr "relação herdada \"%s\" não é uma tabela"
+msgid "text search template \"%s\" does not accept options"
+msgstr "modelo de busca textual \"%s\" não aceita opções"
-#: parser/parse_utilcmd.c:776 parser/parse_utilcmd.c:1154
-#: parser/parse_utilcmd.c:1230 commands/tablecmds.c:1569
-msgid "cannot convert whole-row table reference"
-msgstr "não pode converter referência a todo registro da tabela"
+#: commands/tsearchcmds.c:598
+msgid "text search template is required"
+msgstr "modelo de busca textual é requerido"
-#: parser/parse_utilcmd.c:777 commands/tablecmds.c:1570
+#: commands/tsearchcmds.c:667
#, c-format
-msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"."
-msgstr ""
-"Restrição \"%s\" contém uma referência a todo registro da tabela \"%s\"."
+msgid "text search dictionary \"%s\" already exists"
+msgstr "dicionário de busca textual \"%s\" já existe"
-#: parser/parse_utilcmd.c:1155 parser/parse_utilcmd.c:1231
+#: commands/tsearchcmds.c:775
#, c-format
-msgid "Index \"%s\" contains a whole-row table reference."
-msgstr "índice \"%s\" contém uma referência a todo registro da tabela."
+msgid "text search dictionary \"%s\" does not exist, skipping"
+msgstr "dicionário de busca textual \"%s\" não existe, ignorando"
+
+#: commands/tsearchcmds.c:1108
+msgid "must be superuser to create text search templates"
+msgstr "deve ser super-usuário para criar modelos de busca textual"
-#: parser/parse_utilcmd.c:1352 parser/parse_utilcmd.c:1438 catalog/index.c:202
+#: commands/tsearchcmds.c:1145
#, c-format
-msgid "multiple primary keys for table \"%s\" are not allowed"
-msgstr "chaves primárias múltiplas na tabela \"%s\" não são permitidas"
+msgid "text search template parameter \"%s\" not recognized"
+msgstr "parâmetro do modelo de busca textual \"%s\" é desconhecido"
-#: parser/parse_utilcmd.c:1496
-msgid "cannot use an existing index in CREATE TABLE"
-msgstr "não pode utilizar um índice existente em CREATE TABLE"
+#: commands/tsearchcmds.c:1155
+msgid "text search template lexize method is required"
+msgstr "método lexize do modelo de busca textual é requerido"
-#: parser/parse_utilcmd.c:1505 commands/tablecmds.c:219
-#, c-format
-msgid "index \"%s\" does not exist"
-msgstr "índice \"%s\" não existe"
+#: commands/tsearchcmds.c:1193
+msgid "must be superuser to rename text search templates"
+msgstr "deve ser super-usuário para renomear modelos de busca textual"
-#: parser/parse_utilcmd.c:1516
+#: commands/tsearchcmds.c:1212
#, c-format
-msgid "index \"%s\" is already associated with a constraint"
-msgstr "índice \"%s\" já está associado com a restrição"
+msgid "text search template \"%s\" already exists"
+msgstr "modelo de busca textual \"%s\" já existe"
-#: parser/parse_utilcmd.c:1524
-#, c-format
-msgid "index \"%s\" does not belong to table \"%s\""
-msgstr "índice \"%s\" não pertence a tabela \"%s\""
+#: commands/tsearchcmds.c:1281
+msgid "must be superuser to drop text search templates"
+msgstr "deve ser super-usuário para remover modelos de busca textual"
-#: parser/parse_utilcmd.c:1531
+#: commands/tsearchcmds.c:1310
#, c-format
-msgid "index \"%s\" is not valid"
-msgstr "índice \"%s\" não é válido"
+msgid "text search template \"%s\" does not exist, skipping"
+msgstr "modelo de busca textual \"%s\" não existe, ignorando"
-#: parser/parse_utilcmd.c:1537
+#: commands/tsearchcmds.c:1508
#, c-format
-msgid "index \"%s\" is not ready"
-msgstr "índice \"%s\" não está pronto"
+msgid "text search configuration parameter \"%s\" not recognized"
+msgstr "parâmetro de configuração de busca textual \"%s\" é desconhecido"
-#: parser/parse_utilcmd.c:1543
-#, c-format
-msgid "\"%s\" is not a unique index"
-msgstr "\"%s\" não é um índice único"
+#: commands/tsearchcmds.c:1515
+msgid "cannot specify both PARSER and COPY options"
+msgstr "não pode especificar ambas opções PARSER e COPY"
-#: parser/parse_utilcmd.c:1544 parser/parse_utilcmd.c:1551
-#: parser/parse_utilcmd.c:1558 parser/parse_utilcmd.c:1628
-msgid "Cannot create a primary key or unique constraint using such an index."
-msgstr ""
-"Não pode criar uma chave primária ou restrição de unicidade utilizando esse "
-"índice."
+#: commands/tsearchcmds.c:1543
+msgid "text search parser is required"
+msgstr "analisador de busca textual é requerido"
-#: parser/parse_utilcmd.c:1550
+#: commands/tsearchcmds.c:1652
#, c-format
-msgid "index \"%s\" contains expressions"
-msgstr "índice \"%s\" contém expressões"
+msgid "text search configuration \"%s\" already exists"
+msgstr "configuração de busca textual \"%s\" já existe"
-#: parser/parse_utilcmd.c:1557
+#: commands/tsearchcmds.c:1759
#, c-format
-msgid "\"%s\" is a partial index"
-msgstr "\"%s\" é um índice parcial"
+msgid "text search configuration \"%s\" does not exist, skipping"
+msgstr "configuração de busca textual \"%s\" não existe, ignorando"
-#: parser/parse_utilcmd.c:1569
+#: commands/tsearchcmds.c:1981
#, c-format
-msgid "\"%s\" is a deferrable index"
-msgstr "\"%s\" não é um índice postergável"
-
-#: parser/parse_utilcmd.c:1570
-msgid "Cannot create a non-deferrable constraint using a deferrable index."
-msgstr ""
-"Não pode criar uma restrição de unicidade não-postergável utilizando um "
-"índice postergável."
+msgid "token type \"%s\" does not exist"
+msgstr "tipo de elemento \"%s\" não existe"
-#: parser/parse_utilcmd.c:1583 access/nbtree/nbtpage.c:161
-#: access/nbtree/nbtpage.c:365
+#: commands/tsearchcmds.c:2203
#, c-format
-msgid "index \"%s\" is not a btree"
-msgstr "índice \"%s\" não é uma árvore B"
+msgid "mapping for token type \"%s\" does not exist"
+msgstr "mapeamento para tipo de elemento \"%s\" não existe"
-#: parser/parse_utilcmd.c:1627
+#: commands/tsearchcmds.c:2209
#, c-format
-msgid "index \"%s\" does not have default sorting behavior"
-msgstr "índice \"%s\" não tem comportamento de ordenação padrão"
+msgid "mapping for token type \"%s\" does not exist, skipping"
+msgstr "mapeamento para tipo de elemento \"%s\" não existe, ignorando"
-#: parser/parse_utilcmd.c:1760 commands/indexcmds.c:841
+#: commands/tsearchcmds.c:2362 commands/tsearchcmds.c:2473
#, c-format
-msgid "column \"%s\" named in key does not exist"
-msgstr "coluna \"%s\" indicada na chave não existe"
+msgid "invalid parameter list format: \"%s\""
+msgstr "formato de lista de parâmetros é inválido: \"%s\""
-#: parser/parse_utilcmd.c:1772
+#: commands/extension.c:149 commands/extension.c:2470
#, c-format
-msgid "column \"%s\" appears twice in primary key constraint"
-msgstr "coluna \"%s\" aparece duas vezes na restrição de chave primária"
+msgid "extension \"%s\" does not exist"
+msgstr "extensão \"%s\" não existe"
-#: parser/parse_utilcmd.c:1778
+#: commands/extension.c:248 commands/extension.c:257 commands/extension.c:269
+#: commands/extension.c:279
#, c-format
-msgid "column \"%s\" appears twice in unique constraint"
-msgstr "coluna \"%s\" aparece duas vezes na restrição de unicidade"
-
-#: parser/parse_utilcmd.c:1943
-msgid "index expression cannot return a set"
-msgstr "expressão de índice não pode retornar um conjunto"
-
-#: parser/parse_utilcmd.c:1953
-msgid ""
-"index expressions and predicates can refer only to the table being indexed"
-msgstr ""
-"expressões e predicados de índice só podem referenciar a tabela que está "
-"sendo indexada"
+msgid "invalid extension name: \"%s\""
+msgstr "nome de extensão é inválido: \"%s\""
-#: parser/parse_utilcmd.c:2050
-msgid "rule WHERE condition cannot contain references to other relations"
-msgstr "condição WHERE de regra não pode conter referências a outras relações"
+#: commands/extension.c:249
+msgid "Extension names must not be empty."
+msgstr "Nomes de extensão não devem ser vazios."
-#: parser/parse_utilcmd.c:2056
-msgid "cannot use aggregate function in rule WHERE condition"
-msgstr "não pode utilizar função de agregação em condição WHERE de regra"
+#: commands/extension.c:258
+msgid "Extension names must not contain \"--\"."
+msgstr "Nomes de extensão não devem conter \"--\"."
-#: parser/parse_utilcmd.c:2060
-msgid "cannot use window function in rule WHERE condition"
-msgstr "não pode utilizar função deslizante em condição WHERE de regra"
+#: commands/extension.c:270
+msgid "Extension names must not begin or end with \"-\"."
+msgstr "Nomes de extensão não devem começar ou terminar com \"-\"."
-#: parser/parse_utilcmd.c:2132
-msgid ""
-"rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE "
-"actions"
+#: commands/extension.c:280
+msgid "Extension names must not contain directory separator characters."
msgstr ""
-"regras com condições WHERE só podem ter ações SELECT, INSERT, UPDATE ou "
-"DELETE"
-
-#: parser/parse_utilcmd.c:2168
-msgid "ON SELECT rule cannot use OLD"
-msgstr "regra ON SELECT não pode utilizar OLD"
-
-#: parser/parse_utilcmd.c:2172
-msgid "ON SELECT rule cannot use NEW"
-msgstr "regra ON SELECT não pode utilizar NEW"
-
-#: parser/parse_utilcmd.c:2181
-msgid "ON INSERT rule cannot use OLD"
-msgstr "regra ON INSERT não pode utilizar OLD"
-
-#: parser/parse_utilcmd.c:2187
-msgid "ON DELETE rule cannot use NEW"
-msgstr "regra ON DELETE não pode utilizar NEW"
+"Nomes de extensões não devem conter caracteres separadores de diretórios."
-#: parser/parse_utilcmd.c:2215
-msgid "cannot refer to OLD within WITH query"
-msgstr "não pode referenciar OLD em uma consulta WITH"
+#: commands/extension.c:295 commands/extension.c:304 commands/extension.c:313
+#: commands/extension.c:323
+#, c-format
+msgid "invalid extension version name: \"%s\""
+msgstr "nome de versão da extensão é inválido: \"%s\""
-#: parser/parse_utilcmd.c:2222
-msgid "cannot refer to NEW within WITH query"
-msgstr "não pode referenciar NEW em uma consulta WITH"
+#: commands/extension.c:296
+msgid "Version names must not be empty."
+msgstr "Nomes de versão não devem ser vazios."
-#: parser/parse_utilcmd.c:2505
-msgid "misplaced DEFERRABLE clause"
-msgstr "cláusula DEFERRABLE no lugar errado"
+#: commands/extension.c:305
+msgid "Version names must not contain \"--\"."
+msgstr "Nomes de versão não devem conter \"--\"."
-#: parser/parse_utilcmd.c:2510 parser/parse_utilcmd.c:2525
-msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
-msgstr "múltiplas cláusulas DEFERRABLE/NOT DEFERRABLE não são permitidas"
+#: commands/extension.c:314
+msgid "Version names must not begin or end with \"-\"."
+msgstr "Nomes de versão não devem começar ou terminar com \"-\"."
-#: parser/parse_utilcmd.c:2520
-msgid "misplaced NOT DEFERRABLE clause"
-msgstr "cláusula NOT DEFERRABLE no lugar errado"
+#: commands/extension.c:324
+msgid "Version names must not contain directory separator characters."
+msgstr "Nomes de versão não devem conter caracteres separadores de diretórios."
-#: parser/parse_utilcmd.c:2541
-msgid "misplaced INITIALLY DEFERRED clause"
-msgstr "cláusula INITIALLY DEFERRED no lugar errado"
+#: commands/extension.c:474
+#, c-format
+msgid "could not open extension control file \"%s\": %m"
+msgstr "não pôde abrir arquivo de controle da extensão \"%s\": %m"
-#: parser/parse_utilcmd.c:2546 parser/parse_utilcmd.c:2572
-msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
-msgstr "múltiplas cláusulas INITTIALLY IMMEDIATE/DEFERRED não são permitidas"
+#: commands/extension.c:495 commands/extension.c:505
+#, c-format
+msgid "parameter \"%s\" cannot be set in a secondary extension control file"
+msgstr ""
+"parâmetro \"%s\" não pode ser definido em um segundo arquivo de controle da "
+"extensão"
-#: parser/parse_utilcmd.c:2567
-msgid "misplaced INITIALLY IMMEDIATE clause"
-msgstr "cláusula INITIALLY IMMEDIATE no lugar errado"
+#: commands/extension.c:544
+#, c-format
+msgid "\"%s\" is not a valid encoding name"
+msgstr "\"%s\" não é um nome de codificação válido"
-#: parser/parse_utilcmd.c:2612 parser/parse_type.c:492
-#: parser/parse_expr.c:2150 commands/typecmds.c:843 commands/indexcmds.c:938
+#: commands/extension.c:558
#, c-format
-msgid "collations are not supported by type %s"
-msgstr "ordenações não são suportadas pelo tipo %s"
+msgid "parameter \"%s\" must be a list of extension names"
+msgstr "parâmetro \"%s\" deve ser uma lista de nomes de extensões"
-#: parser/parse_utilcmd.c:2758
+#: commands/extension.c:565
#, c-format
+msgid "unrecognized parameter \"%s\" in file \"%s\""
+msgstr "parâmetro \"%s\" desconhecido em arquivo \"%s\""
+
+#: commands/extension.c:574
+msgid "parameter \"schema\" cannot be specified when \"relocatable\" is true"
+msgstr ""
+"parâmetro \"schema\" não pode ser especificado quando \"relocatable\" é "
+"verdadeiro"
+
+#: commands/extension.c:726
msgid ""
-"CREATE specifies a schema (%s) different from the one being created (%s)"
+"transaction control statements are not allowed within an extension script"
msgstr ""
-"CREATE especificou um esquema (%s) diferente daquele que foi criado (%s)"
+"comandos de controle de transação não são permitidos dentro do script da "
+"extensão"
-#: parser/parse_type.c:83
+#: commands/extension.c:794
#, c-format
-msgid "improper %%TYPE reference (too few dotted names): %s"
-msgstr "referência a %%TYPE é inválida (nomes com poucos pontos): %s"
+msgid "permission denied to create extension \"%s\""
+msgstr "permissão negada ao criar extensão \"%s\""
-#: parser/parse_type.c:105
-#, c-format
-msgid "improper %%TYPE reference (too many dotted names): %s"
-msgstr "referência a %%TYPE é inválida (nomes com muitos pontos): %s"
+#: commands/extension.c:796
+msgid "Must be superuser to create this extension."
+msgstr "Deve ser super-usuário para criar uma extensão."
-#: parser/parse_type.c:127
+#: commands/extension.c:800
#, c-format
-msgid "type reference %s converted to %s"
-msgstr "referência a tipo %s convertido para %s"
+msgid "permission denied to update extension \"%s\""
+msgstr "permissão negada ao atualizar extensão \"%s\""
+
+#: commands/extension.c:802
+msgid "Must be superuser to update this extension."
+msgstr "Deve ser super-usuário para atualizar esta extensão."
-#: parser/parse_type.c:278 commands/functioncmds.c:134
+#: commands/extension.c:1084
#, c-format
-msgid "type modifier cannot be specified for shell type \"%s\""
+msgid ""
+"extension \"%s\" has no update path from version \"%s\" to version \"%s\""
msgstr ""
-"modificador de tipo não pode ser especificado para tipo indefinido \"%s\""
+"extensão \"%s\" não possui caminho de atualização da versão \"%s\" para "
+"versão \"%s\""
-#: parser/parse_type.c:287
+#: commands/extension.c:1211
#, c-format
-msgid "type modifier is not allowed for type \"%s\""
-msgstr "modificador de tipo não é permitido para tipo \"%s\""
-
-#: parser/parse_type.c:330
-msgid "type modifiers must be simple constants or identifiers"
-msgstr "modificadores de tipo devem ser constantes ou identificadores"
+msgid "extension \"%s\" already exists, skipping"
+msgstr "extensão \"%s\" já existe, ignorando"
-#: parser/parse_type.c:641 parser/parse_type.c:740
+#: commands/extension.c:1218
#, c-format
-msgid "invalid type name \"%s\""
-msgstr "nome de tipo \"%s\" é inválido"
+msgid "extension \"%s\" already exists"
+msgstr "extensão \"%s\" já existe"
-#: parser/parse_target.c:382 parser/parse_target.c:670
-#, c-format
-msgid "cannot assign to system column \"%s\""
-msgstr "não pode atribuir a coluna do sistema \"%s\""
+#: commands/extension.c:1229
+msgid "nested CREATE EXTENSION is not supported"
+msgstr "CREATE EXTENSION aninhado não é suportado"
-#: parser/parse_target.c:410
-msgid "cannot set an array element to DEFAULT"
-msgstr "não pode definir um elemento de matriz como sendo o valor DEFAULT"
+#: commands/extension.c:1284 commands/extension.c:2530
+msgid "version to install must be specified"
+msgstr "versão a ser instalada deve ser especificada"
-#: parser/parse_target.c:415
-msgid "cannot set a subfield to DEFAULT"
-msgstr "não pode definir um subcampo como sendo o valor DEFAULT"
+#: commands/extension.c:1301
+#, c-format
+msgid "FROM version must be different from installation target version \"%s\""
+msgstr "versão do FROM deve ser diferente da versão da instalação \"%s\""
-#: parser/parse_target.c:484
+#: commands/extension.c:1356
#, c-format
-msgid "column \"%s\" is of type %s but expression is of type %s"
-msgstr "coluna \"%s\" é do tipo %s mas expressão é do tipo %s"
+msgid "extension \"%s\" must be installed in schema \"%s\""
+msgstr "extensão \"%s\" deve ser instalada no esquema \"%s\""
-#: parser/parse_target.c:617 parser/parse_expr.c:418
-msgid "row expansion via \"*\" is not supported here"
-msgstr "expansão de registro utilizando \"*\" não é suportada aqui"
+#: commands/extension.c:1435 commands/extension.c:2671
+#, c-format
+msgid "required extension \"%s\" is not installed"
+msgstr "extensão requerida \"%s\" não está instalada"
-#: parser/parse_target.c:654
+#: commands/extension.c:1604
#, c-format
-msgid ""
-"cannot assign to field \"%s\" of column \"%s\" because its type %s is not a "
-"composite type"
-msgstr ""
-"não pode atribuir ao campo \"%s\" da coluna \"%s\" porque seu tipo %s não é "
-"um tipo composto"
+msgid "extension \"%s\" does not exist, skipping"
+msgstr "extensão \"%s\" não existe, ignorando"
-#: parser/parse_target.c:663
+#: commands/extension.c:1659
#, c-format
-msgid ""
-"cannot assign to field \"%s\" of column \"%s\" because there is no such "
-"column in data type %s"
+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:1711 commands/extension.c:1820
+#: commands/extension.c:2013 commands/prepare.c:755 utils/mmgr/portalmem.c:989
+#: replication/walsender.c:1415 foreign/foreign.c:355
+msgid "materialize mode required, but it is not allowed in this context"
msgstr ""
-"não pode atribuir ao campo \"%s\" da coluna \"%s\" porque não há tal coluna "
-"no tipo de dado %s"
+"modo de materialização é requerido, mas ele não é permitido neste contexto"
-#: parser/parse_target.c:730
-#, c-format
+#: commands/extension.c:2129
msgid ""
-"array assignment to \"%s\" requires type %s but expression is of type %s"
+"pg_extension_config_dump() can only be called from an SQL script executed by "
+"CREATE EXTENSION"
msgstr ""
-"atribuição de matriz para \"%s\" requer tipo %s mas expressão é do tipo %s"
+"pg_extension_config_dump() só pode ser chamada de um script SQL executado "
+"por CREATE EXTENSION"
-#: parser/parse_target.c:740
+#: commands/extension.c:2141
#, c-format
-msgid "subfield \"%s\" is of type %s but expression is of type %s"
-msgstr "subcampo \"%s\" é do tipo %s mas expressão é do tipo %s"
+msgid "OID %u does not refer to a table"
+msgstr "OID %u não se refere a uma tabela"
-#: parser/parse_target.c:829 parser/parse_expr.c:1670 parser/parse_expr.c:2119
-#: parser/parse_coerce.c:932 parser/parse_coerce.c:962
-#: parser/parse_coerce.c:980 parser/parse_coerce.c:995
+#: commands/extension.c:2146
#, c-format
-msgid "cannot cast type %s to %s"
-msgstr "não pode converter tipo %s para %s"
+msgid "table \"%s\" is not a member of the extension being created"
+msgstr "tabela \"%s\" não é um membro da extensão que está sendo criada"
-#: parser/parse_target.c:911 parser/parse_target.c:922 commands/trigger.c:601
-#: commands/tablecmds.c:1325 commands/copy.c:3799
+#: commands/extension.c:2300
#, c-format
-msgid "column \"%s\" specified more than once"
-msgstr "coluna \"%s\" especificada mais de uma vez"
+msgid ""
+"cannot move extension \"%s\" into schema \"%s\" because the extension "
+"contains the schema"
+msgstr ""
+"não pode mover extensão \"%s\" para esquema \"%s\" porque a extensão contém o esquema"
-#: parser/parse_target.c:1064 parser/parse_relation.c:478
-#: parser/parse_relation.c:551 parser/parse_expr.c:741
+#: commands/extension.c:2340 commands/extension.c:2399
#, c-format
-msgid "column reference \"%s\" is ambiguous"
-msgstr "referência à coluna \"%s\" é ambígua"
+msgid "extension \"%s\" does not support SET SCHEMA"
+msgstr "extensão \"%s\" não suporta SET SCHEMA"
-#: parser/parse_target.c:1085 parser/parse_expr.c:775 catalog/namespace.c:2389
+#: commands/extension.c:2401
#, c-format
-msgid "cross-database references are not implemented: %s"
-msgstr "referências cruzadas entre bancos de dados não estão implementadas: %s"
+msgid "%s is not in the extension's schema \"%s\""
+msgstr "%s não está no esquema da extensão \"%s\""
-#: parser/parse_target.c:1126
-msgid "SELECT * with no tables specified is not valid"
-msgstr "SELECT * sem tabelas especificadas não é válido"
+#: commands/extension.c:2450
+msgid "nested ALTER EXTENSION is not supported"
+msgstr "ALTER EXTENSION aninhado não é suportado"
-#: parser/parse_relation.c:147
+#: commands/extension.c:2541
#, c-format
-msgid "table reference \"%s\" is ambiguous"
-msgstr "referência a tabela \"%s\" é ambígua"
+msgid "version \"%s\" of extension \"%s\" is already installed"
+msgstr "versao \"%s\" da extensão \"%s\" já está instalada"
-#: parser/parse_relation.c:183
+#: commands/extension.c:2776
#, c-format
-msgid "table reference %u is ambiguous"
-msgstr "referência a tabela %u é ambígua"
+msgid ""
+"cannot add schema \"%s\" to extension \"%s\" because the schema contains the "
+"extension"
+msgstr ""
+"não pode adicionar esquema \"%s\" a extensão \"%s\" porque o esquema contém a extensão"
-#: parser/parse_relation.c:343
+#: commands/extension.c:2794
#, c-format
-msgid "table name \"%s\" specified more than once"
-msgstr "nome da tabela \"%s\" foi especificado mais de uma vez"
+msgid "%s is not a member of extension \"%s\""
+msgstr "%s não é um membro da extensão \"%s\""
-#: parser/parse_relation.c:754 parser/parse_relation.c:1045
-#: parser/parse_relation.c:1432
-#, c-format
-msgid "table \"%s\" has %d columns available but %d columns specified"
-msgstr ""
-"tabela \"%s\" tem %d colunas disponíveis mas %d colunas foram especificadas"
+#: commands/prepare.c:71
+msgid "invalid statement name: must not be empty"
+msgstr "nome de comando é inválido: não deve ser vazio"
-#: parser/parse_relation.c:784
+#: commands/prepare.c:122 tcop/postgres.c:1269 parser/parse_param.c:303
#, c-format
-msgid "too many column aliases specified for function %s"
-msgstr "muitos aliases de coluna especificados para função %s"
+msgid "could not determine data type of parameter $%d"
+msgstr "não pôde determinar o tipo de dado do parâmetro $%d"
+
+#: commands/prepare.c:140
+msgid "utility statements cannot be prepared"
+msgstr "comandos utilitários não podem ser preparados"
+
+#: commands/prepare.c:240 commands/prepare.c:247 commands/prepare.c:706
+msgid "prepared statement is not a SELECT"
+msgstr "comando preparado não é um SELECT"
-#: parser/parse_relation.c:835 commands/lockcmds.c:122 catalog/namespace.c:285
+#: commands/prepare.c:314
#, c-format
-msgid "relation \"%s.%s\" does not exist"
-msgstr "relação \"%s.%s\" não existe"
+msgid "wrong number of parameters for prepared statement \"%s\""
+msgstr "número incorreto de parâmetros para comando preparado \"%s\""
-#: parser/parse_relation.c:850
+#: commands/prepare.c:316
#, c-format
-msgid ""
-"There is a WITH item named \"%s\", but it cannot be referenced from this "
-"part of the query."
-msgstr ""
-"Há um item WITH nomeado \"%s\", mas ele não pode ser referenciado desta "
-"parte da consulta."
+msgid "Expected %d parameters but got %d."
+msgstr "Esperado %d parâmetros mas recebeu %d."
-#: parser/parse_relation.c:852
-msgid ""
-"Use WITH RECURSIVE, or re-order the WITH items to remove forward references."
-msgstr ""
-"Utilize WITH RECURSIVE ou reordene os itens WITH para remover referências "
-"posteriores."
+#: commands/prepare.c:345
+msgid "cannot use subquery in EXECUTE parameter"
+msgstr "não pode utilizar subconsulta no parâmetro EXECUTE"
-#: parser/parse_relation.c:1125
-msgid ""
-"a column definition list is only allowed for functions returning \"record\""
-msgstr ""
-"uma lista de definição de colunas somente é permitida para funções que "
-"retornam \"record\""
+#: commands/prepare.c:349
+msgid "cannot use aggregate function in EXECUTE parameter"
+msgstr "não pode utilizar função de agregação no parâmetro EXECUTE"
-#: parser/parse_relation.c:1133
-msgid "a column definition list is required for functions returning \"record\""
-msgstr ""
-"uma lista de definição de colunas é requerida para funções que retornam "
-"\"record\""
+#: commands/prepare.c:353
+msgid "cannot use window function in EXECUTE parameter"
+msgstr "não pode utilizar função deslizante no parâmetro EXECUTE"
-#: parser/parse_relation.c:1169 access/common/tupdesc.c:575
+#: commands/prepare.c:366
#, c-format
-msgid "column \"%s\" cannot be declared SETOF"
-msgstr "coluna \"%s\" não pode ser declarada SETOF"
+msgid "parameter $%d of type %s cannot be coerced to the expected type %s"
+msgstr "parâmetro $%d do tipo %s não pode ser convertido para tipo esperado %s"
-#: parser/parse_relation.c:1184
+#: commands/prepare.c:467
#, c-format
-msgid "function \"%s\" in FROM has unsupported return type %s"
-msgstr "função \"%s\" no FROM tem tipo de retorno %s que não é suportado"
+msgid "prepared statement \"%s\" already exists"
+msgstr "comando preparado \"%s\" já existe"
+
+#: commands/prepare.c:525
+#, c-format
+msgid "prepared statement \"%s\" does not exist"
+msgstr "comando preparado \"%s\" não existe"
-#: parser/parse_relation.c:1258
+#: commands/constraint.c:59 utils/adt/ri_triggers.c:3080
#, c-format
-msgid "VALUES lists \"%s\" have %d columns available but %d columns specified"
-msgstr ""
-"listas de VALUES \"%s\" tem %d colunas disponíveis mas %d colunas foram "
-"especificadas"
+msgid "function \"%s\" was not called by trigger manager"
+msgstr "função \"%s\" não foi chamada pelo gerenciador de gatilhos"
-#: parser/parse_relation.c:1314
+#: commands/constraint.c:66 utils/adt/ri_triggers.c:3089
#, c-format
-msgid "joins can have at most %d columns"
-msgstr "junções podem ter no máximo %d colunas"
+msgid "function \"%s\" must be fired AFTER ROW"
+msgstr "função \"%s\" deve ser disparada no AFTER ROW"
-#: parser/parse_relation.c:1405
+#: commands/constraint.c:80 utils/adt/ri_triggers.c:3110
#, c-format
-msgid "WITH query \"%s\" does not have a RETURNING clause"
-msgstr "consulta WITH \"%s\" não tem uma cláusula RETURNING"
+msgid "function \"%s\" must be fired for INSERT or UPDATE"
+msgstr "função \"%s\" deve ser disparada pelo INSERT ou UPDATE"
-#: parser/parse_relation.c:2087
+#: nodes/nodeFuncs.c:114 nodes/nodeFuncs.c:140 parser/parse_oper.c:948
+#: parser/parse_coerce.c:1671 parser/parse_coerce.c:1688
+#: parser/parse_coerce.c:1750 parser/parse_expr.c:1636 parser/parse_func.c:367
#, c-format
-msgid "column %d of relation \"%s\" does not exist"
-msgstr "coluna %d da relação \"%s\" não existe"
+msgid "could not find array type for data type %s"
+msgstr "não pôde encontrar tipo array para tipo de dado %s"
-#: parser/parse_relation.c:2471
+#: port/win32/signal.c:189
#, c-format
-msgid "invalid reference to FROM-clause entry for table \"%s\""
-msgstr "referência inválida para tabela \"%s\" na cláusula FROM"
+msgid "could not create signal listener pipe for PID %d: error code %d"
+msgstr ""
+"não pôde criar pipe que espera por sinal para PID %d: código de erro %d"
-#: parser/parse_relation.c:2474
+#: port/win32/signal.c:269 port/win32/signal.c:301
#, c-format
-msgid "Perhaps you meant to reference the table alias \"%s\"."
-msgstr "Talvez você quisesse referenciar o aliás de tabela \"%s\"."
+msgid "could not create signal listener pipe: error code %d; retrying\n"
+msgstr ""
+"não pôde criar pipe que espera por sinal: código de erro %d; tentando "
+"novamente\n"
-#: parser/parse_relation.c:2476
+#: port/win32/signal.c:312
#, c-format
+msgid "could not create signal dispatch thread: error code %d\n"
+msgstr "não pôde criar thread emissor de sinal: código de erro %d\n"
+
+#: port/win32/crashdump.c:108
+msgid "could not load dbghelp.dll, cannot write crash dump\n"
+msgstr ""
+"não pôde carregar dbghelp.dll, não pode escrever arquivo de despejo de "
+"memória\n"
+
+#: port/win32/crashdump.c:116
msgid ""
-"There is an entry for table \"%s\", but it cannot be referenced from this "
-"part of the query."
+"could not load required functions in dbghelp.dll, cannot write crash dump\n"
msgstr ""
-"Há uma entrada para tabela \"%s\", mas ela não pode ser referenciada desta "
-"parta da consulta."
+"não pôde carregar funções requeridas em dbghelp.dll, não pode escrever "
+"arquivo de despejo de memória\n"
-#: parser/parse_relation.c:2482
+#: port/win32/crashdump.c:147
#, c-format
-msgid "missing FROM-clause entry for table \"%s\""
-msgstr "faltando entrada para tabela \"%s\" na cláusula FROM"
+msgid "could not open crash dump file \"%s\" for writing: error code %u\n"
+msgstr ""
+"não pôde abrir arquivo de despejo de memória \"%s\" para escrita: código de "
+"erro %u\n"
-#: parser/parse_param.c:109 parser/parse_param.c:141 parser/parse_param.c:198
-#: parser/parse_param.c:297 parser/parse_expr.c:809
+#: port/win32/crashdump.c:154
#, c-format
-msgid "there is no parameter $%d"
-msgstr "não há parâmetro $%d"
+msgid "wrote crash dump to file \"%s\"\n"
+msgstr "escreveu despejo de memória para arquivo \"%s\"\n"
-#: parser/parse_param.c:215
+#: port/win32/crashdump.c:156
#, c-format
-msgid "inconsistent types deduced for parameter $%d"
-msgstr "tipos inconsitentes deduzidos do parâmetro $%d"
+msgid "could not write crash dump to file \"%s\": error code %08x\n"
+msgstr ""
+"não pôde escrever despejo de memória para arquivo \"%s\": código de erro "
+"%08x\n"
-#: parser/parse_param.c:217 parser/parse_coerce.c:1540
-#: parser/parse_coerce.c:1560 parser/parse_coerce.c:1605
-#: commands/tablecmds.c:1442 commands/tablecmds.c:1463
-#: commands/tablecmds.c:1644 commands/tablecmds.c:1666
+#: port/win32/security.c:43
#, c-format
-msgid "%s versus %s"
-msgstr "%s versus %s"
+msgid "could not open process token: error code %d\n"
+msgstr "não pôde abrir informação sobre processo: código de erro %d\n"
-#: parser/parse_oper.c:219 parser/parse_agg.c:131
+#: port/win32/security.c:63
#, c-format
-msgid "could not identify an ordering operator for type %s"
-msgstr "não pôde identificar um operador de ordenação para tipo %s"
-
-#: parser/parse_oper.c:221
-msgid "Use an explicit ordering operator or modify the query."
-msgstr "Utilize um operador de ordenação explícito ou modifique a consulta."
+msgid "could not get SID for Administrators group: error code %d\n"
+msgstr "não pôde obter SID do grupo Administrators: código de erro %d\n"
-#: parser/parse_oper.c:476
+#: port/win32/security.c:72
#, c-format
-msgid "operator requires run-time type coercion: %s"
-msgstr "operador requer conversão de tipo em tempo de execução: %s"
+msgid "could not get SID for PowerUsers group: error code %d\n"
+msgstr "não pôde obter SID do grupo PowerUsers: código de erro %d\n"
-#: parser/parse_oper.c:710
+#: port/win32_sema.c:94
#, c-format
-msgid "operator is not unique: %s"
-msgstr "operador não é único: %s"
-
-#: parser/parse_oper.c:712
-msgid ""
-"Could not choose a best candidate operator. You might need to add explicit "
-"type casts."
-msgstr ""
-"Não pôde escolher um operador que se enquadra melhor. Você precisa adicionar "
-"conversões de tipo explícitas."
-
-#: parser/parse_oper.c:720
-msgid ""
-"No operator matches the given name and argument type(s). You might need to "
-"add explicit type casts."
-msgstr ""
-"Nenhum operador corresponde com o nome e o(s) tipo(s) de argumento(s) "
-"informados. Você precisa adicionar conversões de tipo explícitas."
+msgid "could not create semaphore: error code %d"
+msgstr "não pôde criar semáforo: código de erro %d"
-#: parser/parse_oper.c:779 parser/parse_oper.c:893
+#: port/win32_sema.c:165
#, c-format
-msgid "operator is only a shell: %s"
-msgstr "operador é indefinido: %s"
-
-#: parser/parse_oper.c:881
-msgid "op ANY/ALL (array) requires array on right side"
-msgstr "op ANY/ALL (array) requer matriz no lado direito"
-
-#: parser/parse_oper.c:923
-msgid "op ANY/ALL (array) requires operator to yield boolean"
-msgstr "op ANY/ALL (array) requer operador que retorna booleano"
+msgid "could not lock semaphore: error code %d"
+msgstr "não pôde bloquear semáforo: código de erro %d"
-#: parser/parse_oper.c:928
-msgid "op ANY/ALL (array) requires operator not to return a set"
-msgstr "op ANY/ALL (array) requer operador que não retorne um conjunto"
+#: port/win32_sema.c:178
+#, c-format
+msgid "could not unlock semaphore: error code %d"
+msgstr "não pôde desbloquear semáforo: código de erro %d"
-#: parser/parse_oper.c:948 parser/parse_func.c:367 parser/parse_expr.c:1636
-#: parser/parse_coerce.c:1671 parser/parse_coerce.c:1688
-#: parser/parse_coerce.c:1750 nodes/nodeFuncs.c:114 nodes/nodeFuncs.c:140
+#: port/win32_sema.c:207
#, c-format
-msgid "could not find array type for data type %s"
-msgstr "não pôde encontrar tipo array para tipo de dado %s"
+msgid "could not try-lock semaphore: error code %d"
+msgstr "não pôde tentar bloquear semáforo: código de erro %d"
-#: parser/parse_node.c:83
+#: port/pg_sema.c:114 port/sysv_sema.c:114
#, c-format
-msgid "target lists can have at most %d entries"
-msgstr "listas de alvos podem ter no máximo %d entradas"
+msgid "could not create semaphores: %m"
+msgstr "não pôde criar semáforos: %m"
-#: parser/parse_node.c:240
+#: port/pg_sema.c:115 port/sysv_sema.c:115
#, c-format
-msgid "cannot subscript type %s because it is not an array"
-msgstr ""
-"tipo do índice de uma matriz não pode ser %s porque ele não é uma matriz"
+msgid "Failed system call was semget(%lu, %d, 0%o)."
+msgstr "Falhou ao executar chamada de sistema semget(%lu, %d, 0%o)."
-#: parser/parse_node.c:342 parser/parse_node.c:369
-msgid "array subscript must have type integer"
-msgstr "índice da matriz deve ser do tipo integer"
+#: port/pg_sema.c:119 port/sysv_sema.c:119
+msgid ""
+"This error does *not* mean that you have run out of disk space. It occurs "
+"when either the system limit for the maximum number of semaphore sets "
+"(SEMMNI), or the system wide maximum number of semaphores (SEMMNS), would be "
+"exceeded. You need to raise the respective kernel parameter. "
+"Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its "
+"max_connections parameter.\n"
+"The PostgreSQL documentation contains more information about configuring "
+"your system for PostgreSQL."
+msgstr ""
+"Esse erro *não* significa que você está sem espaço no disco. Isso ocorre "
+"quando o número máximo de conjuntos de semáforos (SEMMNI) atinge o limite do "
+"sistema ou o sistema atinge o número máximo de semáforos (SEMMNS). Você "
+"precisa aumentar o parâmetro do kernel que trata disso. Alternativamente, "
+"reduza o consumo de semáforos do PostgreSQL reduzindo o parâmetro "
+"max_connections.\n"
+"A documentação do PostgreSQL contém informações adicionais sobre como "
+"configurar seu sistema para PostgreSQL."
-#: parser/parse_node.c:393
+#: port/pg_sema.c:146 port/sysv_sema.c:146
#, c-format
-msgid "array assignment requires type %s but expression is of type %s"
-msgstr "atribuição da matriz requer tipo %s mas expressão é do tipo %s"
+msgid ""
+"You possibly need to raise your kernel's SEMVMX value to be at least %d. "
+"Look into the PostgreSQL documentation for details."
+msgstr ""
+"Você possivelmente precisa aumentar o valor SEMVMX do kernel para pelo menos "
+"%d. Veja na documentação do PostgreSQL para obter detalhes."
-#: parser/parse_func.c:91 parser/parse_func.c:323 parser/parse_func.c:640
-#: executor/execQual.c:1291
+#: port/unix_latch.c:237 port/pg_latch.c:237
+#: replication/libpqwalreceiver/libpqwalreceiver.c:233
#, 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] "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"
+msgid "select() failed: %m"
+msgstr "select() falhou: %m"
-#: parser/parse_func.c:147
+#: port/sysv_shmem.c:147 port/pg_shmem.c:147
#, c-format
-msgid "argument name \"%s\" used more than once"
-msgstr "nome de argumento \"%s\" utilizado mais de uma vez"
-
-#: parser/parse_func.c:158
-msgid "positional argument cannot follow named argument"
-msgstr "argumento posicional não pode seguir argumento nomeado"
+msgid "could not create shared memory segment: %m"
+msgstr "não pôde criar segmento de memória compartilhada: %m"
-#: parser/parse_func.c:236
+#: port/sysv_shmem.c:148 port/pg_shmem.c:148
#, c-format
-msgid "%s(*) specified, but %s is not an aggregate function"
-msgstr "%s(*) especificado, mas %s não é uma função de agregação"
+msgid "Failed system call was shmget(key=%lu, size=%lu, 0%o)."
+msgstr "Falhou ao executar chamada de sistema shmget(key=%lu, size=%lu, 0%o)."
-#: parser/parse_func.c:243
+#: port/sysv_shmem.c:152 port/pg_shmem.c:152
#, c-format
-msgid "DISTINCT specified, but %s is not an aggregate function"
-msgstr "DISTINCT especificado, mas %s não é uma função de agregação"
+msgid ""
+"This error usually means that PostgreSQL's request for a shared memory "
+"segment exceeded your kernel's SHMMAX parameter. You can either reduce the "
+"request size or reconfigure the kernel with larger SHMMAX. To reduce the "
+"request size (currently %lu bytes), reduce PostgreSQL's shared memory usage, "
+"perhaps by reducing shared_buffers or max_connections.\n"
+"If the request size is already small, it's possible that it is less than "
+"your kernel's SHMMIN parameter, in which case raising the request size or "
+"reconfiguring SHMMIN is called for.\n"
+"The PostgreSQL documentation contains more information about shared memory "
+"configuration."
+msgstr ""
+"Esse erro usualmente significa que a requisição do PostgreSQL por segmento "
+"de memória compartilhada excedeu o parâmetro do kernel SHMMAX. Você pode "
+"reduzir o tamanho requisitado ou configurar o kernel novamente com um valor "
+"maior de SHMMAX. Para reduzir o tamanho requisitado (atualmente %lu bytes), "
+"reduza o uso de memória compartilhada pelo PostgreSQL, talvez reduzindo "
+"shared_buffers ou max_connections.\n"
+"Se o tamanho requisitado já está pequeno, é possível que ele seja menor do "
+"que o parâmetro SHMMIN do kernel, nesse caso aumente o tamanho da requisição "
+"ou configure SHMMIN novamente.\n"
+"A documentação do PostgreSQL contém informações adicionais sobre "
+"configuração de memória compartilhada."
-#: parser/parse_func.c:249
+#: port/sysv_shmem.c:165 port/pg_shmem.c:165
#, c-format
-msgid "ORDER BY specified, but %s is not an aggregate function"
-msgstr "ORDER BY especificado, mas %s não é uma função de agregação"
+msgid ""
+"This error usually means that PostgreSQL's request for a shared memory "
+"segment exceeded available memory or swap space, or exceeded your kernel's "
+"SHMALL parameter. You can either reduce the request size or reconfigure the "
+"kernel with larger SHMALL. To reduce the request size (currently %lu "
+"bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing "
+"shared_buffers or max_connections.\n"
+"The PostgreSQL documentation contains more information about shared memory "
+"configuration."
+msgstr ""
+"Esse erro usualmente significa que a requisição do PostgreSQL por segmento "
+"de memória compartilhada excedeu a memória ou espaço de swap disponível, ou "
+"excedeu o parâmetro SHMALL do kernel. Para reduzir o tamanho requisitado "
+"(atualmente %lu bytes), reduza o uso de memória compartilhada pelo "
+"PostgreSQL, talvez reduzindo shared_buffers ou max_connections.\n"
+"A documentação do PostgreSQL contém informações adicionais sobre "
+"configuração de memória compartilhada."
-#: parser/parse_func.c:255
+#: port/sysv_shmem.c:176 port/pg_shmem.c:176
#, c-format
msgid ""
-"OVER specified, but %s is not a window function nor an aggregate function"
+"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. If you cannot increase "
+"the shared memory limit, reduce PostgreSQL's shared memory request "
+"(currently %lu bytes), perhaps by reducing shared_buffers or "
+"max_connections.\n"
+"The PostgreSQL documentation contains more information about shared memory "
+"configuration."
msgstr ""
-"OVER especificado, mas %s não é uma função deslizante ou função de agregação"
+"Esse erro *não* significa que você está sem espaço em disco. Isso ocorre se "
+"todos os IDs de memória compartilhadas estão sendo usados, neste caso você "
+"precisa aumentar o parâmetro SHMMNI do seu kernel, ou porque o limite do "
+"sistema para memória compartilhada foi alcançado. Se você não pode aumentar "
+"o limite de memória compartilhada, reduza o tamanho de memória compartilhada "
+"requisitada pelo PostgreSQL (atualmente %lu bytes), talvez reduzindo "
+"shared_buffers ou max_connections.\n"
+"A documentação do PostgreSQL contém informações adicionais sobre "
+"configuração de memória compartilhada."
-#: parser/parse_func.c:277
+#: port/sysv_shmem.c:439 port/pg_shmem.c:439
#, c-format
-msgid "function %s is not unique"
-msgstr "função %s não é única"
-
-#: parser/parse_func.c:280
-msgid ""
-"Could not choose a best candidate function. You might need to add explicit "
-"type casts."
-msgstr ""
-"Não pôde escolher uma função que se enquadra melhor. Você precisa adicionar "
-"conversões de tipo explícitas."
+msgid "could not stat data directory \"%s\": %m"
+msgstr "não pôde executar stat no diretório de dados \"%s\": %m"
-#: parser/parse_func.c:288 parser/parse_func.c:299 parser/parse_func.c:1481
-#: commands/typecmds.c:1350 commands/typecmds.c:1401 commands/typecmds.c:1432
-#: commands/typecmds.c:1455 commands/typecmds.c:1476 commands/typecmds.c:1503
-#: commands/typecmds.c:1530 catalog/pg_aggregate.c:331
+#: port/win32_shmem.c:168 port/win32_shmem.c:203 port/win32_shmem.c:224
#, c-format
-msgid "function %s does not exist"
-msgstr "função %s não existe"
+msgid "could not create shared memory segment: %lu"
+msgstr "não pôde criar segmento de memória compartilhada: %lu"
-#: parser/parse_func.c:291
-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."
+#: port/win32_shmem.c:169
+#, c-format
+msgid "Failed system call was CreateFileMapping(size=%lu, name=%s)."
msgstr ""
-"Nenhuma função de agregação corresponde com o nome e os tipos de argumentos "
-"informados. Talvez você colocou ORDER BY no lugar errado; ORDER BY deve "
-"aparecer depois de todos os argumentos regulares da agregação."
+"Falhou ao executar chamada de sistema CreateFileMapping(size=%lu, name=%s)."
-#: parser/parse_func.c:302
+#: port/win32_shmem.c:193
+msgid "pre-existing shared memory block is still in use"
+msgstr "bloco de memória compartilhada pré-existente ainda está em uso"
+
+#: port/win32_shmem.c:194
msgid ""
-"No function matches the given name and argument types. You might need to add "
-"explicit type casts."
+"Check if there are any old server processes still running, and terminate "
+"them."
msgstr ""
-"Nenhuma função corresponde com o nome e os tipos de argumentos informados. "
-"Você precisa adicionar conversões de tipo explícitas."
+"Verifique se ainda há processos servidor antigos sendo executados, e termine-"
+"os."
-#: parser/parse_func.c:412 parser/parse_func.c:478
+#: port/win32_shmem.c:204
+msgid "Failed system call was DuplicateHandle."
+msgstr "Falhou ao executar chamada de sistema DuplicateHandle."
+
+#: port/win32_shmem.c:225
+msgid "Failed system call was MapViewOfFileEx."
+msgstr "Falhou ao executar chamada de sistema MapViewOfFileEx."
+
+#: tcop/pquery.c:660
#, c-format
-msgid "%s(*) must be used to call a parameterless aggregate function"
+msgid "bind message has %d result formats but query has %d columns"
msgstr ""
-"%s(*) deve ser utilizado para chamar uma função de agregação sem parâmetros"
+"mensagem de ligação tem %d formatos de resultados mas consulta tem %d colunas"
-#: parser/parse_func.c:419
-msgid "aggregates cannot return sets"
-msgstr "agregações não podem retornar conjuntos"
+#: tcop/pquery.c:969
+msgid "cursor can only scan forward"
+msgstr "cursor só pode buscar para frente"
-#: parser/parse_func.c:431
-msgid "aggregates cannot use named arguments"
-msgstr "agregações não podem utilizar argumentos nomeados"
+#: tcop/pquery.c:970
+msgid "Declare it with SCROLL option to enable backward scan."
+msgstr "Declare-o com a opção SCROLL para habilitar a busca para trás."
-#: parser/parse_func.c:450
-msgid "window function call requires an OVER clause"
-msgstr "chamada de função deslizante requer uma cláusula OVER"
+#: tcop/fastpath.c:109 tcop/fastpath.c:485 tcop/fastpath.c:615
+#, c-format
+msgid "invalid argument size %d in function call message"
+msgstr "tamanho de argumento %d é inválido na mensagem de chamada da função"
-#: parser/parse_func.c:468
-msgid "DISTINCT is not implemented for window functions"
-msgstr "DISTINCT não está implementado para funções deslizantes"
+#: tcop/fastpath.c:303 tcop/postgres.c:919 tcop/postgres.c:1229
+#: tcop/postgres.c:1510 tcop/postgres.c:1952 tcop/postgres.c:2320
+#: tcop/postgres.c:2401
+msgid ""
+"current transaction is aborted, commands ignored until end of transaction "
+"block"
+msgstr ""
+"transação atual foi interrompida, comandos ignorados até o fim do bloco de "
+"transação"
-#: parser/parse_func.c:488
-msgid "aggregate ORDER BY is not implemented for window functions"
-msgstr "agregação ORDER BY não está implementado para funções deslizantes"
+#: tcop/fastpath.c:331
+#, c-format
+msgid "fastpath function call: \"%s\" (OID %u)"
+msgstr "chamada de função fastpath: \"%s\" (OID %u)"
-#: parser/parse_func.c:494
-msgid "window functions cannot return sets"
-msgstr "funções deslizantes não podem retornar conjuntos"
+#: tcop/fastpath.c:411 tcop/postgres.c:1089 tcop/postgres.c:1376
+#: tcop/postgres.c:1793 tcop/postgres.c:2010
+#, c-format
+msgid "duration: %s ms"
+msgstr "duração: %s ms"
-#: parser/parse_func.c:505
-msgid "window functions cannot use named arguments"
-msgstr "funções deslizantes não podem utilizar argumentos nomeados"
+#: tcop/fastpath.c:415
+#, c-format
+msgid "duration: %s ms fastpath function call: \"%s\" (OID %u)"
+msgstr "duração: %s ms chamada de função fastpath: \"%s\" (OID %u)"
-#: parser/parse_func.c:1526 parser/parse_func.c:1566 catalog/pg_proc.c:124
+#: tcop/fastpath.c:453 tcop/fastpath.c:580
#, c-format
-msgid "functions cannot have more than %d argument"
-msgid_plural "functions cannot have more than %d arguments"
-msgstr[0] "funções não podem ter mais do que %d argumento"
-msgstr[1] "funções não podem ter mais do que %d argumentos"
+msgid "function call message contains %d arguments but function requires %d"
+msgstr ""
+"mensagem de chamada da função contém %d argumentos mas função requer %d"
-#: parser/parse_func.c:1589
+#: tcop/fastpath.c:461
#, c-format
-msgid "aggregate %s(*) does not exist"
-msgstr "agregação %s(*) não existe"
+msgid "function call message contains %d argument formats but %d arguments"
+msgstr ""
+"mensagem de chamada da função contém %d formatos de argumento mas só tem %d "
+"argumentos"
-#: parser/parse_func.c:1594
+#: tcop/fastpath.c:548 tcop/fastpath.c:631
#, c-format
-msgid "aggregate %s does not exist"
-msgstr "agregação %s não existe"
+msgid "incorrect binary data format in function argument %d"
+msgstr "formato de dado binário incorreto no argumento %d da função"
-#: parser/parse_func.c:1613
+#. translator: %s is name of a SQL command, eg CREATE
+#: tcop/utility.c:253
#, c-format
-msgid "function %s is not an aggregate"
-msgstr "função %s não é uma agregação"
+msgid "cannot execute %s in a read-only transaction"
+msgstr "não pode executar %s em uma transação somente leitura"
-#: parser/parse_expr.c:364 parser/parse_expr.c:757
+#. translator: %s is name of a SQL command, eg CREATE
+#: tcop/utility.c:272
#, c-format
-msgid "column %s.%s does not exist"
-msgstr "coluna %s.%s não existe"
+msgid "cannot execute %s during recovery"
+msgstr "não pode executar %s durante recuperação"
-#: parser/parse_expr.c:376
+#. translator: %s is name of a SQL command, eg PREPARE
+#: tcop/utility.c:290
#, c-format
-msgid "column \"%s\" not found in data type %s"
-msgstr "coluna \"%s\" não foi encontrada no tipo de dado %s"
+msgid "cannot execute %s within security-restricted operation"
+msgstr "não pode executar %s em operação com restrição de segurança"
-#: parser/parse_expr.c:382
+#: tcop/utility.c:1194
+msgid "must be superuser to do CHECKPOINT"
+msgstr "deve ser super-usuário para fazer CHECKPOINT"
+
+#: tcop/postgres.c:401 tcop/postgres.c:413 tcop/postgres.c:424
+#: tcop/postgres.c:436 tcop/postgres.c:4194
#, c-format
-msgid "could not identify column \"%s\" in record data type"
-msgstr "não pôde identificar coluna \"%s\" no tipo de dado record"
+msgid "invalid frontend message type %d"
+msgstr "tipo de mensagem do cliente %d é inválido"
-#: parser/parse_expr.c:388
+#: tcop/postgres.c:860
#, c-format
-msgid "column notation .%s applied to type %s, which is not a composite type"
-msgstr "notação de coluna .%s aplicada ao tipo %s, que não é um tipo composto"
+msgid "statement: %s"
+msgstr "comando: %s"
-#: parser/parse_expr.c:1021
-msgid "NULLIF requires = operator to yield boolean"
-msgstr "NULLIF requer que operador = retorne booleano"
+#: tcop/postgres.c:1094
+#, c-format
+msgid "duration: %s ms statement: %s"
+msgstr "duração: %s ms comando: %s"
-#: parser/parse_expr.c:1200
-msgid "arguments of row IN must all be row expressions"
-msgstr "argumentos de registro IN devem ser todos expressões de registro"
+#: tcop/postgres.c:1144
+#, c-format
+msgid "parse %s: %s"
+msgstr "análise de %s: %s"
-#: parser/parse_expr.c:1414
-msgid "subquery cannot have SELECT INTO"
-msgstr "subconsulta não pode ter SELECT INTO"
+#: tcop/postgres.c:1202
+msgid "cannot insert multiple commands into a prepared statement"
+msgstr "não pode inserir múltiplos comandos no comando preparado"
-#: parser/parse_expr.c:1442
-msgid "subquery must return a column"
-msgstr "subconsulta deve retornar uma coluna"
+#: tcop/postgres.c:1381
+#, c-format
+msgid "duration: %s ms parse %s: %s"
+msgstr "duração: %s ms análise de %s: %s"
-#: parser/parse_expr.c:1449
-msgid "subquery must return only one column"
-msgstr "subconsulta deve retornar somente uma coluna"
+#: tcop/postgres.c:1427
+#, c-format
+msgid "bind %s to %s"
+msgstr "ligação de %s para %s"
-#: parser/parse_expr.c:1509
-msgid "subquery has too many columns"
-msgstr "subconsulta tem muitas colunas"
+#: tcop/postgres.c:1446 tcop/postgres.c:2300
+msgid "unnamed prepared statement does not exist"
+msgstr "comando preparado sem nome não existe"
-#: parser/parse_expr.c:1514
-msgid "subquery has too few columns"
-msgstr "subconsulta tem poucas colunas"
+#: tcop/postgres.c:1488
+#, c-format
+msgid "bind message has %d parameter formats but %d parameters"
+msgstr ""
+"mensagem de ligação tem %d formatos de parâmetro mas só tem %d parâmetros"
-#: parser/parse_expr.c:1610
-msgid "cannot determine type of empty array"
-msgstr "não pode determinar tipo de matriz vazia"
+#: tcop/postgres.c:1494
+#, c-format
+msgid ""
+"bind message supplies %d parameters, but prepared statement \"%s\" requires "
+"%d"
+msgstr ""
+"mensagem de ligação forneceu %d parâmetros, mas comando preparado \"%s\" "
+"requer %d"
+
+#: tcop/postgres.c:1659
+#, c-format
+msgid "incorrect binary data format in bind parameter %d"
+msgstr "formato de dado binário incorreto no parâmetro de ligação %d"
-#: parser/parse_expr.c:1611
-msgid "Explicitly cast to the desired type, for example ARRAY[]::integer[]."
-msgstr ""
-"Converta explicitamente para o tipo desejado, por exemplo ARRAY[]::integer[]."
+#: tcop/postgres.c:1798
+#, c-format
+msgid "duration: %s ms bind %s%s%s: %s"
+msgstr "duração: %s ms ligação %s%s%s: %s"
-#: parser/parse_expr.c:1625
+#: tcop/postgres.c:1846 tcop/postgres.c:2387
#, c-format
-msgid "could not find element type for data type %s"
-msgstr "não pôde encontrar tipo de dado de elemento para tipo de dado %s"
+msgid "portal \"%s\" does not exist"
+msgstr "portal \"%s\" não existe"
-#: parser/parse_expr.c:1826
-msgid "unnamed XML attribute value must be a column reference"
-msgstr "valor do atributo XML sem nome deve ser uma referência a coluna"
+#: tcop/postgres.c:1933 tcop/postgres.c:2018
+msgid "execute fetch from"
+msgstr "executar busca de"
-#: parser/parse_expr.c:1827
-msgid "unnamed XML element value must be a column reference"
-msgstr "valor do elemento XML sem nome deve ser uma referência a coluna"
+#: tcop/postgres.c:1934 tcop/postgres.c:2019
+msgid "execute"
+msgstr "executar"
-#: parser/parse_expr.c:1842
+#: tcop/postgres.c:1931
#, c-format
-msgid "XML attribute name \"%s\" appears more than once"
-msgstr "nome de atributo XML \"%s\" aparece mais do que uma vez"
+msgid "%s %s%s%s: %s"
+msgstr "%s %s%s%s: %s"
-#: parser/parse_expr.c:1949
+#: tcop/postgres.c:2015
#, c-format
-msgid "cannot cast XMLSERIALIZE result to %s"
-msgstr "não pode converter resultado de XMLSERIALIZE para %s"
-
-#: parser/parse_expr.c:2192 parser/parse_expr.c:2392
-msgid "unequal number of entries in row expressions"
-msgstr "número desigual de entradas em expressões de registro"
+msgid "duration: %s ms %s %s%s%s: %s"
+msgstr "duração: %s ms %s %s%s%s: %s"
-#: parser/parse_expr.c:2202
-msgid "cannot compare rows of zero length"
-msgstr "não pode comparar registros de tamanho zero"
+#: tcop/postgres.c:2141
+#, c-format
+msgid "prepare: %s"
+msgstr "preparado: %s"
-#: parser/parse_expr.c:2227
+#: tcop/postgres.c:2204
#, c-format
-msgid "row comparison operator must yield type boolean, not type %s"
-msgstr ""
-"operador de comparação de registro deve retornar tipo boolean, e não tipo %s"
+msgid "parameters: %s"
+msgstr "parâmetros: %s"
-#: parser/parse_expr.c:2234
-msgid "row comparison operator must not return a set"
-msgstr "operador de comparação de registro não deve retornar um conjunto"
+#: tcop/postgres.c:2223
+msgid "abort reason: recovery conflict"
+msgstr "razão da interrupção: conflito de recuperação"
-#: parser/parse_expr.c:2293 parser/parse_expr.c:2338
-#, c-format
-msgid "could not determine interpretation of row comparison operator %s"
+#: tcop/postgres.c:2239
+msgid "User was holding shared buffer pin for too long."
msgstr ""
-"não pôde determinar interpretação do operador de comparação de registro %s"
+"Usuário estava mantendo um buffer compartilhado na cache por muito tempo."
-#: parser/parse_expr.c:2295
-msgid ""
-"Row comparison operators must be associated with btree operator families."
+#: tcop/postgres.c:2242
+msgid "User was holding a relation lock for too long."
+msgstr "Usuário estava mantendo um travamento de relação por muito tempo."
+
+#: tcop/postgres.c:2245
+msgid "User was or might have been using tablespace that must be dropped."
+msgstr "Usuário estava ou pode estar usando tablespace que deve ser removida."
+
+#: tcop/postgres.c:2248
+msgid "User query might have needed to see row versions that must be removed."
msgstr ""
-"Operadores de comparação de registro devem ser associados com famílias de "
-"operadores de árvore B."
+"Consulta do usuário pode ter precisado acessar versões de registros que "
+"devem ser removidas."
-#: parser/parse_expr.c:2340
-msgid "There are multiple equally-plausible candidates."
-msgstr "Há múltiplos candidatos igualmente plausíveis."
+#: tcop/postgres.c:2251 storage/ipc/standby.c:491
+msgid "User transaction caused buffer deadlock with recovery."
+msgstr "Transação do usuário causou impasse com a recuperação."
-#: parser/parse_expr.c:2432
-msgid "IS DISTINCT FROM requires = operator to yield boolean"
-msgstr "IS DISTINCT FROM requer que operador = retorne booleano"
+#: tcop/postgres.c:2254
+msgid "User was connected to a database that must be dropped."
+msgstr "Usuário estava conectado ao banco de dados que deve ser removido."
-#: parser/parse_cte.c:42
-#, c-format
-msgid ""
-"recursive reference to query \"%s\" must not appear within its non-recursive "
-"term"
+#: tcop/postgres.c:2588
+msgid "terminating connection because of crash of another server process"
msgstr ""
-"referência recursiva para consulta \"%s\" não deve aparecer no seu termo não "
-"recursivo"
+"finalizando conexão por causa de uma queda de um outro processo servidor"
-#: parser/parse_cte.c:44
-#, c-format
-msgid "recursive reference to query \"%s\" must not appear within a subquery"
+#: tcop/postgres.c:2589
+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 ""
-"referência recursiva para consulta \"%s\" não deve aparecer em uma "
-"subconsulta"
+"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."
-#: parser/parse_cte.c:46
-#, c-format
+#: tcop/postgres.c:2593 tcop/postgres.c:2943
msgid ""
-"recursive reference to query \"%s\" must not appear within an outer join"
+"In a moment you should be able to reconnect to the database and repeat your "
+"command."
msgstr ""
-"referência recursiva para consulta \"%s\" não deve aparecer em uma junção "
-"externa"
+"Dentro de instantes você poderá conectar novamente ao banco de dados e "
+"repetir seu commando."
-#: parser/parse_cte.c:48
-#, c-format
-msgid "recursive reference to query \"%s\" must not appear within INTERSECT"
+#: tcop/postgres.c:2705
+msgid "floating-point exception"
+msgstr "exceção de ponto flutuante"
+
+#: tcop/postgres.c:2706
+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 ""
-"referência recursiva para consulta \"%s\" não deve aparecer em um INTERSECT"
+"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."
-#: parser/parse_cte.c:50
-#, c-format
-msgid "recursive reference to query \"%s\" must not appear within EXCEPT"
+#: tcop/postgres.c:2874
+msgid "terminating autovacuum process due to administrator command"
msgstr ""
-"referência recursiva para consulta \"%s\" não deve aparecer em um EXCEPT"
+"terminando processo de limpeza automática por causa de um comando do "
+"administrador"
-#: parser/parse_cte.c:132
-#, c-format
-msgid "WITH query name \"%s\" specified more than once"
-msgstr "nome da consulta WITH \"%s\" foi especificado mais de uma vez"
+#: tcop/postgres.c:2880 tcop/postgres.c:2890 tcop/postgres.c:2941
+msgid "terminating connection due to conflict with recovery"
+msgstr "terminando conexão por causa de um conflito com recuperação"
-#: parser/parse_cte.c:259
-msgid "subquery in WITH cannot have SELECT INTO"
-msgstr "subconsulta no WITH não pode ter SELECT INTO"
+#: tcop/postgres.c:2896
+msgid "terminating connection due to administrator command"
+msgstr "terminando conexão por causa de um comando do administrador"
-#: parser/parse_cte.c:271
+#: tcop/postgres.c:2911
+msgid "canceling authentication due to timeout"
+msgstr "cancelando autenticação por causa do tempo de espera (timeout)"
+
+#: tcop/postgres.c:2920
+msgid "canceling statement due to statement timeout"
+msgstr "cancelando comando por causa do tempo de espera (timeout) do comando"
+
+#: tcop/postgres.c:2929
+msgid "canceling autovacuum task"
+msgstr "cancelando tarefa de limpeza automática"
+
+#: tcop/postgres.c:2948 storage/ipc/standby.c:490
+msgid "canceling statement due to conflict with recovery"
+msgstr "cancelando comando por causa de um conflito com recuperação"
+
+#: tcop/postgres.c:2964
+msgid "canceling statement due to user request"
+msgstr "cancelando comando por causa de um pedido do usuário"
+
+#: tcop/postgres.c:3092 tcop/postgres.c:3114
+msgid "stack depth limit exceeded"
+msgstr "limite da profundidade da pilha foi excedido"
+
+#: tcop/postgres.c:3093 tcop/postgres.c:3115
+#, c-format
msgid ""
-"WITH clause containing a data-modifying statement must be at the top level"
+"Increase the configuration parameter \"max_stack_depth\" (currently %dkB), "
+"after ensuring the platform's stack depth limit is adequate."
msgstr ""
-"cláusula WITH contendo um comando que modifica dados deve estar no nível "
-"superior"
+"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."
-#: parser/parse_cte.c:320
+#: tcop/postgres.c:3131
#, c-format
+msgid "\"max_stack_depth\" must not exceed %ldkB."
+msgstr "\"max_stack_depth\" não deve exceder %ldkB."
+
+#: tcop/postgres.c:3133
msgid ""
-"recursive query \"%s\" column %d has type %s in non-recursive term but type "
-"%s overall"
+"Increase the platform's stack depth limit via \"ulimit -s\" or local "
+"equivalent."
msgstr ""
-"coluna %2$d da consulta recursiva \"%1$s\" tem tipo %3$s no termo não "
-"recursivo mas o tipo %4$s no restante"
+"Aumente o limite de profundidade da pilha da plataforma utilizando \"ulimit -"
+"s\" ou equivalente."
-#: parser/parse_cte.c:326
-msgid "Cast the output of the non-recursive term to the correct type."
-msgstr "Converta a saída do termo não recursivo para o tipo correto."
+#: tcop/postgres.c:3468
+msgid "invalid command-line arguments for server process"
+msgstr "argumentos de linha de comando são inválidos para processo servidor"
-#: parser/parse_cte.c:331
+#: tcop/postgres.c:3469 tcop/postgres.c:3475
#, c-format
-msgid ""
-"recursive query \"%s\" column %d has collation \"%s\" in non-recursive term "
-"but collation \"%s\" overall"
-msgstr ""
-"coluna %2$d da consulta recursiva \"%1$s\" tem ordenação %3$s no termo não "
-"recursivo mas a ordenação %4$s no restante"
+msgid "Try \"%s --help\" for more information."
+msgstr "Tente \"%s --help\" para obter informações adicionais."
-#: parser/parse_cte.c:335
-msgid "Use the COLLATE clause to set the collation of the non-recursive term."
-msgstr ""
-"Utilize a cláusula COLLATE para definir a ordenação do termo não recursivo."
+#: tcop/postgres.c:3473
+#, c-format
+msgid "%s: invalid command-line arguments"
+msgstr "%s: argumentos de linha de comando são inválidos"
-#: parser/parse_cte.c:426
+#: tcop/postgres.c:3565
#, c-format
-msgid "WITH query \"%s\" has %d columns available but %d columns specified"
-msgstr ""
-"consulta WITH \"%s\" tem %d colunas disponíveis mas %d colunas foram "
-"especificadas"
+msgid "%s: no database nor user name specified"
+msgstr "%s: banco de dados ou nome de usuário não foi especificado"
-#: parser/parse_cte.c:606
-msgid "mutual recursion between WITH items is not implemented"
-msgstr "recursão mútua entre itens WITH não está implementada"
+#: tcop/postgres.c:4104
+#, c-format
+msgid "invalid CLOSE message subtype %d"
+msgstr "subtipo %d de mensagem CLOSE é inválido"
-#: parser/parse_cte.c:658
+#: tcop/postgres.c:4137
#, c-format
-msgid "recursive query \"%s\" must not contain data-modifying statements"
-msgstr "consulta recursiva \"%s\" não deve conter comandos que modificam dados"
+msgid "invalid DESCRIBE message subtype %d"
+msgstr "subtipo %d de mensagem DESCRIBE é inválido"
-#: parser/parse_cte.c:666
+#: tcop/postgres.c:4371
#, c-format
msgid ""
-"recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] "
-"recursive-term"
+"disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s"
+"%s"
msgstr ""
-"consulta recursiva \"%s\" não tem a forma termo-não-recursivo UNION [ALL] "
-"termo-recursivo"
-
-#: parser/parse_cte.c:710
-msgid "ORDER BY in a recursive query is not implemented"
-msgstr "ORDER BY em uma consulta recursiva não está implementado"
+"desconexão: tempo da sessão: %d:%02d:%02d.%02d usuário=%s banco de dados=%s "
+"máquina=%s%s%s"
-#: parser/parse_cte.c:716
-msgid "OFFSET in a recursive query is not implemented"
-msgstr "OFFSET em uma consulta recursiva não está implementado"
+#. translator: first %s is inet or cidr
+#: utils/adt/network.c:107 utils/adt/datetime.c:3561
+#, c-format
+msgid "invalid input syntax for type %s: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo %s: \"%s\""
-#: parser/parse_cte.c:722
-msgid "LIMIT in a recursive query is not implemented"
-msgstr "LIMIT em uma consulta recursiva não está implementado"
+#: utils/adt/network.c:118
+#, c-format
+msgid "invalid cidr value: \"%s\""
+msgstr "valor de cidr é inválido: \"%s\""
-#: parser/parse_cte.c:728
-msgid "FOR UPDATE/SHARE in a recursive query is not implemented"
-msgstr "FOR UPDATE/SHARE em uma consulta recursiva não está implementado"
+#: utils/adt/network.c:119 utils/adt/network.c:249
+msgid "Value has bits set to right of mask."
+msgstr "Valor tem bits definidos a direita da máscara."
-#: parser/parse_cte.c:785
+#: utils/adt/network.c:160 utils/adt/network.c:614 utils/adt/network.c:639
+#: utils/adt/network.c:664
#, c-format
-msgid "recursive reference to query \"%s\" must not appear more than once"
-msgstr ""
-"referência recursiva para consulta \"%s\" não deve aparecer mais de uma vez"
+msgid "could not format inet value: %m"
+msgstr "não pôde formatar valor de inet: %m"
-#: parser/parse_collate.c:214 parser/parse_collate.c:538
+#. translator: %s is inet or cidr
+#: utils/adt/network.c:217
#, c-format
-msgid "collation mismatch between implicit collations \"%s\" and \"%s\""
-msgstr ""
-"incompatibilidade de ordenação entre ordenações implícitas \"%s\" e \"%s\""
-
-#: parser/parse_collate.c:217 parser/parse_collate.c:541
-msgid ""
-"You can choose the collation by applying the COLLATE clause to one or both "
-"expressions."
-msgstr ""
-"Você pode escolher a ordenação utilizando a cláusula COLLATE em uma ou ambas "
-"expressões."
+msgid "invalid address family in external \"%s\" value"
+msgstr "família de endereços inválida no valor de \"%s\" externo"
-#: parser/parse_collate.c:763
+#. translator: %s is inet or cidr
+#: utils/adt/network.c:224
#, c-format
-msgid "collation mismatch between explicit collations \"%s\" and \"%s\""
-msgstr ""
-"incompatibilidade de ordenação entre ordenações explícitas \"%s\" e \"%s\""
-
-#: parser/parse_coerce.c:965
-msgid "Input has too few columns."
-msgstr "Entrada tem poucas colunas."
+msgid "invalid bits in external \"%s\" value"
+msgstr "bits inválidos no valor de \"%s\" externo"
-#: parser/parse_coerce.c:983
+#. translator: %s is inet or cidr
+#: utils/adt/network.c:233
#, c-format
-msgid "Cannot cast type %s to %s in column %d."
-msgstr "Não pode converter tipo %s para %s na coluna %d."
+msgid "invalid length in external \"%s\" value"
+msgstr "tamanho inválido no valor de \"%s\" externo"
-#: parser/parse_coerce.c:998
-msgid "Input has too many columns."
-msgstr "Entrada tem muitas colunas."
+#: utils/adt/network.c:248
+msgid "invalid external \"cidr\" value"
+msgstr "valor de \"cidr\" externo é inválido"
-#. translator: first %s is name of a SQL construct, eg WHERE
-#: parser/parse_coerce.c:1041
+#: utils/adt/network.c:370 utils/adt/network.c:397
#, c-format
-msgid "argument of %s must be type boolean, not type %s"
-msgstr "argumento do %s deve ser do tipo boolean, e não do tipo %s"
+msgid "invalid mask length: %d"
+msgstr "tamanho de máscara é inválido: %d"
-#. translator: %s is name of a SQL construct, eg WHERE
-#. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_coerce.c:1051 parser/parse_coerce.c:1100
+#: utils/adt/network.c:682
#, c-format
-msgid "argument of %s must not return a set"
-msgstr "argumento do %s não deve retornar um conjunto"
+msgid "could not format cidr value: %m"
+msgstr "não pôde formatar valor de cidr: %m"
-#. translator: first %s is name of a SQL construct, eg LIMIT
-#: parser/parse_coerce.c:1088
-#, c-format
-msgid "argument of %s must be type %s, not type %s"
-msgstr "argumento do %s deve ser do tipo %s, e não do tipo %s"
+#: utils/adt/network.c:1255
+msgid "cannot AND inet values of different sizes"
+msgstr "não pode executar E em valores inet de tamanhos diferentes"
-#. translator: first %s is name of a SQL construct, eg CASE
-#: parser/parse_coerce.c:1221
+#: utils/adt/network.c:1287
+msgid "cannot OR inet values of different sizes"
+msgstr "não pode executar OU em valores inet de tamanhos diferentes"
+
+#: utils/adt/network.c:1348 utils/adt/network.c:1424
+msgid "result is out of range"
+msgstr "resultado está fora do intervalo"
+
+#: utils/adt/network.c:1389
+msgid "cannot subtract inet values of different sizes"
+msgstr "não pode subtrair valores inet de tamanhos diferentes"
+
+#: utils/adt/ascii.c:75
#, c-format
-msgid "%s types %s and %s cannot be matched"
-msgstr "tipos no %s %s e %s não podem corresponder"
+msgid "encoding conversion from %s to ASCII not supported"
+msgstr "conversão de codificação de %s para ASCII não é suportada"
-#. translator: first %s is name of a SQL construct, eg CASE
-#: parser/parse_coerce.c:1288
+#: utils/adt/dbsize.c:105 utils/adt/dbsize.c:189
#, c-format
-msgid "%s could not convert type %s to %s"
-msgstr "%s não pôde converter tipo %s para %s"
+msgid "could not open tablespace directory \"%s\": %m"
+msgstr "não pôde abrir diretório da tablespace \"%s\": %m"
-#: parser/parse_coerce.c:1539
-msgid "arguments declared \"anyelement\" are not all alike"
-msgstr "argumentos declarados \"anyelement\" não são de tipos compatíveis"
+#: utils/adt/tsgistidx.c:100
+msgid "gtsvector_in not implemented"
+msgstr "gtsvector_in não está implementado"
-#: parser/parse_coerce.c:1559
-msgid "arguments declared \"anyarray\" are not all alike"
-msgstr "argumentos declarados \"anyarray\" não são de tipos compatíveis"
+#: utils/adt/ri_triggers.c:375 utils/adt/ri_triggers.c:435
+#: utils/adt/ri_triggers.c:598 utils/adt/ri_triggers.c:838
+#: utils/adt/ri_triggers.c:1026 utils/adt/ri_triggers.c:1188
+#: utils/adt/ri_triggers.c:1376 utils/adt/ri_triggers.c:1547
+#: utils/adt/ri_triggers.c:1730 utils/adt/ri_triggers.c:1901
+#: utils/adt/ri_triggers.c:2117 utils/adt/ri_triggers.c:2299
+#: utils/adt/ri_triggers.c:2502 utils/adt/ri_triggers.c:2550
+#: utils/adt/ri_triggers.c:2595 utils/adt/ri_triggers.c:2757 gram.y:2887
+msgid "MATCH PARTIAL not yet implemented"
+msgstr "MATCH PARTIAL ainda não foi implementado"
-#: parser/parse_coerce.c:1588 parser/parse_coerce.c:1736
-#: parser/parse_coerce.c:1768
+#: utils/adt/ri_triggers.c:409 utils/adt/ri_triggers.c:2841
+#: utils/adt/ri_triggers.c:3535 utils/adt/ri_triggers.c:3567
#, c-format
-msgid "argument declared \"anyarray\" is not an array but type %s"
-msgstr "argumento declarado \"anyarray\" não é uma matriz mas do tipo %s"
-
-#: parser/parse_coerce.c:1604
-msgid ""
-"argument declared \"anyarray\" is not consistent with argument declared "
-"\"anyelement\""
+msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\""
msgstr ""
-"argumento declarado \"anyarray\" não está consistente com argumento "
-"declarado \"anyelement\""
+"inserção ou atualização em tabela \"%s\" viola restrição de chave "
+"estrangeira \"%s\""
-#: parser/parse_coerce.c:1622
-msgid "could not determine polymorphic type because input has type \"unknown\""
-msgstr ""
-"não pôde determinar tipo polimórfico porque entrada tem tipo \"unknown\""
+#: utils/adt/ri_triggers.c:412 utils/adt/ri_triggers.c:2844
+msgid "MATCH FULL does not allow mixing of null and nonnull key values."
+msgstr "MATCH FULL não permite mistura de valores de chaves nulas e não-nulas."
-#: parser/parse_coerce.c:1632
+#: utils/adt/ri_triggers.c:3097
#, c-format
-msgid "type matched to anynonarray is an array type: %s"
-msgstr "tipo que corresponde a anynonarray é um tipo array: %s"
+msgid "function \"%s\" must be fired for INSERT"
+msgstr "função \"%s\" deve ser disparada pelo INSERT"
-#: parser/parse_coerce.c:1642
+#: utils/adt/ri_triggers.c:3103
#, c-format
-msgid "type matched to anyenum is not an enum type: %s"
-msgstr "tipo que corresponde a anyenum não é um tipo enum: %s"
+msgid "function \"%s\" must be fired for UPDATE"
+msgstr "função \"%s\" deve ser disparada pelo UPDATE"
-#: parser/parse_clause.c:421
+#: utils/adt/ri_triggers.c:3117
#, c-format
-msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
-msgstr "cláusula JOIN/ON referencia \"%s\", que não faz parte do JOIN"
-
-#: parser/parse_clause.c:502
-msgid "subquery in FROM cannot have SELECT INTO"
-msgstr "subconsulta no FROM não pode ter SELECT INTO"
+msgid "function \"%s\" must be fired for DELETE"
+msgstr "função \"%s\" deve ser disparada pelo DELETE"
-#: parser/parse_clause.c:524
-msgid "subquery in FROM cannot refer to other relations of same query level"
-msgstr ""
-"subconsulta no FROM não pode referenciar outras relações do mesmo nível da "
-"consulta"
+#: utils/adt/ri_triggers.c:3146
+#, c-format
+msgid "no pg_constraint entry for trigger \"%s\" on table \"%s\""
+msgstr "nenhuma entrada em pg_constraint para gatilho \"%s\" na tabela \"%s\""
-#: parser/parse_clause.c:580
+#: utils/adt/ri_triggers.c:3148
msgid ""
-"function expression in FROM cannot refer to other relations of same query "
-"level"
+"Remove this referential integrity trigger and its mates, then do ALTER TABLE "
+"ADD CONSTRAINT."
msgstr ""
-"expressão da função no FROM não pode referenciar outras relações do mesmo "
-"nível da consulta"
-
-#: parser/parse_clause.c:593
-msgid "cannot use aggregate function in function expression in FROM"
-msgstr "não pode utilizar função de agregação na expressão da função no FROM"
-
-#: parser/parse_clause.c:600
-msgid "cannot use window function in function expression in FROM"
-msgstr "não pode utilizar função deslizante na expressão da função no FROM"
+"Remova este gatilho de integridade referencial e seus pares, então faça "
+"ALTER TABLE ADD CONSTRAINT."
-#: parser/parse_clause.c:877
+#: utils/adt/ri_triggers.c:3502
#, c-format
-msgid "column name \"%s\" appears more than once in USING clause"
-msgstr "nome da coluna \"%s\" aparece mais de uma vez na cláusula USING"
+msgid ""
+"referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave "
+"unexpected result"
+msgstr ""
+"consulta de integridade referencial em \"%s\" da retrição \"%s\" em \"%s\" "
+"retornou resultado inesperado"
-#: parser/parse_clause.c:892
-#, c-format
-msgid "common column name \"%s\" appears more than once in left table"
+#: utils/adt/ri_triggers.c:3506
+msgid "This is most likely due to a rule having rewritten the query."
msgstr ""
-"nome de coluna comum \"%s\" aparece mais de uma vez na tabela à esquerda"
+"Isso provavelmente foi causado por uma regra que reescreveu a consulta."
-#: parser/parse_clause.c:901
+#: utils/adt/ri_triggers.c:3537
#, c-format
-msgid "column \"%s\" specified in USING clause does not exist in left table"
-msgstr ""
-"coluna \"%s\" especificada na cláusula USING não existe na tabela à esquerda"
+msgid "No rows were found in \"%s\"."
+msgstr "Nenhum registro foi encontrado em \"%s\"."
-#: parser/parse_clause.c:915
+#: utils/adt/ri_triggers.c:3569
#, c-format
-msgid "common column name \"%s\" appears more than once in right table"
-msgstr ""
-"nome de coluna comum \"%s\" aparece mais de uma vez na tabela à direita"
+msgid "Key (%s)=(%s) is not present in table \"%s\"."
+msgstr "Chave (%s)=(%s) não está presente na tabela \"%s\"."
-#: parser/parse_clause.c:924
+#: utils/adt/ri_triggers.c:3575
#, c-format
-msgid "column \"%s\" specified in USING clause does not exist in right table"
+msgid ""
+"update or delete on table \"%s\" violates foreign key constraint \"%s\" on "
+"table \"%s\""
msgstr ""
-"coluna \"%s\" especificada na cláusula USING não existe na tabela à direita"
+"atualização ou exclusão em tabela \"%s\" viola restrição de chave "
+"estrangeira \"%s\" em \"%s\""
-#: parser/parse_clause.c:981
+#: utils/adt/ri_triggers.c:3578
#, c-format
-msgid "column alias list for \"%s\" has too many entries"
-msgstr "lista de aliases de coluna para \"%s\" tem muitas entradas"
+msgid "Key (%s)=(%s) is still referenced from table \"%s\"."
+msgstr "Chave (%s)=(%s) ainda é referenciada pela tabela \"%s\"."
-#. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_clause.c:1228
-#, c-format
-msgid "argument of %s must not contain variables"
-msgstr "argumento do %s não deve conter variáveis"
+#: utils/adt/acl.c:166 utils/adt/name.c:91
+msgid "identifier too long"
+msgstr "identificador muito longo"
-#. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_clause.c:1239
+#: utils/adt/acl.c:167 utils/adt/name.c:92
#, c-format
-msgid "argument of %s must not contain aggregate functions"
-msgstr "argumento do %s não deve conter funções de agregação"
+msgid "Identifier must be less than %d characters."
+msgstr "Identificador deve ter pelo menos %d caracteres."
-#. translator: %s is name of a SQL construct, eg LIMIT
-#: parser/parse_clause.c:1250
+#: utils/adt/acl.c:253
#, c-format
-msgid "argument of %s must not contain window functions"
-msgstr "argumento do %s não deve conter funções deslizantes"
+msgid "unrecognized key word: \"%s\""
+msgstr "palavra chave desconhecida: \"%s\""
-#. translator: first %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1367
-#, c-format
-msgid "%s \"%s\" is ambiguous"
-msgstr "%s \"%s\" é ambíguo"
+#: utils/adt/acl.c:254
+msgid "ACL key word must be \"group\" or \"user\"."
+msgstr "palavra chave ACL deve ser \"group\" ou \"user\"."
-#. translator: %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1391
-#, c-format
-msgid "non-integer constant in %s"
-msgstr "constante não-inteira em %s"
+#: utils/adt/acl.c:259
+msgid "missing name"
+msgstr "faltando nome"
-#. translator: %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1409
-#, c-format
-msgid "%s position %d is not in select list"
-msgstr "posição %2$d do %1$s não está na lista de seleção"
+#: utils/adt/acl.c:260
+msgid "A name must follow the \"group\" or \"user\" key word."
+msgstr "Um nome deve seguir a palavra chave \"group\" ou \"user\"."
-#: parser/parse_clause.c:1625
-#, c-format
-msgid "window \"%s\" is already defined"
-msgstr "deslizante \"%s\" já está definido"
+#: utils/adt/acl.c:266
+msgid "missing \"=\" sign"
+msgstr "faltando sinal \"=\""
-#: parser/parse_clause.c:1637 parser/parse_agg.c:245
+#: utils/adt/acl.c:319
#, c-format
-msgid "window \"%s\" does not exist"
-msgstr "deslizante \"%s\" não existe"
+msgid "invalid mode character: must be one of \"%s\""
+msgstr "caracter de modo é inválido: deve ser um dos \"%s\""
-#: parser/parse_clause.c:1679
-#, c-format
-msgid "cannot override PARTITION BY clause of window \"%s\""
-msgstr "não pode substituir cláusula PARTITION BY do deslizante \"%s\""
+#: utils/adt/acl.c:341
+msgid "a name must follow the \"/\" sign"
+msgstr "um nome deve seguir o sinal \"/\""
-#: parser/parse_clause.c:1691
+#: utils/adt/acl.c:349
#, c-format
-msgid "cannot override ORDER BY clause of window \"%s\""
-msgstr "não pode substituir cláusula ORDER BY do deslizante \"%s\""
+msgid "defaulting grantor to user ID %u"
+msgstr "utilizando ID de usuário %u como concedente"
-#: parser/parse_clause.c:1713
-#, c-format
-msgid "cannot override frame clause of window \"%s\""
-msgstr "não pode substituir cláusula frame do deslizante \"%s\""
+#: utils/adt/acl.c:540
+msgid "ACL array contains wrong data type"
+msgstr "matriz ACL contém tipo de dado incorreto"
-#: parser/parse_clause.c:1779
-msgid ""
-"in an aggregate with DISTINCT, ORDER BY expressions must appear in argument "
-"list"
-msgstr ""
-"em uma agregação com DISTINCT, expressões ORDER BY devem aparecer na lista "
-"de argumentos"
+#: utils/adt/acl.c:544
+msgid "ACL arrays must be one-dimensional"
+msgstr "matrizes ACL devem ser de uma dimensão"
-#: parser/parse_clause.c:1780
-msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list"
-msgstr ""
-"para SELECT DISTINCT, expressões ORDER BY devem aparecer na lista de seleção"
+#: utils/adt/acl.c:548
+msgid "ACL arrays must not contain null values"
+msgstr "matrizes ACL não devem conter valores nulos"
-#: parser/parse_clause.c:1866 parser/parse_clause.c:1898
-msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
-msgstr ""
-"expressões SELECT DISTINCT ON devem corresponder com expressões iniciais do "
-"ORDER BY"
+#: utils/adt/acl.c:572
+msgid "extra garbage at the end of the ACL specification"
+msgstr "lixo extra ao final da especificação de uma ACL"
-#: parser/parse_clause.c:2020
+#: utils/adt/acl.c:1129
+msgid "grant options cannot be granted back to your own grantor"
+msgstr "opções de concessão não podem ser concedidos ao próprio concedente"
+
+#: utils/adt/acl.c:1190
+msgid "dependent privileges exist"
+msgstr "privilégios dependentes existem"
+
+#: utils/adt/acl.c:1191
+msgid "Use CASCADE to revoke them too."
+msgstr "Utilize CASCADE para revogá-los também."
+
+#: utils/adt/acl.c:1470
+msgid "aclinsert is no longer supported"
+msgstr "aclinsert não é mais suportado"
+
+#: utils/adt/acl.c:1480
+msgid "aclremove is no longer supported"
+msgstr "aclremove não é mais suportado"
+
+#: utils/adt/acl.c:1566 utils/adt/acl.c:1620
#, c-format
-msgid "operator %s is not a valid ordering operator"
-msgstr "operador %s não é um operador de ordenação válido"
+msgid "unrecognized privilege type: \"%s\""
+msgstr "tipo de privilégio desconhecido: \"%s\""
-#: parser/parse_clause.c:2022
-msgid ""
-"Ordering operators must be \"<\" or \">\" members of btree operator families."
-msgstr ""
-"Operadores de ordenação devem ser membros \"<\" ou \">\" das famílias de "
-"operadores de árvore B."
+#: utils/adt/acl.c:3359 utils/adt/regproc.c:118 utils/adt/regproc.c:139
+#: utils/adt/regproc.c:289
+#, c-format
+msgid "function \"%s\" does not exist"
+msgstr "função \"%s\" não existe"
-#: parser/parse_agg.c:133
-msgid "Aggregates with DISTINCT must be able to sort their inputs."
-msgstr "Agregações com DISTINCT devem ser capazes de ordenar suas entradas."
+#: utils/adt/acl.c:4608
+#, c-format
+msgid "must be member of role \"%s\""
+msgstr "deve ser membro da role \"%s\""
-#: parser/parse_agg.c:164 optimizer/util/clauses.c:573
-#: executor/execQual.c:4394
-msgid "aggregate function calls cannot be nested"
-msgstr "chamadas de função de agregação não podem ser aninhadas"
+#: utils/adt/datetime.c:928 utils/adt/datetime.c:1663 utils/adt/date.c:2631
+#: utils/adt/timestamp.c:4452 utils/adt/timestamp.c:4625
+#, c-format
+msgid "time zone \"%s\" not recognized"
+msgstr "zona horária \"%s\" é desconhecida"
-#: parser/parse_agg.c:174
-msgid "aggregate function calls cannot contain window function calls"
-msgstr ""
-"chamadas de função de agregação não podem conter chamadas de função "
-"deslizante"
+#: utils/adt/datetime.c:1186 utils/adt/datetime.c:1934 utils/adt/date.c:142
+msgid "date/time value \"current\" is no longer supported"
+msgstr "valor de data/hora \"current\" não é mais suportado"
-#: parser/parse_agg.c:211 optimizer/util/clauses.c:647
-#: executor/execQual.c:4432
-msgid "window function calls cannot be nested"
-msgstr "chamadas de função deslizante não podem ser aninhadas"
+#: utils/adt/datetime.c:3534 utils/adt/datetime.c:3541
+#, c-format
+msgid "date/time field value out of range: \"%s\""
+msgstr "valor do campo date/time está fora do intervalo: \"%s\""
-#: parser/parse_agg.c:336
-msgid "aggregates not allowed in WHERE clause"
-msgstr "agregação não é permitida na cláusula WHERE"
+#: utils/adt/datetime.c:3543
+msgid "Perhaps you need a different \"datestyle\" setting."
+msgstr "Talvez você necessite de uma definição diferente para \"datestyle\"."
-#: parser/parse_agg.c:342
-msgid "aggregates not allowed in JOIN conditions"
-msgstr "agregação não é permitida nas condições JOIN"
+#: utils/adt/datetime.c:3548
+#, c-format
+msgid "interval field value out of range: \"%s\""
+msgstr "valor do campo interval fora do intervalo: \"%s\""
-#: parser/parse_agg.c:363
-msgid "aggregates not allowed in GROUP BY clause"
-msgstr "agregação não é permitida na cláusula GROUP BY"
+#: utils/adt/datetime.c:3554
+#, c-format
+msgid "time zone displacement out of range: \"%s\""
+msgstr "deslocamento de zona horária fora do intervalo: \"%s\""
-#: parser/parse_agg.c:433
-msgid "aggregate functions not allowed in a recursive query's recursive term"
-msgstr ""
-"funções de agregação não são permitidas em termo recursivo de uma consulta "
-"recursiva"
+#: utils/adt/numeric.c:473 utils/adt/numeric.c:500 utils/adt/numeric.c:3275
+#: utils/adt/numeric.c:3298 utils/adt/numeric.c:3322 utils/adt/numeric.c:3329
+#, c-format
+msgid "invalid input syntax for type numeric: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo numeric: \"%s\""
-#: parser/parse_agg.c:458
-msgid "window functions not allowed in WHERE clause"
-msgstr "funções deslizantes não são permitidas na cláusula WHERE"
+#: utils/adt/numeric.c:653
+msgid "invalid length in external \"numeric\" value"
+msgstr "tamanho inválido no valor de \"numeric\" externo"
-#: parser/parse_agg.c:464
-msgid "window functions not allowed in JOIN conditions"
-msgstr "funções deslizantes não são permitidas nas condições JOIN"
+#: utils/adt/numeric.c:664
+msgid "invalid sign in external \"numeric\" value"
+msgstr "sinal inválido no valor de \"numeric\" externo"
-#: parser/parse_agg.c:470
-msgid "window functions not allowed in HAVING clause"
-msgstr "funções deslizantes não são permitidas na cláusula WHERE"
+#: utils/adt/numeric.c:674
+msgid "invalid digit in external \"numeric\" value"
+msgstr "dígito inválido no valor de \"numeric\" externo"
-#: parser/parse_agg.c:483
-msgid "window functions not allowed in GROUP BY clause"
-msgstr "funções deslizantes não são permitidas na cláusula GROUP BY"
+#: utils/adt/numeric.c:814 utils/adt/numeric.c:828
+#, c-format
+msgid "NUMERIC precision %d must be between 1 and %d"
+msgstr "precisão do NUMERIC %d deve ser entre 1 e %d"
-#: parser/parse_agg.c:502 parser/parse_agg.c:515
-msgid "window functions not allowed in window definition"
-msgstr ""
-"funções deslizantes não são permitidas na definição de função deslizante"
+#: utils/adt/numeric.c:819
+#, c-format
+msgid "NUMERIC scale %d must be between 0 and precision %d"
+msgstr "escala do NUMERIC %d deve ser entre 0 e precisão %d"
+
+#: utils/adt/numeric.c:837
+msgid "invalid NUMERIC type modifier"
+msgstr "modificador de tipo NUMERIC é inválido"
+
+#: utils/adt/numeric.c:1171 utils/adt/float.c:2687
+msgid "count must be greater than zero"
+msgstr "contador deve ser maior do que zero"
+
+#: utils/adt/numeric.c:1178 utils/adt/float.c:2692
+msgid "operand, lower bound and upper bound cannot be NaN"
+msgstr "operando, limite inferior e limite superior não podem ser infinitos"
-#: parser/parse_agg.c:673
-#, c-format
-msgid ""
-"column \"%s.%s\" must appear in the GROUP BY clause or be used in an "
-"aggregate function"
-msgstr ""
-"coluna \"%s.%s\" deve aparecer na cláusula GROUP BY ou ser utilizada em uma "
-"função de agregação"
+#: utils/adt/numeric.c:1191 utils/adt/float.c:2736
+msgid "lower bound cannot equal upper bound"
+msgstr "limite inferior não pode ser igual a limite superior"
-#: parser/parse_agg.c:679
-#, c-format
-msgid "subquery uses ungrouped column \"%s.%s\" from outer query"
-msgstr "subconsulta utiliza coluna desagrupada \"%s.%s\" na consulta externa"
+#: utils/adt/numeric.c:1881 utils/adt/numeric.c:3754
+msgid "value overflows numeric format"
+msgstr "valor excede formato numeric"
-#: parser/analyze.c:471
-msgid "INSERT ... SELECT cannot specify INTO"
-msgstr "INSERT ... SELECT não pode especificar INTO"
+#: utils/adt/numeric.c:2166 utils/adt/float.c:1345
+msgid "zero raised to a negative power is undefined"
+msgstr "zero elevado a um número negativo é indefinido"
-#: parser/analyze.c:564 parser/analyze.c:1070
-msgid "VALUES lists must all be the same length"
-msgstr "listas de VALUES devem ser todas do mesmo tamanho"
+#: utils/adt/numeric.c:2172 utils/adt/float.c:1349
+msgid "a negative number raised to a non-integer power yields a complex result"
+msgstr ""
+"um número negativo elevado a um número que não é inteiro retorna um "
+"resultado complexo"
-#: parser/analyze.c:606 parser/analyze.c:1211
-msgid "VALUES must not contain table references"
-msgstr "VALUES não devem conter referências a tabelas"
+#: utils/adt/numeric.c:2229
+msgid "cannot convert NaN to integer"
+msgstr "não pode converter NaN para inteiro"
-#: parser/analyze.c:620 parser/analyze.c:1225
-msgid "VALUES must not contain OLD or NEW references"
-msgstr "VALUES não devem conter referências a OLD ou NEW"
+#: utils/adt/numeric.c:2253 utils/adt/numeric.c:2262 utils/adt/int8.c:1211
+#: utils/adt/varlena.c:950 utils/adt/varlena.c:1968
+#: utils/adt/array_userfuncs.c:103 utils/adt/array_userfuncs.c:113
+#: utils/adt/int.c:623 utils/adt/int.c:652 utils/adt/int.c:673
+#: utils/adt/int.c:693 utils/adt/int.c:715 utils/adt/int.c:744
+#: utils/adt/int.c:758 utils/adt/int.c:773 utils/adt/int.c:912
+#: utils/adt/int.c:933 utils/adt/int.c:960 utils/adt/int.c:1000
+#: utils/adt/int.c:1021 utils/adt/int.c:1048 utils/adt/int.c:1079
+#: utils/adt/int.c:1142 utils/adt/varbit.c:1111 utils/adt/varbit.c:1503
+#: utils/adt/float.c:1101 utils/adt/float.c:1160 utils/adt/float.c:2711
+#: utils/adt/float.c:2727 utils/adt/arrayfuncs.c:1276
+msgid "integer out of range"
+msgstr "inteiro fora do intervalo"
-#: parser/analyze.c:621 parser/analyze.c:1226
-msgid "Use SELECT ... UNION ALL ... instead."
-msgstr "Ao invés disso utilize SELECT ... UNION ALL ... ."
+#: utils/adt/numeric.c:2297
+msgid "cannot convert NaN to bigint"
+msgstr "não pode converter NaN para bigint"
-#: parser/analyze.c:725 parser/analyze.c:1238
-msgid "cannot use aggregate function in VALUES"
-msgstr "não pode utilizar função de agregação em VALUES"
+#: utils/adt/numeric.c:2306 utils/adt/int8.c:500 utils/adt/int8.c:529
+#: utils/adt/int8.c:550 utils/adt/int8.c:580 utils/adt/int8.c:612
+#: utils/adt/int8.c:630 utils/adt/int8.c:679 utils/adt/int8.c:696
+#: utils/adt/int8.c:765 utils/adt/int8.c:786 utils/adt/int8.c:813
+#: utils/adt/int8.c:844 utils/adt/int8.c:865 utils/adt/int8.c:886
+#: utils/adt/int8.c:913 utils/adt/int8.c:953 utils/adt/int8.c:974
+#: utils/adt/int8.c:1001 utils/adt/int8.c:1032 utils/adt/int8.c:1053
+#: utils/adt/int8.c:1074 utils/adt/int8.c:1101 utils/adt/int8.c:1274
+#: utils/adt/int8.c:1313 utils/adt/varbit.c:1583
+msgid "bigint out of range"
+msgstr "bigint fora do intervalo"
-#: parser/analyze.c:731 parser/analyze.c:1244
-msgid "cannot use window function in VALUES"
-msgstr "não pode utilizar função deslizante em VALUES"
+#: utils/adt/numeric.c:2345
+msgid "cannot convert NaN to smallint"
+msgstr "não pode converter NaN para smallint"
-#: parser/analyze.c:765
-msgid "INSERT has more expressions than target columns"
-msgstr "INSERT tem mais expressões do que colunas alvo"
+#: utils/adt/numeric.c:2354 utils/adt/numeric.c:2365 utils/adt/int8.c:1236
+#: utils/adt/int.c:349 utils/adt/int.c:789 utils/adt/int.c:818
+#: utils/adt/int.c:839 utils/adt/int.c:859 utils/adt/int.c:891
+#: utils/adt/int.c:1157 utils/adt/float.c:1119 utils/adt/float.c:1177
+msgid "smallint out of range"
+msgstr "smallint fora do intervalo"
-#: parser/analyze.c:783
-msgid "INSERT has more target columns than expressions"
-msgstr "INSERT tem mais colunas alvo do que expressões"
+#: utils/adt/numeric.c:3824
+msgid "numeric field overflow"
+msgstr "estouro de campo numeric"
-#: parser/analyze.c:787
+#: utils/adt/numeric.c:3825
+#, c-format
msgid ""
-"The insertion source is a row expression containing the same number of "
-"columns expected by the INSERT. Did you accidentally use extra parentheses?"
+"A field with precision %d, scale %d must round to an absolute value less "
+"than %s%d."
msgstr ""
-"A fonte de inserção é uma expressão de registro contendo o mesmo número de "
-"colunas esperadas pelo INSERT. Você acidentalmente utilizou parênteses "
-"extras?"
+"Um campo com precisão %d, escala %d deve arredondar para um valor absoluto "
+"menor do que %s%d."
-#: parser/analyze.c:1084
-msgid "DEFAULT can only appear in a VALUES list within INSERT"
-msgstr "DEFAULT só pode aparecer em uma lista de VALUES com INSERT"
+#: utils/adt/numeric.c:3969 utils/adt/numeric.c:3995 utils/adt/float.c:399
+#: utils/adt/float.c:440 utils/adt/float.c:491
+#, c-format
+msgid "invalid input syntax for type double precision: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo double precision: \"%s\""
-#: parser/analyze.c:1192 parser/analyze.c:2417
-msgid "SELECT FOR UPDATE/SHARE cannot be applied to VALUES"
-msgstr "SELECT FOR UPDATE/SHARE não pode ser aplicado a VALUES"
+#: utils/adt/numeric.c:4507 utils/adt/numeric.c:4790 utils/adt/int8.c:596
+#: utils/adt/int8.c:647 utils/adt/int8.c:828 utils/adt/int8.c:927
+#: utils/adt/int8.c:1016 utils/adt/int8.c:1115 utils/adt/timestamp.c:2876
+#: utils/adt/geo_ops.c:4130 utils/adt/int.c:730 utils/adt/int.c:875
+#: utils/adt/int.c:974 utils/adt/int.c:1063 utils/adt/int.c:1093
+#: utils/adt/int.c:1117 utils/adt/float.c:764 utils/adt/float.c:828
+#: utils/adt/float.c:2470 utils/adt/float.c:2533 utils/adt/cash.c:507
+#: utils/adt/cash.c:557 utils/adt/cash.c:608 utils/adt/cash.c:657
+#: utils/adt/cash.c:709 utils/adt/cash.c:759
+msgid "division by zero"
+msgstr "divisão por zero"
-#: parser/analyze.c:1332 parser/analyze.c:1537 parser/analyze.c:2266
-#: optimizer/plan/planner.c:939
-msgid "SELECT FOR UPDATE/SHARE is not allowed with UNION/INTERSECT/EXCEPT"
-msgstr "SELECT FOR UPDATE/SHARE não é permitido com UNION/INTERSECT/EXCEPT"
+#: utils/adt/numeric.c:5183 utils/adt/float.c:1303
+msgid "cannot take square root of a negative number"
+msgstr "não pode calcular raiz quadrada de um número negativo"
-#: parser/analyze.c:1455
-msgid "invalid UNION/INTERSECT/EXCEPT ORDER BY clause"
-msgstr "cláusula UNION/INTERSECT/EXCEPT ORDER BY é inválida"
+#: utils/adt/numeric.c:5273
+msgid "argument for function \"exp\" too big"
+msgstr "argumento para função \"exp\" é muito grande"
-#: parser/analyze.c:1456
-msgid "Only result column names can be used, not expressions or functions."
-msgstr ""
-"Somente nomes de colunas resultantes podem ser utilizadas, e não expressões "
-"ou funções."
+#: utils/adt/numeric.c:5401 utils/adt/float.c:1415 utils/adt/float.c:1445
+msgid "cannot take logarithm of zero"
+msgstr "não pode calcular logaritmo de zero"
-#: parser/analyze.c:1457
-msgid ""
-"Add the expression/function to every SELECT, or move the UNION into a FROM "
-"clause."
-msgstr ""
-"Adicione a expressão/função a todos SELECTs ou mova o UNION para uma "
-"cláusula FROM."
+#: utils/adt/numeric.c:5405 utils/adt/float.c:1419 utils/adt/float.c:1449
+msgid "cannot take logarithm of a negative number"
+msgstr "não pode calcular logaritmo de número negativo"
-#: parser/analyze.c:1529
-msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT"
-msgstr "INTO só é permitido no primeiro SELECT do UNION/INTERSECT/EXCEPT"
+#: utils/adt/misc.c:80
+msgid "must be superuser to signal other server processes"
+msgstr "deve ser super-usuário para sinalizar outros processos servidor"
-#: parser/analyze.c:1589
-msgid ""
-"UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of "
-"same query level"
-msgstr ""
-"comando membro do UNION/INTERSECT/EXCEPT não pode referenciar outras "
-"relações do mesmo nível da consulta"
+#: utils/adt/misc.c:89
+#, c-format
+msgid "PID %d is not a PostgreSQL server process"
+msgstr "PID %d não é um processo servidor do PostgreSQL"
-#: parser/analyze.c:1677
+#: utils/adt/misc.c:102 storage/lmgr/proc.c:1065
#, c-format
-msgid "each %s query must have the same number of columns"
-msgstr "cada consulta %s deve ter o mesmo número de colunas"
+msgid "could not send signal to process %d: %m"
+msgstr "não pôde enviar sinal para processo %d: %m"
-#: parser/analyze.c:1933
-msgid "CREATE TABLE AS specifies too many column names"
-msgstr "CREATE TABLE AS especificou muitos nomes de colunas"
+#: utils/adt/misc.c:126
+msgid "must be superuser to signal the postmaster"
+msgstr "deve ser super-usuário para sinalizar o postmaster"
-#: parser/analyze.c:1991
-msgid "cannot use aggregate function in UPDATE"
-msgstr "não pode utilizar função de agregação em UPDATE"
+#: utils/adt/misc.c:131
+#, c-format
+msgid "failed to send signal to postmaster: %m"
+msgstr "falhou ao enviar sinal para postmaster: %m"
-#: parser/analyze.c:1997
-msgid "cannot use window function in UPDATE"
-msgstr "não pode utilizar função deslizante em UPDATE"
+#: utils/adt/misc.c:148
+msgid "must be superuser to rotate log files"
+msgstr "deve ser super-usuário para rotacionar arquivos de log"
-#: parser/analyze.c:2106
-msgid "cannot use aggregate function in RETURNING"
-msgstr "não pode utilizar função de agregação em RETURNING"
+#: utils/adt/misc.c:153
+msgid "rotation not possible because log collection not active"
+msgstr "rotação não é possível porque coleta de log não está ativa"
-#: parser/analyze.c:2112
-msgid "cannot use window function in RETURNING"
-msgstr "não pode utilizar função deslizante em RETURNING"
+#: utils/adt/misc.c:195
+msgid "global tablespace never has databases"
+msgstr "tablespace global nunca teve bancos de dados"
-#: parser/analyze.c:2131
-msgid "RETURNING cannot contain references to other relations"
-msgstr "RETURNING não pode conter referências a outras relações"
+#: utils/adt/misc.c:216
+#, c-format
+msgid "%u is not a tablespace OID"
+msgstr "%u não é um OID de tablespace"
-#: parser/analyze.c:2170
-msgid "cannot specify both SCROLL and NO SCROLL"
-msgstr "não pode especificar SCROLL e NO SCROLL"
+#: utils/adt/misc.c:352
+msgid "unreserved"
+msgstr "sem reserva"
-#: parser/analyze.c:2184
-msgid "DECLARE CURSOR cannot specify INTO"
-msgstr "DECLARE CURSOR não pode especificar INTO"
+#: utils/adt/misc.c:356
+msgid "unreserved (cannot be function or type name)"
+msgstr "sem reserva (não pode ser nome de função ou tipo)"
-#: parser/analyze.c:2196
-msgid "DECLARE CURSOR must not contain data-modifying statements in WITH"
-msgstr "DECLARE CURSOR não deve conter comandos que modificam dados no WITH"
+#: utils/adt/misc.c:360
+msgid "reserved (can be function or type name)"
+msgstr "reservado (pode ser nome de função ou tipo)"
-#: parser/analyze.c:2202
-msgid "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE is not supported"
-msgstr "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE não é suportado"
+#: utils/adt/misc.c:364
+msgid "reserved"
+msgstr "reservado"
-#: parser/analyze.c:2203
-msgid "Holdable cursors must be READ ONLY."
-msgstr "Cursores duráveis devem ser READ ONLY."
+#: utils/adt/like_match.c:104 utils/adt/like_match.c:164
+msgid "LIKE pattern must not end with escape character"
+msgstr "padrão de LIKE não deve terminar com caracter escape"
-#: parser/analyze.c:2209 executor/spi.c:1233
-msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported"
-msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE não é suportado"
+#: utils/adt/like_match.c:289 utils/adt/regexp.c:683
+msgid "invalid escape string"
+msgstr "cadeia de caracteres de escape inválida"
-#: parser/analyze.c:2210 executor/spi.c:1234
-msgid "Scrollable cursors must be READ ONLY."
-msgstr "Cursores roláveis devem ser READ ONLY."
+#: utils/adt/like_match.c:290 utils/adt/regexp.c:684
+msgid "Escape string must be empty or one character."
+msgstr "Cadeia de caracteres de escape deve ser vazia ou ter um caracter."
-#: parser/analyze.c:2216
-msgid "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE is not supported"
-msgstr "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE não é suportado"
+#: utils/adt/nabstime.c:160
+#, c-format
+msgid "invalid time zone name: \"%s\""
+msgstr "nome de zona horária é inválido: \"%s\""
-#: parser/analyze.c:2217
-msgid "Insensitive cursors must be READ ONLY."
-msgstr "Cursores insensíveis devem ser READ ONLY."
+#: utils/adt/nabstime.c:480 utils/adt/nabstime.c:523 utils/adt/nabstime.c:553
+#: utils/adt/nabstime.c:596 utils/adt/date.c:913 utils/adt/date.c:960
+#: utils/adt/date.c:1516 utils/adt/date.c:1553 utils/adt/date.c:2426
+#: utils/adt/timestamp.c:226 utils/adt/timestamp.c:269
+#: utils/adt/timestamp.c:491 utils/adt/timestamp.c:531
+#: utils/adt/timestamp.c:2530 utils/adt/timestamp.c:2551
+#: utils/adt/timestamp.c:2564 utils/adt/timestamp.c:2573
+#: utils/adt/timestamp.c:2631 utils/adt/timestamp.c:2654
+#: utils/adt/timestamp.c:2667 utils/adt/timestamp.c:2678
+#: utils/adt/timestamp.c:3114 utils/adt/timestamp.c:3244
+#: utils/adt/timestamp.c:3285 utils/adt/timestamp.c:3373
+#: utils/adt/timestamp.c:3420 utils/adt/timestamp.c:3531
+#: utils/adt/timestamp.c:3844 utils/adt/timestamp.c:3981
+#: utils/adt/timestamp.c:3988 utils/adt/timestamp.c:4002
+#: utils/adt/timestamp.c:4012 utils/adt/timestamp.c:4075
+#: utils/adt/timestamp.c:4215 utils/adt/timestamp.c:4225
+#: utils/adt/timestamp.c:4440 utils/adt/timestamp.c:4519
+#: utils/adt/timestamp.c:4526 utils/adt/timestamp.c:4553
+#: utils/adt/timestamp.c:4557 utils/adt/timestamp.c:4614 utils/adt/xml.c:1740
+#: utils/adt/xml.c:1747 utils/adt/xml.c:1767 utils/adt/xml.c:1774
+#: utils/adt/formatting.c:3185 utils/adt/formatting.c:3217
+#: utils/adt/formatting.c:3285
+msgid "timestamp out of range"
+msgstr "timestamp fora do intervalo"
-#: parser/analyze.c:2270
-msgid "SELECT FOR UPDATE/SHARE is not allowed with DISTINCT clause"
-msgstr "SELECT FOR UPDATE/SHARE não é permitido com cláusula DISTINCT"
+#: utils/adt/nabstime.c:506 utils/adt/nabstime.c:579
+msgid "cannot convert abstime \"invalid\" to timestamp"
+msgstr "não pode converter abstime \"invalid\" para timestamp"
-#: parser/analyze.c:2274
-msgid "SELECT FOR UPDATE/SHARE is not allowed with GROUP BY clause"
-msgstr "SELECT FOR UPDATE/SHARE não é permitido com cláusula GROUP BY"
+#: utils/adt/nabstime.c:806
+msgid "invalid status in external \"tinterval\" value"
+msgstr "status inválido no valor de \"tinterval\" externo"
-#: parser/analyze.c:2278
-msgid "SELECT FOR UPDATE/SHARE is not allowed with HAVING clause"
-msgstr "SELECT FOR UPDATE/SHARE não é permitido com cláusula HAVING"
+#: utils/adt/nabstime.c:880
+msgid "cannot convert reltime \"invalid\" to interval"
+msgstr "não pode converter reltime \"invalid\" em interval"
-#: parser/analyze.c:2282
-msgid "SELECT FOR UPDATE/SHARE is not allowed with aggregate functions"
-msgstr "SELECT FOR UPDATE/SHARE não é permitido com funções de agregação"
+#: utils/adt/nabstime.c:1575
+#, c-format
+msgid "invalid input syntax for type tinterval: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo tinterval: \"%s\""
-#: parser/analyze.c:2286
-msgid "SELECT FOR UPDATE/SHARE is not allowed with window functions"
-msgstr "SELECT FOR UPDATE/SHARE não é permitido com funções deslizantes"
+#: utils/adt/ruleutils.c:2429
+#, c-format
+msgid "rule \"%s\" has unsupported event type %d"
+msgstr "regra \"%s\" tem tipo de evento %d que não é suportado"
-#: parser/analyze.c:2290
-msgid ""
-"SELECT FOR UPDATE/SHARE is not allowed with set-returning functions in the "
-"target list"
-msgstr ""
-"SELECT FOR UPDATE/SHARE não é permitido em funções que retornam conjunto na "
-"lista de alvos"
+#: utils/adt/ruleutils.c:5877 utils/adt/ruleutils.c:5932
+#: utils/adt/ruleutils.c:5969 utils/adt/regproc.c:635 utils/adt/regproc.c:1485
+msgid "too many arguments"
+msgstr "muitos argumentos"
-#: parser/analyze.c:2369
-msgid "SELECT FOR UPDATE/SHARE must specify unqualified relation names"
-msgstr ""
-"SELECT FOR UPDATE/SHARE deve especificar nomes de relação não qualificados"
+#: utils/adt/encode.c:55 utils/adt/encode.c:91
+#, c-format
+msgid "unrecognized encoding: \"%s\""
+msgstr "codificação desconhecida: \"%s\""
-#: parser/analyze.c:2386
+#: utils/adt/encode.c:150
#, c-format
-msgid "SELECT FOR UPDATE/SHARE cannot be used with foreign table \"%s\""
-msgstr ""
-"SELECT FOR UPDATE/SHARE não pode ser utilizado com tabela externa \"%s\""
+msgid "invalid hexadecimal digit: \"%c\""
+msgstr "dígito hexadecimal inválido: \"%c\""
-#: parser/analyze.c:2405
-msgid "SELECT FOR UPDATE/SHARE cannot be applied to a join"
-msgstr "SELECT FOR UPDATE/SHARE não pode ser aplicado em uma junção"
+#: utils/adt/encode.c:178
+msgid "invalid hexadecimal data: odd number of digits"
+msgstr "dado hexadecimal inválido: número de dígitos estranho"
-#: parser/analyze.c:2411
-msgid "SELECT FOR UPDATE/SHARE cannot be applied to a function"
-msgstr "SELECT FOR UPDATE/SHARE não pode ser aplicado a uma função"
+#: utils/adt/encode.c:295
+msgid "unexpected \"=\""
+msgstr "\"=\" inesperado"
-#: parser/analyze.c:2423
-msgid "SELECT FOR UPDATE/SHARE cannot be applied to a WITH query"
-msgstr "SELECT FOR UPDATE/SHARE não pode ser aplicado em uma consulta WITH"
+#: utils/adt/encode.c:307
+msgid "invalid symbol"
+msgstr "símbolo inválido"
-#: parser/analyze.c:2437
-#, c-format
-msgid "relation \"%s\" in FOR UPDATE/SHARE clause not found in FROM clause"
-msgstr ""
-"relação \"%s\" na cláusula FOR UPDATE/SHARE não foi encontrada na cláusula "
-"FROM"
+#: utils/adt/encode.c:327
+msgid "invalid end sequence"
+msgstr "fim de sequência inválido"
-#: optimizer/util/plancat.c:97
-msgid "cannot access temporary or unlogged relations during recovery"
-msgstr "não pode criar tabelas temporárias ou unlogged durante recuperação"
+#: utils/adt/encode.c:441 utils/adt/encode.c:506 utils/adt/varlena.c:246
+#: utils/adt/varlena.c:287
+msgid "invalid input syntax for type bytea"
+msgstr "sintaxe de entrada é inválida para tipo bytea"
-#: optimizer/util/clauses.c:4166
-#, c-format
-msgid "SQL function \"%s\" during inlining"
-msgstr "função SQL \"%s\" durante expansão em linha"
+#: utils/adt/pseudotypes.c:94
+msgid "cannot accept a value of type any"
+msgstr "não pode aceitar um valor do tipo any"
-#: optimizer/prep/prepunion.c:385
-msgid "could not implement recursive UNION"
-msgstr "não pôde implementar UNION recursivo"
+#: utils/adt/pseudotypes.c:107
+msgid "cannot display a value of type any"
+msgstr "não pode mostrar um valor do tipo any"
-#: optimizer/prep/prepunion.c:386
-msgid "All column datatypes must be hashable."
-msgstr "Todos os tipos de dados de colunas devem suportar utilização de hash."
+#: utils/adt/pseudotypes.c:121 utils/adt/pseudotypes.c:149
+msgid "cannot accept a value of type anyarray"
+msgstr "não pode aceitar um valor do tipo anyarray"
-#. translator: %s is UNION, INTERSECT, or EXCEPT
-#: optimizer/prep/prepunion.c:790
-#, c-format
-msgid "could not implement %s"
-msgstr "não pôde implementar %s"
+#: utils/adt/pseudotypes.c:174
+msgid "cannot accept a value of type anyenum"
+msgstr "não pode aceitar um valor do tipo anyenum"
-#: optimizer/prep/prepunion.c:791 optimizer/plan/planner.c:2235
-#: optimizer/plan/planner.c:2407
-msgid ""
-"Some of the datatypes only support hashing, while others only support "
-"sorting."
-msgstr ""
-"Alguns dos tipos de dados só suportam utilização de hash, enquanto outros só "
-"suportam utilização de ordenação."
+#: utils/adt/pseudotypes.c:252
+msgid "cannot accept a value of type trigger"
+msgstr "não pode aceitar um valor do tipo trigger"
-#: optimizer/plan/planner.c:2234
-msgid "could not implement GROUP BY"
-msgstr "não pôde implementar GROUP BY"
+#: utils/adt/pseudotypes.c:265
+msgid "cannot display a value of type trigger"
+msgstr "não pode mostrar um valor do tipo trigger"
-#: optimizer/plan/planner.c:2406
-msgid "could not implement DISTINCT"
-msgstr "não pôde implementar DISTINCT"
+#: utils/adt/pseudotypes.c:279
+msgid "cannot accept a value of type language_handler"
+msgstr "não pode aceitar um valor do tipo language_handler"
-#: optimizer/plan/planner.c:2857
-msgid "could not implement window PARTITION BY"
-msgstr "não pôde implementar deslizante PARTITION BY"
+#: utils/adt/pseudotypes.c:292
+msgid "cannot display a value of type language_handler"
+msgstr "não pode mostrar um valor do tipo language_handler"
-#: optimizer/plan/planner.c:2858
-msgid "Window partitioning columns must be of sortable datatypes."
-msgstr ""
-"Colunas de particionamento de deslizante devem ser de tipos de dados que "
-"suportam ordenação."
+#: utils/adt/pseudotypes.c:306
+msgid "cannot accept a value of type fdw_handler"
+msgstr "não pode aceitar um valor do tipo fdw_handler"
-#: optimizer/plan/planner.c:2862
-msgid "could not implement window ORDER BY"
-msgstr "não pôde implementar deslizante ORDER BY"
+#: utils/adt/pseudotypes.c:319
+msgid "cannot display a value of type fdw_handler"
+msgstr "não pode mostrar um valor do tipo fdw_handler"
-#: optimizer/plan/planner.c:2863
-msgid "Window ordering columns must be of sortable datatypes."
-msgstr ""
-"Colunas de ordenação de deslizante devem ser de tipos de dados que suportam "
-"ordenação."
+#: utils/adt/pseudotypes.c:333
+msgid "cannot accept a value of type internal"
+msgstr "não pode aceitar um valor do tipo interval"
-#: optimizer/plan/initsplan.c:595
-msgid ""
-"SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer "
-"join"
-msgstr ""
-"SELECT FOR UPDATE/SHARE não pode ser aplicado ao lado com valores nulos de "
-"um junção externa"
+#: utils/adt/pseudotypes.c:346
+msgid "cannot display a value of type internal"
+msgstr "não pode mostrar um valor do tipo interval"
-#: optimizer/path/joinrels.c:673
-msgid ""
-"FULL JOIN is only supported with merge-joinable or hash-joinable join "
-"conditions"
-msgstr ""
-"FULL JOIN só é suportado com condições de junção que podem ser utilizadas "
-"com junção por mesclagem ou junção por hash"
+#: utils/adt/pseudotypes.c:360
+msgid "cannot accept a value of type opaque"
+msgstr "não pode aceitar um valor do tipo opaque"
-#: main/main.c:237
-#, c-format
-msgid "%s: setsysinfo failed: %s\n"
-msgstr "%s: setsysinfo falhou: %s\n"
+#: utils/adt/pseudotypes.c:373
+msgid "cannot display a value of type opaque"
+msgstr "não pode mostrar um valor do tipo opaque"
-#: main/main.c:259
-#, c-format
-msgid "%s: WSAStartup failed: %d\n"
-msgstr "%s: WSAStartup falhou: %d\n"
+#: utils/adt/pseudotypes.c:387
+msgid "cannot accept a value of type anyelement"
+msgstr "não pode aceitar um valor do tipo anyelement"
-#: main/main.c:278
-#, c-format
-msgid ""
-"%s is the PostgreSQL server.\n"
-"\n"
-msgstr ""
-"%s é o servidor PostgreSQL.\n"
-"\n"
+#: utils/adt/pseudotypes.c:400
+msgid "cannot display a value of type anyelement"
+msgstr "não pode mostrar um valor do tipo anyelement"
-#: main/main.c:279
-#, c-format
-msgid ""
-"Usage:\n"
-" %s [OPTION]...\n"
-"\n"
-msgstr ""
-"Uso:\n"
-" %s [OPÇÃO]...\n"
-"\n"
+#: utils/adt/pseudotypes.c:413
+msgid "cannot accept a value of type anynonarray"
+msgstr "não pode aceitar um valor do tipo anynonarray"
-#: main/main.c:280
-#, c-format
-msgid "Options:\n"
-msgstr "Opções:\n"
+#: utils/adt/pseudotypes.c:426
+msgid "cannot display a value of type anynonarray"
+msgstr "não pode mostrar um valor do tipo anynonarray"
-#: main/main.c:282
-#, c-format
-msgid " -A 1|0 enable/disable run-time assert checking\n"
-msgstr ""
-" -A 1|0 habilita/desabilita verificação de asserção em tempo de "
-"execução\n"
+#: utils/adt/pseudotypes.c:439
+msgid "cannot accept a value of a shell type"
+msgstr "não pode aceitar um valor do tipo shell"
-#: main/main.c:284
-#, c-format
-msgid " -B NBUFFERS number of shared buffers\n"
-msgstr " -B NBUFFERS número de buffers compartilhados\n"
+#: utils/adt/pseudotypes.c:452
+msgid "cannot display a value of a shell type"
+msgstr "não pode mostrar um valor do tipo shell"
-#: main/main.c:285
-#, c-format
-msgid " -c NAME=VALUE set run-time parameter\n"
-msgstr " -c NOME=VALOR define o parâmetro em tempo de execução\n"
+#: utils/adt/pseudotypes.c:474 utils/adt/pseudotypes.c:498
+msgid "cannot accept a value of type pg_node_tree"
+msgstr "não pode aceitar um valor do tipo pg_node_tree"
-#: main/main.c:286
-#, c-format
-msgid " -d 1-5 debugging level\n"
-msgstr " -d 1-5 nível de depuração\n"
+#: utils/adt/genfile.c:60
+msgid "reference to parent directory (\"..\") not allowed"
+msgstr "referência ao diretório pai (\"..\") não é permitida"
-#: main/main.c:287
-#, c-format
-msgid " -D DATADIR database directory\n"
-msgstr " -D DIRDADOS diretório do banco de dados\n"
+#: utils/adt/genfile.c:71
+msgid "absolute path not allowed"
+msgstr "caminho absoluto não é permitido"
-#: main/main.c:288
-#, c-format
-msgid " -e use European date input format (DMY)\n"
-msgstr " -e usa formato de entrada de data europeu (DMY)\n"
+#: utils/adt/genfile.c:76
+msgid "path must be in or below the current directory"
+msgstr "caminho deve estar no ou abaixo do diretório atual"
-#: main/main.c:289
-#, c-format
-msgid " -F turn fsync off\n"
-msgstr " -F desabilita o fsync\n"
+#: utils/adt/genfile.c:117 utils/adt/oracle_compat.c:184
+#: utils/adt/oracle_compat.c:282 utils/adt/oracle_compat.c:758
+#: utils/adt/oracle_compat.c:1048
+msgid "requested length too large"
+msgstr "tamanho solicitado é muito grande"
-#: main/main.c:290
+#: utils/adt/genfile.c:129
#, c-format
-msgid " -h HOSTNAME host name or IP address to listen on\n"
-msgstr " -h MÁQUINA nome da máquina ou endereço IP para escutar\n"
+msgid "could not seek in file \"%s\": %m"
+msgstr "não pôde buscar em arquivo \"%s\": %m"
-#: main/main.c:291
-#, c-format
-msgid " -i enable TCP/IP connections\n"
-msgstr " -i habilita conexões TCP/IP\n"
+#: utils/adt/genfile.c:179 utils/adt/genfile.c:203 utils/adt/genfile.c:224
+#: utils/adt/genfile.c:248
+msgid "must be superuser to read files"
+msgstr "deve ser super-usuário para ler arquivos"
-#: main/main.c:292
-#, c-format
-msgid " -k DIRECTORY Unix-domain socket location\n"
-msgstr " -k DIRETÓRIO local do soquete de domínio Unix\n"
+#: utils/adt/genfile.c:186 utils/adt/genfile.c:231
+msgid "requested length cannot be negative"
+msgstr "tamanho solicitado não pode ser negativo"
-#: main/main.c:294
-#, c-format
-msgid " -l enable SSL connections\n"
-msgstr " -l habilita conexões SSL\n"
+#: utils/adt/genfile.c:272
+msgid "must be superuser to get file information"
+msgstr "deve ser super-usuário para obter informação sobre arquivo"
-#: main/main.c:296
-#, c-format
-msgid " -N MAX-CONNECT maximum number of allowed connections\n"
-msgstr " -N MAX-CONEXÃO número máximo de conexões permitidas\n"
+#: utils/adt/genfile.c:336
+msgid "must be superuser to get directory listings"
+msgstr "deve ser super-usuário para obter listagem de diretórios"
-#: main/main.c:297
+#: utils/adt/tsvector_op.c:530 utils/adt/tsvector.c:272 tsearch/to_tsany.c:165
#, c-format
-msgid " -o OPTIONS pass \"OPTIONS\" to each server process (obsolete)\n"
+msgid "string is too long for tsvector (%d bytes, max %d bytes)"
msgstr ""
-" -o OPÇÕES passa \"OPÇÕES\" para cada processo servidor (obsoleto)\n"
-
-#: main/main.c:298
-#, c-format
-msgid " -p PORT port number to listen on\n"
-msgstr " -p PORTA número da porta para escutar\n"
+"cadeia de caracteres é muito longa para tsvector (%d bytes, máximo de %d "
+"bytes)"
-#: main/main.c:299
-#, c-format
-msgid " -s show statistics after each query\n"
-msgstr " -s mostra estatísticas após cada consulta\n"
+#: utils/adt/tsvector_op.c:1173
+msgid "ts_stat query must return one tsvector column"
+msgstr "consulta ts_stat deve retornar uma coluna tsvector"
-#: main/main.c:300
+#: utils/adt/tsvector_op.c:1353
#, c-format
-msgid " -S WORK-MEM set amount of memory for sorts (in kB)\n"
-msgstr ""
-" -S MEM-ORD define a quantidade de memória para ordenações (em kB)\n"
+msgid "tsvector column \"%s\" does not exist"
+msgstr "coluna tsvector \"%s\" não existe"
-#: main/main.c:301
+#: utils/adt/tsvector_op.c:1359
#, c-format
-msgid " --NAME=VALUE set run-time parameter\n"
-msgstr " --NOME=VALOR define o parâmetro em tempo de execução\n"
+msgid "column \"%s\" is not of tsvector type"
+msgstr "coluna \"%s\" não é do tipo tsvector"
-#: main/main.c:302
+#: utils/adt/tsvector_op.c:1371
#, c-format
-msgid " --describe-config describe configuration parameters, then exit\n"
-msgstr " --describe-config descreve parâmetros de configuração e termina\n"
+msgid "configuration column \"%s\" does not exist"
+msgstr "coluna de configuração \"%s\" não existe"
-#: main/main.c:303
+#: utils/adt/tsvector_op.c:1377
#, c-format
-msgid " --help show this help, then exit\n"
-msgstr " --help mostra esta ajuda e termina\n"
+msgid "column \"%s\" is not of regconfig type"
+msgstr "coluna \"%s\" não é do tipo regconfig"
-#: main/main.c:304
+#: utils/adt/tsvector_op.c:1384
#, c-format
-msgid " --version output version information, then exit\n"
-msgstr " --version mostra informação sobre a versão e termina\n"
+msgid "configuration column \"%s\" must not be null"
+msgstr "coluna de configuração \"%s\" não deve ser nulo"
-#: main/main.c:306
+#: utils/adt/tsvector_op.c:1397
#, c-format
-msgid ""
-"\n"
-"Developer options:\n"
+msgid "text search configuration name \"%s\" must be schema-qualified"
msgstr ""
-"\n"
-"Opções para desenvolvedor:\n"
+"nome da configuração de busca textual \"%s\" deve ser qualificada pelo "
+"esquema"
-#: main/main.c:307
+#: utils/adt/tsvector_op.c:1422
#, c-format
-msgid " -f s|i|n|m|h forbid use of some plan types\n"
-msgstr " -f s|i|n|m|h impede uso de alguns tipos de planos\n"
+msgid "column \"%s\" is not of a character type"
+msgstr "coluna \"%s\" não é do tipo caracter"
-#: main/main.c:308
-#, c-format
+#: utils/adt/tsquery_cleanup.c:285
msgid ""
-" -n do not reinitialize shared memory after abnormal exit\n"
-msgstr ""
-" -n não reinicializa memória compartilhada depois de término "
-"anormal\n"
-
-#: main/main.c:309
-#, c-format
-msgid " -O allow system table structure changes\n"
+"text-search query contains only stop words or doesn't contain lexemes, "
+"ignored"
msgstr ""
-" -O permite mudanças na estrutura de tabelas do sistema\n"
+"consulta de busca textual contém somente palavras ignoradas ou não contém "
+"lexemas, ignorada"
-#: main/main.c:310
+#: utils/adt/int8.c:98 utils/adt/int8.c:133 utils/adt/numutils.c:51
+#: utils/adt/numutils.c:61 utils/adt/numutils.c:103
#, c-format
-msgid " -P disable system indexes\n"
-msgstr " -P desabilita índices do sistema\n"
+msgid "invalid input syntax for integer: \"%s\""
+msgstr "sintaxe de entrada é inválida para integer: \"%s\""
-#: main/main.c:311
+#: utils/adt/int8.c:114
#, c-format
-msgid " -t pa|pl|ex show timings after each query\n"
-msgstr " -t pa|pl|ex mostra duração depois de cada consulta\n"
+msgid "value \"%s\" is out of range for type bigint"
+msgstr "valor \"%s\" está fora do intervalo para tipo bigint"
-#: main/main.c:312
-#, c-format
-msgid " -T send SIGSTOP to all backend processes if one dies\n"
-msgstr ""
-" -T envia SIGSTOP para todos os servidores se um deles morrer\n"
+#: utils/adt/int8.c:1330
+msgid "OID out of range"
+msgstr "OID fora do intervalo"
-#: main/main.c:313
-#, c-format
-msgid " -W NUM wait NUM seconds to allow attach from a debugger\n"
-msgstr ""
-" -W NUM espera NUM segundos para permitir que o depurador seja "
-"anexado\n"
+#: utils/adt/int8.c:1373 utils/adt/timestamp.c:4712 utils/adt/timestamp.c:4793
+#: utils/adt/int.c:1345
+msgid "step size cannot equal zero"
+msgstr "tamanho do passo não pode ser zero"
-#: main/main.c:315
+#: utils/adt/tid.c:70 utils/adt/tid.c:78 utils/adt/tid.c:86
#, c-format
-msgid ""
-"\n"
-"Options for single-user mode:\n"
-msgstr ""
-"\n"
-"Opções para modo monousuário:\n"
+msgid "invalid input syntax for type tid: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo tid: \"%s\""
-#: main/main.c:316
+#: utils/adt/regexp.c:194 tsearch/spell.c:439
#, c-format
-msgid " --single selects single-user mode (must be first argument)\n"
-msgstr ""
-" --single seleciona modo monousuário (deve ser o primeiro "
-"argumento)\n"
+msgid "invalid regular expression: %s"
+msgstr "expressão regular inválida: %s"
-#: main/main.c:317
+#: utils/adt/regexp.c:274 utils/adt/regexp.c:1223 utils/adt/varlena.c:2860
#, c-format
-msgid " DBNAME database name (defaults to user name)\n"
-msgstr ""
-" NOMEBD nome do banco de dados (padrão é o nome do usuário)\n"
+msgid "regular expression failed: %s"
+msgstr "expressão regular falhou: %s"
-#: main/main.c:318
+#: utils/adt/regexp.c:411
#, c-format
-msgid " -d 0-5 override debugging level\n"
-msgstr " -d 0-5 muda o nível de depuração\n"
+msgid "invalid regexp option: \"%c\""
+msgstr "opção da expressão regular é inválida: \"%c\""
-#: main/main.c:319
-#, c-format
-msgid " -E echo statement before execution\n"
-msgstr " -E mostra consulta antes da execução\n"
+#: utils/adt/regexp.c:883
+msgid "regexp_split does not support the global option"
+msgstr "regexp_split não suporta a opção global"
-#: main/main.c:320
+#: utils/adt/arrayutils.c:93 utils/adt/arrayutils.c:102
+#: utils/adt/arrayutils.c:109 utils/adt/arrayfuncs.c:871
+#: utils/adt/arrayfuncs.c:1473 utils/adt/arrayfuncs.c:2795
+#: utils/adt/arrayfuncs.c:2943 utils/adt/arrayfuncs.c:5036
#, c-format
-msgid " -j do not use newline as interactive query delimiter\n"
-msgstr ""
-" -j não usa nova linha como delimitador de consulta iterativa\n"
+msgid "array size exceeds the maximum allowed (%d)"
+msgstr "tamanho da matriz excede o máximo permitido (%d)"
-#: main/main.c:321 main/main.c:326
-#, c-format
-msgid " -r FILENAME send stdout and stderr to given file\n"
-msgstr ""
-" -r ARQUIVO envia saída stdout e stderr para o arquivo designado\n"
+#: utils/adt/arrayutils.c:209
+msgid "typmod array must be type cstring[]"
+msgstr "matriz typmod deve ser do tipo cstring[]"
-#: main/main.c:323
-#, c-format
-msgid ""
-"\n"
-"Options for bootstrapping mode:\n"
-msgstr ""
-"\n"
-"Opções para modo de ativação:\n"
+#: utils/adt/arrayutils.c:214
+msgid "typmod array must be one-dimensional"
+msgstr "matriz typmod deve ser de uma dimensão"
-#: main/main.c:324
-#, c-format
-msgid " --boot selects bootstrapping mode (must be first argument)\n"
-msgstr ""
-" --boot seleciona modo de ativação (deve ser o primeiro "
-"argumento)\n"
+#: utils/adt/arrayutils.c:219
+msgid "typmod array must not contain nulls"
+msgstr "matriz typmod não deve conter valores nulos"
-#: main/main.c:325
+#: utils/adt/numutils.c:75
#, c-format
-msgid ""
-" DBNAME database name (mandatory argument in bootstrapping mode)\n"
-msgstr ""
-" NOMEBD nome do banco de dados (argumento obrigatório no modo de "
-"ativação)\n"
+msgid "value \"%s\" is out of range for type integer"
+msgstr "valor \"%s\" está fora do intervalo para tipo integer"
-#: main/main.c:327
+#: utils/adt/numutils.c:81
#, c-format
-msgid " -x NUM internal use\n"
-msgstr " -x NUM uso interno\n"
+msgid "value \"%s\" is out of range for type smallint"
+msgstr "valor \"%s\" está fora do intervalo para tipo smallint"
-#: main/main.c:329
+#: utils/adt/numutils.c:87
#, c-format
-msgid ""
-"\n"
-"Please read the documentation for the complete list of run-time\n"
-"configuration settings and how to set them on the command line or in\n"
-"the configuration file.\n"
-"\n"
-"Report bugs to <pgsql-bugs@postgresql.org>.\n"
-msgstr ""
-"\n"
-"Por favor leia a documentação para verificar a lista completa de parâmetros\n"
-"de configuração em tempo de execução e como definí-los pela linha de "
-"comando\n"
-"ou no arquivo de configuração.\n"
-"\n"
-"Relate erros a <pgsql-bugs@postgresql.org>.\n"
+msgid "value \"%s\" is out of range for 8-bit integer"
+msgstr "valor \"%s\" está fora do intervalo para inteiro de 8 bits"
-#: main/main.c:343
-msgid ""
-"\"root\" execution of the PostgreSQL server is not permitted.\n"
-"The server must be started under an unprivileged user ID to prevent\n"
-"possible system security compromise. See the documentation for\n"
-"more information on how to properly start the server.\n"
+#: utils/adt/trigfuncs.c:41
+msgid "suppress_redundant_updates_trigger: must be called as trigger"
+msgstr "suppress_redundant_updates_trigger: deve ser chamado com gatilho"
+
+#: utils/adt/trigfuncs.c:47
+msgid "suppress_redundant_updates_trigger: must be called on update"
msgstr ""
-"execução do servidor PostgreSQL pelo \"root\" não é permitida.\n"
-"O servidor deve ser iniciado por um usuário sem privilégios para previnir\n"
-"possíveis comprometimentos de segurança no sistema. Veja a documentação "
-"para\n"
-"obter informações adicionais sobre como iniciar o servidor corretamente.\n"
+"suppress_redundant_updates_trigger: deve ser chamado durante atualização"
-#: main/main.c:360
-#, c-format
-msgid "%s: real and effective user IDs must match\n"
-msgstr "%s: IDs do usuário real e efetivo devem corresponder\n"
+#: utils/adt/trigfuncs.c:53
+msgid "suppress_redundant_updates_trigger: must be called before update"
+msgstr ""
+"suppress_redundant_updates_trigger: deve ser chamado antes da atualização"
-#: main/main.c:367
-msgid ""
-"Execution of PostgreSQL by a user with administrative permissions is not\n"
-"permitted.\n"
-"The server must be started under an unprivileged user ID to prevent\n"
-"possible system security compromises. See the documentation for\n"
-"more information on how to properly start the server.\n"
+#: utils/adt/trigfuncs.c:59
+msgid "suppress_redundant_updates_trigger: must be called for each row"
msgstr ""
-"Execução do servidor PostgreSQL por um usuário com permissões "
-"administrativas não é\n"
-"permitida.\n"
-"O servidor deve ser iniciado por um usuário sem privilégios para previnir\n"
-"possíveis comprometimentos de segurança no sistema. Veja a documentação "
-"para\n"
-"obter informações adicionais sobre como iniciar o servidor corretamente.\n"
+"suppress_redundant_updates_trigger: deve ser chamado para cada registro"
-#: main/main.c:388
+#: utils/adt/date.c:66 utils/adt/timestamp.c:92 utils/adt/varbit.c:51
+#: utils/adt/varchar.c:43
+msgid "invalid type modifier"
+msgstr "modificador de tipo é inválido"
+
+#: utils/adt/date.c:71
#, c-format
-msgid "%s: invalid effective UID: %d\n"
-msgstr "%s: UID efetivo é inválido: %d\n"
+msgid "TIME(%d)%s precision must not be negative"
+msgstr "precisão do TIME(%d)%s não deve ser negativa"
-#: main/main.c:401
+#: utils/adt/date.c:77
#, c-format
-msgid "%s: could not determine user name (GetUserName failed)\n"
-msgstr "%s: não pôde determinar nome de usuário (GetUserName falhou)\n"
+msgid "TIME(%d)%s precision reduced to maximum allowed, %d"
+msgstr "precisão do TIME(%d)%s reduzida ao máximo permitido, %d"
-#: libpq/pqformat.c:436
-msgid "no data left in message"
-msgstr "nenhum dado na mensagem"
+#: utils/adt/date.c:167
+#, c-format
+msgid "date out of range: \"%s\""
+msgstr "date fora do intervalo: \"%s\""
-#: libpq/pqformat.c:636
-msgid "invalid string in message"
-msgstr "cadeia de caracteres é inválida na mensagem"
+#: utils/adt/date.c:217 utils/adt/xml.c:1717
+msgid "date out of range"
+msgstr "data fora do intervalo"
-#: libpq/pqformat.c:652
-msgid "invalid message format"
-msgstr "formato de mensagem é inválido"
+#: utils/adt/date.c:359
+msgid "cannot subtract infinite dates"
+msgstr "não pode subtrair valores date infinitos"
-#: libpq/pqcomm.c:306
-#, c-format
-msgid "could not translate host name \"%s\", service \"%s\" to address: %s"
-msgstr ""
-"não pôde traduzir nome da máquina \"%s\", serviço \"%s\" para endereço: %s"
+#: utils/adt/date.c:416 utils/adt/date.c:453
+msgid "date out of range for timestamp"
+msgstr "date fora do intervalo para timestamp"
-#: libpq/pqcomm.c:310
+#: utils/adt/date.c:986
+msgid "cannot convert reserved abstime value to date"
+msgstr "não pode converter valor de abstime reservado para date"
+
+#: utils/adt/date.c:1140 utils/adt/date.c:1147 utils/adt/date.c:1915
+#: utils/adt/date.c:1922
+msgid "time out of range"
+msgstr "time fora do intervalo"
+
+#: utils/adt/date.c:1793 utils/adt/date.c:1810
#, c-format
-msgid "could not translate service \"%s\" to address: %s"
-msgstr "não pôde traduzir serviço \"%s\" para endereço: %s"
+msgid "\"time\" units \"%s\" not recognized"
+msgstr "unidades de \"time\" \"%s\" são desconhecidas"
-#: libpq/pqcomm.c:337
+#: utils/adt/date.c:1931
+msgid "time zone displacement out of range"
+msgstr "deslocamento de zona horária fora do intervalo"
+
+#: utils/adt/date.c:2556 utils/adt/date.c:2573
#, c-format
-msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded"
-msgstr ""
-"não pôde se ligar a todos os endereços informados: MAXLISTEN (%d) excedeu"
+msgid "\"time with time zone\" units \"%s\" not recognized"
+msgstr "unidades de \"time with time zone\" \"%s\" são desconhecidas"
-#: libpq/pqcomm.c:346
-msgid "IPv4"
-msgstr "IPv4"
+#: utils/adt/date.c:2671
+#, c-format
+msgid "\"interval\" time zone \"%s\" not valid"
+msgstr "zona horária de \"interval\" \"%s\" não é válida"
-#: libpq/pqcomm.c:350
-msgid "IPv6"
-msgstr "IPv6"
+#: utils/adt/char.c:169
+msgid "\"char\" out of range"
+msgstr "\"char\" fora do intervalo"
-#: libpq/pqcomm.c:355
-msgid "Unix"
-msgstr "Unix"
+#: utils/adt/oracle_compat.c:895
+msgid "requested character too large"
+msgstr "tamanho solicitado é muito grande"
-#: libpq/pqcomm.c:360
+#: utils/adt/oracle_compat.c:941 utils/adt/oracle_compat.c:995
#, c-format
-msgid "unrecognized address family %d"
-msgstr "família de endereços %d desconhecida"
+msgid "requested character too large for encoding: %d"
+msgstr "caracter solicitado é muito grande para codificação: %d"
-#. translator: %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:371
-#, c-format
-msgid "could not create %s socket: %m"
-msgstr "não pôde criar soquete %s: %m"
+#: utils/adt/oracle_compat.c:988
+msgid "null character not permitted"
+msgstr "caracter nulo não é permitido"
-#: libpq/pqcomm.c:396
+#: utils/adt/datum.c:80 utils/adt/datum.c:92
+msgid "invalid Datum pointer"
+msgstr "ponteiro Datum é inválido"
+
+#: utils/adt/timestamp.c:97
#, c-format
-msgid "setsockopt(SO_REUSEADDR) failed: %m"
-msgstr "setsockopt(SO_REUSEADDR) falhou: %m"
+msgid "TIMESTAMP(%d)%s precision must not be negative"
+msgstr "precisão do TIMESTAMP(%d)%s não deve ser negativa"
-#: libpq/pqcomm.c:411
+#: utils/adt/timestamp.c:103
#, c-format
-msgid "setsockopt(IPV6_V6ONLY) failed: %m"
-msgstr "setsockopt(IPV6_V6ONLY) falhou: %m"
+msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d"
+msgstr "precisão do TIMESTAMP(%d)%s reduzida ao máximo permitido, %d"
-#. translator: %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:430
+#: utils/adt/timestamp.c:171 utils/adt/timestamp.c:435
#, c-format
-msgid "could not bind %s socket: %m"
-msgstr "não pôde se ligar ao soquete %s: %m"
+msgid "timestamp out of range: \"%s\""
+msgstr "timestamp fora do intervalo: \"%s\""
-#: libpq/pqcomm.c:433
+#: utils/adt/timestamp.c:189 utils/adt/timestamp.c:453
+#: utils/adt/timestamp.c:664
#, c-format
-msgid ""
-"Is another postmaster already running on port %d? If not, remove socket file "
-"\"%s\" and retry."
-msgstr ""
-"Outro postmaster já está executando na porta %d? Se não, remova o arquivo de "
-"soquete \"%s\" e tente novamente."
+msgid "date/time value \"%s\" is no longer supported"
+msgstr "valor de data/hora \"%s\" não é mais suportado"
-#: libpq/pqcomm.c:436
+#: utils/adt/timestamp.c:260
+msgid "timestamp cannot be NaN"
+msgstr "timestamp não pode ser NaN"
+
+#: utils/adt/timestamp.c:370
#, c-format
-msgid ""
-"Is another postmaster already running on port %d? If not, wait a few seconds "
-"and retry."
-msgstr ""
-"Outro postmaster já está executando na porta %d? Se não, espere alguns "
-"segundos e tente novamente."
+msgid "timestamp(%d) precision must be between %d and %d"
+msgstr "precisão do timestamp(%d) deve ser entre %d e %d"
-#. translator: %s is IPv4, IPv6, or Unix
-#: libpq/pqcomm.c:469
+#: utils/adt/timestamp.c:658 utils/adt/timestamp.c:3109
+#: utils/adt/timestamp.c:3239 utils/adt/timestamp.c:3624
+msgid "interval out of range"
+msgstr "interval fora do intervalo"
+
+#: utils/adt/timestamp.c:787 utils/adt/timestamp.c:820
+msgid "invalid INTERVAL type modifier"
+msgstr "modificador do tipo INTERVAL é inválido"
+
+#: utils/adt/timestamp.c:803
#, c-format
-msgid "could not listen on %s socket: %m"
-msgstr "não pôde escutar no soquete %s: %m"
+msgid "INTERVAL(%d) precision must not be negative"
+msgstr "precisão de INTERVAL(%d) não deve ser negativa"
-#: libpq/pqcomm.c:554
+#: utils/adt/timestamp.c:809
#, c-format
-msgid "group \"%s\" does not exist"
-msgstr "grupo \"%s\" não existe"
+msgid "INTERVAL(%d) precision reduced to maximum allowed, %d"
+msgstr "precisão de INTERVAL(%d) reduzida ao máximo permitido, %d"
-#: libpq/pqcomm.c:564
+#: utils/adt/timestamp.c:1101
#, c-format
-msgid "could not set group of file \"%s\": %m"
-msgstr "não pôde definir grupo do arquivo \"%s\": %m"
+msgid "interval(%d) precision must be between %d and %d"
+msgstr "precisão de interval(%d) deve ser entre %d e %d"
-#: libpq/pqcomm.c:575
+#: utils/adt/timestamp.c:2306
+msgid "cannot subtract infinite timestamps"
+msgstr "não pode subtrair timestamps infinitos"
+
+#: utils/adt/timestamp.c:3365 utils/adt/timestamp.c:3961
+#: utils/adt/timestamp.c:4020
#, c-format
-msgid "could not set permissions of file \"%s\": %m"
-msgstr "não pôde definir permissões do arquivo \"%s\": %m"
+msgid "timestamp units \"%s\" not supported"
+msgstr "unidades do timestamp \"%s\" não são suportadas"
-#: libpq/pqcomm.c:605
+#: utils/adt/timestamp.c:3379 utils/adt/timestamp.c:4030
#, c-format
-msgid "could not accept new connection: %m"
-msgstr "não pôde aceitar nova conexão: %m"
+msgid "timestamp units \"%s\" not recognized"
+msgstr "unidades do timestamp \"%s\" são desconhecidas"
-#: libpq/pqcomm.c:773
+#: utils/adt/timestamp.c:3520 utils/adt/timestamp.c:4192
+#: utils/adt/timestamp.c:4233
#, c-format
-msgid "could not set socket to non-blocking mode: %m"
-msgstr "não pôde configurar o soquete para modo não-bloqueado: %m"
+msgid "timestamp with time zone units \"%s\" not supported"
+msgstr "unidades de timestamp with time zone \"%s\" não são suportadas"
-#: libpq/pqcomm.c:779
+#: utils/adt/timestamp.c:3537 utils/adt/timestamp.c:4242
#, c-format
-msgid "could not set socket to blocking mode: %m"
-msgstr "não pôde configurar o soquete para modo bloqueado: %m"
+msgid "timestamp with time zone units \"%s\" not recognized"
+msgstr "unidades de timestamp with time zone \"%s\" são desconhecidas"
-#: libpq/pqcomm.c:831 libpq/pqcomm.c:921
+#: utils/adt/timestamp.c:3617 utils/adt/timestamp.c:4348
#, c-format
-msgid "could not receive data from client: %m"
-msgstr "não pôde receber dados do cliente: %m"
-
-#: libpq/pqcomm.c:1072
-msgid "unexpected EOF within message length word"
-msgstr "EOF inesperado dentro da palavra de tamanho de mensagem"
-
-#: libpq/pqcomm.c:1083
-msgid "invalid message length"
-msgstr "tamanho de mensagem é inválido"
-
-#: libpq/pqcomm.c:1105 libpq/pqcomm.c:1115
-msgid "incomplete message from client"
-msgstr "mensagem incompleta do cliente"
+msgid "interval units \"%s\" not supported"
+msgstr "unidades de interval \"%s\" não são suportadas"
-#: libpq/pqcomm.c:1245
+#: utils/adt/timestamp.c:3633 utils/adt/timestamp.c:4375
#, c-format
-msgid "could not send data to client: %m"
-msgstr "não pôde enviar dados para cliente: %m"
+msgid "interval units \"%s\" not recognized"
+msgstr "unidades de interval \"%s\" são desconhecidas"
-#: libpq/hba.c:160
+#: utils/adt/timestamp.c:4445 utils/adt/timestamp.c:4618
#, c-format
-msgid "authentication file token too long, skipping: \"%s\""
-msgstr "informação no arquivo de autenticação é muito longa, ignorando: \"%s\""
+msgid "could not convert to time zone \"%s\""
+msgstr "não pôde converter para zona horária \"%s\""
-#: libpq/hba.c:355
+#: utils/adt/timestamp.c:4477 utils/adt/timestamp.c:4651
#, c-format
-msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m"
+msgid "interval time zone \"%s\" must not specify month"
+msgstr "zona horária de interval \"%s\" não deve especificar o mês"
+
+#: utils/adt/varlena.c:737 utils/adt/varlena.c:801 utils/adt/varlena.c:945
+#: utils/adt/varlena.c:1896 utils/adt/varlena.c:1963 utils/adt/varbit.c:1004
+#: utils/adt/varbit.c:1106
+msgid "negative substring length not allowed"
+msgstr "tamanho negativo de índice não é permitido"
+
+#: utils/adt/varlena.c:1314
+msgid "could not determine which collation to use for string comparison"
msgstr ""
-"não pôde abrir arquivo de autenticação secundário \"@%s\" como \"%s\": %m"
+"não pôde determinar qual ordenação utilizar para comparação de cadeia de "
+"caracteres"
-#: libpq/hba.c:628
+#: utils/adt/varlena.c:1358 utils/adt/varlena.c:1371
#, c-format
-msgid "could not translate host name \"%s\" to address: %s"
-msgstr "não pôde traduzir nome da máquina \"%s\" para endereço: %s"
+msgid "could not convert string to UTF-16: error %lu"
+msgstr "não pôde converter cadeia de caracteres para UTF-16: erro %lu"
-#. translator: the second %s is a list of auth methods
-#: libpq/hba.c:779
+#: utils/adt/varlena.c:1386
#, c-format
-msgid ""
-"authentication option \"%s\" is only valid for authentication methods %s"
-msgstr ""
-"opção de autenticação \"%s\" só é válida para métodos de autenticação %s"
+msgid "could not compare Unicode strings: %m"
+msgstr "não pôde comparar cadeias de caracteres Unicode: %m"
-#: libpq/hba.c:795
+#: utils/adt/varlena.c:2041 utils/adt/varlena.c:2072 utils/adt/varlena.c:2108
+#: utils/adt/varlena.c:2151
#, c-format
-msgid "authentication method \"%s\" requires argument \"%s\" to be set"
-msgstr ""
-"método de autenticação \"%s\" requer que argumento \"%s\" seja definido"
+msgid "index %d out of valid range, 0..%d"
+msgstr "índice %d fora do intervalo válido, 0..%d"
-#: libpq/hba.c:832
-msgid "local connections are not supported by this build"
-msgstr "conexões locais não são suportadas por essa construção"
+#: utils/adt/varlena.c:2163 utils/adt/varbit.c:1740
+msgid "new bit must be 0 or 1"
+msgstr "novo bit deve ser 0 ou 1"
-#: libpq/hba.c:853
-msgid "hostssl requires SSL to be turned on"
-msgstr "hostssl requer que SSL esteja habilitado"
+#: utils/adt/varlena.c:2245 utils/adt/varlena.c:2250 utils/adt/regproc.c:1320
+#: utils/adt/regproc.c:1325
+msgid "invalid name syntax"
+msgstr "sintaxe de nome inválida"
-#: libpq/hba.c:854
-msgid "Set ssl = on in postgresql.conf."
-msgstr "Defina ssl = on no postgresql.conf."
+#: utils/adt/varlena.c:2953
+msgid "field position must be greater than zero"
+msgstr "posição do campo deve ser maior que zero"
-#: libpq/hba.c:862
-msgid "hostssl is not supported by this build"
-msgstr "hostssl não é suportado por essa construção"
+#: utils/adt/varlena.c:3822 utils/adt/varlena.c:3883
+msgid "unterminated conversion specifier"
+msgstr "especificador de conversão foi terminado"
-#: libpq/hba.c:863
-msgid "Compile with --with-openssl to use SSL connections."
-msgstr "Compile com --with-openssl para utilizar conexões SSL."
+#: utils/adt/varlena.c:3846 utils/adt/varlena.c:3862
+msgid "argument number is out of range"
+msgstr "número do argumento está fora do intervalo"
-#: libpq/hba.c:885
-#, c-format
-msgid "invalid connection type \"%s\""
-msgstr "tipo de conexão \"%s\" inválido"
+#: utils/adt/varlena.c:3889
+msgid "conversion specifies argument 0, but arguments are numbered from 1"
+msgstr ""
+"conversão especificou argumento 0, mas argumentos são numerados a partir de 1"
-#: libpq/hba.c:898
-msgid "end-of-line before database specification"
-msgstr "fim de linha antes da especificação de banco de dados"
+#: utils/adt/varlena.c:3896
+msgid "too few arguments for format"
+msgstr "poucos argumentos para formato"
-#: libpq/hba.c:911
-msgid "end-of-line before role specification"
-msgstr "fim de linha antes da especificação de role"
+#: utils/adt/varlena.c:3917
+#, c-format
+msgid "unrecognized conversion specifier \"%c\""
+msgstr "especificador de conversão \"%c\" desconhecido"
-#: libpq/hba.c:926
-msgid "end-of-line before IP address specification"
-msgstr "fim de linha antes da especificação de endereço IP"
+#: utils/adt/varlena.c:3946
+msgid "null values cannot be formatted as an SQL identifier"
+msgstr "valores nulos não podem ser formatados como um identificador SQL"
-#: libpq/hba.c:980
+#: utils/adt/bool.c:153
#, c-format
-msgid "invalid IP address \"%s\": %s"
-msgstr "endereço IP \"%s\" inválido: %s"
+msgid "invalid input syntax for type boolean: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo boolean: \"%s\""
-#: libpq/hba.c:1000
+#: utils/adt/mac.c:65
#, c-format
-msgid "specifying both host name and CIDR mask is invalid: \"%s\""
-msgstr "especificar nome da máquina e máscara CIDR é inválido: \"%s\""
+msgid "invalid input syntax for type macaddr: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo macaddr: \"%s\""
-#: libpq/hba.c:1014
+#: utils/adt/mac.c:72
#, c-format
-msgid "invalid CIDR mask in address \"%s\""
-msgstr "máscara CIDR inválida no endereço \"%s\""
-
-#: libpq/hba.c:1032
-msgid "end-of-line before netmask specification"
-msgstr "fim de linha antes da especificação de máscara de rede"
+msgid "invalid octet value in \"macaddr\" value: \"%s\""
+msgstr "valor de octeto é inválido no valor de \"macaddr\": \"%s\""
-#: libpq/hba.c:1044
+#: utils/adt/pgstatfuncs.c:1547 postmaster/pgstat.c:1184
#, c-format
-msgid "invalid IP mask \"%s\": %s"
-msgstr "máscara de endereço IP \"%s\" inválida: %s"
+msgid "unrecognized reset target: \"%s\""
+msgstr "alvo de reinício desconhecido: \"%s\""
-#: libpq/hba.c:1061
-msgid "IP address and mask do not match"
-msgstr "endereço IP e máscara não correspodem"
+#: utils/adt/pgstatfuncs.c:1548 postmaster/pgstat.c:1185
+msgid "Target must be \"bgwriter\"."
+msgstr "Alvo deve ser \"bgwriter\"."
-#: libpq/hba.c:1076
-msgid "end-of-line before authentication method"
-msgstr "fim de linha antes do método de autenticação"
+#: utils/adt/geo_ops.c:294 utils/adt/geo_ops.c:4251 utils/adt/geo_ops.c:5172
+msgid "too many points requested"
+msgstr "muitos pontos solicitados"
-#: libpq/hba.c:1118 libpq/auth.c:539
-msgid ""
-"MD5 authentication is not supported when \"db_user_namespace\" is enabled"
-msgstr ""
-"autenticação MD5 não é suportada quando \"db_user_namespace\" está habilitado"
+#: utils/adt/geo_ops.c:317
+msgid "could not format \"path\" value"
+msgstr "não pôde formatar valor de \"path\""
-#: libpq/hba.c:1149
+#: utils/adt/geo_ops.c:392
#, c-format
-msgid "invalid authentication method \"%s\""
-msgstr "método de autenticação \"%s\" inválido"
+msgid "invalid input syntax for type box: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo box: \"%s\""
-#: libpq/hba.c:1160
+#: utils/adt/geo_ops.c:956
#, c-format
-msgid "invalid authentication method \"%s\": not supported by this build"
-msgstr ""
-"método de autenticação \"%s\" inválido: não é suportado por essa construção"
+msgid "invalid input syntax for type line: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo line: \"%s\""
-#: libpq/hba.c:1181
-msgid "krb5 authentication is not supported on local sockets"
-msgstr "autenticação krb5 não é suportada em soquetes locais"
+#: utils/adt/geo_ops.c:963 utils/adt/geo_ops.c:1030 utils/adt/geo_ops.c:1045
+#: utils/adt/geo_ops.c:1057
+msgid "type \"line\" not yet implemented"
+msgstr "tipo \"line\" não está implementado"
-#: libpq/hba.c:1192
-msgid "gssapi authentication is not supported on local sockets"
-msgstr "autenticação do tipo gssapi não é suportada em soquetes locais"
+#: utils/adt/geo_ops.c:1411 utils/adt/geo_ops.c:1434
+#, c-format
+msgid "invalid input syntax for type path: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo path: \"%s\""
-#: libpq/hba.c:1203
-msgid "peer authentication is only supported on local sockets"
-msgstr "autenticação do tipo peer só é suportada em soquetes locais"
+#: utils/adt/geo_ops.c:1473
+msgid "invalid number of points in external \"path\" value"
+msgstr "número de pontos é inválido no valor de \"path\" externo"
-#: libpq/hba.c:1220
-msgid "cert authentication is only supported on hostssl connections"
-msgstr "autenticação do tipo cert só é suportada em conexões hostssl"
+#: utils/adt/geo_ops.c:1816
+#, c-format
+msgid "invalid input syntax for type point: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo point: \"%s\""
-#: libpq/hba.c:1241
+#: utils/adt/geo_ops.c:2044
#, c-format
-msgid "authentication option not in name=value format: %s"
-msgstr "opção de autenticação não está no formato nome=valor: %s"
+msgid "invalid input syntax for type lseg: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo lseg: \"%s\""
-#: libpq/hba.c:1257
-msgid "ident, peer, krb5, gssapi, sspi and cert"
-msgstr "ident, peer, krb5, gssapi, sspi e cert"
+#: utils/adt/geo_ops.c:2648
+msgid "function \"dist_lb\" not implemented"
+msgstr "função \"dist_lb\" não está implementada"
+
+#: utils/adt/geo_ops.c:3161
+msgid "function \"close_lb\" not implemented"
+msgstr "função \"close_lb\" não está implementada"
+
+#: utils/adt/geo_ops.c:3450
+msgid "cannot create bounding box for empty polygon"
+msgstr "não pode criar um caixa circunscrita para um polígono vazio"
+
+#: utils/adt/geo_ops.c:3474 utils/adt/geo_ops.c:3486
+#, c-format
+msgid "invalid input syntax for type polygon: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo polygon: \"%s\""
-#: libpq/hba.c:1271
-msgid "clientcert can only be configured for \"hostssl\" rows"
-msgstr "clientcert só pode ser configurado para registros \"hostssl\""
+#: utils/adt/geo_ops.c:3526
+msgid "invalid number of points in external \"polygon\" value"
+msgstr "número de pontos é inválido no valor de \"polygon\" externo"
-#: libpq/hba.c:1282
-msgid ""
-"client certificates can only be checked if a root certificate store is "
-"available"
-msgstr ""
-"certificados cliente só podem ser verificados se um certificado raiz estiver "
-"disponível"
+#: utils/adt/geo_ops.c:4049
+msgid "function \"poly_distance\" not implemented"
+msgstr "função \"poly_distance\" não está implementada"
-#: libpq/hba.c:1283
-msgid "Make sure the root.crt file is present and readable."
-msgstr "Tenha certeza que o arquivo root.crt está presente e pode ser lido"
+#: utils/adt/geo_ops.c:4363
+msgid "function \"path_center\" not implemented"
+msgstr "função \"path_center\" não está implementada"
-#: libpq/hba.c:1296
-msgid "clientcert can not be set to 0 when using \"cert\" authentication"
-msgstr ""
-"clientcert não pode ser definido com 0 ao utilizar autenticação \"cert\""
+#: utils/adt/geo_ops.c:4380
+msgid "open path cannot be converted to polygon"
+msgstr "caminho aberto não pode ser convertido em polígono"
-#: libpq/hba.c:1330
+#: utils/adt/geo_ops.c:4549 utils/adt/geo_ops.c:4559 utils/adt/geo_ops.c:4574
+#: utils/adt/geo_ops.c:4580
#, c-format
-msgid "invalid LDAP port number: \"%s\""
-msgstr "número de porta LDAP é inválido: \"%s\""
+msgid "invalid input syntax for type circle: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo circle: \"%s\""
-#: libpq/hba.c:1376 libpq/hba.c:1384
-msgid "krb5, gssapi and sspi"
-msgstr "krb5, gssapi e sspi"
+#: utils/adt/geo_ops.c:4602 utils/adt/geo_ops.c:4610
+msgid "could not format \"circle\" value"
+msgstr "não pôde formatar valor de \"circle\""
-#: libpq/hba.c:1403 libpq/auth.c:2492
-#, c-format
-msgid "could not translate RADIUS server name \"%s\" to address: %s"
-msgstr "não pôde traduzir nome de servidor RADIUS \"%s\" para endereço: %s"
+#: utils/adt/geo_ops.c:4637
+msgid "invalid radius in external \"circle\" value"
+msgstr "raio é inválido no valor de \"circle\" externo"
-#: libpq/hba.c:1422
-#, c-format
-msgid "invalid RADIUS port number: \"%s\""
-msgstr "número de porta RADIUS é inválido: \"%s\""
+#: utils/adt/geo_ops.c:5158
+msgid "cannot convert circle with radius zero to polygon"
+msgstr "não pode converter círculo com raio zero para polígono"
-#: libpq/hba.c:1442
-#, c-format
-msgid "unrecognized authentication option name: \"%s\""
-msgstr "nome de opção de autenticação desconhecido: \"%s\""
+#: utils/adt/geo_ops.c:5163
+msgid "must request at least 2 points"
+msgstr "deve informar pelo menos 2 pontos"
-#: libpq/hba.c:1474
-msgid ""
-"cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, or ldapsearchattribute "
-"together with ldapprefix"
-msgstr ""
-"não pode utilizar ldapbasedn, ldapbinddn, ldapbindpasswd ou "
-"ldapsearchattribute junto com ldapprefix"
+#: utils/adt/geo_ops.c:5207 utils/adt/geo_ops.c:5230
+msgid "cannot convert empty polygon to circle"
+msgstr "não pode converter polígono vazio para círculo"
-#: libpq/hba.c:1484
-msgid ""
-"authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix"
-"\", or \"ldapsuffix\" to be set"
-msgstr ""
-"método de autenticação \"ldap\" requer que argumento \"ldapbasedn\", "
-"\"ldapprefix\" ou \"ldapsuffix\" seja definido"
+#: utils/adt/array_userfuncs.c:48
+msgid "could not determine input data types"
+msgstr "não pôde determinar tipos de dado de entrada"
-#: libpq/hba.c:1815
-#, c-format
-msgid "invalid regular expression \"%s\": %s"
-msgstr "expressão regular \"%s\" é inválida: %s"
+#: utils/adt/array_userfuncs.c:82
+msgid "neither input type is an array"
+msgstr "tipo de entrada não é uma matriz"
-#: libpq/hba.c:1838
-#, c-format
-msgid "regular expression match for \"%s\" failed: %s"
-msgstr "correspondência de expressão regular \"%s\" falhou: %s"
+#: utils/adt/array_userfuncs.c:121
+msgid "argument must be empty or one-dimensional array"
+msgstr "argumento deve ser vazio ou matriz de uma dimensão"
-#: libpq/hba.c:1856
+#: utils/adt/array_userfuncs.c:224 utils/adt/array_userfuncs.c:263
+#: utils/adt/array_userfuncs.c:300 utils/adt/array_userfuncs.c:329
+#: utils/adt/array_userfuncs.c:357
+msgid "cannot concatenate incompatible arrays"
+msgstr "não pode concatenar matrizes incompatíveis"
+
+#: utils/adt/array_userfuncs.c:225
#, c-format
msgid ""
-"regular expression \"%s\" has no subexpressions as requested by "
-"backreference in \"%s\""
+"Arrays with element types %s and %s are not compatible for concatenation."
msgstr ""
-"expressão regular \"%s\" não tem subexpressões como informado na referência "
-"anterior em \"%s\""
+"Matrizes com tipos de elemento %s e %s não são compatíveis para concatenação."
-#: libpq/hba.c:1922
+#: utils/adt/array_userfuncs.c:264
#, c-format
-msgid "missing entry in file \"%s\" at end of line %d"
-msgstr "faltando entrada no arquivo \"%s\" no fim da linha %d"
+msgid "Arrays of %d and %d dimensions are not compatible for concatenation."
+msgstr "Matrizes de dimensões %d e %d não são compatíveis para concatenação."
-#: libpq/hba.c:1963
-#, c-format
-msgid "provided user name (%s) and authenticated user name (%s) do not match"
+#: utils/adt/array_userfuncs.c:301
+msgid ""
+"Arrays with differing element dimensions are not compatible for "
+"concatenation."
msgstr ""
-"nome de usuário fornecido (%s) e nome de usuário autenticado (%s) não "
-"correspondem"
+"Matrizes com dimensões de elementos diferentes não são compatíveis para "
+"concatenação."
-#: libpq/hba.c:1984
-#, c-format
-msgid "no match in usermap \"%s\" for user \"%s\" authenticated as \"%s\""
+#: utils/adt/array_userfuncs.c:330 utils/adt/array_userfuncs.c:358
+msgid "Arrays with differing dimensions are not compatible for concatenation."
msgstr ""
-"não há correspondência em mapa de usuários \"%s\" para usuário \"%s\" "
-"autenticado como \"%s\""
+"Matrizes com dimensões diferentes não são compatíveis para concatenação."
-#: libpq/hba.c:2008
+#: utils/adt/array_userfuncs.c:426 utils/adt/arrayfuncs.c:1238
+#: utils/adt/arrayfuncs.c:2911 utils/adt/arrayfuncs.c:4936
#, c-format
-msgid "could not open usermap file \"%s\": %m"
-msgstr "não pôde abrir arquivo com mapa de usuários \"%s\": %m"
+msgid "invalid number of dimensions: %d"
+msgstr "número de dimensões é inválido: %d"
-#: libpq/be-secure.c:284 libpq/be-secure.c:379
-#, c-format
-msgid "SSL error: %s"
-msgstr "erro de SSL: %s"
+#: utils/adt/array_userfuncs.c:487
+msgid "could not determine input data type"
+msgstr "não pôde determinar tipo de dado de entrada"
-#: libpq/be-secure.c:293 libpq/be-secure.c:388 libpq/be-secure.c:958
-#, c-format
-msgid "unrecognized SSL error code: %d"
-msgstr "código de erro SSL desconhecido: %d"
+#: utils/adt/like.c:211 utils/adt/selfuncs.c:4941
+msgid "could not determine which collation to use for ILIKE"
+msgstr "não pôde determinar qual ordenação utilizar para ILIKE"
-#: libpq/be-secure.c:332 libpq/be-secure.c:336 libpq/be-secure.c:346
-msgid "SSL renegotiation failure"
-msgstr "renegociação SSL falhou"
+#: utils/adt/windowfuncs.c:243
+msgid "argument of ntile must be greater than zero"
+msgstr "argumento de ntile deve ser maior do que zero"
-#: libpq/be-secure.c:340
-msgid "SSL failed to send renegotiation request"
-msgstr "SSL falhou ao enviar pedido de renegociação"
+#: utils/adt/windowfuncs.c:465
+msgid "argument of nth_value must be greater than zero"
+msgstr "argumento de nth_value deve ser maior do que zero"
-#: libpq/be-secure.c:737
+#: utils/adt/oid.c:43 utils/adt/oid.c:57 utils/adt/oid.c:63 utils/adt/oid.c:84
#, c-format
-msgid "could not create SSL context: %s"
-msgstr "não pôde criar contexto SSL: %s"
+msgid "invalid input syntax for type oid: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo oid: \"%s\""
-#: libpq/be-secure.c:753
+#: utils/adt/oid.c:69 utils/adt/oid.c:107
#, c-format
-msgid "could not load server certificate file \"%s\": %s"
-msgstr "não pôde carregar arquivo de certificado do servidor \"%s\": %s"
+msgid "value \"%s\" is out of range for type oid"
+msgstr "valor \"%s\" está fora do intervalo para tipo oid"
-#: libpq/be-secure.c:759
-#, c-format
-msgid "could not access private key file \"%s\": %m"
-msgstr "não pôde acessar arquivo da chave privada \"%s\": %m"
+#: utils/adt/oid.c:212 utils/adt/oid.c:293 utils/adt/int.c:243
+msgid "oidvector has too many elements"
+msgstr "oidvector tem muitos elementos"
-#: libpq/be-secure.c:774
-#, c-format
-msgid "private key file \"%s\" has group or world access"
-msgstr "arquivo da chave privada \"%s\" tem acesso para grupo ou outros"
+#: utils/adt/oid.c:287
+msgid "invalid oidvector data"
+msgstr "dado oidvector inválido"
-#: libpq/be-secure.c:776
-msgid "Permissions should be u=rw (0600) or less."
-msgstr "Permissões devem ser u=rwx (0600) ou menos."
+#: utils/adt/int.c:162
+msgid "int2vector has too many elements"
+msgstr "int2vector tem muitos elementos"
-#: libpq/be-secure.c:783
-#, c-format
-msgid "could not load private key file \"%s\": %s"
-msgstr "não pôde carregar arquivo da chave privada \"%s\": %s"
+#: utils/adt/int.c:237
+msgid "invalid int2vector data"
+msgstr "dado int2vector inválido"
-#: libpq/be-secure.c:788
+#: utils/adt/domains.c:80
#, c-format
-msgid "check of private key failed: %s"
-msgstr "verificação de chave privada falhou: %s"
+msgid "type %s is not a domain"
+msgstr "tipo %s não é um domínio"
-#: libpq/be-secure.c:816
+#: utils/adt/enum.c:48 utils/adt/enum.c:58 utils/adt/enum.c:113
+#: utils/adt/enum.c:123
#, c-format
-msgid "could not access root certificate file \"%s\": %m"
-msgstr "não pôde acessar arquivo do certificado raiz \"%s\": %m"
+msgid "invalid input value for enum %s: \"%s\""
+msgstr "valor de entrada é inválido para enum %s: \"%s\""
-#: libpq/be-secure.c:827
+#: utils/adt/enum.c:85 utils/adt/enum.c:148 utils/adt/enum.c:198
#, c-format
-msgid "could not load root certificate file \"%s\": %s"
-msgstr "não pôde carregar arquivo do certificado raiz \"%s\": %s"
+msgid "invalid internal value for enum: %u"
+msgstr "valor interno é inválido para enum: %u"
-#: libpq/be-secure.c:850
-#, c-format
-msgid "SSL certificate revocation list file \"%s\" ignored"
-msgstr "arquivo da lista de revogação de certificados SSL \"%s\" ignorado"
+#: utils/adt/enum.c:357 utils/adt/enum.c:386 utils/adt/enum.c:426
+#: utils/adt/enum.c:446
+msgid "could not determine actual enum type"
+msgstr "não pôde determinar tipo enum atual"
-#: libpq/be-secure.c:852
-msgid "SSL library does not support certificate revocation lists."
-msgstr ""
-"biblioteca SSL instalada não suporta listas de revogação de certificados."
+#: utils/adt/enum.c:365 utils/adt/enum.c:394
+#, c-format
+msgid "enum %s contains no values"
+msgstr "enum %s não contém valores"
-#: libpq/be-secure.c:859
+#: utils/adt/varbit.c:56 utils/adt/varchar.c:48
#, c-format
-msgid "SSL certificate revocation list file \"%s\" not found, skipping: %s"
-msgstr ""
-"arquivo da lista de revogação de certificados SSL (CRL) \"%s\" não foi "
-"encontrado, ignorando: %s"
+msgid "length for type %s must be at least 1"
+msgstr "tamanho para tipo %s deve ser pelo menos 1"
-#: libpq/be-secure.c:861
-msgid "Certificates will not be checked against revocation list."
-msgstr "Certificados não serão verificados na lista de revogação."
+#: utils/adt/varbit.c:61 utils/adt/varchar.c:52
+#, c-format
+msgid "length for type %s cannot exceed %d"
+msgstr "tamanho para tipo %s não pode exceder %d"
-#: libpq/be-secure.c:903
+#: utils/adt/varbit.c:166 utils/adt/varbit.c:309 utils/adt/varbit.c:366
#, c-format
-msgid "could not initialize SSL connection: %s"
-msgstr "não pôde inicializar conexão SSL: %s"
+msgid "bit string length %d does not match type bit(%d)"
+msgstr "tamanho da cadeia de bits %d não corresponde ao tipo bit(%d)"
-#: libpq/be-secure.c:912
+#: utils/adt/varbit.c:188 utils/adt/varbit.c:490
#, c-format
-msgid "could not set SSL socket: %s"
-msgstr "não pôde criar soquete SSL: %s"
+msgid "\"%c\" is not a valid binary digit"
+msgstr "\"%c\" não é um dígito binário válido"
-#: libpq/be-secure.c:938
+#: utils/adt/varbit.c:213 utils/adt/varbit.c:515
#, c-format
-msgid "could not accept SSL connection: %m"
-msgstr "não pôde aceitar conexão SSL: %m"
+msgid "\"%c\" is not a valid hexadecimal digit"
+msgstr "\"%c\" não é um dígito hexadecimal válido"
-#: libpq/be-secure.c:942 libpq/be-secure.c:953
-msgid "could not accept SSL connection: EOF detected"
-msgstr "não pôde aceitar conexão SSL: EOF detectado"
+#: utils/adt/varbit.c:300 utils/adt/varbit.c:603
+msgid "invalid length in external bit string"
+msgstr "tamanho inválido na cadeia de bits externa"
-#: libpq/be-secure.c:947
+#: utils/adt/varbit.c:468 utils/adt/varbit.c:612 utils/adt/varbit.c:674
#, c-format
-msgid "could not accept SSL connection: %s"
-msgstr "não pôde aceitar conexão SSL: %s"
+msgid "bit string too long for type bit varying(%d)"
+msgstr "cadeia de bits muito longa para tipo bit varying(%d)"
-#: libpq/be-secure.c:1003
-msgid "SSL certificate's common name contains embedded null"
-msgstr "nome do certificado SSL contém nulo embutido"
+#: utils/adt/varbit.c:1164
+msgid "cannot AND bit strings of different sizes"
+msgstr "não pode executar E em cadeias de bits de tamanhos diferentes"
-#: libpq/be-secure.c:1014
-#, c-format
-msgid "SSL connection from \"%s\""
-msgstr "conexão SSL de \"%s\""
+#: utils/adt/varbit.c:1206
+msgid "cannot OR bit strings of different sizes"
+msgstr "não pode executar OU em cadeias de bits de tamanhos diferentes"
-#: libpq/be-secure.c:1065
-msgid "no SSL error reported"
-msgstr "nenhum erro SSL relatado"
+#: utils/adt/varbit.c:1253
+msgid "cannot XOR bit strings of different sizes"
+msgstr "não pode executar XOR em cadeias de bits de tamanhos diferentes"
-#: libpq/be-secure.c:1069
+#: utils/adt/varbit.c:1731 utils/adt/varbit.c:1789
#, c-format
-msgid "SSL error code %lu"
-msgstr "código de erro SSL %lu"
+msgid "bit index %d out of valid range (0..%d)"
+msgstr "índice do bit %d fora do intervalo válido (0..%d)"
-#: libpq/be-fsstubs.c:133 libpq/be-fsstubs.c:163 libpq/be-fsstubs.c:189
-#: libpq/be-fsstubs.c:225 libpq/be-fsstubs.c:272 libpq/be-fsstubs.c:519
-#, c-format
-msgid "invalid large-object descriptor: %d"
-msgstr "descritor de objeto grande é inválido: %d"
+#: utils/adt/tsrank.c:404
+msgid "array of weight must be one-dimensional"
+msgstr "matriz de pesos devem ser de uma dimensão"
-#: libpq/be-fsstubs.c:173 libpq/be-fsstubs.c:205 libpq/be-fsstubs.c:529
-#, c-format
-msgid "permission denied for large object %u"
-msgstr "permissão negada para objeto grande %u"
+#: utils/adt/tsrank.c:409
+msgid "array of weight is too short"
+msgstr "matriz de pesos é muito pequena"
-#: libpq/be-fsstubs.c:194
-#, c-format
-msgid "large object descriptor %d was not opened for writing"
-msgstr "descritor de objeto grande %d não foi aberto para escrita"
+#: utils/adt/tsrank.c:414
+msgid "array of weight must not contain nulls"
+msgstr "matriz de pesos não deve conter valores nulos"
-#: libpq/be-fsstubs.c:287 catalog/pg_largeobject.c:200
-#: catalog/objectaddress.c:828
-#, c-format
-msgid "must be owner of large object %u"
-msgstr "deve ser dono do objeto grande %u"
+#: utils/adt/tsrank.c:423 utils/adt/tsrank.c:749
+msgid "weight out of range"
+msgstr "peso fora do intervalo"
-#: libpq/be-fsstubs.c:392
-msgid "must be superuser to use server-side lo_import()"
-msgstr "deve ser super-usuário para utilizar lo_import() do servidor"
+#: utils/adt/float.c:54
+msgid "value out of range: overflow"
+msgstr "valor fora do intervalo: estouro (overflow)"
-#: libpq/be-fsstubs.c:393
-msgid "Anyone can use the client-side lo_import() provided by libpq."
-msgstr "Qualquer um pode utilizar lo_import() do cliente fornecido pela libpq."
+#: utils/adt/float.c:59
+msgid "value out of range: underflow"
+msgstr "valor fora do intervalo: estouro (underflow)"
-#: libpq/be-fsstubs.c:406
+#: utils/adt/float.c:206 utils/adt/float.c:247 utils/adt/float.c:298
#, c-format
-msgid "could not open server file \"%s\": %m"
-msgstr "não pôde abrir arquivo \"%s\" no servidor: %m"
+msgid "invalid input syntax for type real: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo real: \"%s\""
-#: libpq/be-fsstubs.c:428
+#: utils/adt/float.c:242
#, c-format
-msgid "could not read server file \"%s\": %m"
-msgstr "não pôde ler arquivo \"%s\" no servidor: %m"
+msgid "\"%s\" is out of range for type real"
+msgstr "\"%s\" está fora do intervalo para tipo real"
-#: libpq/be-fsstubs.c:458
-msgid "must be superuser to use server-side lo_export()"
-msgstr "deve ser super-usuário para utilizar lo_export() do servidor"
+#: utils/adt/float.c:435
+#, c-format
+msgid "\"%s\" is out of range for type double precision"
+msgstr "\"%s\" está fora do intervalo para tipo double precision"
-#: libpq/be-fsstubs.c:459
-msgid "Anyone can use the client-side lo_export() provided by libpq."
-msgstr "Qualquer um pode utilizar lo_export() do cliente fornecido pela libpq."
+#: utils/adt/float.c:1476 utils/adt/float.c:1497 utils/adt/float.c:1518
+#: utils/adt/float.c:1540 utils/adt/float.c:1561 utils/adt/float.c:1582
+#: utils/adt/float.c:1604 utils/adt/float.c:1625
+msgid "input is out of range"
+msgstr "entrada está fora do intervalo"
-#: libpq/be-fsstubs.c:484
-#, c-format
-msgid "could not create server file \"%s\": %m"
-msgstr "não pôde criar arquivo \"%s\" no servidor: %m"
+#: utils/adt/float.c:2698
+msgid "lower and upper bounds must be finite"
+msgstr "limites inferior e superior devem ser finitos"
-#: libpq/be-fsstubs.c:496
+#: utils/adt/tsvector.c:215
#, c-format
-msgid "could not write server file \"%s\": %m"
-msgstr "não pôde escrever no arquivo \"%s\" no servidor: %m"
+msgid "word is too long (%ld bytes, max %ld bytes)"
+msgstr "palavra é muito longa (%ld bytes, máximo de %ld bytes)"
-#: libpq/auth.c:257
+#: utils/adt/tsvector.c:222
#, c-format
-msgid "authentication failed for user \"%s\": host rejected"
-msgstr "autenticação de usuário \"%s\" falhou: máquina rejeitada"
+msgid "string is too long for tsvector (%ld bytes, max %ld bytes)"
+msgstr ""
+"cadeia de caracteres é muito longa para tsvector (%ld bytes, máximo de %ld "
+"bytes)"
-#: libpq/auth.c:260
-#, c-format
-msgid "Kerberos 5 authentication failed for user \"%s\""
-msgstr "autenticação do tipo Kerberos 5 falhou para usuário \"%s\""
+#: utils/adt/tsquery_rewrite.c:296
+msgid "ts_rewrite query must return two tsquery columns"
+msgstr "consulta ts_rewrite deve retornar duas colunas tsquery"
-#: libpq/auth.c:263
-#, c-format
-msgid "\"trust\" authentication failed for user \"%s\""
-msgstr "autenticação do tipo \"trust\" falhou para usuário \"%s\""
+#: utils/adt/xml.c:138
+msgid "unsupported XML feature"
+msgstr "funcionalidade XML não é suportado"
-#: libpq/auth.c:266
-#, c-format
-msgid "Ident authentication failed for user \"%s\""
-msgstr "autenticação do tipo Ident falhou para usuário \"%s\""
+#: utils/adt/xml.c:139
+msgid "This functionality requires the server to be built with libxml support."
+msgstr ""
+"Esta funcionalidade requer que o servidor seja construído com suporte a "
+"libxml."
-#: libpq/auth.c:269
-#, c-format
-msgid "Peer authentication failed for user \"%s\""
-msgstr "autenticação do tipo peer falhou para usuário \"%s\""
+#: utils/adt/xml.c:140
+msgid "You need to rebuild PostgreSQL using --with-libxml."
+msgstr "Você precisa reconstruir o PostgreSQL utilizando --with-libxml."
-#: libpq/auth.c:273
+#: utils/adt/xml.c:159 utils/mb/mbutils.c:515
#, c-format
-msgid "password authentication failed for user \"%s\""
-msgstr "autenticação do tipo password falhou para usuário \"%s\""
+msgid "invalid encoding name \"%s\""
+msgstr "nome da codificação \"%s\" é inválido"
-#: libpq/auth.c:278
-#, c-format
-msgid "GSSAPI authentication failed for user \"%s\""
-msgstr "autenticação do tipo GSSAPI falhou para usuário \"%s\""
+#: utils/adt/xml.c:405 utils/adt/xml.c:410
+msgid "invalid XML comment"
+msgstr "comentário XML inválido"
-#: libpq/auth.c:281
-#, c-format
-msgid "SSPI authentication failed for user \"%s\""
-msgstr "autenticação do tipo SSPI falhou para usuário \"%s\""
+#: utils/adt/xml.c:539
+msgid "not an XML document"
+msgstr "não é um documento XML"
-#: libpq/auth.c:284
-#, c-format
-msgid "PAM authentication failed for user \"%s\""
-msgstr "autenticação do tipo PAM falhou para usuário \"%s\""
+#: utils/adt/xml.c:692 utils/adt/xml.c:715
+msgid "invalid XML processing instruction"
+msgstr "instrução de processamento XML é inválida"
-#: libpq/auth.c:287
+#: utils/adt/xml.c:693
#, c-format
-msgid "LDAP authentication failed for user \"%s\""
-msgstr "autenticação do tipo LDAP falhou para usuário \"%s\""
+msgid "XML processing instruction target name cannot be \"%s\"."
+msgstr "nome alvo da instrução de processamento XML não pode ser \"%s\"."
-#: libpq/auth.c:290
-#, c-format
-msgid "certificate authentication failed for user \"%s\""
-msgstr "autenticação do tipo certificate falhou para usuário \"%s\""
+#: utils/adt/xml.c:716
+msgid "XML processing instruction cannot contain \"?>\"."
+msgstr "instrução de processamento XML não pode conter \"?>\"."
-#: libpq/auth.c:293
-#, c-format
-msgid "RADIUS authentication failed for user \"%s\""
-msgstr "autenticação do tipo RADIUS falhou para usuário \"%s\""
+#: utils/adt/xml.c:795
+msgid "xmlvalidate is not implemented"
+msgstr "xmlvalidate não foi implementado"
-#: libpq/auth.c:296
+#: utils/adt/xml.c:880
+msgid "could not initialize XML library"
+msgstr "não pôde inicializar biblioteca XML"
+
+#: utils/adt/xml.c:881
#, c-format
-msgid "authentication failed for user \"%s\": invalid authentication method"
+msgid ""
+"libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u."
msgstr ""
-"autenticação falhou para usuário \"%s\": método de autenticação é inválido"
+"libxml2 tem tipo char incompatível: sizeof(char)=%u, sizeof(xmlChar)=%u."
-#: libpq/auth.c:325
-msgid "missing or erroneous pg_hba.conf file"
-msgstr "arquivo pg_hba.conf não foi encontrado ou está errado"
+#: utils/adt/xml.c:1448
+msgid "Invalid character value."
+msgstr "Valor de caracter é inválido."
-#: libpq/auth.c:326
-msgid "See server log for details."
-msgstr "Veja log do servidor para obter detalhes."
+#: utils/adt/xml.c:1451
+msgid "Space required."
+msgstr "Espaço requerido."
-#: libpq/auth.c:356
-msgid "connection requires a valid client certificate"
-msgstr "conexão requer um certificado cliente válido"
+#: utils/adt/xml.c:1454
+msgid "standalone accepts only 'yes' or 'no'."
+msgstr "standalone aceita somente 'yes' ou 'no'."
-#: libpq/auth.c:400 libpq/auth.c:416 libpq/auth.c:464 libpq/auth.c:482
-msgid "SSL on"
-msgstr "SSL habilitado"
+#: utils/adt/xml.c:1457
+msgid "Malformed declaration: missing version."
+msgstr "Declaração mal formada: faltando versão."
+
+#: utils/adt/xml.c:1460
+msgid "Missing encoding in text declaration."
+msgstr "Faltando codificação em declaração."
+
+#: utils/adt/xml.c:1463
+msgid "Parsing XML declaration: '?>' expected."
+msgstr "Analisando declaração XML: '?>' esperado."
+
+#: utils/adt/xml.c:1466
+#, c-format
+msgid "Unrecognized libxml error code: %d."
+msgstr "código de erro libxml desconhecido: %d."
+
+#: utils/adt/xml.c:1718
+msgid "XML does not support infinite date values."
+msgstr "XML não suporta valores infinitos de date."
+
+#: utils/adt/xml.c:1741 utils/adt/xml.c:1768
+msgid "XML does not support infinite timestamp values."
+msgstr "XML não suporta valores infinitos de timestamp."
-#: libpq/auth.c:400 libpq/auth.c:416 libpq/auth.c:464 libpq/auth.c:482
-msgid "SSL off"
-msgstr "SSL desabilitado"
+#: utils/adt/xml.c:2153
+msgid "invalid query"
+msgstr "consulta inválida"
-#: libpq/auth.c:398
-#, c-format
+#: utils/adt/xml.c:3377
+msgid "invalid array for XML namespace mapping"
+msgstr "matriz inválida para mapeamento de namespace XML"
+
+#: utils/adt/xml.c:3378
msgid ""
-"pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s"
+"The array must be two-dimensional with length of the second axis equal to 2."
msgstr ""
-"pg_hba.conf rejeitou conexão de replicação para máquina \"%s\", usuário \"%s"
-"\", %s"
+"A matriz deve ter duas dimensões com comprimento do segundo eixo igual a 2."
-#: libpq/auth.c:404
-#, c-format
-msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\""
-msgstr ""
-"pg_hba.conf rejeitou conexão de replicação para máquina \"%s\", usuário \"%s"
-"\""
+#: utils/adt/xml.c:3402
+msgid "empty XPath expression"
+msgstr "expressão XPath vazia"
-#: libpq/auth.c:413
-#, c-format
-msgid ""
-"pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s"
-"\", %s"
-msgstr ""
-"pg_hba.conf rejeitou conexão para máquina \"%s\", usuário \"%s\", banco de "
-"dados \"%s\", %s"
+#: utils/adt/xml.c:3450
+msgid "neither namespace name nor URI may be null"
+msgstr "namespace ou URI não podem ser nulo"
-#: libpq/auth.c:420
+#: utils/adt/xml.c:3457
#, c-format
-msgid ""
-"pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\""
-msgstr ""
-"pg_hba.conf rejeitou conexão para máquina \"%s\", usuário \"%s\", banco de "
-"dados \"%s\""
+msgid "could not register XML namespace with name \"%s\" and URI \"%s\""
+msgstr "não pôde registrar namespace XML com nome \"%s\" e URI \"%s\""
-#: libpq/auth.c:449
+#: utils/adt/tsvector_parser.c:136 utils/adt/tsquery.c:156
+#: utils/adt/tsquery.c:392
#, c-format
-msgid "Client IP address resolved to \"%s\", forward lookup matches."
-msgstr "Endereço IP do cliente resolveu para \"%s\", pesquisa direta combina."
+msgid "syntax error in tsquery: \"%s\""
+msgstr "erro de sintaxe em tsquery: \"%s\""
-#: libpq/auth.c:451
+#: utils/adt/tsvector_parser.c:137
#, c-format
-msgid "Client IP address resolved to \"%s\", forward lookup not checked."
-msgstr ""
-"Endereço IP do cliente resolveu para \"%s\", pesquisa direta não foi feita."
+msgid "syntax error in tsvector: \"%s\""
+msgstr "erro de sintaxe em tsvector: \"%s\""
-#: libpq/auth.c:453
+#: utils/adt/tsvector_parser.c:202
#, c-format
-msgid "Client IP address resolved to \"%s\", forward lookup does not match."
-msgstr ""
-"Endereço IP do cliente resolveu para \"%s\", pesquisa direta não combina."
+msgid "there is no escaped character: \"%s\""
+msgstr "não há caracter com escape: \"%s\""
-#: libpq/auth.c:462
+#: utils/adt/tsvector_parser.c:319
#, c-format
-msgid ""
-"no pg_hba.conf entry for replication connection from host \"%s\", user \"%s"
-"\", %s"
-msgstr ""
-"nenhuma entrada no pg_hba.conf para conexão de replicação da máquina \"%s\", "
-"usuário \"%s\", %s"
+msgid "wrong position info in tsvector: \"%s\""
+msgstr "informação incorreta sobre posição no tsvector: \"%s\""
-#: libpq/auth.c:469
-#, c-format
-msgid ""
-"no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\""
-msgstr ""
-"nenhuma entrada no pg_hba.conf para conexão de replicação da máquina \"%s\", "
-"usuário \"%s\""
+#: utils/adt/rowtypes.c:98 utils/adt/rowtypes.c:473
+msgid "input of anonymous composite types is not implemented"
+msgstr "entrada de tipos compostos anônimos não está implementada"
-#: libpq/auth.c:479
+#: utils/adt/rowtypes.c:151 utils/adt/rowtypes.c:179 utils/adt/rowtypes.c:202
+#: utils/adt/rowtypes.c:210 utils/adt/rowtypes.c:262 utils/adt/rowtypes.c:270
#, c-format
-msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s"
-msgstr ""
-"nenhuma entrada no pg_hba.conf para máquina \"%s\", usuário \"%s\", banco de "
-"dados \"%s\", %s"
+msgid "malformed record literal: \"%s\""
+msgstr "matriz mal formada: \"%s\""
-#: libpq/auth.c:487
+#: utils/adt/rowtypes.c:152
+msgid "Missing left parenthesis."
+msgstr "Faltando parêntese esquerdo."
+
+#: utils/adt/rowtypes.c:180
+msgid "Too few columns."
+msgstr "Poucas colunas."
+
+#: utils/adt/rowtypes.c:204 utils/adt/rowtypes.c:212
+msgid "Unexpected end of input."
+msgstr "Fim da entrada inesperado."
+
+#: utils/adt/rowtypes.c:263
+msgid "Too many columns."
+msgstr "Muitas colunas."
+
+#: utils/adt/rowtypes.c:271
+msgid "Junk after right parenthesis."
+msgstr "Lixo após parêntese direito."
+
+#: utils/adt/rowtypes.c:522
#, c-format
-msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\""
-msgstr ""
-"nenhuma entrada no pg_hba.conf para máquina \"%s\", usuário \"%s\", banco de "
-"dados \"%s\""
+msgid "wrong number of columns: %d, expected %d"
+msgstr "número de colunas incorreto: %d, esperado %d"
-#: libpq/auth.c:663
+#: utils/adt/rowtypes.c:549
#, c-format
-msgid "expected password response, got message type %d"
-msgstr "resposta da senha esperada, recebeu tipo de mensagem %d"
+msgid "wrong data type: %u, expected %u"
+msgstr "tipo de dado incorreto: %u, esperado %u"
-#: libpq/auth.c:691
-msgid "invalid password packet size"
-msgstr "tamanho do pacote de senha é inválido"
+#: utils/adt/rowtypes.c:557 utils/adt/arrayfuncs.c:1411 libpq/pqformat.c:556
+#: libpq/pqformat.c:574 libpq/pqformat.c:595
+msgid "insufficient data left in message"
+msgstr "dados insuficientes na mensagem"
-#: libpq/auth.c:695
-msgid "received password packet"
-msgstr "pacote de senha recebido"
+#: utils/adt/rowtypes.c:610
+#, c-format
+msgid "improper binary format in record column %d"
+msgstr "formato binário inválido na coluna %d do registro"
-#: libpq/auth.c:753
+#: utils/adt/rowtypes.c:897 utils/adt/rowtypes.c:1132
#, c-format
-msgid "Kerberos initialization returned error %d"
-msgstr "inicialização do Kerberos retornou erro %d"
+msgid "cannot compare dissimilar column types %s and %s at record column %d"
+msgstr ""
+"não pode comparar tipos de colunas diferentes %s e %s em coluna %d de "
+"registro"
-#: libpq/auth.c:763
+#: utils/adt/rowtypes.c:983 utils/adt/rowtypes.c:1203
+msgid "cannot compare record types with different numbers of columns"
+msgstr "não pode comparar tipos record com quantidade diferente de colunas"
+
+#: utils/adt/rowtypes.c:1157 utils/adt/arrayfuncs.c:3176
+#: utils/adt/arrayfuncs.c:3695 parser/parse_oper.c:225
#, c-format
-msgid "Kerberos keytab resolving returned error %d"
-msgstr "resolução do keytab do Kerberos retornou erro %d"
+msgid "could not identify an equality operator for type %s"
+msgstr "não pôde identificar um operador de igualdade para tipo %s"
-#: libpq/auth.c:787
+#: utils/adt/regproc.c:123 utils/adt/regproc.c:143
#, c-format
-msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d"
-msgstr "Kerberos sname_to_principal(\"%s\", \"%s\") retornou erro %d"
+msgid "more than one function named \"%s\""
+msgstr "mais de uma função com nome \"%s\""
-#: libpq/auth.c:832
+#: utils/adt/regproc.c:464 utils/adt/regproc.c:484 utils/adt/regproc.c:643
+#: parser/parse_oper.c:124 parser/parse_oper.c:718
#, c-format
-msgid "Kerberos recvauth returned error %d"
-msgstr "Kerberos recvauth retornou erro %d"
+msgid "operator does not exist: %s"
+msgstr "operador não existe: %s"
-#: libpq/auth.c:855
+#: utils/adt/regproc.c:468 utils/adt/regproc.c:488
#, c-format
-msgid "Kerberos unparse_name returned error %d"
-msgstr "Kerberos unparse_name retornou erro %d"
+msgid "more than one operator named %s"
+msgstr "mais de um operador com nome %s"
-#: libpq/auth.c:1003
-msgid "GSSAPI is not supported in protocol version 2"
-msgstr "GSSAPI não é suportado no protocolo versão 2"
+#: utils/adt/regproc.c:630 gram.y:6217
+msgid "missing argument"
+msgstr "faltando argumento"
-#: libpq/auth.c:1058
-#, c-format
-msgid "expected GSS response, got message type %d"
-msgstr "resposta do GSS esperada, recebeu tipo de mensagem %d"
+#: utils/adt/regproc.c:631 gram.y:6218
+msgid "Use NONE to denote the missing argument of a unary operator."
+msgstr "Utilize NONE para denotar argumento em falta de um operador unário."
-#: libpq/auth.c:1121
-msgid "accepting GSS security context failed"
-msgstr "aceitação do contexto de segurança do GSS falhou"
+#: utils/adt/regproc.c:636
+msgid "Provide two argument types for operator."
+msgstr "Forneça dois tipos de argumento para operador."
-#: libpq/auth.c:1147
-msgid "retrieving GSS user name failed"
-msgstr "recuperação do nome de usuário do GSS falhou"
+#: utils/adt/regproc.c:1383
+msgid "expected a left parenthesis"
+msgstr "parêntese esquerdo esperado"
-#: libpq/auth.c:1264
-msgid "SSPI is not supported in protocol version 2"
-msgstr "SSPI não é suportado no protocolo versão 2"
+#: utils/adt/regproc.c:1399
+msgid "expected a right parenthesis"
+msgstr "parêntese direito esperado"
-#: libpq/auth.c:1279
-msgid "could not acquire SSPI credentials"
-msgstr "não pôde obter credenciais SSPI"
+#: utils/adt/regproc.c:1418
+msgid "expected a type name"
+msgstr "nome de tipo esperado"
-#: libpq/auth.c:1296
+#: utils/adt/regproc.c:1450
+msgid "improper type name"
+msgstr "nome de tipo inválido"
+
+#: utils/adt/pg_locale.c:953
#, c-format
-msgid "expected SSPI response, got message type %d"
-msgstr "resposta do SSPI esperada, recebeu tipo de mensagem %d"
+msgid "could not create locale \"%s\": %m"
+msgstr "não pôde criar configuração regional \"%s\": %m"
-#: libpq/auth.c:1368
-msgid "could not accept SSPI security context"
-msgstr "não pôde aceitar contexto de segurança do SSPI"
+#: utils/adt/pg_locale.c:956
+#, c-format
+msgid ""
+"The operating system could not find any locale data for the locale name \"%s"
+"\"."
+msgstr ""
+"O sistema operacional não encontrou nenhum dado sobre a configuração "
+"regional para nome de configuração regional \"%s\"."
-#: libpq/auth.c:1430
-msgid "could not get token from SSPI security context"
-msgstr "não pôde obter token do contexto de segurança do SSPI"
+#: utils/adt/pg_locale.c:1043
+msgid ""
+"collations with different collate and ctype values are not supported on this "
+"platform"
+msgstr ""
+"ordenações com diferentes valores de collate e ctype não são suportadas "
+"nessa plataforma"
+
+#: utils/adt/pg_locale.c:1058
+msgid "nondefault collations are not supported on this platform"
+msgstr "ordenações não-padrão não são suportados nessa plataforma"
+
+#: utils/adt/pg_locale.c:1229
+msgid "invalid multibyte character for locale"
+msgstr "caracter multibyte é inválido para configuração regional"
+
+#: utils/adt/pg_locale.c:1230
+msgid ""
+"The server's LC_CTYPE locale is probably incompatible with the database "
+"encoding."
+msgstr ""
+"A configuração regional LC_TYPE do servidor é provavelmente incompatível com "
+"a codificação de banco de dados."
-#: libpq/auth.c:1674
+#: utils/adt/varchar.c:152 utils/adt/varchar.c:305
#, c-format
-msgid "could not create socket for Ident connection: %m"
-msgstr "não pôde criar soquete para conexão com Ident: %m"
+msgid "value too long for type character(%d)"
+msgstr "valor é muito longo para tipo character(%d)"
-#: libpq/auth.c:1689
+#: utils/adt/varchar.c:467 utils/adt/varchar.c:588
#, c-format
-msgid "could not bind to local address \"%s\": %m"
-msgstr "não pôde se ligar ao endereço local \"%s\": %m"
+msgid "value too long for type character varying(%d)"
+msgstr "valor é muito longo para tipo character varying(%d)"
-#: libpq/auth.c:1701
+#: utils/adt/uuid.c:128
#, c-format
-msgid "could not connect to Ident server at address \"%s\", port %s: %m"
-msgstr "não pôde conectar ao servidor Ident no endereço \"%s\", porta %s: %m"
+msgid "invalid input syntax for uuid: \"%s\""
+msgstr "sintaxe de entrada é inválida para uuid: \"%s\""
-#: libpq/auth.c:1721
-#, c-format
-msgid "could not send query to Ident server at address \"%s\", port %s: %m"
-msgstr ""
-"não pôde enviar consulta ao servidor Ident no endereço \"%s\", porta %s: %m"
+#: utils/adt/arrayfuncs.c:235 utils/adt/arrayfuncs.c:247
+msgid "missing dimension value"
+msgstr "faltando valor da dimensão"
-#: libpq/auth.c:1736
-#, c-format
-msgid ""
-"could not receive response from Ident server at address \"%s\", port %s: %m"
-msgstr ""
-"não pôde receber resposta do servidor Ident no endereço \"%s\", porta %s: %m"
+#: utils/adt/arrayfuncs.c:257
+msgid "missing \"]\" in array dimensions"
+msgstr "faltando \"]\" nas dimensões da matriz"
-#: libpq/auth.c:1746
-#, c-format
-msgid "invalidly formatted response from Ident server: \"%s\""
-msgstr "resposta invalidamente formatada pelo servidor Ident: \"%s\""
+#: utils/adt/arrayfuncs.c:265 utils/adt/arrayfuncs.c:2436
+#: utils/adt/arrayfuncs.c:2464 utils/adt/arrayfuncs.c:2479
+msgid "upper bound cannot be less than lower bound"
+msgstr "limite superior não pode ser menor do que limite inferior"
-#: libpq/auth.c:1785
-msgid "peer authentication is not supported on this platform"
-msgstr "autenticação do tipo peer não é suportada nesta plataforma"
+#: utils/adt/arrayfuncs.c:277 utils/adt/arrayfuncs.c:303
+msgid "array value must start with \"{\" or dimension information"
+msgstr "valor da matriz deve iniciar com \"{\" ou dimensão"
-#: libpq/auth.c:1789
-#, c-format
-msgid "could not get peer credentials: %m"
-msgstr "não pôde receber credenciais: %m"
+#: utils/adt/arrayfuncs.c:291
+msgid "missing assignment operator"
+msgstr "faltando operador de atribuição"
-#: libpq/auth.c:1798
+#: utils/adt/arrayfuncs.c:308 utils/adt/arrayfuncs.c:314
+msgid "array dimensions incompatible with array literal"
+msgstr "dimensões da matriz são incompatíveis com matriz"
+
+#: utils/adt/arrayfuncs.c:444 utils/adt/arrayfuncs.c:459
+#: utils/adt/arrayfuncs.c:468 utils/adt/arrayfuncs.c:482
+#: utils/adt/arrayfuncs.c:502 utils/adt/arrayfuncs.c:530
+#: utils/adt/arrayfuncs.c:535 utils/adt/arrayfuncs.c:575
+#: utils/adt/arrayfuncs.c:596 utils/adt/arrayfuncs.c:615
+#: utils/adt/arrayfuncs.c:725 utils/adt/arrayfuncs.c:734
+#: utils/adt/arrayfuncs.c:764 utils/adt/arrayfuncs.c:779
+#: utils/adt/arrayfuncs.c:832
#, c-format
-msgid "local user with ID %d does not exist"
-msgstr "usuário local com ID %d não existe"
+msgid "malformed array literal: \"%s\""
+msgstr "matriz mal formada: \"%s\""
-#: libpq/auth.c:1881 libpq/auth.c:2153 libpq/auth.c:2513
-msgid "empty password returned by client"
-msgstr "senha vazia retornada pelo cliente"
+#: utils/adt/arrayfuncs.c:1249
+msgid "invalid array flags"
+msgstr "marcações de matriz são inválidas"
-#: libpq/auth.c:1891
-#, c-format
-msgid "error from underlying PAM layer: %s"
-msgstr "erro da biblioteca PAM: %s"
+#: utils/adt/arrayfuncs.c:1257
+msgid "wrong element type"
+msgstr "tipo de elemento incorreto"
-#: libpq/auth.c:1960
+#: utils/adt/arrayfuncs.c:1307 utils/cache/lsyscache.c:2484
#, c-format
-msgid "could not create PAM authenticator: %s"
-msgstr "não pôde criar autenticador PAM: %s"
+msgid "no binary input function available for type %s"
+msgstr "nenhuma função de entrada disponível para tipo %s"
-#: libpq/auth.c:1971
+#: utils/adt/arrayfuncs.c:1447
#, c-format
-msgid "pam_set_item(PAM_USER) failed: %s"
-msgstr "pam_set_item(PAM_USER) falhou: %s"
+msgid "improper binary format in array element %d"
+msgstr "formato binário é inválido no elemento %d da matriz"
-#: libpq/auth.c:1982
+#: utils/adt/arrayfuncs.c:1529 utils/cache/lsyscache.c:2517
#, c-format
-msgid "pam_set_item(PAM_CONV) failed: %s"
-msgstr "pam_set_item(PAM_CONV) falhou: %s"
+msgid "no binary output function available for type %s"
+msgstr "nenhuma função de saída disponível para tipo %s"
-#: libpq/auth.c:1993
-#, c-format
-msgid "pam_authenticate failed: %s"
-msgstr "pam_authenticate falhou: %s"
+#: utils/adt/arrayfuncs.c:1903
+msgid "slices of fixed-length arrays not implemented"
+msgstr "segmentos de matrizes de tamanho fixo não está implementado"
-#: libpq/auth.c:2004
-#, c-format
-msgid "pam_acct_mgmt failed: %s"
-msgstr "pam_acct_mgmt falhou: %s"
+#: utils/adt/arrayfuncs.c:2076 utils/adt/arrayfuncs.c:2098
+#: utils/adt/arrayfuncs.c:2132 utils/adt/arrayfuncs.c:2418
+#: utils/adt/arrayfuncs.c:4916 utils/adt/arrayfuncs.c:4948
+#: utils/adt/arrayfuncs.c:4965
+msgid "wrong number of array subscripts"
+msgstr "número de índices da matriz incorreto"
-#: libpq/auth.c:2015
-#, c-format
-msgid "could not release PAM authenticator: %s"
-msgstr "não pôde liberar autenticador PAM: %s"
+#: utils/adt/arrayfuncs.c:2081 utils/adt/arrayfuncs.c:2174
+#: utils/adt/arrayfuncs.c:2469
+msgid "array subscript out of range"
+msgstr "índice da matriz está fora do intervalo"
-#: libpq/auth.c:2048 libpq/auth.c:2052
-#, c-format
-msgid "could not initialize LDAP: error code %d"
-msgstr "não pôde inicializar LDAP: código de erro %d"
+#: utils/adt/arrayfuncs.c:2086
+msgid "cannot assign null value to an element of a fixed-length array"
+msgstr ""
+"não pode atribuir valor nulo para um elemento de matriz de tamanho fixo"
-#: libpq/auth.c:2062
-#, c-format
-msgid "could not set LDAP protocol version: error code %d"
-msgstr "não pôde definir versão do protocolo LDAP: código de erro %d"
+#: utils/adt/arrayfuncs.c:2372
+msgid "updates on slices of fixed-length arrays not implemented"
+msgstr ""
+"atualização em segmentos de matrizes de tamanho fixo não está implementada"
-#: libpq/auth.c:2091
-msgid "could not load wldap32.dll"
-msgstr "não pôde carregar wldap32.dll"
+#: utils/adt/arrayfuncs.c:2408 utils/adt/arrayfuncs.c:2495
+msgid "source array too small"
+msgstr "matriz de origem muito pequena"
-#: libpq/auth.c:2099
-msgid "could not load function _ldap_start_tls_sA in wldap32.dll"
-msgstr "não pôde carregar função _ldap_start_tls_sA em wldap32.dll"
+#: utils/adt/arrayfuncs.c:3050
+msgid "null array element not allowed in this context"
+msgstr "elemento nulo da matriz não é permitido neste contexto"
-#: libpq/auth.c:2100
-msgid "LDAP over SSL is not supported on this platform."
-msgstr "LDAP sobre SSL não é suportado nesta plataforma."
+#: utils/adt/arrayfuncs.c:3153 utils/adt/arrayfuncs.c:3361
+#: utils/adt/arrayfuncs.c:3678
+msgid "cannot compare arrays of different element types"
+msgstr "não pode comparar matrizes de tipos de elementos diferentes"
-#: libpq/auth.c:2115
+#: utils/adt/arrayfuncs.c:3563
#, c-format
-msgid "could not start LDAP TLS session: error code %d"
-msgstr "não pôde iniciar sessão LDAP TLS: código de erro %d"
+msgid "could not identify a hash function for type %s"
+msgstr "não pôde identificar uma função hash para tipo %s"
-#: libpq/auth.c:2137
-msgid "LDAP server not specified"
-msgstr "servidor LDAP não foi especificado"
+#: utils/adt/arrayfuncs.c:4814 utils/adt/arrayfuncs.c:4854
+msgid "dimension array or low bound array cannot be null"
+msgstr "matriz de dimensões ou matriz de limites inferiores não pode ser nula"
-#: libpq/auth.c:2189
-msgid "invalid character in user name for LDAP authentication"
-msgstr "caracter inválido em nome de usuário para autenticação LDAP"
+#: utils/adt/arrayfuncs.c:4917 utils/adt/arrayfuncs.c:4949
+msgid "Dimension array must be one dimensional."
+msgstr "Matriz de dimensões deve ser de uma dimensão."
-#: libpq/auth.c:2204
-#, c-format
-msgid ""
-"could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": "
-"error code %d"
+#: utils/adt/arrayfuncs.c:4922 utils/adt/arrayfuncs.c:4954
+msgid "wrong range of array subscripts"
+msgstr "intervalo incorreto de índices da matriz"
+
+#: utils/adt/arrayfuncs.c:4923 utils/adt/arrayfuncs.c:4955
+msgid "Lower bound of dimension array must be one."
+msgstr "Limite inferior da matriz de dimensões deve ser um."
+
+#: utils/adt/arrayfuncs.c:4928 utils/adt/arrayfuncs.c:4960
+msgid "dimension values cannot be null"
+msgstr "valores de dimensão não podem ser nulos"
+
+#: utils/adt/arrayfuncs.c:4966
+msgid "Low bound array has different size than dimensions array."
msgstr ""
-"não pôde realizar ligação inicial LDAP para ldapbinddn \"%s\" no servidor "
-"\"%s\": código de erro %d"
+"Matriz de limites inferiores tem tamanho diferente que a matriz de dimensões."
-#: libpq/auth.c:2229
+#: utils/adt/cash.c:237
#, c-format
-msgid "could not search LDAP for filter \"%s\" on server \"%s\": error code %d"
+msgid "invalid input syntax for type money: \"%s\""
+msgstr "sintaxe de entrada é inválida para tipo money: \"%s\""
+
+#: utils/adt/selfuncs.c:4926
+msgid "case insensitive matching not supported on type bytea"
msgstr ""
-"não pôde buscar no LDAP por filtro \"%s\" no servidor \"%s\": código de erro "
-"%d"
+"correspondência não sensível a maiúsculas/minúsculas não é suportada pelo "
+"tipo bytea"
-#: libpq/auth.c:2239
+#: utils/adt/selfuncs.c:5029
+msgid "regular-expression matching not supported on type bytea"
+msgstr "correspondência de expressão regular não é suportada pelo tipo bytea"
+
+#: utils/adt/tsquery.c:177
#, c-format
-msgid "LDAP search failed for filter \"%s\" on server \"%s\": no such user"
-msgstr ""
-"busca LDAP falhou para filtro \"%s\" no servidor \"%s\": usuário não existe"
+msgid "no operand in tsquery: \"%s\""
+msgstr "nenhum operando em tsquery: \"%s\""
-#: libpq/auth.c:2243
+#: utils/adt/tsquery.c:250
#, c-format
-msgid ""
-"LDAP search failed for filter \"%s\" on server \"%s\": user is not unique "
-"(%ld matches)"
-msgstr ""
-"busca LDAP falhou para filtro \"%s\" no servidor \"%s\": usuário não é único "
-"(%ld ocorrências)"
+msgid "value is too big in tsquery: \"%s\""
+msgstr "valor é muito grande em tsquery: \"%s\""
-#: libpq/auth.c:2260
+#: utils/adt/tsquery.c:255
#, c-format
-msgid ""
-"could not get dn for the first entry matching \"%s\" on server \"%s\": %s"
-msgstr ""
-"não pôde obter dn para a primeira entrada que corresponde a \"%s\" no "
-"servidor \"%s\": %s"
+msgid "operand is too long in tsquery: \"%s\""
+msgstr "operando é muito longo em tsquery: \"%s\""
-#: libpq/auth.c:2280
+#: utils/adt/tsquery.c:283
#, c-format
-msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s"
-msgstr ""
-"não pôde desligar-se após buscar pelo usuário \"%s\" no servidor \"%s\": %s"
+msgid "word is too long in tsquery: \"%s\""
+msgstr "palavra é muito longa em tsquery: \"%s\""
-#: libpq/auth.c:2317
+#: utils/adt/tsquery.c:512
#, c-format
-msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d"
-msgstr ""
-"autenticação LDAP falhou para usuário \"%s\" no servidor \"%s\": código de "
-"erro %d"
+msgid "text-search query doesn't contain lexemes: \"%s\""
+msgstr "consulta de busca textual não contém lexemas: \"%s\""
-#: libpq/auth.c:2345
-#, c-format
-msgid ""
-"certificate authentication failed for user \"%s\": client certificate "
-"contains no user name"
-msgstr ""
-"autenticação com certificado falhou para usuário \"%s\": certificado cliente "
-"não contém usuário"
+#: utils/adt/formatting.c:492
+msgid "invalid format specification for an interval value"
+msgstr "especificação do formato é inválida para um valor interval"
-#: libpq/auth.c:2469
-msgid "RADIUS server not specified"
-msgstr "servidor RADIUS não foi especificado"
+#: utils/adt/formatting.c:493
+msgid "Intervals are not tied to specific calendar dates."
+msgstr "Intervalos não estão presos a datas específicas do calendário."
-#: libpq/auth.c:2476
-msgid "RADIUS secret not specified"
-msgstr "segredo do RADIUS não foi especificado"
+#: utils/adt/formatting.c:1060
+msgid "\"EEEE\" must be the last pattern used"
+msgstr "\"EEEE\" deve ser o último padrão utilizado"
-#: libpq/auth.c:2520
-msgid ""
-"RADIUS authentication does not support passwords longer than 16 characters"
-msgstr ""
-"autenticação RADIUS não suporta senhas mais longas do que 16 caracteres"
+#: utils/adt/formatting.c:1068
+msgid "\"9\" must be ahead of \"PR\""
+msgstr "\"9\" deve estar a frente de \"PR\""
-#: libpq/auth.c:2531
-msgid "could not generate random encryption vector"
-msgstr "não pôde gerar vetor de criptografia randômico"
+#: utils/adt/formatting.c:1084
+msgid "\"0\" must be ahead of \"PR\""
+msgstr "\"0\" deve estar a frente de \"PR\""
-#: libpq/auth.c:2554
-msgid "could not perform MD5 encryption of password"
-msgstr "não pôde realizar criptografia MD5 da senha"
+#: utils/adt/formatting.c:1110
+msgid "multiple decimal points"
+msgstr "múltiplos separadores decimais"
-#: libpq/auth.c:2576
-#, c-format
-msgid "could not create RADIUS socket: %m"
-msgstr "não pôde criar soquete RADIUS: %m"
+#: utils/adt/formatting.c:1114 utils/adt/formatting.c:1197
+msgid "cannot use \"V\" and decimal point together"
+msgstr "não pode utilizar \"V\" e separador decimal juntos"
-#: libpq/auth.c:2597
-#, c-format
-msgid "could not bind local RADIUS socket: %m"
-msgstr "não pôde se ligar ao soquete RADIUS: %m"
+#: utils/adt/formatting.c:1126
+msgid "cannot use \"S\" twice"
+msgstr "não pode utilizar \"S\" duas vezes"
-#: libpq/auth.c:2607
-#, c-format
-msgid "could not send RADIUS packet: %m"
-msgstr "não pôde enviar pacote RADIUS: %m"
+#: utils/adt/formatting.c:1130
+msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together"
+msgstr "não pode utilizar \"S\" e \"PL\"/\"MI\"/\"SG\"/\"PR\" juntos"
-#: libpq/auth.c:2636 libpq/auth.c:2661
-msgid "timeout waiting for RADIUS response"
-msgstr "tempo de espera esgotado para resposta do RADIUS"
+#: utils/adt/formatting.c:1150
+msgid "cannot use \"S\" and \"MI\" together"
+msgstr "não pode utilizar \"S\" e \"MI\" juntos"
-#: libpq/auth.c:2654
-#, c-format
-msgid "could not check status on RADIUS socket: %m"
-msgstr "não pôde verificar status no soquete do RADIUS: %m"
+#: utils/adt/formatting.c:1160
+msgid "cannot use \"S\" and \"PL\" together"
+msgstr "não pode utilizar \"S\" e \"PL\" juntos"
-#: libpq/auth.c:2683
-#, c-format
-msgid "could not read RADIUS response: %m"
-msgstr "não pôde ler resposta do RADIUS: %m"
+#: utils/adt/formatting.c:1170
+msgid "cannot use \"S\" and \"SG\" together"
+msgstr "não pode utilizar \"S\" e \"SG\" juntos"
-#: libpq/auth.c:2695 libpq/auth.c:2699
-#, c-format
-msgid "RADIUS response was sent from incorrect port: %i"
-msgstr "resposta RADIUS foi enviada de porta incorreta: %i"
+#: utils/adt/formatting.c:1179
+msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together"
+msgstr "não pode utilizar \"PR\" e \"S\"/\"PL\"/\"MI\"/\"SG\" juntos"
-#: libpq/auth.c:2708
-#, c-format
-msgid "RADIUS response too short: %i"
-msgstr "resposta RADIUS muito curta: %i"
+#: utils/adt/formatting.c:1205
+msgid "cannot use \"EEEE\" twice"
+msgstr "não pode utilizar \"EEEE\" duas vezes"
-#: libpq/auth.c:2715
-#, c-format
-msgid "RADIUS response has corrupt length: %i (actual length %i)"
-msgstr "resposta RADIUS tem tamanho corrompido: %i (tamanho atual %i)"
+#: utils/adt/formatting.c:1211
+msgid "\"EEEE\" is incompatible with other formats"
+msgstr "\"EEEE\" é imcompatível com outros formatos"
-#: libpq/auth.c:2723
+#: utils/adt/formatting.c:1212
+msgid ""
+"\"EEEE\" may only be used together with digit and decimal point patterns."
+msgstr ""
+"\"EEEE\" só pode ser utilizado em conjunto com padrões de dígitos e decimais."
+
+#: utils/adt/formatting.c:1412
#, c-format
-msgid "RADIUS response is to a different request: %i (should be %i)"
-msgstr "resposta RADIUS é para uma solicitação diferente: %i (deveria ser %i)"
+msgid "\"%s\" is not a number"
+msgstr "\"%s\" não é um número"
-#: libpq/auth.c:2748
-msgid "could not perform MD5 encryption of received packet"
-msgstr "não pôde realizar criptografia MD5 do pacote recebido"
+#: utils/adt/formatting.c:1519 utils/adt/formatting.c:1569
+msgid "could not determine which collation to use for lower() function"
+msgstr "não pôde determinar qual ordenação utilizar na função lower()"
-#: libpq/auth.c:2757
-msgid "RADIUS response has incorrect MD5 signature"
-msgstr "resposta RADIUS tem assinatura MD5 incorreta"
+#: utils/adt/formatting.c:1640 utils/adt/formatting.c:1690
+msgid "could not determine which collation to use for upper() function"
+msgstr "não pôde determinar qual ordenação utilizar na função upper()"
-#: libpq/auth.c:2774
-#, c-format
-msgid "RADIUS response has invalid code (%i) for user \"%s\""
-msgstr "resposta RADIUS tem código inválido (%i) para usuário \"%s\""
+#: utils/adt/formatting.c:1773 utils/adt/formatting.c:1835
+msgid "could not determine which collation to use for initcap() function"
+msgstr "não pôde determinar qual ordenação utilizar na função initcap()"
-#: lib/stringinfo.c:267
-#, c-format
-msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes."
+#: utils/adt/formatting.c:2017
+msgid "invalid combination of date conventions"
+msgstr "combinação inválida de convenções do tipo date"
+
+#: utils/adt/formatting.c:2018
+msgid ""
+"Do not mix Gregorian and ISO week date conventions in a formatting template."
msgstr ""
-"Não pode aumentar o buffer de cadeia de caracteres contendo %d bytes para "
-"mais %d bytes."
+"Não misture convenções de data Gregoriana e ISO em um modelo de formatação."
-#: foreign/foreign.c:198
+#: utils/adt/formatting.c:2035
#, c-format
-msgid "user mapping not found for \"%s\""
-msgstr "mapeamento de usuários não foi encontrado para \"%s\""
+msgid "conflicting values for \"%s\" field in formatting string"
+msgstr ""
+"valores conflitantes para campo \"%s\" na cadeia de caracteres de formatação"
-#: foreign/foreign.c:321
-#, c-format
-msgid "foreign-data wrapper \"%s\" has no handler"
-msgstr "adaptador de dados externos \"%s\" não possui manipulador"
+#: utils/adt/formatting.c:2037
+msgid "This value contradicts a previous setting for the same field type."
+msgstr ""
+"Este valor contradiz a configuração anterior para o mesmo tipo de campo."
-#: foreign/foreign.c:498
+#: utils/adt/formatting.c:2098
#, c-format
-msgid "invalid option \"%s\""
-msgstr "opção \"%s\" é inválida"
+msgid "source string too short for \"%s\" formatting field"
+msgstr ""
+"cadeia de carateres fonte é muito curta para campo de formatação \"%s\""
-#: foreign/foreign.c:499
+#: utils/adt/formatting.c:2100
#, c-format
-msgid "Valid options in this context are: %s"
-msgstr "Opções válidas nesse contexto são: %s"
+msgid "Field requires %d characters, but only %d remain."
+msgstr "Campo requer %d caracteres, mas só restam %d."
+
+#: utils/adt/formatting.c:2103 utils/adt/formatting.c:2117
+msgid ""
+"If your source string is not fixed-width, try using the \"FM\" modifier."
+msgstr ""
+"Se sua cadeia de carateres fonte não tem tamanho fixo, tente utilizar o "
+"modificador \"FM\"."
-#: foreign/foreign.c:524 commands/foreigncmds.c:265 commands/foreigncmds.c:636
-#: commands/foreigncmds.c:784
+#: utils/adt/formatting.c:2113 utils/adt/formatting.c:2126
+#: utils/adt/formatting.c:2256
#, c-format
-msgid "foreign-data wrapper \"%s\" does not exist"
-msgstr "adaptador de dados externos \"%s\" não existe"
+msgid "invalid value \"%s\" for \"%s\""
+msgstr "valor \"%s\" inválido para \"%s\""
-#: foreign/foreign.c:544 commands/foreigncmds.c:366 commands/foreigncmds.c:962
-#: commands/foreigncmds.c:1050 commands/foreigncmds.c:1334
+#: utils/adt/formatting.c:2115
#, c-format
-msgid "server \"%s\" does not exist"
-msgstr "servidor \"%s\" não existe"
+msgid "Field requires %d characters, but only %d could be parsed."
+msgstr "Campo requer %d caracteres, mas somente %d puderam ser analisados."
-#: executor/spi.c:210
-msgid "transaction left non-empty SPI stack"
-msgstr "transação não deixou pilha SPI vazia"
+#: utils/adt/formatting.c:2128
+msgid "Value must be an integer."
+msgstr "Valor deve ser um inteiro."
-#: executor/spi.c:211 executor/spi.c:275
-msgid "Check for missing \"SPI_finish\" calls."
-msgstr "Verifique a falta de chamadas \"SPI_finish\"."
+#: utils/adt/formatting.c:2133
+#, c-format
+msgid "value for \"%s\" in source string is out of range"
+msgstr "valor para \"%s\" na cadeia de caracteres fonte está fora do intervalo"
-#: executor/spi.c:274
-msgid "subtransaction left non-empty SPI stack"
-msgstr "subtransação não deixou pilha SPI vazia"
+#: utils/adt/formatting.c:2135
+#, c-format
+msgid "Value must be in the range %d to %d."
+msgstr "Valor deve estar no intervalo de %d a %d."
-#: executor/spi.c:1137
-msgid "cannot open multi-query plan as cursor"
-msgstr "não pode abrir plano de múltiplas consultas como cursor"
+#: utils/adt/formatting.c:2258
+msgid "The given value did not match any of the allowed values for this field."
+msgstr ""
+"O valor informado não corresponde a nenhum dos valores permitidos para este "
+"campo."
-#. translator: %s is name of a SQL command, eg INSERT
-#: executor/spi.c:1142
-#, c-format
-msgid "cannot open %s query as cursor"
-msgstr "não pode abrir consulta %s como cursor"
+#: utils/adt/formatting.c:2814
+msgid "\"TZ\"/\"tz\" format patterns are not supported in to_date"
+msgstr "formatos \"TZ\"/\"tz\" não são suportadas em to_date"
-#. translator: %s is a SQL statement name
-#: executor/spi.c:1256 executor/spi.c:1891 executor/functions.c:302
-#, c-format
-msgid "%s is not allowed in a non-volatile function"
-msgstr "%s não é permitido em uma função não-volátil"
+#: utils/adt/formatting.c:2918
+msgid "invalid input string for \"Y,YYY\""
+msgstr "cadeia de caracteres de entrada é inválida para \"Y,YYY\""
-#: executor/spi.c:2157
+#: utils/adt/formatting.c:3435
#, c-format
-msgid "SQL statement \"%s\""
-msgstr "comando SQL \"%s\""
+msgid "hour \"%d\" is invalid for the 12-hour clock"
+msgstr "hora \"%d\" é inválido para relógio de 12 horas"
+
+#: utils/adt/formatting.c:3437
+msgid "Use the 24-hour clock, or give an hour between 1 and 12."
+msgstr "Utilize um relógio de 24 horas ou informe uma hora entre 1 e 12."
-#: executor/nodeWindowAgg.c:1238
-msgid "frame starting offset must not be null"
-msgstr "deslocamento inicial de quadro não deve ser nulo"
+#: utils/adt/formatting.c:3475
+#, c-format
+msgid "inconsistent use of year %04d and \"BC\""
+msgstr "uso inconsistente do ano %04d e \"BC\""
-#: executor/nodeWindowAgg.c:1251
-msgid "frame starting offset must not be negative"
-msgstr "deslocamento inicial de quadro não deve ser negativo"
+#: utils/adt/formatting.c:3522
+msgid "cannot calculate day of year without year information"
+msgstr "não pode calcular dia do ano sem a informação do ano"
-#: executor/nodeWindowAgg.c:1264
-msgid "frame ending offset must not be null"
-msgstr "deslocamento final de quadro não deve ser nulo"
+#: utils/adt/formatting.c:4384
+msgid "\"EEEE\" not supported for input"
+msgstr "\"EEEE\" não é suportado na entrada"
-#: executor/nodeWindowAgg.c:1277
-msgid "frame ending offset must not be negative"
-msgstr "deslocamento final de quadro não deve ser negativo"
+#: utils/adt/formatting.c:4396
+msgid "\"RN\" not supported for input"
+msgstr "\"RN\" não é suportado na entrada"
-#: executor/nodeWindowAgg.c:1851 executor/nodeAgg.c:1730
-#, c-format
-msgid "aggregate %u needs to have compatible input type and transition type"
-msgstr ""
-"agregação %u precisa ter tipo de entrada e tipo transitório compatíveis"
+#: utils/misc/guc.c:525
+msgid "Ungrouped"
+msgstr "Desagrupado"
-#: executor/nodeSubplan.c:301 executor/nodeSubplan.c:340
-#: executor/nodeSubplan.c:963
-msgid "more than one row returned by a subquery used as an expression"
-msgstr ""
-"mais de um registro foi retornado por uma subconsulta utilizada como uma "
-"expressão"
+#: utils/misc/guc.c:527
+msgid "File Locations"
+msgstr "Locais de Arquivos"
-#: executor/nodeModifyTable.c:82 executor/nodeModifyTable.c:92
-#: executor/nodeModifyTable.c:109 executor/nodeModifyTable.c:117
-#: executor/execQual.c:837 executor/execQual.c:854 executor/execQual.c:1014
-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"
+#: utils/misc/guc.c:529
+msgid "Connections and Authentication"
+msgstr "Conexões e Autenticação"
-#: executor/nodeModifyTable.c:83
-msgid "Query has too many columns."
-msgstr "Consulta tem muitas colunas."
+#: utils/misc/guc.c:531
+msgid "Connections and Authentication / Connection Settings"
+msgstr "Conexões e Autenticação / Configurações sobre Conexão"
-#: executor/nodeModifyTable.c:93 executor/execQual.c:855
-#, 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."
+#: utils/misc/guc.c:533
+msgid "Connections and Authentication / Security and Authentication"
+msgstr "Conexões e Autenticação / Segurança e Autenticação"
-#: executor/nodeModifyTable.c:110
-#, c-format
-msgid "Query provides a value for a dropped column at ordinal position %d."
-msgstr ""
-"Consulta fornece um valor para uma coluna removida na posição ordinal %d."
+#: utils/misc/guc.c:535
+msgid "Resource Usage"
+msgstr "Uso de Recursos"
-#: executor/nodeModifyTable.c:118
-msgid "Query has too few columns."
-msgstr "Consulta tem poucas colunas."
+#: utils/misc/guc.c:537
+msgid "Resource Usage / Memory"
+msgstr "Uso de Recursos / Memória"
-#: executor/nodeModifyTable.c:366 executor/nodeModifyTable.c:582
-#: executor/nodeLockRows.c:137 executor/execMain.c:1865
-#: commands/trigger.c:2590
-msgid "could not serialize access due to concurrent update"
-msgstr "não pôde serializar acesso devido a uma atualização concorrente"
+#: utils/misc/guc.c:539
+msgid "Resource Usage / Kernel Resources"
+msgstr "Uso de Recursos / Recursos do Kernel"
-#: executor/nodeMergejoin.c:1604
-msgid "RIGHT JOIN is only supported with merge-joinable join conditions"
-msgstr ""
-"RIGHT JOIN só é suportado com condições de junção que podem ser utilizadas "
-"com junção por mesclagem"
+#: utils/misc/guc.c:541
+msgid "Resource Usage / Cost-Based Vacuum Delay"
+msgstr "Uso de Recursos / Atraso de Limpeza Baseado em Custo"
-#: executor/nodeMergejoin.c:1624
-msgid "FULL JOIN is only supported with merge-joinable join conditions"
-msgstr ""
-"FULL JOIN só é suportado com condições de junção que podem ser utilizadas "
-"com junção por mesclagem"
+#: utils/misc/guc.c:543
+msgid "Resource Usage / Background Writer"
+msgstr "Uso de Recursos / Escritor de Segundo Plano"
-#: executor/nodeLimit.c:253
-msgid "OFFSET must not be negative"
-msgstr "OFFSET não deve ser negativo"
+#: utils/misc/guc.c:545
+msgid "Resource Usage / Asynchronous Behavior"
+msgstr "Uso de Recursos / Comportamento Assíncrono"
-#: executor/nodeLimit.c:280
-msgid "LIMIT must not be negative"
-msgstr "LIMIT não deve ser negativo"
+#: utils/misc/guc.c:547
+msgid "Write-Ahead Log"
+msgstr "Log de Escrita Prévia"
-#: executor/nodeHashjoin.c:814 executor/nodeHashjoin.c:844
-#, c-format
-msgid "could not rewind hash-join temporary file: %m"
-msgstr "não pôde voltar ao início do arquivo temporário de junção por hash: %m"
+#: utils/misc/guc.c:549
+msgid "Write-Ahead Log / Settings"
+msgstr "Log de Escrita Prévia / Configurações"
-#: executor/nodeHashjoin.c:879 executor/nodeHashjoin.c:885
-#, c-format
-msgid "could not write to hash-join temporary file: %m"
-msgstr "não pôde escrever em arquivo temporário de junção por hash: %m"
+#: utils/misc/guc.c:551
+msgid "Write-Ahead Log / Checkpoints"
+msgstr "Log de Escrita Prévia / Pontos de Controle"
-#: executor/nodeHashjoin.c:919 executor/nodeHashjoin.c:929
-#, c-format
-msgid "could not read from hash-join temporary file: %m"
-msgstr "não pôde ler do arquivo temporário de junção por hash: %m"
+#: utils/misc/guc.c:553
+msgid "Write-Ahead Log / Archiving"
+msgstr "Log de Escrita Prévia / Arquivamento"
-#: executor/functions.c:195
-#, c-format
-msgid "could not determine actual type of argument declared %s"
-msgstr "não pôde determinar tipo de argumento declarado %s"
+#: utils/misc/guc.c:555
+msgid "Replication"
+msgstr "Replicação"
-#. translator: %s is a SQL statement name
-#: executor/functions.c:295
-#, c-format
-msgid "%s is not allowed in a SQL function"
-msgstr "%s não é permitido em uma função SQL"
+#: utils/misc/guc.c:557
+msgid "Replication / Master Server"
+msgstr "Replicação / Servidor Principal"
-#: executor/functions.c:408
-#, c-format
-msgid ""
-"could not determine actual result type for function declared to return type "
-"%s"
-msgstr ""
-"não pôde determinar tipo de resultado para função declarada que retorna tipo "
-"%s"
+#: utils/misc/guc.c:559
+msgid "Replication / Standby Servers"
+msgstr "Replicação / Servidores em Espera"
-#: executor/functions.c:1146
-#, c-format
-msgid "SQL function \"%s\" statement %d"
-msgstr "função SQL \"%s\" comando %d"
+#: utils/misc/guc.c:561
+msgid "Query Tuning"
+msgstr "Ajuste de Consultas"
-#: executor/functions.c:1162 catalog/pg_proc.c:891
-#, c-format
-msgid "SQL function \"%s\""
-msgstr "função SQL \"%s\""
+#: utils/misc/guc.c:563
+msgid "Query Tuning / Planner Method Configuration"
+msgstr "Ajuste de Consultas / Configuração dos Métodos do Planejador"
-#: executor/functions.c:1172
-#, c-format
-msgid "SQL function \"%s\" during startup"
-msgstr "função SQL \"%s\" durante inicialização"
+#: utils/misc/guc.c:565
+msgid "Query Tuning / Planner Cost Constants"
+msgstr "Ajuste de Consultas / Constantes de Custo do Planejador"
-#: executor/functions.c:1332 executor/functions.c:1368
-#: executor/functions.c:1380 executor/functions.c:1493
-#: executor/functions.c:1526 executor/functions.c:1556
-#, c-format
-msgid "return type mismatch in function declared to return %s"
-msgstr ""
-"incompatibilidade do tipo de retorno na função declarada para retornar %s"
+#: utils/misc/guc.c:567
+msgid "Query Tuning / Genetic Query Optimizer"
+msgstr "Ajuste de Consultas / Otimizador de Consultas Genéticas"
-#: executor/functions.c:1334
-msgid ""
-"Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING."
-msgstr ""
-"Último comando da função deve ser um SELECT ou INSERT/UPDATE/DELETE "
-"RETURNING."
+#: utils/misc/guc.c:569
+msgid "Query Tuning / Other Planner Options"
+msgstr "Ajuste de Consultas / Outras Opções do Planejador"
-#: executor/functions.c:1370
-msgid "Final statement must return exactly one column."
-msgstr "Último comando deve retornar exatamente uma coluna."
+#: utils/misc/guc.c:571
+msgid "Reporting and Logging"
+msgstr "Relatório e Registro"
-#: executor/functions.c:1382
-#, c-format
-msgid "Actual return type is %s."
-msgstr "Tipo atual de retorno é %s."
+#: utils/misc/guc.c:573
+msgid "Reporting and Logging / Where to Log"
+msgstr "Relatório e Registro / Onde Registrar"
-#: executor/functions.c:1495
-msgid "Final statement returns too many columns."
-msgstr "Último comando retornou muitas colunas."
+#: utils/misc/guc.c:575
+msgid "Reporting and Logging / When to Log"
+msgstr "Relatório e Registro / Quando Registrar"
-#: executor/functions.c:1528
-#, c-format
-msgid "Final statement returns %s instead of %s at column %d."
-msgstr "Último comando retornou %s ao invés de %s na coluna %d."
+#: utils/misc/guc.c:577
+msgid "Reporting and Logging / What to Log"
+msgstr "Relatório e Registro / O que Registrar"
-#: executor/functions.c:1558
-msgid "Final statement returns too few columns."
-msgstr "Último comando retornou poucas colunas."
+#: utils/misc/guc.c:579
+msgid "Statistics"
+msgstr "Estatísticas"
-#: executor/functions.c:1607
-#, c-format
-msgid "return type %s is not supported for SQL functions"
-msgstr "tipo de retorno %s não é suportado pelas funções SQL"
+#: utils/misc/guc.c:581
+msgid "Statistics / Monitoring"
+msgstr "Estatísticas / Monitoramento"
-#: executor/execUtils.c:1305
-#, c-format
-msgid "could not create exclusion constraint \"%s\""
-msgstr "não pôde criar restrição de exclusão \"%s\""
+#: utils/misc/guc.c:583
+msgid "Statistics / Query and Index Statistics Collector"
+msgstr "Estatísticas / Coletor de Estatísticas de Consultas e Índices"
-#: executor/execUtils.c:1307
-#, c-format
-msgid "Key %s conflicts with key %s."
-msgstr "Chave %s conflita com chave %s."
+#: utils/misc/guc.c:585
+msgid "Autovacuum"
+msgstr "Limpeza Automática"
-#: executor/execUtils.c:1312
-#, c-format
-msgid "conflicting key value violates exclusion constraint \"%s\""
-msgstr "conflitar valor da chave viola a restrição de exclusão \"%s\""
+#: utils/misc/guc.c:587
+msgid "Client Connection Defaults"
+msgstr "Valores Padrão de Conexão"
-#: executor/execUtils.c:1314
-#, c-format
-msgid "Key %s conflicts with existing key %s."
-msgstr "Chave %s conflita com chave existente %s."
+#: utils/misc/guc.c:589
+msgid "Client Connection Defaults / Statement Behavior"
+msgstr "Valores Padrão de Conexão / Comportamento do Comando"
-#: executor/execQual.c:316 executor/execQual.c:344
-msgid "array subscript in assignment must not be null"
-msgstr "índice da matriz em atribuição não deve ser nulo"
+#: utils/misc/guc.c:591
+msgid "Client Connection Defaults / Locale and Formatting"
+msgstr "Valores Padrão de Conexão / Configuração Regional e Formatação"
-#: executor/execQual.c:637 executor/execQual.c:3998
-#, c-format
-msgid "attribute %d has wrong type"
-msgstr "atributo %d tem tipo incorreto"
+#: utils/misc/guc.c:593
+msgid "Client Connection Defaults / Other Defaults"
+msgstr "Valores Padrão de Conexão / Outros Valores"
-#: executor/execQual.c:638 executor/execQual.c:3999
-#, c-format
-msgid "Table has type %s, but query expects %s."
-msgstr "Tabela tem tipo %s, mas consulta espera %s."
+#: utils/misc/guc.c:595
+msgid "Lock Management"
+msgstr "Gerência de Bloqueio"
-#: executor/execQual.c:838
-#, 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."
+#: utils/misc/guc.c:597
+msgid "Version and Platform Compatibility"
+msgstr "Compatibilidade de Versão e Plataforma"
-#: executor/execQual.c:1015 executor/execQual.c:1612
-#, c-format
-msgid "Physical storage mismatch on dropped attribute at ordinal position %d."
+#: utils/misc/guc.c:599
+msgid "Version and Platform Compatibility / Previous PostgreSQL Versions"
msgstr ""
-"Incompatibilidade do armazenamento físico no atributo removido na posição "
-"ordinal %d."
+"Compatibilidade de Versão e Plataforma / Versões Anteriores do PostgreSQL"
-#: executor/execQual.c:1126 executor/execCurrent.c:230
-#, 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)"
+#: utils/misc/guc.c:601
+msgid "Version and Platform Compatibility / Other Platforms and Clients"
+msgstr "Compatibilidade de Versão e Plataforma / Outras Plataformas e Clientes"
-#: executor/execQual.c:1138 executor/execCurrent.c:242
-#, c-format
-msgid "no value found for parameter %d"
-msgstr "nenhum valor encontrado para parâmetro %d"
+#: utils/misc/guc.c:603
+msgid "Error Handling"
+msgstr "Manipulação de Erro"
-#: executor/execQual.c:1480
-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"
+#: utils/misc/guc.c:605
+msgid "Preset Options"
+msgstr "Opções Pré-Definidas"
-#: executor/execQual.c:1530
-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"
+#: utils/misc/guc.c:607
+msgid "Customized Options"
+msgstr "Opções Customizadas"
-#: executor/execQual.c:1585 executor/execQual.c:1601 executor/execQual.c:1611
-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"
+#: utils/misc/guc.c:609
+msgid "Developer Options"
+msgstr "Opções para Desenvolvedores"
-#: executor/execQual.c:1586
-#, 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."
+#: utils/misc/guc.c:663
+msgid "Enables the planner's use of sequential-scan plans."
+msgstr "Habilita o uso de planos de busca sequencial pelo planejador."
-#: executor/execQual.c:1602
-#, 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."
+#: utils/misc/guc.c:672
+msgid "Enables the planner's use of index-scan plans."
+msgstr "Habilita o uso de planos de buscas por índices pelo planejador."
-#: executor/execQual.c:1838 executor/execQual.c:2263
-msgid "table-function protocol for materialize mode was not followed"
-msgstr "protocolo de função tabular para modo materializado não foi seguido"
+#: utils/misc/guc.c:681
+msgid "Enables the planner's use of bitmap-scan plans."
+msgstr "Habilita o uso de planos de buscas por bitmaps pelo planejador."
-#: executor/execQual.c:1858 executor/execQual.c:2270
-#, c-format
-msgid "unrecognized table-function returnMode: %d"
-msgstr "modo de retorno (returnMode) da função tabular desconhecido: %d"
+#: utils/misc/guc.c:690
+msgid "Enables the planner's use of TID scan plans."
+msgstr "Habilita o uso de planos de buscas por TID pelo planejador."
-#: executor/execQual.c:2180
-msgid "function returning set of rows cannot return null value"
-msgstr "função que retorna conjunto de registros não pode retornar valor nulo"
+#: utils/misc/guc.c:699
+msgid "Enables the planner's use of explicit sort steps."
+msgstr "Habilita o uso de passos para ordenação explícita pelo planejador."
-#: executor/execQual.c:2237
-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"
+#: utils/misc/guc.c:708
+msgid "Enables the planner's use of hashed aggregation plans."
+msgstr "Habilita o uso de planos de agregação do tipo hash pelo planejador."
-#: executor/execQual.c:2428
-msgid "IS DISTINCT FROM does not support set arguments"
-msgstr "IS DISTINCT FROM não suporta conjunto de argumentos"
+#: utils/misc/guc.c:717
+msgid "Enables the planner's use of materialization."
+msgstr "Habilita o uso de materialização pelo planejador."
-#: executor/execQual.c:2505
-msgid "op ANY/ALL (array) does not support set arguments"
-msgstr "op ANY/ALL (array) não suporta conjunto de argumentos"
+#: utils/misc/guc.c:726
+msgid "Enables the planner's use of nested-loop join plans."
+msgstr "Habilita o uso de planos de junção de laço aninhado pelo planejador."
-#: executor/execQual.c:2827 commands/analyze.c:1499
-msgid "could not convert row type"
-msgstr "não pôde converter tipo registro"
+#: utils/misc/guc.c:735
+msgid "Enables the planner's use of merge join plans."
+msgstr "Habilita o uso de planos de junção por mesclagem pelo planejador."
-#: executor/execQual.c:3058
-msgid "cannot merge incompatible arrays"
-msgstr "não pode mesclar matrizes incompatíveis"
+#: utils/misc/guc.c:744
+msgid "Enables the planner's use of hash join plans."
+msgstr "Habilita o uso de planos de junção por hash pelo planejador."
-#: executor/execQual.c:3059
-#, 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."
+#: utils/misc/guc.c:753
+msgid "Enables genetic query optimization."
+msgstr "Habilita a otimização de consultas genéticas."
-#: executor/execQual.c:3642
-msgid "NULLIF does not support set arguments"
-msgstr "NULLIF não suporta conjunto de argumentos"
+#: utils/misc/guc.c:754
+msgid "This algorithm attempts to do planning without exhaustive searching."
+msgstr "Esse algoritmo tenta fazer o planejamento sem busca exaustiva."
-#: executor/execQual.c:4644
-msgid "target type is not an array"
-msgstr "tipo alvo não é uma matriz"
+#: utils/misc/guc.c:764
+msgid "Shows whether the current user is a superuser."
+msgstr "Mostra se o usuário atual é um super-usuário."
-#: executor/execQual.c:4757
-#, c-format
-msgid "ROW() column has type %s instead of type %s"
-msgstr "coluna ROW() tem tipo %s ao invés do tipo %s"
+#: utils/misc/guc.c:774
+msgid "Enables advertising the server via Bonjour."
+msgstr "Habilita anunciar o servidor via Bonjour."
-#: executor/execMain.c:997
-#, c-format
-msgid "cannot change sequence \"%s\""
-msgstr "não pode mudar sequência \"%s\""
+#: utils/misc/guc.c:783
+msgid "Enables SSL connections."
+msgstr "Habilita conexões SSL."
-#: executor/execMain.c:1003
-#, c-format
-msgid "cannot change TOAST relation \"%s\""
-msgstr "não pode mudar relação TOAST \"%s\""
+#: utils/misc/guc.c:792
+msgid "Forces synchronization of updates to disk."
+msgstr "Força sincronização de atualizações com o disco."
-#: executor/execMain.c:1013
-#, c-format
-msgid "cannot insert into view \"%s\""
-msgstr "não pode inserir na visão \"%s\""
+#: utils/misc/guc.c:793
+msgid ""
+"The server will use the fsync() system call in several places to make sure "
+"that updates are physically written to disk. This insures that a database "
+"cluster will recover to a consistent state after an operating system or "
+"hardware crash."
+msgstr ""
+"O servidor utilizará a chamada do sistema fsync() em vários lugares para ter "
+"certeza que as atualizações estão gravadas fisicamente no disco. Isso "
+"assegura que o agrupamento de bancos de dados recuperará ao seu estado "
+"consistente após uma queda do sistema operacional ou de hardware."
-#: executor/execMain.c:1015
+#: utils/misc/guc.c:804
+msgid "Continues processing past damaged page headers."
+msgstr "Continua processando cabeçalhos antigos de páginas danificadas."
+
+#: utils/misc/guc.c:805
msgid ""
-"You need an unconditional ON INSERT DO INSTEAD rule or an INSTEAD OF INSERT "
-"trigger."
+"Detection of a damaged page header normally causes PostgreSQL to report an "
+"error, aborting the current transaction. Setting zero_damaged_pages to true "
+"causes the system to instead report a warning, zero out the damaged page, "
+"and continue processing. This behavior will destroy data, namely all the "
+"rows on the damaged page."
msgstr ""
-"Você precisa de uma regra incondicional ON INSERT DO INSTEAD ou um gatilho "
-"INSTEAD OF INSERT."
+"Detecção de cabeçalhos de páginas danificadas normalmente faz com que o "
+"PostgreSQL produza um erro, interrompendo a transação atual. Definindo "
+"zero_damaged_page para true faz com que o sistema ao invés de produzir um "
+"aviso, escreva zero em todas as páginas danificadas e continue o "
+"processamento. Esse comportamento destrói dados, especificadamente todos os "
+"registros da página danificada."
+
+#: utils/misc/guc.c:818
+msgid "Writes full pages to WAL when first modified after a checkpoint."
+msgstr ""
+"Escreve páginas completas no WAL quando modificadas após um ponto de "
+"controle."
+
+#: utils/misc/guc.c:819
+msgid ""
+"A page write in process during an operating system crash might be only "
+"partially written to disk. During recovery, the row changes stored in WAL "
+"are not enough to recover. This option writes pages when first modified "
+"after a checkpoint to WAL so full recovery is possible."
+msgstr ""
+"Uma escrita de página em progresso durante uma queda do sistema operacional "
+"pode ser parcialmente escrita no disco. Durante a recuperação, as mudanças "
+"de registro armazenadas no WAL não são suficientes para recuperação. Esta "
+"opção escreve páginas quando modificadas após um ponto de controle no WAL "
+"possibilitando uma recuperação completa."
-#: executor/execMain.c:1021
-#, c-format
-msgid "cannot update view \"%s\""
-msgstr "não pode atualizar visão \"%s\""
+#: utils/misc/guc.c:831
+msgid "Runs the server silently."
+msgstr "Executa o servidor silenciosamente."
-#: executor/execMain.c:1023
+#: utils/misc/guc.c:832
msgid ""
-"You need an unconditional ON UPDATE DO INSTEAD rule or an INSTEAD OF UPDATE "
-"trigger."
+"If this parameter is set, the server will automatically run in the "
+"background and any controlling terminals are dissociated."
msgstr ""
-"Você precisa de uma regra incondicional ON UPDATE DO INSTEAD ou um gatilho "
-"INSTEAD OF UPDATE."
+"Se esse parâmetro está definido, o servidor executará automaticamente em "
+"segundo plano e qualquer terminal de controle é dissociado."
-#: executor/execMain.c:1029
-#, c-format
-msgid "cannot delete from view \"%s\""
-msgstr "não pode excluir da visão \"%s\""
+#: utils/misc/guc.c:841
+msgid "Logs each checkpoint."
+msgstr "Registra cada ponto de controle."
-#: executor/execMain.c:1031
-msgid ""
-"You need an unconditional ON DELETE DO INSTEAD rule or an INSTEAD OF DELETE "
-"trigger."
-msgstr ""
-"Você precisa de uma regra incondicional ON DELETE DO INSTEAD ou um gatilho "
-"INSTEAD OF DELETE."
+#: utils/misc/guc.c:850
+msgid "Logs each successful connection."
+msgstr "Registra cada conexão bem sucedida."
-#: executor/execMain.c:1041
-#, c-format
-msgid "cannot change foreign table \"%s\""
-msgstr "não pode mudar tabela externa \"%s\""
+#: utils/misc/guc.c:859
+msgid "Logs end of a session, including duration."
+msgstr "Registra o fim da sessão, incluindo a duração."
-#: executor/execMain.c:1047
-#, c-format
-msgid "cannot change relation \"%s\""
-msgstr "não pode mudar relação \"%s\""
+#: utils/misc/guc.c:868
+msgid "Turns on various assertion checks."
+msgstr "Ativa várias verificações de asserção."
-#: executor/execMain.c:1071
-#, c-format
-msgid "cannot lock rows in sequence \"%s\""
-msgstr "não pode bloquear registros na sequência \"%s\""
+#: utils/misc/guc.c:869
+msgid "This is a debugging aid."
+msgstr "Esse é um auxílio na depuração."
-#: executor/execMain.c:1078
-#, c-format
-msgid "cannot lock rows in TOAST relation \"%s\""
-msgstr "não pode bloquear registros na relação TOAST \"%s\""
+#: utils/misc/guc.c:883
+msgid "Terminate session on any error."
+msgstr "Terminar sessão após qualquer erro."
-#: executor/execMain.c:1085
-#, c-format
-msgid "cannot lock rows in view \"%s\""
-msgstr "não pode bloquear registros na visão \"%s\""
+#: utils/misc/guc.c:892
+msgid "Reinitialize server after backend crash."
+msgstr "Reinicializar servidor após queda do processo servidor."
-#: executor/execMain.c:1092
-#, c-format
-msgid "cannot lock rows in foreign table \"%s\""
-msgstr "não pode bloquear registros na tabela externa \"%s\""
+#: utils/misc/guc.c:902
+msgid "Logs the duration of each completed SQL statement."
+msgstr "Registra a duração de cada sentença SQL completa."
-#: executor/execMain.c:1098
-#, c-format
-msgid "cannot lock rows in relation \"%s\""
-msgstr "não pôde bloquear registros na relação \"%s\""
+#: utils/misc/guc.c:911
+msgid "Logs each query's parse tree."
+msgstr "Registra cada árvore de análise de consulta."
-#: executor/execMain.c:1569
-#, c-format
-msgid "null value in column \"%s\" violates not-null constraint"
-msgstr "valor nulo na coluna \"%s\" viola a restrição não-nula"
+#: utils/misc/guc.c:920
+msgid "Logs each query's rewritten parse tree."
+msgstr "Registra cada árvore de análise reescrita de consulta."
-#: executor/execMain.c:1581
-#, c-format
-msgid "new row for relation \"%s\" violates check constraint \"%s\""
-msgstr "novo registro da relação \"%s\" viola restrição de verificação \"%s\""
+#: utils/misc/guc.c:929
+msgid "Logs each query's execution plan."
+msgstr "Registra cada plano de execução de consulta."
-#: executor/execMain.c:2409 commands/tablecmds.c:427
-msgid "ON COMMIT can only be used on temporary tables"
-msgstr "ON COMMIT só pode ser utilizado em tabelas temporárias"
+#: utils/misc/guc.c:938
+msgid "Indents parse and plan tree displays."
+msgstr "Identa exibição da árvore de análise e plano."
-#: executor/execMain.c:2427 commands/tablecmds.c:449
-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"
+#: utils/misc/guc.c:947
+msgid "Writes parser performance statistics to the server log."
+msgstr "Escreve estatísticas de performance do analisador no log do servidor."
-#: executor/execMain.c:2460 commands/tablecmds.c:481 commands/tablecmds.c:7889
-#: commands/indexcmds.c:265
-msgid "only shared relations can be placed in pg_global tablespace"
-msgstr ""
-"somente relações compartilhadas podem ser armazenadas na tablespace pg_global"
+#: utils/misc/guc.c:956
+msgid "Writes planner performance statistics to the server log."
+msgstr "Escreve estatísticas de performance do planejador no log do servidor."
-#: executor/execCurrent.c:75
-#, c-format
-msgid "cursor \"%s\" is not a SELECT query"
-msgstr "cursor \"%s\" não é uma consulta SELECT"
+#: utils/misc/guc.c:965
+msgid "Writes executor performance statistics to the server log."
+msgstr "Escreve estatísticas de performance do executor no log do servidor."
-#: executor/execCurrent.c:81
-#, c-format
-msgid "cursor \"%s\" is held from a previous transaction"
-msgstr "cursor \"%s\" está aberto de uma transação anterior"
+#: utils/misc/guc.c:974
+msgid "Writes cumulative performance statistics to the server log."
+msgstr "Escreve estatísticas de performance acumulativas no log do servidor."
-#: executor/execCurrent.c:113
-#, c-format
-msgid "cursor \"%s\" has multiple FOR UPDATE/SHARE references to table \"%s\""
-msgstr ""
-"cursor \"%s\" têm múltiplas referências FOR UPDATE/SHARE para tabela \"%s\""
+#: utils/misc/guc.c:984 utils/misc/guc.c:1049 utils/misc/guc.c:1059
+#: utils/misc/guc.c:1069 utils/misc/guc.c:1079 utils/misc/guc.c:1804
+#: utils/misc/guc.c:1814
+msgid "No description available."
+msgstr "Nenhuma descrição disponível."
-#: executor/execCurrent.c:122
-#, c-format
+#: utils/misc/guc.c:996
+msgid "Collects information about executing commands."
+msgstr "Coleta informação sobre execução de comandos."
+
+#: utils/misc/guc.c:997
msgid ""
-"cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\""
+"Enables the collection of information on the currently executing command of "
+"each session, along with the time at which that command began execution."
msgstr ""
-"cursor \"%s\" não tem uma referência FOR UPDATE/SHARE para tabela \"%s\""
+"Habilita a coleta de informação do comando em execução de cada sessão, ao "
+"mesmo tempo que o comando inicia a execução."
-#: executor/execCurrent.c:132 executor/execCurrent.c:178
-#, c-format
-msgid "cursor \"%s\" is not positioned on a row"
-msgstr "cursor \"%s\" não está posicionado em um registro"
+#: utils/misc/guc.c:1007
+msgid "Collects statistics on database activity."
+msgstr "Coleta estatísticas sobre a atividade do banco de dados."
-#: executor/execCurrent.c:165
-#, c-format
-msgid "cursor \"%s\" is not a simply updatable scan of table \"%s\""
+#: utils/misc/guc.c:1017
+msgid "Updates the process title to show the active SQL command."
+msgstr "Atualiza o título do processo para mostrar o comando SQL ativo."
+
+#: utils/misc/guc.c:1018
+msgid ""
+"Enables updating of the process title every time a new SQL command is "
+"received by the server."
msgstr ""
-"cursor \"%s\" não é simplesmente uma busca atualizável da tabela \"%s\""
+"Habilita a atualização do título do processo toda vez que um comando SQL "
+"novo é recebido pelo servidor."
-#: commands/view.c:143
-#, c-format
-msgid "could not determine which collation to use for view column \"%s\""
-msgstr "não pôde determinar qual ordenação utilizar em coluna \"%s\" de visão"
+#: utils/misc/guc.c:1027
+msgid "Starts the autovacuum subprocess."
+msgstr "Inicia o subprocesso de limpeza automática."
-#: commands/view.c:158
-msgid "view must have at least one column"
-msgstr "visão deve ter pelo menos uma coluna"
+#: utils/misc/guc.c:1037
+msgid "Generates debugging output for LISTEN and NOTIFY."
+msgstr "Gera saída de depuração para LISTEN e NOTIFY."
-#: commands/view.c:181 commands/tablecmds.c:215 commands/tablecmds.c:2172
-#: commands/tablecmds.c:2429 commands/tablecmds.c:3759
-#: commands/tablecmds.c:8983 catalog/objectaddress.c:412
-#, c-format
-msgid "\"%s\" is not a view"
-msgstr "\"%s\" não é uma visão"
+#: utils/misc/guc.c:1091
+msgid "Logs long lock waits."
+msgstr "Registra esperas devido a bloqueios longos."
-#: commands/view.c:283 commands/view.c:295
-msgid "cannot drop columns from view"
-msgstr "não pode apagar colunas da visão"
+#: utils/misc/guc.c:1101
+msgid "Logs the host name in the connection logs."
+msgstr "Registra o nome da máquina nos logs de conexão."
-#: commands/view.c:300
-#, c-format
-msgid "cannot change name of view column \"%s\" to \"%s\""
-msgstr "não pode mudar nome de coluna da visão \"%s\" para \"%s\""
+#: utils/misc/guc.c:1102
+msgid ""
+"By default, connection logs only show the IP address of the connecting host. "
+"If you want them to show the host name you can turn this on, but depending "
+"on your host name resolution setup it might impose a non-negligible "
+"performance penalty."
+msgstr ""
+"Por padrão, logs de conexão só mostram o endereço IP da máquina que "
+"conectou. Se você quer que seja mostrado o nome da máquina você pode "
+"habilitá-lo, mas dependendo da configuração de resolução do nome da máquina "
+"isso pode impor uma penalização de performance."
-#: commands/view.c:308
-#, c-format
-msgid "cannot change data type of view column \"%s\" from %s to %s"
-msgstr "não pode mudar tipo de dado de coluna da visão \"%s\" de %s para %s"
+#: utils/misc/guc.c:1113
+msgid "Causes subtables to be included by default in various commands."
+msgstr "Causa subtabelas serem incluídas por padrão em vários comandos."
-#: commands/view.c:447
-msgid "views must not contain SELECT INTO"
-msgstr "visões não devem conter SELECT INTO"
+#: utils/misc/guc.c:1122
+msgid "Encrypt passwords."
+msgstr "Criptografa senhas."
-#: commands/view.c:451
-msgid "views must not contain data-modifying statements in WITH"
-msgstr "visões não devem conter comandos que modificam dados no WITH"
+#: utils/misc/guc.c:1123
+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 a senha for especificada em CREATE USER ou ALTER USER sem escrever "
+"ENCRYPTED ou UNENCRYPTED, esse parâmetro determina se a senha será "
+"criptografada."
+
+#: utils/misc/guc.c:1133
+msgid "Treats \"expr=NULL\" as \"expr IS NULL\"."
+msgstr "Trata \"expr=NULL\" como \"expr IS NULL\"."
+
+#: utils/misc/guc.c:1134
+msgid ""
+"When turned on, expressions of the form expr = NULL (or NULL = expr) are "
+"treated as expr IS NULL, that is, they return true if expr evaluates to the "
+"null value, and false otherwise. The correct behavior of expr = NULL is to "
+"always return null (unknown)."
+msgstr ""
+"Quando está habilitado, expressões da forma expr = NULL (ou NULL = expr) são "
+"tratadas com expr IS NULL, isto é, elas retornam verdadeiro se expr é "
+"avaliada como nula, e falso caso contrário. O comportamento correto de expr "
+"= NULL é retornar sempre nulo (desconhecido)."
-#: commands/view.c:479
-msgid "CREATE VIEW specifies more column names than columns"
-msgstr "CREATE VIEW especificou mais nomes de colunas do que colunas"
+#: utils/misc/guc.c:1146
+msgid "Enables per-database user names."
+msgstr "Habilita uso de nomes de usuário por banco de dados."
-#: commands/view.c:487
-msgid "views cannot be unlogged because they do not have storage"
-msgstr "visões não podem ser unlogged porque elas não tem armazenamento"
+#: utils/misc/guc.c:1156
+msgid "This parameter doesn't do anything."
+msgstr "Esse parâmetro não faz nada."
-#: commands/view.c:501
-#, c-format
-msgid "view \"%s\" will be a temporary view"
-msgstr "visão \"%s\" será uma visão temporária"
+#: utils/misc/guc.c:1157
+msgid ""
+"It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-"
+"vintage clients."
+msgstr ""
+"Isso está aqui para que não seja necessário SET AUTOCOMMIT TO ON em clientes "
+"7.3 e anteriores."
-#: commands/variable.c:172
-msgid "Conflicting \"datestyle\" specifications."
-msgstr "Especificações conflitantes de \"datestyle\""
+#: utils/misc/guc.c:1166
+msgid "Sets the default read-only status of new transactions."
+msgstr "Define o status padrão como somente leitura para novas transações."
-#: commands/variable.c:328
-msgid "Cannot specify months in time zone interval."
-msgstr "Não pode especificar meses em intervalo de zona horária."
+#: utils/misc/guc.c:1175
+msgid "Sets the current transaction's read-only status."
+msgstr "Define o status da transação atual como somente leitura."
-#: commands/variable.c:334
-msgid "Cannot specify days in time zone interval."
-msgstr "Não pode especificar dias em intervalo de zona horária."
+#: utils/misc/guc.c:1185
+msgid "Sets the default deferrable status of new transactions."
+msgstr "Define o status de postergação padrão para novas transações."
-#: commands/variable.c:378 commands/variable.c:517
-#, c-format
-msgid "time zone \"%s\" appears to use leap seconds"
-msgstr "zona horária \"%s\" parece utilizar segundos intercalados"
+#: utils/misc/guc.c:1194
+msgid ""
+"Whether to defer a read-only serializable transaction until it can be "
+"executed with no possible serialization failures."
+msgstr ""
+"Se adia uma transação serializável somente leitura até que ela possa ser "
+"executada sem falhas possíveis na serialização."
-#: commands/variable.c:380 commands/variable.c:519
-msgid "PostgreSQL does not support leap seconds."
-msgstr "PostgreSQL não suporta segundos intercalados."
+#: utils/misc/guc.c:1204
+msgid "Check function bodies during CREATE FUNCTION."
+msgstr "Verifica corpo da função durante CREATE FUNCTION."
-#: commands/variable.c:582
-msgid "cannot set transaction read-write mode inside a read-only transaction"
-msgstr ""
-"não pode definir modo leitura-escrita da transação dentro de uma transação "
-"somente leitura"
+#: utils/misc/guc.c:1213
+msgid "Enable input of NULL elements in arrays."
+msgstr "Habilita entrada de elementos NULL em matrizes."
-#: commands/variable.c:589
-msgid "transaction read-write mode must be set before any query"
+#: utils/misc/guc.c:1214
+msgid ""
+"When turned on, unquoted NULL in an array input value means a null value; "
+"otherwise it is taken literally."
msgstr ""
-"modo leitura-escrita de transação deve ser definido antes de qualquer "
-"consulta"
+"Quando habilitado, NULL sem aspas em um valor de entrada de uma matriz "
+"significa o valor nulo; caso contrário ele é utilizado literalmente."
-#: commands/variable.c:595
-msgid "cannot set transaction read-write mode during recovery"
-msgstr "não pode definir modo leitura-escrita de transação durante recuperação"
+#: utils/misc/guc.c:1224
+msgid "Create new tables with OIDs by default."
+msgstr "Cria novas tabelas com OIDs por padrão."
-#: commands/variable.c:642
-msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
+#: utils/misc/guc.c:1233
+msgid ""
+"Start a subprocess to capture stderr output and/or csvlogs into log files."
msgstr ""
-"SET TRANSACTION ISOLATION LEVEL deve ser chamado antes de qualquer consulta"
+"Inicia um subprocesso para capturar saída stderr e/ou csvlogs em arquivos de "
+"log."
-#: commands/variable.c:649
-msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction"
+#: utils/misc/guc.c:1242
+msgid "Truncate existing log files of same name during log rotation."
msgstr ""
-"SET TRANSACTION ISOLATION LEVEL não deve ser chamado em uma subtransação"
+"Trunca arquivos de log existentes com mesmo nome durante rotação de log."
-#: commands/variable.c:655
-msgid "cannot use serializable mode in a hot standby"
-msgstr "não pode utilizar modo serializável em um servidor em espera ativo"
+#: utils/misc/guc.c:1253
+msgid "Emit information about resource usage in sorting."
+msgstr "Produz informação sobre uso de recurso ao ordenar."
-#: commands/variable.c:656
-msgid "You can use REPEATABLE READ instead."
-msgstr "Você pode utilizar REPEATABLE READ ao invés disso."
+#: utils/misc/guc.c:1267
+msgid "Generate debugging output for synchronized scanning."
+msgstr "Gera saída de depuração para busca sincronizada."
+
+#: utils/misc/guc.c:1282
+msgid "Enable bounded sorting using heap sort."
+msgstr "Habilita ordenação limitada utilizando ordenção de pilha."
+
+#: utils/misc/guc.c:1295
+msgid "Emit WAL-related debugging output."
+msgstr "Emite saída de depuração relacionada ao WAL."
+
+#: utils/misc/guc.c:1307
+msgid "Datetimes are integer based."
+msgstr "Datetimes são baseados em inteiros."
-#: commands/variable.c:704
+#: utils/misc/guc.c:1322
msgid ""
-"SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction"
+"Sets whether Kerberos and GSSAPI user names should be treated as case-"
+"insensitive."
msgstr ""
-"SET TRANSACTION [NOT] DEFERRABLE não pode ser chamado em uma subtransação"
+"Define se nomes de usuário do Kerberos e do GSSAPI devem ser tratados como "
+"não sensíveis a minúsculas/maiúsculas."
-#: commands/variable.c:710
-msgid "SET TRANSACTION [NOT] DEFERRABLE must be called before any query"
+#: utils/misc/guc.c:1332
+msgid "Warn about backslash escapes in ordinary string literals."
msgstr ""
-"SET TRANSACTION [NOT] DEFERRABLE deve ser chamado antes de qualquer consulta"
+"Avisa sobre escapes de barra invertida em cadeias de caracteres ordinárias."
-#: commands/variable.c:792
-#, c-format
-msgid "Conversion between %s and %s is not supported."
-msgstr "conversão entre %s e %s não é suportada."
+#: utils/misc/guc.c:1342
+msgid "Causes '...' strings to treat backslashes literally."
+msgstr ""
+"Faz com que cadeias de caracteres '...' tratem barras invertidas "
+"literalmente."
-#: commands/variable.c:799
-msgid "Cannot change \"client_encoding\" now."
-msgstr "Não pode mudar \"client_encoding\" agora."
+#: utils/misc/guc.c:1353
+msgid "Enable synchronized sequential scans."
+msgstr "Habilita buscas sequenciais sincronizadas."
-#: commands/variable.c:969
-#, c-format
-msgid "permission denied to set role \"%s\""
-msgstr "permissão negada ao definir role \"%s\""
+#: utils/misc/guc.c:1363
+msgid "Allows archiving of WAL files using archive_command."
+msgstr "Permite arquivamento de arquivos do WAL utilizando archive_command."
-#: commands/vacuumlazy.c:254
-#, c-format
+#: utils/misc/guc.c:1373
+msgid "Allows connections and queries during recovery."
+msgstr "Permite conexões e consultas durante recuperação."
+
+#: utils/misc/guc.c:1383
msgid ""
-"automatic vacuum of table \"%s.%s.%s\": index scans: %d\n"
-"pages: %d removed, %d remain\n"
-"tuples: %.0f removed, %.0f remain\n"
-"system usage: %s"
+"Allows feedback from a hot standby to the primary that will avoid query "
+"conflicts."
msgstr ""
-"limpeza automática da tabela \"%s.%s.%s\": buscas no índice: %d\n"
-"páginas: %d removidas, %d remanescentes\n"
-"tuplas: %.0f removidas, %.0f remanescentes\n"
-"uso do sistema: %s"
-
-#: commands/vacuumlazy.c:339 commands/cluster.c:897
-#, c-format
-msgid "vacuuming \"%s.%s\""
-msgstr "limpando \"%s.%s\""
+"Permite retorno do servidor em espera ativo ao servidor principal que "
+"evitará conflitos de consulta."
-#: commands/vacuumlazy.c:508
-#, c-format
-msgid "relation \"%s\" page %u is uninitialized --- fixing"
-msgstr "página %2$u da relação \"%1$s\" não foi inicializada --- consertando"
+#: utils/misc/guc.c:1393
+msgid "Allows modifications of the structure of system tables."
+msgstr "Permite modificações da estrutura de tabelas do sistema."
-#: commands/vacuumlazy.c:865
-#, c-format
-msgid "\"%s\": removed %.0f row versions in %u pages"
-msgstr "\"%s\": removidas %.0f versões de registro em %u páginas"
+#: utils/misc/guc.c:1404
+msgid "Disables reading from system indexes."
+msgstr "Desabilita leitura dos índices do sistema."
-#: commands/vacuumlazy.c:870
-#, c-format
+#: utils/misc/guc.c:1405
msgid ""
-"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u "
-"pages"
+"It does not prevent updating the indexes, so it is safe to use. The worst "
+"consequence is slowness."
msgstr ""
-"\"%s\": encontrados %.0f versões de registros removíveis e %.0f não-"
-"removíveis em %u de %u páginas"
+"Ele não impede a atualização dos índices, então é seguro utilizá-lo. A pior "
+"consequência é lentidão."
-#: commands/vacuumlazy.c:874
-#, c-format
+#: utils/misc/guc.c:1416
msgid ""
-"%.0f dead row versions cannot be removed yet.\n"
-"There were %.0f unused item pointers.\n"
-"%u pages are entirely empty.\n"
-"%s."
+"Enables backward compatibility mode for privilege checks on large objects."
msgstr ""
-"%.0f versões de registros não vigentes não podem ser removidas ainda.\n"
-"Havia %.0f ponteiros de itens não utilizados.\n"
-"%u páginas estão completamente vazias.\n"
-"%s."
-
-#: commands/vacuumlazy.c:932
-#, c-format
-msgid "\"%s\": removed %d row versions in %d pages"
-msgstr "\"%s\": removidas %d versões de registro em %d páginas"
-
-#: commands/vacuumlazy.c:935 commands/vacuumlazy.c:1027
-#: commands/vacuumlazy.c:1160
-#, c-format
-msgid "%s."
-msgstr "%s."
-
-#: commands/vacuumlazy.c:1024
-#, c-format
-msgid "scanned index \"%s\" to remove %d row versions"
-msgstr "índice \"%s\" percorrido para remover %d versões de registro"
-
-#: commands/vacuumlazy.c:1065
-#, c-format
-msgid "index \"%s\" now contains %.0f row versions in %u pages"
-msgstr "índice \"%s\" agora contém %.0f versões de registros em %u páginas"
+"Habilita modo de compatibilidade com versões anteriores para verificação de "
+"privilégios em objetos grandes."
-#: commands/vacuumlazy.c:1069
-#, c-format
+#: utils/misc/guc.c:1417
msgid ""
-"%.0f index row versions were removed.\n"
-"%u index pages have been deleted, %u are currently reusable.\n"
-"%s."
+"Skips privilege checks when reading or modifying large objects, for "
+"compatibility with PostgreSQL releases prior to 9.0."
msgstr ""
-"%.0f versões de registros de índices foram apagadas.\n"
-"%u páginas de índice foram removidas, %u são reutilizáveis.\n"
-"%s."
-
-#: commands/vacuumlazy.c:1157
-#, c-format
-msgid "\"%s\": truncated %u to %u pages"
-msgstr "\"%s\": truncadas %u em %u páginas"
-
-#: commands/vacuum.c:419
-msgid "oldest xmin is far in the past"
-msgstr "xmin mais velho é muito antigo"
+"Não verifica privilégios ao ler ou modificar objetos grandes, para "
+"compatibilidade com versões do PostgreSQL anteriores a 9.0."
-#: commands/vacuum.c:420
-msgid "Close open transactions soon to avoid wraparound problems."
-msgstr ""
-"Feche transações abertas imediatamente para evitar problemas de reinício."
+#: utils/misc/guc.c:1427
+msgid "When generating SQL fragments, quote all identifiers."
+msgstr "Ao gerar fragmentos SQL, colocar todos identificadores entre aspas."
-#: commands/vacuum.c:811
-msgid "some databases have not been vacuumed in over 2 billion transactions"
+#: utils/misc/guc.c:1446
+msgid ""
+"Forces a switch to the next xlog file if a new file has not been started "
+"within N seconds."
msgstr ""
-"alguns bancos de dados não foram limpados a mais de 2 bilhões de transações"
+"Força a rotação para o próximo arquivo de xlog se um novo arquivo não foi "
+"iniciado em N segundos."
-#: commands/vacuum.c:812
-msgid "You might have already suffered transaction-wraparound data loss."
-msgstr ""
-"Você já pode ter sofrido problemas de perda de dados devido a reciclagem de "
-"transações."
+#: utils/misc/guc.c:1457
+msgid "Waits N seconds on connection startup after authentication."
+msgstr "Espera N segundos após autenticação durante inicialização da conexão."
-#: commands/vacuum.c:919
-#, c-format
-msgid "skipping vacuum of \"%s\" --- lock not available"
-msgstr "ignorando limpeza de \"%s\" --- bloqueio não está disponível"
+#: utils/misc/guc.c:1458 utils/misc/guc.c:1907
+msgid "This allows attaching a debugger to the process."
+msgstr "Isso permite anexar um depurador ao processo."
-#: commands/vacuum.c:945
-#, c-format
-msgid "skipping \"%s\" --- only superuser can vacuum it"
-msgstr "ignorando \"%s\" --- somente super-usuário pode limpá-la(o)"
+#: utils/misc/guc.c:1467
+msgid "Sets the default statistics target."
+msgstr "Define o alvo padrão de estatísticas."
-#: commands/vacuum.c:949
-#, c-format
-msgid "skipping \"%s\" --- only superuser or database owner can vacuum it"
+#: utils/misc/guc.c:1468
+msgid ""
+"This applies to table columns that have not had a column-specific target set "
+"via ALTER TABLE SET STATISTICS."
msgstr ""
-"ignorando \"%s\" --- somente super-usuário ou dono de banco de dados pode "
-"limpá-la(o)"
+"Isso se aplica a colunas de tabelas que não têm um alvo de colunas "
+"específico definido através de ALTER TABLE SET STATISTICS."
-#: commands/vacuum.c:953
-#, c-format
-msgid "skipping \"%s\" --- only table or database owner can vacuum it"
+#: utils/misc/guc.c:1477
+msgid "Sets the FROM-list size beyond which subqueries are not collapsed."
msgstr ""
-"ignorando \"%s\" --- somente dono de tabela ou de banco de dados pode limpá-"
-"la(o)"
+"Define o tamanho da lista do FROM a partir do qual as subconsultas não "
+"entrarão em colapso."
-#: commands/vacuum.c:970
-#, c-format
-msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables"
+#: utils/misc/guc.c:1479
+msgid ""
+"The planner will merge subqueries into upper queries if the resulting FROM "
+"list would have no more than this many items."
msgstr ""
-"ignorando \"%s\" --- não pode limpar objetos que não são tabelas ou tabelas "
-"especiais do sistema"
+"O planejador mesclará subconsultas em consultas de nível superior se a lista "
+"resultante do FROM for menor que essa quantidade de itens."
-#: commands/user.c:133 commands/user.c:150 commands/user.c:158
-#: commands/user.c:166 commands/user.c:174 commands/user.c:182
-#: commands/user.c:190 commands/user.c:198 commands/user.c:206
-#: commands/user.c:214 commands/user.c:222 commands/user.c:230
-#: commands/user.c:501 commands/user.c:513 commands/user.c:521
-#: commands/user.c:529 commands/user.c:537 commands/user.c:545
-#: commands/user.c:553 commands/user.c:561 commands/user.c:570
-#: commands/user.c:578 commands/typecmds.c:282 commands/sequence.c:1142
-#: commands/sequence.c:1150 commands/sequence.c:1158 commands/sequence.c:1166
-#: commands/sequence.c:1174 commands/sequence.c:1182 commands/sequence.c:1190
-#: commands/sequence.c:1198 commands/functioncmds.c:488
-#: commands/functioncmds.c:578 commands/functioncmds.c:586
-#: commands/functioncmds.c:594 commands/functioncmds.c:1982
-#: commands/functioncmds.c:1990 commands/foreigncmds.c:468
-#: commands/foreigncmds.c:477 commands/extension.c:1250
-#: commands/extension.c:1258 commands/extension.c:1266
-#: commands/extension.c:2501 commands/dbcommands.c:146
-#: commands/dbcommands.c:154 commands/dbcommands.c:162
-#: commands/dbcommands.c:170 commands/dbcommands.c:178
-#: commands/dbcommands.c:186 commands/dbcommands.c:194
-#: commands/dbcommands.c:1315 commands/dbcommands.c:1323 commands/copy.c:863
-#: commands/copy.c:881 commands/copy.c:889 commands/copy.c:897
-#: commands/copy.c:905 commands/copy.c:913 commands/copy.c:921
-#: commands/copy.c:929 commands/copy.c:945 commands/copy.c:959
-#: commands/collationcmds.c:93 catalog/aclchk.c:833 catalog/aclchk.c:841
-msgid "conflicting or redundant options"
-msgstr "opções conflitantes ou redundantes"
+#: utils/misc/guc.c:1489
+msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened."
+msgstr ""
+"Define o tamanho da lista do FROM a partir do qual as construções JOIN não "
+"serão nivelados."
-#: commands/user.c:143
-msgid "SYSID can no longer be specified"
-msgstr "SYSID não pode mais ser especificado"
+#: utils/misc/guc.c:1491
+msgid ""
+"The planner will flatten explicit JOIN constructs into lists of FROM items "
+"whenever a list of no more than this many items would result."
+msgstr ""
+"O planejador nivelará construções JOIN explícitas em listas de itens FROM "
+"sempre que a lista não tenha mais do que essa quantidade de itens."
-#: commands/user.c:267 commands/user.c:606 commands/dbcommands.c:253
-#: commands/dbcommands.c:1347
-#, c-format
-msgid "invalid connection limit: %d"
-msgstr "limite de conexão inválido: %d"
+#: utils/misc/guc.c:1501
+msgid "Sets the threshold of FROM items beyond which GEQO is used."
+msgstr "Define o limite de itens do FROM a partir do qual o GEQO é utilizado."
-#: commands/user.c:284
-msgid "must be superuser to create superusers"
-msgstr "deve ser super-usuário para criar super-usuários"
+#: utils/misc/guc.c:1510
+msgid "GEQO: effort is used to set the default for other GEQO parameters."
+msgstr ""
+"GEQO: esforço é utilizado para definir o padrão para outros parâmetros GEQO."
-#: commands/user.c:291
-msgid "must be superuser to create replication users"
-msgstr "deve ser super-usuário para criar usuários para replicação"
+#: utils/misc/guc.c:1519
+msgid "GEQO: number of individuals in the population."
+msgstr "GEQO: número de indivíduos em uma população."
-#: commands/user.c:298
-msgid "permission denied to create role"
-msgstr "permissão negada ao criar role"
+#: utils/misc/guc.c:1520 utils/misc/guc.c:1529
+msgid "Zero selects a suitable default value."
+msgstr "Zero seleciona um valor padrão ideal."
-#: commands/user.c:305 commands/user.c:1087
-#, c-format
-msgid "role name \"%s\" is reserved"
-msgstr "nome de role \"%s\" é reservado"
+#: utils/misc/guc.c:1528
+msgid "GEQO: number of iterations of the algorithm."
+msgstr "GEQO: número de iterações do algoritmo."
-#: commands/user.c:318 commands/user.c:1081
-#, c-format
-msgid "role \"%s\" already exists"
-msgstr "role \"%s\" já existe"
+#: utils/misc/guc.c:1539
+msgid "Sets the time to wait on a lock before checking for deadlock."
+msgstr "Define o tempo para esperar um bloqueio antes de verificar um impasse."
-#: commands/user.c:636 commands/user.c:842 commands/user.c:1321
-#: commands/user.c:1458
-msgid "must be superuser to alter superusers"
-msgstr "deve ser super-usuário para alterar super-usuários"
+#: utils/misc/guc.c:1550
+msgid ""
+"Sets the maximum delay before canceling queries when a hot standby server is "
+"processing archived WAL data."
+msgstr ""
+"Define o tempo máximo antes de cancelar consultas quando um servidor em "
+"espera ativo está processando dados do WAL arquivados."
-#: commands/user.c:643
-msgid "must be superuser to alter replication users"
-msgstr "deve ser super-usuário para alterar usuários para replicação"
+#: utils/misc/guc.c:1561
+msgid ""
+"Sets the maximum delay before canceling queries when a hot standby server is "
+"processing streamed WAL data."
+msgstr ""
+"Define o tempo máximo antes de cancelar consultas quando um servidor em "
+"espera ativo está processando dados do WAL enviados."
-#: commands/user.c:659 commands/user.c:850
-msgid "permission denied"
-msgstr "permissão negada"
+#: utils/misc/guc.c:1572
+msgid ""
+"Sets the maximum interval between WAL receiver status reports to the primary."
+msgstr ""
+"Define o intervalo máximo entre relatos de status do receptor do WAL ao "
+"servidor principal."
-#: commands/user.c:878
-msgid "permission denied to drop role"
-msgstr "permissão negada ao remover role"
+#: utils/misc/guc.c:1583
+msgid "Sets the maximum number of concurrent connections."
+msgstr "Define o número máximo de conexões concorrentes."
-#: commands/user.c:910
-#, c-format
-msgid "role \"%s\" does not exist, skipping"
-msgstr "role \"%s\" não existe, ignorando"
+#: utils/misc/guc.c:1593
+msgid "Sets the number of connection slots reserved for superusers."
+msgstr "Define o número de conexões reservadas para super-usuários."
-#: commands/user.c:922 commands/user.c:926
-msgid "current user cannot be dropped"
-msgstr "usuário atual não pode ser removido"
+#: utils/misc/guc.c:1607
+msgid "Sets the number of shared memory buffers used by the server."
+msgstr ""
+"Define o número de buffers de memória compartilhada utilizados pelo servidor."
-#: commands/user.c:930
-msgid "session user cannot be dropped"
-msgstr "usuário de sessão não pode ser removido"
+#: utils/misc/guc.c:1618
+msgid "Sets the maximum number of temporary buffers used by each session."
+msgstr ""
+"Define o número máximo de buffers temporários utilizados por cada sessão."
-#: commands/user.c:941
-msgid "must be superuser to drop superusers"
-msgstr "deve ser super-usuário para remover super-usuários"
+#: utils/misc/guc.c:1629
+msgid "Sets the TCP port the server listens on."
+msgstr "Define a porta TCP que o servidor escutará."
-#: commands/user.c:954
-#, c-format
-msgid "role \"%s\" cannot be dropped because some objects depend on it"
-msgstr "role \"%s\" não pode ser removida porque alguns objetos dependem dela"
+#: utils/misc/guc.c:1639
+msgid "Sets the access permissions of the Unix-domain socket."
+msgstr "Define as permissões de acesso do soquete de domínio Unix."
-#: commands/user.c:1071
-msgid "session user cannot be renamed"
-msgstr "usuário de sessão não pode ser renomeado"
+#: utils/misc/guc.c:1640
+msgid ""
+"Unix-domain sockets use the usual Unix file system permission set. The "
+"parameter value is expected to be a numeric mode specification in the form "
+"accepted by the chmod and umask system calls. (To use the customary octal "
+"format the number must start with a 0 (zero).)"
+msgstr ""
+"Soquetes de domínio Unix utilizam permissões de arquivos Unix usuais. O "
+"valor do parâmetro esperado é uma especificação numérica na forma aceita "
+"pelas chamadas de sistema chmod e umask. (Para utilizar formato octal "
+"habitual, o número deve começar com um 0 (zero).)"
-#: commands/user.c:1075
-msgid "current user cannot be renamed"
-msgstr "usuário atual não pode ser renomeado"
+#: utils/misc/guc.c:1654
+msgid "Sets the file permissions for log files."
+msgstr "Define as permissões do arquivo para arquivos de log."
-#: commands/user.c:1098
-msgid "must be superuser to rename superusers"
-msgstr "deve ser super-usuário para renomear super-usuários"
+#: utils/misc/guc.c:1655
+msgid ""
+"The parameter value is expected to be a numeric mode specification in the "
+"form accepted by the chmod and umask system calls. (To use the customary "
+"octal format the number must start with a 0 (zero).)"
+msgstr ""
+"O valor do parâmetro esperado é uma especificação numérica na forma aceita "
+"pelas chamadas de sistema chmod e umask. (Para utilizar formato octal "
+"habitual, o número deve começar com um 0 (zero).)"
-#: commands/user.c:1105
-msgid "permission denied to rename role"
-msgstr "permissão negada ao renomear role"
+#: utils/misc/guc.c:1668
+msgid "Sets the maximum memory to be used for query workspaces."
+msgstr "Define o máximo de memória utilizada para operações da consulta."
-#: commands/user.c:1126
-msgid "MD5 password cleared because of role rename"
-msgstr "senha MD5 foi limpada porque role foi renomeada"
+#: utils/misc/guc.c:1669
+msgid ""
+"This much memory can be used by each internal sort operation and hash table "
+"before switching to temporary disk files."
+msgstr ""
+"Esta quantidade de memória pode ser utilizada por operação de ordenação "
+"interna e tabela hash antes de alternar para arquivos temporários no disco."
-#: commands/user.c:1182
-msgid "column names cannot be included in GRANT/REVOKE ROLE"
-msgstr "nomes de coluna não podem ser incluídos em GRANT/REVOKE ROLE"
+#: utils/misc/guc.c:1681
+msgid "Sets the maximum memory to be used for maintenance operations."
+msgstr "Define o máximo de memória utilizada para operações de manutenção."
+
+#: utils/misc/guc.c:1682
+msgid "This includes operations such as VACUUM and CREATE INDEX."
+msgstr "Isso inclue operações tais como VACUUM e CREATE INDEX."
-#: commands/user.c:1220
-msgid "permission denied to drop objects"
-msgstr "permissão negada ao remover objetos"
+#: utils/misc/guc.c:1697
+msgid "Sets the maximum stack depth, in kilobytes."
+msgstr "Define a profundidade máxima da pilha, em kilobytes."
-#: commands/user.c:1247 commands/user.c:1256
-msgid "permission denied to reassign objects"
-msgstr "permissão negada ao reatribuir objetos"
+#: utils/misc/guc.c:1708
+msgid "Vacuum cost for a page found in the buffer cache."
+msgstr "Custo da limpeza por página encontrada na cache do buffer."
-#: commands/user.c:1329 commands/user.c:1466
-#, c-format
-msgid "must have admin option on role \"%s\""
-msgstr "deve ter opção admin na role \"%s\""
+#: utils/misc/guc.c:1718
+msgid "Vacuum cost for a page not found in the buffer cache."
+msgstr "Custo da limpeza por página não encontrada na cache do buffer."
-#: commands/user.c:1337
-msgid "must be superuser to set grantor"
-msgstr "deve ser super-usuário para definir concedente"
+#: utils/misc/guc.c:1728
+msgid "Vacuum cost for a page dirtied by vacuum."
+msgstr "Custo da limpeza por página sujada pela limpeza."
-#: commands/user.c:1362
-#, c-format
-msgid "role \"%s\" is a member of role \"%s\""
-msgstr "role \"%s\" é um membro da role \"%s\""
+#: utils/misc/guc.c:1738
+msgid "Vacuum cost amount available before napping."
+msgstr "Quantidade de custo da limpeza disponível antes de adormecer."
-#: commands/user.c:1377
-#, c-format
-msgid "role \"%s\" is already a member of role \"%s\""
-msgstr "role \"%s\" já é um membro da role \"%s\""
+#: utils/misc/guc.c:1748
+msgid "Vacuum cost delay in milliseconds."
+msgstr "Atraso do custo da limpeza em milisegundos."
-#: commands/user.c:1488
-#, c-format
-msgid "role \"%s\" is not a member of role \"%s\""
-msgstr "role \"%s\" não é um membro da role \"%s\""
+#: utils/misc/guc.c:1759
+msgid "Vacuum cost delay in milliseconds, for autovacuum."
+msgstr "Atraso do custo da limpeza em milisegundos, para autovacuum."
-#: commands/typecmds.c:169
-msgid "must be superuser to create a base type"
-msgstr "deve ser super-usuário para criar um tipo base"
+#: utils/misc/guc.c:1770
+msgid "Vacuum cost amount available before napping, for autovacuum."
+msgstr ""
+"Quantidade de custo da limpeza disponível antes de adormecer, para "
+"autovacuum."
-#: commands/typecmds.c:224 commands/typecmds.c:806 commands/typecmds.c:1145
-#: commands/typecmds.c:1622 catalog/pg_type.c:396 catalog/pg_type.c:699
-#: catalog/heap.c:1029
-#, c-format
-msgid "type \"%s\" already exists"
-msgstr "tipo \"%s\" já existe"
+#: utils/misc/guc.c:1780
+msgid ""
+"Sets the maximum number of simultaneously open files for each server process."
+msgstr ""
+"Define o número máximo de arquivos abertos simultaneamente por cada processo "
+"servidor."
-#: commands/typecmds.c:275
-#, c-format
-msgid "type attribute \"%s\" not recognized"
-msgstr "atributo do tipo \"%s\" desconhecido"
+#: utils/misc/guc.c:1793
+msgid "Sets the maximum number of simultaneously prepared transactions."
+msgstr "Define o número máximo de transações preparadas simultâneas."
-#: commands/typecmds.c:329
-#, c-format
-msgid "invalid type category \"%s\": must be simple ASCII"
-msgstr "categoria de tipo \"%s\" é inválida: deve ser ASCII simples"
+#: utils/misc/guc.c:1826
+msgid "Sets the maximum allowed duration of any statement."
+msgstr "Define a duração máxima permitida de cada comando."
-#: commands/typecmds.c:348
-#, c-format
-msgid "array element type cannot be %s"
-msgstr "tipo do elemento da matriz não pode ser %s"
+#: utils/misc/guc.c:1827
+msgid "A value of 0 turns off the timeout."
+msgstr "Um valor 0 desabilita o tempo de espera."
-#: commands/typecmds.c:380
-#, c-format
-msgid "alignment \"%s\" not recognized"
-msgstr "alinhamento \"%s\" desconhecido"
+#: utils/misc/guc.c:1837
+msgid "Minimum age at which VACUUM should freeze a table row."
+msgstr ""
+"Identificador mínimo no qual o VACUUM deve congelar um registro da tabela."
-#: commands/typecmds.c:397
-#, c-format
-msgid "storage \"%s\" not recognized"
-msgstr "armazenamento \"%s\" desconhecido"
+#: utils/misc/guc.c:1847
+msgid "Age at which VACUUM should scan whole table to freeze tuples."
+msgstr ""
+"Identificador no qual o VACUUM deve percorrer toda tabela para congelar "
+"tuplas."
-#: commands/typecmds.c:408
-msgid "type input function must be specified"
-msgstr "função de entrada do tipo deve ser especificada"
+#: utils/misc/guc.c:1857
+msgid ""
+"Number of transactions by which VACUUM and HOT cleanup should be deferred, "
+"if any."
+msgstr ""
+"Número de transações pela qual a limpeza do VACUUM e HOT deve ser adiada, se "
+"houver."
-#: commands/typecmds.c:412
-msgid "type output function must be specified"
-msgstr "função de saída do tipo deve ser especificada"
+#: utils/misc/guc.c:1870
+msgid "Sets the maximum number of locks per transaction."
+msgstr "Define o número máximo de bloqueios por transação."
-#: commands/typecmds.c:417
+#: utils/misc/guc.c:1871
msgid ""
-"type modifier output function is useless without a type modifier input "
-"function"
+"The shared lock table is sized on the assumption that at most "
+"max_locks_per_transaction * max_connections distinct objects will need to be "
+"locked at any one time."
msgstr ""
-"função de saída do modificador de tipo é inútil sem uma função de entrada do "
-"modificador de tipo"
+"A tabela compartilhada de bloqueios é dimensionada utilizando a suposição de "
+"que max_locks_per_transaction * max_connections objetos distintos necessitam "
+"ser bloqueados simultaneamente."
-#: commands/typecmds.c:440
-#, c-format
-msgid "changing return type of function %s from \"opaque\" to %s"
-msgstr "alterando tipo retornado pela função %s de \"opaque\" para %s"
+#: utils/misc/guc.c:1882
+msgid "Sets the maximum number of predicate locks per transaction."
+msgstr "Define o número máximo de bloqueios de predicado por transação."
-#: commands/typecmds.c:447
-#, c-format
-msgid "type input function %s must return type %s"
-msgstr "função de entrada do tipo %s deve retornar tipo %s"
+#: utils/misc/guc.c:1883
+msgid ""
+"The shared predicate lock table is sized on the assumption that at most "
+"max_pred_locks_per_transaction * max_connections distinct objects will need "
+"to be locked at any one time."
+msgstr ""
+"A tabela compartilhada de bloqueios de predicado é dimensionada utilizando a "
+"suposição de que max_locks_per_transaction * max_connections objetos "
+"distintos necessitam ser bloqueados simultaneamente."
-#: commands/typecmds.c:457
-#, c-format
-msgid "changing return type of function %s from \"opaque\" to \"cstring\""
-msgstr "alterando tipo retornado pela função %s de \"opaque\" para \"cstring\""
+#: utils/misc/guc.c:1894
+msgid "Sets the maximum allowed time to complete client authentication."
+msgstr ""
+"Define o tempo máximo permitido para completar uma autenticação do cliente."
-#: commands/typecmds.c:464
-#, c-format
-msgid "type output function %s must return type \"cstring\""
-msgstr "função de saída do tipo %s deve retornar tipo \"cstring\""
+#: utils/misc/guc.c:1906
+msgid "Waits N seconds on connection startup before authentication."
+msgstr "Espera N segundos após autenticação durante inicialização da conexão."
-#: commands/typecmds.c:473
-#, c-format
-msgid "type receive function %s must return type %s"
-msgstr "função de recepção do tipo %s deve retornar tipo %s"
+#: utils/misc/guc.c:1917
+msgid "Sets the number of WAL files held for standby servers."
+msgstr "Define o número de arquivos WAL mantidos para servidores em espera."
-#: commands/typecmds.c:482
-#, c-format
-msgid "type send function %s must return type \"bytea\""
-msgstr "função de envio do tipo %s deve retornar tipo \"bytea\""
+#: utils/misc/guc.c:1927
+msgid ""
+"Sets the maximum distance in log segments between automatic WAL checkpoints."
+msgstr ""
+"Define a distância máxima em segmentos de log entre pontos de controle WAL "
+"automáticos."
-#: commands/typecmds.c:666 commands/tablecmds.c:226
-#, c-format
-msgid "type \"%s\" does not exist, skipping"
-msgstr "tipo \"%s\" não existe, ignorando"
+#: utils/misc/guc.c:1937
+msgid "Sets the maximum time between automatic WAL checkpoints."
+msgstr "Define o tempo máximo entre pontos de controle WAL automáticos."
-#: commands/typecmds.c:687
-#, c-format
-msgid "\"%s\" is not a domain"
-msgstr "\"%s\" não é um domínio"
+#: utils/misc/guc.c:1948
+msgid ""
+"Enables warnings if checkpoint segments are filled more frequently than this."
+msgstr ""
+"Habilita avisos caso segmentos dos pontos de controle estejam sendo "
+"preenchidos mais frequentemente do que esse."
-#: commands/typecmds.c:827
-#, c-format
-msgid "\"%s\" is not a valid base type for a domain"
-msgstr "\"%s\" não é um tipo base válido para um domínio"
+#: utils/misc/guc.c:1950
+msgid ""
+"Write a message to the server log if checkpoints caused by the filling of "
+"checkpoint segment files happens more frequently than this number of "
+"seconds. Zero turns off the warning."
+msgstr ""
+"Escreve uma mensagem no log do servidor se pontos de controle causados pelo "
+"preenchimento de arquivos de segmento dos pontos de controle acontece mais "
+"frequentemente do que esse número de segundos. Zero desabilita esse aviso."
-#: commands/typecmds.c:909
-msgid "multiple default expressions"
-msgstr "múltiplas expressões padrão"
+#: utils/misc/guc.c:1962
+msgid "Sets the number of disk-page buffers in shared memory for WAL."
+msgstr ""
+"Define o número de buffers de páginas do disco para WAL na memória "
+"compartilhada."
-#: commands/typecmds.c:973 commands/typecmds.c:982
-msgid "conflicting NULL/NOT NULL constraints"
-msgstr "restrições NULL/NOT NULL conflitantes"
+#: utils/misc/guc.c:1973
+msgid "WAL writer sleep time between WAL flushes."
+msgstr "Tempo de adormecimento do escritor do WAL entre ciclos do WAL."
-#: commands/typecmds.c:1001 commands/typecmds.c:1984
-msgid "unique constraints not possible for domains"
-msgstr "restrições de unicidade não são possíveis para domínios"
+#: utils/misc/guc.c:1985
+msgid "Sets the maximum number of simultaneously running WAL sender processes."
+msgstr ""
+"Define o número máximo de processos de limpeza automática executados "
+"simultaneamente."
-#: commands/typecmds.c:1007 commands/typecmds.c:1990
-msgid "primary key constraints not possible for domains"
-msgstr "restrições de chave primária não são possíveis para domínios"
+#: utils/misc/guc.c:1995
+msgid "WAL sender sleep time between WAL replications."
+msgstr ""
+"Tempo de adormecimento do transmissor de WAL entre ciclos de replicação do "
+"WAL."
-#: commands/typecmds.c:1013 commands/typecmds.c:1996
-msgid "exclusion constraints not possible for domains"
-msgstr "restrições de exclusão não são possíveis para domínios"
+#: utils/misc/guc.c:2006
+msgid "Sets the maximum time to wait for WAL replication."
+msgstr "Define o tempo máximo de espera pela replicação do WAL."
+
+#: utils/misc/guc.c:2017
+msgid ""
+"Sets the delay in microseconds between transaction commit and flushing WAL "
+"to disk."
+msgstr ""
+"Define o atraso em microsegundos entre efetivar uma transação e escrever WAL "
+"no disco."
-#: commands/typecmds.c:1019 commands/typecmds.c:2002
-msgid "foreign key constraints not possible for domains"
-msgstr "restrições de chave estrangeira não são possíveis para domínios"
+#: utils/misc/guc.c:2028
+msgid ""
+"Sets the minimum concurrent open transactions before performing commit_delay."
+msgstr ""
+"Define o número mínimo de transações concorrentes abertas antes de esperar "
+"commit_delay."
-#: commands/typecmds.c:1028 commands/typecmds.c:2011
-msgid "specifying constraint deferrability not supported for domains"
+#: utils/misc/guc.c:2039
+msgid "Sets the number of digits displayed for floating-point values."
+msgstr "Define o número de dígitos mostrados para valores de ponto flutuante."
+
+#: utils/misc/guc.c:2040
+msgid ""
+"This affects real, double precision, and geometric data types. The parameter "
+"value is added to the standard number of digits (FLT_DIG or DBL_DIG as "
+"appropriate)."
msgstr ""
-"especificação de postergação de restrição não é suportada para domínios"
+"Isso afeta os tipos de dado real, double precision e geometric. O valor do "
+"parâmetro é formatado segundo padrão de dígitos (FLT_DIG ou DBL_DIG conforme "
+"adequado)."
-#: commands/typecmds.c:1332
-#, c-format
-msgid "changing argument type of function %s from \"opaque\" to \"cstring\""
+#: utils/misc/guc.c:2051
+msgid "Sets the minimum execution time above which statements will be logged."
msgstr ""
-"alterando tipo de argumento da função %s de \"opaque\" para \"cstring\""
+"Define o tempo mínimo de execução no qual os comandos serão registrados."
-#: commands/typecmds.c:1383
-#, c-format
-msgid "changing argument type of function %s from \"opaque\" to %s"
-msgstr "alterando tipo de argumento da função %s de \"opaque\" para %s"
+#: utils/misc/guc.c:2053
+msgid "Zero prints all queries. -1 turns this feature off."
+msgstr "Zero registra todas as consultas. -1 desabilita essa funcionalidade."
-#: commands/typecmds.c:1482
-#, c-format
-msgid "typmod_in function %s must return type \"integer\""
-msgstr "função typmod_in %s deve retornar tipo \"integer\""
+#: utils/misc/guc.c:2063
+msgid ""
+"Sets the minimum execution time above which autovacuum actions will be "
+"logged."
+msgstr ""
+"Define o tempo mínimo de execução no qual as ações de limpeza automática "
+"serão registradas."
-#: commands/typecmds.c:1509
-#, c-format
-msgid "typmod_out function %s must return type \"cstring\""
-msgstr "função typmod_out %s deve retornar tipo \"cstring\""
+#: utils/misc/guc.c:2065
+msgid "Zero prints all actions. -1 turns autovacuum logging off."
+msgstr "Zero registra todas as ações. -1 desabilita essa funcionalidade."
-#: commands/typecmds.c:1536
-#, c-format
-msgid "type analyze function %s must return type \"boolean\""
-msgstr "função de análise do tipo %s deve retornar tipo \"boolean\""
+#: utils/misc/guc.c:2075
+msgid "Background writer sleep time between rounds."
+msgstr "Tempo de adormecimento do escritor em segundo plano entre ciclos."
-#: commands/typecmds.c:1836
-#, c-format
-msgid "column \"%s\" of table \"%s\" contains null values"
-msgstr "coluna \"%s\" da tabela \"%s\" contém valores nulos"
+#: utils/misc/guc.c:2086
+msgid "Background writer maximum number of LRU pages to flush per round."
+msgstr ""
+"Número máximo de páginas do LRU do escritor em segundo plano a serem "
+"escritas por ciclo."
-#: commands/typecmds.c:2082
-#, c-format
+#: utils/misc/guc.c:2102
msgid ""
-"column \"%s\" of table \"%s\" contains values that violate the new constraint"
+"Number of simultaneous requests that can be handled efficiently by the disk "
+"subsystem."
msgstr ""
-"coluna \"%s\" da tabela \"%s\" contém valores que violam a nova restrição"
-
-#: commands/typecmds.c:2287
-#, c-format
-msgid "%s is not a domain"
-msgstr "%s não é um domínio"
-
-#: commands/typecmds.c:2321 catalog/pg_constraint.c:654
-#, c-format
-msgid "constraint \"%s\" for domain \"%s\" already exists"
-msgstr "restrição \"%s\" para domínio \"%s\" já existe"
+"Número de requisições simultâneas que podem ser manipuladas eficientemente "
+"pelo subsistema de disco."
-#: commands/typecmds.c:2369 commands/typecmds.c:2378
-msgid "cannot use table references in domain check constraint"
+#: utils/misc/guc.c:2103
+msgid ""
+"For RAID arrays, this should be approximately the number of drive spindles "
+"in the array."
msgstr ""
-"não pode utilizar referências a tabela em restrição de verificação do domínio"
+"Para arranjos RAID, este deveria ser aproximadamente o número de discos em "
+"um arranjo."
-#: commands/typecmds.c:2386 catalog/heap.c:2501
-msgid "cannot use subquery in check constraint"
-msgstr "não pode utilizar subconsulta na restrição de verificação"
+#: utils/misc/guc.c:2116
+msgid "Automatic log file rotation will occur after N minutes."
+msgstr "Rotação de arquivo de log automática ocorrerá após N minutos."
-#: commands/typecmds.c:2390 catalog/heap.c:2505
-msgid "cannot use aggregate function in check constraint"
-msgstr "não pode utilizar função de agregação na restrição de verificação"
+#: utils/misc/guc.c:2127
+msgid "Automatic log file rotation will occur after N kilobytes."
+msgstr "Rotação de arquivo de log automática ocorrerá após N kilobytes."
-#: commands/typecmds.c:2394 catalog/heap.c:2509
-msgid "cannot use window function in check constraint"
-msgstr "não pode utilizar função deslizante na restrição de verificação"
+#: utils/misc/guc.c:2138
+msgid "Shows the maximum number of function arguments."
+msgstr "Mostra o número máximo de argumentos da função."
-#: commands/typecmds.c:2608 commands/typecmds.c:2680 commands/typecmds.c:2904
-#, c-format
-msgid "%s is a table's row type"
-msgstr "%s é um tipo registro da tabela"
+#: utils/misc/guc.c:2149
+msgid "Shows the maximum number of index keys."
+msgstr "Mostra o número máximo de chaves do índice."
-#: commands/typecmds.c:2610 commands/typecmds.c:2682 commands/typecmds.c:2906
-msgid "Use ALTER TABLE instead."
-msgstr "Ao invés disso utilize ALTER TABLE."
+#: utils/misc/guc.c:2160
+msgid "Shows the maximum identifier length."
+msgstr "Mostra o tamanho máximo de identificador."
-#: commands/typecmds.c:2617 commands/typecmds.c:2689 commands/typecmds.c:2835
-#, c-format
-msgid "cannot alter array type %s"
-msgstr "não pode alterar tipo array %s"
+#: utils/misc/guc.c:2171
+msgid "Shows the size of a disk block."
+msgstr "Mostra o tamanho de um bloco do disco."
-#: commands/typecmds.c:2619 commands/typecmds.c:2691 commands/typecmds.c:2837
-#, c-format
-msgid "You can alter type %s, which will alter the array type as well."
-msgstr "Você pode alterar tipo %s, que alterará o tipo array também."
+#: utils/misc/guc.c:2182
+msgid "Shows the number of pages per disk file."
+msgstr "Mostra o número de páginas por arquivo do disco."
-#: commands/typecmds.c:2890
-#, c-format
-msgid "type \"%s\" already exists in schema \"%s\""
-msgstr "tipo \"%s\" já existe no esquema \"%s\""
+#: utils/misc/guc.c:2193
+msgid "Shows the block size in the write ahead log."
+msgstr "Mostra o tamanho do bloco no log de transação."
-#: commands/tsearchcmds.c:117 commands/tsearchcmds.c:1044
-#, c-format
-msgid "function %s should return type %s"
-msgstr "função %s deve retornar tipo %s"
+#: utils/misc/guc.c:2204
+msgid "Shows the number of pages per write ahead log segment."
+msgstr "Mostra o número de páginas por segmento de log de transação."
-#: commands/tsearchcmds.c:189
-msgid "must be superuser to create text search parsers"
-msgstr "deve ser super-usuário para criar analisadores de busca textual"
+#: utils/misc/guc.c:2217
+msgid "Time to sleep between autovacuum runs."
+msgstr "Tempo de adormecimento entre execuções do autovacuum."
-#: commands/tsearchcmds.c:237
-#, c-format
-msgid "text search parser parameter \"%s\" not recognized"
-msgstr "parâmetro do analisador de busca textual \"%s\" é desconhecido"
+#: utils/misc/guc.c:2227
+msgid "Minimum number of tuple updates or deletes prior to vacuum."
+msgstr "Número mínimo de atualizações ou exclusões de tuplas antes de limpar."
-#: commands/tsearchcmds.c:247
-msgid "text search parser start method is required"
-msgstr "método start do analisador de busca textual é requerido"
+#: utils/misc/guc.c:2236
+msgid "Minimum number of tuple inserts, updates or deletes prior to analyze."
+msgstr ""
+"Número mínimo de inserções, atualizações ou exclusões antes de analisar."
-#: commands/tsearchcmds.c:252
-msgid "text search parser gettoken method is required"
-msgstr "método gettoken do analisador de busca textual é requerido"
+#: utils/misc/guc.c:2246
+msgid ""
+"Age at which to autovacuum a table to prevent transaction ID wraparound."
+msgstr ""
+"Identificador para limpar automaticamente uma tabela para previnir "
+"reciclagem do ID de transação."
-#: commands/tsearchcmds.c:257
-msgid "text search parser end method is required"
-msgstr "método end do analisador de busca textual é requerido"
+#: utils/misc/guc.c:2257
+msgid ""
+"Sets the maximum number of simultaneously running autovacuum worker "
+"processes."
+msgstr ""
+"Define o número máximo de processos de limpeza automática executados "
+"simultaneamente."
-#: commands/tsearchcmds.c:262
-msgid "text search parser lextypes method is required"
-msgstr "método lextypes do analisador de busca textual é requerido"
+#: utils/misc/guc.c:2267
+msgid "Time between issuing TCP keepalives."
+msgstr "Tempo entre envios de mantenha-se vivo (keepalive) do TCP."
-#: commands/tsearchcmds.c:297
-msgid "must be superuser to drop text search parsers"
-msgstr "deve ser super-usuário para remover analisadores de busca textual"
+#: utils/misc/guc.c:2268 utils/misc/guc.c:2279
+msgid "A value of 0 uses the system default."
+msgstr "Um valor 0 utiliza o padrão do sistema."
-#: commands/tsearchcmds.c:320 catalog/namespace.c:1906
-#, c-format
-msgid "text search parser \"%s\" does not exist"
-msgstr "analisador de busca textual \"%s\" não existe"
+#: utils/misc/guc.c:2278
+msgid "Time between TCP keepalive retransmits."
+msgstr "Tempo entre retransmissões de mantenha-se vivo (keepalive) do TCP."
-#: commands/tsearchcmds.c:326
-#, c-format
-msgid "text search parser \"%s\" does not exist, skipping"
-msgstr "analisador de busca textual \"%s\" não existe, ignorando"
+#: utils/misc/guc.c:2289
+msgid ""
+"Set the amount of traffic to send and receive before renegotiating the "
+"encryption keys."
+msgstr ""
+"Define a quantidade de tráfego enviado e recebido antes de renegociar as "
+"chaves de criptografia."
-#: commands/tsearchcmds.c:381
-msgid "must be superuser to rename text search parsers"
-msgstr "deve ser super-usuário para renomear analisadores de busca textual"
+#: utils/misc/guc.c:2300
+msgid "Maximum number of TCP keepalive retransmits."
+msgstr ""
+"Número máximo de retransmissões de mantenha-se vivo (keepalive) do TCP."
-#: commands/tsearchcmds.c:399
-#, c-format
-msgid "text search parser \"%s\" already exists"
-msgstr "analisador de busca textual \"%s\" já existe"
+#: utils/misc/guc.c:2301
+msgid ""
+"This controls the number of consecutive keepalive retransmits that can be "
+"lost before a connection is considered dead. A value of 0 uses the system "
+"default."
+msgstr ""
+"Isso controla o número de retransmissões consecutivas de mantenha-se vivo "
+"(keepalive) que podem ser perdidas antes que uma conexão seja considerada "
+"fechada. Um valor de 0 utiliza o padrão do sistema."
-#: commands/tsearchcmds.c:525
-#, c-format
-msgid "text search template \"%s\" does not accept options"
-msgstr "modelo de busca textual \"%s\" não aceita opções"
+#: utils/misc/guc.c:2312
+msgid "Sets the maximum allowed result for exact search by GIN."
+msgstr ""
+"Define o resultado máximo permitido por uma busca exata utilizando GIN."
+
+#: utils/misc/guc.c:2323
+msgid "Sets the planner's assumption about the size of the disk cache."
+msgstr "Define a suposição do planejador sobre o tamanho da cache do disco."
-#: commands/tsearchcmds.c:598
-msgid "text search template is required"
-msgstr "modelo de busca textual é requerido"
+#: utils/misc/guc.c:2324
+msgid ""
+"That is, the portion of the kernel's disk cache that will be used for "
+"PostgreSQL data files. This is measured in disk pages, which are normally 8 "
+"kB each."
+msgstr ""
+"Isto é, a porção da cache do disco que será utilizada pelo arquivos de dados "
+"do PostgreSQL. Isto é medido em páginas do disco, que são normalmente 8 kB "
+"cada."
-#: commands/tsearchcmds.c:667
-#, c-format
-msgid "text search dictionary \"%s\" already exists"
-msgstr "dicionário de busca textual \"%s\" já existe"
+#: utils/misc/guc.c:2337
+msgid "Shows the server version as an integer."
+msgstr "Mostra a versão do servidor como um inteiro."
-#: commands/tsearchcmds.c:769 catalog/namespace.c:2029
-#, c-format
-msgid "text search dictionary \"%s\" does not exist"
-msgstr "dicionário de busca textual \"%s\" não existe"
+#: utils/misc/guc.c:2348
+msgid "Log the use of temporary files larger than this number of kilobytes."
+msgstr ""
+"Registra o uso de arquivos temporários maiores do que este número de "
+"kilobytes."
-#: commands/tsearchcmds.c:775
-#, c-format
-msgid "text search dictionary \"%s\" does not exist, skipping"
-msgstr "dicionário de busca textual \"%s\" não existe, ignorando"
+#: utils/misc/guc.c:2349
+msgid "Zero logs all files. The default is -1 (turning this feature off)."
+msgstr ""
+"Zero registra todos os arquivos. O padrão é -1 (desabilita essa "
+"funcionalidade)."
-#: commands/tsearchcmds.c:1108
-msgid "must be superuser to create text search templates"
-msgstr "deve ser super-usuário para criar modelos de busca textual"
+#: utils/misc/guc.c:2359
+msgid "Sets the size reserved for pg_stat_activity.current_query, in bytes."
+msgstr ""
+"Define o tamanho reservado para pg_stat_activity.current_query, em bytes."
-#: commands/tsearchcmds.c:1145
-#, c-format
-msgid "text search template parameter \"%s\" not recognized"
-msgstr "parâmetro do modelo de busca textual \"%s\" é desconhecido"
+#: utils/misc/guc.c:2378
+msgid ""
+"Sets the planner's estimate of the cost of a sequentially fetched disk page."
+msgstr ""
+"Define a estimativa do planejador do custo de busca sequencial de uma página "
+"no disco."
-#: commands/tsearchcmds.c:1155
-msgid "text search template lexize method is required"
-msgstr "método lexize do modelo de busca textual é requerido"
+#: utils/misc/guc.c:2388
+msgid ""
+"Sets the planner's estimate of the cost of a nonsequentially fetched disk "
+"page."
+msgstr ""
+"Define a estimativa do planejador do custo de busca não sequencial de uma "
+"página no disco."
-#: commands/tsearchcmds.c:1193
-msgid "must be superuser to rename text search templates"
-msgstr "deve ser super-usuário para renomear modelos de busca textual"
+#: utils/misc/guc.c:2398
+msgid "Sets the planner's estimate of the cost of processing each tuple (row)."
+msgstr ""
+"Define a estimativa do planejador do custo de processamento de cada tupla "
+"(registro)."
-#: commands/tsearchcmds.c:1212
-#, c-format
-msgid "text search template \"%s\" already exists"
-msgstr "modelo de busca textual \"%s\" já existe"
+#: utils/misc/guc.c:2408
+msgid ""
+"Sets the planner's estimate of the cost of processing each index entry "
+"during an index scan."
+msgstr ""
+"Define a estimativa do planejador do custo de processamento de cada índice "
+"durante uma busca no índice."
-#: commands/tsearchcmds.c:1281
-msgid "must be superuser to drop text search templates"
-msgstr "deve ser super-usuário para remover modelos de busca textual"
+#: utils/misc/guc.c:2418
+msgid ""
+"Sets the planner's estimate of the cost of processing each operator or "
+"function call."
+msgstr ""
+"Define a estimativa do planejador do custo de processamento de cada operador "
+"ou chamada de função."
-#: commands/tsearchcmds.c:1304 catalog/namespace.c:2153
-#, c-format
-msgid "text search template \"%s\" does not exist"
-msgstr "modelo de busca textual \"%s\" não existe"
+#: utils/misc/guc.c:2429
+msgid ""
+"Sets the planner's estimate of the fraction of a cursor's rows that will be "
+"retrieved."
+msgstr ""
+"Define a estimativa do planejador da fração de registros do cursor que será "
+"recuperada."
-#: commands/tsearchcmds.c:1310
-#, c-format
-msgid "text search template \"%s\" does not exist, skipping"
-msgstr "modelo de busca textual \"%s\" não existe, ignorando"
+#: utils/misc/guc.c:2440
+msgid "GEQO: selective pressure within the population."
+msgstr "GEQO: pressão seletiva na população."
-#: commands/tsearchcmds.c:1508
-#, c-format
-msgid "text search configuration parameter \"%s\" not recognized"
-msgstr "parâmetro de configuração de busca textual \"%s\" é desconhecido"
+#: utils/misc/guc.c:2450
+msgid "GEQO: seed for random path selection."
+msgstr "GEQO: semente para seleção de caminhos randômicos."
-#: commands/tsearchcmds.c:1515
-msgid "cannot specify both PARSER and COPY options"
-msgstr "não pode especificar ambas opções PARSER e COPY"
+#: utils/misc/guc.c:2460
+msgid "Multiple of the average buffer usage to free per round."
+msgstr "Múltiplo da média de uso dos buffers a serem liberados por ciclo."
-#: commands/tsearchcmds.c:1543
-msgid "text search parser is required"
-msgstr "analisador de busca textual é requerido"
+#: utils/misc/guc.c:2470
+msgid "Sets the seed for random-number generation."
+msgstr "Define a semente para geração de números randômicos."
-#: commands/tsearchcmds.c:1652
-#, c-format
-msgid "text search configuration \"%s\" already exists"
-msgstr "configuração de busca textual \"%s\" já existe"
+#: utils/misc/guc.c:2481
+msgid ""
+"Number of tuple updates or deletes prior to vacuum as a fraction of "
+"reltuples."
+msgstr ""
+"Número de atualizações ou exclusões de tupla antes de limpar como uma fração "
+"de reltuples."
-#: commands/tsearchcmds.c:1759
-#, c-format
-msgid "text search configuration \"%s\" does not exist, skipping"
-msgstr "configuração de busca textual \"%s\" não existe, ignorando"
+#: utils/misc/guc.c:2490
+msgid ""
+"Number of tuple inserts, updates or deletes prior to analyze as a fraction "
+"of reltuples."
+msgstr ""
+"Número de inserções, atualizações ou exclusões de tupla antes de analisar "
+"como uma fração de reltuples."
-#: commands/tsearchcmds.c:1981
-#, c-format
-msgid "token type \"%s\" does not exist"
-msgstr "tipo de elemento \"%s\" não existe"
+#: utils/misc/guc.c:2500
+msgid ""
+"Time spent flushing dirty buffers during checkpoint, as fraction of "
+"checkpoint interval."
+msgstr ""
+"Tempo gasto escrevendo buffers sujos durante o ponto de controle, como "
+"fração do intervalo de ponto de controle."
-#: commands/tsearchcmds.c:2203
-#, c-format
-msgid "mapping for token type \"%s\" does not exist"
-msgstr "mapeamento para tipo de elemento \"%s\" não existe"
+#: utils/misc/guc.c:2519
+msgid "Sets the shell command that will be called to archive a WAL file."
+msgstr ""
+"Define um comando do interpretador de comandos (shell) que será chamado para "
+"arquivar um arquivo do WAL."
-#: commands/tsearchcmds.c:2209
-#, c-format
-msgid "mapping for token type \"%s\" does not exist, skipping"
-msgstr "mapeamento para tipo de elemento \"%s\" não existe, ignorando"
+#: utils/misc/guc.c:2529
+msgid "Sets the client's character set encoding."
+msgstr "Define a codificação do conjunto de caracteres do cliente."
-#: commands/tsearchcmds.c:2362 commands/tsearchcmds.c:2473
-#, c-format
-msgid "invalid parameter list format: \"%s\""
-msgstr "formato de lista de parâmetros é inválido: \"%s\""
+#: utils/misc/guc.c:2540
+msgid "Controls information prefixed to each log line."
+msgstr "Controla informação prefixada em cada linha do log."
-#: commands/trigger.c:159
-#, c-format
-msgid "\"%s\" is a table"
-msgstr "\"%s\" é uma tabela"
+#: utils/misc/guc.c:2541
+msgid "If blank, no prefix is used."
+msgstr "Se estiver em branco, nenhum prefixo é utilizado."
-#: commands/trigger.c:161
-msgid "Tables cannot have INSTEAD OF triggers."
-msgstr "Tabelas não podem ter gatilhos INSTEAD OF."
+#: utils/misc/guc.c:2550
+msgid "Sets the time zone to use in log messages."
+msgstr "Define a zona horária a ser utilizada em mensagens de log."
-#: commands/trigger.c:172 commands/trigger.c:179
-#, c-format
-msgid "\"%s\" is a view"
-msgstr "\"%s\" é uma visão"
+#: utils/misc/guc.c:2560
+msgid "Sets the display format for date and time values."
+msgstr "Define o formato de exibição para valores de data e hora."
-#: commands/trigger.c:174
-msgid "Views cannot have row-level BEFORE or AFTER triggers."
-msgstr "Visões não podem ter gatilhos BEFORE ou AFTER a nível de registro."
+#: utils/misc/guc.c:2561
+msgid "Also controls interpretation of ambiguous date inputs."
+msgstr "Também controla interpretação de entrada de datas ambíguas."
-#: commands/trigger.c:181
-msgid "Views cannot have TRUNCATE triggers."
-msgstr "Visões não podem ter gatilhos TRUNCATE."
+#: utils/misc/guc.c:2572
+msgid "Sets the default tablespace to create tables and indexes in."
+msgstr "Define a tablespace padrão para criação de tabelas e índices."
-#: commands/trigger.c:228
-msgid "TRUNCATE FOR EACH ROW triggers are not supported"
-msgstr "gatilhos TRUNCATE FOR EACH ROW não são suportados"
+#: utils/misc/guc.c:2573
+msgid "An empty string selects the database's default tablespace."
+msgstr ""
+"Uma cadeia de caracteres vazia seleciona a tablespace padrão do banco de "
+"dados."
-#: commands/trigger.c:236
-msgid "INSTEAD OF triggers must be FOR EACH ROW"
-msgstr "gatilhos INSTEAD OF devem ser FOR EACH ROW"
+#: utils/misc/guc.c:2583
+msgid "Sets the tablespace(s) to use for temporary tables and sort files."
+msgstr ""
+"Define a(s) tablespace(s) a ser(em) utilizada(s) para tabelas temporárias e "
+"arquivos de ordenação."
-#: commands/trigger.c:240
-msgid "INSTEAD OF triggers cannot have WHEN conditions"
-msgstr "gatilhos INSTEAD OF não podem ter condições WHEN"
+#: utils/misc/guc.c:2594
+msgid "Sets the path for dynamically loadable modules."
+msgstr "Define o caminho para módulos carregáveis dinamicamente."
-#: commands/trigger.c:244
-msgid "INSTEAD OF triggers cannot have column lists"
-msgstr "gatilhos INSTEAD OF não podem ter listas de colunas"
+#: utils/misc/guc.c:2595
+msgid ""
+"If a dynamically loadable module needs to be opened and the specified name "
+"does not have a directory component (i.e., the name does not contain a "
+"slash), the system will search this path for the specified file."
+msgstr ""
+"Se o módulo carregável dinamicamente necessita ser aberto e o nome "
+"especificado não tem um componente de diretório (i.e., o nome não contém uma "
+"barra), o sistema irá procurar o caminho para o arquivo especificado."
-#: commands/trigger.c:288
-msgid "cannot use subquery in trigger WHEN condition"
-msgstr "não pode utilizar subconsulta em condição WHEN de gatilho"
+#: utils/misc/guc.c:2608
+msgid "Sets the location of the Kerberos server key file."
+msgstr "Define o local do arquivo da chave do servidor Kerberos."
-#: commands/trigger.c:292
-msgid "cannot use aggregate function in trigger WHEN condition"
-msgstr "não pode utilizar função de agregação em condição WHEN de gatilho"
+#: utils/misc/guc.c:2619
+msgid "Sets the name of the Kerberos service."
+msgstr "Define o nome do serviço Kerberos."
-#: commands/trigger.c:296
-msgid "cannot use window function in trigger WHEN condition"
-msgstr "não pode utilizar função deslizante em condição WHEN de gatilho"
+#: utils/misc/guc.c:2629
+msgid "Sets the Bonjour service name."
+msgstr "Define o nome do serviço Bonjour."
-#: commands/trigger.c:318 commands/trigger.c:331
-msgid "statement trigger's WHEN condition cannot reference column values"
+#: utils/misc/guc.c:2641
+msgid "Shows the collation order locale."
+msgstr "Mostra a configuração regional utilizada na ordenação."
+
+#: utils/misc/guc.c:2652
+msgid "Shows the character classification and case conversion locale."
msgstr ""
-"condição WHEN de gatilho de comando não pode referenciar valores de coluna"
+"Mostra a configuração regional utilizada na classificação de caracteres e na "
+"conversão entre maiúsculas/minúsculas."
-#: commands/trigger.c:323
-msgid "INSERT trigger's WHEN condition cannot reference OLD values"
-msgstr "condição WHEN de gatilho INSERT não pode referenciar valores OLD"
+#: utils/misc/guc.c:2663
+msgid "Sets the language in which messages are displayed."
+msgstr "Define a língua na qual as mensagens são mostradas."
-#: commands/trigger.c:336
-msgid "DELETE trigger's WHEN condition cannot reference NEW values"
-msgstr "condição WHEN de gatilho DELETE não pode referenciar valores NEW"
+#: utils/misc/guc.c:2673
+msgid "Sets the locale for formatting monetary amounts."
+msgstr "Define a configuração regional para formato de moeda."
-#: commands/trigger.c:341
-msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns"
-msgstr ""
-"condição WHEN de gatilho BEFORE não pode referenciar colunas de sistema NEW"
+#: utils/misc/guc.c:2683
+msgid "Sets the locale for formatting numbers."
+msgstr "Define a configuração regional para formato de número."
-#: commands/trigger.c:386
-#, c-format
-msgid "changing return type of function %s from \"opaque\" to \"trigger\""
-msgstr "alterando tipo retornado pela função %s de \"opaque\" para \"trigger\""
+#: utils/misc/guc.c:2693
+msgid "Sets the locale for formatting date and time values."
+msgstr "Define a configuração regional para formato de data e hora."
-#: commands/trigger.c:393
-#, c-format
-msgid "function %s must return type \"trigger\""
-msgstr "função %s deve retornar tipo \"trigger\""
+#: utils/misc/guc.c:2703
+msgid "Lists shared libraries to preload into server."
+msgstr "Mostra bibliotecas compartilhadas a serem carregadas no servidor."
-#: commands/trigger.c:503 commands/trigger.c:1241
-#, c-format
-msgid "trigger \"%s\" for relation \"%s\" already exists"
-msgstr "gatilho \"%s\" para relação \"%s\" já existe"
+#: utils/misc/guc.c:2714
+msgid "Lists shared libraries to preload into each backend."
+msgstr ""
+"Mostra bibliotecas compartilhadas a serem carregadas em cdas processo "
+"servidor."
-#: commands/trigger.c:788
-msgid "Found referenced table's UPDATE trigger."
-msgstr "Encontrado gatilho de UPDATE na tabela referenciada."
+#: utils/misc/guc.c:2725
+msgid "Sets the schema search order for names that are not schema-qualified."
+msgstr ""
+"Define a ordem de busca em esquemas para nomes que não especificam um "
+"esquema."
-#: commands/trigger.c:789
-msgid "Found referenced table's DELETE trigger."
-msgstr "Encontrado gatilho de DELETE na tabela referenciada."
+#: utils/misc/guc.c:2737
+msgid "Sets the server (database) character set encoding."
+msgstr ""
+"Define a codificação do conjunto de caracteres do servidor (banco de dados)."
-#: commands/trigger.c:790
-msgid "Found referencing table's trigger."
-msgstr "Encontrado gatilho na tabela referenciada."
+#: utils/misc/guc.c:2749
+msgid "Shows the server version."
+msgstr "Mostra a versão do servidor."
-#: commands/trigger.c:899 commands/trigger.c:915
-#, c-format
-msgid "ignoring incomplete trigger group for constraint \"%s\" %s"
-msgstr "ignorando grupo de gatilhos incompletos para restrição \"%s\" %s"
+#: utils/misc/guc.c:2761
+msgid "Sets the current role."
+msgstr "Define a role atual."
-#: commands/trigger.c:927
-#, c-format
-msgid "converting trigger group into constraint \"%s\" %s"
-msgstr "convertendo grupo de gatilhos na restrição \"%s\" %s"
+#: utils/misc/guc.c:2773
+msgid "Sets the session user name."
+msgstr "Define o nome de usuário da sessão."
-#: commands/trigger.c:1043
-#, c-format
-msgid "trigger \"%s\" for table \"%s\" does not exist, skipping"
-msgstr "gatilho \"%s\" para tabela \"%s\" não existe, ignorando"
+#: utils/misc/guc.c:2784
+msgid "Sets the destination for server log output."
+msgstr "Define o destino do log do servidor."
-#: commands/trigger.c:1170 commands/trigger.c:1283 commands/trigger.c:1394
-#, c-format
-msgid "trigger \"%s\" for table \"%s\" does not exist"
-msgstr "gatilho \"%s\" na tabela \"%s\" não existe"
+#: utils/misc/guc.c:2785
+msgid ""
+"Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and "
+"\"eventlog\", depending on the platform."
+msgstr ""
+"Valores válidos são combinações de \"stderr\", \"syslog\", \"csvlog\" e "
+"\"eventlog\", dependendo da plataforma."
-#: commands/trigger.c:1362
-#, c-format
-msgid "permission denied: \"%s\" is a system trigger"
-msgstr "permissão negada: \"%s\" é um gatilho do sistema"
+#: utils/misc/guc.c:2796
+msgid "Sets the destination directory for log files."
+msgstr "Define o diretório de destino dos arquivos de log."
-#: commands/trigger.c:1844
-#, c-format
-msgid "trigger function %u returned null value"
-msgstr "função de gatilho %u retornou valor nulo"
+#: utils/misc/guc.c:2797
+msgid "Can be specified as relative to the data directory or as absolute path."
+msgstr ""
+"Pode ser especificado como caminho relativo ao diretório de dados ou como "
+"caminho absoluto."
-#: commands/trigger.c:1903 commands/trigger.c:2102 commands/trigger.c:2286
-#: commands/trigger.c:2528
-msgid "BEFORE STATEMENT trigger cannot return a value"
-msgstr "gatilho BEFORE STATEMENT não pode retornar um valor"
+#: utils/misc/guc.c:2807
+msgid "Sets the file name pattern for log files."
+msgstr "Define o padrão de nome de arquivo para arquivos de log."
-#: commands/trigger.c:4154 catalog/namespace.c:234 catalog/namespace.c:318
-#, c-format
-msgid "cross-database references are not implemented: \"%s.%s.%s\""
+#: utils/misc/guc.c:2818
+msgid "Sets the program name used to identify PostgreSQL messages in syslog."
msgstr ""
-"referências cruzadas entre bancos de dados não estão implementadas: \"%s.%s."
-"%s\""
+"Define o nome do programa utilizado para identificar mensagens do PostgreSQL "
+"no syslog."
-#: commands/trigger.c:4205
-#, c-format
-msgid "constraint \"%s\" is not deferrable"
-msgstr "restrição \"%s\" não é postergável"
+#: utils/misc/guc.c:2829
+msgid "Sets the time zone for displaying and interpreting time stamps."
+msgstr "Define a zona horária para exibição e interpretação de timestamps."
-#: commands/trigger.c:4228
-#, c-format
-msgid "constraint \"%s\" does not exist"
-msgstr "restrição \"%s\" não existe"
+#: utils/misc/guc.c:2839
+msgid "Selects a file of time zone abbreviations."
+msgstr "Seleciona um arquivo de abreviações de zonas horárias."
-#: commands/tablespace.c:205
-#, c-format
-msgid "could not stat directory \"%s\": %m"
-msgstr "não pôde executar stat no diretório \"%s\": %m"
+#: utils/misc/guc.c:2849
+msgid "Sets the current transaction's isolation level."
+msgstr "Define o nível de isolamento da transação atual."
-#: commands/tablespace.c:214
-#, c-format
-msgid "\"%s\" exists but is not a directory"
-msgstr "\"%s\" existe mas não é um diretório"
+#: utils/misc/guc.c:2860
+msgid "Sets the owning group of the Unix-domain socket."
+msgstr "Define o grupo dono do soquete de domínio Unix."
-#: commands/tablespace.c:244
-#, c-format
-msgid "permission denied to create tablespace \"%s\""
-msgstr "permissão negada ao criar tablespace \"%s\""
+#: utils/misc/guc.c:2861
+msgid ""
+"The owning user of the socket is always the user that starts the server."
+msgstr "O usuário dono do soquete é sempre o usuário que inicia o servidor."
-#: commands/tablespace.c:246
-msgid "Must be superuser to create a tablespace."
-msgstr "Deve ser super-usuário para criar uma tablespace."
+#: utils/misc/guc.c:2871
+msgid "Sets the directory where the Unix-domain socket will be created."
+msgstr "Define o diretório onde o soquete de domínio Unix será criado."
-#: commands/tablespace.c:262
-msgid "tablespace location cannot contain single quotes"
-msgstr "local da tablespace não pode conter aspas simples"
+#: utils/misc/guc.c:2882
+msgid "Sets the host name or IP address(es) to listen to."
+msgstr "Define o nome da máquina ou endereço(s) IP para escutar."
-#: commands/tablespace.c:272
-msgid "tablespace location must be an absolute path"
-msgstr "local da tablespace deve ser um caminho absoluto"
+#: utils/misc/guc.c:2893
+msgid "Sets the list of known custom variable classes."
+msgstr "Define a lista de classes de variáveis personalizadas conhecidas."
-#: commands/tablespace.c:283
-#, c-format
-msgid "tablespace location \"%s\" is too long"
-msgstr "local da tablespace \"%s\" é muito longo"
+#: utils/misc/guc.c:2904
+msgid "Sets the server's data directory."
+msgstr "Define o diretório de dados do servidor."
-#: commands/tablespace.c:293 commands/tablespace.c:853
-#, c-format
-msgid "unacceptable tablespace name \"%s\""
-msgstr "nome da tablespace \"%s\" é inaceitável"
+#: utils/misc/guc.c:2915
+msgid "Sets the server's main configuration file."
+msgstr "Define o arquivo de configuração principal do servidor."
-#: commands/tablespace.c:295 commands/tablespace.c:854
-msgid "The prefix \"pg_\" is reserved for system tablespaces."
-msgstr "O prefixo \"pg_\" é reservado para tablespaces do sistema."
+#: utils/misc/guc.c:2926
+msgid "Sets the server's \"hba\" configuration file."
+msgstr "Define o arquivo de configuração \"hba\" do servidor."
-#: commands/tablespace.c:305 commands/tablespace.c:866
-#, c-format
-msgid "tablespace \"%s\" already exists"
-msgstr "tablespace \"%s\" já existe"
+#: utils/misc/guc.c:2937
+msgid "Sets the server's \"ident\" configuration file."
+msgstr "Define o arquivo de configuração \"ident\" do servidor."
-#: commands/tablespace.c:415 commands/tablespace.c:837
-#: commands/tablespace.c:904 commands/tablespace.c:1009
-#: commands/tablespace.c:1075 commands/tablespace.c:1213
-#: commands/tablespace.c:1413
-#, c-format
-msgid "tablespace \"%s\" does not exist"
-msgstr "tablespace \"%s\" não existe"
+#: utils/misc/guc.c:2948
+msgid "Writes the postmaster PID to the specified file."
+msgstr "Escreve o PID do postmaster no arquivo especificado."
-#: commands/tablespace.c:421
-#, c-format
-msgid "tablespace \"%s\" does not exist, skipping"
-msgstr "tablespace \"%s\" não existe, ignorando"
+#: utils/misc/guc.c:2959
+msgid "Writes temporary statistics files to the specified directory."
+msgstr ""
+"Escreve arquivos temporários de estatísticas em um diretório especificado."
+
+#: utils/misc/guc.c:2970
+msgid "List of names of potential synchronous standbys."
+msgstr "Lista de nomes de potenciais servidores em espera síncronos."
+
+#: utils/misc/guc.c:2981
+msgid "Sets default text search configuration."
+msgstr "Define a configuração de busca textual padrão."
-#: commands/tablespace.c:486
-#, c-format
-msgid "tablespace \"%s\" is not empty"
-msgstr "tablespace \"%s\" não está vazia"
+#: utils/misc/guc.c:2991
+msgid "Sets the list of allowed SSL ciphers."
+msgstr "Define a lista de cifras SSL permitidas."
-#: commands/tablespace.c:560
-#, c-format
-msgid "directory \"%s\" does not exist"
-msgstr "diretório \"%s\" não existe"
+#: utils/misc/guc.c:3006
+msgid "Sets the application name to be reported in statistics and logs."
+msgstr "Define o nome da aplicação a ser informado em estatísticas e logs."
-#: commands/tablespace.c:561
-msgid "Create this directory for the tablespace before restarting the server."
-msgstr "Crie este diretório para a tablespace antes de reiniciar o servidor."
+#: utils/misc/guc.c:3026
+msgid "Sets whether \"\\'\" is allowed in string literals."
+msgstr "Define se \"\\'\" é permitido em cadeias de caracteres literais."
-#: commands/tablespace.c:566
-#, c-format
-msgid "could not set permissions on directory \"%s\": %m"
-msgstr "não pôde definir permissões do diretório \"%s\": %m"
+#: utils/misc/guc.c:3036
+msgid "Sets the output format for bytea."
+msgstr "Define o formato de saída para bytea."
-#: commands/tablespace.c:584 commands/dbcommands.c:1246
-#: commands/dbcommands.c:1714 commands/dbcommands.c:1915
-#: commands/dbcommands.c:1963
-#, c-format
-msgid "some useless files may be left behind in old database directory \"%s\""
+#: utils/misc/guc.c:3046
+msgid "Sets the message levels that are sent to the client."
+msgstr "Define os níveis de mensagem que são enviadas ao cliente."
+
+#: utils/misc/guc.c:3047 utils/misc/guc.c:3100 utils/misc/guc.c:3111
+#: utils/misc/guc.c:3167
+msgid ""
+"Each level includes all the levels that follow it. The later the level, the "
+"fewer messages are sent."
msgstr ""
-"alguns arquivos inúteis podem ser deixados no diretório de banco de dados "
-"antigo \"%s\""
+"Cada nível inclui todos os níveis que o seguem. Quanto mais superior for o "
+"nível, menos mensagens são enviadas."
-#: commands/tablespace.c:598
-#, c-format
-msgid "directory \"%s\" already in use as a tablespace"
-msgstr "diretório \"%s\" já está em uso como uma tablespace"
+#: utils/misc/guc.c:3057
+msgid "Enables the planner to use constraints to optimize queries."
+msgstr "Habilita o planejador a usar retrições para otimizar consultas."
-#: commands/tablespace.c:613 commands/tablespace.c:774
-#, c-format
-msgid "could not remove symbolic link \"%s\": %m"
-msgstr "não pôde remover link simbólico \"%s\": %m"
+#: utils/misc/guc.c:3058
+msgid ""
+"Table scans will be skipped if their constraints guarantee that no rows "
+"match the query."
+msgstr ""
+"Buscas em tabelas serão ignoradas se suas restrições garantirem que nenhum "
+"registro corresponde a consulta."
-#: commands/tablespace.c:623
-#, c-format
-msgid "could not create symbolic link \"%s\": %m"
-msgstr "não pôde criar link simbólico \"%s\": %m"
+#: utils/misc/guc.c:3068
+msgid "Sets the transaction isolation level of each new transaction."
+msgstr "Define nível de isolamento de transação de cada nova transação."
-#: commands/tablespace.c:729 commands/tablespace.c:742
-#: commands/tablespace.c:766
-#, c-format
-msgid "could not remove directory \"%s\": %m"
-msgstr "não pôde remover diretório \"%s\": %m"
+#: utils/misc/guc.c:3078
+msgid "Sets the display format for interval values."
+msgstr "Define o formato de exibição para valores interval."
-#: commands/tablespace.c:1080
-#, c-format
-msgid "Tablespace \"%s\" does not exist."
-msgstr "Tablespace \"%s\" não existe."
+#: utils/misc/guc.c:3089
+msgid "Sets the verbosity of logged messages."
+msgstr "Define o detalhamento das mensagens registradas."
-#: commands/tablespace.c:1512
-#, c-format
-msgid "directories for tablespace %u could not be removed"
-msgstr "diretórios da tablespace %u não puderam ser removidos"
+#: utils/misc/guc.c:3099
+msgid "Sets the message levels that are logged."
+msgstr "Define os níveis de mensagem que serão registrados."
-#: commands/tablespace.c:1514
-msgid "You can remove the directories manually if necessary."
-msgstr "Você pode remover os diretórios manualmente se necessário."
+#: utils/misc/guc.c:3110
+msgid ""
+"Causes all statements generating error at or above this level to be logged."
+msgstr "Registra todos os comandos que geram erro neste nível ou acima."
-#: commands/tablecmds.c:201
-#, c-format
-msgid "table \"%s\" does not exist"
-msgstr "tabela \"%s\" não existe"
+#: utils/misc/guc.c:3121
+msgid "Sets the type of statements logged."
+msgstr "Define os tipos de comandos registrados."
-#: commands/tablecmds.c:202
-#, c-format
-msgid "table \"%s\" does not exist, skipping"
-msgstr "tabela \"%s\" não existe, ignorando"
+#: utils/misc/guc.c:3131
+msgid "Sets the syslog \"facility\" to be used when syslog enabled."
+msgstr ""
+"Define o syslog \"facility\" a ser utilizado quando syslog estiver "
+"habilitado."
-#: commands/tablecmds.c:203 commands/tablecmds.c:1135
-#: commands/tablecmds.c:2397 commands/tablecmds.c:3744
-#: commands/tablecmds.c:6693 commands/lockcmds.c:149 commands/indexcmds.c:200
-#: commands/indexcmds.c:1574 catalog/toasting.c:93 catalog/objectaddress.c:405
-#, c-format
-msgid "\"%s\" is not a table"
-msgstr "\"%s\" não é uma tabela"
+#: utils/misc/guc.c:3146
+msgid "Sets the session's behavior for triggers and rewrite rules."
+msgstr "Define o comportamento de sessões para gatilhos e regras de reescrita."
-#: commands/tablecmds.c:204
-msgid "Use DROP TABLE to remove a table."
-msgstr "Use DROP TABLE para remover uma tabela."
+#: utils/misc/guc.c:3156
+msgid "Sets the current transaction's synchronization level."
+msgstr "Define o nível de sincronização da transação atual."
-#: commands/tablecmds.c:207
-#, c-format
-msgid "sequence \"%s\" does not exist"
-msgstr "sequência \"%s\" não existe"
+#: utils/misc/guc.c:3166
+msgid "Enables logging of recovery-related debugging information."
+msgstr ""
+"Habilita o registro de informação de depuração relacionada a recuperação."
-#: commands/tablecmds.c:208
-#, c-format
-msgid "sequence \"%s\" does not exist, skipping"
-msgstr "sequência \"%s\" não existe, ignorando"
+#: utils/misc/guc.c:3182
+msgid "Collects function-level statistics on database activity."
+msgstr "Coleta estatísticas de funções sobre a atividade do banco de dados."
-#: commands/tablecmds.c:210
-msgid "Use DROP SEQUENCE to remove a sequence."
-msgstr "Use DROP SEQUENCE para remover uma sequência."
+#: utils/misc/guc.c:3192
+msgid "Set the level of information written to the WAL."
+msgstr "Define o nível de informação escrito no WAL."
-#: commands/tablecmds.c:213
-#, c-format
-msgid "view \"%s\" does not exist"
-msgstr "visão \"%s\" não existe"
+#: utils/misc/guc.c:3202
+msgid "Selects the method used for forcing WAL updates to disk."
+msgstr "Seleciona o método utilizado para forçar atualizações do WAL no disco."
-#: commands/tablecmds.c:214
-#, c-format
-msgid "view \"%s\" does not exist, skipping"
-msgstr "visão \"%s\" não existe, ignorando"
+#: utils/misc/guc.c:3212
+msgid "Sets how binary values are to be encoded in XML."
+msgstr "Define como valores binários serão codificados em XML."
-#: commands/tablecmds.c:216
-msgid "Use DROP VIEW to remove a view."
-msgstr "Use DROP VIEW para remover uma visão."
+#: utils/misc/guc.c:3222
+msgid ""
+"Sets whether XML data in implicit parsing and serialization operations is to "
+"be considered as documents or content fragments."
+msgstr ""
+"Define se dados XML em operações de análise ou serialização implícita serão "
+"considerados como documentos ou como fragmentos de conteúdo."
-#: commands/tablecmds.c:220
+#: utils/misc/guc.c:4064
#, c-format
-msgid "index \"%s\" does not exist, skipping"
-msgstr "índice \"%s\" não existe, ignorando"
+msgid ""
+"%s does not know where to find the server configuration file.\n"
+"You must specify the --config-file or -D invocation option or set the PGDATA "
+"environment variable.\n"
+msgstr ""
+"%s não sabe onde encontrar o arquivo de configuração do servidor.\n"
+"Você deve especificar a opção --config-file ou -D ou definir uma variável de "
+"ambiente PGDATA.\n"
-#: commands/tablecmds.c:221 commands/tablecmds.c:2405
-#: commands/indexcmds.c:1542 catalog/objectaddress.c:391
-#: access/index/indexam.c:161
+#: utils/misc/guc.c:4083
#, c-format
-msgid "\"%s\" is not an index"
-msgstr "\"%s\" não é um índice"
-
-#: commands/tablecmds.c:222
-msgid "Use DROP INDEX to remove an index."
-msgstr "Use DROP INDEX para remover um índice."
+msgid "%s cannot access the server configuration file \"%s\": %s\n"
+msgstr "%s não pode acessar o arquivo de configuração do servidor \"%s\": %s\n"
-#: commands/tablecmds.c:227
+#: utils/misc/guc.c:4103
#, c-format
-msgid "\"%s\" is not a type"
-msgstr "\"%s\" não é um tipo"
-
-#: commands/tablecmds.c:228
-msgid "Use DROP TYPE to remove a type."
-msgstr "use DROP TYPE para remover um tipo."
+msgid ""
+"%s does not know where to find the database system data.\n"
+"This can be specified as \"data_directory\" in \"%s\", or by the -D "
+"invocation option, or by the PGDATA environment variable.\n"
+msgstr ""
+"%s não sabe onde encontrar os dados do sistema de banco de dados.\n"
+"Isto pode ser especificado como \"data_directory\" no \"%s\", pela opção -D "
+"ou definindo uma variável de ambiente PGDATA.\n"
-#: commands/tablecmds.c:231 commands/tablecmds.c:8895
+#: utils/misc/guc.c:4134
#, c-format
-msgid "foreign table \"%s\" does not exist"
-msgstr "tabela externa \"%s\" não existe"
+msgid ""
+"%s does not know where to find the \"hba\" configuration file.\n"
+"This can be specified as \"hba_file\" in \"%s\", or by the -D invocation "
+"option, or by the PGDATA environment variable.\n"
+msgstr ""
+"%s não sabe onde encontrar o arquivo de configuração \"hba\".\n"
+"Isto pode ser especificado como \"hba_file\" no \"%s\", pela opção -D ou "
+"definindo uma variável de ambiente PGDATA.\n"
-#: commands/tablecmds.c:232
+#: utils/misc/guc.c:4157
#, c-format
-msgid "foreign table \"%s\" does not exist, skipping"
-msgstr "tabela externa \"%s\" não existe, ignorando"
+msgid ""
+"%s does not know where to find the \"ident\" configuration file.\n"
+"This can be specified as \"ident_file\" in \"%s\", or by the -D invocation "
+"option, or by the PGDATA environment variable.\n"
+msgstr ""
+"%s não sabe onde encontrar o arquivo de configuração \"ident\".\n"
+"Isto pode ser especificado como \"ident_file\" no \"%s\", pela opção -D ou "
+"definindo uma variável de ambiente PGDATA.\n"
-#: commands/tablecmds.c:233 commands/tablecmds.c:2178
-#: commands/tablecmds.c:2437 commands/tablecmds.c:3762
-#: commands/tablecmds.c:8991 catalog/objectaddress.c:419
-#, c-format
-msgid "\"%s\" is not a foreign table"
-msgstr "\"%s\" não é uma tabela externa"
+#: utils/misc/guc.c:4739 utils/misc/guc.c:4903
+msgid "Value exceeds integer range."
+msgstr "Valor excede intervalo de inteiros."
-#: commands/tablecmds.c:234
-msgid "Use DROP FOREIGN TABLE to remove a foreign table."
-msgstr "Use DROP FOREIGN TABLE para remover uma tabela externa."
+#: utils/misc/guc.c:4758
+msgid "Valid units for this parameter are \"kB\", \"MB\", and \"GB\"."
+msgstr "Unidades válidas para este parâmetro são \"kB\", \"MB\" e \"GB\"."
-#: commands/tablecmds.c:431
-msgid "constraints on foreign tables are not supported"
-msgstr "restrições em tabelas externas não são suportadas"
+#: utils/misc/guc.c:4817
+msgid ""
+"Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"."
+msgstr ""
+"Unidades válidas para este parâmetro são \"ms\", \"s\", \"min\", \"h\" e \"d"
+"\"."
+
+#: utils/misc/guc.c:5100 utils/misc/guc.c:5869 utils/misc/guc.c:5921
+#: utils/misc/guc.c:6594 utils/misc/guc.c:6753 utils/misc/guc.c:7932
+#: guc-file.l:203
+#, c-format
+msgid "unrecognized configuration parameter \"%s\""
+msgstr "parâmetro de configuração \"%s\" desconhecido"
-#: commands/tablecmds.c:547 commands/tablecmds.c:4270
-msgid "default values on foreign tables are not supported"
-msgstr "valores padrão em tabelas externas não são suportados"
+#: utils/misc/guc.c:5133
+#, c-format
+msgid "parameter \"%s\" cannot be changed"
+msgstr "parâmetro \"%s\" não pode ser mudado"
-#: commands/tablecmds.c:927
+#: utils/misc/guc.c:5162 utils/misc/guc.c:5336 utils/misc/guc.c:5433
+#: utils/misc/guc.c:5527 utils/misc/guc.c:5641 utils/misc/guc.c:5742
+#: guc-file.l:250
#, c-format
-msgid "truncate cascades to table \"%s\""
-msgstr "truncando em cascata tabela \"%s\""
+msgid "parameter \"%s\" cannot be changed without restarting the server"
+msgstr "parâmetro \"%s\" não pode ser mudado sem reiniciar o servidor"
-#: commands/tablecmds.c:1158
-msgid "cannot truncate temporary tables of other sessions"
-msgstr "não pode truncar tabelas temporárias de outras sessões"
+#: utils/misc/guc.c:5172
+#, c-format
+msgid "parameter \"%s\" cannot be changed now"
+msgstr "parâmetro \"%s\" não pode ser mudado agora"
-#: commands/tablecmds.c:1274 commands/tablecmds.c:1699
-#: commands/tablecmds.c:4195 catalog/heap.c:389
+#: utils/misc/guc.c:5203
#, c-format
-msgid "tables can have at most %d columns"
-msgstr "tabelas podem ter no máximo %d colunas"
+msgid "parameter \"%s\" cannot be set after connection start"
+msgstr ""
+"parâmetro \"%s\" não pode ser definido depois que a conexão foi iniciada"
-#: commands/tablecmds.c:1367 commands/tablecmds.c:8121
+#: utils/misc/guc.c:5213 utils/misc/guc.c:7947
#, c-format
-msgid "cannot inherit from temporary relation \"%s\""
-msgstr "não pode herdar de uma tabela temporária \"%s\""
+msgid "permission denied to set parameter \"%s\""
+msgstr "permissão negada ao definir parâmetro \"%s\""
-#: commands/tablecmds.c:1384 commands/tablecmds.c:8149
+#: utils/misc/guc.c:5251
#, c-format
-msgid "relation \"%s\" would be inherited from more than once"
-msgstr "relação \"%s\" seria herdada de mais de uma vez"
+msgid "cannot set parameter \"%s\" within security-definer function"
+msgstr "não pode definir parâmetro \"%s\" em função com privilégios do dono"
-#: commands/tablecmds.c:1432
+#: utils/misc/guc.c:5259 utils/init/miscinit.c:381
#, c-format
-msgid "merging multiple inherited definitions of column \"%s\""
-msgstr "juntando múltiplas definições herdadas da coluna \"%s\""
+msgid "cannot set parameter \"%s\" within security-restricted operation"
+msgstr ""
+"não pode definir parâmetro \"%s\" em operação com restrição de segurança"
-#: commands/tablecmds.c:1440
+#: utils/misc/guc.c:5397 utils/misc/guc.c:5711 utils/misc/guc.c:8111
+#: utils/misc/guc.c:8145
#, c-format
-msgid "inherited column \"%s\" has a type conflict"
-msgstr "coluna herdada \"%s\" tem um conflito de tipo"
+msgid "invalid value for parameter \"%s\": \"%s\""
+msgstr "valor é inválido para parâmetro \"%s\": \"%s\""
-#: commands/tablecmds.c:1449
+#: utils/misc/guc.c:5406
#, c-format
-msgid "inherited column \"%s\" has a collation conflict"
-msgstr "coluna herdada \"%s\" tem um conflito de ordenação"
+msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)"
+msgstr "%d está fora do intervalo válido para parâmetro \"%s\" (%d .. %d)"
-#: commands/tablecmds.c:1451 commands/tablecmds.c:1654
-#: commands/tablecmds.c:4139
+#: utils/misc/guc.c:5492
#, c-format
-msgid "\"%s\" versus \"%s\""
-msgstr "\"%s\" versus \"%s\""
+msgid "parameter \"%s\" requires a numeric value"
+msgstr "parâmetro \"%s\" requer um valor numérico"
-#: commands/tablecmds.c:1461
+#: utils/misc/guc.c:5500
#, c-format
-msgid "inherited column \"%s\" has a storage parameter conflict"
-msgstr "coluna herdada \"%s\" tem um conflito de parâmetro de armazenamento"
+msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)"
+msgstr "%g está fora do intervalo válido para parâmetro \"%s\" (%g .. %g)"
-#: commands/tablecmds.c:1634
+#: utils/misc/guc.c:5877 utils/misc/guc.c:5925 utils/misc/guc.c:6757
#, c-format
-msgid "merging column \"%s\" with inherited definition"
-msgstr "juntando coluna \"%s\" com definição herdada"
+msgid "must be superuser to examine \"%s\""
+msgstr "deve ser super-usuário para examinar \"%s\""
-#: commands/tablecmds.c:1642
+#: utils/misc/guc.c:5991
#, c-format
-msgid "column \"%s\" has a type conflict"
-msgstr "coluna \"%s\" tem um conflito de tipo"
+msgid "SET %s takes only one argument"
+msgstr "SET %s só tem um argumento"
-#: commands/tablecmds.c:1652
+#: utils/misc/guc.c:6224
+msgid "SET requires parameter name"
+msgstr "SET requer nome do parâmetro"
+
+#: utils/misc/guc.c:6339
#, c-format
-msgid "column \"%s\" has a collation conflict"
-msgstr "coluna \"%s\" tem um conflito de ordenação"
+msgid "attempt to redefine parameter \"%s\""
+msgstr "tentativa de redefinir parâmetro \"%s\""
-#: commands/tablecmds.c:1664
+#: utils/misc/guc.c:7527 utils/init/miscinit.c:1048
#, c-format
-msgid "column \"%s\" has a storage parameter conflict"
-msgstr "coluna \"%s\" tem um conflito de parâmetro de armazenamento"
+msgid "could not read from file \"%s\": %m"
+msgstr "não pôde ler do arquivo \"%s\": %m"
-#: commands/tablecmds.c:1716
+#: utils/misc/guc.c:7648
#, c-format
-msgid "column \"%s\" inherits conflicting default values"
-msgstr "coluna \"%s\" herdou valores padrão conflitantes"
+msgid "could not parse setting for parameter \"%s\""
+msgstr "não pôde analisar definição para parâmetro \"%s\""
-#: commands/tablecmds.c:1718
-msgid "To resolve the conflict, specify a default explicitly."
-msgstr "Para resolver o conflito, especifique um padrão explicitamente."
+#: utils/misc/guc.c:8009 utils/misc/guc.c:8043
+#, c-format
+msgid "invalid value for parameter \"%s\": %d"
+msgstr "valor é inválido para parâmetro \"%s\": %d"
-#: commands/tablecmds.c:1765
+#: utils/misc/guc.c:8077
#, c-format
+msgid "invalid value for parameter \"%s\": %g"
+msgstr "valor é inválido para parâmetro \"%s\": %g"
+
+#: utils/misc/guc.c:8267
msgid ""
-"check constraint name \"%s\" appears multiple times but with different "
-"expressions"
+"\"temp_buffers\" cannot be changed after any temporary tables have been "
+"accessed in the session."
msgstr ""
-"nome da restrição de verificação \"%s\" aparece múltiplas vezes mas com "
-"diferentes expressões"
+"\"temp_buffers\" não pode ser alterado após qualquer tabela temporária ter "
+"sido acessada na sessão."
-#: commands/tablecmds.c:1960
-msgid "cannot rename column of typed table"
-msgstr "não pode renomear coluna de tabela tipada"
+#: utils/misc/guc.c:8279
+msgid "SET AUTOCOMMIT TO OFF is no longer supported"
+msgstr "SET AUTOCOMMIT TO OFF não é mais suportado"
-#: commands/tablecmds.c:1977
-#, 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"
+#: utils/misc/guc.c:8354
+msgid "assertion checking is not supported by this build"
+msgstr "verificação de asserção não é suportada por essa construção"
-#: commands/tablecmds.c:2043
-#, 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"
+#: utils/misc/guc.c:8367
+msgid "Bonjour is not supported by this build"
+msgstr "Bonjour não é suportado por essa construção"
-#: commands/tablecmds.c:2075
-#, c-format
-msgid "cannot rename system column \"%s\""
-msgstr "não pode renomear coluna do sistema \"%s\""
+#: utils/misc/guc.c:8380
+msgid "SSL is not supported by this build"
+msgstr "SSL não é suportado por essa construção"
-#: commands/tablecmds.c:2090
-#, c-format
-msgid "cannot rename inherited column \"%s\""
-msgstr "não pode renomear coluna herdada \"%s\""
+#: utils/misc/guc.c:8392
+msgid "Cannot enable parameter when \"log_statement_stats\" is true."
+msgstr "não pode habilitar parâmetro quando \"log_statement_stats\" é true."
-#: commands/tablecmds.c:2101 commands/tablecmds.c:4183
-#, c-format
-msgid "column \"%s\" of relation \"%s\" already exists"
-msgstr "coluna \"%s\" da relação \"%s\" já existe"
+#: utils/misc/guc.c:8404
+msgid ""
+"Cannot enable \"log_statement_stats\" when \"log_parser_stats\", "
+"\"log_planner_stats\", or \"log_executor_stats\" is true."
+msgstr ""
+"não pode habilitar \"log_statement_stats\" quando \"log_parser_stats\", "
+"\"log_planner_stats\" ou \"log_executor_stats\" é true."
-#: commands/tablecmds.c:2188 commands/tablecmds.c:7370
-#: commands/tablecmds.c:9025 catalog/aclchk.c:1685 access/heap/heapam.c:1094
-#: access/heap/heapam.c:1122 access/heap/heapam.c:1152
+#: guc-file.l:274
#, c-format
-msgid "\"%s\" is a composite type"
-msgstr "\"%s\" é um tipo composto"
-
-#: commands/tablecmds.c:2190 commands/tablecmds.c:7372
-#: commands/tablecmds.c:9027
-msgid "Use ALTER TYPE instead."
-msgstr "Ao invés disso utilize ALTER TYPE."
+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"
-#: commands/tablecmds.c:2237 catalog/index.c:769 catalog/heap.c:1013
+#: guc-file.l:333
#, c-format
-msgid "relation \"%s\" already exists"
-msgstr "relação \"%s\" já existe"
+msgid "parameter \"%s\" changed to \"%s\""
+msgstr "parâmetro \"%s\" mudou para \"%s\""
-#. translator: first %s is a SQL command, eg ALTER TABLE
-#: commands/tablecmds.c:2313
+#: guc-file.l:374
#, c-format
msgid ""
-"cannot %s \"%s\" because it is being used by active queries in this session"
+"could not open configuration file \"%s\": maximum nesting depth exceeded"
msgstr ""
-"não pode executar %s \"%s\" porque ela está sendo utilizada por consultas "
-"ativas nessa sessão"
+"não pôde abrir arquivo de configuração \"%s\": profundidade aninhada máxima "
+"excedida"
-#. translator: first %s is a SQL command, eg ALTER TABLE
-#: commands/tablecmds.c:2322
+#: guc-file.l:409 libpq/hba.c:1683
#, 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"
+msgid "could not open configuration file \"%s\": %m"
+msgstr "não pôde abrir arquivo de configuração \"%s\": %m"
-#: commands/tablecmds.c:2421
+#: guc-file.l:589
#, c-format
-msgid "\"%s\" is not a composite type"
-msgstr "\"%s\" não é um tipo composto"
+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"
-#: commands/tablecmds.c:3246
+#: guc-file.l:594
#, c-format
-msgid "cannot rewrite system relation \"%s\""
-msgstr "não pode reescrever relação do sistema \"%s\""
+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\""
-#: commands/tablecmds.c:3256
-msgid "cannot rewrite temporary tables of other sessions"
-msgstr "não pode reescrever tabelas temporárias de outras sessões"
+#: utils/misc/tzparser.c:61
+#, c-format
+msgid ""
+"time zone abbreviation \"%s\" is too long (maximum %d characters) in time "
+"zone file \"%s\", line %d"
+msgstr ""
+"abreviação de zona horária \"%s\" é muito longa (máximo de %d caracteres) no "
+"arquivo de zona horária \"%s\", linha %d"
-#: commands/tablecmds.c:3481
+#: utils/misc/tzparser.c:68
#, c-format
-msgid "rewriting table \"%s\""
-msgstr "reescrevendo tabela \"%s\""
+msgid ""
+"time zone offset %d is not a multiple of 900 sec (15 min) in time zone file "
+"\"%s\", line %d"
+msgstr ""
+"deslocamento %d de zona horária não é múltiplo de 900 seg (15 min) no "
+"arquivo de zona horária \"%s\", linha %d"
-#: commands/tablecmds.c:3485
+#: utils/misc/tzparser.c:80
#, c-format
-msgid "verifying table \"%s\""
-msgstr "verificando tabela \"%s\""
+msgid "time zone offset %d is out of range in time zone file \"%s\", line %d"
+msgstr ""
+"deslocamento %d de zona horária está fora do intervalo no arquivo de zona "
+"horária \"%s\", linha %d"
-#: commands/tablecmds.c:3592
+#: utils/misc/tzparser.c:115
#, c-format
-msgid "column \"%s\" contains null values"
-msgstr "coluna \"%s\" contém valores nulos"
+msgid "missing time zone abbreviation in time zone file \"%s\", line %d"
+msgstr ""
+"faltando abreviação de zona horária no arquivo de zona horária \"%s\", linha "
+"%d"
-#: commands/tablecmds.c:3606
+#: utils/misc/tzparser.c:124
#, c-format
-msgid "check constraint \"%s\" is violated by some row"
-msgstr "restrição de verificação \"%s\" foi violada por algum registro"
+msgid "missing time zone offset in time zone file \"%s\", line %d"
+msgstr ""
+"faltando deslocamento de zona horária no arquivo de zona horária \"%s\", "
+"linha %d"
-#: commands/tablecmds.c:3747 commands/tablecmds.c:4697
+#: utils/misc/tzparser.c:131
#, c-format
-msgid "\"%s\" is not a table or index"
-msgstr "\"%s\" não é uma tabela ou índice"
+msgid "invalid number for time zone offset in time zone file \"%s\", line %d"
+msgstr ""
+"número é inválido para deslocamento de zona horária no arquivo de zona "
+"horária \"%s\", linha %d"
-#: commands/tablecmds.c:3753
+#: utils/misc/tzparser.c:154
#, c-format
-msgid "\"%s\" is not a table or foreign table"
-msgstr "\"%s\" não é uma tabela ou tabela externa"
+msgid "invalid syntax in time zone file \"%s\", line %d"
+msgstr "sintaxe é inválida no arquivo de zona horária \"%s\", linha %d"
-#: commands/tablecmds.c:3756
+#: utils/misc/tzparser.c:218
#, c-format
-msgid "\"%s\" is not a table, composite type, or foreign table"
-msgstr "\"%s\" não é uma tabela, tipo composto ou tabela externa"
+msgid "time zone abbreviation \"%s\" is multiply defined"
+msgstr "abreviação de zona horária \"%s\" foi definida mais de uma vez"
-#: commands/tablecmds.c:3766
+#: utils/misc/tzparser.c:220
#, c-format
-msgid "\"%s\" is of the wrong type"
-msgstr "\"%s\" é de um tipo incorreto"
+msgid ""
+"Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s"
+"\", line %d."
+msgstr ""
+"Arquivo de zona horária \"%s\", linha %d, conflita com entrada no arquivo "
+"\"%s\", linha %d."
-#: commands/tablecmds.c:3915 commands/tablecmds.c:3922
+#: utils/misc/tzparser.c:285
#, 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"
+msgid "invalid time zone file name \"%s\""
+msgstr "nome de arquivo de zona horária \"%s\" é inválido"
-#: commands/tablecmds.c:3929
+#: utils/misc/tzparser.c:298
#, c-format
-msgid ""
-"cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type"
+msgid "time zone file recursion limit exceeded in file \"%s\""
msgstr ""
-"não pode alterar tabela externa \"%s\" porque coluna \"%s.%s\" utiliza seu "
-"tipo registro"
+"limite de recursão do arquivo de zona horária foi excedido no arquivo \"%s\""
-#: commands/tablecmds.c:3936
+#: utils/misc/tzparser.c:325 postmaster/postmaster.c:1179
#, c-format
-msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type"
+msgid ""
+"This may indicate an incomplete PostgreSQL installation, or that the file "
+"\"%s\" has been moved away from its proper location."
msgstr ""
-"não pode alterar tabela \"%s\" porque coluna \"%s.%s\" utiliza seu tipo "
-"registro"
+"Isto pode indicar uma instalação incompleta do PostgreSQL ou que o arquivo "
+"\"%s\" foi movido do local apropriado."
-#: commands/tablecmds.c:3998
+#: utils/misc/tzparser.c:337 utils/misc/tzparser.c:350
#, 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:4000
-msgid "Use ALTER ... CASCADE to alter the typed tables too."
-msgstr "Utilize ALTER ... CASCADE para alterar as tabelas tipadas também."
+msgid "could not read time zone file \"%s\": %m"
+msgstr "não pôde ler arquivo de zona horária \"%s\": %m"
-#: commands/tablecmds.c:4044
+#: utils/misc/tzparser.c:360
#, c-format
-msgid "type %s is not a composite type"
-msgstr "tipo %s não é um tipo composto"
-
-#: commands/tablecmds.c:4070
-msgid "cannot add column to typed table"
-msgstr "não pode adicionar coluna a tabela tipada"
+msgid "line is too long in time zone file \"%s\", line %d"
+msgstr "linha é muito longa no arquivo de zona horária \"%s\", linha %d"
-#: commands/tablecmds.c:4131 commands/tablecmds.c:8303
+#: utils/misc/tzparser.c:383
#, c-format
-msgid "child table \"%s\" has different type for column \"%s\""
-msgstr "tabela descendente \"%s\" tem tipo diferente da coluna \"%s\""
+msgid "@INCLUDE without file name in time zone file \"%s\", line %d"
+msgstr ""
+"@INCLUDE sem nome de arquivo no arquivo de zona horária \"%s\", linha %d"
-#: commands/tablecmds.c:4137 commands/tablecmds.c:8310
-#, c-format
-msgid "child table \"%s\" has different collation for column \"%s\""
-msgstr "tabela descendente \"%s\" tem ordenação diferente da coluna \"%s\""
+#: utils/misc/help_config.c:131
+msgid "internal error: unrecognized run-time parameter type\n"
+msgstr "erro interno: tipo de parâmetro em tempo de execução desconhecido\n"
-#: commands/tablecmds.c:4147
+#: utils/error/elog.c:1525
#, c-format
-msgid "child table \"%s\" has a conflicting \"%s\" column"
-msgstr "tabela descendente \"%s\" tem uma coluna conflitante \"%s\""
+msgid "could not reopen file \"%s\" as stderr: %m"
+msgstr "não pôde reabrir arquivo \"%s\" como saída stderr: %m"
-#: commands/tablecmds.c:4159
+#: utils/error/elog.c:1538
#, c-format
-msgid "merging definition of column \"%s\" for child \"%s\""
-msgstr "juntando definição da coluna \"%s\" para tabela descendente \"%s\""
+msgid "could not reopen file \"%s\" as stdout: %m"
+msgstr "não pôde reabrir arquivo \"%s\" como saida stdout: %m"
-#: commands/tablecmds.c:4389
-msgid "column must be added to child tables too"
-msgstr "coluna deve ser adicionada as tabelas descendentes também"
+#: utils/error/elog.c:1928 utils/error/elog.c:1938 utils/error/elog.c:1948
+msgid "[unknown]"
+msgstr "[desconhecido]"
-#: commands/tablecmds.c:4519 commands/tablecmds.c:4609
-#: commands/tablecmds.c:4654 commands/tablecmds.c:4750
-#: commands/tablecmds.c:4794 commands/tablecmds.c:4873
-#: commands/tablecmds.c:6590
-#, c-format
-msgid "cannot alter system column \"%s\""
-msgstr "não pode alterar coluna do sistema \"%s\""
+#: utils/error/elog.c:2299 utils/error/elog.c:2579 utils/error/elog.c:2657
+msgid "missing error text"
+msgstr "faltando mensagem de erro"
-#: commands/tablecmds.c:4553
+#: utils/error/elog.c:2302 utils/error/elog.c:2305 utils/error/elog.c:2660
+#: utils/error/elog.c:2663
#, c-format
-msgid "column \"%s\" is in a primary key"
-msgstr "coluna \"%s\" está em uma chave primária"
+msgid " at character %d"
+msgstr " no caracter %d"
-#: commands/tablecmds.c:4724
-#, c-format
-msgid "statistics target %d is too low"
-msgstr "valor da estatística %d é muito pequeno"
+#: utils/error/elog.c:2315 utils/error/elog.c:2322
+msgid "DETAIL: "
+msgstr "DETALHE: "
-#: commands/tablecmds.c:4732
-#, c-format
-msgid "lowering statistics target to %d"
-msgstr "diminuindo valor da estatística para %d"
+#: utils/error/elog.c:2329
+msgid "HINT: "
+msgstr "DICA: "
-#: commands/tablecmds.c:4854
+#: utils/error/elog.c:2336
+msgid "QUERY: "
+msgstr "CONSULTA: "
+
+#: utils/error/elog.c:2343
+msgid "CONTEXT: "
+msgstr "CONTEXTO: "
+
+#: utils/error/elog.c:2353
#, c-format
-msgid "invalid storage type \"%s\""
-msgstr "tipo de armazenamento \"%s\" é inválido"
+msgid "LOCATION: %s, %s:%d\n"
+msgstr "LOCAL: %s, %s:%d\n"
-#: commands/tablecmds.c:4885
+#: utils/error/elog.c:2360
#, c-format
-msgid "column data type %s can only have storage PLAIN"
-msgstr "tipo de dado da coluna %s só pode ter armazenamento PLAIN"
+msgid "LOCATION: %s:%d\n"
+msgstr "LOCAL: %s:%d\n"
-#: commands/tablecmds.c:4915
-msgid "cannot drop column from typed table"
-msgstr "não pode apagar coluna de tabela tipada"
+#: utils/error/elog.c:2374
+msgid "STATEMENT: "
+msgstr "COMANDO: "
-#: commands/tablecmds.c:4956
+#. translator: This string will be truncated at 47
+#. characters expanded.
+#: utils/error/elog.c:2772
#, c-format
-msgid "column \"%s\" of relation \"%s\" does not exist, skipping"
-msgstr "coluna \"%s\" da relação \"%s\" não existe, ignorando"
+msgid "operating system error %d"
+msgstr "erro do sistema operacional %d"
-#: commands/tablecmds.c:4969
-#, c-format
-msgid "cannot drop system column \"%s\""
-msgstr "não pode remover coluna do sistema \"%s\""
+#: utils/error/elog.c:2795
+msgid "DEBUG"
+msgstr "DEPURAÇÃO"
-#: commands/tablecmds.c:4976
-#, c-format
-msgid "cannot drop inherited column \"%s\""
-msgstr "não pode remover coluna herdada \"%s\""
+#: utils/error/elog.c:2799
+msgid "LOG"
+msgstr "LOG"
-#: commands/tablecmds.c:5202
-#, 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\""
+#: utils/error/elog.c:2802
+msgid "INFO"
+msgstr "INFO"
-#: commands/tablecmds.c:5270 catalog/pg_constraint.c:645 catalog/heap.c:2296
-#, c-format
-msgid "constraint \"%s\" for relation \"%s\" already exists"
-msgstr "restrição \"%s\" para relação \"%s\" já existe"
+#: utils/error/elog.c:2805
+msgid "NOTICE"
+msgstr "NOTA"
-#: commands/tablecmds.c:5380
-msgid "constraint must be added to child tables too"
-msgstr "restrição deve ser adicionada as tabelas descendentes também"
+#: utils/error/elog.c:2808
+msgid "WARNING"
+msgstr "AVISO"
-#: commands/tablecmds.c:5445 commands/sequence.c:1425
-#, c-format
-msgid "referenced relation \"%s\" is not a table"
-msgstr "relação referenciada \"%s\" não é uma tabela"
+#: utils/error/elog.c:2811
+msgid "ERROR"
+msgstr "ERRO"
-#: commands/tablecmds.c:5468
-msgid "constraints on permanent tables may reference only permanent tables"
-msgstr ""
-"restrições em tabelas permanentes só podem referenciar tabelas permanentes"
+#: utils/error/elog.c:2814
+msgid "FATAL"
+msgstr "FATAL"
-#: commands/tablecmds.c:5475
-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"
+#: utils/error/elog.c:2817
+msgid "PANIC"
+msgstr "PÂNICO"
-#: commands/tablecmds.c:5481
-msgid "constraints on temporary tables may reference only temporary tables"
-msgstr ""
-"restrições em tabelas temporárias só podem referenciar tabelas temporárias"
+#: utils/error/assert.c:37
+msgid "TRAP: ExceptionalCondition: bad arguments\n"
+msgstr "TRAP: ExceptionalCondition: argumentos inválidos\n"
-#: commands/tablecmds.c:5542
-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"
+#: utils/error/assert.c:40
+#, c-format
+msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n"
+msgstr "TRAP: %s(\"%s\", Arquivo: \"%s\", Linha: %d)\n"
+
+#: utils/mb/encnames.c:485
+msgid "encoding name too long"
+msgstr "nome da codificação é muito longo"
-#: commands/tablecmds.c:5631
+#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:136
+#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:163
#, c-format
-msgid "foreign key constraint \"%s\" cannot be implemented"
-msgstr "restrição de chave estrangeira \"%s\" não pode ser implementada"
+msgid "unexpected encoding ID %d for ISO 8859 character sets"
+msgstr ""
+"ID de codificação %d é inesperado para conjuntos de caracteres ISO 8859"
-#: commands/tablecmds.c:5634
+#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:126
+#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:153
#, 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."
+msgid "unexpected encoding ID %d for WIN character sets"
+msgstr "ID de codificação %d é inesperado para conjuntos de caracteres WIN"
-#: commands/tablecmds.c:5747
+#: utils/mb/conv.c:509
#, c-format
-msgid "foreign key constraint \"%s\" of relation \"%s\" does not exist"
-msgstr "restrição de chave estrangeira \"%s\" da relação \"%s\" não existe"
+msgid "invalid encoding number: %d"
+msgstr "número de codificação é inválido: %d"
-#: commands/tablecmds.c:5810
+#: utils/mb/wchar.c:1777
#, 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"
+msgid "invalid byte sequence for encoding \"%s\": 0x%s"
+msgstr "sequência de bytes é inválida para codificação \"%s\": 0x%s"
-#: commands/tablecmds.c:5815
+#: utils/mb/wchar.c:1806
#, 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"
+msgid "character 0x%s of encoding \"%s\" has no equivalent in \"%s\""
+msgstr "caracter 0x%s da codificação \"%s\" não tem equivalente em \"%s\""
-#: commands/tablecmds.c:5880
+#: utils/mb/mbutils.c:281
#, 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"
-"\""
+msgid "conversion between %s and %s is not supported"
+msgstr "conversão entre %s e %s não é suportada"
-#: commands/tablecmds.c:5897
+#: utils/mb/mbutils.c:351
#, c-format
-msgid "there is no primary key for referenced table \"%s\""
-msgstr "não há chave primária na tabela referenciada \"%s\""
+msgid ""
+"default conversion function for encoding \"%s\" to \"%s\" does not exist"
+msgstr ""
+"função padrão de conversão da codificação \"%s\" para \"%s\" não existe"
-#: commands/tablecmds.c:6047
+#: utils/mb/mbutils.c:375 utils/mb/mbutils.c:676
#, c-format
-msgid "cannot use a deferrable unique constraint for referenced table \"%s\""
+msgid "String of %d bytes is too long for encoding conversion."
msgstr ""
-"não pode utilizar uma restrição de unicidade postergável na tabela "
-"referenciada \"%s\""
+"Cadeia de caracteres de %d bytes é muito longa para conversão entre "
+"codificações."
-#: commands/tablecmds.c:6052
+#: utils/mb/mbutils.c:462
#, 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\""
+msgid "invalid source encoding name \"%s\""
+msgstr "nome da codificação de origem \"%s\" é inválido"
-#: commands/tablecmds.c:6103
+#: utils/mb/mbutils.c:467
#, c-format
-msgid "validating foreign key constraint \"%s\""
-msgstr "validando restrição de chave estrangeira \"%s\""
+msgid "invalid destination encoding name \"%s\""
+msgstr "nome da codificação de destino \"%s\" é inválido"
-#: commands/tablecmds.c:6399
+#: utils/mb/mbutils.c:589
#, c-format
-msgid "cannot drop inherited constraint \"%s\" of relation \"%s\""
-msgstr "não pode remover restrição herdada \"%s\" da relação \"%s\""
+msgid "invalid byte value for encoding \"%s\": 0x%02x"
+msgstr "valor de byte é inválido para codificação \"%s\": 0x%02x"
-#: commands/tablecmds.c:6426 commands/tablecmds.c:6539
+#: utils/mmgr/aset.c:417
#, c-format
-msgid "constraint \"%s\" of relation \"%s\" does not exist"
-msgstr "restrição \"%s\" da relação \"%s\" não existe"
+msgid "Failed while creating memory context \"%s\"."
+msgstr "Falhou ao criar contexto de memória \"%s\"."
-#: commands/tablecmds.c:6432
+#: utils/mmgr/aset.c:588 utils/mmgr/aset.c:766 utils/mmgr/aset.c:967
#, c-format
-msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping"
-msgstr "restrição \"%s\" da relação \"%s\" não existe, ignorando"
+msgid "Failed on request of size %lu."
+msgstr "Falhou ao requisitar o tamanho %lu."
-#: commands/tablecmds.c:6574
-msgid "cannot alter column type of typed table"
-msgstr "não pode alterar tipo de coluna de tabela tipada"
+#: utils/mmgr/portalmem.c:207
+#, c-format
+msgid "cursor \"%s\" already exists"
+msgstr "cursor \"%s\" já existe"
-#: commands/tablecmds.c:6597
+#: utils/mmgr/portalmem.c:211
#, c-format
-msgid "cannot alter inherited column \"%s\""
-msgstr "não pode alterar coluna herdada \"%s\""
+msgid "closing existing cursor \"%s\""
+msgstr "fechando cursor existente \"%s\""
-#: commands/tablecmds.c:6639
-msgid "transform expression must not return a set"
-msgstr "expressão de transformação não deve retornar um conjunto"
+#: utils/mmgr/portalmem.c:478
+#, c-format
+msgid "cannot drop active portal \"%s\""
+msgstr "não pode remover portal ativo \"%s\""
-#: commands/tablecmds.c:6645
-msgid "cannot use subquery in transform expression"
-msgstr "não pode utilizar subconsulta em expressão de transformação"
+#: utils/mmgr/portalmem.c:668
+msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD"
+msgstr ""
+"não pode executar PREPARE em uma transação que criou um cursor WITH HOLD"
-#: commands/tablecmds.c:6649
-msgid "cannot use aggregate function in transform expression"
-msgstr "não pode utilizar função de agregação em expressão de transformação"
+#: utils/hash/dynahash.c:928 storage/lmgr/lock.c:631 storage/lmgr/lock.c:700
+#: storage/lmgr/lock.c:2209 storage/lmgr/lock.c:2598 storage/lmgr/lock.c:2663
+#: storage/lmgr/proc.c:197 storage/lmgr/proc.c:216
+#: storage/lmgr/predicate.c:2246 storage/lmgr/predicate.c:2261
+#: storage/lmgr/predicate.c:3656 storage/lmgr/predicate.c:4800
+#: storage/ipc/shmem.c:190
+msgid "out of shared memory"
+msgstr "sem memória compartilhada"
-#: commands/tablecmds.c:6653
-msgid "cannot use window function in transform expression"
-msgstr "não pode utilizar função deslizante em expressão de transformação"
+#: utils/sort/tuplesort.c:3131
+#, c-format
+msgid "could not create unique index \"%s\""
+msgstr "não pôde criar índice único \"%s\""
-#: commands/tablecmds.c:6672
+#: utils/sort/tuplesort.c:3133
#, c-format
-msgid "column \"%s\" cannot be cast to type %s"
-msgstr "coluna \"%s\" não pode ser convertida para tipo %s"
+msgid "Key %s is duplicated."
+msgstr "Chave %s está duplicada."
-#: commands/tablecmds.c:6719
+#: utils/sort/logtape.c:213
#, 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"
+msgid "could not write block %ld of temporary file: %m"
+msgstr "não pôde escrever bloco %ld do arquivo temporário: %m"
-#: commands/tablecmds.c:6800
+#: utils/sort/logtape.c:215
+msgid "Perhaps out of disk space?"
+msgstr "Talvez esteja faltando espaço em disco?"
+
+#: utils/sort/logtape.c:232
#, c-format
-msgid "cannot alter type of column \"%s\" twice"
-msgstr "não pode alterar tipo de coluna \"%s\" duas vezes"
+msgid "could not read block %ld of temporary file: %m"
+msgstr "não pôde ler bloco %ld do arquivo temporário: %m"
-#: commands/tablecmds.c:6836
+#: utils/fmgr/funcapi.c:354
#, c-format
-msgid "default for column \"%s\" cannot be cast to type %s"
-msgstr "valor padrão para coluna \"%s\" não pode ser convertido para tipo %s"
+msgid ""
+"could not determine actual result type for function \"%s\" declared to "
+"return type %s"
+msgstr ""
+"não pôde determinar tipo de resultado para função \"%s\" declarada para "
+"retornar tipo %s"
-#: commands/tablecmds.c:6962
-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"
+#: utils/fmgr/funcapi.c:1208 utils/fmgr/funcapi.c:1239
+msgid "number of aliases does not match number of columns"
+msgstr "número de aliases não corresponde ao número de colunas"
-#: commands/tablecmds.c:6963 commands/tablecmds.c:6982
-#, c-format
-msgid "%s depends on column \"%s\""
-msgstr "%s depende da coluna \"%s\""
+#: utils/fmgr/funcapi.c:1233
+msgid "no column alias was provided"
+msgstr "nenhum aliás de coluna foi fornecido"
-#: commands/tablecmds.c:6981
-msgid "cannot alter type of a column used in a trigger definition"
+#: utils/fmgr/funcapi.c:1257
+msgid "could not determine row description for function returning record"
msgstr ""
-"não pode alterar tipo de uma coluna utilizada em uma definição de gatilho"
+"não pôde determinar descrição de registro para função que retorna record"
-#: commands/tablecmds.c:7340
+#: utils/fmgr/fmgr.c:271
#, c-format
-msgid "cannot change owner of index \"%s\""
-msgstr "não pode mudar dono do índice \"%s\""
-
-#: commands/tablecmds.c:7342
-msgid "Change the ownership of the index's table, instead."
-msgstr "Ao invés disso, mude o dono da tabela do índice."
+msgid "internal function \"%s\" is not in internal lookup table"
+msgstr "função interna \"%s\" não está na tabela de busca interna"
-#: commands/tablecmds.c:7358
+#: utils/fmgr/fmgr.c:481
#, c-format
-msgid "cannot change owner of sequence \"%s\""
-msgstr "não pode mudar dono da sequência \"%s\""
+msgid "unrecognized API version %d reported by info function \"%s\""
+msgstr "versão %d de API informada pela função \"%s\" é desconhecida"
-#: commands/tablecmds.c:7360 commands/tablecmds.c:9017
+#: utils/fmgr/fmgr.c:852 utils/fmgr/fmgr.c:2113
#, c-format
-msgid "Sequence \"%s\" is linked to table \"%s\"."
-msgstr "Sequência \"%s\" está ligada a tabela \"%s\"."
+msgid "function %u has too many arguments (%d, maximum is %d)"
+msgstr "função %u tem muitos argumentos (%d, máximo é %d)"
-#: commands/tablecmds.c:7381 commands/tablecmds.c:9035
+#: utils/fmgr/dfmgr.c:125
#, 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"
+msgid "could not find function \"%s\" in file \"%s\""
+msgstr "não pôde encontrar função \"%s\" no arquivo \"%s\""
-#: commands/tablecmds.c:7666 commands/cluster.c:178
+#: utils/fmgr/dfmgr.c:204 utils/fmgr/dfmgr.c:413 utils/fmgr/dfmgr.c:461
#, c-format
-msgid "index \"%s\" for table \"%s\" does not exist"
-msgstr "índice \"%s\" na tabela \"%s\" não existe"
-
-#: commands/tablecmds.c:7709
-msgid "cannot have multiple SET TABLESPACE subcommands"
-msgstr "não pode ter múltiplos subcomandos SET TABLESPACE"
+msgid "could not access file \"%s\": %m"
+msgstr "não pôde acessar arquivo \"%s\": %m"
-#: commands/tablecmds.c:7761
+#: utils/fmgr/dfmgr.c:242
#, c-format
-msgid "\"%s\" is not a table, index, or TOAST table"
-msgstr "\"%s\" não é uma tabela, índice ou tabela TOAST"
+msgid "could not load library \"%s\": %s"
+msgstr "não pôde carregar biblioteca \"%s\": %s"
-#: commands/tablecmds.c:7882
+#: utils/fmgr/dfmgr.c:274
#, c-format
-msgid "cannot move system relation \"%s\""
-msgstr "não pode mover relação do sistema \"%s\""
-
-#: commands/tablecmds.c:7898
-msgid "cannot move temporary tables of other sessions"
-msgstr "não pode mover tabelas temporárias de outras sessões"
-
-#: commands/tablecmds.c:8090
-msgid "cannot change inheritance of typed table"
-msgstr "não pode mudar herança de tabela tipada"
+msgid "incompatible library \"%s\": missing magic block"
+msgstr "biblioteca \"%s\" é incompatível: faltando bloco mágico"
-#: commands/tablecmds.c:8176
-msgid "circular inheritance not allowed"
-msgstr "herança circular não é permitida"
+#: utils/fmgr/dfmgr.c:276
+msgid "Extension libraries are required to use the PG_MODULE_MAGIC macro."
+msgstr ""
+"Bibliotecas de extensões são obrigadas a utilizar o macro PG_MODULE_MAGIC."
-#: commands/tablecmds.c:8177
+#: utils/fmgr/dfmgr.c:312
#, c-format
-msgid "\"%s\" is already a child of \"%s\"."
-msgstr "\"%s\" já é um descendente de \"%s\"."
+msgid "incompatible library \"%s\": version mismatch"
+msgstr "biblioteca \"%s\" é incompatível: incompatibilidade de versão"
-#: commands/tablecmds.c:8185
+#: utils/fmgr/dfmgr.c:314
#, 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"
+msgid "Server is version %d.%d, library is version %d.%d."
+msgstr "Servidor tem versão %d,%d, biblioteca tem versão %d.%d."
-#: commands/tablecmds.c:8321
+#: utils/fmgr/dfmgr.c:333
#, 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"
+msgid "Server has FUNC_MAX_ARGS = %d, library has %d."
+msgstr "Servidor tem FUNC_MAX_ARGS = %d, biblioteca tem %d."
-#: commands/tablecmds.c:8337
+#: utils/fmgr/dfmgr.c:342
#, c-format
-msgid "child table is missing column \"%s\""
-msgstr "tabela descendente está faltando coluna \"%s\""
+msgid "Server has INDEX_MAX_KEYS = %d, library has %d."
+msgstr "Servidor tem INDEX_MAX_KEYS = %d, biblioteca tem %d."
-#: commands/tablecmds.c:8416
+#: utils/fmgr/dfmgr.c:351
#, 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\""
+msgid "Server has NAMEDATALEN = %d, library has %d."
+msgstr "Servidor tem NAMEDATALEN = %d, biblioteca tem %d."
-#: commands/tablecmds.c:8440
+#: utils/fmgr/dfmgr.c:360
#, c-format
-msgid "child table is missing constraint \"%s\""
-msgstr "tabela descendente está faltando restrição \"%s\""
+msgid "Server has FLOAT4PASSBYVAL = %s, library has %s."
+msgstr "Servidor tem FLOAT4PASSBYVAL = %s, biblioteca tem %s."
-#: commands/tablecmds.c:8520
+#: utils/fmgr/dfmgr.c:369
#, c-format
-msgid "relation \"%s\" is not a parent of relation \"%s\""
-msgstr "relação \"%s\" não é um ancestral da relação \"%s\""
+msgid "Server has FLOAT8PASSBYVAL = %s, library has %s."
+msgstr "Servidor tem FLOAT8PASSBYVAL = %s, biblioteca tem %s."
-#: commands/tablecmds.c:8737
-msgid "typed tables cannot inherit"
-msgstr "tabelas tipadas não podem herdar"
+#: utils/fmgr/dfmgr.c:376
+msgid "Magic block has unexpected length or padding difference."
+msgstr "Bloco mágico tem tamanho inesperado ou diferença no enchimento."
-#: commands/tablecmds.c:8768
+#: utils/fmgr/dfmgr.c:379
#, c-format
-msgid "table is missing column \"%s\""
-msgstr "tabela está faltando coluna \"%s\""
+msgid "incompatible library \"%s\": magic block mismatch"
+msgstr "biblioteca \"%s\" é incompatível: incompatibilidade do bloco mágico"
-#: commands/tablecmds.c:8778
+#: utils/fmgr/dfmgr.c:545
#, c-format
-msgid "table has column \"%s\" where type requires \"%s\""
-msgstr "tabela tem coluna \"%s\" onde tipo requer \"%s\""
+msgid "access to library \"%s\" is not allowed"
+msgstr "acesso a biblioteca \"%s\" não é permitido"
-#: commands/tablecmds.c:8787
+#: utils/fmgr/dfmgr.c:572
#, c-format
-msgid "table \"%s\" has different type for column \"%s\""
-msgstr "tabela \"%s\" tem tipo diferente para coluna \"%s\""
+msgid "invalid macro name in dynamic library path: %s"
+msgstr "nome de macro é inválido no caminho de biblioteca dinâmica: %s"
-#: commands/tablecmds.c:8800
-#, c-format
-msgid "table has extra column \"%s\""
-msgstr "tabela tem coluna extra \"%s\""
+#: utils/fmgr/dfmgr.c:617
+msgid "zero-length component in parameter \"dynamic_library_path\""
+msgstr "componente de tamanho zero no parâmetro \"dynamic_library_path\""
-#: commands/tablecmds.c:8847
-#, c-format
-msgid "\"%s\" is not a typed table"
-msgstr "\"%s\" não é uma tabela tipada"
+#: utils/fmgr/dfmgr.c:636
+msgid "component in parameter \"dynamic_library_path\" is not an absolute path"
+msgstr ""
+"componente no parâmetro \"dynamic_library_path\" não é um caminho absoluto"
-#: commands/tablecmds.c:9016
-msgid "cannot move an owned sequence into another schema"
-msgstr "não pode mover uma sequência ligada para outro esquema"
+#: utils/init/postinit.c:197 postmaster/postmaster.c:1103
+msgid "could not load pg_hba.conf"
+msgstr "não pôde carregar pg_hba.conf"
-#: commands/tablecmds.c:9092
+#: utils/init/postinit.c:225
#, c-format
-msgid "relation \"%s\" already exists in schema \"%s\""
-msgstr "relação \"%s\" já existe no esquema \"%s\""
+msgid "replication connection authorized: user=%s"
+msgstr "conexão de replicação autorizada: usuário=%s"
-#: commands/sequence.c:127
-msgid "unlogged sequences are not supported"
-msgstr "sequências unlogged não são suportadas"
+#: utils/init/postinit.c:229
+#, c-format
+msgid "connection authorized: user=%s database=%s"
+msgstr "conexão autorizada: usuário=%s banco de dados=%s"
-#: commands/sequence.c:537 commands/sequence.c:751 commands/sequence.c:793
-#: commands/sequence.c:830 commands/sequence.c:1495 catalog/aclchk.c:3072
+#: utils/init/postinit.c:260
#, c-format
-msgid "permission denied for sequence %s"
-msgstr "permissão negada para sequência %s"
+msgid "database \"%s\" has disappeared from pg_database"
+msgstr "banco de dados \"%s\" desapareceu de pg_database"
-#: commands/sequence.c:620
+#: utils/init/postinit.c:262
#, c-format
-msgid "nextval: reached maximum value of sequence \"%s\" (%s)"
-msgstr "nextval: valor máximo da sequência \"%s\" foi alcançado (%s)"
+msgid "Database OID %u now seems to belong to \"%s\"."
+msgstr "Banco de dados com OID %u parece pertencer a \"%s\"."
-#: commands/sequence.c:643
+#: utils/init/postinit.c:282
#, c-format
-msgid "nextval: reached minimum value of sequence \"%s\" (%s)"
-msgstr "nextval: valor mínimo da sequência \"%s\" foi alcançado (%s)"
+msgid "database \"%s\" is not currently accepting connections"
+msgstr "banco de dados \"%s\" não está aceitando conexões"
-#: commands/sequence.c:757
+#: utils/init/postinit.c:295
#, c-format
-msgid "currval of sequence \"%s\" is not yet defined in this session"
-msgstr "valor atual da sequência \"%s\" ainda não foi definido nesta sessão"
+msgid "permission denied for database \"%s\""
+msgstr "permissão negada para banco de dados \"%s\""
-#: commands/sequence.c:776 commands/sequence.c:782
-msgid "lastval is not yet defined in this session"
-msgstr "lastval ainda não foi definido nesta sessão"
+#: utils/init/postinit.c:296
+msgid "User does not have CONNECT privilege."
+msgstr "Usuário não tem privilégio CONNECT."
-#: commands/sequence.c:851
+#: utils/init/postinit.c:313
#, c-format
-msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)"
-msgstr "setval: valor %s está fora do intervalo da sequência \"%s\" (%s..%s)"
+msgid "too many connections for database \"%s\""
+msgstr "muitas conexões para banco de dados \"%s\""
-#: commands/sequence.c:1220
-msgid "INCREMENT must not be zero"
-msgstr "INCREMENT não deve ser zero"
+#: utils/init/postinit.c:335 utils/init/postinit.c:342
+msgid "database locale is incompatible with operating system"
+msgstr ""
+"configuração regional do banco de dados é incompatível com o sistema "
+"operacional"
-#: commands/sequence.c:1276
+#: utils/init/postinit.c:336
#, c-format
-msgid "MINVALUE (%s) must be less than MAXVALUE (%s)"
-msgstr "MINVALUE (%s) deve ser menor do que MAXVALUE (%s)"
+msgid ""
+"The database was initialized with LC_COLLATE \"%s\", which is not "
+"recognized by setlocale()."
+msgstr ""
+"O banco de dados foi inicializado com LC_COLLATE \"%s\", que não é "
+"reconhecido pelo setlocale()."
-#: commands/sequence.c:1301
-#, c-format
-msgid "START value (%s) cannot be less than MINVALUE (%s)"
-msgstr "valor de START (%s) não pode ser menor do que MINVALUE (%s)"
+#: utils/init/postinit.c:338 utils/init/postinit.c:345
+msgid ""
+"Recreate the database with another locale or install the missing locale."
+msgstr ""
+"Recrie o banco de dados com outra configuração regional ou instale a "
+"configuração regional que falta."
-#: commands/sequence.c:1313
+#: utils/init/postinit.c:343
#, c-format
-msgid "START value (%s) cannot be greater than MAXVALUE (%s)"
-msgstr "valor de START (%s) não pode ser maior do que MAXVALUE (%s)"
+msgid ""
+"The database was initialized with LC_CTYPE \"%s\", which is not recognized "
+"by setlocale()."
+msgstr ""
+"O banco de dados foi inicializado com LC_CTYPE \"%s\", que não é reconhecido "
+"pelo setlocale()."
-#: commands/sequence.c:1343
-#, c-format
-msgid "RESTART value (%s) cannot be less than MINVALUE (%s)"
-msgstr "valor de RESTART (%s) não pode ser menor do que MINVALUE (%s)"
+#: utils/init/postinit.c:608
+msgid "no roles are defined in this database system"
+msgstr "nenhuma role está definida nesse sistema de banco de dados"
-#: commands/sequence.c:1355
+#: utils/init/postinit.c:609
#, c-format
-msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)"
-msgstr "valor de RESTART (%s) não pode ser maior do que MAXVALUE (%s)"
+msgid "You should immediately run CREATE USER \"%s\" SUPERUSER;."
+msgstr "Você deve executar imediatamente CREATE USER \"%s\" SUPERUSER;."
-#: commands/sequence.c:1370
-#, c-format
-msgid "CACHE (%s) must be greater than zero"
-msgstr "CACHE (%s) deve ser maior do que zero"
+#: utils/init/postinit.c:632
+msgid "new replication connections are not allowed during database shutdown"
+msgstr ""
+"novas conexões de replicação não são permitidas durante desligamento de "
+"banco de dados"
-#: commands/sequence.c:1402
-msgid "invalid OWNED BY option"
-msgstr "opção de OWNED BY é inválida"
+#: utils/init/postinit.c:636
+msgid "must be superuser to connect during database shutdown"
+msgstr ""
+"deve ser super-usuário para se conectar durante desligamento de banco de "
+"dados"
-#: commands/sequence.c:1403
-msgid "Specify OWNED BY table.column or OWNED BY NONE."
-msgstr "Especifique OWNED BY tabela.coluna ou OWNED BY NONE."
+#: utils/init/postinit.c:646
+msgid "must be superuser to connect in binary upgrade mode"
+msgstr "deve ser super-usuário para se conectar no modo de atualização binária"
-#: commands/sequence.c:1432
-msgid "sequence must have same owner as table it is linked to"
-msgstr "sequência deve ter mesmo dono da tabela que ela está ligada"
+#: utils/init/postinit.c:660
+msgid ""
+"remaining connection slots are reserved for non-replication superuser "
+"connections"
+msgstr ""
+"lacunas de conexão remanescentes são reservadas para conexões de super-"
+"usuário que não sejam usadas para replicação"
-#: commands/sequence.c:1436
-msgid "sequence must be in same schema as table it is linked to"
-msgstr "sequência deve estar no mesmo esquema da tabela que ela está ligada"
+#: utils/init/postinit.c:675
+msgid "must be replication role to start walsender"
+msgstr "deve ser role de replicação para iniciar walsender"
-#: commands/seclabel.c:58
-msgid "no security label providers have been loaded"
-msgstr "nenhum fornecedor de rótulo de segurança foi carregado"
+#: utils/init/postinit.c:735
+#, c-format
+msgid "database %u does not exist"
+msgstr "banco de dados %u não existe"
-#: commands/seclabel.c:62
-msgid ""
-"must specify provider when multiple security label providers have been loaded"
-msgstr ""
-"deve especificar fornecedor quando múltiplos fornecedores de rótulo de "
-"segurança forem carregados"
+#: utils/init/postinit.c:787
+msgid "It seems to have just been dropped or renamed."
+msgstr "Parece ter sido removido ou renomeado."
-#: commands/seclabel.c:80
+#: utils/init/postinit.c:805
#, c-format
-msgid "security label provider \"%s\" is not loaded"
-msgstr "fornecedor de rótulo de segurança \"%s\" não foi carregado"
+msgid "The database subdirectory \"%s\" is missing."
+msgstr "O subdiretório do banco de dados \"%s\" não foi encontrado."
+
+#: utils/init/postinit.c:810
+#, c-format
+msgid "could not access directory \"%s\": %m"
+msgstr "não pôde acessar diretório \"%s\": %m"
+
+#: utils/init/miscinit.c:115
+#, c-format
+msgid "could not change directory to \"%s\": %m"
+msgstr "não pôde mudar diretório para \"%s\": %m"
+
+#: utils/init/miscinit.c:460
+#, c-format
+msgid "role \"%s\" is not permitted to log in"
+msgstr "role \"%s\" não tem permissão para entrar"
+
+#: utils/init/miscinit.c:478
+#, c-format
+msgid "too many connections for role \"%s\""
+msgstr "muitas conexões para role \"%s\""
+
+#: utils/init/miscinit.c:538
+msgid "permission denied to set session authorization"
+msgstr "permissão negada ao definir autorização de sessão"
-#: commands/seclabel.c:113 commands/comment.c:97
+#: utils/init/miscinit.c:618
#, c-format
-msgid "\"%s\" is not a table, view, composite type, or foreign table"
-msgstr "\"%s\" não é uma tabela, visão, tipo composto ou tabela externa"
+msgid "invalid role OID: %u"
+msgstr "OID de role é inválido: %u"
-#: commands/schemacmds.c:82 commands/schemacmds.c:275
+#: utils/init/miscinit.c:750
#, c-format
-msgid "unacceptable schema name \"%s\""
-msgstr "nome de esquema \"%s\" é inaceitável"
-
-#: commands/schemacmds.c:83 commands/schemacmds.c:276
-msgid "The prefix \"pg_\" is reserved for system schemas."
-msgstr "O prefixo \"pg_\" é reservado para esquemas do sistema."
-
-#: commands/schemacmds.c:178 catalog/objectaddress.c:298
-msgid "schema name cannot be qualified"
-msgstr "nome do esquema não pode ser qualificado"
+msgid "could not create lock file \"%s\": %m"
+msgstr "não pôde criar arquivo de bloqueio \"%s\": %m"
-#: commands/schemacmds.c:186
+#: utils/init/miscinit.c:764
#, c-format
-msgid "schema \"%s\" does not exist, skipping"
-msgstr "esquema \"%s\" não existe, ignorando"
+msgid "could not open lock file \"%s\": %m"
+msgstr "não pôde abrir arquivo de bloqueio \"%s\": %m"
-#: commands/schemacmds.c:253 commands/schemacmds.c:322
-#: catalog/namespace.c:2610 catalog/namespace.c:3599 catalog/namespace.c:3602
+#: utils/init/miscinit.c:770
#, c-format
-msgid "schema \"%s\" does not exist"
-msgstr "esquema \"%s\" não existe"
+msgid "could not read lock file \"%s\": %m"
+msgstr "não pôde ler arquivo de bloqueio \"%s\": %m"
-#: commands/schemacmds.c:259 catalog/pg_namespace.c:60
+#: utils/init/miscinit.c:818
#, c-format
-msgid "schema \"%s\" already exists"
-msgstr "esquema \"%s\" já existe"
+msgid "lock file \"%s\" already exists"
+msgstr "arquivo de bloqueio \"%s\" já existe"
-#: commands/proclang.c:93
-msgid "using pg_pltemplate information instead of CREATE LANGUAGE parameters"
+#: utils/init/miscinit.c:822
+#, c-format
+msgid "Is another postgres (PID %d) running in data directory \"%s\"?"
msgstr ""
-"utilizando informação de pg_pltemplate ao invés dos parâmetros de CREATE "
-"LANGUAGE"
+"Outro postgres (PID %d) está executando sob o diretório de dados \"%s\"?"
-#: commands/proclang.c:103
+#: utils/init/miscinit.c:824
#, c-format
-msgid "must be superuser to create procedural language \"%s\""
-msgstr "deve ser super-usuário para criar linguagem procedural \"%s\""
+msgid "Is another postmaster (PID %d) running in data directory \"%s\"?"
+msgstr ""
+"Outro postmaster (PID %d) está executando sob o diretório de dados \"%s\"?"
-#: commands/proclang.c:123 commands/proclang.c:279
+#: utils/init/miscinit.c:827
#, c-format
-msgid "function %s must return type \"language_handler\""
-msgstr "função %s deve retornar tipo \"language_handler\""
+msgid "Is another postgres (PID %d) using socket file \"%s\"?"
+msgstr "Outro postgres (PID %d) está utilizando arquivo de soquete \"%s\"?"
-#: commands/proclang.c:243
+#: utils/init/miscinit.c:829
#, c-format
-msgid "unsupported language \"%s\""
-msgstr "linguagem \"%s\" não é suportada"
+msgid "Is another postmaster (PID %d) using socket file \"%s\"?"
+msgstr "Outro postmaster (PID %d) está utilizando arquivo de soquete \"%s\"?"
-#: commands/proclang.c:245
-msgid "The supported languages are listed in the pg_pltemplate system catalog."
+#: utils/init/miscinit.c:865
+#, c-format
+msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use"
msgstr ""
-"As linguagens suportadas estão listadas no catálogo do sistema pg_pltemplate."
-
-#: commands/proclang.c:253
-msgid "must be superuser to create custom procedural language"
-msgstr "deve ser super-usuário para criar linguagem procedural personalizada"
+"bloco de memória compartilhada existente (chave %lu, ID %lu) ainda está em "
+"uso"
-#: commands/proclang.c:272
+#: utils/init/miscinit.c:868
#, c-format
msgid ""
-"changing return type of function %s from \"opaque\" to \"language_handler\""
+"If you're sure there are no old server processes still running, remove the "
+"shared memory block or just delete the file \"%s\"."
msgstr ""
-"alterando tipo de retorno da função %s de \"opaque\" para \"language_handler"
-"\""
+"Se você tem certeza que não há processos servidor antigos sendo executados, "
+"remova o bloco de memória compartilhada ou apague o arquivo \"%s\"."
-#: commands/proclang.c:357 commands/proclang.c:606
+#: utils/init/miscinit.c:884
#, c-format
-msgid "language \"%s\" already exists"
-msgstr "linguagem \"%s\" já existe"
+msgid "could not remove old lock file \"%s\": %m"
+msgstr "não pôde remover arquivo de bloqueio antigo \"%s\": %m"
-#: commands/proclang.c:537
-#, c-format
-msgid "language \"%s\" does not exist, skipping"
-msgstr "linguagem \"%s\" não existe, ignorando"
+#: utils/init/miscinit.c:886
+msgid ""
+"The file seems accidentally left over, but it could not be removed. Please "
+"remove the file by hand and try again."
+msgstr ""
+"O arquivo parece ter sido deixado acidentalmente, mas ele não pôde ser "
+"removido. Por favor remova o arquivo manualmente e tente novamente."
-#: commands/proclang.c:600 commands/proclang.c:640 commands/proclang.c:754
-#: commands/functioncmds.c:839 commands/functioncmds.c:2019
+#: utils/init/miscinit.c:920 utils/init/miscinit.c:931
+#: utils/init/miscinit.c:941
#, c-format
-msgid "language \"%s\" does not exist"
-msgstr "linguagem \"%s\" não existe"
-
-#: commands/prepare.c:71
-msgid "invalid statement name: must not be empty"
-msgstr "nome de comando é inválido: não deve ser vazio"
-
-#: commands/prepare.c:140
-msgid "utility statements cannot be prepared"
-msgstr "comandos utilitários não podem ser preparados"
-
-#: commands/prepare.c:240 commands/prepare.c:247 commands/prepare.c:706
-msgid "prepared statement is not a SELECT"
-msgstr "comando preparado não é um SELECT"
+msgid "could not write lock file \"%s\": %m"
+msgstr "não pôde escrever no arquivo de bloqueio \"%s\": %m"
-#: commands/prepare.c:314
+#: utils/init/miscinit.c:1147 utils/init/miscinit.c:1160
#, c-format
-msgid "wrong number of parameters for prepared statement \"%s\""
-msgstr "número incorreto de parâmetros para comando preparado \"%s\""
+msgid "\"%s\" is not a valid data directory"
+msgstr "\"%s\" não é um diretório de dados válido"
-#: commands/prepare.c:316
+#: utils/init/miscinit.c:1149
#, c-format
-msgid "Expected %d parameters but got %d."
-msgstr "Esperado %d parâmetros mas recebeu %d."
-
-#: commands/prepare.c:345
-msgid "cannot use subquery in EXECUTE parameter"
-msgstr "não pode utilizar subconsulta no parâmetro EXECUTE"
+msgid "File \"%s\" is missing."
+msgstr "Arquivo \"%s\" não foi encontrado."
-#: commands/prepare.c:349
-msgid "cannot use aggregate function in EXECUTE parameter"
-msgstr "não pode utilizar função de agregação no parâmetro EXECUTE"
+#: utils/init/miscinit.c:1162
+#, c-format
+msgid "File \"%s\" does not contain valid data."
+msgstr "Arquivo \"%s\" não contém dados válidos."
-#: commands/prepare.c:353
-msgid "cannot use window function in EXECUTE parameter"
-msgstr "não pode utilizar função deslizante no parâmetro EXECUTE"
+#: utils/init/miscinit.c:1164
+msgid "You might need to initdb."
+msgstr "Você precisa executar o initdb."
-#: commands/prepare.c:366
+#: utils/init/miscinit.c:1172
#, c-format
-msgid "parameter $%d of type %s cannot be coerced to the expected type %s"
-msgstr "parâmetro $%d do tipo %s não pode ser convertido para tipo esperado %s"
+msgid ""
+"The data directory was initialized by PostgreSQL version %ld.%ld, which is "
+"not compatible with this version %s."
+msgstr ""
+"O diretório de dados foi inicializado pelo PostgreSQL versão %ld.%ld, que "
+"não é compatível com essa versão %s."
-#: commands/prepare.c:467
+#: utils/init/miscinit.c:1220
#, c-format
-msgid "prepared statement \"%s\" already exists"
-msgstr "comando preparado \"%s\" já existe"
+msgid "invalid list syntax in parameter \"%s\""
+msgstr "sintaxe de lista é inválida para parâmetro \"%s\""
-#: commands/prepare.c:525
+#: utils/init/miscinit.c:1257
#, c-format
-msgid "prepared statement \"%s\" does not exist"
-msgstr "comando preparado \"%s\" não existe"
-
-#: commands/portalcmds.c:61 commands/portalcmds.c:160
-#: commands/portalcmds.c:212
-msgid "invalid cursor name: must not be empty"
-msgstr "nome do cursor é inválido: não deve ser vazio"
-
-#: commands/portalcmds.c:413
-msgid "could not reposition held cursor"
-msgstr "não pôde reposicionar cursor aberto"
-
-#: commands/operatorcmds.c:100
-msgid "=> is deprecated as an operator name"
-msgstr "=> está obsoleto como um nome de operador"
+msgid "loaded library \"%s\""
+msgstr "biblioteca \"%s\" foi carregada"
-#: commands/operatorcmds.c:101
-msgid ""
-"This name may be disallowed altogether in future versions of PostgreSQL."
+#: utils/cache/relcache.c:4285
+#, c-format
+msgid "could not create relation-cache initialization file \"%s\": %m"
msgstr ""
-"Este nome pode ser proibido completamente em versões futuras do PostgreSQL."
+"não pôde criar arquivo de inicialização de cache de relações \"%s\": %m"
-#: commands/operatorcmds.c:122 commands/operatorcmds.c:130
-msgid "SETOF type not allowed for operator argument"
-msgstr "tipo SETOF não é permitido como argumento de operador"
+#: utils/cache/relcache.c:4287
+msgid "Continuing anyway, but there's something wrong."
+msgstr "Continuando mesmo assim, mas há algo errado."
-#: commands/operatorcmds.c:158
+#: utils/cache/relcache.c:4501
#, c-format
-msgid "operator attribute \"%s\" not recognized"
-msgstr "atributo de operador \"%s\" desconhecido"
-
-#: commands/operatorcmds.c:168
-msgid "operator procedure must be specified"
-msgstr "procedimento de operador deve ser especificado"
+msgid "could not remove cache file \"%s\": %m"
+msgstr "não pôde remover arquivo de cache \"%s\": %m"
-#: commands/operatorcmds.c:179
-msgid "at least one of leftarg or rightarg must be specified"
-msgstr "pelo menos um dos argumentos esquerdo ou direito deve ser especificado"
+#: utils/cache/lsyscache.c:2413 utils/cache/lsyscache.c:2446
+#: utils/cache/lsyscache.c:2479 utils/cache/lsyscache.c:2512
+#, c-format
+msgid "type %s is only a shell"
+msgstr "tipo %s é indefinido"
-#: commands/operatorcmds.c:228
+#: utils/cache/lsyscache.c:2418
#, c-format
-msgid "restriction estimator function %s must return type \"float8\""
-msgstr "função de estimação de restrição %s deve retornar tipo \"float8\""
+msgid "no input function available for type %s"
+msgstr "nenhuma função de entrada disponível para tipo %s"
-#: commands/operatorcmds.c:267
+#: utils/cache/lsyscache.c:2451
#, c-format
-msgid "join estimator function %s must return type \"float8\""
-msgstr "função de estimação de junção %s deve retornar tipo \"float8\""
+msgid "no output function available for type %s"
+msgstr "nenhuma função de saída disponível para tipo %s"
-#: commands/operatorcmds.c:318
+#: utils/cache/typcache.c:195 parser/parse_type.c:202
#, c-format
-msgid "operator %s does not exist, skipping"
-msgstr "operador %s não existe, ignorando"
+msgid "type \"%s\" is only a shell"
+msgstr "tipo \"%s\" é indefinido"
-#: commands/opclasscmds.c:136 commands/opclasscmds.c:1838
-#: commands/opclasscmds.c:1849 commands/opclasscmds.c:2083
-#: commands/opclasscmds.c:2094
+#: utils/cache/typcache.c:629
#, c-format
-msgid "operator family \"%s\" does not exist for access method \"%s\""
-msgstr "família de operadores \"%s\" não existe para método de acesso \"%s\""
+msgid "type %s is not composite"
+msgstr "tipo %s não é composto"
+
+#: utils/cache/typcache.c:643
+msgid "record type has not been registered"
+msgstr "tipo record não foi registrado"
+
+#: utils/cache/plancache.c:589
+msgid "cached plan must not change result type"
+msgstr "plano em cache não deve mudar tipo resultante"
+
+#: utils/cache/relmapper.c:454
+msgid "cannot PREPARE a transaction that modified relation mapping"
+msgstr ""
+"não pode executar PREPARE em uma transação que modificou mapeamento de "
+"relação"
-#: commands/opclasscmds.c:212 commands/opclasscmds.c:1568
-#: commands/indexcmds.c:1134 commands/indexcmds.c:1142
+#: utils/cache/relmapper.c:596 utils/cache/relmapper.c:702
#, c-format
-msgid "operator class \"%s\" does not exist for access method \"%s\""
-msgstr "classe de operadores \"%s\" não existe para método de acesso \"%s\""
+msgid "could not open relation mapping file \"%s\": %m"
+msgstr "não pôde abrir arquivo de mapeamento de relação \"%s\": %m"
-#: commands/opclasscmds.c:271
+#: utils/cache/relmapper.c:609
#, c-format
-msgid "operator family \"%s\" for access method \"%s\" already exists"
-msgstr "família de operadores \"%s\" para método de acesso \"%s\" já existe"
+msgid "could not read relation mapping file \"%s\": %m"
+msgstr "não pôde ler do arquivo de mapeamento de relação \"%s\": %m"
-#: commands/opclasscmds.c:369 commands/opclasscmds.c:790
-#: commands/opclasscmds.c:2202 commands/indexcmds.c:304
+#: utils/cache/relmapper.c:619
#, c-format
-msgid "access method \"%s\" does not exist"
-msgstr "método de acesso \"%s\" não existe"
+msgid "relation mapping file \"%s\" contains invalid data"
+msgstr "arquivo de mapeamento de relação \"%s\" contém dados inválidos"
-#: commands/opclasscmds.c:408
-msgid "must be superuser to create an operator class"
-msgstr "deve ser super-usuário para criar uma classe de operadores"
+#: utils/cache/relmapper.c:629
+#, c-format
+msgid "relation mapping file \"%s\" contains incorrect checksum"
+msgstr ""
+"arquivo de mapeamento de relação \"%s\" contém soma de verificação incorreta"
-#: commands/opclasscmds.c:480 commands/opclasscmds.c:864
-#: commands/opclasscmds.c:994
+#: utils/cache/relmapper.c:741
#, c-format
-msgid "invalid operator number %d, must be between 1 and %d"
-msgstr "número de operadores %d é inválido, deve ser entre 1 e %d"
+msgid "could not write to relation mapping file \"%s\": %m"
+msgstr "não pôde escrever no arquivo de mapeamento de relação \"%s\": %m"
-#: commands/opclasscmds.c:531 commands/opclasscmds.c:915
-#: commands/opclasscmds.c:1009
+#: utils/cache/relmapper.c:754
#, c-format
-msgid "invalid procedure number %d, must be between 1 and %d"
-msgstr "número de procedimentos %d é inválido, deve ser entre 1 e %d"
+msgid "could not fsync relation mapping file \"%s\": %m"
+msgstr "não pôde executar fsync no arquivo de mapeamento de relação \"%s\": %m"
-#: commands/opclasscmds.c:561
-msgid "storage type specified more than once"
-msgstr "tipo de armazenamento especificado mais de uma vez"
+#: utils/cache/relmapper.c:760
+#, c-format
+msgid "could not close relation mapping file \"%s\": %m"
+msgstr "não pôde fechar arquivo de mapeamento de relação \"%s\": %m"
-#: commands/opclasscmds.c:589
+#: storage/page/bufpage.c:143 storage/page/bufpage.c:390
+#: storage/page/bufpage.c:623 storage/page/bufpage.c:753
#, c-format
-msgid ""
-"storage type cannot be different from data type for access method \"%s\""
+msgid "corrupted page pointers: lower = %u, upper = %u, special = %u"
msgstr ""
-"tipo de armazenamento não pode ser diferente do tipo de dado para método de "
-"acesso \"%s\""
+"ponteiros de página corrompidos: inferior = %u, superior = %u, especial = %u"
-#: commands/opclasscmds.c:605
+#: storage/page/bufpage.c:433
#, c-format
-msgid "operator class \"%s\" for access method \"%s\" already exists"
-msgstr "classe de operadores \"%s\" para método de acesso \"%s\" já existe"
+msgid "corrupted item pointer: %u"
+msgstr "ponteiro de item corrompido: %u"
-#: commands/opclasscmds.c:633
+#: storage/page/bufpage.c:444 storage/page/bufpage.c:805
#, c-format
-msgid "could not make operator class \"%s\" be default for type %s"
-msgstr "não pôde fazer classe de operadores \"%s\" ser a padrão para tipo %s"
+msgid "corrupted item lengths: total %u, available space %u"
+msgstr "tamanhos de itens corrompidos: total %u, espaço livre %u"
-#: commands/opclasscmds.c:636
+#: storage/page/bufpage.c:642 storage/page/bufpage.c:778
#, c-format
-msgid "Operator class \"%s\" already is the default."
-msgstr "Classe de operadores \"%s\" já é a padrão."
-
-#: commands/opclasscmds.c:760
-msgid "must be superuser to create an operator family"
-msgstr "deve ser super-usuário para criar uma família de operadores"
-
-#: commands/opclasscmds.c:816
-msgid "must be superuser to alter an operator family"
-msgstr "deve ser super-usuário para alterar uma família de operadores"
+msgid "corrupted item pointer: offset = %u, size = %u"
+msgstr "ponteiro de item corrompido: deslocamento = %u, tamanho = %u"
-#: commands/opclasscmds.c:880
-msgid "operator argument types must be specified in ALTER OPERATOR FAMILY"
-msgstr ""
-"tipos dos argumentos do operador devem ser especificados em ALTER OPERATOR "
-"FAMILY"
+#: storage/buffer/localbuf.c:190
+msgid "no empty local buffer available"
+msgstr "nenhum buffer local vazio está disponível"
-#: commands/opclasscmds.c:944
-msgid "STORAGE cannot be specified in ALTER OPERATOR FAMILY"
-msgstr "STORAGE não pode ser especificado em ALTER OPERATOR FAMILY"
+#: storage/buffer/bufmgr.c:134 storage/buffer/bufmgr.c:239
+msgid "cannot access temporary tables of other sessions"
+msgstr "não pode acessar tabelas temporárias de outras sessões"
-#: commands/opclasscmds.c:1060
-msgid "one or two argument types must be specified"
-msgstr "um ou dois tipos de argumento devem ser especificados"
+#: storage/buffer/bufmgr.c:373
+#, c-format
+msgid "unexpected data beyond EOF in block %u of relation %s"
+msgstr "dado inesperado após EOF no bloco %u da relação %s"
-#: commands/opclasscmds.c:1086
-msgid "index operators must be binary"
-msgstr "operadores de índice devem ser binários"
+#: storage/buffer/bufmgr.c:375
+msgid ""
+"This has been seen to occur with buggy kernels; consider updating your "
+"system."
+msgstr ""
+"Isso tem ocorrido com kernels contendo bugs; considere atualizar seu sistema."
-#: commands/opclasscmds.c:1111
+#: storage/buffer/bufmgr.c:447
#, c-format
-msgid "access method \"%s\" does not support ordering operators"
-msgstr "método de acesso \"%s\" não suporta operadores de ordenação"
+msgid "invalid page header in block %u of relation %s; zeroing out page"
+msgstr ""
+"cabeçalho de página é inválido no bloco %u da relação %s; zerando página"
-#: commands/opclasscmds.c:1124
-msgid "index search operators must return boolean"
-msgstr "operadores de busca por índice devem retornar booleano"
+#: storage/buffer/bufmgr.c:455
+#, c-format
+msgid "invalid page header in block %u of relation %s"
+msgstr "cabeçalho de página é inválido no bloco %u da relação %s"
-#: commands/opclasscmds.c:1163
-msgid "btree procedures must have two arguments"
-msgstr "procedimentos de árvore B devem ter dois argumentos"
+#: storage/buffer/bufmgr.c:2747
+#, c-format
+msgid "could not write block %u of %s"
+msgstr "não pôde escrever bloco %u de %s"
-#: commands/opclasscmds.c:1167
-msgid "btree procedures must return integer"
-msgstr "procedimentos de árvore B devem retornar inteiro"
+#: storage/buffer/bufmgr.c:2749
+msgid "Multiple failures --- write error might be permanent."
+msgstr "Falhas múltiplas --- erro de escrita pode ser permanente."
-#: commands/opclasscmds.c:1182
-msgid "hash procedures must have one argument"
-msgstr "procedimentos hash devem ter um argumento"
+#: storage/buffer/bufmgr.c:2770 storage/buffer/bufmgr.c:2789
+#, c-format
+msgid "writing block %u of relation %s"
+msgstr "escrevendo bloco %u da relação %s"
-#: commands/opclasscmds.c:1186
-msgid "hash procedures must return integer"
-msgstr "procedimentos hash devem retornar inteiro"
+#: storage/lmgr/lock.c:517
+#, c-format
+msgid ""
+"cannot acquire lock mode %s on database objects while recovery is in progress"
+msgstr ""
+"não pode adquirir modo de bloqueio %s em objetos de banco de dados enquanto "
+"recuperação está em progresso"
-#: commands/opclasscmds.c:1211
-msgid "associated data types must be specified for index support procedure"
+#: storage/lmgr/lock.c:519
+msgid ""
+"Only RowExclusiveLock or less can be acquired on database objects during "
+"recovery."
msgstr ""
-"tipos de dados associados devem ser especificados para procedimento de "
-"suporte ao índice"
+"Somente RowExclusiveLock ou menos pode ser adquirido em objetos de banco de "
+"dados durante recuperação."
-#: commands/opclasscmds.c:1237
-#, c-format
-msgid "procedure number %d for (%s,%s) appears more than once"
-msgstr "procedimento número %d para (%s,%s) aparece mais de uma vez"
+#: storage/lmgr/lock.c:632 storage/lmgr/lock.c:701 storage/lmgr/lock.c:2599
+#: storage/lmgr/lock.c:2664
+msgid "You might need to increase max_locks_per_transaction."
+msgstr "Você pode precisar aumentar max_locks_per_transaction."
-#: commands/opclasscmds.c:1244
-#, c-format
-msgid "operator number %d for (%s,%s) appears more than once"
-msgstr "operador número %d para (%s,%s) aparece mais de uma vez"
+#: storage/lmgr/lock.c:2024 storage/lmgr/lock.c:2118
+msgid ""
+"cannot PREPARE while holding both session-level and transaction-level locks "
+"on the same object"
+msgstr ""
+"não pode executar PREPARE enquanto estiver mantendo bloqueios a nível de "
+"sessão e transação no mesmo objeto"
-#: commands/opclasscmds.c:1293
-#, c-format
-msgid "operator %d(%s,%s) already exists in operator family \"%s\""
-msgstr "operador %d(%s,%s) já existe na família de operadores \"%s\""
+#: storage/lmgr/lock.c:2210
+msgid "Not enough memory for reassigning the prepared transaction's locks."
+msgstr ""
+"Memória insuficiente para atribuir os bloqueios de uma transação preparada."
-#: commands/opclasscmds.c:1406
+#: storage/lmgr/lmgr.c:720
#, c-format
-msgid "function %d(%s,%s) already exists in operator family \"%s\""
-msgstr "função %d(%s,%s) já existe na família de operadores \"%s\""
+msgid "relation %u of database %u"
+msgstr "relação %u do banco de dados %u"
-#: commands/opclasscmds.c:1493
+#: storage/lmgr/lmgr.c:726
#, c-format
-msgid "operator %d(%s,%s) does not exist in operator family \"%s\""
-msgstr "operador %d(%s,%s) não existe na família de operadores \"%s\""
+msgid "extension of relation %u of database %u"
+msgstr "extensão da relação %u do banco de dados %u"
-#: commands/opclasscmds.c:1533
+#: storage/lmgr/lmgr.c:732
#, c-format
-msgid "function %d(%s,%s) does not exist in operator family \"%s\""
-msgstr "função %d(%s,%s) não existe na família de operadores \"%s\""
+msgid "page %u of relation %u of database %u"
+msgstr "página %u da relação %u do banco de dados %u"
-#: commands/opclasscmds.c:1618
+#: storage/lmgr/lmgr.c:739
#, c-format
-msgid ""
-"operator family \"%s\" does not exist for access method \"%s\", skipping"
-msgstr ""
-"família de operadores \"%s\" não existe para método de acesso \"%s\", "
-"ignorando"
+msgid "tuple (%u,%u) of relation %u of database %u"
+msgstr "tupla (%u,%u) da relação %u do banco de dados %u"
-#: commands/opclasscmds.c:1778
+#: storage/lmgr/lmgr.c:747
#, c-format
-msgid ""
-"operator class \"%s\" for access method \"%s\" already exists in schema \"%s"
-"\""
-msgstr ""
-"classe de operadores \"%s\" para método de acesso \"%s\" já existe no "
-"esquema \"%s\""
+msgid "transaction %u"
+msgstr "transação %u"
-#: commands/opclasscmds.c:1867
+#: storage/lmgr/lmgr.c:752
#, c-format
-msgid ""
-"operator family \"%s\" for access method \"%s\" already exists in schema \"%s"
-"\""
-msgstr ""
-"família de operadores \"%s\" para método de acesso \"%s\" já existe no "
-"esquema \"%s\""
+msgid "virtual transaction %d/%u"
+msgstr "transação virtual %d/%u"
-#: commands/lockcmds.c:93
+#: storage/lmgr/lmgr.c:758
#, c-format
-msgid "could not obtain lock on relation \"%s\""
-msgstr "não pôde obter bloqueio na relação \"%s\""
+msgid "object %u of class %u of database %u"
+msgstr "objeto %u da classe %u do banco de dados %u"
-#: commands/lockcmds.c:98
+#: storage/lmgr/lmgr.c:766
#, c-format
-msgid "could not obtain lock on relation with OID %u"
-msgstr "não pôde obter bloqueio na relação com OID %u"
-
-#: commands/indexcmds.c:163
-msgid "must specify at least one column"
-msgstr "deve especificar pelo menos uma coluna"
+msgid "user lock [%u,%u,%u]"
+msgstr "bloqueio do usuário [%u,%u,%u]"
-#: commands/indexcmds.c:167
+#: storage/lmgr/lmgr.c:773
#, c-format
-msgid "cannot use more than %d columns in an index"
-msgstr "não pode utilizar mais do que %d colunas em um índice"
+msgid "advisory lock [%u,%u,%u,%u]"
+msgstr "bloqueio sob aviso [%u,%u,%u,%u]"
-#: commands/indexcmds.c:195
+#: storage/lmgr/lmgr.c:781
#, c-format
-msgid "cannot create index on foreign table \"%s\""
-msgstr "não pode criar índice na tabela externa \"%s\""
+msgid "unrecognized locktag type %d"
+msgstr "tipo de marcação de bloqueio %d desconhecido"
-#: commands/indexcmds.c:210
-msgid "cannot create indexes on temporary tables of other sessions"
-msgstr "não pode criar índices em tabelas temporárias de outras sessões"
+#: storage/lmgr/proc.c:297 storage/ipc/sinvaladt.c:302
+#: storage/ipc/procarray.c:271 postmaster/postmaster.c:1873
+msgid "sorry, too many clients already"
+msgstr "desculpe, muitos clientes conectados"
-#: commands/indexcmds.c:296
-msgid "substituting access method \"gist\" for obsolete method \"rtree\""
-msgstr "substituindo método de acesso \"gist\" pelo método obsoleto \"rtree\""
+#: storage/lmgr/proc.c:1043
+#, c-format
+msgid "Process %d waits for %s on %s."
+msgstr "Processo %d espera por %s em %s."
-#: commands/indexcmds.c:313
+#: storage/lmgr/proc.c:1053
#, c-format
-msgid "access method \"%s\" does not support unique indexes"
-msgstr "método de acesso \"%s\" não suporta índices únicos"
+msgid "sending cancel to blocking autovacuum PID %d"
+msgstr ""
+"enviando cancelamento para PID de limpeza automática %d que está bloqueando"
-#: commands/indexcmds.c:318
+#: storage/lmgr/proc.c:1099
#, c-format
-msgid "access method \"%s\" does not support multicolumn indexes"
-msgstr "método de acesso \"%s\" não suporta índices de múltiplas colunas"
+msgid ""
+"process %d avoided deadlock for %s on %s by rearranging queue order after "
+"%ld.%03d ms"
+msgstr ""
+"processo %d evitou impasse por %s em %s ao reorganizar a ordem da fila após "
+"%ld.%03d ms"
-#: commands/indexcmds.c:323
+#: storage/lmgr/proc.c:1111
#, c-format
-msgid "access method \"%s\" does not support exclusion constraints"
-msgstr "método de acesso \"%s\" não suporta restrições de exclusão"
+msgid ""
+"process %d detected deadlock while waiting for %s on %s after %ld.%03d ms"
+msgstr ""
+"processo %d detectou impasse enquanto esperava por %s em %s após %ld.%03d ms"
-#: commands/indexcmds.c:399
+#: storage/lmgr/proc.c:1117
#, c-format
-msgid "%s %s will create implicit index \"%s\" for table \"%s\""
-msgstr "%s %s criará índice implícito \"%s\" na tabela \"%s\""
+msgid "process %d still waiting for %s on %s after %ld.%03d ms"
+msgstr "processo %d ainda espera por %s em %s após %ld.%03d ms"
-#: commands/indexcmds.c:763
-msgid "cannot use subquery in index predicate"
-msgstr "não pode utilizar subconsulta em predicado de índice"
+#: storage/lmgr/proc.c:1121
+#, c-format
+msgid "process %d acquired %s on %s after %ld.%03d ms"
+msgstr "processo %d obteve %s em %s após %ld.%03d ms"
-#: commands/indexcmds.c:767
-msgid "cannot use aggregate in index predicate"
-msgstr "não pode utilizar agregação em predicado de índice"
+#: storage/lmgr/proc.c:1137
+#, c-format
+msgid "process %d failed to acquire %s on %s after %ld.%03d ms"
+msgstr "processo %d falhou ao obter %s em %s após %ld.%03d ms"
-#: commands/indexcmds.c:776
-msgid "functions in index predicate must be marked IMMUTABLE"
-msgstr "funções em predicado de índice devem ser IMMUTABLE"
+#: storage/lmgr/deadlock.c:923
+#, c-format
+msgid "Process %d waits for %s on %s; blocked by process %d."
+msgstr "Processo %d espera por %s em %s; bloqueado pelo processo %d."
-#: commands/indexcmds.c:894
-msgid "cannot use subquery in index expression"
-msgstr "não pode utilizar subconsulta em expressão de índice"
+#: storage/lmgr/deadlock.c:942
+#, c-format
+msgid "Process %d: %s"
+msgstr "Processo %d: %s"
-#: commands/indexcmds.c:898
-msgid "cannot use aggregate function in index expression"
-msgstr "não pode utilizar função de agregação em expressão de índice"
+#: storage/lmgr/deadlock.c:949
+msgid "deadlock detected"
+msgstr "impasse detectado"
-#: commands/indexcmds.c:909
-msgid "functions in index expression must be marked IMMUTABLE"
-msgstr "funções em expressão de índice devem ser IMMUTABLE"
+#: storage/lmgr/deadlock.c:952
+msgid "See server log for query details."
+msgstr "Veja log do servidor para obter detalhes das consultas."
-#: commands/indexcmds.c:930
-msgid "could not determine which collation to use for index expression"
-msgstr "não pôde determinar qual ordenação utilizar para expressão do índice"
+#: storage/lmgr/predicate.c:665
+msgid "not enough elements in RWConflictPool to record a read/write conflict"
+msgstr ""
+"não há elementos suficientes em RWConflictPool para registrar um conflito de "
+"leitura/escrita"
-#: commands/indexcmds.c:976
-#, c-format
-msgid "operator %s is not commutative"
-msgstr "operador %s não é comutativo"
+#: storage/lmgr/predicate.c:666 storage/lmgr/predicate.c:694
+msgid ""
+"You might need to run fewer transactions at a time or increase "
+"max_connections."
+msgstr ""
+"Talvez seja necessário executar poucas transações ao mesmo tempo or aumentar "
+"max_connections."
-#: commands/indexcmds.c:978
-msgid "Only commutative operators can be used in exclusion constraints."
+#: storage/lmgr/predicate.c:693
+msgid ""
+"not enough elements in RWConflictPool to record a potential read/write "
+"conflict"
msgstr ""
-"Somente operadores comutativos pode ser utilizados em restrições de exclusão."
+"não há elementos suficientes em RWConflictPool para registrar um conflito "
+"potencial de leitura/escrita"
-#: commands/indexcmds.c:1004
-#, c-format
-msgid "operator %s is not a member of operator family \"%s\""
-msgstr "operador %s não é um membro da família de operadores \"%s\""
+#: storage/lmgr/predicate.c:898
+msgid "memory for serializable conflict tracking is nearly exhausted"
+msgstr ""
+"memória para rastreamento de conflitos de serialização está quase esgotada"
-#: commands/indexcmds.c:1007
+#: storage/lmgr/predicate.c:899
msgid ""
-"The exclusion operator must be related to the index operator class for the "
-"constraint."
+"There might be an idle transaction or a forgotten prepared transaction "
+"causing this."
msgstr ""
-"O operador de exclusão deve estar relacionado à classe de operadores do "
-"índice para a restrição."
+"Pode haver uma transação ociosa ou uma transação preparada em aberto "
+"causando isso."
-#: commands/indexcmds.c:1042
+#: storage/lmgr/predicate.c:1181 storage/lmgr/predicate.c:1253
#, c-format
-msgid "access method \"%s\" does not support ASC/DESC options"
-msgstr "método de acesso \"%s\" não suporta opções ASC/DESC"
+msgid ""
+"not enough shared memory for elements of data structure \"%s\" (%lu bytes "
+"requested)"
+msgstr ""
+"não há memória compartilhada suficiente para elementos da estrutura de dados "
+"\"%s\" (%lu bytes solicitados)"
-#: commands/indexcmds.c:1047
-#, c-format
-msgid "access method \"%s\" does not support NULLS FIRST/LAST options"
-msgstr "método de acesso \"%s\" não suporta opções NULLS FIRST/LAST"
+#: storage/lmgr/predicate.c:1536
+msgid "deferrable snapshot was unsafe; trying a new one"
+msgstr "instantâneo postergável era inseguro; tentando um novo"
-#: commands/indexcmds.c:1103
-#, c-format
-msgid "data type %s has no default operator class for access method \"%s\""
+#: storage/lmgr/predicate.c:1571
+msgid "\"default_transaction_isolation\" is set to \"serializable\"."
+msgstr "\"default_transaction_isolation\" está definido como \"serializable\"."
+
+#: storage/lmgr/predicate.c:1572
+msgid ""
+"You can use \"SET default_transaction_isolation = 'repeatable read'\" to "
+"change the default."
msgstr ""
-"tipo de dado %s não tem classe de operadores padrão para método de acesso "
-"\"%s\""
+"Você pode utilizar \"SET default_transaction_isolation = 'repeatable read'\" para alterar o padrão."
-#: commands/indexcmds.c:1105
+#: storage/lmgr/predicate.c:2247 storage/lmgr/predicate.c:2262
+#: storage/lmgr/predicate.c:3657
+msgid "You might need to increase max_pred_locks_per_transaction."
+msgstr "Você pode precisar aumentar max_pred_locks_per_transaction."
+
+#: storage/lmgr/predicate.c:3811 storage/lmgr/predicate.c:3900
+#: storage/lmgr/predicate.c:3908 storage/lmgr/predicate.c:3947
+#: storage/lmgr/predicate.c:4186 storage/lmgr/predicate.c:4524
+#: storage/lmgr/predicate.c:4536 storage/lmgr/predicate.c:4578
+#: storage/lmgr/predicate.c:4616
msgid ""
-"You must specify an operator class for the index or define a default "
-"operator class for the data type."
+"could not serialize access due to read/write dependencies among transactions"
msgstr ""
-"Você deve especificar uma classe de operadores para o índice ou definir uma "
-"classe de operadores padrão para o tipo de dado."
+"não pôde serializar acesso devido a dependências de leitura/escrita entre "
+"transações"
-#: commands/indexcmds.c:1155
-#, c-format
-msgid "operator class \"%s\" does not accept data type %s"
-msgstr "classe de operadores \"%s\" não aceita tipo de dado %s"
+#: storage/lmgr/predicate.c:3813 storage/lmgr/predicate.c:3902
+#: storage/lmgr/predicate.c:3910 storage/lmgr/predicate.c:3949
+#: storage/lmgr/predicate.c:4188 storage/lmgr/predicate.c:4526
+#: storage/lmgr/predicate.c:4538 storage/lmgr/predicate.c:4580
+#: storage/lmgr/predicate.c:4618
+msgid "The transaction might succeed if retried."
+msgstr "A transação pode ter sucesso se repetida."
-#: commands/indexcmds.c:1245
+#: storage/large_object/inv_api.c:555 storage/large_object/inv_api.c:752
#, c-format
-msgid "there are multiple default operator classes for data type %s"
-msgstr "há múltiplas classes de operadores padrão para tipo de dado %s"
+msgid "large object %u was not opened for writing"
+msgstr "objeto grande %u não foi aberto para escrita"
-#: commands/indexcmds.c:1586
+#: storage/large_object/inv_api.c:562 storage/large_object/inv_api.c:759
#, c-format
-msgid "table \"%s\" has no indexes"
-msgstr "tabela \"%s\" não tem índices"
-
-#: commands/indexcmds.c:1614
-msgid "can only reindex the currently open database"
-msgstr "só pode reindexar o banco de dados atualmente aberto"
+msgid "large object %u was already dropped"
+msgstr "objeto grande %u já foi removido"
-#: commands/indexcmds.c:1699
+#: storage/file/fd.c:405
#, c-format
-msgid "table \"%s.%s\" was reindexed"
-msgstr "tabela \"%s.%s\" foi reindexada"
+msgid "getrlimit failed: %m"
+msgstr "getrlimit falhou: %m"
-#: commands/functioncmds.c:100
-#, c-format
-msgid "SQL function cannot return shell type %s"
-msgstr "função SQL não pode retornar tipo indefinido %s"
+#: storage/file/fd.c:495
+msgid "insufficient file descriptors available to start server process"
+msgstr ""
+"descritores de arquivo disponíveis são insuficientes para iniciar o processo "
+"servidor"
-#: commands/functioncmds.c:105
+#: storage/file/fd.c:496
#, c-format
-msgid "return type %s is only a shell"
-msgstr "tipo retornado %s é indefinido"
+msgid "System allows %d, we need at least %d."
+msgstr "Sistema permite %d, nós precisamos pelo menos de %d."
-#: commands/functioncmds.c:140
+#: storage/file/fd.c:537 storage/file/fd.c:1469 storage/file/fd.c:1585
#, c-format
-msgid "type \"%s\" is not yet defined"
-msgstr "tipo \"%s\" ainda não foi definido"
-
-#: commands/functioncmds.c:141
-msgid "Creating a shell type definition."
-msgstr "Criando uma definição de tipo indefinido."
+msgid "out of file descriptors: %m; release and retry"
+msgstr "sem descritores de arquivo: %m; libere e tente novamente"
-#: commands/functioncmds.c:220
+#: storage/file/fd.c:1110
#, c-format
-msgid "SQL function cannot accept shell type %s"
-msgstr "função SQL não pode aceitar tipo indefinido %s"
+msgid "temporary file: path \"%s\", size %lu"
+msgstr "arquivo temporário: caminho \"%s\", tamanho %lu"
-#: commands/functioncmds.c:225
+#: storage/file/fd.c:1644
#, c-format
-msgid "argument type %s is only a shell"
-msgstr "tipo de argumento %s é indefinido"
+msgid "could not read directory \"%s\": %m"
+msgstr "não pôde ler diretório \"%s\": %m"
-#: commands/functioncmds.c:235
+#: storage/smgr/md.c:396 storage/smgr/md.c:869
#, c-format
-msgid "type %s does not exist"
-msgstr "tipo %s não existe"
-
-#: commands/functioncmds.c:243
-msgid "functions cannot accept set arguments"
-msgstr "funções não podem aceitar conjunto de argumentos"
-
-#: commands/functioncmds.c:252
-msgid "VARIADIC parameter must be the last input parameter"
-msgstr "parâmetro VARIADIC deve ser o último parâmetro de entrada"
+msgid "could not truncate file \"%s\": %m"
+msgstr "não pôde truncar arquivo \"%s\": %m"
-#: commands/functioncmds.c:279
-msgid "VARIADIC parameter must be an array"
-msgstr "parâmetro VARIADIC deve ser uma matriz"
+#: storage/smgr/md.c:463
+#, c-format
+msgid "cannot extend file \"%s\" beyond %u blocks"
+msgstr "não pode estender arquivo \"%s\" além de %u blocos"
-#: commands/functioncmds.c:319
+#: storage/smgr/md.c:485 storage/smgr/md.c:649 storage/smgr/md.c:724
#, c-format
-msgid "parameter name \"%s\" used more than once"
-msgstr "nome de parâmetro \"%s\" foi especificado mais de uma vez"
+msgid "could not seek to block %u in file \"%s\": %m"
+msgstr "não pôde buscar bloco %u no arquivo \"%s\": %m"
-#: commands/functioncmds.c:334
-msgid "only input parameters can have default values"
-msgstr "somente parâmetros de entrada podem ter valores padrão"
+#: storage/smgr/md.c:493
+#, c-format
+msgid "could not extend file \"%s\": %m"
+msgstr "não pôde estender arquivo \"%s\": %m"
-#: commands/functioncmds.c:347
-msgid "cannot use table references in parameter default value"
-msgstr "não pode utilizar referência a tabela no valor padrão do parâmetro"
+#: storage/smgr/md.c:495 storage/smgr/md.c:502 storage/smgr/md.c:751
+msgid "Check free disk space."
+msgstr "Verifique o espaço em disco livre."
-#: commands/functioncmds.c:363
-msgid "cannot use subquery in parameter default value"
-msgstr "não pode utilizar subconsulta no valor padrão do parâmetro"
+#: storage/smgr/md.c:499
+#, c-format
+msgid "could not extend file \"%s\": wrote only %d of %d bytes at block %u"
+msgstr ""
+"não pôde estender arquivo \"%s\": escreveu somente %d de %d bytes no bloco %u"
-#: commands/functioncmds.c:367
-msgid "cannot use aggregate function in parameter default value"
-msgstr "não pode utilizar função de agregação no valor padrão do parâmetro"
+#: storage/smgr/md.c:667
+#, c-format
+msgid "could not read block %u in file \"%s\": %m"
+msgstr "não pôde ler bloco %u no arquivo \"%s\": %m"
-#: commands/functioncmds.c:371
-msgid "cannot use window function in parameter default value"
-msgstr "não pode utilizar função deslizante no valor padrão do parâmetro"
+#: storage/smgr/md.c:683
+#, c-format
+msgid "could not read block %u in file \"%s\": read only %d of %d bytes"
+msgstr "não pôde ler bloco %u no arquivo \"%s\": leu somente %d de %d bytes"
-#: commands/functioncmds.c:381
-msgid "input parameters after one with a default value must also have defaults"
+#: storage/smgr/md.c:742
+#, c-format
+msgid "could not write block %u in file \"%s\": %m"
+msgstr "não pôde escrever bloco %u no arquivo \"%s\": %m"
+
+#: storage/smgr/md.c:747
+#, c-format
+msgid "could not write block %u in file \"%s\": wrote only %d of %d bytes"
msgstr ""
-"parâmetros de entrada após um parâmetro com valor padrão também devem ter "
-"valores padrão"
+"não pôde escrever bloco %u no arquivo \"%s\": escreveu somente %d de %d bytes"
-#: commands/functioncmds.c:620
-msgid "no function body specified"
-msgstr "corpo da função não foi especificado"
+#: storage/smgr/md.c:845
+#, c-format
+msgid "could not truncate file \"%s\" to %u blocks: it's only %u blocks now"
+msgstr ""
+"não pôde truncar arquivo \"%s\" para %u blocos: há somente %u blocos agora"
-#: commands/functioncmds.c:630
-msgid "no language specified"
-msgstr "nenhuma linguagem foi especificada"
+#: storage/smgr/md.c:894
+#, c-format
+msgid "could not truncate file \"%s\" to %u blocks: %m"
+msgstr "não pôde truncar arquivo \"%s\" para %u blocos: %m"
-#: commands/functioncmds.c:651 commands/functioncmds.c:1352
-msgid "COST must be positive"
-msgstr "COST deve ser positivo"
+#: storage/smgr/md.c:1147
+#, c-format
+msgid "could not fsync file \"%s\" but retrying: %m"
+msgstr "não pôde executar fsync no arquivo \"%s\" mas tentando novamente: %m"
-#: commands/functioncmds.c:659 commands/functioncmds.c:1360
-msgid "ROWS must be positive"
-msgstr "ROWS deve ser positivo"
+#: storage/smgr/md.c:1292
+msgid "could not forward fsync request because request queue is full"
+msgstr ""
+"não pôde encaminhar pedido de fsync porque a fila de pedidos está cheia"
-#: commands/functioncmds.c:698
+#: storage/smgr/md.c:1670
#, c-format
-msgid "unrecognized function attribute \"%s\" ignored"
-msgstr "atributo de função desconhecido \"%s\" foi ignorado"
+msgid "could not open file \"%s\" (target block %u): %m"
+msgstr "não pôde abrir arquivo \"%s\" (bloco alvo %u): %m"
-#: commands/functioncmds.c:749
+#: storage/smgr/md.c:1692
#, c-format
-msgid "only one AS item needed for language \"%s\""
-msgstr "somente um item AS é necessário para linguagem \"%s\""
-
-#: commands/functioncmds.c:841 commands/functioncmds.c:2021
-msgid "Use CREATE LANGUAGE to load the language into the database."
-msgstr "Utilize CREATE LANGUAGE para carregar uma linguagem no banco de dados."
+msgid "could not seek to end of file \"%s\": %m"
+msgstr "não pôde buscar fim do arquivo \"%s\": %m"
-#: commands/functioncmds.c:888
+#: storage/ipc/shmem.c:346 storage/ipc/shmem.c:399
#, c-format
-msgid "function result type must be %s because of OUT parameters"
-msgstr "tipo do resultado da função deve ser %s por causa dos parâmetros OUT"
-
-#: commands/functioncmds.c:901
-msgid "function result type must be specified"
-msgstr "tipo do resultado da função deve ser especificado"
+msgid ""
+"not enough shared memory for data structure \"%s\" (%lu bytes requested)"
+msgstr ""
+"não há memória compartilhada suficiente para estrutura de dados \"%s\" (%lu "
+"bytes solicitados)"
-#: commands/functioncmds.c:936 commands/functioncmds.c:1364
-msgid "ROWS is not applicable when function does not return a set"
-msgstr "ROWS não é aplicável quando função não retorna um conjunto"
+#: storage/ipc/shmem.c:365
+#, c-format
+msgid "could not create ShmemIndex entry for data structure \"%s\""
+msgstr "não pôde criar entrada ShmemIndex para estrutura de dados \"%s\""
-#: commands/functioncmds.c:988
+#: storage/ipc/shmem.c:380
#, c-format
-msgid "function %s(%s) does not exist, skipping"
-msgstr "função %s(%s) não existe, ignorando"
+msgid ""
+"ShmemIndex entry size is wrong for data structure \"%s\": expected %lu, "
+"actual %lu"
+msgstr ""
+"tamanho da entrada de ShmemIndex está errado para estrutura de dados \"%s\": "
+"esperado %lu, atual %lu"
-#: commands/functioncmds.c:1010
-msgid "Use DROP AGGREGATE to drop aggregate functions."
-msgstr "Utilize DROP AGGREGATE para remover funções de agregação."
+#: storage/ipc/shmem.c:427 storage/ipc/shmem.c:446
+msgid "requested shared memory size overflows size_t"
+msgstr "tamanho de memória compartilhada requisitada ultrapassa size_t"
-#: commands/functioncmds.c:1017
+#: snowball/dict_snowball.c:183
#, c-format
-msgid "removing built-in function \"%s\""
-msgstr "removendo função embutida \"%s\""
+msgid "no Snowball stemmer available for language \"%s\" and encoding \"%s\""
+msgstr ""
+"nenhum analisador Snowball disponível para idioma \"%s\" e codificação \"%s\""
-#: commands/functioncmds.c:1110
-msgid "Use ALTER AGGREGATE to rename aggregate functions."
-msgstr "Utilize ALTER AGGREGATE para renomear funções de agregação."
+#: snowball/dict_snowball.c:206 tsearch/dict_ispell.c:75
+#: tsearch/dict_simple.c:50
+msgid "multiple StopWords parameters"
+msgstr "múltiplos parâmetros StopWords"
+
+#: snowball/dict_snowball.c:215
+msgid "multiple Language parameters"
+msgstr "múltiplos parâmetros Language"
-#: commands/functioncmds.c:1122 commands/aggregatecmds.c:292
+#: snowball/dict_snowball.c:222
#, c-format
-msgid "function %s already exists in schema \"%s\""
-msgstr "função %s já existe no esquema \"%s\""
+msgid "unrecognized Snowball parameter: \"%s\""
+msgstr "parâmetro desconhecido do Snowball: \"%s\""
-#: commands/functioncmds.c:1173
-msgid "Use ALTER AGGREGATE to change owner of aggregate functions."
-msgstr "Utilize ALTER AGGREGATE para mudar o dono das funções de agregação."
+#: snowball/dict_snowball.c:230
+msgid "missing Language parameter"
+msgstr "faltando parâmetro Language"
-#: commands/functioncmds.c:1512
+#: postmaster/bgwriter.c:482
#, c-format
-msgid "source data type %s is a pseudo-type"
-msgstr "tipo de dado fonte %s é um pseudo-tipo"
+msgid "checkpoints are occurring too frequently (%d second apart)"
+msgid_plural "checkpoints are occurring too frequently (%d seconds apart)"
+msgstr[0] "pontos de controle estão ocorrendo frequentemente (%d segundo)"
+msgstr[1] "pontos de controle estão ocorrendo frequentemente (%d segundos)"
-#: commands/functioncmds.c:1518
-#, c-format
-msgid "target data type %s is a pseudo-type"
-msgstr "tipo de dado alvo %s é um pseudo-tipo"
+#: postmaster/bgwriter.c:486
+msgid ""
+"Consider increasing the configuration parameter \"checkpoint_segments\"."
+msgstr ""
+"Considere aumentar o parâmetro de configuração \"checkpoint_segments\"."
-#: commands/functioncmds.c:1526 commands/functioncmds.c:1814
-#: catalog/objectaddress.c:843
+#: postmaster/bgwriter.c:598
#, c-format
-msgid "must be owner of type %s or type %s"
-msgstr "deve ser dono do tipo %s ou tipo %s"
+msgid "transaction log switch forced (archive_timeout=%d)"
+msgstr "rotação de log de transação foi forçada (archive_timeout=%d)"
-#: commands/functioncmds.c:1555
-msgid "cast function must take one to three arguments"
-msgstr "função de conversão deve ter de um a três argumentos"
+#: postmaster/bgwriter.c:1061
+msgid "checkpoint request failed"
+msgstr "pedido de ponto de controle falhou"
-#: commands/functioncmds.c:1559
-msgid ""
-"argument of cast function must match or be binary-coercible from source data "
-"type"
-msgstr ""
-"argumento da função de conversão deve corresponder ou ser convertido no tipo "
-"de dado fonte"
+#: postmaster/bgwriter.c:1062
+msgid "Consult recent messages in the server log for details."
+msgstr "Consulte mensagens recentes no log do servidor para obter detalhes."
-#: commands/functioncmds.c:1563
-msgid "second argument of cast function must be type integer"
-msgstr "segundo argumento da função de conversão deve ter tipo integer"
+#: postmaster/bgwriter.c:1244
+#, c-format
+msgid "compacted fsync request queue from %d entries to %d entries"
+msgstr "fila de pedidos de fsync compactada de %d entradas para %d entradas"
-#: commands/functioncmds.c:1567
-msgid "third argument of cast function must be type boolean"
-msgstr "terceiro argumento da função de conversão deve ter tipo boolean"
+#: postmaster/pgstat.c:330
+#, c-format
+msgid "could not resolve \"localhost\": %s"
+msgstr "não pôde resolver \"localhost\": %s"
-#: commands/functioncmds.c:1571
-msgid ""
-"return data type of cast function must match or be binary-coercible to "
-"target data type"
-msgstr ""
-"tipo de dado de retorno da função de conversão deve corresponder ou ser "
-"convertido no tipo de dado alvo"
+#: postmaster/pgstat.c:353
+msgid "trying another address for the statistics collector"
+msgstr "tentando outro endereço para coletor de estatísticas"
-#: commands/functioncmds.c:1582
-msgid "cast function must not be volatile"
-msgstr "função de conversão não deve ser volátil"
+#: postmaster/pgstat.c:362
+#, c-format
+msgid "could not create socket for statistics collector: %m"
+msgstr "não pôde criar soquete para coletor de estatísticas: %m"
-#: commands/functioncmds.c:1587
-msgid "cast function must not be an aggregate function"
-msgstr "função de conversão não deve ser uma função de agregação"
+#: postmaster/pgstat.c:374
+#, c-format
+msgid "could not bind socket for statistics collector: %m"
+msgstr "não pôde se ligar ao soquete do coletor de estatísticas: %m"
-#: commands/functioncmds.c:1591
-msgid "cast function must not be a window function"
-msgstr "função de conversão não deve ser uma função deslizante"
+#: postmaster/pgstat.c:385
+#, c-format
+msgid "could not get address of socket for statistics collector: %m"
+msgstr "não pôde pegar endereço do soquete do coletor de estatísticas: %m"
-#: commands/functioncmds.c:1595
-msgid "cast function must not return a set"
-msgstr "função de conversão não deve retornar um conjunto"
+#: postmaster/pgstat.c:401
+#, c-format
+msgid "could not connect socket for statistics collector: %m"
+msgstr "não pôde se conectar ao soquete do coletor de estatísticas: %m"
-#: commands/functioncmds.c:1621
-msgid "must be superuser to create a cast WITHOUT FUNCTION"
-msgstr "deve ser super-usuário para criar uma conversão WITHOUT FUNCTION"
+#: postmaster/pgstat.c:422
+#, c-format
+msgid "could not send test message on socket for statistics collector: %m"
+msgstr ""
+"não pôde enviar mensagem de teste ao soquete do coletor de estatísticas: %m"
-#: commands/functioncmds.c:1636
-msgid "source and target data types are not physically compatible"
-msgstr "tipos de dado fonte e alvo não são fisicamente compatíveis"
+#: postmaster/pgstat.c:448 postmaster/pgstat.c:2996
+#, c-format
+msgid "select() failed in statistics collector: %m"
+msgstr "select() falhou no coletor de estatísticas: %m"
-#: commands/functioncmds.c:1651
-msgid "composite data types are not binary-compatible"
-msgstr "tipos de dado compostos não são compatíveis no formato binário"
+#: postmaster/pgstat.c:463
+msgid "test message did not get through on socket for statistics collector"
+msgstr ""
+"mensagem teste não foi recebida pelo soquete do coletor de estatísticas"
-#: commands/functioncmds.c:1657
-msgid "enum data types are not binary-compatible"
-msgstr "tipos de dado enum não são compatíveis no formato binário"
+#: postmaster/pgstat.c:478
+#, c-format
+msgid "could not receive test message on socket for statistics collector: %m"
+msgstr ""
+"não pôde receber mensagem teste no soquete do coletor de estatísticas: %m"
-#: commands/functioncmds.c:1663
-msgid "array data types are not binary-compatible"
-msgstr "tipos de dado de matriz não são compatíveis no formato binário"
+#: postmaster/pgstat.c:488
+msgid "incorrect test message transmission on socket for statistics collector"
+msgstr ""
+"transmissão de mensagem teste incorreta no soquete do coletor de estatísticas"
-#: commands/functioncmds.c:1680
-msgid "domain data types must not be marked binary-compatible"
-msgstr "tipos de dado de domínio não são compatíveis no formato binário"
+#: postmaster/pgstat.c:511
+#, c-format
+msgid "could not set statistics collector socket to nonblocking mode: %m"
+msgstr ""
+"não pôde definir soquete do coletor de estatísticas para modo não-bloqueado: "
+"%m"
-#: commands/functioncmds.c:1690
-msgid "source data type and target data type are the same"
-msgstr "tipo de dado fonte e tipo de dado alvo são o mesmo"
+#: postmaster/pgstat.c:521
+msgid "disabling statistics collector for lack of working socket"
+msgstr ""
+"desabilitando coletor de estatísticas por falta de um soquete que funcione"
-#: commands/functioncmds.c:1723
+#: postmaster/pgstat.c:623
#, c-format
-msgid "cast from type %s to type %s already exists"
-msgstr "conversão do tipo %s para tipo %s já existe"
+msgid "could not fork statistics collector: %m"
+msgstr "não pôde criar processo para coletor de estatísticas: %m"
-#: commands/functioncmds.c:1803
+#: postmaster/pgstat.c:1153 postmaster/pgstat.c:1177 postmaster/pgstat.c:1208
+msgid "must be superuser to reset statistics counters"
+msgstr "deve ser super-usuário para reiniciar contadores de estatísticas"
+
+#: postmaster/pgstat.c:2975
#, c-format
-msgid "cast from type %s to type %s does not exist, skipping"
-msgstr "conversão do tipo %s para tipo %s não existe, ignorando"
+msgid "poll() failed in statistics collector: %m"
+msgstr "poll() falhou no coletor de estatísticas: %m"
-#: commands/functioncmds.c:1841
+#: postmaster/pgstat.c:3020
#, c-format
-msgid "cast from type %s to type %s does not exist"
-msgstr "conversão do tipo %s para tipo %s não existe"
+msgid "could not read statistics message: %m"
+msgstr "não pôde ler mensagem de estatística: %m"
-#: commands/functioncmds.c:1929
+#: postmaster/pgstat.c:3291
#, c-format
-msgid "function \"%s\" already exists in schema \"%s\""
-msgstr "função \"%s\" já existe no esquema \"%s\""
+msgid "could not open temporary statistics file \"%s\": %m"
+msgstr "não pôde abrir arquivo de estatísticas temporário \"%s\": %m"
-#: commands/functioncmds.c:2003
-msgid "no inline code specified"
-msgstr "código incorporado não foi especificado"
+#: postmaster/pgstat.c:3363
+#, c-format
+msgid "could not write temporary statistics file \"%s\": %m"
+msgstr "não pôde escrever no arquivo de estatísticas temporário \"%s\": %m"
-#: commands/functioncmds.c:2051
+#: postmaster/pgstat.c:3372
#, c-format
-msgid "language \"%s\" does not support inline code execution"
-msgstr "linguagem \"%s\" não suporta execução de código incorporado"
+msgid "could not close temporary statistics file \"%s\": %m"
+msgstr "não pôde fechar arquivo de estatísticas temporário \"%s\": %m"
-#: commands/foreigncmds.c:135 commands/foreigncmds.c:144
+#: postmaster/pgstat.c:3380
#, c-format
-msgid "option \"%s\" not found"
-msgstr "opção \"%s\" não foi encontrada"
+msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m"
+msgstr ""
+"não pôde renomear arquivo de estatísticas temporário \"%s\" para \"%s\": %m"
-#: commands/foreigncmds.c:154
+#: postmaster/pgstat.c:3486 postmaster/pgstat.c:3715
#, c-format
-msgid "option \"%s\" provided more than once"
-msgstr "opção \"%s\" especificada mais de uma vez"
+msgid "could not open statistics file \"%s\": %m"
+msgstr "não pôde abrir arquivo de estatísticas \"%s\": %m"
-#: commands/foreigncmds.c:221 commands/foreigncmds.c:229
+#: postmaster/pgstat.c:3498 postmaster/pgstat.c:3508 postmaster/pgstat.c:3530
+#: postmaster/pgstat.c:3545 postmaster/pgstat.c:3608 postmaster/pgstat.c:3626
+#: postmaster/pgstat.c:3642 postmaster/pgstat.c:3660 postmaster/pgstat.c:3676
+#: postmaster/pgstat.c:3727 postmaster/pgstat.c:3738
#, c-format
-msgid "permission denied to change owner of foreign-data wrapper \"%s\""
-msgstr "permissão negada ao mudar dono do adaptador de dados externos \"%s\""
+msgid "corrupted statistics file \"%s\""
+msgstr "arquivo de estatísticas \"%s\" corrompido"
-#: commands/foreigncmds.c:223
-msgid "Must be superuser to change owner of a foreign-data wrapper."
+#: postmaster/pgstat.c:4036
+msgid "database hash table corrupted during cleanup --- abort"
msgstr ""
-"Deve ser super-usuário para mudar dono de um adaptador de dados externos."
-
-#: commands/foreigncmds.c:231
-msgid "The owner of a foreign-data wrapper must be a superuser."
-msgstr "O dono de um adaptador de dados externos deve ser um super-usuário."
+"tabela hash do banco de dados foi corrompida durante desligamento --- "
+"interrompendo"
-#: commands/foreigncmds.c:292 catalog/aclchk.c:3874 catalog/aclchk.c:4556
+#: postmaster/pgarch.c:158
#, c-format
-msgid "foreign-data wrapper with OID %u does not exist"
-msgstr "adaptador de dados externos com OID %u não existe"
+msgid "could not fork archiver: %m"
+msgstr "não pôde criar processo arquivador: %m"
-#: commands/foreigncmds.c:391 catalog/aclchk.c:3935 catalog/aclchk.c:4583
-#, c-format
-msgid "foreign server with OID %u does not exist"
-msgstr "servidor externo com OID %u não existe"
+#: postmaster/pgarch.c:450
+msgid "archive_mode enabled, yet archive_command is not set"
+msgstr "archive_mode habilitado, mas archive_command não está definido"
-#: commands/foreigncmds.c:418
+#: postmaster/pgarch.c:465
#, c-format
-msgid "function %s must return type \"fdw_handler\""
-msgstr "função %s deve retornar tipo \"fdw_handler\""
+msgid "transaction log file \"%s\" could not be archived: too many failures"
+msgstr ""
+"arquivo do log de transação \"%s\" não pôde ser arquivado: muitas falhas"
-#: commands/foreigncmds.c:513
+#: postmaster/pgarch.c:568
#, c-format
-msgid "permission denied to create foreign-data wrapper \"%s\""
-msgstr "permissão negada ao criar adaptador de dados externos \"%s\""
-
-#: commands/foreigncmds.c:515
-msgid "Must be superuser to create a foreign-data wrapper."
-msgstr "Deve ser super-usuário para criar uma adaptador de dados externos."
+msgid "archive command failed with exit code %d"
+msgstr "comando de arquivamento falhou com código de retorno %d"
-#: commands/foreigncmds.c:526
+#: postmaster/pgarch.c:570 postmaster/pgarch.c:580 postmaster/pgarch.c:587
+#: postmaster/pgarch.c:593 postmaster/pgarch.c:602
#, c-format
-msgid "foreign-data wrapper \"%s\" already exists"
-msgstr "adaptador de dados externos \"%s\" já existe"
+msgid "The failed archive command was: %s"
+msgstr "O comando de arquivamento que falhou foi: %s"
-#: commands/foreigncmds.c:626
+#: postmaster/pgarch.c:577
#, c-format
-msgid "permission denied to alter foreign-data wrapper \"%s\""
-msgstr "permissão negada ao alterar adaptador de dados externos \"%s\""
-
-#: commands/foreigncmds.c:628
-msgid "Must be superuser to alter a foreign-data wrapper."
-msgstr "Deve ser super-usuário para alterar um adaptador de dados externos."
+msgid "archive command was terminated by exception 0x%X"
+msgstr "comando de arquivamento foi terminado pela exceção 0x%X"
-#: commands/foreigncmds.c:659
+#: postmaster/pgarch.c:579 postmaster/postmaster.c:2888
msgid ""
-"changing the foreign-data wrapper handler can change behavior of existing "
-"foreign tables"
+"See C include file \"ntstatus.h\" for a description of the hexadecimal value."
msgstr ""
-"mudar o manipulador do adaptador de dados externos pode mudar o "
-"comportamento de tabelas externas existentes"
+"Veja o arquivo de cabeçalho C \"ntstatus.h\" para obter uma descrição do "
+"valor hexadecimal."
-#: commands/foreigncmds.c:673
-msgid ""
-"changing the foreign-data wrapper validator can cause the options for "
-"dependent objects to become invalid"
-msgstr ""
-"mudar o validador do adaptador de dados externos pode tornar inválidas as "
-"opções para objetos dependentes"
+#: postmaster/pgarch.c:584
+#, c-format
+msgid "archive command was terminated by signal %d: %s"
+msgstr "comando de arquivamento foi terminado pelo sinal %d: %s"
-#: commands/foreigncmds.c:775
+#: postmaster/pgarch.c:591
#, c-format
-msgid "permission denied to drop foreign-data wrapper \"%s\""
-msgstr "permissão negada ao remover adaptador de dados externos \"%s\""
+msgid "archive command was terminated by signal %d"
+msgstr "comando de arquivamento foi terminado pelo sinal %d"
-#: commands/foreigncmds.c:777
-msgid "Must be superuser to drop a foreign-data wrapper."
-msgstr "Deve ser super-usuário para remover um adaptador de dados externos."
+#: postmaster/pgarch.c:600
+#, c-format
+msgid "archive command exited with unrecognized status %d"
+msgstr "comando de arquivamento terminou com status desconhecido %d"
-#: commands/foreigncmds.c:789
+#: postmaster/pgarch.c:612
#, c-format
-msgid "foreign-data wrapper \"%s\" does not exist, skipping"
-msgstr "adaptador de dados externos \"%s\" não existe, ignorando"
+msgid "archived transaction log file \"%s\""
+msgstr "arquivo do log de transação \"%s\" foi arquivado"
-#: commands/foreigncmds.c:858
+#: postmaster/pgarch.c:661
#, c-format
-msgid "server \"%s\" already exists"
-msgstr "servidor \"%s\" já existe"
+msgid "could not open archive status directory \"%s\": %m"
+msgstr "não pôde abrir diretório de status de arquivamento \"%s\": %m"
-#: commands/foreigncmds.c:1054
+#: postmaster/syslogger.c:418
#, c-format
-msgid "server \"%s\" does not exist, skipping"
-msgstr "servidor \"%s\" não existe, ignorando"
+msgid "select() failed in logger process: %m"
+msgstr "select() falhou no processo logger: %m"
-#: commands/foreigncmds.c:1159
+#: postmaster/syslogger.c:430 postmaster/syslogger.c:1014
#, c-format
-msgid "user mapping \"%s\" already exists for server %s"
-msgstr "mapeamento de usuários \"%s\" já existe para servidor %s"
+msgid "could not read from logger pipe: %m"
+msgstr "não pôde ler do pipe do logger: %m"
-#: commands/foreigncmds.c:1245 commands/foreigncmds.c:1350
+#: postmaster/syslogger.c:477
+msgid "logger shutting down"
+msgstr "desligando logger"
+
+#: postmaster/syslogger.c:521 postmaster/syslogger.c:535
#, c-format
-msgid "user mapping \"%s\" does not exist for the server"
-msgstr "mapeamento de usuários \"%s\" não existe para o servidor"
+msgid "could not create pipe for syslog: %m"
+msgstr "não pôde criar pipe para syslog: %m"
-#: commands/foreigncmds.c:1337
-msgid "server does not exist, skipping"
-msgstr "servidor não existe, ignorando"
+#: postmaster/syslogger.c:571
+#, c-format
+msgid "could not fork system logger: %m"
+msgstr "não pôde criar processo system logger: %m"
+
+#: postmaster/syslogger.c:602
+#, c-format
+msgid "could not redirect stdout: %m"
+msgstr "não pôde redirecionar saída stdout: %m"
+
+#: postmaster/syslogger.c:607 postmaster/syslogger.c:625
+#, c-format
+msgid "could not redirect stderr: %m"
+msgstr "não pôde redirecionar saída stderr: %m"
-#: commands/foreigncmds.c:1355
+#: postmaster/syslogger.c:969
#, c-format
-msgid "user mapping \"%s\" does not exist for the server, skipping"
-msgstr "mapeamento de usuários \"%s\" não existe para o servidor, ignorando"
+msgid "could not write to log file: %s\n"
+msgstr "não pôde escrever em arquivo de log: %s\n"
-#: commands/extension.c:149 commands/extension.c:2459
+#: postmaster/syslogger.c:1095
#, c-format
-msgid "extension \"%s\" does not exist"
-msgstr "extensão \"%s\" não existe"
+msgid "could not open log file \"%s\": %m"
+msgstr "não pôde abrir arquivo de log \"%s\": %m"
-#: commands/extension.c:248 commands/extension.c:257 commands/extension.c:269
-#: commands/extension.c:279
+#: postmaster/syslogger.c:1157 postmaster/syslogger.c:1201
+msgid "disabling automatic rotation (use SIGHUP to re-enable)"
+msgstr ""
+"desabilitando rotação automática (utilize SIGHUP para habilitá-la novamente)"
+
+#: postmaster/autovacuum.c:359
#, c-format
-msgid "invalid extension name: \"%s\""
-msgstr "nome de extensão é inválido: \"%s\""
+msgid "could not fork autovacuum launcher process: %m"
+msgstr "não pôde criar processo inicializador do autovacuum: %m"
-#: commands/extension.c:249
-msgid "Extension names must not be empty."
-msgstr "Nomes de extensão não devem ser vazios."
+#: postmaster/autovacuum.c:404
+msgid "autovacuum launcher started"
+msgstr "inicializador do autovacuum foi iniciado"
-#: commands/extension.c:258
-msgid "Extension names must not contain \"--\"."
-msgstr "Nomes de extensão não devem conter \"--\"."
+#: postmaster/autovacuum.c:781
+msgid "autovacuum launcher shutting down"
+msgstr "inicializador do autovacuum está sendo desligado"
-#: commands/extension.c:270
-msgid "Extension names must not begin or end with \"-\"."
-msgstr "Nomes de extensão não devem começar ou terminar com \"-\"."
+#: postmaster/autovacuum.c:1416
+#, c-format
+msgid "could not fork autovacuum worker process: %m"
+msgstr "não pôde criar processo de limpeza automática: %m"
-#: commands/extension.c:280
-msgid "Extension names must not contain directory separator characters."
+#: postmaster/autovacuum.c:1634
+#, c-format
+msgid "autovacuum: processing database \"%s\""
+msgstr "autovacuum: processando banco de dados \"%s\""
+
+#: postmaster/autovacuum.c:2037
+#, c-format
+msgid "autovacuum: dropping orphan temp table \"%s\".\"%s\" in database \"%s\""
msgstr ""
-"Nomes de extensões não devem conter caracteres separadores de diretórios."
+"autovacuum: removendo tabela temporária órfã \"%s\".\"%s\" no banco de dados "
+"\"%s\""
-#: commands/extension.c:295 commands/extension.c:304 commands/extension.c:313
-#: commands/extension.c:323
+#: postmaster/autovacuum.c:2049
#, c-format
-msgid "invalid extension version name: \"%s\""
-msgstr "nome de versão da extensão é inválido: \"%s\""
+msgid "autovacuum: found orphan temp table \"%s\".\"%s\" in database \"%s\""
+msgstr ""
+"autovacuum: encontrada tabela temporária órfã \"%s\".\"%s\" no banco de "
+"dados \"%s\""
-#: commands/extension.c:296
-msgid "Version names must not be empty."
-msgstr "Nomes de versão não devem ser vazios."
+#: postmaster/autovacuum.c:2319
+#, c-format
+msgid "automatic vacuum of table \"%s.%s.%s\""
+msgstr "limpeza automática da tabela \"%s.%s.%s\""
-#: commands/extension.c:305
-msgid "Version names must not contain \"--\"."
-msgstr "Nomes de versão não devem conter \"--\"."
+#: postmaster/autovacuum.c:2322
+#, c-format
+msgid "automatic analyze of table \"%s.%s.%s\""
+msgstr "análise automática da tabela \"%s.%s.%s\""
-#: commands/extension.c:314
-msgid "Version names must not begin or end with \"-\"."
-msgstr "Nomes de versão não devem começar ou terminar com \"-\"."
+#: postmaster/autovacuum.c:2808
+msgid "autovacuum not started because of misconfiguration"
+msgstr "autovacuum não foi iniciado por causa de configuração errada"
-#: commands/extension.c:324
-msgid "Version names must not contain directory separator characters."
-msgstr "Nomes de versão não devem conter caracteres separadores de diretórios."
+#: postmaster/autovacuum.c:2809
+msgid "Enable the \"track_counts\" option."
+msgstr "Habilite a opção \"track_counts\"."
-#: commands/extension.c:474
+#: postmaster/postmaster.c:574
#, c-format
-msgid "could not open extension control file \"%s\": %m"
-msgstr "não pôde abrir arquivo de controle da extensão \"%s\": %m"
+msgid "%s: invalid argument for option -f: \"%s\"\n"
+msgstr "%s: argumento inválido para opção -f: \"%s\"\n"
-#: commands/extension.c:495 commands/extension.c:505
+#: postmaster/postmaster.c:660
#, c-format
-msgid "parameter \"%s\" cannot be set in a secondary extension control file"
-msgstr ""
-"parâmetro \"%s\" não pode ser definido em um segundo arquivo de controle da "
-"extensão"
+msgid "%s: invalid argument for option -t: \"%s\"\n"
+msgstr "%s: argumento inválido para opção -t: \"%s\"\n"
-#: commands/extension.c:544
+#: postmaster/postmaster.c:711
#, c-format
-msgid "\"%s\" is not a valid encoding name"
-msgstr "\"%s\" não é um nome de codificação válido"
+msgid "%s: invalid argument: \"%s\"\n"
+msgstr "%s: argumento inválido: \"%s\"\n"
-#: commands/extension.c:558
+#: postmaster/postmaster.c:736
#, c-format
-msgid "parameter \"%s\" must be a list of extension names"
-msgstr "parâmetro \"%s\" deve ser uma lista de nomes de extensões"
+msgid "%s: superuser_reserved_connections must be less than max_connections\n"
+msgstr ""
+"%s: superuser_reserved_connections deve ser menor do que max_connections\n"
-#: commands/extension.c:565
+#: postmaster/postmaster.c:741
#, c-format
-msgid "unrecognized parameter \"%s\" in file \"%s\""
-msgstr "parâmetro \"%s\" desconhecido em arquivo \"%s\""
+msgid "%s: max_wal_senders must be less than max_connections\n"
+msgstr "%s: max_wal_senders deve ser menor do que max_connections\n"
-#: commands/extension.c:574
-msgid "parameter \"schema\" cannot be specified when \"relocatable\" is true"
+#: postmaster/postmaster.c:746
+msgid ""
+"WAL archival (archive_mode=on) requires wal_level \"archive\" or "
+"\"hot_standby\""
msgstr ""
-"parâmetro \"schema\" não pode ser especificado quando \"relocatable\" é "
-"verdadeiro"
+"arquivamento do WAL (archive_mode=on) requer wal_level \"archive\" ou "
+"\"hot_standby\""
-#: commands/extension.c:726
+#: postmaster/postmaster.c:749
msgid ""
-"transaction control statements are not allowed within an extension script"
+"WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or "
+"\"hot_standby\""
msgstr ""
-"comandos de controle de transação não são permitidos dentro do script da "
-"extensão"
+"envio do WAL (max_wal_senders > 0) requer wal_level \"archive\" ou "
+"\"hot_standby\""
-#: commands/extension.c:794
+#: postmaster/postmaster.c:757
#, c-format
-msgid "permission denied to create extension \"%s\""
-msgstr "permissão negada ao criar extensão \"%s\""
+msgid "%s: invalid datetoken tables, please fix\n"
+msgstr ""
+"%s: tabelas de palavras chave de datas são inválidas, por favor conserte\n"
-#: commands/extension.c:796
-msgid "Must be superuser to create this extension."
-msgstr "Deve ser super-usuário para criar uma extensão."
+#: postmaster/postmaster.c:857
+msgid "invalid list syntax for \"listen_addresses\""
+msgstr "sintaxe de lista é inválida para \"listen_addresses\""
-#: commands/extension.c:800
+#: postmaster/postmaster.c:887
#, c-format
-msgid "permission denied to update extension \"%s\""
-msgstr "permissão negada ao atualizar extensão \"%s\""
+msgid "could not create listen socket for \"%s\""
+msgstr "não pôde criar soquete de escuta para \"%s\""
-#: commands/extension.c:802
-msgid "Must be superuser to update this extension."
-msgstr "Deve ser super-usuário para atualizar esta extensão."
+#: postmaster/postmaster.c:893
+msgid "could not create any TCP/IP sockets"
+msgstr "não pôde criar nenhum soquete TCP/IP"
-#: commands/extension.c:1084
-#, c-format
-msgid ""
-"extension \"%s\" has no update path from version \"%s\" to version \"%s\""
-msgstr ""
-"extensão \"%s\" não possui caminho de atualização da versão \"%s\" para "
-"versão \"%s\""
+#: postmaster/postmaster.c:944
+msgid "could not create Unix-domain socket"
+msgstr "não pôde criar soquete de domínio Unix"
-#: commands/extension.c:1211
-#, c-format
-msgid "extension \"%s\" already exists, skipping"
-msgstr "extensão \"%s\" já existe, ignorando"
+#: postmaster/postmaster.c:952
+msgid "no socket created for listening"
+msgstr "nenhum soquete criado para escutar"
-#: commands/extension.c:1218
+#: postmaster/postmaster.c:991
+msgid "could not create I/O completion port for child queue"
+msgstr "não pôde criar porta de conclusão de I/O para fila de filhos"
+
+#: postmaster/postmaster.c:1035
#, c-format
-msgid "extension \"%s\" already exists"
-msgstr "extensão \"%s\" já existe"
+msgid "%s: could not write external PID file \"%s\": %s\n"
+msgstr "%s: não pôde escrever em arquivo externo do PID \"%s\": %s\n"
-#: commands/extension.c:1229
-msgid "nested CREATE EXTENSION is not supported"
-msgstr "CREATE EXTENSION aninhado não é suportado"
+#: postmaster/postmaster.c:1156
+#, c-format
+msgid "%s: could not locate matching postgres executable"
+msgstr "%s: não pôde localizar executável do postgres correspondente"
-#: commands/extension.c:1284 commands/extension.c:2519
-msgid "version to install must be specified"
-msgstr "versão a ser instalada deve ser especificada"
+#: postmaster/postmaster.c:1207
+#, c-format
+msgid "data directory \"%s\" does not exist"
+msgstr "diretório de dados \"%s\" não existe"
-#: commands/extension.c:1301
+#: postmaster/postmaster.c:1212
#, c-format
-msgid "FROM version must be different from installation target version \"%s\""
-msgstr "versão do FROM deve ser diferente da versão da instalação \"%s\""
+msgid "could not read permissions of directory \"%s\": %m"
+msgstr "não pôde ler permissões do diretório \"%s\": %m"
-#: commands/extension.c:1356
+#: postmaster/postmaster.c:1220
#, c-format
-msgid "extension \"%s\" must be installed in schema \"%s\""
-msgstr "extensão \"%s\" deve ser instalada no esquema \"%s\""
+msgid "specified data directory \"%s\" is not a directory"
+msgstr "diretório de dados especificado \"%s\" não é um diretório"
-#: commands/extension.c:1435 commands/extension.c:2660
+#: postmaster/postmaster.c:1236
#, c-format
-msgid "required extension \"%s\" is not installed"
-msgstr "extensão requerida \"%s\" não está instalada"
+msgid "data directory \"%s\" has wrong ownership"
+msgstr "diretório de dados \"%s\" tem dono incorreto"
-#: commands/extension.c:1596 commands/extension.c:2273
-#: catalog/objectaddress.c:289
-msgid "extension name cannot be qualified"
-msgstr "nome da extensão não pode ser qualificado"
+#: postmaster/postmaster.c:1238
+msgid "The server must be started by the user that owns the data directory."
+msgstr ""
+"O servidor deve ser iniciado pelo usuário que é o dono do diretório de dados."
-#: commands/extension.c:1604
+#: postmaster/postmaster.c:1258
#, c-format
-msgid "extension \"%s\" does not exist, skipping"
-msgstr "extensão \"%s\" não existe, ignorando"
+msgid "data directory \"%s\" has group or world access"
+msgstr "diretório de dados \"%s\" tem acesso para grupo ou outros"
-#: commands/extension.c:1659
-#, c-format
-msgid "cannot drop extension \"%s\" because it is being modified"
-msgstr "não pode remover extensão \"%s\" porque ela está sendo modificada"
+#: postmaster/postmaster.c:1260
+msgid "Permissions should be u=rwx (0700)."
+msgstr "Permissões devem ser u=rwx (0700)."
-#: commands/extension.c:2129
+#: postmaster/postmaster.c:1271
+#, c-format
msgid ""
-"pg_extension_config_dump() can only be called from an SQL script executed by "
-"CREATE EXTENSION"
+"%s: could not find the database system\n"
+"Expected to find it in the directory \"%s\",\n"
+"but could not open file \"%s\": %s\n"
msgstr ""
-"pg_extension_config_dump() só pode ser chamada de um script SQL executado "
-"por CREATE EXTENSION"
+"%s: não pôde encontrar o sistema de banco de dados\n"
+"Era esperado encontrá-lo no diretório \"%s\",\n"
+"mas não pôde abrir arquivo \"%s\": %s\n"
-#: commands/extension.c:2141
+#: postmaster/postmaster.c:1307
#, c-format
-msgid "OID %u does not refer to a table"
-msgstr "OID %u não se refere a uma tabela"
+msgid "%s: could not open file \"%s\": %s\n"
+msgstr "%s: não pôde abrir arquivo \"%s\": %s\n"
-#: commands/extension.c:2146
+#: postmaster/postmaster.c:1314
#, c-format
-msgid "table \"%s\" is not a member of the extension being created"
-msgstr "tabela \"%s\" não é um membro da extensão que está sendo criada"
+msgid "%s: could not open log file \"%s/%s\": %s\n"
+msgstr "%s: não pôde abrir arquivo de log \"%s/%s\": %s\n"
-#: commands/extension.c:2329 commands/extension.c:2388
+#: postmaster/postmaster.c:1325
#, c-format
-msgid "extension \"%s\" does not support SET SCHEMA"
-msgstr "extensão \"%s\" não suporta SET SCHEMA"
+msgid "%s: could not fork background process: %s\n"
+msgstr "%s: não pôde criar processo em segundo plano: %s\n"
-#: commands/extension.c:2390
+#: postmaster/postmaster.c:1347
#, c-format
-msgid "%s is not in the extension's schema \"%s\""
-msgstr "%s não está no esquema da extensão \"%s\""
-
-#: commands/extension.c:2439
-msgid "nested ALTER EXTENSION is not supported"
-msgstr "ALTER EXTENSION aninhado não é suportado"
+msgid "%s: could not dissociate from controlling TTY: %s\n"
+msgstr "%s: não pôde dissociar da TTY de controle: %s\n"
-#: commands/extension.c:2530
+#: postmaster/postmaster.c:1442
#, c-format
-msgid "version \"%s\" of extension \"%s\" is already installed"
-msgstr "versao \"%s\" da extensão \"%s\" já está instalada"
+msgid "select() failed in postmaster: %m"
+msgstr "select() falhou no postmaster: %m"
-#: commands/extension.c:2753 catalog/pg_depend.c:164
-#, c-format
-msgid "%s is already a member of extension \"%s\""
-msgstr "role \"%s\" já é um membro da extensão \"%s\""
+#: postmaster/postmaster.c:1604 postmaster/postmaster.c:1635
+msgid "incomplete startup packet"
+msgstr "pacote de inicialização incompleto"
-#: commands/extension.c:2770
-#, c-format
-msgid "%s is not a member of extension \"%s\""
-msgstr "%s não é um membro da extensão \"%s\""
+#: postmaster/postmaster.c:1616
+msgid "invalid length of startup packet"
+msgstr " tamanho do pacote de inicialização é inválido"
-#: commands/explain.c:153
+#: postmaster/postmaster.c:1673
#, c-format
-msgid "unrecognized value for EXPLAIN option \"%s\": \"%s\""
-msgstr "valor desconhecido para opção EXPLAIN \"%s\": \"%s\""
+msgid "failed to send SSL negotiation response: %m"
+msgstr "falhou ao enviar resposta de negociação SSL: %m"
-#: commands/explain.c:159
+#: postmaster/postmaster.c:1702
#, c-format
-msgid "unrecognized EXPLAIN option \"%s\""
-msgstr "opção EXPLAIN desconhecida \"%s\""
+msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u"
+msgstr ""
+"protocolo do cliente %u.%u não é suportado: servidor suporta %u.0 a %u.%u"
-#: commands/explain.c:166
-msgid "EXPLAIN option BUFFERS requires ANALYZE"
-msgstr "opção BUFFERS do EXPLAIN requer ANALYZE"
+#: postmaster/postmaster.c:1753
+msgid "invalid value for boolean option \"replication\""
+msgstr "valor é inválido para opção booleana \"replication\""
-#: commands/define.c:67 commands/define.c:222 commands/define.c:254
-#: commands/define.c:282
-#, c-format
-msgid "%s requires a parameter"
-msgstr "%s requer um parâmetro"
+#: postmaster/postmaster.c:1773
+msgid "invalid startup packet layout: expected terminator as last byte"
+msgstr ""
+"formato de pacote de inicialização é inválido: terminador esperado como "
+"último byte"
-#: commands/define.c:108 commands/define.c:119 commands/define.c:189
-#: commands/define.c:207
-#, c-format
-msgid "%s requires a numeric value"
-msgstr "%s requer um valor numérico"
+#: postmaster/postmaster.c:1801
+msgid "no PostgreSQL user name specified in startup packet"
+msgstr ""
+"nenhum nome de usuário PostgreSQL especificado no pacote de inicialização"
-#: commands/define.c:175
-#, c-format
-msgid "%s requires a Boolean value"
-msgstr "%s requer um valor Booleano"
+#: postmaster/postmaster.c:1858
+msgid "the database system is starting up"
+msgstr "o sistema de banco de dados está iniciando"
-#: commands/define.c:236
-#, c-format
-msgid "argument of %s must be a name"
-msgstr "argumento de %s deve ser um nome"
+#: postmaster/postmaster.c:1863
+msgid "the database system is shutting down"
+msgstr "o sistema de banco de dados está desligando"
-#: commands/define.c:266
-#, c-format
-msgid "argument of %s must be a type name"
-msgstr "argumento de %s deve ser um nome de um tipo"
+#: postmaster/postmaster.c:1868
+msgid "the database system is in recovery mode"
+msgstr "o sistema de banco de dados está em modo de recuperação"
-#: commands/define.c:291
+#: postmaster/postmaster.c:1935
#, c-format
-msgid "%s requires an integer value"
-msgstr "%s requer um valor inteiro"
+msgid "wrong key in cancel request for process %d"
+msgstr "chave incorreta no pedido de cancelamento do processo %d"
-#: commands/define.c:312
+#: postmaster/postmaster.c:1943
#, c-format
-msgid "invalid argument for %s: \"%s\""
-msgstr "argumento inválido para %s: \"%s\""
+msgid "PID %d in cancel request did not match any process"
+msgstr "PID %d no pedido de cancelamento não combina com nenhum processo"
-#: commands/dbcommands.c:201
-msgid "LOCATION is not supported anymore"
-msgstr "LOCATION não é mais suportado"
+#: postmaster/postmaster.c:2149
+msgid "received SIGHUP, reloading configuration files"
+msgstr "SIGHUP recebido, recarregando arquivos de configuração"
-#: commands/dbcommands.c:202
-msgid "Consider using tablespaces instead."
-msgstr "Considere utilizar tablespaces."
+#: postmaster/postmaster.c:2172
+msgid "pg_hba.conf not reloaded"
+msgstr "pg_hba.conf não foi recarregado"
-#: commands/dbcommands.c:272
-msgid "permission denied to create database"
-msgstr "permissão negada ao criar banco de dados"
+#: postmaster/postmaster.c:2215
+msgid "received smart shutdown request"
+msgstr "pedido de desligamento inteligente foi recebido"
-#: commands/dbcommands.c:295
-#, c-format
-msgid "template database \"%s\" does not exist"
-msgstr "banco de dados modelo \"%s\" não existe"
+#: postmaster/postmaster.c:2262
+msgid "received fast shutdown request"
+msgstr "pedido de desligamento rápido foi recebido"
-#: commands/dbcommands.c:307
-#, c-format
-msgid "permission denied to copy database \"%s\""
-msgstr "permissão negada ao copiar banco de dados \"%s\""
+#: postmaster/postmaster.c:2280
+msgid "aborting any active transactions"
+msgstr "interrompendo quaisquer transações ativas"
-#: commands/dbcommands.c:323
-#, c-format
-msgid "invalid server encoding %d"
-msgstr "codificação do servidor %d é inválida"
+#: postmaster/postmaster.c:2309
+msgid "received immediate shutdown request"
+msgstr "pedido de desligamento imediato foi recebido"
-#: commands/dbcommands.c:329 commands/dbcommands.c:333
-#, c-format
-msgid "invalid locale name %s"
-msgstr "nome de configuração regional %s é inválido"
+#: postmaster/postmaster.c:2385 postmaster/postmaster.c:2418
+msgid "startup process"
+msgstr "processo de inicialização"
-#: commands/dbcommands.c:352
-#, c-format
-msgid ""
-"new encoding (%s) is incompatible with the encoding of the template database "
-"(%s)"
-msgstr ""
-"nova codificação (%s) é imcompatível com a codificação do banco de dados "
-"modelo (%s)"
+#: postmaster/postmaster.c:2388
+msgid "aborting startup due to startup process failure"
+msgstr "interrompendo inicialização porque o processo de inicialização falhou"
-#: commands/dbcommands.c:355
-msgid ""
-"Use the same encoding as in the template database, or use template0 as "
-"template."
-msgstr ""
-"Utilize a mesma codificação do banco de dados modelo ou utilize template0 "
-"como modelo."
+#: postmaster/postmaster.c:2452
+msgid "database system is ready to accept connections"
+msgstr "sistema de banco de dados está pronto para aceitar conexões"
-#: commands/dbcommands.c:360
-#, c-format
-msgid ""
-"new collation (%s) is incompatible with the collation of the template "
-"database (%s)"
-msgstr ""
-"nova ordenação (%s) é incompatível com a ordenação do banco de dados modelo "
-"(%s)"
+#: postmaster/postmaster.c:2507
+msgid "background writer process"
+msgstr "processo escritor em segundo plano"
-#: commands/dbcommands.c:362
-msgid ""
-"Use the same collation as in the template database, or use template0 as "
-"template."
-msgstr ""
-"Utilize a mesma ordenação do banco de dados modelo ou utilize template0 como "
-"modelo."
+#: postmaster/postmaster.c:2523
+msgid "WAL writer process"
+msgstr "processo escritor do WAL"
-#: commands/dbcommands.c:367
-#, c-format
-msgid ""
-"new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database "
-"(%s)"
-msgstr ""
-"novo LC_CTYPE (%s) é incompatível com o LC_CTYPE do banco de dados modelo "
-"(%s)"
+#: postmaster/postmaster.c:2537
+msgid "WAL receiver process"
+msgstr "processo receptor do WAL"
-#: commands/dbcommands.c:369
-msgid ""
-"Use the same LC_CTYPE as in the template database, or use template0 as "
-"template."
-msgstr ""
-"Utilize o mesmo LC_CTYPE do banco de dados modelo ou utilize template0 como "
-"modelo."
+#: postmaster/postmaster.c:2552
+msgid "autovacuum launcher process"
+msgstr "processo inicializador do autovacuum"
-#: commands/dbcommands.c:391 commands/dbcommands.c:1054
-msgid "pg_global cannot be used as default tablespace"
-msgstr "pg_global não pode ser utilizado como tablespace padrão"
+#: postmaster/postmaster.c:2567
+msgid "archiver process"
+msgstr "processo arquivador"
-#: commands/dbcommands.c:417
-#, c-format
-msgid "cannot assign new default tablespace \"%s\""
-msgstr "não pode atribuir nova tablespace padrão \"%s\""
+#: postmaster/postmaster.c:2583
+msgid "statistics collector process"
+msgstr "processo coletor de estatísticas"
-#: commands/dbcommands.c:419
-#, c-format
-msgid ""
-"There is a conflict because database \"%s\" already has some tables in this "
-"tablespace."
-msgstr ""
-"Há um conflito porque o banco de dados \"%s\" já tem algumas tabelas nesta "
-"tablespace."
+#: postmaster/postmaster.c:2597
+msgid "system logger process"
+msgstr "processo de relato do sistema (system logger)"
-#: commands/dbcommands.c:439 commands/dbcommands.c:929
-#, c-format
-msgid "database \"%s\" already exists"
-msgstr "banco de dados \"%s\" já existe"
+#: postmaster/postmaster.c:2632 postmaster/postmaster.c:2651
+#: postmaster/postmaster.c:2658 postmaster/postmaster.c:2676
+msgid "server process"
+msgstr "processo servidor"
-#: commands/dbcommands.c:453
+#: postmaster/postmaster.c:2712
+msgid "terminating any other active server processes"
+msgstr "terminando quaisquer outros processos servidor ativos"
+
+#. translator: %s is a noun phrase describing a child process, such as
+#. "server process"
+#: postmaster/postmaster.c:2877
#, c-format
-msgid "source database \"%s\" is being accessed by other users"
-msgstr "banco de dados fonte \"%s\" está sendo acessado por outros usuários"
+msgid "%s (PID %d) exited with exit code %d"
+msgstr "%s (PID %d) terminou com código de retorno %d"
-#: commands/dbcommands.c:695 commands/dbcommands.c:710
+#. translator: %s is a noun phrase describing a child process, such as
+#. "server process"
+#: postmaster/postmaster.c:2886
#, c-format
-msgid "encoding %s does not match locale %s"
-msgstr "codificação %s não corresponde a configuração regional %s"
+msgid "%s (PID %d) was terminated by exception 0x%X"
+msgstr "%s (PID %d) foi terminado pela exceção 0x%X"
-#: commands/dbcommands.c:698
+#. translator: %s is a noun phrase describing a child process, such as
+#. "server process"
+#: postmaster/postmaster.c:2895
#, c-format
-msgid "The chosen LC_CTYPE setting requires encoding %s."
-msgstr "A definição de LC_TYPE escolhida requer codificação %s."
+msgid "%s (PID %d) was terminated by signal %d: %s"
+msgstr "%s (PID %d) foi terminado pelo sinal %d: %s"
-#: commands/dbcommands.c:713
+#. translator: %s is a noun phrase describing a child process, such as
+#. "server process"
+#: postmaster/postmaster.c:2905
#, c-format
-msgid "The chosen LC_COLLATE setting requires encoding %s."
-msgstr "A definição de LC_COLLATE escolhida requer codificação %s."
+msgid "%s (PID %d) was terminated by signal %d"
+msgstr "%s (PID %d) foi terminado pelo sinal %d"
-#: commands/dbcommands.c:771
+#. translator: %s is a noun phrase describing a child process, such as
+#. "server process"
+#: postmaster/postmaster.c:2914
#, c-format
-msgid "database \"%s\" does not exist, skipping"
-msgstr "banco de dados \"%s\" não existe, ignorando"
+msgid "%s (PID %d) exited with unrecognized status %d"
+msgstr "%s (PID %d) terminou com status desconhecido %d"
-#: commands/dbcommands.c:792
-msgid "cannot drop a template database"
-msgstr "não pode remover banco de dados modelo"
+#: postmaster/postmaster.c:3094
+msgid "abnormal database system shutdown"
+msgstr "desligamento anormal do sistema de banco de dados"
-#: commands/dbcommands.c:798
-msgid "cannot drop the currently open database"
-msgstr "não pode remover banco de dados que se encontra aberto"
+#: postmaster/postmaster.c:3133
+msgid "all server processes terminated; reinitializing"
+msgstr "todos os processos servidor foram terminados; reinicializando"
-#: commands/dbcommands.c:809 commands/dbcommands.c:951
-#: commands/dbcommands.c:1076
+#: postmaster/postmaster.c:3316
#, c-format
-msgid "database \"%s\" is being accessed by other users"
-msgstr "banco de dados \"%s\" está sendo acessado por outros usuários"
+msgid "could not fork new process for connection: %m"
+msgstr "não pôde criar novo processo para conexão: %m"
-#: commands/dbcommands.c:920
-msgid "permission denied to rename database"
-msgstr "permissão negada ao renomear banco de dados"
+#: postmaster/postmaster.c:3358
+msgid "could not fork new process for connection: "
+msgstr "não pôde criar novo processo para conexão: "
-#: commands/dbcommands.c:940
-msgid "current database cannot be renamed"
-msgstr "banco de dados atual não pode ser renomeado"
+#: postmaster/postmaster.c:3472
+#, c-format
+msgid "connection received: host=%s port=%s"
+msgstr "conexão recebida: host=%s porta=%s"
-#: commands/dbcommands.c:1032
-msgid "cannot change the tablespace of the currently open database"
-msgstr ""
-"não pode mudar a tablespace de um banco de dados que se encontra aberto"
+#: postmaster/postmaster.c:3477
+#, c-format
+msgid "connection received: host=%s"
+msgstr "conexão recebida: host=%s"
-#: commands/dbcommands.c:1116
+#: postmaster/postmaster.c:3746
#, c-format
-msgid "some relations of database \"%s\" are already in tablespace \"%s\""
-msgstr ""
-"algumas relações do banco de dados \"%s\" já estão na tablespace \"%s\""
+msgid "could not execute server process \"%s\": %m"
+msgstr "não pôde executar processo servidor \"%s\": %m"
-#: commands/dbcommands.c:1118
-msgid ""
-"You must move them back to the database's default tablespace before using "
-"this command."
+#: postmaster/postmaster.c:4268
+msgid "database system is ready to accept read only connections"
msgstr ""
-"Você deve movê-las de volta para a tablespace padrão do banco de dados antes "
-"de utilizar este comando."
+"sistema de banco de dados está pronto para aceitar conexões somente leitura"
-#: commands/dbcommands.c:1490
-msgid "permission denied to change owner of database"
-msgstr "permissão negada ao mudar dono do banco de dados"
+#: postmaster/postmaster.c:4535
+#, c-format
+msgid "could not fork startup process: %m"
+msgstr "não pôde criar processo de inicialização: %m"
-#: commands/dbcommands.c:1802
+#: postmaster/postmaster.c:4539
#, c-format
-msgid ""
-"There are %d other session(s) and %d prepared transaction(s) using the "
-"database."
-msgstr ""
-"Há %d outra(s) sessão(ões) e %d transação(ões) preparada(s) utilizando o "
-"banco de dados."
+msgid "could not fork background writer process: %m"
+msgstr "não pôde criar processo escritor em segundo plano: %m"
-#: commands/dbcommands.c:1805
+#: postmaster/postmaster.c:4543
#, c-format
-msgid "There are %d other session(s) using the database."
-msgstr "Há %d outra(s) sessão(ões) utilizando o banco de dados."
+msgid "could not fork WAL writer process: %m"
+msgstr "não pôde criar processo escritor do WAL: %m"
-#: commands/dbcommands.c:1808
+#: postmaster/postmaster.c:4547
#, c-format
-msgid "There are %d prepared transaction(s) using the database."
-msgstr "Há %d transação(ões) preparada(s) utilizando o banco de dados."
+msgid "could not fork WAL receiver process: %m"
+msgstr "não pôde criar processo receptor do WAL: %m"
-#: commands/copy.c:339 commands/copy.c:351 commands/copy.c:385
-#: commands/copy.c:395
-msgid "COPY BINARY is not supported to stdout or from stdin"
-msgstr "COPY BINARY não é suportado para saída stdout ou da entrada padrão"
+#: postmaster/postmaster.c:4551
+#, c-format
+msgid "could not fork process: %m"
+msgstr "não pôde criar processo: %m"
-#: commands/copy.c:473
+#: postmaster/postmaster.c:4836
#, c-format
-msgid "could not write to COPY file: %m"
-msgstr "não pôde escrever em arquivo COPY: %m"
+msgid "could not duplicate socket %d for use in backend: error code %d"
+msgstr "não pôde duplicar soquete %d para uso pelo servidor: código de erro %d"
-#: commands/copy.c:485
-msgid "connection lost during COPY to stdout"
-msgstr "conexão perdida durante COPY para saída stdout"
+#: postmaster/postmaster.c:4868
+#, c-format
+msgid "could not create inherited socket: error code %d\n"
+msgstr "não pôde criar soquete herdado: código de erro %d\n"
-#: commands/copy.c:526
+#: postmaster/postmaster.c:4897 postmaster/postmaster.c:4904
#, c-format
-msgid "could not read from COPY file: %m"
-msgstr "não pôde ler de arquivo COPY: %m"
+msgid "could not read from backend variables file \"%s\": %s\n"
+msgstr "não pôde ler do arquivo de variáveis do servidor \"%s\": %s\n"
-#: commands/copy.c:577
+#: postmaster/postmaster.c:4913
#, c-format
-msgid "COPY from stdin failed: %s"
-msgstr "COPY da entrada padrão falhou: %s"
+msgid "could not remove file \"%s\": %s\n"
+msgstr "não pôde remover arquivo \"%s\": %s\n"
-#: commands/copy.c:593
+#: postmaster/postmaster.c:4930
#, c-format
-msgid "unexpected message type 0x%02X during COPY from stdin"
-msgstr "tipo de mensagem inesperada 0x%02X durante COPY da entrada padrão"
+msgid "could not map view of backend variables: error code %d\n"
+msgstr "não pôde mapear visão de variáveis do servidor: código de erro %d\n"
-#: commands/copy.c:745
-msgid "must be superuser to COPY to or from a file"
-msgstr "deve ser super-usuário para utilizar COPY para ou de um arquivo"
+#: postmaster/postmaster.c:4939
+#, c-format
+msgid "could not unmap view of backend variables: error code %d\n"
+msgstr "não pôde liberar visão de variáveis do servidor: código de erro %d\n"
-#: commands/copy.c:746
-msgid ""
-"Anyone can COPY to stdout or from stdin. psql's \\copy command also works "
-"for anyone."
+#: postmaster/postmaster.c:4946
+#, c-format
+msgid "could not close handle to backend parameter variables: error code %d\n"
msgstr ""
-"Qualquer um pode utilizar COPY para saída stdout ou da entrada padrão. "
-"comando \\copy do psql também funciona para qualquer um."
+"não pôde fechar manipulador das variáveis do servidor: código de erro %d\n"
-#: commands/copy.c:874
+#: postmaster/postmaster.c:5091
+msgid "could not read exit code for process\n"
+msgstr "não pôde ler código de retorno para processo\n"
+
+#: postmaster/postmaster.c:5096
+msgid "could not post child completion status\n"
+msgstr "não pôde publicar status de conclusão do processo filho\n"
+
+#: replication/basebackup.c:124 replication/basebackup.c:657
#, c-format
-msgid "COPY format \"%s\" not recognized"
-msgstr "formato COPY \"%s\" desconhecido"
+msgid "could not read symbolic link \"%s\": %m"
+msgstr "não pôde ler link simbólico \"%s\": %m"
-#: commands/copy.c:937 commands/copy.c:951
+#: replication/basebackup.c:131 replication/basebackup.c:661
#, c-format
-msgid "argument to option \"%s\" must be a list of column names"
-msgstr "argumento para opção \"%s\" deve ser uma lista de nomes de colunas"
+msgid "symbolic link \"%s\" target is too long"
+msgstr "alvo \"%s\" de link simbólico é muito longo"
-#: commands/copy.c:964
+#: replication/basebackup.c:252 replication/basebackup.c:786
+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:299 replication/basebackup.c:308
+#: replication/basebackup.c:317 replication/basebackup.c:326
+#: replication/basebackup.c:335
#, c-format
-msgid "argument to option \"%s\" must be a valid encoding name"
-msgstr "argumento para opção \"%s\" deve ser um nome de codificação válido"
+msgid "duplicate option \"%s\""
+msgstr "opção \"%s\" duplicada"
-#: commands/copy.c:970
+#: replication/basebackup.c:387
#, c-format
-msgid "option \"%s\" not recognized"
-msgstr "opção \"%s\" desconhecida"
+msgid "could not open directory \"pg_tblspc\": %m"
+msgstr "não pôde abrir diretório \"pg_tblspc\": %m"
-#: commands/copy.c:981
-msgid "cannot specify DELIMITER in BINARY mode"
-msgstr "não pode especificar DELIMITER no modo BINARY"
+#: replication/basebackup.c:597
+msgid "shutdown requested, aborting active base backup"
+msgstr "desligamento solicitado, interrompendo cópia de segurança base"
-#: commands/copy.c:986
-msgid "cannot specify NULL in BINARY mode"
-msgstr "não pode especificar NULL no modo BINARY"
+#: replication/basebackup.c:611
+#, 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"
-#: commands/copy.c:1008
-msgid "COPY delimiter must be a single one-byte character"
-msgstr "delimitador do COPY deve ter um único caracter de um byte"
+#: replication/basebackup.c:703
+#, c-format
+msgid "skipping special file \"%s\""
+msgstr "ignorando arquivo especial \"%s\""
-#: commands/copy.c:1015
-msgid "COPY delimiter cannot be newline or carriage return"
-msgstr "delimitador do COPY não pode ser nova linha ou retorno de carro"
+#: replication/basebackup.c:776
+#, c-format
+msgid "archive member \"%s\" too large for tar format"
+msgstr "membro de archive \"%s\" muito grande para o formato tar"
+
+#: replication/libpqwalreceiver/libpqwalreceiver.c:101
+#, c-format
+msgid "could not connect to the primary server: %s"
+msgstr "não pôde conectar ao servidor principal: %s"
-#: commands/copy.c:1021
-msgid "COPY null representation cannot use newline or carriage return"
+#: replication/libpqwalreceiver/libpqwalreceiver.c:113
+#, c-format
+msgid ""
+"could not receive database system identifier and timeline ID from the "
+"primary server: %s"
msgstr ""
-"representação do nulo do COPY não pode ser nova linha ou retorno de carro"
+"não pôde receber identificador do sistema de banco de dados e o ID de linha "
+"do tempo do servidor principal: %s"
-#: commands/copy.c:1038
+#: replication/libpqwalreceiver/libpqwalreceiver.c:124
+msgid "invalid response from primary server"
+msgstr "resposta inválida do servidor principal"
+
+#: replication/libpqwalreceiver/libpqwalreceiver.c:125
#, c-format
-msgid "COPY delimiter cannot be \"%s\""
-msgstr "delimitador do COPY não pode ser \"%s\""
+msgid "Expected 1 tuple with 3 fields, got %d tuples with %d fields."
+msgstr "Esperada 1 tupla com 3 campos, recebeu %d tuplas com %d campos."
-#: commands/copy.c:1044
-msgid "COPY HEADER available only in CSV mode"
-msgstr "COPY HEADER só está disponível no modo CSV"
+#: replication/libpqwalreceiver/libpqwalreceiver.c:140
+msgid "database system identifier differs between the primary and standby"
+msgstr ""
+"identificador do sistema de banco de dados difere entre o servidor principal "
+"e o servidor em espera"
-#: commands/copy.c:1050
-msgid "COPY quote available only in CSV mode"
-msgstr "delimitador de dados do COPY só está disponível no modo CSV"
+#: replication/libpqwalreceiver/libpqwalreceiver.c:141
+#, c-format
+msgid "The primary's identifier is %s, the standby's identifier is %s."
+msgstr ""
+"O identificador do servidor principal é %s, o identificador do servidor em "
+"espera é %s."
-#: commands/copy.c:1055
-msgid "COPY quote must be a single one-byte character"
-msgstr "delimitador de dados do COPY deve ter um único caracter de um byte"
+#: replication/libpqwalreceiver/libpqwalreceiver.c:153
+#, c-format
+msgid "timeline %u of the primary does not match recovery target timeline %u"
+msgstr ""
+"linha do tempo %u do servidor principal não combina com linha do tempo %u da "
+"recuperação"
-#: commands/copy.c:1060
-msgid "COPY delimiter and quote must be different"
-msgstr "delimitador e delimitador de dados do COPY devem ser diferentes"
+#: replication/libpqwalreceiver/libpqwalreceiver.c:165
+#, c-format
+msgid "could not start WAL streaming: %s"
+msgstr "não pôde iniciar envio do WAL: %s"
-#: commands/copy.c:1066
-msgid "COPY escape available only in CSV mode"
-msgstr "escape do COPY só está disponível no modo CSV"
+#: replication/libpqwalreceiver/libpqwalreceiver.c:171
+msgid "streaming replication successfully connected to primary"
+msgstr "replicação em fluxo conectou-se com sucesso ao servidor principal"
-#: commands/copy.c:1071
-msgid "COPY escape must be a single one-byte character"
-msgstr "escape do COPY deve ter um único caracter de um byte"
+#: replication/libpqwalreceiver/libpqwalreceiver.c:193
+msgid "socket not open"
+msgstr "soquete não está aberto"
-#: commands/copy.c:1077
-msgid "COPY force quote available only in CSV mode"
-msgstr "opção force quote do COPY somente está disponível no modo CSV"
+#: replication/libpqwalreceiver/libpqwalreceiver.c:367
+#: replication/libpqwalreceiver/libpqwalreceiver.c:388
+#: replication/libpqwalreceiver/libpqwalreceiver.c:393
+#, c-format
+msgid "could not receive data from WAL stream: %s"
+msgstr "não pôde receber dados do fluxo do WAL: %s"
-#: commands/copy.c:1081
-msgid "COPY force quote only available using COPY TO"
-msgstr "opção force quote do COPY somente está disponível ao utilizar COPY TO"
+#: replication/libpqwalreceiver/libpqwalreceiver.c:384
+msgid "replication terminated by primary server"
+msgstr "replicação terminada pelo servidor principal"
-#: commands/copy.c:1087
-msgid "COPY force not null available only in CSV mode"
-msgstr "opção force not null do COPY somente está disponível no modo CSV"
+#: replication/libpqwalreceiver/libpqwalreceiver.c:415
+#, c-format
+msgid "could not send data to WAL stream: %s"
+msgstr "não pôde enviar dados ao fluxo do WAL: %s"
-#: commands/copy.c:1091
-msgid "COPY force not null only available using COPY FROM"
+#: replication/walreceiver.c:150
+msgid "terminating walreceiver process due to administrator command"
msgstr ""
-"opção force not null do COPY somente está disponível ao utilizar COPY FROM"
+"terminando processo walreceiver por causa de um comando do administrador"
-#: commands/copy.c:1097
-msgid "COPY delimiter must not appear in the NULL specification"
-msgstr "delimitador do COPY não deve aparecer em uma especificação NULL"
+#: replication/walreceiver.c:304
+msgid "cannot continue WAL streaming, recovery has already ended"
+msgstr "não pode continuar envio do WAL, recuperação já terminou"
-#: commands/copy.c:1104
-msgid "CSV quote character must not appear in the NULL specification"
+#: replication/walsender.c:141
+msgid "recovery is still in progress, can't accept WAL streaming connections"
msgstr ""
-"caracter delimitador de dados do CSV não deve aparecer na especificação NULL"
+"recuperação ainda está em progresso, não pode aceitar conexões de envio do "
+"WAL"
-#: commands/copy.c:1166
+#: replication/walsender.c:261 replication/walsender.c:489
+#: replication/walsender.c:547
+msgid "unexpected EOF on standby connection"
+msgstr "EOF inesperado na conexão do servidor em espera"
+
+#: replication/walsender.c:267
#, c-format
-msgid "table \"%s\" does not have OIDs"
-msgstr "tabela \"%s\" não tem OIDs"
+msgid "invalid standby handshake message type %d"
+msgstr "tipo de mensagem de negociação %d do servidor em espera é inválido"
-#: commands/copy.c:1183
-msgid "COPY (SELECT) WITH OIDS is not supported"
-msgstr "COPY (SELECT) WITH OIDS não é mais suportado"
+#: replication/walsender.c:379
+msgid "standby connections not allowed because wal_level=minimal"
+msgstr ""
+"conexões de servidores em espera não são permitidas porque wal_level=minimal"
-#: commands/copy.c:1210
-msgid "COPY (SELECT INTO) is not supported"
-msgstr "COPY (SELECT INTO) não é suportado"
+#: replication/walsender.c:461
+#, c-format
+msgid "invalid standby query string: %s"
+msgstr "consulta do servidor em espera inválida: %s"
-#: commands/copy.c:1270
+#: replication/walsender.c:518
#, c-format
-msgid "FORCE QUOTE column \"%s\" not referenced by COPY"
-msgstr "coluna do tipo FORCE QUOTE \"%s\" não é referenciada pelo COPY"
+msgid "invalid standby message type \"%c\""
+msgstr "tipo de mensagem do servidor em espera \"%c\" é inválido"
-#: commands/copy.c:1292
+#: replication/walsender.c:569
#, c-format
-msgid "FORCE NOT NULL column \"%s\" not referenced by COPY"
-msgstr "coluna do tipo FORCE NOT NULL \"%s\" não é referenciada pelo COPY"
+msgid "unexpected message type \"%c\""
+msgstr "tipo de mensagem \"%c\" inesperado"
-#: commands/copy.c:1356
+#: replication/walsender.c:763
#, c-format
-msgid "cannot copy from view \"%s\""
-msgstr "não pode copiar visão \"%s\""
+msgid "standby \"%s\" has now caught up with primary"
+msgstr "servidor em espera \"%s\" agora alcançou o servidor principal"
-#: commands/copy.c:1358 commands/copy.c:1364
-msgid "Try the COPY (SELECT ...) TO variant."
-msgstr "Tente a variante COPY (SELECT ...) TO."
+#: replication/walsender.c:841
+msgid "terminating walsender process due to replication timeout"
+msgstr ""
+"terminando processo walsender por causa do tempo de espera da replicação"
-#: commands/copy.c:1362
+#: replication/walsender.c:908
#, c-format
-msgid "cannot copy from foreign table \"%s\""
-msgstr "não pode copiar tabela externa \"%s\""
+msgid ""
+"number of requested standby connections exceeds max_wal_senders (currently "
+"%d)"
+msgstr ""
+"número de conexões dos servidores em espera solicitadas excedeu "
+"max_wal_senders (atualmente %d)"
-#: commands/copy.c:1368
+#: replication/walsender.c:986 replication/walsender.c:1048
#, c-format
-msgid "cannot copy from sequence \"%s\""
-msgstr "não pode copiar sequência \"%s\""
+msgid "requested WAL segment %s has already been removed"
+msgstr "segmento do WAL solicitado %s já foi removido"
-#: commands/copy.c:1373
+#: replication/walsender.c:1019
#, c-format
-msgid "cannot copy from non-table relation \"%s\""
-msgstr "não pode copiar relação \"%s\" que não é uma tabela"
+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"
-#: commands/copy.c:1397
-msgid "relative path not allowed for COPY to file"
-msgstr "caminho relativo não é permitido pelo COPY para arquivo"
+#: repl_scanner.l:76
+msgid "invalid streaming start location"
+msgstr "local de início do fluxo é inválido"
-#: commands/copy.c:1407
-#, c-format
-msgid "could not open file \"%s\" for writing: %m"
-msgstr "não pôde abrir arquivo \"%s\" para escrita: %m"
+#: repl_scanner.l:97 scan.l:629
+msgid "unterminated quoted string"
+msgstr "cadeia de caracteres entre aspas não foi terminada"
-#: commands/copy.c:1414 commands/copy.c:2200
+#: repl_scanner.l:107
#, c-format
-msgid "\"%s\" is a directory"
-msgstr "\"%s\" é um diretório"
+msgid "syntax error: unexpected character \"%s\""
+msgstr "erro de sintaxe: caracter inesperado \"%s\""
-#: commands/copy.c:1738
+#: replication/syncrep.c:210
+msgid ""
+"canceling the wait for synchronous replication and terminating connection "
+"due to administrator command"
+msgstr ""
+"cancelando espera por replicação síncrona e terminando conexão por causa de "
+"um comando do administrador"
+
+#: replication/syncrep.c:211 replication/syncrep.c:228
+msgid ""
+"The transaction has already committed locally, but might not have been "
+"replicated to the standby."
+msgstr ""
+"A transação foi efetivada localmente, mas pode não ter sido replicado para o "
+"servidor em espera."
+
+#: replication/syncrep.c:227
+msgid "canceling wait for synchronous replication due to user request"
+msgstr ""
+"cancelando espera por replicação síncrona por causa de um pedido do usuário"
+
+#: replication/syncrep.c:358
#, c-format
-msgid "COPY %s, line %d, column %s"
-msgstr "COPY %s, linha %d, coluna %s"
+msgid "standby \"%s\" now has synchronous standby priority %u"
+msgstr ""
+"servidor em espera \"%s\" agora tem prioridade %u como servidor em espera "
+"síncrono"
-#: commands/copy.c:1742 commands/copy.c:1787
+#: replication/syncrep.c:455
#, c-format
-msgid "COPY %s, line %d"
-msgstr "COPY %s, linha %d"
+msgid "standby \"%s\" is now the synchronous standby with priority %u"
+msgstr ""
+"servidor em espera \"%s\" agora é um servidor em espera síncrono com "
+"prioridade %u"
-#: commands/copy.c:1753
+#: tsearch/dict_ispell.c:53 tsearch/dict_thesaurus.c:615
+msgid "multiple DictFile parameters"
+msgstr "múltiplos parâmetros DictFile"
+
+#: tsearch/dict_ispell.c:64
+msgid "multiple AffFile parameters"
+msgstr "múltiplos parâmetros AffFile"
+
+#: tsearch/dict_ispell.c:83
#, c-format
-msgid "COPY %s, line %d, column %s: \"%s\""
-msgstr "COPY %s, linha %d, coluna %s: \"%s\""
+msgid "unrecognized Ispell parameter: \"%s\""
+msgstr "parâmetro desconhecido do Ispell: \"%s\""
+
+#: tsearch/dict_ispell.c:97
+msgid "missing AffFile parameter"
+msgstr "faltando parâmetro AffFile"
+
+#: tsearch/dict_ispell.c:103 tsearch/dict_thesaurus.c:639
+msgid "missing DictFile parameter"
+msgstr "faltando parâmetro DictFile"
-#: commands/copy.c:1761
+#: tsearch/ts_utils.c:53
#, c-format
-msgid "COPY %s, line %d, column %s: null input"
-msgstr "COPY %s, linha %d, coluna %s: entrada nula"
+msgid "invalid text search configuration file name \"%s\""
+msgstr "nome de arquivo de configuração de busca textual \"%s\" é inválido"
-#: commands/copy.c:1773
+#: tsearch/ts_utils.c:91
#, c-format
-msgid "COPY %s, line %d: \"%s\""
-msgstr "COPY %s, linha %d: \"%s\""
+msgid "could not open stop-word file \"%s\": %m"
+msgstr "não pôde abrir arquivo de palavras ignoradas \"%s\": %m"
-#: commands/copy.c:1857
-#, c-format
-msgid "cannot copy to view \"%s\""
-msgstr "não pode copiar para visão \"%s\""
+#: tsearch/wparser.c:314
+msgid "text search parser does not support headline creation"
+msgstr "analisador de busca textual não suporta a criação de destaques"
-#: commands/copy.c:1862
+#: tsearch/dict_synonym.c:119
#, c-format
-msgid "cannot copy to foreign table \"%s\""
-msgstr "não pode copiar para tabela externa \"%s\""
+msgid "unrecognized synonym parameter: \"%s\""
+msgstr "parâmetro desconhecido do dicionário de sinônimos: \"%s\""
-#: commands/copy.c:1867
+#: tsearch/dict_synonym.c:126
+msgid "missing Synonyms parameter"
+msgstr "faltando parâmetro Synonyms"
+
+#: tsearch/dict_synonym.c:133
#, c-format
-msgid "cannot copy to sequence \"%s\""
-msgstr "não pode copiar para sequência \"%s\""
+msgid "could not open synonym file \"%s\": %m"
+msgstr "não pôde abrir arquivo de sinônimos \"%s\": %m"
-#: commands/copy.c:1872
+#: tsearch/dict_thesaurus.c:180
#, c-format
-msgid "cannot copy to non-table relation \"%s\""
-msgstr "não pode copiar para relação \"%s\" que não é uma tabela"
+msgid "could not open thesaurus file \"%s\": %m"
+msgstr "não pôde abrir arquivo de tesauros \"%s\": %m"
-#: commands/copy.c:2219
-msgid "COPY file signature not recognized"
-msgstr "assinatura de arquivo COPY é desconhecida"
+#: tsearch/dict_thesaurus.c:213
+msgid "unexpected delimiter"
+msgstr "delimitador inesperado"
-#: commands/copy.c:2224
-msgid "invalid COPY file header (missing flags)"
-msgstr "cabeçalho de arquivo COPY é inválido (faltando marcações)"
+#: tsearch/dict_thesaurus.c:263 tsearch/dict_thesaurus.c:279
+msgid "unexpected end of line or lexeme"
+msgstr "fim de linha ou lexema inesperado"
-#: commands/copy.c:2230
-msgid "unrecognized critical flags in COPY file header"
-msgstr "marcações críticas desconhecidas no cabeçalho do arquivo COPY"
+#: tsearch/dict_thesaurus.c:288
+msgid "unexpected end of line"
+msgstr "fim de linha inesperado"
-#: commands/copy.c:2236
-msgid "invalid COPY file header (missing length)"
-msgstr "cabeçalho de arquivo COPY é inválido (faltando tamanho)"
+#: tsearch/dict_thesaurus.c:412
+#, c-format
+msgid ""
+"thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)"
+msgstr ""
+"palavra amostrada do tesauro \"%s\" não é reconhecida pelo sub-dicionário "
+"(regra %d)"
-#: commands/copy.c:2243
-msgid "invalid COPY file header (wrong length)"
-msgstr "cabeçalho de arquivo COPY é inválido (tamanho incorreto)"
+#: tsearch/dict_thesaurus.c:418
+#, c-format
+msgid "thesaurus sample word \"%s\" is a stop word (rule %d)"
+msgstr "palavra amostrada do tesauro \"%s\" é uma palavra ignorada (regra %d)"
-#: commands/copy.c:2376 commands/copy.c:3058 commands/copy.c:3288
-msgid "extra data after last expected column"
-msgstr "dado extra após última coluna esperada"
+#: tsearch/dict_thesaurus.c:421
+msgid "Use \"?\" to represent a stop word within a sample phrase."
+msgstr ""
+"Utilize \"?\" para representar uma palavra ignorada dentro de uma frase "
+"amostrada."
-#: commands/copy.c:2386
-msgid "missing data for OID column"
-msgstr "faltando dados da coluna OID"
+#: tsearch/dict_thesaurus.c:567
+#, c-format
+msgid "thesaurus substitute word \"%s\" is a stop word (rule %d)"
+msgstr "palavra substituta do tesauro \"%s\" é uma palavra ignorada (regra %d)"
-#: commands/copy.c:2392
-msgid "null OID in COPY data"
-msgstr "OID nulo em dados do COPY"
+#: tsearch/dict_thesaurus.c:574
+#, c-format
+msgid ""
+"thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)"
+msgstr ""
+"palavra substituta do tesauro \"%s\" não é reconhecida pelo sub-dicionário "
+"(regra %d)"
-#: commands/copy.c:2402 commands/copy.c:2501
-msgid "invalid OID in COPY data"
-msgstr "OID inválido em dados do COPY"
+#: tsearch/dict_thesaurus.c:586
+#, c-format
+msgid "thesaurus substitute phrase is empty (rule %d)"
+msgstr "frase substituta do tesauro está vazia (regra %d)"
-#: commands/copy.c:2417
+#: tsearch/dict_thesaurus.c:624
+msgid "multiple Dictionary parameters"
+msgstr "múltiplos parâmetros Dictionary"
+
+#: tsearch/dict_thesaurus.c:631
#, c-format
-msgid "missing data for column \"%s\""
-msgstr "faltando dados da coluna \"%s\""
+msgid "unrecognized Thesaurus parameter: \"%s\""
+msgstr "parâmetro desconhecido do dicionário de tesauros: \"%s\""
-#: commands/copy.c:2476
-msgid "received copy data after EOF marker"
-msgstr "dados do COPY recebidos após marcador EOF"
+#: tsearch/dict_thesaurus.c:643
+msgid "missing Dictionary parameter"
+msgstr "faltando parâmetro Dictionary"
-#: commands/copy.c:2483
+#: tsearch/wparser_def.c:2551
#, c-format
-msgid "row field count is %d, expected %d"
-msgstr "quantidade de campos do registro é %d, esperado %d"
+msgid "unrecognized headline parameter: \"%s\""
+msgstr "parâmetro de destaque desconhecido: \"%s\""
-#: commands/copy.c:2822 commands/copy.c:2839
-msgid "literal carriage return found in data"
-msgstr "retorno de carro foi encontrado em dados"
+#: tsearch/wparser_def.c:2560
+msgid "MinWords should be less than MaxWords"
+msgstr "MinWords deve ser menor do que MaxWords"
-#: commands/copy.c:2823 commands/copy.c:2840
-msgid "unquoted carriage return found in data"
-msgstr "retorno de carros sem aspas foi encontrado em dados"
+#: tsearch/wparser_def.c:2564
+msgid "MinWords should be positive"
+msgstr "MinWords deve ser positivo"
-#: commands/copy.c:2825 commands/copy.c:2842
-msgid "Use \"\\r\" to represent carriage return."
-msgstr "Utilize \"\\r\" para representar retorno de carro."
+#: tsearch/wparser_def.c:2568
+msgid "ShortWord should be >= 0"
+msgstr "ShortWord deve ser >= 0"
-#: commands/copy.c:2826 commands/copy.c:2843
-msgid "Use quoted CSV field to represent carriage return."
-msgstr "Utilize campo entre aspas do CSV para representar retorno de carro."
+#: tsearch/wparser_def.c:2572
+msgid "MaxFragments should be >= 0"
+msgstr "MaxFragments deve ser >= 0"
-#: commands/copy.c:2855
-msgid "literal newline found in data"
-msgstr "nova linha foi encontrada em dados"
+#: tsearch/spell.c:276
+#, c-format
+msgid "could not open dictionary file \"%s\": %m"
+msgstr "não pôde abrir arquivo de dicionário \"%s\": %m"
-#: commands/copy.c:2856
-msgid "unquoted newline found in data"
-msgstr "nova linha sem aspas foi encontrada em dados"
+#: tsearch/spell.c:518 tsearch/spell.c:535 tsearch/spell.c:552
+#: tsearch/spell.c:569 tsearch/spell.c:591 gram.y:12477 gram.y:12494
+msgid "syntax error"
+msgstr "erro de sintaxe"
-#: commands/copy.c:2858
-msgid "Use \"\\n\" to represent newline."
-msgstr "Utilize \"\\n\" para representar nova linha."
+#: tsearch/spell.c:596 tsearch/spell.c:842 tsearch/spell.c:862
+msgid "multibyte flag character is not allowed"
+msgstr "caractere marcador multibyte não é permitido"
-#: commands/copy.c:2859
-msgid "Use quoted CSV field to represent newline."
-msgstr "Utilize campo entre aspas do CSV para representar nova linha."
+#: tsearch/spell.c:629 tsearch/spell.c:687 tsearch/spell.c:780
+#, c-format
+msgid "could not open affix file \"%s\": %m"
+msgstr "não pôde abrir arquivo de afixos \"%s\": %m"
-#: commands/copy.c:2905 commands/copy.c:2941
-msgid "end-of-copy marker does not match previous newline style"
-msgstr ""
-"marcador de fim-de-cópia não corresponde com estilo de nova linha anterior"
+#: tsearch/spell.c:675
+msgid "Ispell dictionary supports only default flag value"
+msgstr "dicionário Ispell suporta somente valor de marcador padrão"
-#: commands/copy.c:2914 commands/copy.c:2930
-msgid "end-of-copy marker corrupt"
-msgstr "marcador de fim-de-cópia corrompido"
+#: tsearch/spell.c:873
+msgid "wrong affix file format for flag"
+msgstr "formato de arquivo de afixos incorreto para marcador"
-#: commands/copy.c:3372
-msgid "unterminated CSV quoted field"
-msgstr "campo entre aspas do CSV não foi terminado"
+#: tsearch/ts_parse.c:391 tsearch/ts_parse.c:398 tsearch/ts_parse.c:561
+#: tsearch/ts_parse.c:568
+msgid "word is too long to be indexed"
+msgstr "palavra é muito longa para ser indexada"
-#: commands/copy.c:3449 commands/copy.c:3468
-msgid "unexpected EOF in COPY data"
-msgstr "EOF inesperado em dados do COPY"
+#: tsearch/ts_parse.c:392 tsearch/ts_parse.c:399 tsearch/ts_parse.c:562
+#: tsearch/ts_parse.c:569
+#, c-format
+msgid "Words longer than %d characters are ignored."
+msgstr "Palavras maiores do que %d caracteres são ignoradas."
-#: commands/copy.c:3458
-msgid "invalid field size"
-msgstr "tamanho de campo inválido"
+#: tsearch/dict_simple.c:59
+msgid "multiple Accept parameters"
+msgstr "múltiplos parâmetros Accept"
-#: commands/copy.c:3481
-msgid "incorrect binary data format"
-msgstr "formato de dado binário incorreto"
+#: tsearch/dict_simple.c:67
+#, c-format
+msgid "unrecognized simple dictionary parameter: \"%s\""
+msgstr "parâmetro desconhecido do dicionário simples: \"%s\""
-#: commands/conversioncmds.c:71
+#: tsearch/ts_locale.c:177
#, c-format
-msgid "source encoding \"%s\" does not exist"
-msgstr "codificação de origem \"%s\" não existe"
+msgid "line %d of configuration file \"%s\": \"%s\""
+msgstr "linha %d do arquivo de configuração \"%s\": \"%s\""
-#: commands/conversioncmds.c:78
+#: tsearch/ts_locale.c:182 libpq/hba.c:781 libpq/hba.c:797 libpq/hba.c:833
+#: libpq/hba.c:855 libpq/hba.c:864 libpq/hba.c:887 libpq/hba.c:899
+#: libpq/hba.c:912 libpq/hba.c:927 libpq/hba.c:982 libpq/hba.c:1002
+#: libpq/hba.c:1016 libpq/hba.c:1033 libpq/hba.c:1046 libpq/hba.c:1062
+#: libpq/hba.c:1077 libpq/hba.c:1119 libpq/hba.c:1151 libpq/hba.c:1162
+#: libpq/hba.c:1182 libpq/hba.c:1193 libpq/hba.c:1204 libpq/hba.c:1221
+#: libpq/hba.c:1242 libpq/hba.c:1272 libpq/hba.c:1284 libpq/hba.c:1297
+#: libpq/hba.c:1331 libpq/hba.c:1405 libpq/hba.c:1423 libpq/hba.c:1444
+#: libpq/hba.c:1475 libpq/hba.c:1485
#, c-format
-msgid "destination encoding \"%s\" does not exist"
-msgstr "codificação de destino \"%s\" não existe"
+msgid "line %d of configuration file \"%s\""
+msgstr "linha %d do arquivo de configuração \"%s\""
+
+#: tsearch/ts_locale.c:302
+#, c-format
+msgid "conversion from wchar_t to server encoding failed: %m"
+msgstr "conversão do wchar_t para codificação do servidor falhou: %m"
+
+#: parser/parse_oper.c:219 parser/parse_agg.c:131
+#, c-format
+msgid "could not identify an ordering operator for type %s"
+msgstr "não pôde identificar um operador de ordenação para tipo %s"
+
+#: parser/parse_oper.c:221
+msgid "Use an explicit ordering operator or modify the query."
+msgstr "Utilize um operador de ordenação explícito ou modifique a consulta."
-#: commands/conversioncmds.c:92
+#: parser/parse_oper.c:476
#, c-format
-msgid "encoding conversion function %s must return type \"void\""
-msgstr "função de conversão de codificação %s deve retornar tipo \"void\""
+msgid "operator requires run-time type coercion: %s"
+msgstr "operador requer conversão de tipo em tempo de execução: %s"
-#: commands/conversioncmds.c:152
+#: parser/parse_oper.c:710
#, c-format
-msgid "conversion \"%s\" does not exist, skipping"
-msgstr "conversão \"%s\" não existe, ignorando"
+msgid "operator is not unique: %s"
+msgstr "operador não é único: %s"
-#: commands/conversioncmds.c:211
-#, c-format
-msgid "conversion \"%s\" already exists in schema \"%s\""
-msgstr "conversão \"%s\" já existe no esquema \"%s\""
+#: parser/parse_oper.c:712
+msgid ""
+"Could not choose a best candidate operator. You might need to add explicit "
+"type casts."
+msgstr ""
+"Não pôde escolher um operador que se enquadra melhor. Você precisa adicionar "
+"conversões de tipo explícitas."
-#: commands/collationcmds.c:81
+#: parser/parse_oper.c:720
+msgid ""
+"No operator matches the given name and argument type(s). You might need to "
+"add explicit type casts."
+msgstr ""
+"Nenhum operador corresponde com o nome e o(s) tipo(s) de argumento(s) "
+"informados. Você precisa adicionar conversões de tipo explícitas."
+
+#: parser/parse_oper.c:779 parser/parse_oper.c:893
#, c-format
-msgid "collation attribute \"%s\" not recognized"
-msgstr "atributo de ordenação \"%s\" desconhecido"
+msgid "operator is only a shell: %s"
+msgstr "operador é indefinido: %s"
-#: commands/collationcmds.c:126
-msgid "parameter \"lc_collate\" must be specified"
-msgstr "parâmetro \"lc_collate\" deve ser especificado"
+#: parser/parse_oper.c:881
+msgid "op ANY/ALL (array) requires array on right side"
+msgstr "op ANY/ALL (array) requer matriz no lado direito"
-#: commands/collationcmds.c:131
-msgid "parameter \"lc_ctype\" must be specified"
-msgstr "parâmetro \"lc_type\" deve ser especificado"
+#: parser/parse_oper.c:923
+msgid "op ANY/ALL (array) requires operator to yield boolean"
+msgstr "op ANY/ALL (array) requer operador que retorna booleano"
-#: commands/collationcmds.c:177
-#, c-format
-msgid "collation \"%s\" does not exist, skipping"
-msgstr "ordenação \"%s\" não existe, ignorando"
+#: parser/parse_oper.c:928
+msgid "op ANY/ALL (array) requires operator not to return a set"
+msgstr "op ANY/ALL (array) requer operador que não retorne um conjunto"
-#: commands/collationcmds.c:237 commands/collationcmds.c:416
+#: parser/parse_target.c:382 parser/parse_target.c:670
#, c-format
-msgid "collation \"%s\" for encoding \"%s\" already exists in schema \"%s\""
-msgstr "ordenação \"%s\" para codificação \"%s\" já existe no esquema \"%s\""
+msgid "cannot assign to system column \"%s\""
+msgstr "não pode atribuir a coluna do sistema \"%s\""
-#: commands/collationcmds.c:249 commands/collationcmds.c:428
-#, c-format
-msgid "collation \"%s\" already exists in schema \"%s\""
-msgstr "ordenação \"%s\" já existe no esquema \"%s\""
+#: parser/parse_target.c:410
+msgid "cannot set an array element to DEFAULT"
+msgstr "não pode definir um elemento de matriz como sendo o valor DEFAULT"
-#: commands/cluster.c:134 commands/cluster.c:372
-msgid "cannot cluster temporary tables of other sessions"
-msgstr "não pode agrupar tabelas temporárias de outras sessões"
+#: parser/parse_target.c:415
+msgid "cannot set a subfield to DEFAULT"
+msgstr "não pode definir um subcampo como sendo o valor DEFAULT"
-#: commands/cluster.c:164
+#: parser/parse_target.c:484
#, c-format
-msgid "there is no previously clustered index for table \"%s\""
-msgstr "não há nenhum índice previamente agrupado na tabela \"%s\""
+msgid "column \"%s\" is of type %s but expression is of type %s"
+msgstr "coluna \"%s\" é do tipo %s mas expressão é do tipo %s"
-#: commands/cluster.c:361
-msgid "cannot cluster a shared catalog"
-msgstr "não pode agrupar um catálogo compartilhado"
+#: parser/parse_target.c:617 parser/parse_expr.c:418
+msgid "row expansion via \"*\" is not supported here"
+msgstr "expansão de registro utilizando \"*\" não é suportada aqui"
-#: commands/cluster.c:376
-msgid "cannot vacuum temporary tables of other sessions"
-msgstr "não pode limpar tabelas temporárias de outras sessões"
+#: parser/parse_target.c:654
+#, c-format
+msgid ""
+"cannot assign to field \"%s\" of column \"%s\" because its type %s is not a "
+"composite type"
+msgstr ""
+"não pode atribuir ao campo \"%s\" da coluna \"%s\" porque seu tipo %s não é "
+"um tipo composto"
-#: commands/cluster.c:426
+#: parser/parse_target.c:663
#, c-format
-msgid "\"%s\" is not an index for table \"%s\""
-msgstr "\"%s\" não é um índice na tabela \"%s\""
+msgid ""
+"cannot assign to field \"%s\" of column \"%s\" because there is no such "
+"column in data type %s"
+msgstr ""
+"não pode atribuir ao campo \"%s\" da coluna \"%s\" porque não há tal coluna "
+"no tipo de dado %s"
-#: commands/cluster.c:434
+#: parser/parse_target.c:730
#, c-format
msgid ""
-"cannot cluster on index \"%s\" because access method does not support "
-"clustering"
+"array assignment to \"%s\" requires type %s but expression is of type %s"
msgstr ""
-"não pode agrupar índice \"%s\" porque o método de acesso não suporta "
-"agrupamento"
+"atribuição de matriz para \"%s\" requer tipo %s mas expressão é do tipo %s"
-#: commands/cluster.c:446
+#: parser/parse_target.c:740
#, c-format
-msgid "cannot cluster on partial index \"%s\""
-msgstr "não pode agrupar índice parcial \"%s\""
+msgid "subfield \"%s\" is of type %s but expression is of type %s"
+msgstr "subcampo \"%s\" é do tipo %s mas expressão é do tipo %s"
-#: commands/cluster.c:460
+#: parser/parse_target.c:829 parser/parse_coerce.c:932
+#: parser/parse_coerce.c:962 parser/parse_coerce.c:980
+#: parser/parse_coerce.c:995 parser/parse_expr.c:1670 parser/parse_expr.c:2119
#, c-format
-msgid "cannot cluster on invalid index \"%s\""
-msgstr "não pode agrupar por índice inválido \"%s\""
+msgid "cannot cast type %s to %s"
+msgstr "não pode converter tipo %s para %s"
-#: commands/cluster.c:886
+#: parser/parse_target.c:1064 parser/parse_expr.c:741
+#: parser/parse_relation.c:478 parser/parse_relation.c:551
#, c-format
-msgid "clustering \"%s.%s\" using index scan on \"%s\""
-msgstr "agrupando \"%s.%s\" utilizando busca no índice em \"%s\""
+msgid "column reference \"%s\" is ambiguous"
+msgstr "referência à coluna \"%s\" é ambígua"
-#: commands/cluster.c:892
+#: parser/parse_target.c:1126
+msgid "SELECT * with no tables specified is not valid"
+msgstr "SELECT * sem tabelas especificadas não é válido"
+
+#: parser/parse_coerce.c:965
+msgid "Input has too few columns."
+msgstr "Entrada tem poucas colunas."
+
+#: parser/parse_coerce.c:983
#, c-format
-msgid "clustering \"%s.%s\" using sequential scan and sort"
-msgstr "agrupando \"%s.%s\" utilizando busca sequencial e ordenação"
+msgid "Cannot cast type %s to %s in column %d."
+msgstr "Não pode converter tipo %s para %s na coluna %d."
-#: commands/cluster.c:1057
+#: parser/parse_coerce.c:998
+msgid "Input has too many columns."
+msgstr "Entrada tem muitas colunas."
+
+#. translator: first %s is name of a SQL construct, eg WHERE
+#: parser/parse_coerce.c:1041
#, c-format
-msgid ""
-"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages"
-msgstr ""
-"\"%s\": encontrados %.0f versões de registros removíveis e %.0f não-"
-"removíveis em %u páginas"
+msgid "argument of %s must be type boolean, not type %s"
+msgstr "argumento do %s deve ser do tipo boolean, e não do tipo %s"
-#: commands/cluster.c:1061
+#. translator: %s is name of a SQL construct, eg WHERE
+#. translator: %s is name of a SQL construct, eg LIMIT
+#: parser/parse_coerce.c:1051 parser/parse_coerce.c:1100
#, c-format
-msgid ""
-"%.0f dead row versions cannot be removed yet.\n"
-"%s."
-msgstr ""
-"%.0f versões de registros não vigentes não podem ser removidas ainda.\n"
-"%s."
+msgid "argument of %s must not return a set"
+msgstr "argumento do %s não deve retornar um conjunto"
-#: commands/async.c:567
-msgid "channel name cannot be empty"
-msgstr "nome do canal não pode ser vazio"
+#. translator: first %s is name of a SQL construct, eg LIMIT
+#: parser/parse_coerce.c:1088
+#, c-format
+msgid "argument of %s must be type %s, not type %s"
+msgstr "argumento do %s deve ser do tipo %s, e não do tipo %s"
-#: commands/async.c:572
-msgid "channel name too long"
-msgstr "nome do canal é muito longo"
+#. translator: first %s is name of a SQL construct, eg CASE
+#: parser/parse_coerce.c:1221
+#, c-format
+msgid "%s types %s and %s cannot be matched"
+msgstr "tipos no %s %s e %s não podem corresponder"
-#: commands/async.c:579
-msgid "payload string too long"
-msgstr "cadeia da carga é muito longa"
+#. translator: first %s is name of a SQL construct, eg CASE
+#: parser/parse_coerce.c:1288
+#, c-format
+msgid "%s could not convert type %s to %s"
+msgstr "%s não pôde converter tipo %s para %s"
-#: commands/async.c:763
-msgid ""
-"cannot PREPARE a transaction that has executed LISTEN, UNLISTEN or NOTIFY"
-msgstr ""
-"não pode executar PREPARE em uma transação que executou LISTEN, UNLISTEN ou "
-"NOTIFY"
+#: parser/parse_coerce.c:1539
+msgid "arguments declared \"anyelement\" are not all alike"
+msgstr "argumentos declarados \"anyelement\" não são de tipos compatíveis"
-#: commands/async.c:868
-msgid "too many notifications in the NOTIFY queue"
-msgstr "muitas notificações na fila do NOTIFY"
+#: parser/parse_coerce.c:1559
+msgid "arguments declared \"anyarray\" are not all alike"
+msgstr "argumentos declarados \"anyarray\" não são de tipos compatíveis"
-#: commands/async.c:1447
+#: parser/parse_coerce.c:1588 parser/parse_coerce.c:1736
+#: parser/parse_coerce.c:1768
#, c-format
-msgid "NOTIFY queue is %.0f%% full"
-msgstr "fila do NOTIFY está %.0f%% cheia"
+msgid "argument declared \"anyarray\" is not an array but type %s"
+msgstr "argumento declarado \"anyarray\" não é uma matriz mas do tipo %s"
-#: commands/async.c:1449
-#, c-format
+#: parser/parse_coerce.c:1604
msgid ""
-"The server process with PID %d is among those with the oldest transactions."
+"argument declared \"anyarray\" is not consistent with argument declared "
+"\"anyelement\""
msgstr ""
-"O processo servidor com PID %d está entre aqueles com transações mais "
-"antigas."
+"argumento declarado \"anyarray\" não está consistente com argumento "
+"declarado \"anyelement\""
-#: commands/async.c:1452
-msgid ""
-"The NOTIFY queue cannot be emptied until that process ends its current "
-"transaction."
+#: parser/parse_coerce.c:1622
+msgid "could not determine polymorphic type because input has type \"unknown\""
msgstr ""
-"A fila do NOTIFY não pode ser esvaziada até que o processo termine a "
-"transação atual."
+"não pôde determinar tipo polimórfico porque entrada tem tipo \"unknown\""
-#: commands/analyze.c:153
+#: parser/parse_coerce.c:1632
#, c-format
-msgid "skipping analyze of \"%s\" --- lock not available"
-msgstr "ignorando análise de \"%s\" --- bloqueio não está disponível"
+msgid "type matched to anynonarray is an array type: %s"
+msgstr "tipo que corresponde a anynonarray é um tipo array: %s"
-#: commands/analyze.c:170
+#: parser/parse_coerce.c:1642
#, c-format
-msgid "skipping \"%s\" --- only superuser can analyze it"
-msgstr "ignorando \"%s\" --- somente super-usuário pode analisá-la(o)"
+msgid "type matched to anyenum is not an enum type: %s"
+msgstr "tipo que corresponde a anyenum não é um tipo enum: %s"
+
+#: parser/parse_collate.c:214 parser/parse_collate.c:538
+#, c-format
+msgid "collation mismatch between implicit collations \"%s\" and \"%s\""
+msgstr ""
+"incompatibilidade de ordenação entre ordenações implícitas \"%s\" e \"%s\""
-#: commands/analyze.c:174
-#, c-format
-msgid "skipping \"%s\" --- only superuser or database owner can analyze it"
+#: parser/parse_collate.c:217 parser/parse_collate.c:541
+msgid ""
+"You can choose the collation by applying the COLLATE clause to one or both "
+"expressions."
msgstr ""
-"ignorando \"%s\" --- somente super-usuário ou dono de banco de dados pode "
-"analisá-la(o)"
+"Você pode escolher a ordenação utilizando a cláusula COLLATE em uma ou ambas "
+"expressões."
-#: commands/analyze.c:178
+#: parser/parse_collate.c:763
#, c-format
-msgid "skipping \"%s\" --- only table or database owner can analyze it"
+msgid "collation mismatch between explicit collations \"%s\" and \"%s\""
msgstr ""
-"ignorando \"%s\" --- somente dono de tabela ou de banco de dados pode "
-"analisá-la(o)"
+"incompatibilidade de ordenação entre ordenações explícitas \"%s\" e \"%s\""
-#: commands/analyze.c:194
+#: parser/parse_expr.c:364 parser/parse_expr.c:757
#, c-format
-msgid "skipping \"%s\" --- cannot analyze non-tables or special system tables"
-msgstr ""
-"ignorando \"%s\" --- não pode analisar objetos que não são tabelas ou "
-"tabelas especiais do sistema"
+msgid "column %s.%s does not exist"
+msgstr "coluna %s.%s não existe"
-#: commands/analyze.c:285
+#: parser/parse_expr.c:376
#, c-format
-msgid "analyzing \"%s.%s\" inheritance tree"
-msgstr "analisando árvore da herança de \"%s.%s\""
+msgid "column \"%s\" not found in data type %s"
+msgstr "coluna \"%s\" não foi encontrada no tipo de dado %s"
-#: commands/analyze.c:290
+#: parser/parse_expr.c:382
#, c-format
-msgid "analyzing \"%s.%s\""
-msgstr "analisando \"%s.%s\""
+msgid "could not identify column \"%s\" in record data type"
+msgstr "não pôde identificar coluna \"%s\" no tipo de dado record"
-#: commands/analyze.c:598
+#: parser/parse_expr.c:388
#, c-format
-msgid "automatic analyze of table \"%s.%s.%s\" system usage: %s"
-msgstr "análise automática da tabela \"%s.%s.%s\" uso do sistema: %s"
+msgid "column notation .%s applied to type %s, which is not a composite type"
+msgstr "notação de coluna .%s aplicada ao tipo %s, que não é um tipo composto"
-#: commands/analyze.c:1238
+#: parser/parse_expr.c:809 parser/parse_param.c:109 parser/parse_param.c:141
+#: parser/parse_param.c:198 parser/parse_param.c:297
#, c-format
-msgid ""
-"\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead "
-"rows; %d rows in sample, %.0f estimated total rows"
+msgid "there is no parameter $%d"
+msgstr "não há parâmetro $%d"
+
+#: parser/parse_expr.c:1021
+msgid "NULLIF requires = operator to yield boolean"
+msgstr "NULLIF requer que operador = retorne booleano"
+
+#: parser/parse_expr.c:1200
+msgid "arguments of row IN must all be row expressions"
+msgstr "argumentos de registro IN devem ser todos expressões de registro"
+
+#: parser/parse_expr.c:1414
+msgid "subquery cannot have SELECT INTO"
+msgstr "subconsulta não pode ter SELECT INTO"
+
+#: parser/parse_expr.c:1442
+msgid "subquery must return a column"
+msgstr "subconsulta deve retornar uma coluna"
+
+#: parser/parse_expr.c:1449
+msgid "subquery must return only one column"
+msgstr "subconsulta deve retornar somente uma coluna"
+
+#: parser/parse_expr.c:1509
+msgid "subquery has too many columns"
+msgstr "subconsulta tem muitas colunas"
+
+#: parser/parse_expr.c:1514
+msgid "subquery has too few columns"
+msgstr "subconsulta tem poucas colunas"
+
+#: parser/parse_expr.c:1610
+msgid "cannot determine type of empty array"
+msgstr "não pode determinar tipo de matriz vazia"
+
+#: parser/parse_expr.c:1611
+msgid "Explicitly cast to the desired type, for example ARRAY[]::integer[]."
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"
+"Converta explicitamente para o tipo desejado, por exemplo ARRAY[]::integer[]."
-#: commands/alter.c:423
+#: parser/parse_expr.c:1625
#, c-format
-msgid "must be superuser to set schema of %s"
-msgstr "deve ser super-usuário para definir esquema de %s"
+msgid "could not find element type for data type %s"
+msgstr "não pôde encontrar tipo de dado de elemento para tipo de dado %s"
-#: commands/alter.c:451
-#, c-format
-msgid "%s already exists in schema \"%s\""
-msgstr "%s já existe no esquema \"%s\""
+#: parser/parse_expr.c:1826
+msgid "unnamed XML attribute value must be a column reference"
+msgstr "valor do atributo XML sem nome deve ser uma referência a coluna"
-#: commands/aggregatecmds.c:103
+#: parser/parse_expr.c:1827
+msgid "unnamed XML element value must be a column reference"
+msgstr "valor do elemento XML sem nome deve ser uma referência a coluna"
+
+#: parser/parse_expr.c:1842
#, c-format
-msgid "aggregate attribute \"%s\" not recognized"
-msgstr "atributo da agregação \"%s\" é desconhecido"
+msgid "XML attribute name \"%s\" appears more than once"
+msgstr "nome de atributo XML \"%s\" aparece mais do que uma vez"
-#: commands/aggregatecmds.c:113
-msgid "aggregate stype must be specified"
-msgstr "tipo de transição (stype) da agregação deve ser especificado"
+#: parser/parse_expr.c:1949
+#, c-format
+msgid "cannot cast XMLSERIALIZE result to %s"
+msgstr "não pode converter resultado de XMLSERIALIZE para %s"
-#: commands/aggregatecmds.c:117
-msgid "aggregate sfunc must be specified"
-msgstr "função de transição (sfunc) da agregação deve ser especificado"
+#: parser/parse_expr.c:2192 parser/parse_expr.c:2392
+msgid "unequal number of entries in row expressions"
+msgstr "número desigual de entradas em expressões de registro"
-#: commands/aggregatecmds.c:134
-msgid "aggregate input type must be specified"
-msgstr "tipo de entrada da agregação deve ser especificado"
+#: parser/parse_expr.c:2202
+msgid "cannot compare rows of zero length"
+msgstr "não pode comparar registros de tamanho zero"
-#: commands/aggregatecmds.c:159
-msgid "basetype is redundant with aggregate input type specification"
+#: parser/parse_expr.c:2227
+#, c-format
+msgid "row comparison operator must yield type boolean, not type %s"
msgstr ""
-"tipo base é redundante com especificação de tipo de entrada da agregação"
+"operador de comparação de registro deve retornar tipo boolean, e não tipo %s"
-#: commands/aggregatecmds.c:191
+#: parser/parse_expr.c:2234
+msgid "row comparison operator must not return a set"
+msgstr "operador de comparação de registro não deve retornar um conjunto"
+
+#: parser/parse_expr.c:2293 parser/parse_expr.c:2338
#, c-format
-msgid "aggregate transition data type cannot be %s"
-msgstr "tipo de dado de transição da agregação não pode ser %s"
+msgid "could not determine interpretation of row comparison operator %s"
+msgstr ""
+"não pôde determinar interpretação do operador de comparação de registro %s"
-#: commands/aggregatecmds.c:230
+#: parser/parse_expr.c:2295
+msgid ""
+"Row comparison operators must be associated with btree operator families."
+msgstr ""
+"Operadores de comparação de registro devem ser associados com famílias de "
+"operadores de árvore B."
+
+#: parser/parse_expr.c:2340
+msgid "There are multiple equally-plausible candidates."
+msgstr "Há múltiplos candidatos igualmente plausíveis."
+
+#: parser/parse_expr.c:2432
+msgid "IS DISTINCT FROM requires = operator to yield boolean"
+msgstr "IS DISTINCT FROM requer que operador = retorne booleano"
+
+#: parser/parse_utilcmd.c:182
#, c-format
-msgid "aggregate %s(%s) does not exist, skipping"
-msgstr "agregação %s(%s) não existe, ignorando"
+msgid "relation \"%s\" already exists, skipping"
+msgstr "relação \"%s\" já existe, ignorando"
-#: catalog/toasting.c:144
-msgid "shared tables cannot be toasted after initdb"
-msgstr "tabelas compartilhadas não podem ser fatiadas após o initdb"
+#: parser/parse_utilcmd.c:335
+msgid "array of serial is not implemented"
+msgstr "matriz de serial não está implementada"
-#: catalog/pg_type.c:241
+#: parser/parse_utilcmd.c:383
#, c-format
-msgid "invalid type internal size %d"
-msgstr "tamanho interno de tipo %d é inválido"
+msgid "%s will create implicit sequence \"%s\" for serial column \"%s.%s\""
+msgstr "%s criará sequência implícita \"%s\" para coluna serial \"%s.%s\""
-#: catalog/pg_type.c:257 catalog/pg_type.c:265 catalog/pg_type.c:273
-#: catalog/pg_type.c:282
+#: parser/parse_utilcmd.c:484 parser/parse_utilcmd.c:496
#, c-format
-msgid "alignment \"%c\" is invalid for passed-by-value type of size %d"
+msgid ""
+"conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\""
msgstr ""
-"alinhamento \"%c\" é inválido para tipo passado por valor de tamanho %d"
+"declarações NULL/NOT NULL conflitantes para coluna \"%s\" da tabela \"%s\""
-#: catalog/pg_type.c:289
+#: parser/parse_utilcmd.c:508
#, c-format
-msgid "internal size %d is invalid for passed-by-value type"
-msgstr "tamanho interno %d é inválido para tipo passado por valor"
+msgid "multiple default values specified for column \"%s\" of table \"%s\""
+msgstr ""
+"valores padrão múltiplos especificados para coluna \"%s\" da tabela \"%s\""
-#: catalog/pg_type.c:298 catalog/pg_type.c:304
+#: parser/parse_utilcmd.c:1155 parser/parse_utilcmd.c:1231
#, c-format
-msgid "alignment \"%c\" is invalid for variable-length type"
-msgstr "alinhamento \"%c\" é inválido para tipo de tamanho variável"
-
-#: catalog/pg_type.c:312
-msgid "fixed-size types must have storage PLAIN"
-msgstr "tipos de tamanho fixo devem ter armazenamento PLAIN"
+msgid "Index \"%s\" contains a whole-row table reference."
+msgstr "índice \"%s\" contém uma referência a todo registro da tabela."
-#: catalog/pg_type.c:764
-#, c-format
-msgid "could not form array type name for type \"%s\""
-msgstr "não pôde construir nome de tipo array para tipo \"%s\""
+#: parser/parse_utilcmd.c:1496
+msgid "cannot use an existing index in CREATE TABLE"
+msgstr "não pode utilizar um índice existente em CREATE TABLE"
-#: catalog/pg_shdepend.c:566 catalog/dependency.c:757
+#: parser/parse_utilcmd.c:1516
#, c-format
-msgid "cannot drop %s because it is required by the database system"
-msgstr ""
-"não pode remover %s porque ele é requerido pelo sistema de banco de dados"
+msgid "index \"%s\" is already associated with a constraint"
+msgstr "índice \"%s\" já está associado com a restrição"
-#: catalog/pg_shdepend.c:677 catalog/dependency.c:923
+#: parser/parse_utilcmd.c:1524
#, c-format
-msgid ""
-"\n"
-"and %d other object (see server log for list)"
-msgid_plural ""
-"\n"
-"and %d other objects (see server log for list)"
-msgstr[0] ""
-"\n"
-"e %d outro objeto (veja lista no log do servidor)"
-msgstr[1] ""
-"\n"
-"e %d outros objetos (veja lista no log do servidor)"
+msgid "index \"%s\" does not belong to table \"%s\""
+msgstr "índice \"%s\" não pertence a tabela \"%s\""
-#: catalog/pg_shdepend.c:684
+#: parser/parse_utilcmd.c:1531
#, c-format
-msgid ""
-"\n"
-"and objects in %d other database (see server log for list)"
-msgid_plural ""
-"\n"
-"and objects in %d other databases (see server log for list)"
-msgstr[0] ""
-"\n"
-"e objetos em %d outro banco de dados (veja lista no log do servidor)"
-msgstr[1] ""
-"\n"
-"e objetos em %d outros bancos de dados (veja lista no log do servidor)"
+msgid "index \"%s\" is not valid"
+msgstr "índice \"%s\" não é válido"
-#: catalog/pg_shdepend.c:996
+#: parser/parse_utilcmd.c:1537
#, c-format
-msgid "role %u was concurrently dropped"
-msgstr "role %u foi removida simultaneamente"
+msgid "index \"%s\" is not ready"
+msgstr "índice \"%s\" não está pronto"
-#: catalog/pg_shdepend.c:1015
+#: parser/parse_utilcmd.c:1543
#, c-format
-msgid "tablespace %u was concurrently dropped"
-msgstr "tablespace %u foi removida simultaneamente"
+msgid "\"%s\" is not a unique index"
+msgstr "\"%s\" não é um índice único"
-#: catalog/pg_shdepend.c:1030
+#: parser/parse_utilcmd.c:1544 parser/parse_utilcmd.c:1551
+#: parser/parse_utilcmd.c:1558 parser/parse_utilcmd.c:1628
+msgid "Cannot create a primary key or unique constraint using such an index."
+msgstr ""
+"Não pode criar uma chave primária ou restrição de unicidade utilizando esse "
+"índice."
+
+#: parser/parse_utilcmd.c:1550
#, c-format
-msgid "database %u was concurrently dropped"
-msgstr "banco de dados %u foi removido simultaneamente"
+msgid "index \"%s\" contains expressions"
+msgstr "índice \"%s\" contém expressões"
-#: catalog/pg_shdepend.c:1074
+#: parser/parse_utilcmd.c:1557
#, c-format
-msgid "owner of %s"
-msgstr "dono de %s"
+msgid "\"%s\" is a partial index"
+msgstr "\"%s\" é um índice parcial"
-#: catalog/pg_shdepend.c:1076
+#: parser/parse_utilcmd.c:1569
#, c-format
-msgid "privileges for %s"
-msgstr "privilégios para %s"
+msgid "\"%s\" is a deferrable index"
+msgstr "\"%s\" não é um índice postergável"
-#. translator: %s will always be "database %s"
-#: catalog/pg_shdepend.c:1084
+#: parser/parse_utilcmd.c:1570
+msgid "Cannot create a non-deferrable constraint using a deferrable index."
+msgstr ""
+"Não pode criar uma restrição de unicidade não-postergável utilizando um "
+"índice postergável."
+
+#: parser/parse_utilcmd.c:1627
#, c-format
-msgid "%d object in %s"
-msgid_plural "%d objects in %s"
-msgstr[0] "%d objeto no %s"
-msgstr[1] "%d objetos no %s"
+msgid "index \"%s\" does not have default sorting behavior"
+msgstr "índice \"%s\" não tem comportamento de ordenação padrão"
-#: catalog/pg_shdepend.c:1195
+#: parser/parse_utilcmd.c:1772
#, c-format
-msgid ""
-"cannot drop objects owned by %s because they are required by the database "
-"system"
-msgstr ""
-"não pode remover objetos que pertencem a %s porque eles são requeridos pelo "
-"sistema de banco de dados"
+msgid "column \"%s\" appears twice in primary key constraint"
+msgstr "coluna \"%s\" aparece duas vezes na restrição de chave primária"
-#: catalog/pg_shdepend.c:1291
+#: parser/parse_utilcmd.c:1778
#, c-format
-msgid ""
-"cannot reassign ownership of objects owned by %s because they are required "
-"by the database system"
-msgstr ""
-"não pode transferir objetos que pertencem a %s porque eles são requeridos "
-"pelo sistema de banco de dados"
+msgid "column \"%s\" appears twice in unique constraint"
+msgstr "coluna \"%s\" aparece duas vezes na restrição de unicidade"
-#: catalog/pg_proc.c:205 catalog/pg_aggregate.c:175
-msgid "cannot determine result data type"
-msgstr "não pode determinar tipo de dado do resultado"
+#: parser/parse_utilcmd.c:1943
+msgid "index expression cannot return a set"
+msgstr "expressão de índice não pode retornar um conjunto"
-#: catalog/pg_proc.c:206
+#: parser/parse_utilcmd.c:1953
msgid ""
-"A function returning a polymorphic type must have at least one polymorphic "
-"argument."
+"index expressions and predicates can refer only to the table being indexed"
msgstr ""
-"Uma função retornando um tipo polimórfico deve ter pelo menos um argumento "
-"polimórfico."
+"expressões e predicados de índice só podem referenciar a tabela que está "
+"sendo indexada"
-#: catalog/pg_proc.c:211 catalog/pg_aggregate.c:188
-msgid "unsafe use of pseudo-type \"internal\""
-msgstr "uso inseguro do pseudo-tipo \"internal\""
+#: parser/parse_utilcmd.c:2050
+msgid "rule WHERE condition cannot contain references to other relations"
+msgstr "condição WHERE de regra não pode conter referências a outras relações"
-#: catalog/pg_proc.c:212 catalog/pg_aggregate.c:189
+#: parser/parse_utilcmd.c:2056
+msgid "cannot use aggregate function in rule WHERE condition"
+msgstr "não pode utilizar função de agregação em condição WHERE de regra"
+
+#: parser/parse_utilcmd.c:2060
+msgid "cannot use window function in rule WHERE condition"
+msgstr "não pode utilizar função deslizante em condição WHERE de regra"
+
+#: parser/parse_utilcmd.c:2132
msgid ""
-"A function returning \"internal\" must have at least one \"internal\" "
-"argument."
+"rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE "
+"actions"
msgstr ""
-"Uma função retornando \"internal\" deve ter pelo menos um argumento "
-"\"internal\"."
+"regras com condições WHERE só podem ter ações SELECT, INSERT, UPDATE ou "
+"DELETE"
-#: catalog/pg_proc.c:224
-#, c-format
-msgid "\"%s\" is already an attribute of type %s"
-msgstr "\"%s\" já é um atributo do tipo %s"
+#: parser/parse_utilcmd.c:2150 parser/parse_utilcmd.c:2249
+#: rewrite/rewriteManip.c:1024 rewrite/rewriteHandler.c:442
+msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented"
+msgstr "comandos condicionais UNION/INTERSECT/EXCEPT não estão implementados"
-#: catalog/pg_proc.c:363
-#, c-format
-msgid "function \"%s\" already exists with same argument types"
-msgstr "função \"%s\" já existe com os mesmos tipos de argumento"
+#: parser/parse_utilcmd.c:2168
+msgid "ON SELECT rule cannot use OLD"
+msgstr "regra ON SELECT não pode utilizar OLD"
-#: catalog/pg_proc.c:377 catalog/pg_proc.c:399
-msgid "cannot change return type of existing function"
-msgstr "não pode mudar o tipo de retorno da função existente"
+#: parser/parse_utilcmd.c:2172
+msgid "ON SELECT rule cannot use NEW"
+msgstr "regra ON SELECT não pode utilizar NEW"
-#: catalog/pg_proc.c:378 catalog/pg_proc.c:401 catalog/pg_proc.c:443
-#: catalog/pg_proc.c:466 catalog/pg_proc.c:492
-msgid "Use DROP FUNCTION first."
-msgstr "Primeiro utilize DROP FUNCTION."
+#: parser/parse_utilcmd.c:2181
+msgid "ON INSERT rule cannot use OLD"
+msgstr "regra ON INSERT não pode utilizar OLD"
-#: catalog/pg_proc.c:400
-msgid "Row type defined by OUT parameters is different."
-msgstr "Tipo de registro definido pelos parâmetros OUT é diferente."
+#: parser/parse_utilcmd.c:2187
+msgid "ON DELETE rule cannot use NEW"
+msgstr "regra ON DELETE não pode utilizar NEW"
-#: catalog/pg_proc.c:441
-#, c-format
-msgid "cannot change name of input parameter \"%s\""
-msgstr "não pode mudar nome de parâmetro de entrada \"%s\""
+#: parser/parse_utilcmd.c:2215
+msgid "cannot refer to OLD within WITH query"
+msgstr "não pode referenciar OLD em uma consulta WITH"
-#: catalog/pg_proc.c:465
-msgid "cannot remove parameter defaults from existing function"
-msgstr "não pode remover valores padrão de parâmetros da função existente"
+#: parser/parse_utilcmd.c:2222
+msgid "cannot refer to NEW within WITH query"
+msgstr "não pode referenciar NEW em uma consulta WITH"
-#: catalog/pg_proc.c:491
-msgid "cannot change data type of existing parameter default value"
-msgstr "não pode mudar o tipo de dado do valor padrão do parâmetro existente"
+#: parser/parse_utilcmd.c:2505
+msgid "misplaced DEFERRABLE clause"
+msgstr "cláusula DEFERRABLE no lugar errado"
-#: catalog/pg_proc.c:503
-#, c-format
-msgid "function \"%s\" is an aggregate function"
-msgstr "função \"%s\" é uma função de agregação"
+#: parser/parse_utilcmd.c:2510 parser/parse_utilcmd.c:2525
+msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed"
+msgstr "múltiplas cláusulas DEFERRABLE/NOT DEFERRABLE não são permitidas"
-#: catalog/pg_proc.c:508
-#, c-format
-msgid "function \"%s\" is not an aggregate function"
-msgstr "função \"%s\" não é uma função de agregação"
+#: parser/parse_utilcmd.c:2520
+msgid "misplaced NOT DEFERRABLE clause"
+msgstr "cláusula NOT DEFERRABLE no lugar errado"
-#: catalog/pg_proc.c:516
-#, c-format
-msgid "function \"%s\" is a window function"
-msgstr "função \"%s\" é uma função deslizante"
+#: parser/parse_utilcmd.c:2533 parser/parse_utilcmd.c:2559 gram.y:4153
+msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
+msgstr "restrição declarada INITIALLY DEFERRED deve ser DEFERRABLE"
-#: catalog/pg_proc.c:521
-#, c-format
-msgid "function \"%s\" is not a window function"
-msgstr "função \"%s\" não é uma função deslizante"
+#: parser/parse_utilcmd.c:2541
+msgid "misplaced INITIALLY DEFERRED clause"
+msgstr "cláusula INITIALLY DEFERRED no lugar errado"
-#: catalog/pg_proc.c:698
-#, c-format
-msgid "there is no built-in function named \"%s\""
-msgstr "não há nenhuma função embutida com nome \"%s\""
+#: parser/parse_utilcmd.c:2546 parser/parse_utilcmd.c:2572
+msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed"
+msgstr "múltiplas cláusulas INITTIALLY IMMEDIATE/DEFERRED não são permitidas"
-#: catalog/pg_proc.c:790
-#, c-format
-msgid "SQL functions cannot return type %s"
-msgstr "funções SQL não podem retornar tipo %s"
+#: parser/parse_utilcmd.c:2567
+msgid "misplaced INITIALLY IMMEDIATE clause"
+msgstr "cláusula INITIALLY IMMEDIATE no lugar errado"
-#: catalog/pg_proc.c:805
+#: parser/parse_utilcmd.c:2758
#, c-format
-msgid "SQL functions cannot have arguments of type %s"
-msgstr "funções SQL não podem ter argumentos do tipo %s"
+msgid ""
+"CREATE specifies a schema (%s) different from the one being created (%s)"
+msgstr ""
+"CREATE especificou um esquema (%s) diferente daquele que foi criado (%s)"
-#: catalog/pg_operator.c:221 catalog/pg_operator.c:363
+#: parser/parse_agg.c:133
+msgid "Aggregates with DISTINCT must be able to sort their inputs."
+msgstr "Agregações com DISTINCT devem ser capazes de ordenar suas entradas."
+
+#: parser/parse_agg.c:174
+msgid "aggregate function calls cannot contain window function calls"
+msgstr ""
+"chamadas de função de agregação não podem conter chamadas de função "
+"deslizante"
+
+#: parser/parse_agg.c:245 parser/parse_clause.c:1637
#, c-format
-msgid "\"%s\" is not a valid operator name"
-msgstr "\"%s\" não é um nome de operador válido"
+msgid "window \"%s\" does not exist"
+msgstr "deslizante \"%s\" não existe"
-#: catalog/pg_operator.c:372
-msgid "only binary operators can have commutators"
-msgstr "somente operadores binários podem ter comutadores"
+#: parser/parse_agg.c:336
+msgid "aggregates not allowed in WHERE clause"
+msgstr "agregação não é permitida na cláusula WHERE"
-#: catalog/pg_operator.c:376
-msgid "only binary operators can have join selectivity"
-msgstr "somente operadores binários podem ter seletividade de junção"
+#: parser/parse_agg.c:342
+msgid "aggregates not allowed in JOIN conditions"
+msgstr "agregação não é permitida nas condições JOIN"
-#: catalog/pg_operator.c:380
-msgid "only binary operators can merge join"
-msgstr ""
-"somente operadores binários podem ser utilizados em junção por mesclagem"
+#: parser/parse_agg.c:363
+msgid "aggregates not allowed in GROUP BY clause"
+msgstr "agregação não é permitida na cláusula GROUP BY"
-#: catalog/pg_operator.c:384
-msgid "only binary operators can hash"
-msgstr "somente operadores binários podem ser utilizados no hash"
+#: parser/parse_agg.c:433
+msgid "aggregate functions not allowed in a recursive query's recursive term"
+msgstr ""
+"funções de agregação não são permitidas em termo recursivo de uma consulta "
+"recursiva"
-#: catalog/pg_operator.c:395
-msgid "only boolean operators can have negators"
-msgstr "somente operadores booleanos podem ter negadores"
+#: parser/parse_agg.c:458
+msgid "window functions not allowed in WHERE clause"
+msgstr "funções deslizantes não são permitidas na cláusula WHERE"
-#: catalog/pg_operator.c:399
-msgid "only boolean operators can have restriction selectivity"
-msgstr "somente operadores booleanos podem ter seletividade de restrição"
+#: parser/parse_agg.c:464
+msgid "window functions not allowed in JOIN conditions"
+msgstr "funções deslizantes não são permitidas nas condições JOIN"
-#: catalog/pg_operator.c:403
-msgid "only boolean operators can have join selectivity"
-msgstr "somente operadores booleanos podem ter seletividade de junção"
+#: parser/parse_agg.c:470
+msgid "window functions not allowed in HAVING clause"
+msgstr "funções deslizantes não são permitidas na cláusula WHERE"
-#: catalog/pg_operator.c:407
-msgid "only boolean operators can merge join"
-msgstr ""
-"somente operadores booleanos podem ser utilizados em junção por mesclagem"
+#: parser/parse_agg.c:483
+msgid "window functions not allowed in GROUP BY clause"
+msgstr "funções deslizantes não são permitidas na cláusula GROUP BY"
-#: catalog/pg_operator.c:411
-msgid "only boolean operators can hash"
-msgstr "somente operadores booleanos podem ser utilizados no hash"
+#: parser/parse_agg.c:502 parser/parse_agg.c:515
+msgid "window functions not allowed in window definition"
+msgstr ""
+"funções deslizantes não são permitidas na definição de função deslizante"
-#: catalog/pg_operator.c:423
+#: parser/parse_agg.c:673
#, c-format
-msgid "operator %s already exists"
-msgstr "operador %s já existe"
-
-#: catalog/pg_operator.c:616
-msgid "operator cannot be its own negator or sort operator"
-msgstr "operador não pode ser seu próprio operador de negação ou de ordenação"
+msgid ""
+"column \"%s.%s\" must appear in the GROUP BY clause or be used in an "
+"aggregate function"
+msgstr ""
+"coluna \"%s.%s\" deve aparecer na cláusula GROUP BY ou ser utilizada em uma "
+"função de agregação"
-#: catalog/pg_enum.c:113 catalog/pg_enum.c:199
+#: parser/parse_agg.c:679
#, c-format
-msgid "invalid enum label \"%s\""
-msgstr "rótulo do enum \"%s\" é inválido"
+msgid "subquery uses ungrouped column \"%s.%s\" from outer query"
+msgstr "subconsulta utiliza coluna desagrupada \"%s.%s\" na consulta externa"
-#: catalog/pg_enum.c:114 catalog/pg_enum.c:200
+#: parser/parse_node.c:83
#, c-format
-msgid "Labels must be %d characters or less."
-msgstr "Rótulos devem conter %d caracteres ou menos."
+msgid "target lists can have at most %d entries"
+msgstr "listas de alvos podem ter no máximo %d entradas"
-#: catalog/pg_enum.c:264
+#: parser/parse_node.c:240
#, c-format
-msgid "\"%s\" is not an existing enum label"
-msgstr "\"%s\" não é um rótulo do enum existente"
+msgid "cannot subscript type %s because it is not an array"
+msgstr ""
+"tipo do índice de uma matriz não pode ser %s porque ele não é uma matriz"
-#: catalog/pg_enum.c:325
-msgid "ALTER TYPE ADD BEFORE/AFTER is incompatible with binary upgrade"
-msgstr "ALTER TYPE ADD BEFORE/AFTER é incompatível com atualização binária"
+#: parser/parse_node.c:342 parser/parse_node.c:369
+msgid "array subscript must have type integer"
+msgstr "índice da matriz deve ser do tipo integer"
-#: catalog/pg_depend.c:323
+#: parser/parse_node.c:393
#, c-format
-msgid "cannot remove dependency on %s because it is a system object"
-msgstr "não pode remover dependência em %s porque ele é um objeto do sistema"
+msgid "array assignment requires type %s but expression is of type %s"
+msgstr "atribuição da matriz requer tipo %s mas expressão é do tipo %s"
-#: catalog/pg_conversion.c:67
+#: parser/parse_func.c:147
#, c-format
-msgid "conversion \"%s\" already exists"
-msgstr "conversão \"%s\" já existe"
+msgid "argument name \"%s\" used more than once"
+msgstr "nome de argumento \"%s\" utilizado mais de uma vez"
-#: catalog/pg_conversion.c:80
-#, c-format
-msgid "default conversion for %s to %s already exists"
-msgstr "conversão padrão de %s para %s já existe"
+#: parser/parse_func.c:158
+msgid "positional argument cannot follow named argument"
+msgstr "argumento posicional não pode seguir argumento nomeado"
-#: catalog/pg_constraint.c:773
+#: parser/parse_func.c:236
#, c-format
-msgid "table \"%s\" has multiple constraints named \"%s\""
-msgstr "tabela \"%s\" tem múltiplas restrições com nome \"%s\""
+msgid "%s(*) specified, but %s is not an aggregate function"
+msgstr "%s(*) especificado, mas %s não é uma função de agregação"
-#: catalog/pg_constraint.c:785
+#: parser/parse_func.c:243
#, c-format
-msgid "constraint \"%s\" for table \"%s\" does not exist"
-msgstr "restrição \"%s\" na tabela \"%s\" não existe"
+msgid "DISTINCT specified, but %s is not an aggregate function"
+msgstr "DISTINCT especificado, mas %s não é uma função de agregação"
-#: catalog/pg_collation.c:75
+#: parser/parse_func.c:249
#, c-format
-msgid "collation \"%s\" for encoding \"%s\" already exists"
-msgstr "ordenação \"%s\" para codificação \"%s\" já existe"
+msgid "ORDER BY specified, but %s is not an aggregate function"
+msgstr "ORDER BY especificado, mas %s não é uma função de agregação"
-#: catalog/pg_collation.c:89
+#: parser/parse_func.c:255
#, c-format
-msgid "collation \"%s\" already exists"
-msgstr "ordenação \"%s\" já existe"
-
-#: catalog/pg_aggregate.c:100
-msgid "cannot determine transition data type"
-msgstr "não pode determinar tipo de dado transitório"
-
-#: catalog/pg_aggregate.c:101
msgid ""
-"An aggregate using a polymorphic transition type must have at least one "
-"polymorphic argument."
+"OVER specified, but %s is not a window function nor an aggregate function"
msgstr ""
-"Uma agregação utilizando um tipo transitório polimórfico deve ter pelo menos "
-"um argumento polimórfico."
+"OVER especificado, mas %s não é uma função deslizante ou função de agregação"
-#: catalog/pg_aggregate.c:124
+#: parser/parse_func.c:277
#, c-format
-msgid "return type of transition function %s is not %s"
-msgstr "tipo retornado da função de transição %s não é %s"
+msgid "function %s is not unique"
+msgstr "função %s não é única"
-#: catalog/pg_aggregate.c:144
+#: parser/parse_func.c:280
msgid ""
-"must not omit initial value when transition function is strict and "
-"transition type is not compatible with input type"
+"Could not choose a best candidate function. You might need to add explicit "
+"type casts."
msgstr ""
-"não deve omitir valor inicial quando a função de transição é estrita e o "
-"tipo de transição não é compatível com tipo de entrada"
+"Não pôde escolher uma função que se enquadra melhor. Você precisa adicionar "
+"conversões de tipo explícitas."
-#: catalog/pg_aggregate.c:176
+#: parser/parse_func.c:291
msgid ""
-"An aggregate returning a polymorphic type must have at least one polymorphic "
-"argument."
+"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 ""
-"Uma agregação retornando um tipo polimórfico deve ter pelo menos um "
-"argumento polimórfico."
+"Nenhuma função de agregação corresponde com o nome e os tipos de argumentos "
+"informados. Talvez você colocou ORDER BY no lugar errado; ORDER BY deve "
+"aparecer depois de todos os argumentos regulares da agregação."
-#: catalog/pg_aggregate.c:197
-msgid "sort operator can only be specified for single-argument aggregates"
+#: parser/parse_func.c:302
+msgid ""
+"No function matches the given name and argument types. You might need to add "
+"explicit type casts."
msgstr ""
-"operador de ordenação só pode ser especificado por agregações de argumento "
-"único"
-
-#: catalog/pg_aggregate.c:337
-#, c-format
-msgid "function %s returns a set"
-msgstr "função %s retorna um conjunto"
+"Nenhuma função corresponde com o nome e os tipos de argumentos informados. "
+"Você precisa adicionar conversões de tipo explícitas."
-#: catalog/pg_aggregate.c:362
+#: parser/parse_func.c:412 parser/parse_func.c:478
#, c-format
-msgid "function %s requires run-time type coercion"
-msgstr "função %s requer conversão de tipo em tempo de execução"
-
-#: catalog/objectaddress.c:286
-msgid "database name cannot be qualified"
-msgstr "nome do banco de dados não pode ser qualificado"
+msgid "%s(*) must be used to call a parameterless aggregate function"
+msgstr ""
+"%s(*) deve ser utilizado para chamar uma função de agregação sem parâmetros"
-#: catalog/objectaddress.c:292
-msgid "tablespace name cannot be qualified"
-msgstr "nome da tablespace não pode ser qualificado"
+#: parser/parse_func.c:419
+msgid "aggregates cannot return sets"
+msgstr "agregações não podem retornar conjuntos"
-#: catalog/objectaddress.c:295
-msgid "role name cannot be qualified"
-msgstr "nome da role não pode ser qualificado"
+#: parser/parse_func.c:431
+msgid "aggregates cannot use named arguments"
+msgstr "agregações não podem utilizar argumentos nomeados"
-#: catalog/objectaddress.c:301
-msgid "language name cannot be qualified"
-msgstr "nome da linguagem não pode ser qualificado"
+#: parser/parse_func.c:450
+msgid "window function call requires an OVER clause"
+msgstr "chamada de função deslizante requer uma cláusula OVER"
-#: catalog/objectaddress.c:304
-msgid "foreign-data wrapper name cannot be qualified"
-msgstr "nome do adaptador de dados externos não pode ser qualificado"
+#: parser/parse_func.c:468
+msgid "DISTINCT is not implemented for window functions"
+msgstr "DISTINCT não está implementado para funções deslizantes"
-#: catalog/objectaddress.c:307
-msgid "server name cannot be qualified"
-msgstr "nome do servidor não pode ser qualificado"
+#: parser/parse_func.c:488
+msgid "aggregate ORDER BY is not implemented for window functions"
+msgstr "agregação ORDER BY não está implementado para funções deslizantes"
-#: catalog/objectaddress.c:532
-msgid "column name must be qualified"
-msgstr "nome de coluna deve ser qualificado"
+#: parser/parse_func.c:494
+msgid "window functions cannot return sets"
+msgstr "funções deslizantes não podem retornar conjuntos"
-#: catalog/objectaddress.c:874 catalog/objectaddress.c:890
-msgid "must be superuser"
-msgstr "deve ser super-usuário"
+#: parser/parse_func.c:505
+msgid "window functions cannot use named arguments"
+msgstr "funções deslizantes não podem utilizar argumentos nomeados"
-#: catalog/objectaddress.c:881
-msgid "must have CREATEROLE privilege"
-msgstr "deve ter privilégio CREATEROLE"
+#: parser/parse_func.c:1589
+#, c-format
+msgid "aggregate %s(*) does not exist"
+msgstr "agregação %s(*) não existe"
-#: catalog/namespace.c:260
-msgid "temporary tables cannot specify a schema name"
-msgstr "tabelas temporárias não podem especificar um nome de esquema"
+#: parser/parse_func.c:1594
+#, c-format
+msgid "aggregate %s does not exist"
+msgstr "agregação %s não existe"
-#: catalog/namespace.c:358 catalog/namespace.c:2589
-msgid "no schema has been selected to create in"
-msgstr "nenhum esquema foi selecionado para criá-lo(a)"
+#: parser/parse_func.c:1613
+#, c-format
+msgid "function %s is not an aggregate"
+msgstr "função %s não é uma agregação"
-#: catalog/namespace.c:410 catalog/namespace.c:423
-msgid "cannot create relations in temporary schemas of other sessions"
-msgstr "não pode criar relações em esquemas temporárias de outras sessões"
+#: parser/parse_clause.c:421
+#, c-format
+msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN"
+msgstr "cláusula JOIN/ON referencia \"%s\", que não faz parte do JOIN"
-#: catalog/namespace.c:414
-msgid "cannot create temporary relation in non-temporary schema"
-msgstr "não pode criar relação temporária em esquema que não é temporário"
+#: parser/parse_clause.c:502
+msgid "subquery in FROM cannot have SELECT INTO"
+msgstr "subconsulta no FROM não pode ter SELECT INTO"
-#: catalog/namespace.c:429
-msgid "only temporary relations may be created in temporary schemas"
-msgstr "somente relações temporárias podem ser criadas em esquemas temporários"
+#: parser/parse_clause.c:524
+msgid "subquery in FROM cannot refer to other relations of same query level"
+msgstr ""
+"subconsulta no FROM não pode referenciar outras relações do mesmo nível da "
+"consulta"
-#: catalog/namespace.c:2523
-#, c-format
-msgid "%s is already in schema \"%s\""
-msgstr "%s já está no esquema \"%s\""
+#: parser/parse_clause.c:580
+msgid ""
+"function expression in FROM cannot refer to other relations of same query "
+"level"
+msgstr ""
+"expressão da função no FROM não pode referenciar outras relações do mesmo "
+"nível da consulta"
-#: catalog/namespace.c:2531
-msgid "cannot move objects into or out of temporary schemas"
-msgstr "não pode mover objetos para ou de esquemas temporários"
+#: parser/parse_clause.c:593
+msgid "cannot use aggregate function in function expression in FROM"
+msgstr "não pode utilizar função de agregação na expressão da função no FROM"
-#: catalog/namespace.c:2537
-msgid "cannot move objects into or out of TOAST schema"
-msgstr "não pode mover objetos para ou de esquema TOAST"
+#: parser/parse_clause.c:600
+msgid "cannot use window function in function expression in FROM"
+msgstr "não pode utilizar função deslizante na expressão da função no FROM"
-#: catalog/namespace.c:2641
+#: parser/parse_clause.c:877
#, c-format
-msgid "improper relation name (too many dotted names): %s"
-msgstr "nome de relação é inválido (nomes com muitos pontos): %s"
+msgid "column name \"%s\" appears more than once in USING clause"
+msgstr "nome da coluna \"%s\" aparece mais de uma vez na cláusula USING"
-#: catalog/namespace.c:3040
+#: parser/parse_clause.c:892
#, c-format
-msgid "collation \"%s\" for encoding \"%s\" does not exist"
-msgstr "ordenação \"%s\" para codificação \"%s\" não existe"
+msgid "common column name \"%s\" appears more than once in left table"
+msgstr ""
+"nome de coluna comum \"%s\" aparece mais de uma vez na tabela à esquerda"
-#: catalog/namespace.c:3092
+#: parser/parse_clause.c:901
#, c-format
-msgid "conversion \"%s\" does not exist"
-msgstr "conversão \"%s\" não existe"
+msgid "column \"%s\" specified in USING clause does not exist in left table"
+msgstr ""
+"coluna \"%s\" especificada na cláusula USING não existe na tabela à esquerda"
-#: catalog/namespace.c:3297
+#: parser/parse_clause.c:915
#, c-format
-msgid "permission denied to create temporary tables in database \"%s\""
-msgstr "permissão negada ao criar tabelas temporárias no banco de dados \"%s\""
-
-#: catalog/namespace.c:3313
-msgid "cannot create temporary tables during recovery"
-msgstr "não pode criar tabelas temporárias durante recuperação"
-
-#: catalog/index.c:220
-msgid "primary keys cannot be expressions"
-msgstr "chaves primárias não podem ser expressões"
-
-#: catalog/index.c:730 catalog/index.c:1128
-msgid "user-defined indexes on system catalog tables are not supported"
+msgid "common column name \"%s\" appears more than once in right table"
msgstr ""
-"índices definidos pelo usuário nas tabelas de catálogo do sistema não são "
-"suportados"
+"nome de coluna comum \"%s\" aparece mais de uma vez na tabela à direita"
-#: catalog/index.c:740
-msgid "concurrent index creation on system catalog tables is not supported"
+#: parser/parse_clause.c:924
+#, c-format
+msgid "column \"%s\" specified in USING clause does not exist in right table"
msgstr ""
-"criação de índices concorrentes nas tabelas de catálogo do sistema não são "
-"suportados"
-
-#: catalog/index.c:758
-msgid "shared indexes cannot be created after initdb"
-msgstr "índices compartilhados não podem ser criados depois do initdb"
+"coluna \"%s\" especificada na cláusula USING não existe na tabela à direita"
-#: catalog/index.c:1740
+#: parser/parse_clause.c:981
#, c-format
-msgid "building index \"%s\" on table \"%s\""
-msgstr "construindo índice \"%s\" na tabela \"%s\""
+msgid "column alias list for \"%s\" has too many entries"
+msgstr "lista de aliases de coluna para \"%s\" tem muitas entradas"
-#: catalog/index.c:2813
-msgid "cannot reindex temporary tables of other sessions"
-msgstr "não pode reindexar tabelas temporárias de outras sessões"
+#. translator: %s is name of a SQL construct, eg LIMIT
+#: parser/parse_clause.c:1228
+#, c-format
+msgid "argument of %s must not contain variables"
+msgstr "argumento do %s não deve conter variáveis"
-#: catalog/heap.c:264
+#. translator: %s is name of a SQL construct, eg LIMIT
+#: parser/parse_clause.c:1239
#, c-format
-msgid "permission denied to create \"%s.%s\""
-msgstr "permissão negada ao criar \"%s.%s\""
+msgid "argument of %s must not contain aggregate functions"
+msgstr "argumento do %s não deve conter funções de agregação"
-#: catalog/heap.c:266
-msgid "System catalog modifications are currently disallowed."
-msgstr "Modificações no catálogo do sistema estão atualmente desabilitadas."
+#. translator: %s is name of a SQL construct, eg LIMIT
+#: parser/parse_clause.c:1250
+#, c-format
+msgid "argument of %s must not contain window functions"
+msgstr "argumento do %s não deve conter funções deslizantes"
-#: catalog/heap.c:406
+#. translator: first %s is name of a SQL construct, eg ORDER BY
+#: parser/parse_clause.c:1367
#, 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"
+msgid "%s \"%s\" is ambiguous"
+msgstr "%s \"%s\" é ambíguo"
-#: catalog/heap.c:422
+#. translator: %s is name of a SQL construct, eg ORDER BY
+#: parser/parse_clause.c:1391
#, c-format
-msgid "column name \"%s\" specified more than once"
-msgstr "nome da coluna \"%s\" especificado mais de uma vez"
+msgid "non-integer constant in %s"
+msgstr "constante não-inteira em %s"
-#: catalog/heap.c:472
+#. translator: %s is name of a SQL construct, eg ORDER BY
+#: parser/parse_clause.c:1409
#, c-format
-msgid "column \"%s\" has type \"unknown\""
-msgstr "coluna \"%s\" tem tipo \"unknown\""
+msgid "%s position %d is not in select list"
+msgstr "posição %2$d do %1$s não está na lista de seleção"
-#: catalog/heap.c:473
-msgid "Proceeding with relation creation anyway."
-msgstr "Prosseguindo com a criação da relação mesmo assim."
+#: parser/parse_clause.c:1625
+#, c-format
+msgid "window \"%s\" is already defined"
+msgstr "deslizante \"%s\" já está definido"
-#: catalog/heap.c:486
+#: parser/parse_clause.c:1679
#, c-format
-msgid "column \"%s\" has pseudo-type %s"
-msgstr "coluna \"%s\" tem pseudo-tipo %s"
+msgid "cannot override PARTITION BY clause of window \"%s\""
+msgstr "não pode substituir cláusula PARTITION BY do deslizante \"%s\""
-#: catalog/heap.c:516
+#: parser/parse_clause.c:1691
#, c-format
-msgid "composite type %s cannot be made a member of itself"
-msgstr "tipo composto %s não pode se tornar membro de si próprio"
+msgid "cannot override ORDER BY clause of window \"%s\""
+msgstr "não pode substituir cláusula ORDER BY do deslizante \"%s\""
-#: catalog/heap.c:558
+#: parser/parse_clause.c:1713
#, c-format
-msgid "no collation was derived for column \"%s\" with collatable type %s"
-msgstr ""
-"nenhuma ordenação foi derivada para coluna \"%s\" com tipo %s ordenável"
+msgid "cannot override frame clause of window \"%s\""
+msgstr "não pode substituir cláusula frame do deslizante \"%s\""
-#: catalog/heap.c:1030
+#: parser/parse_clause.c:1779
msgid ""
-"A relation has an associated type of the same name, so you must use a name "
-"that doesn't conflict with any existing type."
+"in an aggregate with DISTINCT, ORDER BY expressions must appear in argument "
+"list"
msgstr ""
-"A relação tem um tipo associado com o mesmo nome, então você deve utilizar "
-"um nome que não conflite com outro tipo existente."
-
-#: catalog/heap.c:2150
-#, c-format
-msgid "check constraint \"%s\" already exists"
-msgstr "restrição de verificação \"%s\" já existe"
+"em uma agregação com DISTINCT, expressões ORDER BY devem aparecer na lista "
+"de argumentos"
-#: catalog/heap.c:2300
-#, c-format
-msgid "merging constraint \"%s\" with inherited definition"
-msgstr "juntando restrição \"%s\" com definição herdada"
+#: parser/parse_clause.c:1780
+msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list"
+msgstr ""
+"para SELECT DISTINCT, expressões ORDER BY devem aparecer na lista de seleção"
-#: catalog/heap.c:2398
-msgid "cannot use column references in default expression"
-msgstr "não pode utilizar referência à coluna na expressão padrão"
+#: parser/parse_clause.c:1866 parser/parse_clause.c:1898
+msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
+msgstr ""
+"expressões SELECT DISTINCT ON devem corresponder com expressões iniciais do "
+"ORDER BY"
-#: catalog/heap.c:2406
-msgid "default expression must not return a set"
-msgstr "expressão padrão não deve retornar um conjunto"
+#: parser/parse_clause.c:2020
+#, c-format
+msgid "operator %s is not a valid ordering operator"
+msgstr "operador %s não é um operador de ordenação válido"
-#: catalog/heap.c:2414
-msgid "cannot use subquery in default expression"
-msgstr "não pode utilizar subconsulta na expressão padrão"
+#: parser/parse_clause.c:2022
+msgid ""
+"Ordering operators must be \"<\" or \">\" members of btree operator families."
+msgstr ""
+"Operadores de ordenação devem ser membros \"<\" ou \">\" das famílias de "
+"operadores de árvore B."
-#: catalog/heap.c:2418
-msgid "cannot use aggregate function in default expression"
-msgstr "não pode utilizar função de agregação na expressão padrão"
+#: parser/parse_cte.c:42
+#, c-format
+msgid ""
+"recursive reference to query \"%s\" must not appear within its non-recursive "
+"term"
+msgstr ""
+"referência recursiva para consulta \"%s\" não deve aparecer no seu termo não "
+"recursivo"
-#: catalog/heap.c:2422
-msgid "cannot use window function in default expression"
-msgstr "não pode utilizar função deslizante na expressão padrão"
+#: parser/parse_cte.c:44
+#, c-format
+msgid "recursive reference to query \"%s\" must not appear within a subquery"
+msgstr ""
+"referência recursiva para consulta \"%s\" não deve aparecer em uma "
+"subconsulta"
-#: catalog/heap.c:2492
+#: parser/parse_cte.c:46
#, c-format
-msgid "only table \"%s\" can be referenced in check constraint"
+msgid ""
+"recursive reference to query \"%s\" must not appear within an outer join"
msgstr ""
-"somente a tabela \"%s\" pode ser referenciada na restrição de verificação"
+"referência recursiva para consulta \"%s\" não deve aparecer em uma junção "
+"externa"
-#: catalog/heap.c:2748
-msgid "unsupported ON COMMIT and foreign key combination"
-msgstr "combinação ON COMMIT e chave estrangeira não é suportada"
+#: parser/parse_cte.c:48
+#, c-format
+msgid "recursive reference to query \"%s\" must not appear within INTERSECT"
+msgstr ""
+"referência recursiva para consulta \"%s\" não deve aparecer em um INTERSECT"
-#: catalog/heap.c:2749
+#: parser/parse_cte.c:50
#, c-format
-msgid ""
-"Table \"%s\" references \"%s\", but they do not have the same ON COMMIT "
-"setting."
+msgid "recursive reference to query \"%s\" must not appear within EXCEPT"
msgstr ""
-"Tabela \"%s\" referencia \"%s\", mas elas não têm a mesma definição de ON "
-"COMMIT."
+"referência recursiva para consulta \"%s\" não deve aparecer em um EXCEPT"
-#: catalog/heap.c:2754
-msgid "cannot truncate a table referenced in a foreign key constraint"
+#: parser/parse_cte.c:132
+#, c-format
+msgid "WITH query name \"%s\" specified more than once"
+msgstr "nome da consulta WITH \"%s\" foi especificado mais de uma vez"
+
+#: parser/parse_cte.c:259
+msgid "subquery in WITH cannot have SELECT INTO"
+msgstr "subconsulta no WITH não pode ter SELECT INTO"
+
+#: parser/parse_cte.c:271
+msgid ""
+"WITH clause containing a data-modifying statement must be at the top level"
msgstr ""
-"não pode truncar uma tabela referenciada em uma restrição de chave "
-"estrangeira"
-
-#: catalog/heap.c:2755
-#, c-format
-msgid "Table \"%s\" references \"%s\"."
-msgstr "Tabela \"%s\" referencia \"%s\"."
+"cláusula WITH contendo um comando que modifica dados deve estar no nível "
+"superior"
-#: catalog/heap.c:2757
+#: parser/parse_cte.c:320
#, c-format
-msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE."
+msgid ""
+"recursive query \"%s\" column %d has type %s in non-recursive term but type "
+"%s overall"
msgstr ""
-"Trunque a tabela \"%s\" ao mesmo tempo, ou utilize TRUNCATE ... CASCADE."
+"coluna %2$d da consulta recursiva \"%1$s\" tem tipo %3$s no termo não "
+"recursivo mas o tipo %4$s no restante"
-#: catalog/dependency.c:593
-#, c-format
-msgid "cannot drop %s because %s requires it"
-msgstr "não pode remover %s porque %s o requer"
+#: parser/parse_cte.c:326
+msgid "Cast the output of the non-recursive term to the correct type."
+msgstr "Converta a saída do termo não recursivo para o tipo correto."
-#: catalog/dependency.c:596
+#: parser/parse_cte.c:331
#, c-format
-msgid "You can drop %s instead."
-msgstr "Você pode remover %s ao invés dele."
+msgid ""
+"recursive query \"%s\" column %d has collation \"%s\" in non-recursive term "
+"but collation \"%s\" overall"
+msgstr ""
+"coluna %2$d da consulta recursiva \"%1$s\" tem ordenação %3$s no termo não "
+"recursivo mas a ordenação %4$s no restante"
-#: catalog/dependency.c:873
-#, c-format
-msgid "drop auto-cascades to %s"
-msgstr "removendo automaticamente %s"
+#: parser/parse_cte.c:335
+msgid "Use the COLLATE clause to set the collation of the non-recursive term."
+msgstr ""
+"Utilize a cláusula COLLATE para definir a ordenação do termo não recursivo."
-#: catalog/dependency.c:885 catalog/dependency.c:894
+#: parser/parse_cte.c:426
#, c-format
-msgid "%s depends on %s"
-msgstr "%s depende de %s"
+msgid "WITH query \"%s\" has %d columns available but %d columns specified"
+msgstr ""
+"consulta WITH \"%s\" tem %d colunas disponíveis mas %d colunas foram "
+"especificadas"
-#: catalog/dependency.c:906 catalog/dependency.c:915
-#, c-format
-msgid "drop cascades to %s"
-msgstr "removendo em cascata %s"
+#: parser/parse_cte.c:606
+msgid "mutual recursion between WITH items is not implemented"
+msgstr "recursão mútua entre itens WITH não está implementada"
-#: catalog/dependency.c:935
+#: parser/parse_cte.c:658
#, c-format
-msgid "cannot drop %s because other objects depend on it"
-msgstr "não pode remover %s porque outros objetos dependem dele"
-
-#: catalog/dependency.c:939 catalog/dependency.c:946
-msgid "Use DROP ... CASCADE to drop the dependent objects too."
-msgstr "Utilize DROP ... CASCADE para remover os objetos dependentes também."
+msgid "recursive query \"%s\" must not contain data-modifying statements"
+msgstr "consulta recursiva \"%s\" não deve conter comandos que modificam dados"
-#: catalog/dependency.c:943
-msgid "cannot drop desired object(s) because other objects depend on them"
+#: parser/parse_cte.c:666
+#, c-format
+msgid ""
+"recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] "
+"recursive-term"
msgstr ""
-"não pode remover objeto(s) desejado(s) porque outros objetos dependem dele"
+"consulta recursiva \"%s\" não tem a forma termo-não-recursivo UNION [ALL] "
+"termo-recursivo"
-#. translator: %d always has a value larger than 1
-#: catalog/dependency.c:952
-#, c-format
-msgid "drop cascades to %d other object"
-msgid_plural "drop cascades to %d other objects"
-msgstr[0] "removendo em cascata %d outro objeto"
-msgstr[1] "removendo em cascata outros %d objetos"
+#: parser/parse_cte.c:710
+msgid "ORDER BY in a recursive query is not implemented"
+msgstr "ORDER BY em uma consulta recursiva não está implementado"
-#: catalog/dependency.c:2223
-#, c-format
-msgid " column %s"
-msgstr "coluna %s"
+#: parser/parse_cte.c:716
+msgid "OFFSET in a recursive query is not implemented"
+msgstr "OFFSET em uma consulta recursiva não está implementado"
-#: catalog/dependency.c:2229
-#, c-format
-msgid "function %s"
-msgstr "função %s"
+#: parser/parse_cte.c:722
+msgid "LIMIT in a recursive query is not implemented"
+msgstr "LIMIT em uma consulta recursiva não está implementado"
-#: catalog/dependency.c:2234
-#, c-format
-msgid "type %s"
-msgstr "tipo %s"
+#: parser/parse_cte.c:728
+msgid "FOR UPDATE/SHARE in a recursive query is not implemented"
+msgstr "FOR UPDATE/SHARE em uma consulta recursiva não está implementado"
-#: catalog/dependency.c:2264
+#: parser/parse_cte.c:785
#, c-format
-msgid "cast from %s to %s"
-msgstr "converte de %s para %s"
+msgid "recursive reference to query \"%s\" must not appear more than once"
+msgstr ""
+"referência recursiva para consulta \"%s\" não deve aparecer mais de uma vez"
-#: catalog/dependency.c:2284
-#, c-format
-msgid "collation %s"
-msgstr "ordenação %s"
+#: parser/analyze.c:471
+msgid "INSERT ... SELECT cannot specify INTO"
+msgstr "INSERT ... SELECT não pode especificar INTO"
-#: catalog/dependency.c:2308
-#, c-format
-msgid "constraint %s on %s"
-msgstr "restrição %s em %s"
+#: parser/analyze.c:564 parser/analyze.c:1070
+msgid "VALUES lists must all be the same length"
+msgstr "listas de VALUES devem ser todas do mesmo tamanho"
-#: catalog/dependency.c:2314
-#, c-format
-msgid "constraint %s"
-msgstr "restrição %s"
+#: parser/analyze.c:606 parser/analyze.c:1211
+msgid "VALUES must not contain table references"
+msgstr "VALUES não devem conter referências a tabelas"
-#: catalog/dependency.c:2331
-#, c-format
-msgid "conversion %s"
-msgstr "conversão %s"
+#: parser/analyze.c:620 parser/analyze.c:1225
+msgid "VALUES must not contain OLD or NEW references"
+msgstr "VALUES não devem conter referências a OLD ou NEW"
-#: catalog/dependency.c:2368
-#, c-format
-msgid "default for %s"
-msgstr "valor padrão para %s"
+#: parser/analyze.c:621 parser/analyze.c:1226
+msgid "Use SELECT ... UNION ALL ... instead."
+msgstr "Ao invés disso utilize SELECT ... UNION ALL ... ."
-#: catalog/dependency.c:2385
-#, c-format
-msgid "language %s"
-msgstr "linguagem %s"
+#: parser/analyze.c:725 parser/analyze.c:1238
+msgid "cannot use aggregate function in VALUES"
+msgstr "não pode utilizar função de agregação em VALUES"
-#: catalog/dependency.c:2391
-#, c-format
-msgid "large object %u"
-msgstr "objeto grande %u"
+#: parser/analyze.c:731 parser/analyze.c:1244
+msgid "cannot use window function in VALUES"
+msgstr "não pode utilizar função deslizante em VALUES"
-#: catalog/dependency.c:2396
-#, c-format
-msgid "operator %s"
-msgstr "operador %s"
+#: parser/analyze.c:765
+msgid "INSERT has more expressions than target columns"
+msgstr "INSERT tem mais expressões do que colunas alvo"
-#: catalog/dependency.c:2428
-#, c-format
-msgid "operator class %s for access method %s"
-msgstr "classe de operadores %s para método de acesso %s"
+#: parser/analyze.c:783
+msgid "INSERT has more target columns than expressions"
+msgstr "INSERT tem mais colunas alvo do que expressões"
-#. translator: %d is the operator strategy (a number), the
-#. 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/dependency.c:2478
-#, c-format
-msgid "operator %d (%s, %s) of %s: %s"
-msgstr "operador %d (%s, %s) de %s: %s"
+#: parser/analyze.c:787
+msgid ""
+"The insertion source is a row expression containing the same number of "
+"columns expected by the INSERT. Did you accidentally use extra parentheses?"
+msgstr ""
+"A fonte de inserção é uma expressão de registro contendo o mesmo número de "
+"colunas esperadas pelo INSERT. Você acidentalmente utilizou parênteses "
+"extras?"
-#. translator: %d is the function number, the 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
-#. function with arguments.
-#: catalog/dependency.c:2528
-#, c-format
-msgid "function %d (%s, %s) of %s: %s"
-msgstr "função %d (%s, %s) de %s: %s"
+#: parser/analyze.c:1084
+msgid "DEFAULT can only appear in a VALUES list within INSERT"
+msgstr "DEFAULT só pode aparecer em uma lista de VALUES com INSERT"
-#: catalog/dependency.c:2568
-#, c-format
-msgid "rule %s on "
-msgstr "regra %s em "
+#: parser/analyze.c:1192 parser/analyze.c:2417
+msgid "SELECT FOR UPDATE/SHARE cannot be applied to VALUES"
+msgstr "SELECT FOR UPDATE/SHARE não pode ser aplicado a VALUES"
-#: catalog/dependency.c:2603
-#, c-format
-msgid "trigger %s on "
-msgstr "gatilho %s em "
+#: parser/analyze.c:1455
+msgid "invalid UNION/INTERSECT/EXCEPT ORDER BY clause"
+msgstr "cláusula UNION/INTERSECT/EXCEPT ORDER BY é inválida"
-#: catalog/dependency.c:2620
-#, c-format
-msgid "schema %s"
-msgstr "esquema %s"
+#: parser/analyze.c:1456
+msgid "Only result column names can be used, not expressions or functions."
+msgstr ""
+"Somente nomes de colunas resultantes podem ser utilizadas, e não expressões "
+"ou funções."
-#: catalog/dependency.c:2633
-#, c-format
-msgid "text search parser %s"
-msgstr "analisador de busca textual %s"
+#: parser/analyze.c:1457
+msgid ""
+"Add the expression/function to every SELECT, or move the UNION into a FROM "
+"clause."
+msgstr ""
+"Adicione a expressão/função a todos SELECTs ou mova o UNION para uma "
+"cláusula FROM."
-#: catalog/dependency.c:2648
-#, c-format
-msgid "text search dictionary %s"
-msgstr "dicionário de busca textual %s"
+#: parser/analyze.c:1529
+msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT"
+msgstr "INTO só é permitido no primeiro SELECT do UNION/INTERSECT/EXCEPT"
-#: catalog/dependency.c:2663
-#, c-format
-msgid "text search template %s"
-msgstr "modelo de busca textual %s"
+#: parser/analyze.c:1589
+msgid ""
+"UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of "
+"same query level"
+msgstr ""
+"comando membro do UNION/INTERSECT/EXCEPT não pode referenciar outras "
+"relações do mesmo nível da consulta"
-#: catalog/dependency.c:2678
+#: parser/analyze.c:1677
#, c-format
-msgid "text search configuration %s"
-msgstr "configuração de busca textual %s"
+msgid "each %s query must have the same number of columns"
+msgstr "cada consulta %s deve ter o mesmo número de colunas"
-#: catalog/dependency.c:2686
-#, c-format
-msgid "role %s"
-msgstr "role %s"
+#: parser/analyze.c:1933
+msgid "CREATE TABLE AS specifies too many column names"
+msgstr "CREATE TABLE AS especificou muitos nomes de colunas"
-#: catalog/dependency.c:2699
-#, c-format
-msgid "database %s"
-msgstr "banco de dados %s"
+#: parser/analyze.c:1991
+msgid "cannot use aggregate function in UPDATE"
+msgstr "não pode utilizar função de agregação em UPDATE"
-#: catalog/dependency.c:2711
-#, c-format
-msgid "tablespace %s"
-msgstr "tablespace %s"
+#: parser/analyze.c:1997
+msgid "cannot use window function in UPDATE"
+msgstr "não pode utilizar função deslizante em UPDATE"
-#: catalog/dependency.c:2720
-#, c-format
-msgid "foreign-data wrapper %s"
-msgstr "adaptador de dados externos %s"
+#: parser/analyze.c:2106
+msgid "cannot use aggregate function in RETURNING"
+msgstr "não pode utilizar função de agregação em RETURNING"
-#: catalog/dependency.c:2729
-#, c-format
-msgid "server %s"
-msgstr "servidor %s"
+#: parser/analyze.c:2112
+msgid "cannot use window function in RETURNING"
+msgstr "não pode utilizar função deslizante em RETURNING"
-#: catalog/dependency.c:2754
-#, c-format
-msgid "user mapping for %s"
-msgstr "mapeamento de usuários para %s"
+#: parser/analyze.c:2131
+msgid "RETURNING cannot contain references to other relations"
+msgstr "RETURNING não pode conter referências a outras relações"
-#: catalog/dependency.c:2788
-#, c-format
-msgid "default privileges on new relations belonging to role %s"
-msgstr "privilégios padrão em novas relações pertencem a role %s"
+#: parser/analyze.c:2170
+msgid "cannot specify both SCROLL and NO SCROLL"
+msgstr "não pode especificar SCROLL e NO SCROLL"
-#: catalog/dependency.c:2793
-#, c-format
-msgid "default privileges on new sequences belonging to role %s"
-msgstr "privilégios padrão em novas sequências pertencem a role %s"
+#: parser/analyze.c:2184
+msgid "DECLARE CURSOR cannot specify INTO"
+msgstr "DECLARE CURSOR não pode especificar INTO"
-#: catalog/dependency.c:2798
-#, c-format
-msgid "default privileges on new functions belonging to role %s"
-msgstr "privilégios padrão em novas funções pertencem a role %s"
+#: parser/analyze.c:2196
+msgid "DECLARE CURSOR must not contain data-modifying statements in WITH"
+msgstr "DECLARE CURSOR não deve conter comandos que modificam dados no WITH"
-#: catalog/dependency.c:2804
-#, c-format
-msgid "default privileges belonging to role %s"
-msgstr "privilégios padrão pertencem a role %s"
+#: parser/analyze.c:2202
+msgid "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE is not supported"
+msgstr "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE não é suportado"
-#: catalog/dependency.c:2812
-#, c-format
-msgid " in schema %s"
-msgstr " no esquema %s"
+#: parser/analyze.c:2203
+msgid "Holdable cursors must be READ ONLY."
+msgstr "Cursores duráveis devem ser READ ONLY."
-#: catalog/dependency.c:2829
-#, c-format
-msgid "extension %s"
-msgstr "extensão %s"
+#: parser/analyze.c:2216
+msgid "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE is not supported"
+msgstr "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE não é suportado"
-#: catalog/dependency.c:2887
-#, c-format
-msgid "table %s"
-msgstr "tabela %s"
+#: parser/analyze.c:2217
+msgid "Insensitive cursors must be READ ONLY."
+msgstr "Cursores insensíveis devem ser READ ONLY."
-#: catalog/dependency.c:2891
-#, c-format
-msgid "index %s"
-msgstr "índice %s"
+#: parser/analyze.c:2270
+msgid "SELECT FOR UPDATE/SHARE is not allowed with DISTINCT clause"
+msgstr "SELECT FOR UPDATE/SHARE não é permitido com cláusula DISTINCT"
-#: catalog/dependency.c:2895
-#, c-format
-msgid "sequence %s"
-msgstr "sequência %s"
+#: parser/analyze.c:2274
+msgid "SELECT FOR UPDATE/SHARE is not allowed with GROUP BY clause"
+msgstr "SELECT FOR UPDATE/SHARE não é permitido com cláusula GROUP BY"
-#: catalog/dependency.c:2899
-#, c-format
-msgid "uncataloged table %s"
-msgstr "tabela temporária %s"
+#: parser/analyze.c:2278
+msgid "SELECT FOR UPDATE/SHARE is not allowed with HAVING clause"
+msgstr "SELECT FOR UPDATE/SHARE não é permitido com cláusula HAVING"
-#: catalog/dependency.c:2903
-#, c-format
-msgid "toast table %s"
-msgstr "tabela toast %s"
+#: parser/analyze.c:2282
+msgid "SELECT FOR UPDATE/SHARE is not allowed with aggregate functions"
+msgstr "SELECT FOR UPDATE/SHARE não é permitido com funções de agregação"
-#: catalog/dependency.c:2907
-#, c-format
-msgid "view %s"
-msgstr "visão %s"
+#: parser/analyze.c:2286
+msgid "SELECT FOR UPDATE/SHARE is not allowed with window functions"
+msgstr "SELECT FOR UPDATE/SHARE não é permitido com funções deslizantes"
-#: catalog/dependency.c:2911
-#, c-format
-msgid "composite type %s"
-msgstr "tipo composto %s"
+#: parser/analyze.c:2290
+msgid ""
+"SELECT FOR UPDATE/SHARE is not allowed with set-returning functions in the "
+"target list"
+msgstr ""
+"SELECT FOR UPDATE/SHARE não é permitido em funções que retornam conjunto na "
+"lista de alvos"
-#: catalog/dependency.c:2915
-#, c-format
-msgid "foreign table %s"
-msgstr "tabela externa %s"
+#: parser/analyze.c:2369
+msgid "SELECT FOR UPDATE/SHARE must specify unqualified relation names"
+msgstr ""
+"SELECT FOR UPDATE/SHARE deve especificar nomes de relação não qualificados"
-#: catalog/dependency.c:2920
+#: parser/analyze.c:2386
#, c-format
-msgid "relation %s"
-msgstr "relação %s"
+msgid "SELECT FOR UPDATE/SHARE cannot be used with foreign table \"%s\""
+msgstr ""
+"SELECT FOR UPDATE/SHARE não pode ser utilizado com tabela externa \"%s\""
-#: catalog/dependency.c:2957
-#, c-format
-msgid "operator family %s for access method %s"
-msgstr "família de operadores %s para método de acesso %s"
+#: parser/analyze.c:2405
+msgid "SELECT FOR UPDATE/SHARE cannot be applied to a join"
+msgstr "SELECT FOR UPDATE/SHARE não pode ser aplicado em uma junção"
-#: catalog/catalog.c:76
-msgid "invalid fork name"
-msgstr "nome de fork inválido"
+#: parser/analyze.c:2411
+msgid "SELECT FOR UPDATE/SHARE cannot be applied to a function"
+msgstr "SELECT FOR UPDATE/SHARE não pode ser aplicado a uma função"
-#: catalog/catalog.c:77
-msgid "Valid fork names are \"main\", \"fsm\", and \"vm\"."
-msgstr "Nomes válidos são \"main\", \"fsm\" e \"vm\"."
+#: parser/analyze.c:2423
+msgid "SELECT FOR UPDATE/SHARE cannot be applied to a WITH query"
+msgstr "SELECT FOR UPDATE/SHARE não pode ser aplicado em uma consulta WITH"
-#: catalog/aclchk.c:200
-msgid "grant options can only be granted to roles"
-msgstr "opções de concessão só podem ser concedidas a roles"
+#: parser/analyze.c:2437
+#, c-format
+msgid "relation \"%s\" in FOR UPDATE/SHARE clause not found in FROM clause"
+msgstr ""
+"relação \"%s\" na cláusula FOR UPDATE/SHARE não foi encontrada na cláusula "
+"FROM"
-#: catalog/aclchk.c:316
+#: parser/parse_param.c:215
#, c-format
-msgid "no privileges were granted for column \"%s\" of relation \"%s\""
-msgstr "nenhum privilégio foi concedido a coluna \"%s\" da relação \"%s\""
+msgid "inconsistent types deduced for parameter $%d"
+msgstr "tipos inconsitentes deduzidos do parâmetro $%d"
-#: catalog/aclchk.c:321
+#: parser/parse_relation.c:147
#, c-format
-msgid "no privileges were granted for \"%s\""
-msgstr "nenhum privilégio foi concedido a \"%s\""
+msgid "table reference \"%s\" is ambiguous"
+msgstr "referência a tabela \"%s\" é ambígua"
-#: catalog/aclchk.c:329
+#: parser/parse_relation.c:183
#, c-format
-msgid "not all privileges were granted for column \"%s\" of relation \"%s\""
-msgstr ""
-"nem todos privilégios foram concedidos a coluna \"%s\" da relação \"%s\""
+msgid "table reference %u is ambiguous"
+msgstr "referência a tabela %u é ambígua"
-#: catalog/aclchk.c:334
+#: parser/parse_relation.c:343
#, c-format
-msgid "not all privileges were granted for \"%s\""
-msgstr "nem todos privilégios foram concedidos a \"%s\""
+msgid "table name \"%s\" specified more than once"
+msgstr "nome da tabela \"%s\" foi especificado mais de uma vez"
-#: catalog/aclchk.c:345
+#: parser/parse_relation.c:754 parser/parse_relation.c:1045
+#: parser/parse_relation.c:1432
#, c-format
-msgid "no privileges could be revoked for column \"%s\" of relation \"%s\""
-msgstr "nenhum privilégio pôde ser revogado da coluna \"%s\" da relação \"%s\""
+msgid "table \"%s\" has %d columns available but %d columns specified"
+msgstr ""
+"tabela \"%s\" tem %d colunas disponíveis mas %d colunas foram especificadas"
-#: catalog/aclchk.c:350
+#: parser/parse_relation.c:784
#, c-format
-msgid "no privileges could be revoked for \"%s\""
-msgstr "nenhum privilégio pôde ser revogado de \"%s\""
+msgid "too many column aliases specified for function %s"
+msgstr "muitos aliases de coluna especificados para função %s"
-#: catalog/aclchk.c:358
+#: parser/parse_relation.c:850
#, c-format
msgid ""
-"not all privileges could be revoked for column \"%s\" of relation \"%s\""
+"There is a WITH item named \"%s\", but it cannot be referenced from this "
+"part of the query."
msgstr ""
-"nem todos privilégios podem ser revogados da coluna \"%s\" da relação \"%s\""
-
-#: catalog/aclchk.c:363
-#, c-format
-msgid "not all privileges could be revoked for \"%s\""
-msgstr "nem todos privilégios podem ser revogados de \"%s\""
+"Há um item WITH nomeado \"%s\", mas ele não pode ser referenciado desta "
+"parte da consulta."
-#: catalog/aclchk.c:442 catalog/aclchk.c:891
-#, c-format
-msgid "invalid privilege type %s for relation"
-msgstr "tipo de privilégio %s é inválido para relação"
+#: parser/parse_relation.c:852
+msgid ""
+"Use WITH RECURSIVE, or re-order the WITH items to remove forward references."
+msgstr ""
+"Utilize WITH RECURSIVE ou reordene os itens WITH para remover referências "
+"posteriores."
-#: catalog/aclchk.c:446 catalog/aclchk.c:895
-#, c-format
-msgid "invalid privilege type %s for sequence"
-msgstr "tipo de privilégio %s é inválido para sequência"
+#: parser/parse_relation.c:1125
+msgid ""
+"a column definition list is only allowed for functions returning \"record\""
+msgstr ""
+"uma lista de definição de colunas somente é permitida para funções que "
+"retornam \"record\""
-#: catalog/aclchk.c:450
-#, c-format
-msgid "invalid privilege type %s for database"
-msgstr "tipo de privilégio %s é inválido para banco de dados"
+#: parser/parse_relation.c:1133
+msgid "a column definition list is required for functions returning \"record\""
+msgstr ""
+"uma lista de definição de colunas é requerida para funções que retornam "
+"\"record\""
-#: catalog/aclchk.c:454 catalog/aclchk.c:899
+#: parser/parse_relation.c:1184
#, c-format
-msgid "invalid privilege type %s for function"
-msgstr "tipo de privilégio %s é inválido para função"
+msgid "function \"%s\" in FROM has unsupported return type %s"
+msgstr "função \"%s\" no FROM tem tipo de retorno %s que não é suportado"
-#: catalog/aclchk.c:458
+#: parser/parse_relation.c:1258
#, c-format
-msgid "invalid privilege type %s for language"
-msgstr "tipo de privilégio %s é inválido para linguagem"
+msgid "VALUES lists \"%s\" have %d columns available but %d columns specified"
+msgstr ""
+"listas de VALUES \"%s\" tem %d colunas disponíveis mas %d colunas foram "
+"especificadas"
-#: catalog/aclchk.c:462
+#: parser/parse_relation.c:1314
#, c-format
-msgid "invalid privilege type %s for large object"
-msgstr "tipo de privilégio %s é inválido para objeto grande"
+msgid "joins can have at most %d columns"
+msgstr "junções podem ter no máximo %d colunas"
-#: catalog/aclchk.c:466
+#: parser/parse_relation.c:1405
#, c-format
-msgid "invalid privilege type %s for schema"
-msgstr "tipo de privilégio %s é inválido para esquema"
+msgid "WITH query \"%s\" does not have a RETURNING clause"
+msgstr "consulta WITH \"%s\" não tem uma cláusula RETURNING"
-#: catalog/aclchk.c:470
+#: parser/parse_relation.c:2087
#, c-format
-msgid "invalid privilege type %s for tablespace"
-msgstr "tipo de privilégio %s é inválido para tablespace"
+msgid "column %d of relation \"%s\" does not exist"
+msgstr "coluna %d da relação \"%s\" não existe"
-#: catalog/aclchk.c:474
+#: parser/parse_relation.c:2471
#, c-format
-msgid "invalid privilege type %s for foreign-data wrapper"
-msgstr "tipo de privilégio %s é inválido para adaptador de dados externos"
+msgid "invalid reference to FROM-clause entry for table \"%s\""
+msgstr "referência inválida para tabela \"%s\" na cláusula FROM"
-#: catalog/aclchk.c:478
+#: parser/parse_relation.c:2474
#, c-format
-msgid "invalid privilege type %s for foreign server"
-msgstr "tipo de privilégio %s é inválido para servidor externo"
-
-#: catalog/aclchk.c:517
-msgid "column privileges are only valid for relations"
-msgstr "privilégios de coluna só são válidos para relações"
-
-#: catalog/aclchk.c:932
-msgid "default privileges cannot be set for columns"
-msgstr "privilégios padrão não podem ser definidos para colunas"
+msgid "Perhaps you meant to reference the table alias \"%s\"."
+msgstr "Talvez você quisesse referenciar o aliás de tabela \"%s\"."
-#: catalog/aclchk.c:1678 access/heap/heapam.c:1089 access/heap/heapam.c:1117
-#: access/heap/heapam.c:1147
+#: parser/parse_relation.c:2476
#, c-format
-msgid "\"%s\" is an index"
-msgstr "\"%s\" é um índice"
+msgid ""
+"There is an entry for table \"%s\", but it cannot be referenced from this "
+"part of the query."
+msgstr ""
+"Há uma entrada para tabela \"%s\", mas ela não pode ser referenciada desta "
+"parta da consulta."
-#: catalog/aclchk.c:1731
+#: parser/parse_relation.c:2482
#, c-format
-msgid "sequence \"%s\" only supports USAGE, SELECT, and UPDATE privileges"
-msgstr "sequência \"%s\" só suporta privilégios USAGE, SELECT e UPDATE"
-
-#: catalog/aclchk.c:1748
-msgid "invalid privilege type USAGE for table"
-msgstr "tipo de privilégio USAGE é inválido para tabela"
+msgid "missing FROM-clause entry for table \"%s\""
+msgstr "faltando entrada para tabela \"%s\" na cláusula FROM"
-#: catalog/aclchk.c:1913
+#: gram.y:915
#, c-format
-msgid "invalid privilege type %s for column"
-msgstr "tipo de privilégio %s é inválido para coluna"
+msgid "unrecognized role option \"%s\""
+msgstr "opção de role desconhecida \"%s\""
-#: catalog/aclchk.c:1926
-#, c-format
-msgid "sequence \"%s\" only supports SELECT column privileges"
-msgstr "sequência \"%s\" só suporta privilégios SELECT"
+#: gram.y:1301
+msgid "current database cannot be changed"
+msgstr "banco de dados atual não pode ser mudado"
-#: catalog/aclchk.c:2510
-#, c-format
-msgid "language \"%s\" is not trusted"
-msgstr "linguagem \"%s\" não é confiável"
+#: gram.y:1419 gram.y:1434
+msgid "time zone interval must be HOUR or HOUR TO MINUTE"
+msgstr "intervalo de zona horária deve ser HOUR ou HOUR TO MINUTE"
-#: catalog/aclchk.c:2512
-msgid "Only superusers can use untrusted languages."
-msgstr "Somente super-usuários podem utilizar linguagens não-confiáveis."
+#: gram.y:1439 gram.y:9246 gram.y:11736
+msgid "interval precision specified twice"
+msgstr "precisão de interval foi especificada duas vezes"
-#: catalog/aclchk.c:3019
-#, c-format
-msgid "unrecognized privilege type \"%s\""
-msgstr "tipo de privilégio \"%s\" desconhecido"
+#: gram.y:3005
+msgid "CREATE TABLE AS cannot specify INTO"
+msgstr "CREATE TABLE AS não pode especificar INTO"
-#: catalog/aclchk.c:3068
-#, c-format
-msgid "permission denied for column %s"
-msgstr "permissão negada para coluna %s"
+#: gram.y:4058
+msgid "duplicate trigger events specified"
+msgstr "eventos de gatilho duplicados especificados"
-#: catalog/aclchk.c:3070
-#, c-format
-msgid "permission denied for relation %s"
-msgstr "permissão negada para relação %s"
+#: gram.y:4160
+msgid "conflicting constraint properties"
+msgstr "propriedades de restrições conflitantes"
-#: catalog/aclchk.c:3074
-#, c-format
-msgid "permission denied for database %s"
-msgstr "permissão negada para banco de dados %s"
+#: gram.y:4221
+msgid "CREATE ASSERTION is not yet implemented"
+msgstr "CREATE ASSERTION ainda não foi implementado"
-#: catalog/aclchk.c:3076
-#, c-format
-msgid "permission denied for function %s"
-msgstr "permissão negada para função %s"
+#: gram.y:4237
+msgid "DROP ASSERTION is not yet implemented"
+msgstr "DROP ASSERTION ainda não foi implementado"
-#: catalog/aclchk.c:3078
-#, c-format
-msgid "permission denied for operator %s"
-msgstr "permissão negada para operador %s"
+#: gram.y:4573
+msgid "RECHECK is no longer required"
+msgstr "RECHECK não é mais requerido"
-#: catalog/aclchk.c:3080
-#, c-format
-msgid "permission denied for type %s"
-msgstr "permissão negada para tipo %s"
+#: gram.y:4574
+msgid "Update your data type."
+msgstr "Atualize seu tipo de dado."
-#: catalog/aclchk.c:3082
-#, c-format
-msgid "permission denied for language %s"
-msgstr "permissão negada para linguagem %s"
+#: gram.y:7297 gram.y:7303 gram.y:7309
+msgid "WITH CHECK OPTION is not implemented"
+msgstr "WITH CHECK OPTION não está implementado"
-#: catalog/aclchk.c:3084
-#, c-format
-msgid "permission denied for large object %s"
-msgstr "permissão negada para objeto grande %s"
+#: gram.y:7986
+msgid "column name list not allowed in CREATE TABLE / AS EXECUTE"
+msgstr "lista de colunas não é permitida em CREATE TABLE / AS EXECUTE"
-#: catalog/aclchk.c:3086
-#, c-format
-msgid "permission denied for schema %s"
-msgstr "permissão negada para esquema %s"
+#: gram.y:8210
+msgid "number of columns does not match number of values"
+msgstr "número de colunas não corresponde ao número de valores"
-#: catalog/aclchk.c:3088
-#, c-format
-msgid "permission denied for operator class %s"
-msgstr "permissão negada para classe de operadores %s"
+#: gram.y:8660
+msgid "LIMIT #,# syntax is not supported"
+msgstr "sintaxe LIMIT #,# não é suportada"
-#: catalog/aclchk.c:3090
-#, c-format
-msgid "permission denied for operator family %s"
-msgstr "permissão negada para família de operadores %s"
+#: gram.y:8661
+msgid "Use separate LIMIT and OFFSET clauses."
+msgstr "Utilize cláusulas LIMIT e OFFSET separadas."
-#: catalog/aclchk.c:3092
-#, c-format
-msgid "permission denied for collation %s"
-msgstr "permissão negada para ordenação %s"
+#: gram.y:8879
+msgid "VALUES in FROM must have an alias"
+msgstr "VALUES no FROM deve ter um aliás"
-#: catalog/aclchk.c:3094
-#, c-format
-msgid "permission denied for conversion %s"
-msgstr "permissão negada para conversão %s"
+#: gram.y:8880
+msgid "For example, FROM (VALUES ...) [AS] foo."
+msgstr "Por exemplo, FROM (VALUES ...) [AS] foo."
-#: catalog/aclchk.c:3096
-#, c-format
-msgid "permission denied for tablespace %s"
-msgstr "permissão negada para tablespace %s"
+#: gram.y:8885
+msgid "subquery in FROM must have an alias"
+msgstr "subconsulta no FROM deve ter um aliás"
-#: catalog/aclchk.c:3098
-#, c-format
-msgid "permission denied for text search dictionary %s"
-msgstr "permissão negada para dicionário de busca textual %s"
+#: gram.y:8886
+msgid "For example, FROM (SELECT ...) [AS] foo."
+msgstr "Por exemplo, FROM (SELECT ...) [AS] foo."
-#: catalog/aclchk.c:3100
-#, c-format
-msgid "permission denied for text search configuration %s"
-msgstr "permissão negada para configuração de busca textual %s"
+#: gram.y:9372
+msgid "precision for type float must be at least 1 bit"
+msgstr "precisão para tipo float deve ser pelo menos 1 bit"
-#: catalog/aclchk.c:3102
-#, c-format
-msgid "permission denied for foreign-data wrapper %s"
-msgstr "permissão negada para adaptador de dados externos %s"
+#: gram.y:9381
+msgid "precision for type float must be less than 54 bits"
+msgstr "precisão para tipo float deve ser menor do que 54 bits"
-#: catalog/aclchk.c:3104
-#, c-format
-msgid "permission denied for foreign server %s"
-msgstr "permissão negada para servidor externo %s"
+#: gram.y:10095
+msgid "UNIQUE predicate is not yet implemented"
+msgstr "predicado UNIQUE ainda não foi implementado"
-#: catalog/aclchk.c:3106
-#, c-format
-msgid "permission denied for extension %s"
-msgstr "permissão negada para extensão %s"
+#: gram.y:11003
+msgid "RANGE PRECEDING is only supported with UNBOUNDED"
+msgstr "RANGE PRECEDING só é suportado com UNBOUNDED"
-#: catalog/aclchk.c:3112 catalog/aclchk.c:3114
-#, c-format
-msgid "must be owner of relation %s"
-msgstr "deve ser o dono da relação %s"
+#: gram.y:11009
+msgid "RANGE FOLLOWING is only supported with UNBOUNDED"
+msgstr "RANGE FOLLOWING só é suportado com UNBOUNDED"
-#: catalog/aclchk.c:3116
-#, c-format
-msgid "must be owner of sequence %s"
-msgstr "deve ser o dono da sequência %s"
+#: gram.y:11036 gram.y:11059
+msgid "frame start cannot be UNBOUNDED FOLLOWING"
+msgstr "início de quadro não pode ser UNBOUNDED FOLLOWING"
-#: catalog/aclchk.c:3118
-#, c-format
-msgid "must be owner of database %s"
-msgstr "deve ser o dono do banco de dados %s"
+#: gram.y:11041
+msgid "frame starting from following row cannot end with current row"
+msgstr ""
+"quadro iniciando do próximo registro não pode terminar com registro atual"
-#: catalog/aclchk.c:3120
-#, c-format
-msgid "must be owner of function %s"
-msgstr "deve ser o dono da função %s"
+#: gram.y:11064
+msgid "frame end cannot be UNBOUNDED PRECEDING"
+msgstr "fim de quadro não pode ser UNBOUNDED PRECEDING"
-#: catalog/aclchk.c:3122
-#, c-format
-msgid "must be owner of operator %s"
-msgstr "deve ser o dono do operador %s"
+#: gram.y:11070
+msgid "frame starting from current row cannot have preceding rows"
+msgstr "quadro iniciando do registro atual não pode ter registros anteriores"
-#: catalog/aclchk.c:3124
-#, c-format
-msgid "must be owner of type %s"
-msgstr "deve ser o dono do tipo %s"
+#: gram.y:11077
+msgid "frame starting from following row cannot have preceding rows"
+msgstr "quadro iniciando do próximo registro não pode ter registro anteriores"
-#: catalog/aclchk.c:3126
-#, c-format
-msgid "must be owner of language %s"
-msgstr "deve ser o dono da linguagem %s"
+#: gram.y:11711
+msgid "type modifier cannot have parameter name"
+msgstr "modificador de tipo não pode ter nome de parâmetro"
-#: catalog/aclchk.c:3128
-#, c-format
-msgid "must be owner of large object %s"
-msgstr "deve ser o dono do objeto grande %s"
+#: gram.y:12306 gram.y:12514
+msgid "improper use of \"*\""
+msgstr "uso inválido de \"*\""
-#: catalog/aclchk.c:3130
-#, c-format
-msgid "must be owner of schema %s"
-msgstr "deve ser o dono do esquema %s"
+#: gram.y:12445
+msgid "wrong number of parameters on left side of OVERLAPS expression"
+msgstr "número incorreto de parâmetros no lado esquerdo da expressão OVERLAPS"
-#: catalog/aclchk.c:3132
-#, c-format
-msgid "must be owner of operator class %s"
-msgstr "deve ser o dono da classe de operadores %s"
+#: gram.y:12452
+msgid "wrong number of parameters on right side of OVERLAPS expression"
+msgstr "número incorreto de parâmetros no lado direito da expressão OVERLAPS"
-#: catalog/aclchk.c:3134
-#, c-format
-msgid "must be owner of operator family %s"
-msgstr "deve ser o dono da família de operadores %s"
+#: gram.y:12577
+msgid "multiple ORDER BY clauses not allowed"
+msgstr "múltiplas cláusulas ORDER BY não são permitidas"
-#: catalog/aclchk.c:3136
-#, c-format
-msgid "must be owner of collation %s"
-msgstr "deve ser o dono da ordenação %s"
+#: gram.y:12588
+msgid "multiple OFFSET clauses not allowed"
+msgstr "múltiplas cláusulas OFFSET não são permitidas"
-#: catalog/aclchk.c:3138
-#, c-format
-msgid "must be owner of conversion %s"
-msgstr "deve ser o dono da conversão %s"
+#: gram.y:12597
+msgid "multiple LIMIT clauses not allowed"
+msgstr "múltiplas cláusulas LIMIT não são permitidas"
-#: catalog/aclchk.c:3140
-#, c-format
-msgid "must be owner of tablespace %s"
-msgstr "deve ser o dono da tablespace %s"
+#: gram.y:12606
+msgid "multiple WITH clauses not allowed"
+msgstr "múltiplas cláusulas WITH não são permitidas"
-#: catalog/aclchk.c:3142
-#, c-format
-msgid "must be owner of text search dictionary %s"
-msgstr "deve ser o dono do dicionário de busca textual %s"
+#: gram.y:12751
+msgid "OUT and INOUT arguments aren't allowed in TABLE functions"
+msgstr "argumentos OUT e INOUT não são permitidos em funções TABLE"
-#: catalog/aclchk.c:3144
-#, c-format
-msgid "must be owner of text search configuration %s"
-msgstr "deve ser o dono da configuração de busca textual %s"
+#: gram.y:12852
+msgid "multiple COLLATE clauses not allowed"
+msgstr "múltiplas cláusulas COLLATE não são permitidas"
-#: catalog/aclchk.c:3146
+#. translator: %s is CHECK, UNIQUE, or similar
+#: gram.y:12890 gram.y:12903
#, c-format
-msgid "must be owner of foreign-data wrapper %s"
-msgstr "deve ser dono de adaptador de dados externos %s"
+msgid "%s constraints cannot be marked DEFERRABLE"
+msgstr "restrições %s não podem ser marcadas DEFERRABLE"
-#: catalog/aclchk.c:3148
+#. translator: %s is CHECK, UNIQUE, or similar
+#: gram.y:12916
#, c-format
-msgid "must be owner of foreign server %s"
-msgstr "deve ser o dono de servidor externo %s"
+msgid "%s constraints cannot be marked NOT VALID"
+msgstr "restrições %s não podem ser marcadas NOT VALID"
-#: catalog/aclchk.c:3150
+#: parser/parse_type.c:83
#, c-format
-msgid "must be owner of extension %s"
-msgstr "deve ser o dono da extensão %s"
+msgid "improper %%TYPE reference (too few dotted names): %s"
+msgstr "referência a %%TYPE é inválida (nomes com poucos pontos): %s"
-#: catalog/aclchk.c:3192
+#: parser/parse_type.c:105
#, c-format
-msgid "permission denied for column \"%s\" of relation \"%s\""
-msgstr "permissão negada para coluna \"%s\" da relação \"%s\""
+msgid "improper %%TYPE reference (too many dotted names): %s"
+msgstr "referência a %%TYPE é inválida (nomes com muitos pontos): %s"
-#: catalog/aclchk.c:3219
+#: parser/parse_type.c:127
#, c-format
-msgid "role with OID %u does not exist"
-msgstr "role com OID %u não existe"
+msgid "type reference %s converted to %s"
+msgstr "referência a tipo %s convertido para %s"
-#: catalog/aclchk.c:3312 catalog/aclchk.c:3320
+#: parser/parse_type.c:287
#, c-format
-msgid "attribute %d of relation with OID %u does not exist"
-msgstr "atributo %d da relação com OID %u não existe"
+msgid "type modifier is not allowed for type \"%s\""
+msgstr "modificador de tipo não é permitido para tipo \"%s\""
-#: catalog/aclchk.c:3393 catalog/aclchk.c:4219
-#, c-format
-msgid "relation with OID %u does not exist"
-msgstr "relação com OID %u não existe"
+#: parser/parse_type.c:330
+msgid "type modifiers must be simple constants or identifiers"
+msgstr "modificadores de tipo devem ser constantes ou identificadores"
-#: catalog/aclchk.c:3601 catalog/aclchk.c:4323
+#: parser/parse_type.c:641 parser/parse_type.c:740
#, c-format
-msgid "language with OID %u does not exist"
-msgstr "linguagem com OID %u não existe"
+msgid "invalid type name \"%s\""
+msgstr "nome de tipo \"%s\" é inválido"
-#: catalog/aclchk.c:3762 catalog/aclchk.c:4395
-#, c-format
-msgid "schema with OID %u does not exist"
-msgstr "esquema com OID %u não existe"
+#: scan.l:411
+msgid "unterminated /* comment"
+msgstr "comentário /* não foi terminado"
-#: catalog/aclchk.c:3816 catalog/aclchk.c:4422
-#, c-format
-msgid "tablespace with OID %u does not exist"
-msgstr "tablespace com OID %u não existe"
+#: scan.l:440
+msgid "unterminated bit string literal"
+msgstr "cadeia de bits não foi terminada"
-#: catalog/aclchk.c:4245
-#, c-format
-msgid "type with OID %u does not exist"
-msgstr "tipo com OID %u não existe"
+#: scan.l:461
+msgid "unterminated hexadecimal string literal"
+msgstr "cadeia de caracteres hexadecimal não foi terminada"
-#: catalog/aclchk.c:4271
-#, c-format
-msgid "operator with OID %u does not exist"
-msgstr "operador com OID %u não existe"
+#: scan.l:511
+msgid "unsafe use of string constant with Unicode escapes"
+msgstr "uso inseguro de cadeia de caracteres com escapes Unicode"
-#: catalog/aclchk.c:4448
-#, c-format
-msgid "operator class with OID %u does not exist"
-msgstr "classe de operadores com OID %u não existe"
+#: scan.l:512
+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."
-#: catalog/aclchk.c:4475
-#, c-format
-msgid "operator family with OID %u does not exist"
-msgstr "família de operadores com OID %u não existe"
+#: scan.l:564 scan.l:572 scan.l:580 scan.l:581 scan.l:582 scan.l:1238
+#: scan.l:1265 scan.l:1269 scan.l:1307 scan.l:1311 scan.l:1333
+msgid "invalid Unicode surrogate pair"
+msgstr "par substituto Unicode inválido"
-#: catalog/aclchk.c:4502
-#, c-format
-msgid "text search dictionary with OID %u does not exist"
-msgstr "dicionário de busca textual com OID %u não existe"
+#: scan.l:586
+msgid "invalid Unicode escape"
+msgstr "escape Unicode inválido"
-#: catalog/aclchk.c:4529
-#, c-format
-msgid "text search configuration with OID %u does not exist"
-msgstr "configuração de busca textual com OID %u não existe"
+#: scan.l:587
+msgid "Unicode escapes must be \\uXXXX or \\UXXXXXXXX."
+msgstr "Escapes Unicode devem ser \\uXXXX ou \\UXXXXXXXX."
-#: catalog/aclchk.c:4636
-#, c-format
-msgid "collation with OID %u does not exist"
-msgstr "ordenação com OID %u não existe"
+#: scan.l:598
+msgid "unsafe use of \\' in a string literal"
+msgstr "uso inseguro de \\' em cadeia de caracteres"
-#: catalog/aclchk.c:4662
-#, c-format
-msgid "conversion with OID %u does not exist"
-msgstr "conversão com OID %u não existe"
+#: scan.l:599
+msgid ""
+"Use '' to write quotes in strings. \\' is insecure in client-only encodings."
+msgstr ""
+"Utilize '' para escrever aspóstrofos em cadias de caracteres. \\' é inseguro "
+"em codificações de cliente."
-#: catalog/aclchk.c:4703
-#, c-format
-msgid "extension with OID %u does not exist"
-msgstr "extensão com OID %u não existe"
+#: scan.l:674
+msgid "unterminated dollar-quoted string"
+msgstr "cadeia de caracteres entre dólares não foi terminada"
-#: bootstrap/bootstrap.c:302
-#, c-format
-msgid "%s: invalid command-line arguments\n"
-msgstr "%s: argumentos de linha de comando inválidos\n"
+#: scan.l:691 scan.l:703 scan.l:717
+msgid "zero-length delimited identifier"
+msgstr "identificador delimitado tem tamanho zero"
-#: access/transam/xlog.c:1335
-#, c-format
-msgid "could not create archive status file \"%s\": %m"
-msgstr "não pôde criar arquivo de status do arquivador \"%s\": %m"
+#: scan.l:730
+msgid "unterminated quoted identifier"
+msgstr "identificador entre aspas não foi terminado"
-#: access/transam/xlog.c:1343
-#, c-format
-msgid "could not write archive status file \"%s\": %m"
-msgstr "não pôde escrever no arquivo de status do arquivador \"%s\": %m"
+#: scan.l:834
+msgid "operator too long"
+msgstr "operador muito longo"
-#: access/transam/xlog.c:2017
+#. translator: %s is typically the translation of "syntax error"
+#: scan.l:992
#, c-format
-msgid "updated min recovery point to %X/%X"
-msgstr "ponto mínimo de recuperação atualizado para %X/%X"
+msgid "%s at end of input"
+msgstr "%s no fim da entrada"
-#: access/transam/xlog.c:2541
+#. translator: first %s is typically the translation of "syntax error"
+#: scan.l:1000
#, c-format
-msgid "not enough data in file \"%s\""
-msgstr "dados insuficientes no arquivo \"%s\""
+msgid "%s at or near \"%s\""
+msgstr "%s em ou próximo a \"%s\""
-#: access/transam/xlog.c:2660
-#, c-format
+#: scan.l:1161 scan.l:1193
msgid ""
-"could not link file \"%s\" to \"%s\" (initialization of log file %u, segment "
-"%u): %m"
+"Unicode escape values cannot be used for code point values above 007F when "
+"the server encoding is not UTF8"
msgstr ""
-"não pôde vincular arquivo \"%s\" aa \"%s\" (inicialização do arquivo de log "
-"%u, segmento %u): %m"
+"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"
-#: access/transam/xlog.c:2672
-#, c-format
+#: scan.l:1189 scan.l:1325
+msgid "invalid Unicode escape value"
+msgstr "valor de escape Unicode inválido"
+
+#: scan.l:1214
+msgid "invalid Unicode escape character"
+msgstr "caracter de escape Unicode inválido"
+
+#: scan.l:1381
+msgid "nonstandard use of \\' in a string literal"
+msgstr "uso de \\' fora do padrão em cadeia de caracteres"
+
+#: scan.l:1382
msgid ""
-"could not rename file \"%s\" to \"%s\" (initialization of log file %u, "
-"segment %u): %m"
+"Use '' to write quotes in strings, or use the escape string syntax (E'...')."
msgstr ""
-"não pôde renomear arquivo \"%s\" para \"%s\" (inicialização do arquivo de "
-"log %u, segmento %u): %m"
+"Utilize '' para escrever cadeias de carateres entre apóstofros, ou utilize a "
+"sintaxe de escape de cadeia de caracteres (E'...')."
-#: access/transam/xlog.c:3071
-#, c-format
-msgid "archive file \"%s\" has wrong size: %lu instead of %lu"
+#: scan.l:1391
+msgid "nonstandard use of \\\\ in a string literal"
+msgstr "uso de \\\\ fora do padrão em cadeia de caracteres"
+
+#: scan.l:1392
+msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'."
msgstr ""
-"arquivo do arquivador \"%s\" tem tamanho incorreto: %lu ao invés de %lu"
+"Utilize a sintaxe de escape de cadeia de caracteres para barras invertidas, "
+"i.e., E'\\\\'."
-#: access/transam/xlog.c:3080
-#, c-format
-msgid "restored log file \"%s\" from archive"
-msgstr "arquivo de log restaurado \"%s\" do arquivador"
+#: scan.l:1406
+msgid "nonstandard use of escape in a string literal"
+msgstr "uso de escape fora do padrão em cadeia de caracteres"
-#: access/transam/xlog.c:3130
-#, c-format
-msgid "could not restore file \"%s\" from archive: return code %d"
-msgstr "não pôde restaurar arquivo \"%s\" do arquivador: código retornado %d"
+#: scan.l:1407
+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'."
-#. translator: First %s represents a recovery.conf parameter name like
-#. "recovery_end_command", and the 2nd is the value of that parameter.
-#: access/transam/xlog.c:3244
+#: parser/scansup.c:190
#, c-format
-msgid "%s \"%s\": return code %d"
-msgstr "%s \"%s\": código retornado %d"
+msgid "identifier \"%s\" will be truncated to \"%s\""
+msgstr "identificador \"%s\" será truncado para \"%s\""
-#: access/transam/xlog.c:3354 access/transam/xlog.c:3537
-#, c-format
-msgid "could not open transaction log directory \"%s\": %m"
-msgstr "não pôde abrir diretório do log de transação \"%s\": %m"
+#: libpq/pqformat.c:436
+msgid "no data left in message"
+msgstr "nenhum dado na mensagem"
-#: access/transam/xlog.c:3408
-#, c-format
-msgid "recycled transaction log file \"%s\""
-msgstr "arquivo do log de transação \"%s\" foi reciclado"
+#: libpq/pqformat.c:636
+msgid "invalid string in message"
+msgstr "cadeia de caracteres é inválida na mensagem"
-#: access/transam/xlog.c:3424
-#, c-format
-msgid "removing transaction log file \"%s\""
-msgstr "removendo arquivo do log de transação \"%s\""
+#: libpq/pqformat.c:652
+msgid "invalid message format"
+msgstr "formato de mensagem é inválido"
-#: access/transam/xlog.c:3447
+#: libpq/be-fsstubs.c:133 libpq/be-fsstubs.c:163 libpq/be-fsstubs.c:189
+#: libpq/be-fsstubs.c:225 libpq/be-fsstubs.c:272 libpq/be-fsstubs.c:519
#, c-format
-msgid "could not rename old transaction log file \"%s\": %m"
-msgstr "não pôde renomear arquivo de log de transação antigo \"%s\": %m"
+msgid "invalid large-object descriptor: %d"
+msgstr "descritor de objeto grande é inválido: %d"
-#: access/transam/xlog.c:3459
+#: libpq/be-fsstubs.c:173 libpq/be-fsstubs.c:205 libpq/be-fsstubs.c:529
#, c-format
-msgid "could not remove old transaction log file \"%s\": %m"
-msgstr "não pôde remover arquivo de log de transação antigo \"%s\": %m"
+msgid "permission denied for large object %u"
+msgstr "permissão negada para objeto grande %u"
-#: access/transam/xlog.c:3497 access/transam/xlog.c:3507
+#: libpq/be-fsstubs.c:194
#, c-format
-msgid "required WAL directory \"%s\" does not exist"
-msgstr "diretório WAL requerido \"%s\" não existe"
+msgid "large object descriptor %d was not opened for writing"
+msgstr "descritor de objeto grande %d não foi aberto para escrita"
-#: access/transam/xlog.c:3513
+#: libpq/be-fsstubs.c:392
+msgid "must be superuser to use server-side lo_import()"
+msgstr "deve ser super-usuário para utilizar lo_import() do servidor"
+
+#: libpq/be-fsstubs.c:393
+msgid "Anyone can use the client-side lo_import() provided by libpq."
+msgstr "Qualquer um pode utilizar lo_import() do cliente fornecido pela libpq."
+
+#: libpq/be-fsstubs.c:406
#, c-format
-msgid "creating missing WAL directory \"%s\""
-msgstr "criando diretório WAL ausente \"%s\""
+msgid "could not open server file \"%s\": %m"
+msgstr "não pôde abrir arquivo \"%s\" no servidor: %m"
-#: access/transam/xlog.c:3516
+#: libpq/be-fsstubs.c:428
#, c-format
-msgid "could not create missing directory \"%s\": %m"
-msgstr "não pôde criar diretório ausente \"%s\": %m"
+msgid "could not read server file \"%s\": %m"
+msgstr "não pôde ler arquivo \"%s\" no servidor: %m"
-#: access/transam/xlog.c:3550
+#: libpq/be-fsstubs.c:458
+msgid "must be superuser to use server-side lo_export()"
+msgstr "deve ser super-usuário para utilizar lo_export() do servidor"
+
+#: libpq/be-fsstubs.c:459
+msgid "Anyone can use the client-side lo_export() provided by libpq."
+msgstr "Qualquer um pode utilizar lo_export() do cliente fornecido pela libpq."
+
+#: libpq/be-fsstubs.c:484
#, c-format
-msgid "removing transaction log backup history file \"%s\""
-msgstr "removendo arquivo de histórico do log de transação \"%s\""
+msgid "could not create server file \"%s\": %m"
+msgstr "não pôde criar arquivo \"%s\" no servidor: %m"
-#: access/transam/xlog.c:3670
+#: libpq/be-fsstubs.c:496
#, c-format
-msgid "incorrect hole size in record at %X/%X"
-msgstr "tamanho de espaço livre incorreto no registro em %X/%X"
+msgid "could not write server file \"%s\": %m"
+msgstr "não pôde escrever no arquivo \"%s\" no servidor: %m"
-#: access/transam/xlog.c:3683
+#: libpq/hba.c:160
#, c-format
-msgid "incorrect total length in record at %X/%X"
-msgstr "tamanho total incorreto no registro em %X/%X"
+msgid "authentication file token too long, skipping: \"%s\""
+msgstr "informação no arquivo de autenticação é muito longa, ignorando: \"%s\""
-#: access/transam/xlog.c:3696
+#: libpq/hba.c:355
#, c-format
-msgid "incorrect resource manager data checksum in record at %X/%X"
+msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m"
msgstr ""
-"soma de verificação de dados do gerenciador de recursos incorreta no "
-"registro %X/%X"
+"não pôde abrir arquivo de autenticação secundário \"@%s\" como \"%s\": %m"
-#: access/transam/xlog.c:3774 access/transam/xlog.c:3812
+#: libpq/hba.c:628
#, c-format
-msgid "invalid record offset at %X/%X"
-msgstr "deslocamento de registro inválido em %X/%X"
+msgid "could not translate host name \"%s\" to address: %s"
+msgstr "não pôde traduzir nome da máquina \"%s\" para endereço: %s"
-#: access/transam/xlog.c:3820
+#. translator: the second %s is a list of auth methods
+#: libpq/hba.c:779
#, c-format
-msgid "contrecord is requested by %X/%X"
-msgstr "contrecord é solicitado por %X/%X"
+msgid ""
+"authentication option \"%s\" is only valid for authentication methods %s"
+msgstr ""
+"opção de autenticação \"%s\" só é válida para métodos de autenticação %s"
-#: access/transam/xlog.c:3835
+#: libpq/hba.c:795
#, c-format
-msgid "invalid xlog switch record at %X/%X"
-msgstr "registro de rotação do xlog é inválido em %X/%X"
+msgid "authentication method \"%s\" requires argument \"%s\" to be set"
+msgstr ""
+"método de autenticação \"%s\" requer que argumento \"%s\" seja definido"
-#: access/transam/xlog.c:3843
-#, c-format
-msgid "record with zero length at %X/%X"
-msgstr "registro com tamanho zero em %X/%X"
+#: libpq/hba.c:832
+msgid "local connections are not supported by this build"
+msgstr "conexões locais não são suportadas por essa construção"
-#: access/transam/xlog.c:3852
-#, c-format
-msgid "invalid record length at %X/%X"
-msgstr "tamanho de registro é inválido em %X/%X"
+#: libpq/hba.c:853
+msgid "hostssl requires SSL to be turned on"
+msgstr "hostssl requer que SSL esteja habilitado"
-#: access/transam/xlog.c:3859
-#, c-format
-msgid "invalid resource manager ID %u at %X/%X"
-msgstr "ID do gerenciador de recursos %u é inválido em %X/%X"
+#: libpq/hba.c:854
+msgid "Set ssl = on in postgresql.conf."
+msgstr "Defina ssl = on no postgresql.conf."
-#: access/transam/xlog.c:3872 access/transam/xlog.c:3888
-#, c-format
-msgid "record with incorrect prev-link %X/%X at %X/%X"
-msgstr "registro com prev-link %X/%X incorreto em %X/%X"
+#: libpq/hba.c:862
+msgid "hostssl is not supported by this build"
+msgstr "hostssl não é suportado por essa construção"
-#: access/transam/xlog.c:3917
-#, c-format
-msgid "record length %u at %X/%X too long"
-msgstr "tamanho do registro %u em %X/%X é muito longo"
+#: libpq/hba.c:863
+msgid "Compile with --with-openssl to use SSL connections."
+msgstr "Compile com --with-openssl para utilizar conexões SSL."
-#: access/transam/xlog.c:3957
+#: libpq/hba.c:885
#, c-format
-msgid "there is no contrecord flag in log file %u, segment %u, offset %u"
-msgstr ""
-"não há marcação em contrecord no arquivo de log %u, segmento %u, "
-"deslocamento %u"
+msgid "invalid connection type \"%s\""
+msgstr "tipo de conexão \"%s\" inválido"
+
+#: libpq/hba.c:898
+msgid "end-of-line before database specification"
+msgstr "fim de linha antes da especificação de banco de dados"
+
+#: libpq/hba.c:911
+msgid "end-of-line before role specification"
+msgstr "fim de linha antes da especificação de role"
-#: access/transam/xlog.c:3967
+#: libpq/hba.c:926
+msgid "end-of-line before IP address specification"
+msgstr "fim de linha antes da especificação de endereço IP"
+
+#: libpq/hba.c:980
#, c-format
-msgid "invalid contrecord length %u in log file %u, segment %u, offset %u"
-msgstr ""
-"tamanho de contrecord %u é inválido no arquivo de log %u, segmento %u, "
-"deslocamento %u"
+msgid "invalid IP address \"%s\": %s"
+msgstr "endereço IP \"%s\" inválido: %s"
-#: access/transam/xlog.c:4057
+#: libpq/hba.c:1000
#, c-format
-msgid "invalid magic number %04X in log file %u, segment %u, offset %u"
-msgstr ""
-"número mágico %04X é invalido no arquivo de log %u, segmento %u, "
-"deslocamento %u"
+msgid "specifying both host name and CIDR mask is invalid: \"%s\""
+msgstr "especificar nome da máquina e máscara CIDR é inválido: \"%s\""
-#: access/transam/xlog.c:4064 access/transam/xlog.c:4110
+#: libpq/hba.c:1014
#, c-format
-msgid "invalid info bits %04X in log file %u, segment %u, offset %u"
-msgstr ""
-"bits de informação %04X são inválidos no arquivo de log %u, segmento %u, "
-"deslocamento %u"
+msgid "invalid CIDR mask in address \"%s\""
+msgstr "máscara CIDR inválida no endereço \"%s\""
-#: access/transam/xlog.c:4086 access/transam/xlog.c:4094
-#: access/transam/xlog.c:4101
-msgid "WAL file is from different database system"
-msgstr "arquivo do WAL é de um sistema de banco de dados diferente"
+#: libpq/hba.c:1032
+msgid "end-of-line before netmask specification"
+msgstr "fim de linha antes da especificação de máscara de rede"
-#: access/transam/xlog.c:4087
+#: libpq/hba.c:1044
#, c-format
-msgid ""
-"WAL file database system identifier is %s, pg_control database system "
-"identifier is %s."
-msgstr ""
-"identificador do sistema de banco de dados no arquivo do WAL é %s, "
-"identificador do sistema de banco de dados no pg_control é %s."
+msgid "invalid IP mask \"%s\": %s"
+msgstr "máscara de endereço IP \"%s\" inválida: %s"
-#: access/transam/xlog.c:4095
-msgid "Incorrect XLOG_SEG_SIZE in page header."
-msgstr "XLOG_SEG_SIZE está incorreto no cabeçalho da página."
+#: libpq/hba.c:1061
+msgid "IP address and mask do not match"
+msgstr "endereço IP e máscara não correspodem"
-#: access/transam/xlog.c:4102
-msgid "Incorrect XLOG_BLCKSZ in page header."
-msgstr "XLOG_BLCKSZ está incorreto no cabeçalho da página."
+#: libpq/hba.c:1076
+msgid "end-of-line before authentication method"
+msgstr "fim de linha antes do método de autenticação"
-#: access/transam/xlog.c:4118
-#, c-format
-msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u"
+#: libpq/hba.c:1118 libpq/auth.c:539
+msgid ""
+"MD5 authentication is not supported when \"db_user_namespace\" is enabled"
msgstr ""
-"pageaddr %X/%X inesperado no arquivo de log %u, segmento %u, deslocalemto %u"
+"autenticação MD5 não é suportada quando \"db_user_namespace\" está habilitado"
-#: access/transam/xlog.c:4130
+#: libpq/hba.c:1149
#, c-format
-msgid "unexpected timeline ID %u in log file %u, segment %u, offset %u"
-msgstr ""
-"ID de linha do tempo %u inesperado no arquivo de log %u, segmento %u, "
-"deslocalemto %u"
+msgid "invalid authentication method \"%s\""
+msgstr "método de autenticação \"%s\" inválido"
-#: access/transam/xlog.c:4148
+#: libpq/hba.c:1160
#, c-format
-msgid ""
-"out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset "
-"%u"
+msgid "invalid authentication method \"%s\": not supported by this build"
msgstr ""
-"ID de linha do tempo %u fora de sequência (depois %u) no arquivo de log %u, "
-"segmento %u, deslocamento %u"
+"método de autenticação \"%s\" inválido: não é suportado por essa construção"
-#: access/transam/xlog.c:4221
-#, c-format
-msgid "syntax error in history file: %s"
-msgstr "erro de sintaxe no arquivo de histórico: %s"
+#: libpq/hba.c:1181
+msgid "krb5 authentication is not supported on local sockets"
+msgstr "autenticação krb5 não é suportada em soquetes locais"
-#: access/transam/xlog.c:4222
-msgid "Expected a numeric timeline ID."
-msgstr "Esperado um ID de linha do tempo numérico."
+#: libpq/hba.c:1192
+msgid "gssapi authentication is not supported on local sockets"
+msgstr "autenticação do tipo gssapi não é suportada em soquetes locais"
-#: access/transam/xlog.c:4227
-#, c-format
-msgid "invalid data in history file: %s"
-msgstr "dado inválido no arquivo de histórico: %s"
+#: libpq/hba.c:1203
+msgid "peer authentication is only supported on local sockets"
+msgstr "autenticação do tipo peer só é suportada em soquetes locais"
-#: access/transam/xlog.c:4228
-msgid "Timeline IDs must be in increasing sequence."
-msgstr "IDs de linha do tempo devem ser uma sequência crescente."
+#: libpq/hba.c:1220
+msgid "cert authentication is only supported on hostssl connections"
+msgstr "autenticação do tipo cert só é suportada em conexões hostssl"
-#: access/transam/xlog.c:4241
+#: libpq/hba.c:1241
#, c-format
-msgid "invalid data in history file \"%s\""
-msgstr "dado inválido no arquivo de histórico \"%s\""
+msgid "authentication option not in name=value format: %s"
+msgstr "opção de autenticação não está no formato nome=valor: %s"
-#: access/transam/xlog.c:4242
-msgid "Timeline IDs must be less than child timeline's ID."
+#: libpq/hba.c:1257
+msgid "ident, peer, krb5, gssapi, sspi and cert"
+msgstr "ident, peer, krb5, gssapi, sspi e cert"
+
+#: libpq/hba.c:1271
+msgid "clientcert can only be configured for \"hostssl\" rows"
+msgstr "clientcert só pode ser configurado para registros \"hostssl\""
+
+#: libpq/hba.c:1282
+msgid ""
+"client certificates can only be checked if a root certificate store is "
+"available"
msgstr ""
-"IDs de linha do tempo devem ser menores do que ID de linha do tempo "
-"descendente."
+"certificados cliente só podem ser verificados se um certificado raiz estiver "
+"disponível"
-#: access/transam/xlog.c:4328
-#, c-format
-msgid "new timeline %u is not a child of database system timeline %u"
+#: libpq/hba.c:1283
+msgid "Make sure the root.crt file is present and readable."
+msgstr "Tenha certeza que o arquivo root.crt está presente e pode ser lido"
+
+#: libpq/hba.c:1296
+msgid "clientcert can not be set to 0 when using \"cert\" authentication"
msgstr ""
-"nova linha do tempo %u não é descendente da linha do tempo %u do sistema de "
-"banco de dados"
+"clientcert não pode ser definido com 0 ao utilizar autenticação \"cert\""
-#: access/transam/xlog.c:4341
+#: libpq/hba.c:1330
#, c-format
-msgid "new target timeline is %u"
-msgstr "nova linha do tempo é %u"
+msgid "invalid LDAP port number: \"%s\""
+msgstr "número de porta LDAP é inválido: \"%s\""
-#: access/transam/xlog.c:4566
-#, c-format
-msgid "could not link file \"%s\" to \"%s\": %m"
-msgstr "não pôde vincular arquivo \"%s\" a \"%s\": %m"
+#: libpq/hba.c:1376 libpq/hba.c:1384
+msgid "krb5, gssapi and sspi"
+msgstr "krb5, gssapi e sspi"
-#: access/transam/xlog.c:4655
+#: libpq/hba.c:1403 libpq/auth.c:2492
#, c-format
-msgid "could not create control file \"%s\": %m"
-msgstr "não pôde criar arquivo de controle \"%s\": %m"
+msgid "could not translate RADIUS server name \"%s\" to address: %s"
+msgstr "não pôde traduzir nome de servidor RADIUS \"%s\" para endereço: %s"
-#: access/transam/xlog.c:4666 access/transam/xlog.c:4891
+#: libpq/hba.c:1422
#, c-format
-msgid "could not write to control file: %m"
-msgstr "não pôde escrever em arquivo de controle: %m"
+msgid "invalid RADIUS port number: \"%s\""
+msgstr "número de porta RADIUS é inválido: \"%s\""
-#: access/transam/xlog.c:4672 access/transam/xlog.c:4897
+#: libpq/hba.c:1442
#, c-format
-msgid "could not fsync control file: %m"
-msgstr "não pôde executar fsync no arquivo de controle: %m"
+msgid "unrecognized authentication option name: \"%s\""
+msgstr "nome de opção de autenticação desconhecido: \"%s\""
-#: access/transam/xlog.c:4677 access/transam/xlog.c:4902
-#, c-format
-msgid "could not close control file: %m"
-msgstr "não pôde fechar arquivo de controle: %m"
+#: libpq/hba.c:1474
+msgid ""
+"cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, or ldapsearchattribute "
+"together with ldapprefix"
+msgstr ""
+"não pode utilizar ldapbasedn, ldapbinddn, ldapbindpasswd ou "
+"ldapsearchattribute junto com ldapprefix"
-#: access/transam/xlog.c:4695 access/transam/xlog.c:4880
+#: libpq/hba.c:1484
+msgid ""
+"authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix"
+"\", or \"ldapsuffix\" to be set"
+msgstr ""
+"método de autenticação \"ldap\" requer que argumento \"ldapbasedn\", "
+"\"ldapprefix\" ou \"ldapsuffix\" seja definido"
+
+#: libpq/hba.c:1815
#, c-format
-msgid "could not open control file \"%s\": %m"
-msgstr "não pôde abrir arquivo de controle \"%s\": %m"
+msgid "invalid regular expression \"%s\": %s"
+msgstr "expressão regular \"%s\" é inválida: %s"
-#: access/transam/xlog.c:4701
+#: libpq/hba.c:1838
#, c-format
-msgid "could not read from control file: %m"
-msgstr "não pôde ler do arquivo de controle: %m"
+msgid "regular expression match for \"%s\" failed: %s"
+msgstr "correspondência de expressão regular \"%s\" falhou: %s"
-#: access/transam/xlog.c:4715
+#: libpq/hba.c:1856
#, 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)."
+"regular expression \"%s\" has no subexpressions as requested by "
+"backreference in \"%s\""
msgstr ""
-"O agrupamento de banco de dados foi inicializado com PG_CONTROL_VERSION %d "
-"(0x%08x), mas o servidor foi compilado com PG_CONTROL_VERSION %d (0x%08x)."
+"expressão regular \"%s\" não tem subexpressões como informado na referência "
+"anterior em \"%s\""
-#: access/transam/xlog.c:4719
-msgid ""
-"This could be a problem of mismatched byte ordering. It looks like you need "
-"to initdb."
-msgstr ""
-"Isto pode ser um problema de incompatibilidade na ordenação dos bits. Parece "
-"que você precisa executar o initdb."
+#: libpq/hba.c:1922
+#, c-format
+msgid "missing entry in file \"%s\" at end of line %d"
+msgstr "faltando entrada no arquivo \"%s\" no fim da linha %d"
-#: access/transam/xlog.c:4724
+#: libpq/hba.c:1963
#, c-format
-msgid ""
-"The database cluster was initialized with PG_CONTROL_VERSION %d, but the "
-"server was compiled with PG_CONTROL_VERSION %d."
+msgid "provided user name (%s) and authenticated user name (%s) do not match"
msgstr ""
-"O agrupamento de banco de dados foi inicializado com PG_CONTROL_VERSION %d, "
-"mas o servidor foi compilado com PG_CONTROL_VERSION %d."
+"nome de usuário fornecido (%s) e nome de usuário autenticado (%s) não "
+"correspondem"
-#: access/transam/xlog.c:4727 access/transam/xlog.c:4751
-#: access/transam/xlog.c:4758 access/transam/xlog.c:4763
-msgid "It looks like you need to initdb."
-msgstr "Parece que você precisa executar o initdb."
+#: libpq/hba.c:1984
+#, c-format
+msgid "no match in usermap \"%s\" for user \"%s\" authenticated as \"%s\""
+msgstr ""
+"não há correspondência em mapa de usuários \"%s\" para usuário \"%s\" "
+"autenticado como \"%s\""
-#: access/transam/xlog.c:4738
-msgid "incorrect checksum in control file"
-msgstr "soma de verificação está incorreta em arquivo de controle"
+#: libpq/hba.c:2008
+#, c-format
+msgid "could not open usermap file \"%s\": %m"
+msgstr "não pôde abrir arquivo com mapa de usuários \"%s\": %m"
-#: access/transam/xlog.c:4748
+#: libpq/auth.c:257
#, c-format
-msgid ""
-"The database cluster was initialized with CATALOG_VERSION_NO %d, but the "
-"server was compiled with CATALOG_VERSION_NO %d."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado com CATALOG_VERSION_NO %d, "
-"mas o servidor foi compilado com CATALOG_VERSION_NO %d."
+msgid "authentication failed for user \"%s\": host rejected"
+msgstr "autenticação de usuário \"%s\" falhou: máquina rejeitada"
-#: access/transam/xlog.c:4755
+#: libpq/auth.c:260
#, c-format
-msgid ""
-"The database cluster was initialized with MAXALIGN %d, but the server was "
-"compiled with MAXALIGN %d."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado com MAXALIGN %d, mas o "
-"servidor foi compilado com MAXALIGN %d."
+msgid "Kerberos 5 authentication failed for user \"%s\""
+msgstr "autenticação do tipo Kerberos 5 falhou para usuário \"%s\""
-#: access/transam/xlog.c:4762
-msgid ""
-"The database cluster appears to use a different floating-point number format "
-"than the server executable."
-msgstr ""
-"O agrupamento de banco de dados parece utilizar um formato de número de "
-"ponto flutuante diferente do executável do servidor."
+#: libpq/auth.c:263
+#, c-format
+msgid "\"trust\" authentication failed for user \"%s\""
+msgstr "autenticação do tipo \"trust\" falhou para usuário \"%s\""
-#: access/transam/xlog.c:4767
+#: libpq/auth.c:266
#, c-format
-msgid ""
-"The database cluster was initialized with BLCKSZ %d, but the server was "
-"compiled with BLCKSZ %d."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado com BLCSZ %d, mas o "
-"servidor foi compilado com BLCSZ %d."
+msgid "Ident authentication failed for user \"%s\""
+msgstr "autenticação do tipo Ident falhou para usuário \"%s\""
-#: access/transam/xlog.c:4770 access/transam/xlog.c:4777
-#: access/transam/xlog.c:4784 access/transam/xlog.c:4791
-#: access/transam/xlog.c:4798 access/transam/xlog.c:4805
-#: access/transam/xlog.c:4812 access/transam/xlog.c:4820
-#: access/transam/xlog.c:4827 access/transam/xlog.c:4836
-#: access/transam/xlog.c:4843 access/transam/xlog.c:4852
-#: access/transam/xlog.c:4859
-msgid "It looks like you need to recompile or initdb."
-msgstr "Parece que você precisa recompilar ou executar o initdb."
+#: libpq/auth.c:269
+#, c-format
+msgid "Peer authentication failed for user \"%s\""
+msgstr "autenticação do tipo peer falhou para usuário \"%s\""
-#: access/transam/xlog.c:4774
+#: libpq/auth.c:273
#, c-format
-msgid ""
-"The database cluster was initialized with RELSEG_SIZE %d, but the server was "
-"compiled with RELSEG_SIZE %d."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado com RELSEG_SIZE %d, mas o "
-"servidor foi compilado com RELSEG_SIZE %d."
+msgid "password authentication failed for user \"%s\""
+msgstr "autenticação do tipo password falhou para usuário \"%s\""
-#: access/transam/xlog.c:4781
+#: libpq/auth.c:278
#, c-format
-msgid ""
-"The database cluster was initialized with XLOG_BLCKSZ %d, but the server was "
-"compiled with XLOG_BLCKSZ %d."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado com XLOG_BLCSZ %d, mas o "
-"servidor foi compilado com XLOG_BLCSZ %d."
+msgid "GSSAPI authentication failed for user \"%s\""
+msgstr "autenticação do tipo GSSAPI falhou para usuário \"%s\""
-#: access/transam/xlog.c:4788
+#: libpq/auth.c:281
#, c-format
-msgid ""
-"The database cluster was initialized with XLOG_SEG_SIZE %d, but the server "
-"was compiled with XLOG_SEG_SIZE %d."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado com XLOG_SEG_SIZE %d, mas o "
-"servidor foi compilado com XLOG_SEG_SIZE %d."
+msgid "SSPI authentication failed for user \"%s\""
+msgstr "autenticação do tipo SSPI falhou para usuário \"%s\""
-#: access/transam/xlog.c:4795
+#: libpq/auth.c:284
#, c-format
-msgid ""
-"The database cluster was initialized with NAMEDATALEN %d, but the server was "
-"compiled with NAMEDATALEN %d."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado com NAMEDATALEN %d, mas o "
-"servidor foi compilado com NAMEDATALEN %d."
+msgid "PAM authentication failed for user \"%s\""
+msgstr "autenticação do tipo PAM falhou para usuário \"%s\""
-#: access/transam/xlog.c:4802
+#: libpq/auth.c:287
#, c-format
-msgid ""
-"The database cluster was initialized with INDEX_MAX_KEYS %d, but the server "
-"was compiled with INDEX_MAX_KEYS %d."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado com INDEX_MAX_KEYS %d, mas "
-"o servidor foi compilado com INDEX_MAX_KEYS %d."
+msgid "LDAP authentication failed for user \"%s\""
+msgstr "autenticação do tipo LDAP falhou para usuário \"%s\""
-#: access/transam/xlog.c:4809
+#: libpq/auth.c:290
#, 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 ""
-"O agrupamento de banco de dados foi inicializado com TOAST_MAX_CHUNK_SIZE "
-"%d, mas o servidor foi compilado com TOAST_MAX_CHUNK_SIZE %d."
+msgid "certificate authentication failed for user \"%s\""
+msgstr "autenticação do tipo certificate falhou para usuário \"%s\""
-#: access/transam/xlog.c:4818
-msgid ""
-"The database cluster was initialized without HAVE_INT64_TIMESTAMP but the "
-"server was compiled with HAVE_INT64_TIMESTAMP."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado sem HAVE_INT64_TIMESTAMP "
-"mas o servidor foi compilado com HAVE_INT64_TIMESTAMP."
+#: libpq/auth.c:293
+#, c-format
+msgid "RADIUS authentication failed for user \"%s\""
+msgstr "autenticação do tipo RADIUS falhou para usuário \"%s\""
-#: access/transam/xlog.c:4825
-msgid ""
-"The database cluster was initialized with HAVE_INT64_TIMESTAMP but the "
-"server was compiled without HAVE_INT64_TIMESTAMP."
+#: libpq/auth.c:296
+#, c-format
+msgid "authentication failed for user \"%s\": invalid authentication method"
msgstr ""
-"O agrupamento de banco de dados foi inicializado com HAVE_INT64_TIMESTAMP "
-"mas o servidor foi compilado sem HAVE_INT64_TIMESTAMP."
+"autenticação falhou para usuário \"%s\": método de autenticação é inválido"
-#: access/transam/xlog.c:4834
-msgid ""
-"The database cluster was initialized without USE_FLOAT4_BYVAL but the server "
-"was compiled with USE_FLOAT4_BYVAL."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado sem USE_FLOAT4_BYVAL, mas o "
-"servidor foi compilado com USE_FLOAT4_BYVAL."
+#: libpq/auth.c:325
+msgid "missing or erroneous pg_hba.conf file"
+msgstr "arquivo pg_hba.conf não foi encontrado ou está errado"
-#: access/transam/xlog.c:4841
-msgid ""
-"The database cluster was initialized with USE_FLOAT4_BYVAL but the server "
-"was compiled without USE_FLOAT4_BYVAL."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado com USE_FLOAT4_BYVAL, mas o "
-"servidor foi compilado sem USE_FLOAT4_BYVAL."
+#: libpq/auth.c:326
+msgid "See server log for details."
+msgstr "Veja log do servidor para obter detalhes."
-#: access/transam/xlog.c:4850
-msgid ""
-"The database cluster was initialized without USE_FLOAT8_BYVAL but the server "
-"was compiled with USE_FLOAT8_BYVAL."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado sem USE_FLOAT8_BYVAL, mas o "
-"servidor foi compilado com USE_FLOAT8_BYVAL."
+#: libpq/auth.c:356
+msgid "connection requires a valid client certificate"
+msgstr "conexão requer um certificado cliente válido"
-#: access/transam/xlog.c:4857
-msgid ""
-"The database cluster was initialized with USE_FLOAT8_BYVAL but the server "
-"was compiled without USE_FLOAT8_BYVAL."
-msgstr ""
-"O agrupamento de banco de dados foi inicializado com USE_FLOAT8_BYVAL, mas o "
-"servidor foi compilado sem USE_FLOAT8_BYVAL."
+#: libpq/auth.c:400 libpq/auth.c:416 libpq/auth.c:464 libpq/auth.c:482
+msgid "SSL on"
+msgstr "SSL habilitado"
-#: access/transam/xlog.c:5182
-#, c-format
-msgid "could not write bootstrap transaction log file: %m"
-msgstr "não pôde escrever no arquivo inicial de log de transação: %m"
+#: libpq/auth.c:400 libpq/auth.c:416 libpq/auth.c:464 libpq/auth.c:482
+msgid "SSL off"
+msgstr "SSL desabilitado"
-#: access/transam/xlog.c:5188
+#: libpq/auth.c:398
#, c-format
-msgid "could not fsync bootstrap transaction log file: %m"
-msgstr "não pôde executar fsync no arquivo inicial de log de transação: %m"
+msgid ""
+"pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s"
+msgstr ""
+"pg_hba.conf rejeitou conexão de replicação para máquina \"%s\", usuário \"%s"
+"\", %s"
-#: access/transam/xlog.c:5193
+#: libpq/auth.c:404
#, c-format
-msgid "could not close bootstrap transaction log file: %m"
-msgstr "não pôde fechar arquivo inicial de log de transação: %m"
+msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\""
+msgstr ""
+"pg_hba.conf rejeitou conexão de replicação para máquina \"%s\", usuário \"%s"
+"\""
-#: access/transam/xlog.c:5260
+#: libpq/auth.c:413
#, c-format
-msgid "could not open recovery command file \"%s\": %m"
-msgstr "não pôde abrir arquivo de comando de recuperação \"%s\": %m"
+msgid ""
+"pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s"
+"\", %s"
+msgstr ""
+"pg_hba.conf rejeitou conexão para máquina \"%s\", usuário \"%s\", banco de "
+"dados \"%s\", %s"
-#: access/transam/xlog.c:5314
+#: libpq/auth.c:420
#, c-format
-msgid "recovery_target_timeline is not a valid number: \"%s\""
-msgstr "recovery_target_timeline não é um número válido: \"%s\""
+msgid ""
+"pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\""
+msgstr ""
+"pg_hba.conf rejeitou conexão para máquina \"%s\", usuário \"%s\", banco de "
+"dados \"%s\""
-#: access/transam/xlog.c:5330
+#: libpq/auth.c:449
#, c-format
-msgid "recovery_target_xid is not a valid number: \"%s\""
-msgstr "recovery_target_xid não é um número válido: \"%s\""
+msgid "Client IP address resolved to \"%s\", forward lookup matches."
+msgstr "Endereço IP do cliente resolveu para \"%s\", pesquisa direta combina."
-#: access/transam/xlog.c:5374
+#: libpq/auth.c:451
#, c-format
-msgid "recovery_target_name is too long (maximum %d characters)"
-msgstr "recovery_target_name é muito longo (no máximo %d caracteres)"
+msgid "Client IP address resolved to \"%s\", forward lookup not checked."
+msgstr ""
+"Endereço IP do cliente resolveu para \"%s\", pesquisa direta não foi feita."
-#: access/transam/xlog.c:5421
+#: libpq/auth.c:453
#, c-format
-msgid "unrecognized recovery parameter \"%s\""
-msgstr "parâmetro de recuperação \"%s\" desconhecido"
+msgid "Client IP address resolved to \"%s\", forward lookup does not match."
+msgstr ""
+"Endereço IP do cliente resolveu para \"%s\", pesquisa direta não combina."
-#: access/transam/xlog.c:5432
+#: libpq/auth.c:462
#, c-format
msgid ""
-"recovery command file \"%s\" specified neither primary_conninfo nor "
-"restore_command"
+"no pg_hba.conf entry for replication connection from host \"%s\", user \"%s"
+"\", %s"
msgstr ""
-"arquivo de comando de recuperação \"%s\" não especificou primary_conninfo ou "
-"restore_command"
+"nenhuma entrada no pg_hba.conf para conexão de replicação da máquina \"%s\", "
+"usuário \"%s\", %s"
-#: access/transam/xlog.c:5434
+#: libpq/auth.c:469
+#, c-format
msgid ""
-"The database server will regularly poll the pg_xlog subdirectory to check "
-"for files placed there."
+"no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\""
+msgstr ""
+"nenhuma entrada no pg_hba.conf para conexão de replicação da máquina \"%s\", "
+"usuário \"%s\""
+
+#: libpq/auth.c:479
+#, c-format
+msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s"
msgstr ""
-"O servidor de banco de dados acessará regularmente o subdiretório pg_xlog "
-"para verificar por arquivos ali presentes."
+"nenhuma entrada no pg_hba.conf para máquina \"%s\", usuário \"%s\", banco de "
+"dados \"%s\", %s"
-#: access/transam/xlog.c:5440
+#: libpq/auth.c:487
#, c-format
-msgid ""
-"recovery command file \"%s\" must specify restore_command when standby mode "
-"is not enabled"
+msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\""
msgstr ""
-"arquivo do comando de recuperação \"%s\" deve especificar restore_command "
-"quando modo em espera não estiver habilitado"
+"nenhuma entrada no pg_hba.conf para máquina \"%s\", usuário \"%s\", banco de "
+"dados \"%s\""
-#: access/transam/xlog.c:5460
+#: libpq/auth.c:663
#, c-format
-msgid "recovery target timeline %u does not exist"
-msgstr "linha do tempo para recuperação %u não existe"
+msgid "expected password response, got message type %d"
+msgstr "resposta da senha esperada, recebeu tipo de mensagem %d"
-#: access/transam/xlog.c:5590
-msgid "archive recovery complete"
-msgstr "recuperação do archive está completa"
+#: libpq/auth.c:691
+msgid "invalid password packet size"
+msgstr "tamanho do pacote de senha é inválido"
-#: access/transam/xlog.c:5708
+#: libpq/auth.c:695
+msgid "received password packet"
+msgstr "pacote de senha recebido"
+
+#: libpq/auth.c:753
#, c-format
-msgid "recovery stopping after commit of transaction %u, time %s"
-msgstr "recuperação parada após efetivação da transação %u, tempo %s"
+msgid "Kerberos initialization returned error %d"
+msgstr "inicialização do Kerberos retornou erro %d"
-#: access/transam/xlog.c:5713
+#: libpq/auth.c:763
#, c-format
-msgid "recovery stopping before commit of transaction %u, time %s"
-msgstr "recuperação parada antes da efetivação da transação %u, tempo %s"
+msgid "Kerberos keytab resolving returned error %d"
+msgstr "resolução do keytab do Kerberos retornou erro %d"
-#: access/transam/xlog.c:5721
+#: libpq/auth.c:787
#, c-format
-msgid "recovery stopping after abort of transaction %u, time %s"
-msgstr "recuperação parada após interrupção da transação %u, tempo %s"
+msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d"
+msgstr "Kerberos sname_to_principal(\"%s\", \"%s\") retornou erro %d"
-#: access/transam/xlog.c:5726
+#: libpq/auth.c:832
#, c-format
-msgid "recovery stopping before abort of transaction %u, time %s"
-msgstr "recuperação parada antes interrupção da transação %u, tempo %s"
+msgid "Kerberos recvauth returned error %d"
+msgstr "Kerberos recvauth retornou erro %d"
-#: access/transam/xlog.c:5735
+#: libpq/auth.c:855
#, c-format
-msgid "recovery stopping at restore point \"%s\", time %s"
-msgstr "recuperação parada no ponto de restauração \"%s\", tempo %s"
+msgid "Kerberos unparse_name returned error %d"
+msgstr "Kerberos unparse_name retornou erro %d"
-#: access/transam/xlog.c:5763
-msgid "recovery has paused"
-msgstr "recuperação está em pausa"
+#: libpq/auth.c:1003
+msgid "GSSAPI is not supported in protocol version 2"
+msgstr "GSSAPI não é suportado no protocolo versão 2"
-#: access/transam/xlog.c:5764
-msgid "Execute pg_xlog_replay_resume() to continue."
-msgstr "Execute pg_xlog_replay_resume() para continuar."
+#: libpq/auth.c:1058
+#, c-format
+msgid "expected GSS response, got message type %d"
+msgstr "resposta do GSS esperada, recebeu tipo de mensagem %d"
-#: access/transam/xlog.c:5807 access/transam/xlog.c:5829
-#: access/transam/xlog.c:5851
-msgid "must be superuser to control recovery"
-msgstr "deve ser super-usuário para controlar recuperação"
+#: libpq/auth.c:1121
+msgid "accepting GSS security context failed"
+msgstr "aceitação do contexto de segurança do GSS falhou"
-#: access/transam/xlog.c:5812 access/transam/xlog.c:5834
-#: access/transam/xlog.c:5856
-msgid "recovery is not in progress"
-msgstr "recuperação não está em andamento"
+#: libpq/auth.c:1147
+msgid "retrieving GSS user name failed"
+msgstr "recuperação do nome de usuário do GSS falhou"
-#: access/transam/xlog.c:5813 access/transam/xlog.c:5835
-#: access/transam/xlog.c:5857
-msgid "Recovery control functions can only be executed during recovery."
-msgstr ""
-"Funções de controle de recuperação só podem ser executadas durante "
-"recuperação."
+#: libpq/auth.c:1264
+msgid "SSPI is not supported in protocol version 2"
+msgstr "SSPI não é suportado no protocolo versão 2"
-#: access/transam/xlog.c:5949
+#: libpq/auth.c:1279
+msgid "could not acquire SSPI credentials"
+msgstr "não pôde obter credenciais SSPI"
+
+#: libpq/auth.c:1296
#, 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 ""
-"servidor em espera ativo não é possível porque %s = %d é uma configuração "
-"mais baixa do que no servidor principal (seu valor era %d)"
+msgid "expected SSPI response, got message type %d"
+msgstr "resposta do SSPI esperada, recebeu tipo de mensagem %d"
-#: access/transam/xlog.c:5971
-msgid "WAL was generated with wal_level=minimal, data may be missing"
-msgstr "WAL foi gerado com wal_level=minimal, dados podem estar faltando"
+#: libpq/auth.c:1368
+msgid "could not accept SSPI security context"
+msgstr "não pôde aceitar contexto de segurança do SSPI"
-#: access/transam/xlog.c:5972
-msgid ""
-"This happens if you temporarily set wal_level=minimal without taking a new "
-"base backup."
-msgstr ""
-"Isso acontece se você temporariamente definir wal_level=minimal sem realizar "
-"uma nova cópia de segurança base."
+#: libpq/auth.c:1430
+msgid "could not get token from SSPI security context"
+msgstr "não pôde obter token do contexto de segurança do SSPI"
-#: access/transam/xlog.c:5983
-msgid ""
-"hot standby is not possible because wal_level was not set to \"hot_standby\" "
-"on the master server"
+#: libpq/auth.c:1674
+#, c-format
+msgid "could not create socket for Ident connection: %m"
+msgstr "não pôde criar soquete para conexão com Ident: %m"
+
+#: libpq/auth.c:1689
+#, c-format
+msgid "could not bind to local address \"%s\": %m"
+msgstr "não pôde se ligar ao endereço local \"%s\": %m"
+
+#: libpq/auth.c:1701
+#, c-format
+msgid "could not connect to Ident server at address \"%s\", port %s: %m"
+msgstr "não pôde conectar ao servidor Ident no endereço \"%s\", porta %s: %m"
+
+#: libpq/auth.c:1721
+#, c-format
+msgid "could not send query to Ident server at address \"%s\", port %s: %m"
msgstr ""
-"servidor em espera ativo não é possível porque wal_level não foi definido "
-"para \"hot_standby\" no servidor principal"
+"não pôde enviar consulta ao servidor Ident no endereço \"%s\", porta %s: %m"
-#: access/transam/xlog.c:5984
+#: libpq/auth.c:1736
+#, c-format
msgid ""
-"Either set wal_level to \"hot_standby\" on the master, or turn off "
-"hot_standby here."
+"could not receive response from Ident server at address \"%s\", port %s: %m"
msgstr ""
-"Defina wal_level para \"hot_standby\" no primário ou desabilite hot_standby "
-"aqui."
-
-#: access/transam/xlog.c:6032
-msgid "control file contains invalid data"
-msgstr "arquivo de controle contém dados inválidos"
+"não pôde receber resposta do servidor Ident no endereço \"%s\", porta %s: %m"
-#: access/transam/xlog.c:6036
+#: libpq/auth.c:1746
#, c-format
-msgid "database system was shut down at %s"
-msgstr "sistema de banco de dados foi desligado em %s"
+msgid "invalidly formatted response from Ident server: \"%s\""
+msgstr "resposta invalidamente formatada pelo servidor Ident: \"%s\""
-#: access/transam/xlog.c:6040
-#, c-format
-msgid "database system was shut down in recovery at %s"
-msgstr "sistema de banco de dados foi desligado durante recuperação em %s"
+#: libpq/auth.c:1785
+msgid "peer authentication is not supported on this platform"
+msgstr "autenticação do tipo peer não é suportada nesta plataforma"
-#: access/transam/xlog.c:6044
+#: libpq/auth.c:1789
#, c-format
-msgid "database system shutdown was interrupted; last known up at %s"
-msgstr ""
-"desligamento do sistema de banco de dados foi interrompido; última execução "
-"em %s"
+msgid "could not get peer credentials: %m"
+msgstr "não pôde receber credenciais: %m"
-#: access/transam/xlog.c:6048
+#: libpq/auth.c:1798
#, c-format
-msgid "database system was interrupted while in recovery at %s"
-msgstr ""
-"sistema de banco de dados foi interrompido enquanto estava sendo recuperado "
-"em %s"
+msgid "local user with ID %d does not exist"
+msgstr "usuário local com ID %d não existe"
-#: access/transam/xlog.c:6050
-msgid ""
-"This probably means that some data is corrupted and you will have to use the "
-"last backup for recovery."
-msgstr ""
-"Isso provavelmente significa que algum dado foi corrompido e você terá que "
-"utilizar o último backup para recuperação."
+#: libpq/auth.c:1881 libpq/auth.c:2153 libpq/auth.c:2513
+msgid "empty password returned by client"
+msgstr "senha vazia retornada pelo cliente"
-#: access/transam/xlog.c:6054
+#: libpq/auth.c:1891
#, c-format
-msgid "database system was interrupted while in recovery at log time %s"
-msgstr ""
-"sistema de banco de dados foi interrompido enquanto estava sendo recuperado "
-"em %s"
+msgid "error from underlying PAM layer: %s"
+msgstr "erro da biblioteca PAM: %s"
-#: access/transam/xlog.c:6056
-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 isto ocorreu mais de uma vez algum dado pode ter sido corrompido e você "
-"pode precisar escolher um ponto de recuperação anterior ao especificado."
+#: libpq/auth.c:1960
+#, c-format
+msgid "could not create PAM authenticator: %s"
+msgstr "não pôde criar autenticador PAM: %s"
-#: access/transam/xlog.c:6060
+#: libpq/auth.c:1971
#, c-format
-msgid "database system was interrupted; last known up at %s"
-msgstr "sistema de banco de dados foi interrompido; última execução em %s"
+msgid "pam_set_item(PAM_USER) failed: %s"
+msgstr "pam_set_item(PAM_USER) falhou: %s"
-#: access/transam/xlog.c:6109
+#: libpq/auth.c:1982
#, c-format
-msgid "requested timeline %u is not a child of database system timeline %u"
-msgstr ""
-"linha do tempo solicitada %u não é descendente da linha do tempo %u do "
-"sistema de banco de dados"
+msgid "pam_set_item(PAM_CONV) failed: %s"
+msgstr "pam_set_item(PAM_CONV) falhou: %s"
-#: access/transam/xlog.c:6127
-msgid "entering standby mode"
-msgstr "entrando no modo em espera"
+#: libpq/auth.c:1993
+#, c-format
+msgid "pam_authenticate failed: %s"
+msgstr "pam_authenticate falhou: %s"
-#: access/transam/xlog.c:6130
+#: libpq/auth.c:2004
+#, c-format
+msgid "pam_acct_mgmt failed: %s"
+msgstr "pam_acct_mgmt falhou: %s"
+
+#: libpq/auth.c:2015
#, c-format
-msgid "starting point-in-time recovery to XID %u"
-msgstr "iniciando recuperação de ponto no tempo para XID %u"
+msgid "could not release PAM authenticator: %s"
+msgstr "não pôde liberar autenticador PAM: %s"
-#: access/transam/xlog.c:6134
+#: libpq/auth.c:2048 libpq/auth.c:2052
#, c-format
-msgid "starting point-in-time recovery to %s"
-msgstr "iniciando recuperação de ponto no tempo para %s"
+msgid "could not initialize LDAP: error code %d"
+msgstr "não pôde inicializar LDAP: código de erro %d"
-#: access/transam/xlog.c:6138
+#: libpq/auth.c:2062
#, c-format
-msgid "starting point-in-time recovery to \"%s\""
-msgstr "iniciando recuperação de ponto no tempo para \"%s\""
+msgid "could not set LDAP protocol version: error code %d"
+msgstr "não pôde definir versão do protocolo LDAP: código de erro %d"
-#: access/transam/xlog.c:6142
-msgid "starting archive recovery"
-msgstr "iniciando recuperação do arquivador"
+#: libpq/auth.c:2091
+msgid "could not load wldap32.dll"
+msgstr "não pôde carregar wldap32.dll"
-#: access/transam/xlog.c:6164 access/transam/xlog.c:6204
-#, c-format
-msgid "checkpoint record is at %X/%X"
-msgstr "registro do ponto de controle está em %X/%X"
+#: libpq/auth.c:2099
+msgid "could not load function _ldap_start_tls_sA in wldap32.dll"
+msgstr "não pôde carregar função _ldap_start_tls_sA em wldap32.dll"
-#: access/transam/xlog.c:6178
-msgid "could not find redo location referenced by checkpoint record"
-msgstr ""
-"não pôde encontrar local do redo referenciado pelo registro do ponto de "
-"controle"
+#: libpq/auth.c:2100
+msgid "LDAP over SSL is not supported on this platform."
+msgstr "LDAP sobre SSL não é suportado nesta plataforma."
-#: access/transam/xlog.c:6179 access/transam/xlog.c:6186
+#: libpq/auth.c:2115
#, c-format
-msgid ""
-"If you are not restoring from a backup, try removing the file \"%s/"
-"backup_label\"."
-msgstr ""
-"Se você não está restaurando uma cópia de segurança, tente remover o arquivo "
-"\"%s/backup_label\"."
+msgid "could not start LDAP TLS session: error code %d"
+msgstr "não pôde iniciar sessão LDAP TLS: código de erro %d"
-#: access/transam/xlog.c:6185
-msgid "could not locate required checkpoint record"
-msgstr "não pôde localizar registro do ponto de controle requerido"
+#: libpq/auth.c:2137
+msgid "LDAP server not specified"
+msgstr "servidor LDAP não foi especificado"
-#: access/transam/xlog.c:6214 access/transam/xlog.c:6229
-msgid "could not locate a valid checkpoint record"
-msgstr "não pôde localizar registro do ponto de controle válido"
+#: libpq/auth.c:2189
+msgid "invalid character in user name for LDAP authentication"
+msgstr "caracter inválido em nome de usuário para autenticação LDAP"
-#: access/transam/xlog.c:6223
+#: libpq/auth.c:2204
#, c-format
-msgid "using previous checkpoint record at %X/%X"
-msgstr "utilizando registro do ponto de controle anterior em %X/%X"
+msgid ""
+"could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": "
+"error code %d"
+msgstr ""
+"não pôde realizar ligação inicial LDAP para ldapbinddn \"%s\" no servidor "
+"\"%s\": código de erro %d"
-#: access/transam/xlog.c:6238
+#: libpq/auth.c:2229
#, c-format
-msgid "redo record is at %X/%X; shutdown %s"
-msgstr "registro de redo está em %X/%X; desligamento %s"
+msgid "could not search LDAP for filter \"%s\" on server \"%s\": error code %d"
+msgstr ""
+"não pôde buscar no LDAP por filtro \"%s\" no servidor \"%s\": código de erro "
+"%d"
-#: access/transam/xlog.c:6242
+#: libpq/auth.c:2239
#, c-format
-msgid "next transaction ID: %u/%u; next OID: %u"
-msgstr "próximo ID de transação: %u/%u; próximo OID: %u"
+msgid "LDAP search failed for filter \"%s\" on server \"%s\": no such user"
+msgstr ""
+"busca LDAP falhou para filtro \"%s\" no servidor \"%s\": usuário não existe"
-#: access/transam/xlog.c:6246
+#: libpq/auth.c:2243
#, c-format
-msgid "next MultiXactId: %u; next MultiXactOffset: %u"
-msgstr "próximo MultiXactId: %u; próximo MultiXactOffset: %u"
+msgid ""
+"LDAP search failed for filter \"%s\" on server \"%s\": user is not unique "
+"(%ld matches)"
+msgstr ""
+"busca LDAP falhou para filtro \"%s\" no servidor \"%s\": usuário não é único "
+"(%ld ocorrências)"
-#: access/transam/xlog.c:6249
+#: libpq/auth.c:2260
#, c-format
-msgid "oldest unfrozen transaction ID: %u, in database %u"
-msgstr "ID de transação descongelado mais antigo: %u, no banco de dados %u"
-
-#: access/transam/xlog.c:6253
-msgid "invalid next transaction ID"
-msgstr "próximo ID de transação é inválido"
-
-#: access/transam/xlog.c:6275
-msgid "invalid redo in checkpoint record"
-msgstr "redo é inválido no registro do ponto de controle"
-
-#: access/transam/xlog.c:6286
-msgid "invalid redo record in shutdown checkpoint"
-msgstr "registro de redo é inválido no ponto de controle de desligamento"
-
-#: access/transam/xlog.c:6316
msgid ""
-"database system was not properly shut down; automatic recovery in progress"
+"could not get dn for the first entry matching \"%s\" on server \"%s\": %s"
msgstr ""
-"sistema de banco de dados não foi desligado corretamente; recuperação "
-"automática está em andamento"
-
-#: access/transam/xlog.c:6395
-msgid "initializing for hot standby"
-msgstr "inicialização para servidor em espera ativo"
+"não pôde obter dn para a primeira entrada que corresponde a \"%s\" no "
+"servidor \"%s\": %s"
-#: access/transam/xlog.c:6525
+#: libpq/auth.c:2280
#, c-format
-msgid "redo starts at %X/%X"
-msgstr "redo inicia em %X/%X"
+msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s"
+msgstr ""
+"não pôde desligar-se após buscar pelo usuário \"%s\" no servidor \"%s\": %s"
-#: access/transam/xlog.c:6640
+#: libpq/auth.c:2317
#, c-format
-msgid "redo done at %X/%X"
-msgstr "redo pronto em %X/%X"
+msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d"
+msgstr ""
+"autenticação LDAP falhou para usuário \"%s\" no servidor \"%s\": código de "
+"erro %d"
-#: access/transam/xlog.c:6645 access/transam/xlog.c:8231
+#: libpq/auth.c:2345
#, c-format
-msgid "last completed transaction was at log time %s"
-msgstr "última transação efetivada foi em %s"
-
-#: access/transam/xlog.c:6653
-msgid "redo is not required"
-msgstr "redo não é requerido"
-
-#: access/transam/xlog.c:6701
-msgid "requested recovery stop point is before consistent recovery point"
+msgid ""
+"certificate authentication failed for user \"%s\": client certificate "
+"contains no user name"
msgstr ""
-"ponto de parada de recuperação solicitado está antes do ponto de recuperação "
-"consistente"
+"autenticação com certificado falhou para usuário \"%s\": certificado cliente "
+"não contém usuário"
-#: access/transam/xlog.c:6710
-msgid "WAL ends before end of online backup"
-msgstr "WAL terminou antes do fim da cópia de segurança online"
+#: libpq/auth.c:2469
+msgid "RADIUS server not specified"
+msgstr "servidor RADIUS não foi especificado"
-#: access/transam/xlog.c:6711
+#: libpq/auth.c:2476
+msgid "RADIUS secret not specified"
+msgstr "segredo do RADIUS não foi especificado"
+
+#: libpq/auth.c:2520
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."
+"RADIUS authentication does not support passwords longer than 16 characters"
msgstr ""
-"Cópia de segurança online que iniciou com pg_start_backup() deve ser "
-"terminada com pg_stop_backup(), e todo WAL até aquele ponto deve estar "
-"disponível para recuperação."
+"autenticação RADIUS não suporta senhas mais longas do que 16 caracteres"
-#: access/transam/xlog.c:6714
-msgid "WAL ends before consistent recovery point"
-msgstr "Log de transação termina antes de ponto de recuperação consistente"
+#: libpq/auth.c:2531
+msgid "could not generate random encryption vector"
+msgstr "não pôde gerar vetor de criptografia randômico"
-#: access/transam/xlog.c:6735
+#: libpq/auth.c:2554
+msgid "could not perform MD5 encryption of password"
+msgstr "não pôde realizar criptografia MD5 da senha"
+
+#: libpq/auth.c:2576
#, c-format
-msgid "selected new timeline ID: %u"
-msgstr "novo ID de linha do tempo selecionado: %u"
+msgid "could not create RADIUS socket: %m"
+msgstr "não pôde criar soquete RADIUS: %m"
-#: access/transam/xlog.c:6985
+#: libpq/auth.c:2597
#, c-format
-msgid "consistent recovery state reached at %X/%X"
-msgstr "estado de recuperação consistente atingido em %X/%X"
+msgid "could not bind local RADIUS socket: %m"
+msgstr "não pôde se ligar ao soquete RADIUS: %m"
-#: access/transam/xlog.c:7151
-msgid "invalid primary checkpoint link in control file"
-msgstr ""
-"vínculo de ponto de controle primário é inválido no arquivo de controle"
+#: libpq/auth.c:2607
+#, c-format
+msgid "could not send RADIUS packet: %m"
+msgstr "não pôde enviar pacote RADIUS: %m"
-#: access/transam/xlog.c:7155
-msgid "invalid secondary checkpoint link in control file"
-msgstr ""
-"vínculo de ponto de controle secundário é inválido no arquivo de controle"
+#: libpq/auth.c:2636 libpq/auth.c:2661
+msgid "timeout waiting for RADIUS response"
+msgstr "tempo de espera esgotado para resposta do RADIUS"
-#: access/transam/xlog.c:7159
-msgid "invalid checkpoint link in backup_label file"
-msgstr "vínculo de ponto de controle é inválido no arquivo backup_label"
+#: libpq/auth.c:2654
+#, c-format
+msgid "could not check status on RADIUS socket: %m"
+msgstr "não pôde verificar status no soquete do RADIUS: %m"
-#: access/transam/xlog.c:7173
-msgid "invalid primary checkpoint record"
-msgstr "registro do ponto de controle primário é inválido"
+#: libpq/auth.c:2683
+#, c-format
+msgid "could not read RADIUS response: %m"
+msgstr "não pôde ler resposta do RADIUS: %m"
-#: access/transam/xlog.c:7177
-msgid "invalid secondary checkpoint record"
-msgstr "registro do ponto de controle secundário é inválido"
+#: libpq/auth.c:2695 libpq/auth.c:2699
+#, c-format
+msgid "RADIUS response was sent from incorrect port: %i"
+msgstr "resposta RADIUS foi enviada de porta incorreta: %i"
-#: access/transam/xlog.c:7181
-msgid "invalid checkpoint record"
-msgstr "registro do ponto de controle é inválido"
+#: libpq/auth.c:2708
+#, c-format
+msgid "RADIUS response too short: %i"
+msgstr "resposta RADIUS muito curta: %i"
-#: access/transam/xlog.c:7192
-msgid "invalid resource manager ID in primary checkpoint record"
-msgstr ""
-"ID do gerenciador de recursos é inválido no registro do ponto de controle "
-"primário"
+#: libpq/auth.c:2715
+#, c-format
+msgid "RADIUS response has corrupt length: %i (actual length %i)"
+msgstr "resposta RADIUS tem tamanho corrompido: %i (tamanho atual %i)"
-#: access/transam/xlog.c:7196
-msgid "invalid resource manager ID in secondary checkpoint record"
-msgstr ""
-"ID do gerenciador de recursos é inválido no registro do ponto de controle "
-"secundário"
+#: libpq/auth.c:2723
+#, c-format
+msgid "RADIUS response is to a different request: %i (should be %i)"
+msgstr "resposta RADIUS é para uma solicitação diferente: %i (deveria ser %i)"
-#: access/transam/xlog.c:7200
-msgid "invalid resource manager ID in checkpoint record"
-msgstr ""
-"ID do gerenciador de recursos é inválido no registro do ponto de controle"
+#: libpq/auth.c:2748
+msgid "could not perform MD5 encryption of received packet"
+msgstr "não pôde realizar criptografia MD5 do pacote recebido"
-#: access/transam/xlog.c:7212
-msgid "invalid xl_info in primary checkpoint record"
-msgstr "xl_info é inválido no registro do ponto de controle primário"
+#: libpq/auth.c:2757
+msgid "RADIUS response has incorrect MD5 signature"
+msgstr "resposta RADIUS tem assinatura MD5 incorreta"
-#: access/transam/xlog.c:7216
-msgid "invalid xl_info in secondary checkpoint record"
-msgstr "xl_info é inválido no registro do ponto de controle secundário"
+#: libpq/auth.c:2774
+#, c-format
+msgid "RADIUS response has invalid code (%i) for user \"%s\""
+msgstr "resposta RADIUS tem código inválido (%i) para usuário \"%s\""
-#: access/transam/xlog.c:7220
-msgid "invalid xl_info in checkpoint record"
-msgstr "xl_info é inválido no registro do ponto de contrle"
+#: libpq/pqcomm.c:306
+#, c-format
+msgid "could not translate host name \"%s\", service \"%s\" to address: %s"
+msgstr ""
+"não pôde traduzir nome da máquina \"%s\", serviço \"%s\" para endereço: %s"
-#: access/transam/xlog.c:7232
-msgid "invalid length of primary checkpoint record"
-msgstr "tamanho do registro do ponto de controle primário é inválido"
+#: libpq/pqcomm.c:310
+#, c-format
+msgid "could not translate service \"%s\" to address: %s"
+msgstr "não pôde traduzir serviço \"%s\" para endereço: %s"
-#: access/transam/xlog.c:7236
-msgid "invalid length of secondary checkpoint record"
-msgstr "tamanho do registro do ponto de controle secundário é inválido"
+#: libpq/pqcomm.c:337
+#, c-format
+msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded"
+msgstr ""
+"não pôde se ligar a todos os endereços informados: MAXLISTEN (%d) excedeu"
-#: access/transam/xlog.c:7240
-msgid "invalid length of checkpoint record"
-msgstr "tamanho do registro do ponto de controle é inválido"
+#: libpq/pqcomm.c:346
+msgid "IPv4"
+msgstr "IPv4"
-#: access/transam/xlog.c:7402
-msgid "shutting down"
-msgstr "desligando"
+#: libpq/pqcomm.c:350
+msgid "IPv6"
+msgstr "IPv6"
-#: access/transam/xlog.c:7424
-msgid "database system is shut down"
-msgstr "sistema de banco de dados está desligado"
+#: libpq/pqcomm.c:355
+msgid "Unix"
+msgstr "Unix"
-#: access/transam/xlog.c:7858
-msgid ""
-"concurrent transaction log activity while database system is shutting down"
-msgstr ""
-"atividade concorrente no log de transação enquanto o sistema de banco de "
-"dados está sendo desligado"
+#: libpq/pqcomm.c:360
+#, c-format
+msgid "unrecognized address family %d"
+msgstr "família de endereços %d desconhecida"
-#: access/transam/xlog.c:8092
-msgid "skipping restartpoint, recovery has already ended"
-msgstr "ignorando ponto de reinício, recuperação já terminou"
+#. translator: %s is IPv4, IPv6, or Unix
+#: libpq/pqcomm.c:371
+#, c-format
+msgid "could not create %s socket: %m"
+msgstr "não pôde criar soquete %s: %m"
-#: access/transam/xlog.c:8117
+#: libpq/pqcomm.c:396
#, c-format
-msgid "skipping restartpoint, already performed at %X/%X"
-msgstr "ignorando ponto de reinício, já foi executado em %X/%X"
+msgid "setsockopt(SO_REUSEADDR) failed: %m"
+msgstr "setsockopt(SO_REUSEADDR) falhou: %m"
-#: access/transam/xlog.c:8229
+#: libpq/pqcomm.c:411
#, c-format
-msgid "recovery restart point at %X/%X"
-msgstr "ponto de reinício de recuperação em %X/%X"
+msgid "setsockopt(IPV6_V6ONLY) failed: %m"
+msgstr "setsockopt(IPV6_V6ONLY) falhou: %m"
-#: access/transam/xlog.c:8329
+#. translator: %s is IPv4, IPv6, or Unix
+#: libpq/pqcomm.c:430
#, c-format
-msgid "restore point \"%s\" created at %X/%X"
-msgstr "ponto de restauração \"%s\" criado em %X/%X"
+msgid "could not bind %s socket: %m"
+msgstr "não pôde se ligar ao soquete %s: %m"
-#: access/transam/xlog.c:8429
-msgid "online backup was canceled, recovery cannot continue"
+#: libpq/pqcomm.c:433
+#, c-format
+msgid ""
+"Is another postmaster already running on port %d? If not, remove socket file "
+"\"%s\" and retry."
msgstr ""
-"cópia de segurança online foi cancelada, recuperação não pode continuar"
+"Outro postmaster já está executando na porta %d? Se não, remova o arquivo de "
+"soquete \"%s\" e tente novamente."
-#: access/transam/xlog.c:8492
+#: libpq/pqcomm.c:436
#, c-format
-msgid "unexpected timeline ID %u (after %u) in checkpoint record"
+msgid ""
+"Is another postmaster already running on port %d? If not, wait a few seconds "
+"and retry."
msgstr ""
-"ID de linha do tempo %u inesperado (depois %u) no registro do ponto de "
-"controle"
+"Outro postmaster já está executando na porta %d? Se não, espere alguns "
+"segundos e tente novamente."
-#: access/transam/xlog.c:8537
+#. translator: %s is IPv4, IPv6, or Unix
+#: libpq/pqcomm.c:469
#, c-format
-msgid "unexpected timeline ID %u (should be %u) in checkpoint record"
-msgstr ""
-"ID de linha do tempo %u inesperado (deve ser %u) no registro do ponto de "
-"controle"
+msgid "could not listen on %s socket: %m"
+msgstr "não pôde escutar no soquete %s: %m"
-#: access/transam/xlog.c:8801 access/transam/xlog.c:8825
+#: libpq/pqcomm.c:554
#, c-format
-msgid "could not fsync log file %u, segment %u: %m"
-msgstr "não pôde executar fsync no arquivo de log %u, segmento %u: %m"
+msgid "group \"%s\" does not exist"
+msgstr "grupo \"%s\" não existe"
-#: access/transam/xlog.c:8833
+#: libpq/pqcomm.c:564
#, c-format
-msgid "could not fsync write-through log file %u, segment %u: %m"
-msgstr ""
-"não pôde executar fsync write-through no arquivo de log %u, segmento %u: %m"
+msgid "could not set group of file \"%s\": %m"
+msgstr "não pôde definir grupo do arquivo \"%s\": %m"
-#: access/transam/xlog.c:8842
+#: libpq/pqcomm.c:575
#, c-format
-msgid "could not fdatasync log file %u, segment %u: %m"
-msgstr "não pôde executar fdatasync no arquivo de log %u, segmento %u: %m"
+msgid "could not set permissions of file \"%s\": %m"
+msgstr "não pôde definir permissões do arquivo \"%s\": %m"
-#: access/transam/xlog.c:8923 access/transam/xlog.c:9202
-msgid "must be superuser or replication role to run a backup"
-msgstr ""
-"deve ser super-usuário ou role de replicação para fazer uma cópia de "
-"segurança"
+#: libpq/pqcomm.c:605
+#, c-format
+msgid "could not accept new connection: %m"
+msgstr "não pôde aceitar nova conexão: %m"
-#: access/transam/xlog.c:8928 access/transam/xlog.c:9207
-#: access/transam/xlog.c:9470 access/transam/xlog.c:9502
-#: access/transam/xlog.c:9543 access/transam/xlog.c:9576
-#: access/transam/xlog.c:9683 access/transam/xlog.c:9758
-msgid "recovery is in progress"
-msgstr "recuperação está em andamento"
+#: libpq/pqcomm.c:773
+#, c-format
+msgid "could not set socket to non-blocking mode: %m"
+msgstr "não pôde configurar o soquete para modo não-bloqueado: %m"
-#: access/transam/xlog.c:8929 access/transam/xlog.c:9208
-#: access/transam/xlog.c:9471 access/transam/xlog.c:9503
-#: access/transam/xlog.c:9544 access/transam/xlog.c:9577
-msgid "WAL control functions cannot be executed during recovery."
-msgstr ""
-"funções de controle do WAL não podem ser executadas durante recuperação."
+#: libpq/pqcomm.c:779
+#, c-format
+msgid "could not set socket to blocking mode: %m"
+msgstr "não pôde configurar o soquete para modo bloqueado: %m"
-#: access/transam/xlog.c:8934 access/transam/xlog.c:9213
-msgid "WAL level not sufficient for making an online backup"
-msgstr "nível do WAL não é suficiente para fazer uma cópia de segurança online"
+#: libpq/pqcomm.c:831 libpq/pqcomm.c:921
+#, c-format
+msgid "could not receive data from client: %m"
+msgstr "não pôde receber dados do cliente: %m"
-#: access/transam/xlog.c:8935 access/transam/xlog.c:9214
-#: access/transam/xlog.c:9509
-msgid ""
-"wal_level must be set to \"archive\" or \"hot_standby\" at server start."
-msgstr ""
-"wal_level deve ser definido com \"archive\" ou \"hot_standby\" ao iniciar o "
-"servidor."
+#: libpq/pqcomm.c:1072
+msgid "unexpected EOF within message length word"
+msgstr "EOF inesperado dentro da palavra de tamanho de mensagem"
-#: access/transam/xlog.c:8940
-#, c-format
-msgid "backup label too long (max %d bytes)"
-msgstr "rótulo de cópia de segurança é muito longo (máximo de %d bytes)"
+#: libpq/pqcomm.c:1083
+msgid "invalid message length"
+msgstr "tamanho de mensagem é inválido"
-#: access/transam/xlog.c:8981 access/transam/xlog.c:9084
-msgid "a backup is already in progress"
-msgstr "uma cópia de segurança está em andamento"
+#: libpq/pqcomm.c:1105 libpq/pqcomm.c:1115
+msgid "incomplete message from client"
+msgstr "mensagem incompleta do cliente"
-#: access/transam/xlog.c:8982
-msgid "Run pg_stop_backup() and try again."
-msgstr "Execute pg_stop_backup() e tente novamente."
+#: libpq/pqcomm.c:1245
+#, c-format
+msgid "could not send data to client: %m"
+msgstr "não pôde enviar dados para cliente: %m"
-#: access/transam/xlog.c:9085
+#: libpq/be-secure.c:284 libpq/be-secure.c:379
#, c-format
-msgid ""
-"If you're sure there is no backup in progress, remove file \"%s\" and try "
-"again."
-msgstr ""
-"Se você tem certeza que não há cópia de segurança em andamento, remova o "
-"arquivo \"%s\" e tente novamente."
+msgid "SSL error: %s"
+msgstr "erro de SSL: %s"
-#: access/transam/xlog.c:9100 access/transam/xlog.c:9346
+#: libpq/be-secure.c:293 libpq/be-secure.c:388 libpq/be-secure.c:958
#, c-format
-msgid "could not write file \"%s\": %m"
-msgstr "não pôde escrever no arquivo \"%s\": %m"
+msgid "unrecognized SSL error code: %d"
+msgstr "código de erro SSL desconhecido: %d"
-#: access/transam/xlog.c:9258
-msgid "a backup is not in progress"
-msgstr "não há uma cópia de segurança em andamento"
+#: libpq/be-secure.c:332 libpq/be-secure.c:336 libpq/be-secure.c:346
+msgid "SSL renegotiation failure"
+msgstr "renegociação SSL falhou"
-#: access/transam/xlog.c:9297 access/transam/xlog.c:9828
-#: access/transam/xlog.c:9834
+#: libpq/be-secure.c:340
+msgid "SSL failed to send renegotiation request"
+msgstr "SSL falhou ao enviar pedido de renegociação"
+
+#: libpq/be-secure.c:737
#, c-format
-msgid "invalid data in file \"%s\""
-msgstr "dado inválido no arquivo \"%s\""
+msgid "could not create SSL context: %s"
+msgstr "não pôde criar contexto SSL: %s"
-#: access/transam/xlog.c:9395
-msgid ""
-"pg_stop_backup cleanup done, waiting for required WAL segments to be archived"
-msgstr ""
-"pg_stop_backup concluído, esperando os segmentos do WAL requeridos serem "
-"arquivados"
+#: libpq/be-secure.c:753
+#, c-format
+msgid "could not load server certificate file \"%s\": %s"
+msgstr "não pôde carregar arquivo de certificado do servidor \"%s\": %s"
-#: access/transam/xlog.c:9405
+#: libpq/be-secure.c:759
#, c-format
-msgid ""
-"pg_stop_backup still waiting for all required WAL segments to be archived "
-"(%d seconds elapsed)"
-msgstr ""
-"pg_stop_backup ainda está esperando o arquivamento de todos os segmentos do "
-"WAL necessários (%d segundos passados)"
+msgid "could not access private key file \"%s\": %m"
+msgstr "não pôde acessar arquivo da chave privada \"%s\": %m"
-#: access/transam/xlog.c:9407
-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 ""
-"Verifique se o archive_command está sendo executado normalmente. "
-"pg_stop_backup pode ser cancelado com segurança, mas a cópia de segurança do "
-"banco de dados não será útil sem todos os segmentos do WAL."
+#: libpq/be-secure.c:774
+#, c-format
+msgid "private key file \"%s\" has group or world access"
+msgstr "arquivo da chave privada \"%s\" tem acesso para grupo ou outros"
-#: access/transam/xlog.c:9414
-msgid "pg_stop_backup complete, all required WAL segments have been archived"
-msgstr "pg_stop_backup concluído, todos os segmentos do WAL foram arquivados"
+#: libpq/be-secure.c:776
+msgid "Permissions should be u=rw (0600) or less."
+msgstr "Permissões devem ser u=rwx (0600) ou menos."
-#: access/transam/xlog.c:9418
-msgid ""
-"WAL archiving is not enabled; you must ensure that all required WAL segments "
-"are copied through other means to complete the backup"
-msgstr ""
-"arquivamento do WAL não está habilitado; você deve garantir que todos os "
-"segmentos do WAL necessários foram copiados por outros meios para completar "
-"a cópia de segurança"
+#: libpq/be-secure.c:783
+#, c-format
+msgid "could not load private key file \"%s\": %s"
+msgstr "não pôde carregar arquivo da chave privada \"%s\": %s"
-#: access/transam/xlog.c:9465
-msgid "must be superuser to switch transaction log files"
-msgstr "deve ser super-usuário para rotacionar arquivos do log de transação"
+#: libpq/be-secure.c:788
+#, c-format
+msgid "check of private key failed: %s"
+msgstr "verificação de chave privada falhou: %s"
-#: access/transam/xlog.c:9497
-msgid "must be superuser to create a restore point"
-msgstr "deve ser super-usuário para criar um ponto de restauração"
+#: libpq/be-secure.c:816
+#, c-format
+msgid "could not access root certificate file \"%s\": %m"
+msgstr "não pôde acessar arquivo do certificado raiz \"%s\": %m"
-#: access/transam/xlog.c:9508
-msgid "WAL level not sufficient for creating a restore point"
-msgstr "nível do WAL não é suficiente para criar um ponto de restauração"
+#: libpq/be-secure.c:827
+#, c-format
+msgid "could not load root certificate file \"%s\": %s"
+msgstr "não pôde carregar arquivo do certificado raiz \"%s\": %s"
-#: access/transam/xlog.c:9516
+#: libpq/be-secure.c:850
#, c-format
-msgid "value too long for restore point (maximum %d characters)"
-msgstr ""
-"valor é muito longo para ponto de restauração (máximo de %d caracteres)"
+msgid "SSL certificate revocation list file \"%s\" ignored"
+msgstr "arquivo da lista de revogação de certificados SSL \"%s\" ignorado"
-#: access/transam/xlog.c:9684
-msgid "pg_xlogfile_name_offset() cannot be executed during recovery."
-msgstr "pg_xlogfile_name_offset() não pode ser executado durante recuperação."
+#: libpq/be-secure.c:852
+msgid "SSL library does not support certificate revocation lists."
+msgstr ""
+"biblioteca SSL instalada não suporta listas de revogação de certificados."
-#: access/transam/xlog.c:9694 access/transam/xlog.c:9766
+#: libpq/be-secure.c:859
#, c-format
-msgid "could not parse transaction log location \"%s\""
-msgstr "não pôde validar local do log de transação \"%s\""
+msgid "SSL certificate revocation list file \"%s\" not found, skipping: %s"
+msgstr ""
+"arquivo da lista de revogação de certificados SSL (CRL) \"%s\" não foi "
+"encontrado, ignorando: %s"
-#: access/transam/xlog.c:9759
-msgid "pg_xlogfile_name() cannot be executed during recovery."
-msgstr "pg_xlogfile_name() não pode ser executado durante recuperação."
+#: libpq/be-secure.c:861
+msgid "Certificates will not be checked against revocation list."
+msgstr "Certificados não serão verificados na lista de revogação."
-#: access/transam/xlog.c:9870
+#: libpq/be-secure.c:903
#, c-format
-msgid "xlog redo %s"
-msgstr "redo do xlog %s"
+msgid "could not initialize SSL connection: %s"
+msgstr "não pôde inicializar conexão SSL: %s"
-#: access/transam/xlog.c:9910
-msgid "online backup mode canceled"
-msgstr "modo de cópia de segurança online foi cancelado"
+#: libpq/be-secure.c:912
+#, c-format
+msgid "could not set SSL socket: %s"
+msgstr "não pôde criar soquete SSL: %s"
-#: access/transam/xlog.c:9911
+#: libpq/be-secure.c:938
#, c-format
-msgid "\"%s\" was renamed to \"%s\"."
-msgstr "\"%s\" foi renomeado para \"%s\"."
+msgid "could not accept SSL connection: %m"
+msgstr "não pôde aceitar conexão SSL: %m"
-#: access/transam/xlog.c:9918
-msgid "online backup mode was not canceled"
-msgstr "modo de cópia de segurança online não foi cancelado"
+#: libpq/be-secure.c:942 libpq/be-secure.c:953
+msgid "could not accept SSL connection: EOF detected"
+msgstr "não pôde aceitar conexão SSL: EOF detectado"
-#: access/transam/xlog.c:9919
+#: libpq/be-secure.c:947
#, c-format
-msgid "Could not rename \"%s\" to \"%s\": %m."
-msgstr "não pôde renomear \"%s\" para \"%s\": %m"
+msgid "could not accept SSL connection: %s"
+msgstr "não pôde aceitar conexão SSL: %s"
-#: access/transam/xlog.c:10432 access/transam/xlog.c:10454
+#: libpq/be-secure.c:1003
+msgid "SSL certificate's common name contains embedded null"
+msgstr "nome do certificado SSL contém nulo embutido"
+
+#: libpq/be-secure.c:1014
#, c-format
-msgid "could not read from log file %u, segment %u, offset %u: %m"
-msgstr "não pôde ler do arquivo de log %u, segmento %u, deslocamento %u: %m"
+msgid "SSL connection from \"%s\""
+msgstr "conexão SSL de \"%s\""
-#: access/transam/xlog.c:10543
-msgid "received promote request"
-msgstr "pedido de promoção foi recebido"
+#: libpq/be-secure.c:1065
+msgid "no SSL error reported"
+msgstr "nenhum erro SSL relatado"
-#: access/transam/xlog.c:10556
+#: libpq/be-secure.c:1069
#, c-format
-msgid "trigger file found: %s"
-msgstr "arquivo de gatilho encontrado: %s"
-
-#: access/transam/xact.c:729
-msgid "cannot have more than 2^32-1 commands in a transaction"
-msgstr "não pode ter mais do que 2^32-1 comandos em uma transação"
+msgid "SSL error code %lu"
+msgstr "código de erro SSL %lu"
-#: access/transam/xact.c:1269
+#: foreign/foreign.c:198
#, c-format
-msgid "maximum number of committed subtransactions (%d) exceeded"
-msgstr "número máximo de subtransações efetivadas (%d) foi alcançado"
+msgid "user mapping not found for \"%s\""
+msgstr "mapeamento de usuários não foi encontrado para \"%s\""
-#: access/transam/xact.c:2045
-msgid "cannot PREPARE a transaction that has operated on temporary tables"
-msgstr ""
-"não pode executar PREPARE em uma transação que utilizou tabelas temporárias"
+#: foreign/foreign.c:321
+#, c-format
+msgid "foreign-data wrapper \"%s\" has no handler"
+msgstr "adaptador de dados externos \"%s\" não possui manipulador"
-#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2836
+#: foreign/foreign.c:498
#, c-format
-msgid "%s cannot run inside a transaction block"
-msgstr "%s não pode executar dentro de um bloco de transação"
+msgid "invalid option \"%s\""
+msgstr "opção \"%s\" é inválida"
-#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2846
+#: foreign/foreign.c:499
#, c-format
-msgid "%s cannot run inside a subtransaction"
-msgstr "%s não pode executar dentro de uma subtransação"
+msgid "Valid options in this context are: %s"
+msgstr "Opções válidas nesse contexto são: %s"
-#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2856
+#: regex/regc_pg_locale.c:258
+msgid "could not determine which collation to use for regular expression"
+msgstr "não pôde determinar qual ordenação utilizar na expressão regular"
+
+#: rewrite/rewriteRemove.c:62 rewrite/rewriteDefine.c:700
+#: rewrite/rewriteDefine.c:762 rewrite/rewriteSupport.c:117
#, 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"
+msgid "rule \"%s\" for relation \"%s\" does not exist"
+msgstr "regra \"%s\" para relação \"%s\" não existe"
-#. translator: %s represents an SQL statement name
-#: access/transam/xact.c:2907
+#: rewrite/rewriteRemove.c:66
#, c-format
-msgid "%s can only be used in transaction blocks"
-msgstr "%s só pode ser utilizado em blocos de transação"
+msgid "rule \"%s\" for relation \"%s\" does not exist, skipping"
+msgstr "regra \"%s\" para relação \"%s\" não existe, ignorando"
-#: access/transam/xact.c:3089
-msgid "there is already a transaction in progress"
-msgstr "há uma transação em execução"
+#: rewrite/rewriteManip.c:1012
+msgid "conditional utility statements are not implemented"
+msgstr "comandos utilitários condicionais não estão implementados"
-#: access/transam/xact.c:3256 access/transam/xact.c:3348
-msgid "there is no transaction in progress"
-msgstr "não há uma transação em execução"
+#: rewrite/rewriteManip.c:1177
+msgid "WHERE CURRENT OF on a view is not implemented"
+msgstr "WHERE CURRENT OF em uma visão não está implementado"
-#: access/transam/xact.c:3442 access/transam/xact.c:3492
-#: access/transam/xact.c:3498 access/transam/xact.c:3542
-#: access/transam/xact.c:3590 access/transam/xact.c:3596
-msgid "no such savepoint"
-msgstr "ponto de salvamento inexistente"
+#: rewrite/rewriteHandler.c:485
+#, c-format
+msgid ""
+"WITH query name \"%s\" appears in both a rule action and the query being "
+"rewritten"
+msgstr ""
+"nome de consulta WITH \"%s\" aparece em ação da regra e na consulta a ser "
+"reescrita"
-#: access/transam/xact.c:4243
-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"
+#: rewrite/rewriteHandler.c:543
+msgid "cannot have RETURNING lists in multiple rules"
+msgstr "não pode ter listas RETURNING em múltiplas regras"
-#: access/transam/varsup.c:114
+#: rewrite/rewriteHandler.c:874 rewrite/rewriteHandler.c:892
+#, c-format
+msgid "multiple assignments to same column \"%s\""
+msgstr "atribuições múltiplas para mesma coluna \"%s\""
+
+#: rewrite/rewriteHandler.c:1627 rewrite/rewriteHandler.c:2022
#, c-format
+msgid "infinite recursion detected in rules for relation \"%s\""
+msgstr "recursão infinita detectada em regras para relação \"%s\""
+
+#: rewrite/rewriteHandler.c:1883
msgid ""
-"database is not accepting commands to avoid wraparound data loss in database "
-"\"%s\""
+"DO INSTEAD NOTHING rules are not supported for data-modifying statements in "
+"WITH"
msgstr ""
-"banco de dados não está aceitando comandos para evitar perda de dados por "
-"reinício no banco de dados \"%s\""
+"regras DO INSTEAD NOTHING não são suportadas em comandos que modificam dados "
+"no WITH"
-#: access/transam/varsup.c:116 access/transam/varsup.c:123
+#: rewrite/rewriteHandler.c:1897
msgid ""
-"Stop the postmaster and use a standalone backend to vacuum that database.\n"
-"You might also need to commit or roll back old prepared transactions."
+"conditional DO INSTEAD rules are not supported for data-modifying statements "
+"in WITH"
+msgstr ""
+"regras DO INSTEAD condicionais não são suportadas em comandos que modificam "
+"dados no WITH"
+
+#: rewrite/rewriteHandler.c:1901
+msgid "DO ALSO rules are not supported for data-modifying statements in WITH"
msgstr ""
-"Pare o postmaster e use um servidor autônomo para limpar aquele banco de "
-"dados.\n"
-"Você também pode precisar efetivar ou desfazer transações preparadas antigas."
+"regras DO ALSO não são suportadas em comandos que modificam dados no WITH"
-#: access/transam/varsup.c:121
-#, c-format
+#: rewrite/rewriteHandler.c:1906
msgid ""
-"database is not accepting commands to avoid wraparound data loss in database "
-"with OID %u"
+"multi-statement DO INSTEAD rules are not supported for data-modifying "
+"statements in WITH"
msgstr ""
-"banco de dados não está aceitando comandos para evitar perda de dados por "
-"reinício no banco de dados com OID %u"
+"regras DO INSTEAD com múltiplos comandos não são suportadas em comandos que "
+"modificam dados no WITH"
-#: access/transam/varsup.c:133 access/transam/varsup.c:368
+#: rewrite/rewriteHandler.c:2060
#, c-format
-msgid "database \"%s\" must be vacuumed within %u transactions"
-msgstr "banco de dados \"%s\" deve ser limpado em %u transações"
+msgid "cannot perform INSERT RETURNING on relation \"%s\""
+msgstr "não pode executar INSERT RETURNING na relação \"%s\""
-#: access/transam/varsup.c:136 access/transam/varsup.c:143
-#: access/transam/varsup.c:371 access/transam/varsup.c:378
+#: rewrite/rewriteHandler.c:2062
msgid ""
-"To avoid a database shutdown, execute a database-wide VACUUM in that "
-"database.\n"
-"You might also need to commit or roll back old prepared transactions."
+"You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause."
msgstr ""
-"Para evitar um desligamento do banco de dados, execute um VACUUM completo "
-"naquele banco de dados.\n"
-"Você também pode precisar efetivar ou desfazer transações preparadas antigas."
+"Você precisa de uma regra incondicional ON INSERT DO INSTEAD com uma "
+"cláusula RETURNING."
-#: access/transam/varsup.c:140 access/transam/varsup.c:375
+#: rewrite/rewriteHandler.c:2067
#, c-format
-msgid "database with OID %u must be vacuumed within %u transactions"
-msgstr "banco de dados com OID %u deve ser limpado em %u transações"
+msgid "cannot perform UPDATE RETURNING on relation \"%s\""
+msgstr "não pode executar UPDATE RETURNING na relação \"%s\""
-#: access/transam/varsup.c:333
-#, c-format
-msgid "transaction ID wrap limit is %u, limited by database with OID %u"
+#: rewrite/rewriteHandler.c:2069
+msgid ""
+"You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause."
msgstr ""
-"limite de reinício do ID de transação é %u, limitado pelo banco de dados com "
-"OID %u"
+"Você precisa de uma regra incondicional ON UPDATE DO INSTEAD com uma "
+"cláusula RETURNING."
-#: access/transam/twophase.c:250
+#: rewrite/rewriteHandler.c:2074
#, c-format
-msgid "transaction identifier \"%s\" is too long"
-msgstr "identificador de transação \"%s\" é muito longo"
+msgid "cannot perform DELETE RETURNING on relation \"%s\""
+msgstr "não pode executar DELETE RETURNING na relação \"%s\""
-#: access/transam/twophase.c:257
-msgid "prepared transactions are disabled"
-msgstr "transações preparadas estão desabilitadas"
+#: rewrite/rewriteHandler.c:2076
+msgid ""
+"You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause."
+msgstr ""
+"Você precisa de uma regra incondicional ON DELETE DO INSTEAD com uma "
+"cláusula RETURNING."
-#: access/transam/twophase.c:258
-msgid "Set max_prepared_transactions to a nonzero value."
-msgstr "Defina max_prepared_transactions para um valor diferente de zero."
+#: rewrite/rewriteHandler.c:2140
+msgid ""
+"WITH cannot be used in a query that is rewritten by rules into multiple "
+"queries"
+msgstr ""
+"WITH não pode ser utilizado em uma consulta que reescrita por regras em "
+"múltiplas consultas"
-#: access/transam/twophase.c:291
+#: rewrite/rewriteDefine.c:109 rewrite/rewriteDefine.c:769
#, c-format
-msgid "transaction identifier \"%s\" is already in use"
-msgstr "identificador de transação \"%s\" já está em uso"
+msgid "rule \"%s\" for relation \"%s\" already exists"
+msgstr "regra \"%s\" para relação \"%s\" já existe"
-#: access/transam/twophase.c:300
-msgid "maximum number of prepared transactions reached"
-msgstr "número máximo de transações preparadas foi alcançado"
+#: rewrite/rewriteDefine.c:287
+msgid "rule actions on OLD are not implemented"
+msgstr "ações da regra em OLD não estão implementadas"
-#: access/transam/twophase.c:301
-#, c-format
-msgid "Increase max_prepared_transactions (currently %d)."
-msgstr "Aumente max_prepared_transactions (atualmente %d)."
+#: rewrite/rewriteDefine.c:288
+msgid "Use views or triggers instead."
+msgstr "Ao invés disso utilize visões ou gatilhos."
-#: access/transam/twophase.c:421
-#, c-format
-msgid "prepared transaction with identifier \"%s\" is busy"
-msgstr "transação preparada com identificador \"%s\" está sendo utilizada"
+#: rewrite/rewriteDefine.c:292
+msgid "rule actions on NEW are not implemented"
+msgstr "ações da regra em NEW não estão implementadas"
-#: access/transam/twophase.c:429
-msgid "permission denied to finish prepared transaction"
-msgstr "permissão negada ao finalizar transação preparada"
+#: rewrite/rewriteDefine.c:293
+msgid "Use triggers instead."
+msgstr "Ao invés disso utilize gatilhos."
-#: access/transam/twophase.c:430
-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."
+#: rewrite/rewriteDefine.c:306
+msgid "INSTEAD NOTHING rules on SELECT are not implemented"
+msgstr "regras INSTEAD NOTHING no SELECT não estão implementadas"
-#: access/transam/twophase.c:441
-msgid "prepared transaction belongs to another database"
-msgstr "transação preparada pertence a outro banco de dados"
+#: rewrite/rewriteDefine.c:307
+msgid "Use views instead."
+msgstr "Ao invés disso utilize visões."
-#: access/transam/twophase.c:442
-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."
+#: rewrite/rewriteDefine.c:315
+msgid "multiple actions for rules on SELECT are not implemented"
+msgstr "ações múltiplas para regras no SELECT não estão implementadas"
-#: access/transam/twophase.c:456
-#, c-format
-msgid "prepared transaction with identifier \"%s\" does not exist"
-msgstr "transação preparada com identificador \"%s\" não existe"
+#: rewrite/rewriteDefine.c:327
+msgid "rules on SELECT must have action INSTEAD SELECT"
+msgstr "regras no SELECT devem ter ação INSTEAD SELECT"
-#: access/transam/twophase.c:939
-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"
+#: rewrite/rewriteDefine.c:335
+msgid "rules on SELECT must not contain data-modifying statements in WITH"
+msgstr "regras no SELECT não devem conter comandos que modificam dados no WITH"
-#: access/transam/twophase.c:957
-#, 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"
+#: rewrite/rewriteDefine.c:343
+msgid "event qualifications are not implemented for rules on SELECT"
+msgstr "qualificações de eventos não estão implementadas para regras no SELECT"
-#: access/transam/twophase.c:971 access/transam/twophase.c:988
-#: access/transam/twophase.c:1044 access/transam/twophase.c:1464
-#: access/transam/twophase.c:1471
+#: rewrite/rewriteDefine.c:368
#, 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"
+msgid "\"%s\" is already a view"
+msgstr "\"%s\" já é uma visão"
-#: access/transam/twophase.c:997
+#: rewrite/rewriteDefine.c:392
#, 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"
+msgid "view rule for \"%s\" must be named \"%s\""
+msgstr "regra para visão em \"%s\" deve ter nome \"%s\""
-#: access/transam/twophase.c:1050 access/transam/twophase.c:1489
+#: rewrite/rewriteDefine.c:417
#, 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"
+msgid "could not convert table \"%s\" to a view because it is not empty"
+msgstr "não pôde converter tabela \"%s\" em visão porque ela não está vazia"
-#: access/transam/twophase.c:1130 access/transam/twophase.c:1569
+#: rewrite/rewriteDefine.c:424
#, 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"
+msgid "could not convert table \"%s\" to a view because it has triggers"
+msgstr "não pôde converter tabela \"%s\" em visão porque ela tem gatilhos"
-#: access/transam/twophase.c:1147
-#, c-format
-msgid "could not stat two-phase state file \"%s\": %m"
+#: rewrite/rewriteDefine.c:426
+msgid ""
+"In particular, the table cannot be involved in any foreign key relationships."
msgstr ""
-"não pôde executar stat no arquivo de status de efetivação em duas fases \"%s"
-"\": %m"
+"Em particular, a tabela não pode estar envolvida em relacionamentos de chave "
+"estrangeira."
-#: access/transam/twophase.c:1179
+#: rewrite/rewriteDefine.c:431
#, 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"
+msgid "could not convert table \"%s\" to a view because it has indexes"
+msgstr "não pôde converter tabela \"%s\" em visão porque ela tem índices"
-#: access/transam/twophase.c:1271
+#: rewrite/rewriteDefine.c:437
#, c-format
-msgid "two-phase state file for transaction %u is corrupt"
+msgid "could not convert table \"%s\" to a view because it has child tables"
msgstr ""
-"arquivo de status de efetivação em duas fases para transação %u está "
-"corrompido"
+"não pôde converter tabela \"%s\" em visão porque ela tem tabelas descendentes"
-#: access/transam/twophase.c:1426
-#, 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"
+#: rewrite/rewriteDefine.c:464
+msgid "cannot have multiple RETURNING lists in a rule"
+msgstr "não pode ter múltiplas listas RETURNING em uma regra"
-#: access/transam/twophase.c:1455
-#, 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"
+#: rewrite/rewriteDefine.c:469
+msgid "RETURNING lists are not supported in conditional rules"
+msgstr "listas RETURNING não são suportadas em regras condicionais"
-#: access/transam/twophase.c:1483
-#, 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"
+#: rewrite/rewriteDefine.c:473
+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"
-#: access/transam/twophase.c:1578
+#: rewrite/rewriteDefine.c:552
+msgid "SELECT rule's target list has too many entries"
+msgstr "lista de alvos de uma regra SELECT tem muitas entradas"
+
+#: rewrite/rewriteDefine.c:553
+msgid "RETURNING list has too many entries"
+msgstr "lista RETURNING tem muitas entradas"
+
+#: rewrite/rewriteDefine.c:569
+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:574
#, c-format
-msgid "could not fsync two-phase state file \"%s\": %m"
+msgid "SELECT rule's target entry %d has different column name from \"%s\""
msgstr ""
-"não pôde executar fsync no arquivo de status de efetivação em duas fases \"%s"
-"\": %m"
+"entrada alvo %d de uma regra SELECT tem nome de coluna diferente de \"%s\""
-#: access/transam/twophase.c:1585
+#: rewrite/rewriteDefine.c:580
#, c-format
-msgid "could not close two-phase state file \"%s\": %m"
+msgid "SELECT rule's target entry %d has different type from column \"%s\""
msgstr ""
-"não pôde fechar arquivo de status de efetivação em duas fases \"%s\": %m"
+"entrada alvo %d de uma regra SELECT tem tipo diferente da coluna \"%s\""
-#: access/transam/twophase.c:1650
+#: rewrite/rewriteDefine.c:582
#, c-format
-msgid "removing future two-phase state file \"%s\""
-msgstr "removendo arquivo futuro de status de efetivação em duas fases \"%s\""
+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\""
-#: access/transam/twophase.c:1666 access/transam/twophase.c:1677
-#: access/transam/twophase.c:1790 access/transam/twophase.c:1801
-#: access/transam/twophase.c:1874
+#: rewrite/rewriteDefine.c:597
#, c-format
-msgid "removing corrupt two-phase state file \"%s\""
+msgid "SELECT rule's target entry %d has different size from column \"%s\""
msgstr ""
-"removendo arquivo corrompido de status de efetivação em duas fases \"%s\""
+"entrada alvo %d de uma regra SELECT tem tamanho diferente da coluna \"%s\""
-#: access/transam/twophase.c:1779 access/transam/twophase.c:1863
+#: rewrite/rewriteDefine.c:599
#, c-format
-msgid "removing stale two-phase state file \"%s\""
-msgstr "removendo arquivo antigo de status de efetivação em duas fases \"%s\""
+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\""
-#: access/transam/twophase.c:1881
-#, c-format
-msgid "recovering prepared transaction %u"
-msgstr "recuperação transação preparada %u"
+#: rewrite/rewriteDefine.c:607
+msgid "SELECT rule's target list has too few entries"
+msgstr "lista de alvos de uma regra SELECT tem poucas entradas"
-#: access/transam/slru.c:609
-#, c-format
-msgid "file \"%s\" doesn't exist, reading as zeroes"
-msgstr "arquivo \"%s\" não existe, lendo como zeros"
+#: rewrite/rewriteDefine.c:608
+msgid "RETURNING list has too few entries"
+msgstr "lista RETURNING tem poucas entradas"
-#: access/transam/slru.c:839 access/transam/slru.c:845
-#: access/transam/slru.c:852 access/transam/slru.c:859
-#: access/transam/slru.c:866 access/transam/slru.c:873
+#: rewrite/rewriteSupport.c:156
#, c-format
-msgid "could not access status of transaction %u"
-msgstr "não pôde acessar status da transação %u"
+msgid "rule \"%s\" does not exist"
+msgstr "regra \"%s\" não existe"
-#: access/transam/slru.c:840
+#: rewrite/rewriteSupport.c:165
#, c-format
-msgid "Could not open file \"%s\": %m."
-msgstr "não pôde abrir arquivo \"%s\": %m."
+msgid "there are multiple rules named \"%s\""
+msgstr "há múltiplas regras com nome \"%s\""
-#: access/transam/slru.c:846
-#, c-format
-msgid "Could not seek in file \"%s\" to offset %u: %m."
-msgstr "não pôde buscar no arquivo \"%s\" deslocado de %u: %m."
+#: rewrite/rewriteSupport.c:166
+msgid "Specify a relation name as well as a rule name."
+msgstr "Especifique um nome de relação bem como um nome de regra."
-#: access/transam/slru.c:853
+#: main/main.c:237
#, c-format
-msgid "Could not read from file \"%s\" at offset %u: %m."
-msgstr "não pôde ler do arquivo \"%s\" deslocado de %u: %m."
+msgid "%s: setsysinfo failed: %s\n"
+msgstr "%s: setsysinfo falhou: %s\n"
-#: access/transam/slru.c:860
+#: main/main.c:259
#, c-format
-msgid "Could not write to file \"%s\" at offset %u: %m."
-msgstr "não pôde escrever no arquivo \"%s\" deslocado de %u: %m."
+msgid "%s: WSAStartup failed: %d\n"
+msgstr "%s: WSAStartup falhou: %d\n"
-#: access/transam/slru.c:867
+#: main/main.c:278
#, c-format
-msgid "Could not fsync file \"%s\": %m."
-msgstr "não pôde executar fsync no arquivo \"%s\": %m."
+msgid ""
+"%s is the PostgreSQL server.\n"
+"\n"
+msgstr ""
+"%s é o servidor PostgreSQL.\n"
+"\n"
-#: access/transam/slru.c:874
+#: main/main.c:279
#, c-format
-msgid "Could not close file \"%s\": %m."
-msgstr "não pôde fechar arquivo \"%s\": %m."
+msgid ""
+"Usage:\n"
+" %s [OPTION]...\n"
+"\n"
+msgstr ""
+"Uso:\n"
+" %s [OPÇÃO]...\n"
+"\n"
-#: access/transam/slru.c:1101
+#: main/main.c:280
#, c-format
-msgid "could not truncate directory \"%s\": apparent wraparound"
-msgstr "não pôde truncar diretório \"%s\": reinício aparente"
+msgid "Options:\n"
+msgstr "Opções:\n"
-#: access/transam/slru.c:1182
+#: main/main.c:282
#, c-format
-msgid "removing file \"%s\""
-msgstr "removendo arquivo \"%s\""
+msgid " -A 1|0 enable/disable run-time assert checking\n"
+msgstr ""
+" -A 1|0 habilita/desabilita verificação de asserção em tempo de "
+"execução\n"
-#: access/nbtree/nbtsort.c:483 access/nbtree/nbtinsert.c:531
-#: access/gin/ginentrypage.c:101
+#: main/main.c:284
#, c-format
-msgid "index row size %lu exceeds maximum %lu for index \"%s\""
-msgstr ""
-"tamanho de registro do índice %lu excede o máximo %lu para índice \"%s\""
+msgid " -B NBUFFERS number of shared buffers\n"
+msgstr " -B NBUFFERS número de buffers compartilhados\n"
-#: access/nbtree/nbtsort.c:487 access/nbtree/nbtinsert.c:535
-msgid ""
-"Values larger than 1/3 of a buffer page cannot be indexed.\n"
-"Consider a function index of an MD5 hash of the value, or use full text "
-"indexing."
-msgstr ""
-"Valores maiores do que 1/3 da página do buffer não podem ser indexados.\n"
-"Considere um índice de uma função de um hash MD5 de um valor ou utilize uma "
-"indexação de texto completa."
+#: main/main.c:285
+#, c-format
+msgid " -c NAME=VALUE set run-time parameter\n"
+msgstr " -c NOME=VALOR define o parâmetro em tempo de execução\n"
-#: access/nbtree/nbtpage.c:167 access/nbtree/nbtpage.c:371
+#: main/main.c:286
#, c-format
-msgid "version mismatch in index \"%s\": file version %d, code version %d"
-msgstr ""
-"incompatibilidade de versão no índice \"%s\": versão do arquivo %d, versão "
-"do código %d"
+msgid " -d 1-5 debugging level\n"
+msgstr " -d 1-5 nível de depuração\n"
-#: access/nbtree/nbtpage.c:433 access/hash/hashutil.c:170
-#: access/gist/gistutil.c:589
+#: main/main.c:287
#, c-format
-msgid "index \"%s\" contains unexpected zero page at block %u"
-msgstr "índice \"%s\" contém página de tamanho zero inesperada no bloco %u"
+msgid " -D DATADIR database directory\n"
+msgstr " -D DIRDADOS diretório do banco de dados\n"
-#: access/nbtree/nbtpage.c:436 access/nbtree/nbtpage.c:447
-#: access/hash/hashutil.c:173 access/hash/hashutil.c:184
-#: access/hash/hashutil.c:196 access/hash/hashutil.c:217
-#: access/gist/gistvacuum.c:274 access/gist/gistutil.c:592
-#: access/gist/gistutil.c:603 access/gist/gist.c:731
-msgid "Please REINDEX it."
-msgstr "Por favor execute REINDEX."
+#: main/main.c:288
+#, c-format
+msgid " -e use European date input format (DMY)\n"
+msgstr " -e usa formato de entrada de data europeu (DMY)\n"
-#: access/nbtree/nbtpage.c:444 access/hash/hashutil.c:181
-#: access/hash/hashutil.c:193 access/gist/gistutil.c:600
+#: main/main.c:289
#, c-format
-msgid "index \"%s\" contains corrupted page at block %u"
-msgstr "índice \"%s\" contém página corrompida no bloco %u"
+msgid " -F turn fsync off\n"
+msgstr " -F desabilita o fsync\n"
-#: access/nbtree/nbtinsert.c:393
+#: main/main.c:290
#, c-format
-msgid "duplicate key value violates unique constraint \"%s\""
-msgstr "duplicar valor da chave viola a restrição de unicidade \"%s\""
+msgid " -h HOSTNAME host name or IP address to listen on\n"
+msgstr " -h MÁQUINA nome da máquina ou endereço IP para escutar\n"
-#: access/nbtree/nbtinsert.c:395
+#: main/main.c:291
#, c-format
-msgid "Key %s already exists."
-msgstr "Chave %s já existe."
+msgid " -i enable TCP/IP connections\n"
+msgstr " -i habilita conexões TCP/IP\n"
-#: access/nbtree/nbtinsert.c:457
+#: main/main.c:292
#, c-format
-msgid "failed to re-find tuple within index \"%s\""
-msgstr "falhou ao reencontrar tupla no índice \"%s\""
+msgid " -k DIRECTORY Unix-domain socket location\n"
+msgstr " -k DIRETÓRIO local do soquete de domínio Unix\n"
-#: access/nbtree/nbtinsert.c:459
-msgid "This may be because of a non-immutable index expression."
-msgstr "Isso pode ser por causa de uma expressão não imutável do índice."
+#: main/main.c:294
+#, c-format
+msgid " -l enable SSL connections\n"
+msgstr " -l habilita conexões SSL\n"
-#: access/heap/rewriteheap.c:597 access/heap/hio.c:175
+#: main/main.c:296
#, c-format
-msgid "row is too big: size %lu, maximum size %lu"
-msgstr "registro é muito grande: tamanho %lu, tamanho máximo %lu"
+msgid " -N MAX-CONNECT maximum number of allowed connections\n"
+msgstr " -N MAX-CONEXÃO número máximo de conexões permitidas\n"
-#: access/heap/heapam.c:3223 access/heap/heapam.c:3254
-#: access/heap/heapam.c:3289
+#: main/main.c:297
#, c-format
-msgid "could not obtain lock on row in relation \"%s\""
-msgstr "não pôde obter bloqueio no registro da relação \"%s\""
+msgid " -o OPTIONS pass \"OPTIONS\" to each server process (obsolete)\n"
+msgstr ""
+" -o OPÇÕES passa \"OPÇÕES\" para cada processo servidor (obsoleto)\n"
-#: access/hash/hashutil.c:209
+#: main/main.c:298
#, c-format
-msgid "index \"%s\" is not a hash index"
-msgstr "índice \"%s\" não é um índice hash"
+msgid " -p PORT port number to listen on\n"
+msgstr " -p PORTA número da porta para escutar\n"
-#: access/hash/hashutil.c:215
+#: main/main.c:299
#, c-format
-msgid "index \"%s\" has wrong hash version"
-msgstr "índice \"%s\" tem versão incorreta do hash"
+msgid " -s show statistics after each query\n"
+msgstr " -s mostra estatísticas após cada consulta\n"
-#: access/hash/hashsearch.c:152
-msgid "hash indexes do not support whole-index scans"
-msgstr "índices hash não suportam buscas em todo índice"
+#: main/main.c:300
+#, c-format
+msgid " -S WORK-MEM set amount of memory for sorts (in kB)\n"
+msgstr ""
+" -S MEM-ORD define a quantidade de memória para ordenações (em kB)\n"
-#: access/hash/hashovfl.c:547
+#: main/main.c:301
#, c-format
-msgid "out of overflow pages in hash index \"%s\""
-msgstr "acabaram as páginas de transbordamento no índice hash \"%s\""
+msgid " --NAME=VALUE set run-time parameter\n"
+msgstr " --NOME=VALOR define o parâmetro em tempo de execução\n"
-#: access/hash/hashinsert.c:73
+#: main/main.c:302
#, c-format
-msgid "index row size %lu exceeds hash maximum %lu"
-msgstr "tamanho de registro do índice %lu excede tamanho máximo do hash %lu"
+msgid " --describe-config describe configuration parameters, then exit\n"
+msgstr " --describe-config descreve parâmetros de configuração e termina\n"
-#: access/hash/hashinsert.c:76
-msgid "Values larger than a buffer page cannot be indexed."
-msgstr "Valores maiores do que uma página do buffer não podem ser indexados."
+#: main/main.c:303
+#, c-format
+msgid " --help show this help, then exit\n"
+msgstr " --help mostra esta ajuda e termina\n"
-#: access/gist/gistvacuum.c:271 access/gist/gist.c:728
+#: main/main.c:304
#, c-format
-msgid "index \"%s\" contains an inner tuple marked as invalid"
-msgstr "índice \"%s\" contém uma tupla interna marcada como inválida"
+msgid " --version output version information, then exit\n"
+msgstr " --version mostra informação sobre a versão e termina\n"
-#: access/gist/gistvacuum.c:273 access/gist/gist.c:730
+#: main/main.c:306
+#, c-format
msgid ""
-"This is caused by an incomplete page split at crash recovery before "
-"upgrading to PostgreSQL 9.1."
+"\n"
+"Developer options:\n"
msgstr ""
-"Isso é causado por uma divisão de página incompleta durante recuperação de "
-"desastre antes da atualização para PostgreSQL 9.1."
+"\n"
+"Opções para desenvolvedor:\n"
-#: access/gist/gistsplit.c:375
+#: main/main.c:307
#, c-format
-msgid "picksplit method for column %d of index \"%s\" failed"
-msgstr "método picksplit para coluna %d do índice \"%s\" falhou"
+msgid " -f s|i|n|m|h forbid use of some plan types\n"
+msgstr " -f s|i|n|m|h impede uso de alguns tipos de planos\n"
-#: access/gist/gistsplit.c:377
+#: main/main.c:308
+#, c-format
msgid ""
-"The index is not optimal. To optimize it, contact a developer, or try to use "
-"the column as the second one in the CREATE INDEX command."
+" -n do not reinitialize shared memory after abnormal exit\n"
msgstr ""
-"O índice não é ótimo. Para otimizá-lo, entre em contato com um desenvolvedor "
-"ou tente utilizar a coluna como a segunda no comando CREATE INDEX."
-
-#: access/gist/gist.c:127 access/gist/gist.c:243
-msgid "unlogged GiST indexes are not supported"
-msgstr "índices GiST unlogged não são suportados"
+" -n não reinicializa memória compartilhada depois de término "
+"anormal\n"
-#: access/gin/ginscan.c:401
-msgid "old GIN indexes do not support whole-index scans nor searches for nulls"
+#: main/main.c:309
+#, c-format
+msgid " -O allow system table structure changes\n"
msgstr ""
-"índices GIN antigos não suportam buscas em todo índice e nem buscas por nulos"
+" -O permite mudanças na estrutura de tabelas do sistema\n"
-#: access/gin/ginscan.c:402
+#: main/main.c:310
#, c-format
-msgid "To fix this, do REINDEX INDEX \"%s\"."
-msgstr "Para corrigir isto, faça REINDEX INDEX \"%s\"."
+msgid " -P disable system indexes\n"
+msgstr " -P desabilita índices do sistema\n"
-#: access/common/tupconvert.c:107
+#: main/main.c:311
#, c-format
-msgid "Returned type %s does not match expected type %s in column %d."
-msgstr "Tipo %s retornado não corresponde ao tipo %s esperado na coluna %d."
+msgid " -t pa|pl|ex show timings after each query\n"
+msgstr " -t pa|pl|ex mostra duração depois de cada consulta\n"
-#: access/common/tupconvert.c:135
+#: main/main.c:312
#, c-format
-msgid ""
-"Number of returned columns (%d) does not match expected column count (%d)."
+msgid " -T send SIGSTOP to all backend processes if one dies\n"
msgstr ""
-"Número de colunas retornadas (%d) não corresponde a contagem de colunas "
-"esperada (%d)"
+" -T envia SIGSTOP para todos os servidores se um deles morrer\n"
-#: access/common/tupconvert.c:240
+#: main/main.c:313
#, c-format
-msgid ""
-"Attribute \"%s\" of type %s does not match corresponding attribute of type "
-"%s."
-msgstr "Atributo \"%s\" do tipo %s não corresponde ao atributo do tipo %s."
+msgid " -W NUM wait NUM seconds to allow attach from a debugger\n"
+msgstr ""
+" -W NUM espera NUM segundos para permitir que o depurador seja "
+"anexado\n"
-#: access/common/tupconvert.c:252
+#: main/main.c:315
#, c-format
-msgid "Attribute \"%s\" of type %s does not exist in type %s."
-msgstr "Atributo \"%s\" do tipo %s não existe no tipo %s."
+msgid ""
+"\n"
+"Options for single-user mode:\n"
+msgstr ""
+"\n"
+"Opções para modo monousuário:\n"
-#: access/common/reloptions.c:323
-msgid "user-defined relation parameter types limit exceeded"
+#: main/main.c:316
+#, c-format
+msgid " --single selects single-user mode (must be first argument)\n"
msgstr ""
-"limite dos tipos de parâmetro da relação definidos pelo usuário foi excedido"
+" --single seleciona modo monousuário (deve ser o primeiro "
+"argumento)\n"
-#: access/common/reloptions.c:622
-msgid "RESET must not include values for parameters"
-msgstr "RESET não deve incluir valores para parâmetros"
+#: main/main.c:317
+#, c-format
+msgid " DBNAME database name (defaults to user name)\n"
+msgstr ""
+" NOMEBD nome do banco de dados (padrão é o nome do usuário)\n"
-#: access/common/reloptions.c:655
+#: main/main.c:318
#, c-format
-msgid "unrecognized parameter namespace \"%s\""
-msgstr "namespace do parâmetro \"%s\" desconhecido"
+msgid " -d 0-5 override debugging level\n"
+msgstr " -d 0-5 muda o nível de depuração\n"
-#: access/common/reloptions.c:898
+#: main/main.c:319
#, c-format
-msgid "unrecognized parameter \"%s\""
-msgstr "parâmetro \"%s\" desconhecido"
+msgid " -E echo statement before execution\n"
+msgstr " -E mostra consulta antes da execução\n"
-#: access/common/reloptions.c:923
+#: main/main.c:320
#, c-format
-msgid "parameter \"%s\" specified more than once"
-msgstr "parâmetro \"%s\" foi especificado mais de uma vez"
+msgid " -j do not use newline as interactive query delimiter\n"
+msgstr ""
+" -j não usa nova linha como delimitador de consulta iterativa\n"
-#: access/common/reloptions.c:938
+#: main/main.c:321 main/main.c:326
#, c-format
-msgid "invalid value for boolean option \"%s\": %s"
-msgstr "valor é inválido para opção booleano \"%s\": %s"
+msgid " -r FILENAME send stdout and stderr to given file\n"
+msgstr ""
+" -r ARQUIVO envia saída stdout e stderr para o arquivo designado\n"
-#: access/common/reloptions.c:949
+#: main/main.c:323
#, c-format
-msgid "invalid value for integer option \"%s\": %s"
-msgstr "valor é inválido para opção inteiro \"%s\": %s"
+msgid ""
+"\n"
+"Options for bootstrapping mode:\n"
+msgstr ""
+"\n"
+"Opções para modo de ativação:\n"
-#: access/common/reloptions.c:954 access/common/reloptions.c:972
+#: main/main.c:324
#, c-format
-msgid "value %s out of bounds for option \"%s\""
-msgstr "valor %s está fora do intervalo para opção \"%s\""
+msgid " --boot selects bootstrapping mode (must be first argument)\n"
+msgstr ""
+" --boot seleciona modo de ativação (deve ser o primeiro "
+"argumento)\n"
-#: access/common/reloptions.c:956
+#: main/main.c:325
#, c-format
-msgid "Valid values are between \"%d\" and \"%d\"."
-msgstr "Valores válidos estão entre \"%d\" e \"%d\"."
+msgid ""
+" DBNAME database name (mandatory argument in bootstrapping mode)\n"
+msgstr ""
+" NOMEBD nome do banco de dados (argumento obrigatório no modo de "
+"ativação)\n"
-#: access/common/reloptions.c:967
+#: main/main.c:327
#, c-format
-msgid "invalid value for floating point option \"%s\": %s"
-msgstr "valor é inválido para opção ponto flutuante \"%s\": %s"
+msgid " -x NUM internal use\n"
+msgstr " -x NUM uso interno\n"
-#: access/common/reloptions.c:974
+#: main/main.c:329
#, c-format
-msgid "Valid values are between \"%f\" and \"%f\"."
-msgstr "Valores válidos estão entre \"%f\" e \"%f\"."
+msgid ""
+"\n"
+"Please read the documentation for the complete list of run-time\n"
+"configuration settings and how to set them on the command line or in\n"
+"the configuration file.\n"
+"\n"
+"Report bugs to <pgsql-bugs@postgresql.org>.\n"
+msgstr ""
+"\n"
+"Por favor leia a documentação para verificar a lista completa de parâmetros\n"
+"de configuração em tempo de execução e como definí-los pela linha de "
+"comando\n"
+"ou no arquivo de configuração.\n"
+"\n"
+"Relate erros a <pgsql-bugs@postgresql.org>.\n"
-#: access/common/indextuple.c:57
+#: main/main.c:343
+msgid ""
+"\"root\" execution of the PostgreSQL server is not permitted.\n"
+"The server must be started under an unprivileged user ID to prevent\n"
+"possible system security compromise. See the documentation for\n"
+"more information on how to properly start the server.\n"
+msgstr ""
+"execução do servidor PostgreSQL pelo \"root\" não é permitida.\n"
+"O servidor deve ser iniciado por um usuário sem privilégios para previnir\n"
+"possíveis comprometimentos de segurança no sistema. Veja a documentação "
+"para\n"
+"obter informações adicionais sobre como iniciar o servidor corretamente.\n"
+
+#: main/main.c:360
#, c-format
-msgid "number of index columns (%d) exceeds limit (%d)"
-msgstr "número de colunas indexadas (%d) excede limite (%d)"
+msgid "%s: real and effective user IDs must match\n"
+msgstr "%s: IDs do usuário real e efetivo devem corresponder\n"
-#: access/common/indextuple.c:168
+#: main/main.c:367
+msgid ""
+"Execution of PostgreSQL by a user with administrative permissions is not\n"
+"permitted.\n"
+"The server must be started under an unprivileged user ID to prevent\n"
+"possible system security compromises. See the documentation for\n"
+"more information on how to properly start the server.\n"
+msgstr ""
+"Execução do servidor PostgreSQL por um usuário com permissões "
+"administrativas não é\n"
+"permitida.\n"
+"O servidor deve ser iniciado por um usuário sem privilégios para previnir\n"
+"possíveis comprometimentos de segurança no sistema. Veja a documentação "
+"para\n"
+"obter informações adicionais sobre como iniciar o servidor corretamente.\n"
+
+#: main/main.c:388
#, c-format
-msgid "index row requires %lu bytes, maximum size is %lu"
-msgstr "registro do índice requer %lu bytes, tamanho máximo é %lu"
+msgid "%s: invalid effective UID: %d\n"
+msgstr "%s: UID efetivo é inválido: %d\n"
-#: access/common/heaptuple.c:646 access/common/heaptuple.c:1398
+#: main/main.c:401
#, c-format
-msgid "number of columns (%d) exceeds limit (%d)"
-msgstr "número de colunas (%d) excede limite (%d)"
+msgid "%s: could not determine user name (GetUserName failed)\n"
+msgstr "%s: não pôde determinar nome de usuário (GetUserName falhou)\n"
#: ../port/win32error.c:188
#, c-format
msgid "unrecognized error %d"
msgstr "erro desconhecido %d"
-#: ../port/open.c:113
-msgid "sharing violation"
-msgstr "violação de compartilhamento"
-
-#: ../port/open.c:113
-msgid "lock violation"
-msgstr "violação de bloqueio"
-
-#: ../port/open.c:112
-#, c-format
-msgid "could not open file \"%s\": %s"
-msgstr "não pôde abrir arquivo \"%s\": %s"
-
-#: ../port/open.c:114
-msgid "Continuing to retry for 30 seconds."
-msgstr "Continuar tentando por 30 segundos."
-
-#: ../port/open.c:115
-msgid ""
-"You might have antivirus, backup, or similar software interfering with the "
-"database system."
-msgstr ""
-"Você pode ter programa de antivírus, cópia de segurança ou similares "
-"interferindo com o sistema de banco de dados."
-
#: ../port/exec.c:125 ../port/exec.c:239 ../port/exec.c:282
#, c-format
msgid "could not identify current directory: %s"
msgid "child process exited with unrecognized status %d"
msgstr "processo filho terminou com status desconhecido %d"
+#: ../port/chklocale.c:328 ../port/chklocale.c:334
+#, c-format
+msgid "could not determine encoding for locale \"%s\": codeset is \"%s\""
+msgstr ""
+"não pôde determinar codificação para configuração regional \"%s\": codeset é "
+"\"%s\""
+
+#: ../port/chklocale.c:336
+msgid "Please report this to <pgsql-bugs@postgresql.org>."
+msgstr "Por favor relate isto a <pgsql-bugs@postgresql.org>."
+
#: ../port/dirmod.c:75 ../port/dirmod.c:88 ../port/dirmod.c:101
#, c-format
msgid "out of memory\n"
msgid "could not remove file or directory \"%s\": %s\n"
msgstr "não pôde remover arquivo ou diretório \"%s\": %s\n"
-#: ../port/chklocale.c:328 ../port/chklocale.c:334
+#: ../port/open.c:113
+msgid "sharing violation"
+msgstr "violação de compartilhamento"
+
+#: ../port/open.c:113
+msgid "lock violation"
+msgstr "violação de bloqueio"
+
+#: ../port/open.c:112
#, c-format
-msgid "could not determine encoding for locale \"%s\": codeset is \"%s\""
-msgstr ""
-"não pôde determinar codificação para configuração regional \"%s\": codeset é "
-"\"%s\""
+msgid "could not open file \"%s\": %s"
+msgstr "não pôde abrir arquivo \"%s\": %s"
-#: ../port/chklocale.c:336
-msgid "Please report this to <pgsql-bugs@postgresql.org>."
-msgstr "Por favor relate isto a <pgsql-bugs@postgresql.org>."
+#: ../port/open.c:114
+msgid "Continuing to retry for 30 seconds."
+msgstr "Continuar tentando por 30 segundos."
+
+#: ../port/open.c:115
+msgid ""
+"You might have antivirus, backup, or similar software interfering with the "
+"database system."
+msgstr ""
+"Você pode ter programa de antivírus, cópia de segurança ou similares "
+"interferindo com o sistema de banco de dados."