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)\""
|
set cmd "$PgAcVar(user,action) user \"$PgAcVar(user,name)\""
|
||||||
if {$PgAcVar(user,password)!=""} {
|
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)"
|
set cmd "$cmd $PgAcVar(user,createdb) $PgAcVar(user,createuser)"
|
||||||
if {$PgAcVar(user,validuntil)!=""} {
|
if {$PgAcVar(user,validuntil)!=""} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user