John schrieb: > Ah another thought! Is it possible to remove the schema 'public'.
You mean from the database? That's possible - "drop schema public cascade". Btw, the default path is actually "$user",public. So if you have a schema with the same name as your user, then tables are looked up there at first. If dabo would look only in public, then it would behave differently from normal Postgres, and I think that would be even more confusing. -- Christoph _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
