Re: Converting to identity columns with domains on PK columns

From: PegoraroF10 <marcos(at)f10(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Converting to identity columns with domains on PK columns
Date: 2019-07-05 20:49:57
Message-ID: 1562359797649-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Lewis 2019-07-05 20:55:04 Re: Partitioning an existing table - pg10.6
Previous Message legrand legrand 2019-07-05 20:22:42 Re: Partitioning an existing table - pg10.6