This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Diagnostic tool for testing PostgreSQL ODBC InfoMessage behavior. | |
| .DESCRIPTION | |
| Runs a small SQL script with 5 RAISE NOTICE statements and logs | |
| every InfoMessage event to help diagnose duplicate/cumulative | |
| message behavior in the PostgreSQL ODBC driver. | |
| Three handler variants are tested in sequence: |