Applied. Pgaccess author will apply it there.
[Charset ISO-8859-1 unsupported, filtering to ASCII...]
> [syntax change WITH PASSWORD "foo" -> WITH PASSWORD 'foo']
>
> Here's a patch. (I think. I'm a bloody Tcl amateur.) What do we do with
> it?
>
>
> *** pgsql-cvs/src/bin/pgaccess/lib/users.tcl Sat Oct 30 18:18:49 1999
> --- pgsql/src/bin/pgaccess/lib/users.tcl Fri May 12 13:57:28 2000
> *************** proc {save} {} {
> *** 63,69 ****
> }
> set cmd "$PgAcVar(user,action) user \"$PgAcVar(user,name)\""
> if {$PgAcVar(user,password)!=""} {
> ! set cmd "$cmd WITH PASSWORD \"$PgAcVar(user,password)\" "
> }
> set cmd "$cmd $PgAcVar(user,createdb) $PgAcVar(user,createuser)"
> if {$PgAcVar(user,validuntil)!=""} {
> --- 63,69 ----
> }
> set cmd "$PgAcVar(user,action) user \"$PgAcVar(user,name)\""
> if {$PgAcVar(user,password)!=""} {
> ! set cmd "$cmd WITH PASSWORD '$PgAcVar(user,password)' "
> }
> set cmd "$cmd $PgAcVar(user,createdb) $PgAcVar(user,createuser)"
> if {$PgAcVar(user,validuntil)!=""} {
>
>
> --
> Peter Eisentraut Sernanders v_g 10:115
> [EMAIL PROTECTED] 75262 Uppsala
> http://yi.org/peter-e/ Sweden
>
>
--
Bruce Momjian | http://www.op.net/~candle
[EMAIL PROTECTED] | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026