Hi All, I have a script that uses the DBI to build a PostgreSQL database from a bunch of *.sql files. When the database is building, PostgreSQL generates a whole lot of messages such as this:
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'pk_pref__id' for table 'pref' Does anyone know how I might suppress these messages using either DBI or psql? Thanks, David -- David Wheeler AIM: dwTheory [EMAIL PROTECTED] ICQ: 15726394 http://david.wheeler.net/ Yahoo!: dew7e Jabber: [EMAIL PROTECTED]
