Begin/Commit

Поиск
Список
Период
Сортировка
От Linh Luong
Тема Begin/Commit
Дата
Msg-id 20011228222730.555C0197395@jamie.edmonton.computalog.com
обсуждение исходный текст
Ответы Re: Begin/Commit  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: Begin/Commit  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Hi,

I was wondering is there a limitation in the number of sql stmt that can go 
between a begin and commit.

I have a very large file that contains many updates and inserts (I mean 
many).  And it is taking too long to restore the data.  Pg_restore is out of 
the questions at the current moment because of the data version.

Example,
Begin Work;
....
...
.. (1000 update/inserts sql smts)
Commit Work;

Is this allowed???? 

Thanks

LL


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

Предыдущее
От: Chester Carlton Young
Дата:
Сообщение: query by tableoid, oid
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Begin/Commit