large table and temp space.

Поиск
Список
Период
Сортировка
От Molenda, Mark P
Тема large table and temp space.
Дата
Msg-id 424D6EA99E39D4118FA100508BDF09700ABE517D@USCHM203
обсуждение исходный текст
Список pgsql-novice
I have a 10 million row table that I want to prune down and then create a
table from this pruned data.  I was using "select col1 into newtable from
oldtable where col1 not like '%somevar'  ;     but this creates an error
"ERROR:  ltsWriteBlock: failed to write block 3617 of temporary file
                Perhaps out of disk space?"   I think I have plenty of disk
left, but I don't know how to let postgres know I have more space.

The second problem is that I have a column that is text.  I need to take
that text and turn it into a recognizable date.  It is currently in UNIX
time format (i.e.1025510400.814 ).



Mark P. Molenda <<...OLE_Obj...>>
Senior Information Specialist
NYSC


В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] URGENT! pg_dump doesn't work!
Следующее
От: sibusiso xolo
Дата:
Сообщение: help with failure to connect over a network