When I copy only a field with double quotes, the double quotes will be removed automatically, but as you know, PostgreSQL needs double quotes if the field begins with upper case.
for example, "Product_id" after copy and paste, will only Product_id left.
but if I copy and paste count(distinct "Product_ID"), the double quotes will be remained.