Re: Using types in an inappropriate way causes crash of backend

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Using types in an inappropriate way causes crash of backend
Дата
Msg-id 14216.984676052@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Using types in an inappropriate way causes crash of backend  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> create type f (input = int4in, output=int4out, internallength=4);

You forgot to specify PASSEDBYVALUE.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Using types in an inappropriate way causes crash of backend
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Problem with JDBC Driver / Statement.executeQuery()