Alex Turner <armtuk(at)gmail(dot)com> writes:> ... With the> advent of Tablespace in pg 8.0, is it possible to set a user's default> tablespace?
ALTER USER user1 SET default_tablespace = foo;
regards, tom lane