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 Eisentrauthttp://developer.postgresql.org/~petere/