On Tue, Dec 07, 2004 at 10:23:44PM -0700, Pradeepkumar, Pyatalo (IE10) wrote:
> Thanks a lot for all your valuable inputs. I tried "\set QUIET" and "\unset > QUIET" arount certain parts of the file. It works fine with INSERT COMMANDS. > But incase of creating tables, it still prints NOTICE and ERROR messages on > the screen...how do I restrict that. You could SET the client_min_messages variable. See the documentation for the SET command and the "Run-time Configuration" section in the "Server Run-time Environment" chapter. -- Michael Fuhr http://www.fuhr.org/~mfuhr/ ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match