Re: pg_get_tabledef - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: pg_get_tabledef
Date
Msg-id 4651E8E3.5020507@dunslane.net
Whole thread Raw
In response to Re: pg_get_tabledef  ("Usama Munir" <usama.munir@enterprisedb.com>)
List pgsql-hackers

Usama Munir wrote:
> Got it. Thanks for the clarification , i suppose the way you described 
> it , it  needs to go over libpq for the database interface, not the 
> HeapTuple  / Form_pg_* ,  way.
>
>

Yes, for many reasons including those mentioned in Tom's email on this 
subject today.

cheers

andrew


pgsql-hackers by date:

Previous
From: "Usama Munir"
Date:
Subject: Re: pg_get_tabledef
Next
From: Tom Lane
Date:
Subject: Re: COPY into a view; help w. design & patch