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
CREATE DATABASE: make LOCALE apply to all collation providers.
For CREATE DATABASE, make LOCALE parameter apply regardless of theprovider used. Also affects initdb and createdb --locale arguments.Previously, LOCALE (and --locale) only affected the database defaultcollation when using the libc provider.Discussion:https://postgr.es/m/1a63084d-221e-4075-619e-6b3e590f673e@enterprisedb.comReviewed-by: Peter Eisentraut
qr/^createdb: error: database creation failed: ERROR: invalid locale name|^createdb: error: database creation failed: ERROR: new collation\(foo'; SELECT '1\) is incompatible with the collation of the template database/s
149
+
qr/^createdb: error: database creation failed: ERROR: invalidLC_COLLATElocale name|^createdb: error: database creation failed: ERROR: new collation\(foo'; SELECT '1\) is incompatible with the collation of the template database/s
qr/^createdb: error: database creation failed: ERROR: invalid locale name|^createdb: error: database creation failed: ERROR: new LC_CTYPE\(foo'; SELECT '1\) is incompatible with the LC_CTYPE of the template database/s
157
+
qr/^createdb: error: database creation failed: ERROR: invalidLC_CTYPElocale name|^createdb: error: database creation failed: ERROR: new LC_CTYPE\(foo'; SELECT '1\) is incompatible with the LC_CTYPE of the template database/s