MichaelMt66 / open-source-lakehouse

3 stars 2 forks source link

create role command error #6

Closed alberttwong closed 5 months ago

alberttwong commented 5 months ago
metastore=# CREATE ROLE deuser SUPERUSER LOGIN PASSWORD ‘depasswd’;
ERROR:  syntax error at or near "‘depasswd’"
LINE 1: CREATE ROLE deuser SUPERUSER LOGIN PASSWORD ‘depasswd’;
alberttwong commented 5 months ago
metastore=# CREATE ROLE deuser SUPERUSER LOGIN PASSWORD 'depasswd';
CREATE ROLE