out or memory error

Поиск
Список
Период
Сортировка
От Moginraj Mohandas
Тема out or memory error
Дата
Msg-id fd2290fd0604080055q514fb12fi74d66d60e7e32359@mail.gmail.com
обсуждение исходный текст
Ответы Re: out or memory error
Список pgsql-novice
Hi
       Does anybody have any idea on "out of memory" error while inserting into a table in psql. I was trying to test the working of my C code which adds a new data type called expression to Postgres. When I try to insert into the table which has two columns (one integer and the other expression), it gives me this error.
Here's the error:

testdb=# insert into testt values(2, 't1=5ANDt2=6');
ERROR:  out of memory
DETAIL:  Failed on request of size 1073735751

If anyone has an idea, please reply
Thanks a million
Mogin

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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: Foreign keys and inheritance
Следующее
От: James Long
Дата:
Сообщение: How to append records into a file which has serial unique IDs?