RE: Big Performance drop of Exceptions in UDFs between V11.2 and 13.4

2021-08-30 Thread Michel SALAIS
-Message d'origine- De : l...@laurent-hasson.com Envoyé : mardi 31 août 2021 04:18 À : l...@laurent-hasson.com; Julien Rouhaud Cc : Tom Lane ; Ranier Vilela ; Andrew Dunstan ; Justin Pryzby ; pgsql-performa...@postgresql.org Objet : RE: Big Performance drop of Exceptions in UDFs betwee

RE: Big Performance drop of Exceptions in UDFs between V11.2 and 13.4

2021-08-30 Thread l...@laurent-hasson.com
> I see on https://www.postgresql.org/download/ that there is a different > installer from 2ndQuadrant. I am going to try that one and see what I > come up with. Are there any other "standard" distros of Postgres that I > could try out? > > I found out I could download Vis

Re: pg_restore schema dump to schema with different name

2021-08-30 Thread Nagaraj Raj
I agree with that.But, probably its good idea to add this feature as many people are migrating from oracle to postgres. clone/restore schemas to existing cluster for any test cases like sandbox schema, temp schema as live backup schema etc.  Thanks,Rj On Tuesday, August 24, 2021, 07:56:20 A

RE: Big Performance drop of Exceptions in UDFs between V11.2 and 13.4

2021-08-30 Thread l...@laurent-hasson.com
> I tried this scenario using edb's 13.3 x64 install: > > postgres=# select version(); >version > > PostgreSQL 13.3, compiled by Visual C++ build 1914, 64-bit > (1 row) > >