Re: SQL SERVER migration to PostgreSql

2019-11-08 Thread SERHAD ERDEM
___ From: İlyas Derse Sent: Thursday, November 7, 2019 1:28 PM To: pgsql-general@lists.postgresql.org Subject: SQL SERVER migration to PostgreSql I'm trying to migration to PostgreSql from SQL Server. I have Stored Procedures what have output parameters and returning tables.But

Re: SQL SERVER migration to PostgreSql

2019-11-07 Thread Thomas Kellerer
İlyas Derse schrieb am 07.11.2019 um 14:28: > I'm trying to migration to PostgreSql from SQL Server. I have Stored > Procedures what have output parameters and returning tables.But you > know what, we can not returning tables in stored procedures in > PostgreSql and we can not use output parameters

Re: SQL SERVER migration to PostgreSql

2019-11-07 Thread Adrian Klaver
On 11/7/19 5:28 AM, İlyas Derse wrote: I'm trying to migration to PostgreSql from SQL Server. I have Stored Procedures what have output parameters and returning tables.But you know what, we can not returning tables in stored procedures in PostgreSql and we can not use output parameters in funct

SQL SERVER migration to PostgreSql

2019-11-07 Thread İlyas Derse
I'm trying to migration to PostgreSql from SQL Server. I have Stored Procedures what have output parameters and returning tables.But you know what, we can not returning tables in stored procedures in PostgreSql and we can not use output parameters in functions in PostgreSql. So i did not find to s