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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patch - Re: [HACKERS] view vs. inheritance hierarchy
Дата
Msg-id 1469.941467952@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patch - Re: [HACKERS] view vs. inheritance hierarchy  (Karel Zak - Zakkr <zakkr@zf.jcu.cz>)
Список 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 по дате отправления: