Обсуждение: yyin's value of postgresql parser

Поиск
Список
Период
Сортировка

yyin's value of postgresql parser

От
Sibtay Abbas
Дата:
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

От
Peter Eisentraut
Дата:
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/