fergusstrange / embedded-postgres

Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test
MIT License
851 stars 89 forks source link

make encoding configurable in initdb #133

Closed zzzFelix closed 5 months ago

zzzFelix commented 8 months ago

I'd like to be able to configure the character set/encoding on a cluster level.

Is this a feature that's wanted?

If so, I'd look into error handling and write some tests.

https://github.com/fergusstrange/embedded-postgres/issues/74

fergusstrange commented 8 months ago

Absolutely. Please go ahead!

zzzFelix commented 8 months ago

all done :) @fergusstrange

fergusstrange commented 5 months ago

v1.27.0 @zzzFelix

zzzFelix commented 5 months ago

Awesome, thank you! 🙌