Re: SQL/MED - core functionality

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: SQL/MED - core functionality
Дата
Msg-id 4D19B4ED.1070502@enterprisedb.com
обсуждение исходный текст
Ответ на Re: SQL/MED - core functionality  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: SQL/MED - core functionality  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 28.12.2010 05:16, Robert Haas wrote:
> I'd appreciate some review of what's attached, even though it's not
> totally final yet.

This construct doesn't translate well:

> +        appendStringInfo(&allowed, "table%s%s%s",
> +            allowView ? " or view" : "",
> +            allowType ? " or composite type" : "",
> +            allowForeignTable ? " or foreign table" : "");

Typo here:

> @@ -6883,7 +6962,7 @@ ATExecChangeOwner(Oid relationOid, Oid newOwnerId, bool recursing, LOCKMODE lock
>          default:
>              ereport(ERROR,
>                      (errcode(ERRCODE_WRONG_OBJECT_TYPE),
> -                     errmsg("\"%s\" is not a table, view, or sequence",
> +                     errmsg("\"%s\" is not a table, view, sequence, or foreign tabl, or foreign tablee",
>                              NameStr(tuple_class->relname))));
>      }
>

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: SQL/MED - core functionality
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: Re: SQL/MED - core functionality