Jodi Kanter <jkanter@virginia.edu> writes:
> So I now have my new schema script that includes PK and FK constraints.
> It runs without a problem but I get too many NOTICES regarding implicit
> indexes that have been created. I am running this script from within
> psql using the \i command. Can I run this and suppress these NOTICES?
Sure. Set client_min_messages higher than NOTICE level.
regards, tom lane