Re: Disconnected editing - versioning of databases

Поиск
Список
Период
Сортировка
От Johan Nel
Тема Re: Disconnected editing - versioning of databases
Дата
Msg-id gs3r71$20a$1@news.motzarella.org
обсуждение исходный текст
Ответ на Disconnected editing - versioning of databases  (William Temperley <willtemperley@gmail.com>)
Список pgsql-general
Will,

William Temperley wrote:
> Hi All
>
> I'm wondering if anyone can share any insights or experience with
> temporary versions of databases, allowing "disconnected editing"
> during Internet downtime.

What do your users use for updating data?  Software that you developed
for them?  Do they use a web-interface?

What I do in one of my applications (.NET) is to allow the users to make
data available offline with a simple XML serialisation.  So they are
then allowed to make updates to the local XML data, and when
online/connected again do a "upload" back into the central database.

Regards,

Johan Nel
Pretoria, South Africa.

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

Предыдущее
От: CM J
Дата:
Сообщение: Postgres server startup
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Postgres server startup