Rod Taylor <[EMAIL PROTECTED]> writes: > It seems that readline() on my system (FreeBSD 4.8) isn't declared to > take the prompt as a const. Thus, remove const from gets_interactive() > to remove the warning.
I think it would be a lot cleaner to just put a cast to char * into the
readline call (with a note about why).
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html
