Re: WAL logging of SELECT ... INTO command

From: Kris Jurka <books(at)ejurka(dot)com>
To: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: WAL logging of SELECT ... INTO command
Date: 2006-03-22 19:37:28
Message-ID: Pine.BSO.4.63.0603221432320.4790@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches pgsql-performance

On Wed, 22 Mar 2006, Jim C. Nasby wrote:

> Ok, I saw disk activity on the base directory and assumed it was pg_xlog
> stuff. Turns out that both SELECT INTO and CREATE TABLE AS ignore
> default_tablepsace and create the new tables in the base directory. I'm
> guessing that's a bug... (this is on 8.1.2, btw).

This has been fixed in CVS HEAD as part of a patch to allow additional
options to CREATE TABLE AS.

http://archives.postgresql.org/pgsql-patches/2006-02/msg00211.php

Kris Jurka

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Kevin Grittner 2006-03-23 00:09:09 Where does the time go?
Previous Message Tom Lane 2006-03-22 19:19:48 Re: WIP: splitting BLCKSZ

Browse pgsql-performance by date

  From Date Subject
Next Message Jojo Paderes 2006-03-23 06:19:24 Scaling up PostgreSQL in Multiple CPU / Dual Core Powered Servers
Previous Message Luke Lonergan 2006-03-22 17:10:58 Re: Intel C/C++ Compiler Tests