Re: "DML"

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: "DML"
Дата
Msg-id 37624142.75C97F7E@krs.ru
обсуждение исходный текст
Ответ на "DML"  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Список pgsql-hackers
Thomas Lockhart wrote:
> 
> There are a couple of places in the docs where the term "DML" is used,
> but it is not defined anywhere. What exactly does it stand for and how
> would you define it?

I used it for
SELECT, INSERT, DELETE, UPDATE, FETCH and COPY_TO statements.
Seems that I was wrong using "DML" for all of them. 

They are statements for data management and querying.
Server computes snapshot only for them. 
Anytime when I used "DML" in docs it was related to this,
i.e. to the time of snapshot calculation.

Vadim


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: patch for large queries
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] "DML"