Re: MATCH PARTIAL - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: MATCH PARTIAL
Date
Msg-id 200102161442.JAA11682@candle.pha.pa.us
Whole thread Raw
In response to MATCH PARTIAL  (Mike Mascari <mascarm@mascari.com>)
List 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@mascari.com
> 
> 


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


pgsql-hackers by date:

Previous
From: Mike Mascari
Date:
Subject: MATCH PARTIAL
Next
From: Bruce Momjian
Date:
Subject: Re: [ADMIN] Re: Kernel panic error