Terms advice.

From: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Terms advice.
Date: 2010-11-26 13:37:21
Message-ID: AANLkTikqDwH3L3_B2-FqogL13HVYHRyJXqb1d-tXS4pU@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hey all,

I am working on C++ library to work with PostgreSQL.

I am trying to follow strong correctness in terms.
One of my current dilemmas is how to distinguish the results
of commands in correct terms. E.g., is it correct to call commands
which returns tuples as "queries" but commands like which does
not returns tuples (e.g. "BEGIN") as "commands" ?

Any advises are welcome !

--
// Dmitriy.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua Tolley 2010-11-26 16:04:42 Re: [GENERAL] plpyhton
Previous Message c k 2010-11-26 11:58:52 Re: [GENERAL] plpyhton