This file contains 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
SET SESSION default_with_oids = on; | |
SET client_min_messages=error; | |
SET lc_messages to 'en_US.UTF-8'; | |
SET enable_mergejoin = off; | |
show standard_conforming_strings; |