Re: pg_get_domaindef()

From: Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr>
To: FAST PostgreSQL <fastpgs(at)fast(dot)fujitsu(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_get_domaindef()
Date: 2006-10-26 14:27:54
Message-ID: 20061026142754.GB1377@alamut
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 domain_in() in
backend/utils/adt/domains.c)

Regards.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Sullivan 2006-10-26 14:45:46 Re: Replication documentation addition
Previous Message Zdenek Kotala 2006-10-26 14:11:27 Re: [HACKERS] COPY does not work with regproc and aclitem