Rodolphe Quiédeville

Results 32 comments of Rodolphe Quiédeville

yes sure, I'll work on it for the 0.99 version !

Actually `trigger_is` is defined as is : ``` SELECT trigger_is( :schema, :table, :trigger, :func_schema, :function, :description ); SELECT trigger_is( :schema, :table, :trigger, :func_schema, :function ); SELECT trigger_is( :table, :trigger, :function,...

I'll have a look at your function, as your code is under MIT License too it's possible to use it in pgtap, it's better to keep pgtap with less dependencies...

When create some constraint we set them as `NOT VALID` and after we validate them with `ALTER TABLE ... VALIDATE CONSTRAINT` So we need a test to check if the...

I'll prepare a PR for this, have you already plan a date for the 0.97 ?

Perfect, so I'll do my PR to be included in a 0.98 or later.

Constraint validation is available since PG 9.1, @theory do we still need to support older version or not ?

Started to work on this issue, will open a PR soon. FYI `col_type_is()` already support this behaviour

Found the same bug, and happy to see someone done a PR already thanks @zebuline