Skip to content
Snippets Groups Projects
  • Robert Haas's avatar
    d6e503a4
    Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely. · d6e503a4
    Robert Haas authored
    The previous code failed to quote in many cases where quoting was necessary -
    YAML has loads of special characters, including -:[]{},"'|*& - so quote much
    more aggressively, and only refrain from quoting things where it seems fairly
    clear that it isn't necessary.
    
    Per report from Dean Rasheed.
    d6e503a4
    History
    Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.
    Robert Haas authored
    The previous code failed to quote in many cases where quoting was necessary -
    YAML has loads of special characters, including -:[]{},"'|*& - so quote much
    more aggressively, and only refrain from quoting things where it seems fairly
    clear that it isn't necessary.
    
    Per report from Dean Rasheed.