Re: "DML" - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: "DML"
Date
Msg-id 37624142.75C97F7E@krs.ru
Whole thread Raw
In response to "DML"  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: patch for large queries
Next
From: Hannu Krosing
Date:
Subject: Re: [HACKERS] "DML"