Raw constraint & pg_relcheck.rcsrc - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Raw constraint & pg_relcheck.rcsrc
Date
Msg-id 000f01bffd04$ef9fff80$2801007e@tpf.co.jp
Whole thread Raw
Responses Re: Raw constraint & pg_relcheck.rcsrc
List pgsql-hackers
Hi all,

I have a question.
As far as I see,constraints are stored into PG database ordinarily
as follows.
 1) RelationAddRawConstraints() converts each raw constaint     to bin form. 2) StoreRelCheck() converts the bin form
tosrc form and store     them into pg_relcheck tuples.
 

Is pg_relcheck.rcsrc equivalent to the original raw constraint ?

Regards.

Hiroshi Inoue
Inoue@tpf.co.jp


pgsql-hackers by date:

Previous
From: Thomas Swan
Date:
Subject: Re: random() function produces wrong range
Next
From: Tom Lane
Date:
Subject: Re: Raw constraint & pg_relcheck.rcsrc