On Fri, Dec 16, 2011 at 2:07 AM, Tony Capobianco <tcapobianco@xxxxxxxxxxxxxx> wrote:
Awesome! We had about 200G worth of tables on our mount point that held
all our WAL data....whoops! Thanks for the below query.
One last question, can I define a default tablespace per schema? I
haven't found anything by searching around.
Thanks.
Tony
You can do it at user-level not with schema-level directly. I mean, assign a tablespace to user first and then assign schema to that user.
---