Re: Patch - Re: [HACKERS] view vs. inheritance hierarchy

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Karel Zak - Zakkr <zakkr(at)zf(dot)jcu(dot)cz>
Cc: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Patch - Re: [HACKERS] view vs. inheritance hierarchy
Date: 1999-11-01 14:52:32
Message-ID: 1469.941467952@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Karel Zak - Zakkr <zakkr(at)zf(dot)jcu(dot)cz> writes:
> *** ruleutils.c.org Mon Sep 6 00:55:28 1999
> --- ruleutils.c Mon Nov 1 09:26:03 1999
> ***************
> *** 969,972 ****
> --- 969,974 ----
> strcat(buf, rte->relname);
> strcat(buf, "\"");
> + if (rte->inh)
> + strcat(buf, "*");
> if (strcmp(rte->relname, rte->refname) != 0)
> {

I applied this part --- I don't think adding a second '*' after the
refname is correct.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrij Korud 1999-11-01 15:09:15 Whos idea was this
Previous Message D'Arcy J.M. Cain 1999-11-01 11:55:16 Re: [HACKERS] Trigger aborted on error