Re: Converting to identity columns with domains on PK columns

Поиск
Список
Период
Сортировка
От PegoraroF10
Тема Re: Converting to identity columns with domains on PK columns
Дата
Msg-id 1562359797649-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: Converting to identity columns with domains on PK columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Converting to identity columns with domains on PK columns  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Sorry, the example I was thinking was this one, which works on Firebird,
using its way of writing, obviously.

create function myproc(id integer) returns I32 language sql as 'select $1';

On postgres ERROR: return type mismatch in function declared to return i32

What I mean is that Firebird sees I32 and integer as the same, Postgres
doesn´t.



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html



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

Предыдущее
От: legrand legrand
Дата:
Сообщение: Re: Partitioning an existing table - pg10.6
Следующее
От: Michael Lewis
Дата:
Сообщение: Re: Partitioning an existing table - pg10.6