Re: Converting to identity columns with domains on PK columns - Mailing list pgsql-general

From PegoraroF10
Subject Re: Converting to identity columns with domains on PK columns
Date
Msg-id 1562359797649-0.post@n3.nabble.com
Whole thread Raw
In response to Re: Converting to identity columns with domains on PK columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Converting to identity columns with domains on PK columns  (Adrian Klaver <adrian.klaver@aklaver.com>)
List 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 by date:

Previous
From: legrand legrand
Date:
Subject: Re: Partitioning an existing table - pg10.6
Next
From: Michael Lewis
Date:
Subject: Re: Partitioning an existing table - pg10.6