BUG #16436: Functions with input parameter table type failing from application

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: banaspandana4(at)gmail(dot)com
Subject: BUG #16436: Functions with input parameter table type failing from application
Date: 2020-05-14 05:38:53
Message-ID: 16436-4b7acb12751e1871@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16436
Logged by: spandana reddy
Email address: banaspandana4(at)gmail(dot)com
PostgreSQL version: 10.10
Operating system: Windows 10 Enterprise
Description:

Hi Team,

Functions with input parameter as table type are getting failed from
application where as working fine in PostgreSQL. We are facing the below
error on one of our Client DB. After taking backup and restoring again
resolved the issue but while creating new DB with existing DB as template
has the same issue.
Can you please help here ?

Error:
Message - 42804: wrong data type: 1043, expected 2950;
42804: wrong data type: 1043, expected 2950

Thanks !!

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Konstantin Davydenka 2020-05-14 08:13:11 Re:BUG #16434: some data lost
Previous Message David G. Johnston 2020-05-13 21:17:23 Re: BUG #16435: regexp_split_to_table different behavior in 9.2 and 12.2