Re: Copy/Paste table(s) functions - git context patch

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Copy/Paste table(s) functions - git context patch
Дата
Msg-id 1310922251.13654.18.camel@laptop
обсуждение исходный текст
Ответ на Copy/Paste table(s) functions - git context patch  (Vladimir Kokovic <vladimir.kokovic@gmail.com>)
Ответы Re: Copy/Paste table(s) functions - git context patch
Список pgadmin-hackers
On Sat, 2011-07-16 at 15:45 +0200, Vladimir Kokovic wrote:
> Hi,
>
> Again, patch for Copy/Paste table(s) functions.
>
> Done the following:
> 1. Copy table/schema in the same schema
> 2. Thread implementation for copy table(s) operations
>

There's a really big bug (as in "segfault bug"). Try to copy a big table
(I did it with a 5,000,000 rows, 248MB table), and while doing the copy,
try to create a schema in the same database (it could have the same
effect with other objects, but I didn't try that). It just crashes. The
schema is available, but the new table isn't.

I wonder why you need a frmPasteObject at all. For the new thread? well,
anyway, if you have a frm*, it should display something. And I think it
would be great to actually show a list of objects that will be copied
and show the progress (as in "this table done, this table done, etc.").

Now that we can copy on the same schema, it shouldn't ask for an
extension, but for the complete name.


--
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com


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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #298: pg_hba.conf editor is buggy
Следующее
От: Vladimir Kokovic
Дата:
Сообщение: Re: Copy/Paste table(s) functions - git context patch