Re: syntax error with v12

2019-10-10 Thread Félix GERZAGUET
Hi, On Thu, Oct 10, 2019 at 2:51 PM Ivan Kabaivanov wrote: > psql:/usr/share/ovirt-engine-dwh/dbscripts/create_tables.sql:7: ERROR: > syntax error at or near "OIDS" > LINE 7: ) WITH OIDS; > Indeed, OID were removed from 12 release as described in: https://www.postgresql.org/docs/release/12.0/

Re: execute block like Firebird does

2018-05-30 Thread Félix GERZAGUET
Hello, On Wed, May 30, 2018 at 2:50 PM, PegoraroF10 wrote: > How to send a script to server and return one or more values from that > execution ? > > You´ll probably answer me that I could solve that with a function. But > suppose those executions are dynamic, depends on businness rules or any >

Re: Application Dependency/Limitations of Postgres Version Upgrade

2018-03-10 Thread Félix GERZAGUET
On Sat, Mar 10, 2018 at 3:50 PM, Adrian Klaver wrote: > On 03/09/2018 10:49 PM, amitabh kumar wrote: > >> We have multiple servers with PG versions in 8.4, 9.2, 9.3, 9.4 and 9.5, >> that we want to upgrade to 9.6. We want to be sure that all applications >> will run smoothly after upgrade. >> > >