Hi. thanks for your useful package.
I want to move my database of MSSQL to postgresql. I use pgloader ms.load command
every thing is ok. but pgloader change all my database name to lowercase and I do not want this .
I search and say use quote identifiers to prevent lowercase. but this option add addition double quotes to my name and I get error . for example :
UNDEFINED-COLUMN: Database error 42703: column ""ID"" of relation "TNewPolicyMainTable" does not exist
how can disable convert to lowercase without adding double quotes?
I realy stpped on it . thanks in advance for you attention.
Hi. thanks for your useful package.
I want to move my database of MSSQL to postgresql. I use pgloader ms.load command
every thing is ok. but pgloader change all my database name to lowercase and I do not want this .
I search and say use quote identifiers to prevent lowercase. but this option add addition double quotes to my name and I get error . for example :
UNDEFINED-COLUMN: Database error 42703: column ""ID"" of relation "TNewPolicyMainTable" does not exist
how can disable convert to lowercase without adding double quotes?
I realy stpped on it . thanks in advance for you attention.