What does mod - in "mod statement" - stand for?

From: "Daniel CAUNE" <daniel(dot)caune(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: What does mod - in "mod statement" - stand for?
Date: 2008-04-17 03:01:29
Message-ID: 6e9795f00804162001g49ee9f70p8aae69733886dfdc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

Could you please tell me what does mod - in "mod statement" - stand for?

"log_statement (string)

Controls which SQL statements are logged. Valid values are none, ddl,
mod, and all. (...). mod logs all ddl statements, plus data-modifying
statements such as INSERT, UPDATE, DELETE, TRUNCATE, and COPY FROM.
(...)"
[http://www.postgresql.org/docs/current/interactive/runtime-config-logging.html]

I do know about DDL, DML, DCL, which are commonly used in RBDMS,
however I ignore about MOD, even if I understand now what it means
from the documentation. If somebody can enlighten me.

Thanks,

--
Daniel
http://www.majormode.com/

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Craig Ringer 2008-04-17 04:27:35 Re: What does mod - in "mod statement" - stand for?
Previous Message Craig Ringer 2008-04-17 01:51:53 Re: using string functions on plpgsql