jason nordwick <[EMAIL PROTECTED]> writes:
> ERROR: out of memory
> DETAIL: Failed on request of size 856.
> CONTEXT: SQL statement "create table gwt as select * from gworktick"
> PL/pgSQL function "processadd" line 30 at SQL statement
What PG version? What does "explain select * from gworktic
I'm having memory problems. I needed to materialize a couple views
(create table t as select * from v) to get acceptable performance from a
small data storage system I'm building, but now I get out of memory
issues on that statement. It is near the bottom of about a 40 line
function, and it com