jrgemignani commented on issue #1260:
URL: https://github.com/apache/age/issues/1260#issuecomment-1762030290
@I33Buckler There is a global variable that can change this behavior -
```
if (quote_all_identifiers)
safe = false;
```
```
/* Globals exported by this file */
int quote_all_identifiers = 0;
```
See the following for more information -
[https://www.postgresql.org/docs/current/runtime-config-compatible.html](https://www.postgresql.org/docs/current/runtime-config-compatible.html)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]