Viacheslav N Tararin <[EMAIL PROTECTED]> writes:
> For the next schema rule "d_analysis_plan" perform only first DELETE
> statement, second statement not performed.
You did not show us the definition of "analysis_plan", but I'll bet it's
a view joining t_sub_plan and t_account_plan. If so, this
On Thu, 25 Sep 2003, Javier Carlos wrote:
> Quoting Stephan Szabo <[EMAIL PROTECTED]>:
>
> > On Thu, 25 Sep 2003, Javier Carlos wrote:
> >
> > >
> >
> > > POSTGRESQL BUG REPORT TEMPLATE
> > >
> > =
On Thu, 25 Sep 2003, Javier Carlos wrote:
>
> POSTGRESQL BUG REPORT TEMPLATE
>
>
>
> Your name : Javie
Javier Carlos wrote:
POSTGRESQL BUG REPORT TEMPLATE
Your name : Javier Carlos Rivera
Your email address
For the next schema rule "d_analysis_plan" perform only first DELETE
statement, second statement not performed.
Environment:
-
PostgreSQL 7.4beta4
CPU: 2PIII800
ASP Linux 7.2 2.4.19-13 smp
gcc 2.96
SCHEMA:
--
create table gl.
POSTGRESQL BUG REPORT TEMPLATE
Your name : Javier Carlos Rivera
Your email address : fjc
Please send a carbon copy of replies to me, as I am not a subscriber
of any postgresql mailing list.
Hi folks,
I noticed that I can use the string function "translate" to remove
unwanted characters from strings, this way:
translate(tablefield, '-_. ', '');
This will remove all hifens,
Once upon a time (Thu, 25 Sep 2003 01:28:29 -0400)
Tom Lane <[EMAIL PROTECTED]> uttered something amazingly similar to:
> Robert Creager <[EMAIL PROTECTED]> writes:
> >> Seems like the correct behavior to me. When CONSTRAINT is given, the
> >> name is not optional AFAICS.
>
> > True, but the seco