Re: Remote administration functionality

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Remote administration functionality
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC96AD@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Remote administration functionality  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers

> -----Original Message-----
> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]
> Sent: 01 August 2005 15:36
> To: Magnus Hagander
> Cc: Dave Page; Tom Lane; PostgreSQL-development
> Subject: Re: [HACKERS] Remote administration functionality
>
> Uh, not sure why it would be harder.  What system would be easier?
> Sure, file I/O works, but you can't even try to do that from psql.

In pgAdmin we would need to track all the changes the user makes to the
file, and generate all the appropriate insert, update and delete queries
to make the server match what the user wants. With file IO, we just let
the user edit, then send the resulting file in one select statement.

WRT to doing it in psql, the average psql user is probably the same
person that would prefer to use vi or emacs to do the job anyway.

/D


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Remote administration functionality
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Remote administration functionality