Re: [HACKERS] Going on vacation - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Going on vacation
Date
Msg-id 199803271937.OAA18804@candle.pha.pa.us
Whole thread Raw
In response to Going on vacation  (Michael Meskes <meskes@topsystem.de>)
List pgsql-hackers
>
> I'll be going on vacation on Monday, so don't expect much from me for the
> next 2.5 weeks. As for ecpg, I'm currently rewriting the parser from
> scratch. It was too much work to get it into sync with the backend parser.
> Therefore I tore it down and built it new by using gram.y and scan.l.
> Currently I can parse exec sql declare blocks and the exec sql whenever
> statement. That's it. But I'm confident that the most diffcult part is
> already finished since it does already use a lex file very similar to
> scan.l.
>
> If anyone's interested in working on that part, please tell me and I will
> mail you my source tree. I will read and answer mail at least once over the
> weekend before actually leaving.
>
> Other than that I wish you some nice working weeks. :-)
>
> See you again April 16th.

Would it make you life any easier if you opened a connection to the
postgres/psql, and passed queries into it and looked at the
output/errors?  Just an idea.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Going on vacation
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Reminder: Indices are not used