Re: [HACKERS] network_ops in 7.0 and pg_dump question
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Oleg Bartunov <oleg@sai.msu.su>, hackers@postgreSQL.org
Date: 2000-02-07T23:36:53Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes: > Now, how to convert these? Not supplying the ops works fine, but > pg_dump supplies the ops. Maybe in gram.y, if they supply network_ops, > we should just remove that from being passed to the backend for a few > releases. Comments? Actually, rather than hacking gram.y, it seems like it would be cleaner to put the kluge in whatever part of the parser looks up the ops name. Of course a kluge is a kluge no matter what... regards, tom lane