pg_dumpall appendPQExpBuffer construct sql need an white space
hi. in src/bin/pg_dump/pg_dumpall.c appendPQExpBuffer(buf, " FROM pg_auth_members a " "LEFT JOIN %s ur on ur.oid = a.roleid " "LEFT JOIN %s um on um.oid = a.member " "LEFT JOIN %s ug on ug.oid = a.grantor "
Re: pg_dumpall appendPQExpBuffer construct sql need an white space
jian he writes: > in src/bin/pg_dump/pg_dumpall.c > appendPQExpBuffer(buf, " FROM pg_auth_members a " > "LEFT JOIN %s ur on ur.oid = a.roleid " > "LEFT JOIN %s um on um.oid = a.member " > "LEFT JOIN %s ug on ug.oid = a.grantor "