Re: [HACKERS] pg_get_domaindef()

2006-10-26 Thread Volkan YAZICI
On Oct 26 05:27, Volkan YAZICI wrote: > On Oct 26 03:33, FAST PostgreSQL wrote: > > I couldn't find the CONSTRAINT name ('testconstraint' in this case) being > > stored in the system catalog. Any idea where I can find it? > > AFAIK, it is passed to the related procedure via a DomainIOData struct

Re: [HACKERS] pg_get_domaindef()

2006-10-26 Thread Volkan YAZICI
On Oct 26 03:33, FAST PostgreSQL wrote: > I couldn't find the CONSTRAINT name ('testconstraint' in this case) being > stored in the system catalog. Any idea where I can find it? AFAIK, it is passed to the related procedure via a DomainIOData struct that fcinfo->flinfo->fn_extra points to. (See do