Just curious, is there a big focus on keeping supabase's postgesql version concurrent with the latest stable release of postgresql, or are we going to be working with v13.3 for a while?
j
jaitaiwan
05/21/2022, 12:16 AM
@Jingly I'm running 14.1 in my supabase project. Are you self hosting?
jaitaiwan
05/21/2022, 12:17 AM
I'm running 14.1 in the hosted supabase... are you self hosting?
j
Jingly
05/21/2022, 12:20 AM
No I'm not, I just was trying to figure out what version and came across a blog post about an update to 13.3 and that's the last one that I've found
j
jaitaiwan
05/21/2022, 12:31 AM
Ahh ok. You should find that the latest version is 14.1. In the sql editor you can run
select version();
j
Jingly
05/21/2022, 12:40 AM
Okay thank you! I entirely forget I could do that. I was also asking because there seems to be interesting improvements in the current v15 beta, and was wondering how long after a stable version of 15 is released that supabase would migrate to it
j
jaitaiwan
05/21/2022, 12:42 AM
That's a great question. If you want to know, post that question in #843999948717555735 as it automatically pings the support role. I'm curious to know too because the json functions are better