PostgreSQL 18 #766
Answered
by
tdrz
mindplay-dk
asked this question in
Q&A
PostgreSQL 18
#766
-
|
PostgreSQL 18 sounds amazing! https://www.youtube.com/watch?v=yIaE9lONIVI Will this library be upgraded to PostgreSQL 18? Will the performance benefits transfer to PGLite, or do they only affect threaded environments? |
Beta Was this translation helpful? Give feedback.
Answered by
tdrz
Nov 23, 2025
Replies: 2 comments 6 replies
-
|
Do you know if it already has support for version 18 or not yet? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Version 18 is not supported yet. The easiest way to test this is to go to our online REPL and run a |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
mindplay-dk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 18 is not supported yet. The easiest way to test this is to go to our online REPL and run a
SELECT version();.