Re: Small fix for _copySetConstraintsStmt

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fernando Nasser <fnasser(at)redhat(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Small fix for _copySetConstraintsStmt
Date: 2002-03-08 04:46:25
Message-ID: 5583.1015562785@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Fernando Nasser <fnasser(at)redhat(dot)com> writes:
> Field is a list of strings, not nodes.

I fixed this by fixing the representation of ConstraintsSetStmt.
copyfuncs.c does not need to change.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-03-08 04:51:52 Index USING in pg_dump
Previous Message Tom Lane 2002-03-08 04:45:15 Re: Small fix for _copyGrantStmt