Is this being worked on?

---------------------------------------------------------------------------

Tom Lane wrote:
> Joshua Reich <[EMAIL PROTECTED]> writes:
> > I'm not sure exactly what to do here. I tried simply doing
> > CREATE TYPE cube;
> 
> > But I still get NOTICE's to the effect of "return type cube is only a 
> > shell" or "argument type cube is only a shell".
> 
> Hmm ... I remembered that we'd discussed suppressing those NOTICEs,
> but I guess we didn't actually do it.
> 
> > I'm not sure how to do this to get zero NOTICES.
> 
> I think what I'd suggest is making earthdistance do
> 
>       SET client_min_messages = warning;
>       include the file
>       RESET client_min_messages;
> 
> This will avoid any future flap in the test output if we do remove
> those notices.
> 
>                       regards, tom lane
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: 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

-- 
  Bruce Momjian   [EMAIL PROTECTED]
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to