mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Fix create user for pgaccess.
This commit is contained in:
parent
e8e7b6305a
commit
6dedc79b1e
@ -63,7 +63,7 @@ global PgAcVar CurrentDB
|
||||
}
|
||||
set cmd "$PgAcVar(user,action) user \"$PgAcVar(user,name)\""
|
||||
if {$PgAcVar(user,password)!=""} {
|
||||
set cmd "$cmd WITH PASSWORD \"$PgAcVar(user,password)\" "
|
||||
set cmd "$cmd WITH PASSWORD '$PgAcVar(user,password)' "
|
||||
}
|
||||
set cmd "$cmd $PgAcVar(user,createdb) $PgAcVar(user,createuser)"
|
||||
if {$PgAcVar(user,validuntil)!=""} {
|
||||
|
Loading…
Reference in New Issue
Block a user