haskellari / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
88 stars 46 forks source link

Move returning functions into their own section in export list #131

Open fehrenbach opened 10 months ago

fehrenbach commented 10 months ago

For some reason the returning functions are currently at the ends of the streaming sections. As far as I can tell they do not stream results. This PR moves them to their own section with the section name cribbed from the overview.