[DOCS] instr function with negative parameter - Mailing list pgsql-docs

From mmalorodova@usgs.gov
Subject [DOCS] instr function with negative parameter
Date
Msg-id 20170117204926.1434.1030@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] instr function with negative parameter  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List 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

pgsql-docs by date:

Previous
From: Ankit Sablok
Date:
Subject: [DOCS] How to build PL/Perl against a pre-existing PostgreSQL installation
Next
From: mmalorodova@usgs.gov
Date:
Subject: [DOCS] ST_AsLatLonText bug