Hi.
Next code:
select upper(field1) from table1;
Convert all latin symbols <128 in to UPPER case but all not latin >128
in lower case locale consistent. Function lower work vicevesa upper(),
wrong too.
ilake() function work wrong too.
Environment:
ASPLinux 7.2.
gcc 2.96
kernel 2.4.9-13.smp
Po
Hi.
All work as expected but...
Next rule return 0 as count of changed rows but really at lest one
record updated and one inserted
-
create or replace rule U_ENTRY
as on update to ENTRY
do instead (
update DISSECTION
set DESCRIPTION = new.DESCRIPTION,
CU
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.
Hi.
--- Next sequence of commans: ---
CREATE TABLE CURRENCY.CURRENCY (
ID integer NOT NULL,
CODE varchar(17) NOT NULL,
DESCRIPTION text,
PRINT_SYMBOL VARCHAR(17) NOT NULL,
VERSION smallint
);
create unique index PK_CURRENC
POSTGRESQL BUG REPORT
Your name :Viacheslav N Tararin
Your email address :[EMAIL PROTECTED]
System