-
- To resolve charset conflict error between utf8 and WIN1252, do the following before any further command are issued in PSQL:
SET CLIENT_ENCODING TO 'utf8';
- A varchar comparison uses single quotes. Double quotes will give error saying that it doesn’t exist.
- Single quotes must surround a PHP timestamp in a insert statement.
- To resolve charset conflict error between utf8 and WIN1252, do the following before any further command are issued in PSQL: