Tom Lane wrote:
> PUBLIC is a reserved keyword, so you have to do something like
>       select * from "public".vs1;
> if there is a vs1 hiding it in an earlier namespace in the search
> path.
> 
> I've been vacillating about whether to choose another name for the
> public namespace to avoid the need for quotes here.  I can't think
> of another good name :-(
> 


What about shared.vs1 or common.vs1?

Joe



---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to