Gilles Darold

Results 346 comments of Gilles Darold

Sorry Eric, I had not well understood the problem. Commit 9c152cc might be the right fix.

Yes Ora2Pg do not convert dynamic code, this is in my todo list.

1) See "4.1.2.2. String Constants with C-Style Escapes" in if you are exporting https://www.postgresql.org/docs/13/sql-syntax-lexical.html 2) not supported yet, this is a feature request.

Multiline insert won't be implemented, use COPY.

I think the easiest way to do that is to add a configuration directive, for example: REPLACE_DOLLAR_SIGN, that can be set to an alternate character (I vote for underscore). When...

Commit e927080 fixes this issue, there is no replacement of the dollar sign, the name of the object is quoted.

No way for the moment, actually this is pretty difficult to achieve without breaking lot of other formatting.