do you know any way to declare a database name in a variable?
I have tried many methods that I found on the Internet. I am looking for a simple script. I tried to do this in a DO block, but it doesn't work. I just need to declare a variable, set its value, and create a database with a specified name.
Is it even possible to do in PostgreSQL 13?
I will be very grateful for any hint.