On 19 Aug 2019, at 15:16, Roman Pekar wrote:Hi, John,I think you've outlined the problem and possible solutions quite well. It's great to see that the goal might be not that far from implementing.
Thanks for the prompt, Roman. I meant to have a bit of a play, and your message
Hi, John,
I think you've outlined the problem and possible solutions quite well. It's
great to see that the goal might be not that far from implementing.
Hi Roman, Pavel,
I was interested in this post, as it’s a topic I’ve stumbled upon in the past.
There are two topics at play here:
1. The ability to flexibly craft queries from procedural language functions
2. Support for pipelined access to SETOF/TABLEs from procedural language
functions
Po
Hi
po 8. 7. 2019 v 9:33 odesílatel Roman Pekar napsal:
> Hi,
>
> what do you think about this idea in general? If you don't have to think
> about implementation for now? From my point of view writing Sql queries is
> very close to how functional language work if you treat "select" queries as
> f
Hi,
what do you think about this idea in general? If you don't have to think
about implementation for now? From my point of view writing Sql queries is
very close to how functional language work if you treat "select" queries as
functions without side-effects, and having query being first-class-cit
Hi,
Yes, I'm thinking about 'query like a view', 'query like a cursor' is
probably possible even now in ms sql server (not sure about postgresql),
but it requires this paradygm shift from set-based thinking to row-by-row
thinking which I'd not want to do.
I completely agree with your points of p
Hi
ne 7. 7. 2019 v 14:54 odesílatel Roman Pekar napsal:
> Hello,
>
> Just a bit of background - I currently work as a full-time db developer,
> mostly with Ms Sql server but I like Postgres a lot, especially because I
> really program in sql all the time and type system / plpgsql language of
> P
Hello,
Just a bit of background - I currently work as a full-time db developer,
mostly with Ms Sql server but I like Postgres a lot, especially because I
really program in sql all the time and type system / plpgsql language of
Postgres seems to me more suitable for actual programming then t-sql.