You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PostgreSQL 9.6.15
phpPgAdmin6 on latest master-branch (16b6650)
nginx/1.18.0
php7.3 (7.3.19-1~deb10u1)
Trying to create a database fails with the following error;
strsqlerror
ERROR: zero-length delimited identifier at or near """"
LINE 1: ...t1" WITH TEMPLATE="template1" ENCODING='UTF-8' TABLESPACE ""
^
SQL:
CREATE DATABASE "kek-test1" WITH TEMPLATE="template1" ENCODING='UTF-8' TABLESPACE ""
Additionally, if you are connected to multiple servers, it will attempt to create the database on the server you logged into first.
Log into server1
Log into server2
Try to create database on server2
The creation fails, but shows that it tried to create it on server1
The text was updated successfully, but these errors were encountered:
I see... this one has the same origin 2b72a65
having the collation , encoding and namespace not set, it shouldn't be using those parameters, but it was comparing empty strings with nulls, therefore there wasn't strict equality .
PostgreSQL 9.6.15
phpPgAdmin6 on latest master-branch (16b6650)
nginx/1.18.0
php7.3 (7.3.19-1~deb10u1)
Trying to create a database fails with the following error;
Additionally, if you are connected to multiple servers, it will attempt to create the database on the server you logged into first.
The text was updated successfully, but these errors were encountered: