You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing psql -f country.postgresql.sql does not work because of the way "People's Democratic Republic of Yemen" is escaped. The escape sequence should be doubling the single-quote character ''.
I wonder if this is expected, just thought I'd let you know.
Thanks!
Cam
The text was updated successfully, but these errors were encountered:
Actually, the whole thing is much better done in one table... umprisky.country_codes(locale, abbreviation, expanded_name).. and so on, I'd rather one file, and get everything in a sane prebuilt setup
Hello,
I am using the
country.postgresql.sql
file located at https://raw.githubusercontent.com/umpirsky/country-list/master/country/cldr/en/country.postgresql.sql.Doing
psql -f country.postgresql.sql
does not work because of the way "People's Democratic Republic of Yemen" is escaped. The escape sequence should be doubling the single-quote character''
.I wonder if this is expected, just thought I'd let you know.
Thanks!
Cam
The text was updated successfully, but these errors were encountered: