Skip to content

v1.33.8

Compare
Choose a tag to compare
@sabracrolleton sabracrolleton released this 14 Feb 07:26
· 66 commits to master since this release
4b895e2

Minor bugfixes.

Dollar Quoted tags are allowed in sql files to be executed. Prior to Postmodern version 1.33.8 there was an undocumented (except in source code) limitation in that only alphabetic characters were allowed in tags.
Postgresql documentation and industry practice allow any character to be in a dollar quoted tag. Postmodern version 1.33.8 relaxes the alphabetic character requirement. The only limitation now is that digit characters cannot be in the first position in a tag.

This version also fixes a bug in the postmodern function drop-role. Previously if a role owned objects in multiple databases, the drop-role function tried to drop the role before all owned objects were reassigned owners.