Re: pg_get_tabledef

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: usama(dot)munir(at)enterprisedb(dot)com
Cc: Naz Gassiep <naz(at)mira(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_get_tabledef
Date: 2007-05-21 18:45:55
Message-ID: 4651E8E3.5020507@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-05-21 18:59:36 Re: COPY into a view; help w. design & patch
Previous Message Usama Munir 2007-05-21 18:37:23 Re: pg_get_tabledef