Re: Get Columns from Plan

2018-07-22 Thread Tom Lane
Ed Behn writes: > I'm tinkering with the idea of creating a Procedural Language plugin for > Haskell. As such I'm reading up on the SPI and prepared statements. The > idea is that a statement will be prepared at compile time and executed at > run-time. Therefore, I want to be able to determine the

Re: Get Columns from Plan

2018-07-22 Thread Isaac Morland
On 22 July 2018 at 21:56, Ed Behn wrote: > I'm tinkering with the idea of creating a Procedural Language plugin for > Haskell. As such I'm reading up on the SPI and prepared statements. The > idea is that a statement will be prepared at compile time and executed at > run-time. Therefore, I want t

Get Columns from Plan

2018-07-22 Thread Ed Behn
I'm tinkering with the idea of creating a Procedural Language plugin for Haskell. As such I'm reading up on the SPI and prepared statements. The idea is that a statement will be prepared at compile time and executed at run-time. Therefore, I want to be able to determine the columns (names and types