Re: data not getting inserted into table

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: data not getting inserted into table
Дата
Msg-id 1098383936.15659.11.camel@camel
обсуждение исходный текст
Ответ на data not getting inserted into table  (akanksha kulkarni <akanksha_kul@yahoo.com>)
Список pgsql-admin
On Thu, 2004-10-21 at 09:51, akanksha kulkarni wrote:
> Hi,
>
> I am trying a simple insert command with select
> statement (Insert into <table> (<column list>) select
> <column list> from <table>).
> The data to be inserted is around 1 GB.
> The problem is that at the end of the insert
> operation, data is NOT inserted.
>
> I was monitoring target table file size and it was
> getting increased during the operation. However at the
> end of insert operation, the size has returned to old
> size.
> I changed some parameters in postgres configuration
> file which are as follows:
> checkpoint_segments=20
> sort_mem = 16384
> checkpoint_timeout=500
> This I did because during earlier operations, I was
> getting message "too many checkpoints. Consider
> increasing checkpoints_segments"
>
> So please can someone tell me why data is not getting
> inserted in table?
>

Unlikely that any of those config settings would anything to do with it,
but without more info we're kind of flying blind. I'm going to guess
your either not COMMITting your transaction when your done, or your
getting an error your unaware of. Check your database logs (or turn them
on in postgresql.conf if needed) and post back to the list with an error
message and version information.

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL


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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: How to drop a database cluster?
Следующее
От: Robert Treat
Дата:
Сообщение: Re: replication using WAL archives