Re: Request to share information regarding errors

From: Yogesh Sharma <Yogesh1(dot)Sharma(at)nectechnologies(dot)in>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Request to share information regarding errors
Date: 2016-11-16 06:09:22
Message-ID: 8F86F8F397DDD345B25EA2EF3E2164829ECBA234@EXCH-MB02-U1.nectechnologies.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear All,

Thanks for your support.

I am using postgresql 9.3.6 rpm in RHEL6 version.

In postgresql logs, I have found below error messages.
ERROR: null value in column "column name" violates not-null constraint.

Second error found:
ERROR: there is no unique constraint matching given keys for referenced table "table2"
alter table1 table_name add constraint fk_key foreign key (id, phone_id) references table2 (id, phone_id) on delete restrict on update restrict;

Could you please share the details of these errors and how to resolve these errors from logs.

Regards,
Yogesh

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Charles Clavadetscher 2016-11-16 06:44:26 Re: Request to share information regarding errors
Previous Message Adrian Klaver 2016-11-16 05:15:03 Re: Syncing Data of data type BLOB into Postgres- Bytea