Error Message: ERROR: constraint "fk_FormaPago" does not exist

Поиск
Список
Период
Сортировка
От Rizzo, Nicolas Leonardo
Тема Error Message: ERROR: constraint "fk_FormaPago" does not exist
Дата
Msg-id 001c01c3b42b$28be4f20$1600a8c0@lanus.tv
обсуждение исходный текст
Список pgadmin-support
-- System Information --

Platform: Windows 2000
Version: 5.0
Build: 2195 Service Pack 4

-- Application Information --

Name: pgAdmin II
Version: 1.6.0
Descripton:

Name: pgSchema
Version: 1.6.0
Descripton: PostgreSQL Schema Objects v1.6.0

-- Database Information --

Version: 7.4.0
Descripton: PostgreSQL 7.4 on i686-pc-linux-gnu, compiled by GCC 2.95.4

-- Driver Information --

Name: PostgreSQL
Version: 7.3.115
Descripton: PostgreSQL 7.4 on i686-pc-linux-gnu, compiled by GCC 2.95.4

-- Error Information --

Description: ERROR:  constraint "fk_FormaPago" does not exist
Number: -2147467259
Routine: pgAdmin II:frmTable.cmdOK_Click

************************************************************

Insert your comment:
Agrege una FK, y luego cuando la quiero borrar me muestra ese error...
por que la agrega '' '' al nombre ...?
 
Example:
BAD --> CONSTRAINT "fk_FormaPago" FOREIGN KEY (id_forma_pago) REFERENCES forma_de_pago (id) ON DELETE NO ACTION ON UPDATE NO ACTION NOT DEFERRABLE INITIALLY IMMEDIATE

GOOD --> CONSTRAINT fk_FormaPago FOREIGN KEY (id_forma_pago) REFERENCES forma_de_pago (id) ON DELETE NO ACTION ON UPDATE NO ACTION NOT DEFERRABLE INITIALLY IMMEDIATE

 

Вложения

В списке pgadmin-support по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: FW: oids bug
Следующее
От: Oleg
Дата:
Сообщение: convert MSAccess to PostgreSQL 7.3.2