Re: MATCH PARTIAL

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "mascarm(at)mascari(dot)com" <mascarm(at)mascari(dot)com>
Cc: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: MATCH PARTIAL
Date: 2001-02-16 14:42:31
Message-ID: 200102161442.JAA11682@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

No. In parser/gram.y I see:

| MATCH PARTIAL
{
elog(ERROR, "FOREIGN KEY/MATCH PARTIAL not yet implemented");
$$ = "PARTIAL";
}

> MATCH PARTIAL isn't in 7.1. Is it?
>
> Mike Mascari
> mascarm(at)mascari(dot)com
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-02-16 16:07:10 Re: Re: Kernel panic error
Previous Message Mike Mascari 2001-02-16 14:29:02 MATCH PARTIAL