Re: [DOCS] instr

2017-09-19 Thread Euler Taveira
2017-09-13 10:46 GMT-03:00 : > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.1/static/queries-with.html > Description: > > Na documentação mostra uma migração do oracle para o postgresql no qual > utliza a função nativa "instr". Na

[DOCS] instr

2017-09-14 Thread aline . sca
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.1/static/queries-with.html Description: Na documentação mostra uma migração do oracle para o postgresql no qual utliza a função nativa "instr". Na documentação mostra que esta função existe

Re: [DOCS] instr function with negative parameter

2017-02-02 Thread Peter Eisentraut
On 1/17/17 3:49 PM, mmalorod...@usgs.gov wrote: > 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

[DOCS] instr function with negative parameter

2017-01-17 Thread mmalorodova
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('01101001001','1',-1) from dual -- Sent