Tom Lane wrote:
> If you don't create schemas then you get backwards-compatible behavior
> (all the users end up sharing the "public" schema as their current
> schema).

I am a little uncomfortable about this.  It means that CREATE TABLE will
create a table in 'public' if the user doesn't have a schema of their
own, and in their private schema if it exists.  I seems strange to have
such a distinction based on whether a private schema exists.  Is this OK?

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to