PostgreSQL CHECK Constraint

From: Shaozhong SHI <shishaozhong(at)gmail(dot)com>
To: pgsql-sql <pgsql-sql(at)lists(dot)postgresql(dot)org>
Subject: PostgreSQL CHECK Constraint
Date: 2021-10-03 07:30:40
Message-ID: CA+i5JwYC26KFQjXYBk-gNYxofhkjnWQBB-+goeusMajVdv_2_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Has anyone got experience with data quality checking, validation and
reporting within PostgreSQL?

How best to use PostgreSQL CHECK Constraint for data quality checking,
validation and reporting?

Can we report on errors in a detailed and specific way? For instance, can
we produce report on specific issues of erroneous cells in which row and
etc.?

Regards,

David

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shaozhong SHI 2021-10-03 07:31:13 PostgreSQL CHECK Constraint
Previous Message Adrian Klaver 2021-10-02 20:48:40 Re: Problem in Storing Satellite imagey(Geotiff file)

Browse pgsql-sql by date

  From Date Subject
Next Message Shaozhong SHI 2021-10-03 07:31:13 PostgreSQL CHECK Constraint
Previous Message Iuri Sampaio 2021-09-27 14:06:47 Re: Creating a query to structure results grouped by two columns, pivoting only a third colum