On Tue, Aug 16, 2011 at 8:11 PM, Josh Kupershmidt <schmi...@gmail.com> wrote: > On Mon, Aug 15, 2011 at 11:31 PM, Kyle Fox <kyle....@gmail.com> wrote: > >> I used the installer to install Postgres 9.0 on my Mac, and now every 10 >> seconds a dialog message flashes and immediately disappears, and STEALS >> FOCUS. > > The focus-stealing sounds like a problem coming from the EDB installer > you said you used, and you'll have to complain to those folks about > it.
No it doesn't, unless the OP has found some weird bug in pgAdmin or StackBuilder. Sounds to me more like OSX is throwing the dialogue for some reason when the launch daemon tries to load the service. Try running: sudo launchctl unload /Library/LaunchDaemons/com.edb.launchd.postgresql-8.4 That should stop it trying to start the server, at least until the next reboot (enough to hopefully see if the focus issue is resolved). To completely uninstall, use sudo open /Library/PostgreSQL/8.4/uninstall-postgresql.app/ -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs