Re: [GENERAL] Dynamic SQL - transition from ms to pg

2014-01-06 Thread Erik Darling
Thank you Pavel. That's exactly what I needed to get started. On Jan 6, 2014 3:25 AM, "Pavel Stehule" wrote: > Hello > > > > 2014/1/6 Erik Darling > >> Hi, >> >> I've been developing for MS SQL around four years. I'm starting out with >> some work in Postgresql next week, and I'd like to know i

Re: [GENERAL] Dynamic SQL - transition from ms to pg

2014-01-06 Thread Pavel Stehule
Hello 2014/1/6 Erik Darling > Hi, > > I've been developing for MS SQL around four years. I'm starting out with > some work in Postgresql next week, and I'd like to know if there's any > equivalent way to do something like this (from my word press) > > http://sqldriver.wordpress.com/2013/12/09/

Re: [GENERAL] Dynamic SQL - transition from ms to pg

2014-01-05 Thread Michael Paquier
On Mon, Jan 6, 2014 at 2:13 PM, Erik Darling wrote: > Hi, > > I've been developing for MS SQL around four years. I'm starting out with > some work in Postgresql next week, and I'd like to know if there's any > equivalent way to do something like this (from my word press) > > http://sqldriver.word

[GENERAL] Dynamic SQL - transition from ms to pg

2014-01-05 Thread Erik Darling
Hi, I've been developing for MS SQL around four years. I'm starting out with some work in Postgresql next week, and I'd like to know if there's any equivalent way to do something like this (from my word press) http://sqldriver.wordpress.com/2013/12/09/generating-inserts-dynamically/ My question