Re: Patch - Re: [HACKERS] view vs. inheritance hierarchy - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Patch - Re: [HACKERS] view vs. inheritance hierarchy
Date
Msg-id 1469.941467952@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch - Re: [HACKERS] view vs. inheritance hierarchy  (Karel Zak - Zakkr <zakkr@zf.jcu.cz>)
List pgsql-hackers
Karel Zak - Zakkr <zakkr@zf.jcu.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


pgsql-hackers by date:

Previous
From: "D'Arcy" "J.M." Cain
Date:
Subject: Re: [HACKERS] Trigger aborted on error
Next
From: "Andrij Korud"
Date:
Subject: Whos idea was this