parameters - Search results

2023-03-27 00:37:59 | Re: How to get column, table or parameter name reporting when violating DOMAIN type constraint (Valerio Battaglia)

parameter" for domain my_domain violates check constraint "value_min" SELECT (-1)::my_domain; -- ERROR

2023-03-26 16:00:05 | Re: How to get column, table or parameter name reporting when violating DOMAIN type constraint (Tom Lane)

"David G. Johnston" writes: The OP is asking for action-at-a-distance. There

2023-03-26 15:36:58 | Re: How to get column, table or parameter name reporting when violating DOMAIN type constraint (David G. Johnston)

On Sunday, March 26, 2023, Tom Lane wrote: I disagree that the mental model

2023-03-26 15:26:23 | Re: How to get column, table or parameter name reporting when violating DOMAIN type constraint (Tom Lane)

"David G. Johnston" writes: More to the point, you have the wrong mental model

2023-03-26 15:13:50 | Re: How to get column, table or parameter name reporting when violating DOMAIN type constraint (David G. Johnston)

On Sunday, March 26, 2023, Valerio Battaglia wrote: What you see is what you

2023-03-26 10:54:18 | How to get column, table or parameter name reporting when violating DOMAIN type constraint (Valerio Battaglia)

parameter my_domain, second_parameter my_domain) RETURNS void AS $$BEGIN INSERT INTO my_table