Re: "DML"

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Re: "DML"
Date: 1999-06-12 11:15:14
Message-ID: 37624142.75C97F7E@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • "DML" at 1999-06-11 15:38:38 from Thomas Lockhart

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Good 1999-06-12 12:23:49 Re: [HACKERS] "DML"...CREATE ACRONYM statement
Previous Message Hannu Krosing 1999-06-12 10:27:11 Re: [HACKERS] "DML"