-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
postgresql 16 release #295
Conversation
Can we get it for the current database instead of the global DB? |
Why is this not in 5.0.2? |
@teoberi It would help maybe if you would test the changes and leave a comment here about the result. |
I thought it was quite clear when I asked why it is not in 5.0.2 because since that version I use the solution here and everything is OK. The only problem is that I have to apply the changes manually after each version update. |
@alikon What Harald means is if there is a way go get the current database default collation instead of the global variable which was removed. Do you know if there is a way to get that? Or shall I try to find out? |
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=b0f6c437160db640d4ea3e49398ebc3ba39d1982
|
@alikon I've just tried the following SQL statement from the page linked in @teoberi 's comment on a PostgreSQL 14.12 where
The result Could you change this PR here so it uses that statement on PostgreSQL >= 16 instead of returning false? P.S.: When using the following statement you get the same column name in the result:
So the following code should work:
|
thanks @teoberi & @richard67 |
It works now. |
https://ci.joomla.org/joomla-framework/database/1616/1/3 |
|
I hope that the Pull request will be accepted now and I will get rid of the manual changes. |
@teoberi Unfortunately it will be a bit too late for the upcoming 4.4.7 and 5.1.3 releases, which will be released tomorrow, but it will very likely be in the Joomla 5 release after that, which will be 5.2.0 in October. |
I have tested this and it works as expected |
No, not even in 5.2.0! |
Pull Request for Issue (joomla/joomla-cms#42335)
Summary of Changes
as per https://www.postgresql.org/docs/current/release-16.html
Remove read-only server variables lc_collate and lc_ctype
Testing Instructions
with Postgres 16
Go to admin area.
Try to show system info
Documentation Changes Required