BUG #15569: decode function is not correclty working in 10.6

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: binduharikrishnanv(at)gmail(dot)com
Subject: BUG #15569: decode function is not correclty working in 10.6
Date: 2018-12-31 03:29:30
Message-ID: 15569-e040513fbbdecb8f@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: 15569
Logged by: Bindu Harikrishnan
Email address: binduharikrishnanv(at)gmail(dot)com
PostgreSQL version: 10.6
Operating system: Ubuntu
Description:

Sir
I was using postgres 9.4 version. Currenly I chnaged to version 10.6. I
stored image as bytea datatype . For this purpose I used
decode('','base64') while insert an image into a table. This code is
working in version 9.4. But when I used the same function in version 10.6 it
return different result. Kindly please help me to over come this issue

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2018-12-31 15:36:06 Re: BUG #15569: decode function is not correclty working in 10.6
Previous Message lichuancheng@highgo.com 2018-12-29 05:08:18 Re: Re: BUG #15567: Wal receiver process restart failed when a damaged wal record arrived at standby.