Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

æøå in table names handled poorly #3

Open
atombrella opened this issue Mar 18, 2021 · 1 comment
Open

æøå in table names handled poorly #3

atombrella opened this issue Mar 18, 2021 · 1 comment

Comments

@atombrella
Copy link

postgres_1            | 
postgres_1            | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1            | 
postgres_1            | LOG:  database system was shut down at 2021-03-15 22:00:38 UTC
postgres_1            | LOG:  MultiXact member wraparound protections are now enabled
postgres_1            | LOG:  autovacuum launcher started
postgres_1            | LOG:  database system is ready to accept connections
postgres_1            | ERROR:  relation "afstemningsomr?de" does not exist at character 29
postgres_1            | STATEMENT:  select EXISTS(SELECT * from afstemningsomr?de) as has_content
postgres_1            | ERROR:  relation "afstemningsomr?detilknytning" does not exist at character 29
postgres_1            | STATEMENT:  select EXISTS(SELECT * from afstemningsomr?detilknytning) as has_content

With the code that's in master

@TheDukeDK
Copy link
Owner

We probably need to regenerate the schema and config. And then split the config again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants