Olá, 2009/12/4 mateusgra <[email protected]>
> > DROP TABLE public.car; > ERROR: "con_pkey" is an index > > A tabela car tem uma fk para tabela con. Ja tentei deletar a fk primeiro tb > deu o mesmo erro. > > Você deve ter algumas restrições de integridade, você não vai conseguir dropar uma tabela que tenham tabelas que referenciam esta tabela, primeiro terá que tratar ou deletar as tabelas dependentes e depois a tabela em questão. > > -- > View this message in context: > http://old.nabble.com/Erro-Drop-table-tp26635867p26635867.html > Sent from the PostgreSQL - Brasil mailing list archive at Nabble.com. > > _______________________________________________ > pgbr-geral mailing list > [email protected] > https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral > []s -- JotaComm http://jotacomm.wordpress.com
_______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
