Thread: yyin's value of postgresql parser

yyin's value of postgresql parser

From
Sibtay Abbas
Date:
hello

what is the value of yyin variable for postgresql
parser. 

It might be the default("stdout") when postgresql is
in interactive backend mode...but what happens when
clients from different workstations sends their
queries?


    
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 


Re: yyin's value of postgresql parser

From
Peter Eisentraut
Date:
Sibtay Abbas wrote:
> what is the value of yyin variable for postgresql
> parser.

We don't use yyin.  See scanner_init() in src/backend/parser/scan.l 
about the scanner initialization.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/