Re: [HACKERS] SESSION SESSION - bug or intentional?

2015-09-30 Thread David G. Johnston
On Wed, Sep 30, 2015 at 2:52 PM, Joe Conway wrote: > I was looking at something in gram.y when I noticed that the following > production works: > > > SET SESSION SESSION CHARACTERISTICS AS TRANSACTION READ ONLY; > > > "SESSION SESSION" seems fairly odd -- is it intentional? >

Re: [HACKERS] SESSION SESSION - bug or intentional?

2015-09-30 Thread Tom Lane
"David G. Johnston" writes: > On Wed, Sep 30, 2015 at 2:52 PM, Joe Conway wrote: >> I was looking at something in gram.y when I noticed that the following >> production works: >> SET SESSION SESSION CHARACTERISTICS AS TRANSACTION READ ONLY; >>

Re: [HACKERS] SESSION SESSION - bug or intentional?

2015-09-30 Thread David G. Johnston
On Wed, Sep 30, 2015 at 5:49 PM, Tom Lane wrote: > "David G. Johnston" writes: > > On Wed, Sep 30, 2015 at 2:52 PM, Joe Conway wrote: > >> I was looking at something in gram.y when I noticed that the following > >> production