Re: Re: Please help me to take a look of the erros in my functions. Thanks.

From: Bartosz Dmytrak <bdmytrak(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: leaf_yxj <leaf_yxj(at)163(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Re: Please help me to take a look of the erros in my functions. Thanks.
Date: 2012-04-03 17:08:09
Message-ID: CAD8_UcZ0HAmnO8SNGiL7AwmUk99MUn49i_9Gq=nuT56748OXQg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I think you need a space there:
>
> EXECUTE 'TRUNCATE TABLE ' || quote_ident(tablename) || ' CASCADE;';
>
indeed, that is my fault - sorry

> > EXCEPTION
> > WHEN undefined_table THEN
> > RAISE EXCEPTION 'Table "%" does not exists', tablename;
>
> It's really a pretty bad idea to print your own message instead of using
> the system's message. In this case, you would have figured out the
> problem immediately if you'd seen the real error message, which was
> presumably bleating about "t1cascade".
>
> Like always, it depends, custom error message has been required by Grace

>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

Regards,
Bartek

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bartosz Dmytrak 2012-04-03 17:13:20 Re: Re: Please help me to take a look of the erros in my functions. Thanks.
Previous Message Jon Nelson 2012-04-03 17:01:30 views, queries, and locks