Re: Check constraints.

From: Steve Rogerson <steve(at)yewtc(dot)demon(dot)co(dot)uk>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Check constraints.
Date: 2018-03-27 16:14:16
Message-ID: a9d92a97-910a-27bb-53d3-624c405d10b1@yewtc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 27/03/18 15:44, Paul Jungwirth wrote:
>           SELECT  c.conname,
>  ...
This just does a variation on select * from
information_schema.check_constraints, and has the same issue, that is the the
returned value for the constraint is not what I give when I create it - but
some 'normalised' version of it.

Steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message hmidi slim 2018-03-27 17:04:55 Re: Proposition for better performance
Previous Message Adrian Klaver 2018-03-27 16:01:05 Re: Problem with postgreSQL