mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 00:03:09 -04:00
This add a new pgp_armor_headers function to extract armor headers from an ASCII-armored blob, and a new overloaded variant of the armor function, for constructing an ASCII-armor with extra headers. Marko Tiikkaja and me.