instr function with negative parameter

From: mmalorodova(at)usgs(dot)gov
To: pgsql-docs(at)postgresql(dot)org
Subject: instr function with negative parameter
Date: 2017-01-17 20:49:26
Message-ID: 20170117204926.1434.1030@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.4/static/plpgsql-porting.html
Description:

instr function with negative parameter does not return the same result as in
Oracle
Ex:
select instr('010000101001001','1',-1) from dual

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message mmalorodova 2017-01-17 20:57:45 ST_AsLatLonText bug
Previous Message Ankit Sablok 2017-01-14 01:01:21 How to build PL/Perl against a pre-existing PostgreSQL installation