Re: [GENERAL] Return dynamic columns of a temporary table

2012-10-04 Thread Pavel Stehule
Hello 2012/10/4 clear chan : > Hi, i am new to postresql and have been trying to convert some of our mssql > procedures into postresql functions. What i have been trying to do is to > somehow return a temporary table with dynamic columns. Is it possible? > it is possible, but usually it is not, w

[GENERAL] Return dynamic columns of a temporary table

2012-10-04 Thread clear chan
Hi, i am new to postresql and have been trying to convert some of our mssql procedures into postresql functions. What i have been trying to do is to somehow return a temporary table with dynamic columns. Is it possible?