Re: SET SESSION CHARACTERISTICS

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SET SESSION CHARACTERISTICS
Date: 2000-11-21 05:40:22
Message-ID: 3A1A0AC6.C4371A41@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> SET SESSION CHARACTERISTICS AS parameter value
> is really a more SQL'ish form of the current
> SET parameter =/TO value
> Perhaps they should be made equivalent, in order to avoid too many subtly
> different subversions of the 'SET' command.

Hmm. What do you mean by "equivalent"? I assumed that the incredibly
verbose SQL99 form is not particularly gratifying to type, and that we
would be interested in a shorter version of the same thing. So I kept
the original syntax and just added the statements that SQL99 calls out
explictly. Also, our "SET" syntax has lots more keywords than specified
in SQL99...

- Thomas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-11-21 05:42:19 Re: Table/Column Constraints
Previous Message Rod Taylor 2000-11-21 05:22:05 Re: Table/Column Constraints