| From: | "Bob Pawley" <rjpawley(at)shaw(dot)ca> | 
|---|---|
| To: | "Adrian Klaver" <adrian(dot)klaver(at)gmail(dot)com> | 
| Cc: | "Alan Hodgson" <ahodgson(at)simkin(dot)ca>, <pgsql-general(at)postgresql(dot)org> | 
| Subject: | Re: Trouble with NEW | 
| Date: | 2012-07-18 22:20:32 | 
| Message-ID: | 1378EA3AD30648418F63691CCE37D8B8@BobPC | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-general | 
When I substitute new.fluid_id for the actual fluid)id the expression 
returns the right value.
Following is the table -
CREATE TABLE p_id.fluids
(
  p_id_id integer,
  fluid_id serial,
  text_arrow geometry,
  line geometry,
  ip_op_equipment character varying(3),
  pipe_number character varying(100),
  pipe_size character varying,
  pipe_size_unit varchar (30),
  pipe_schedule varchar (30),
  dest_process varchar (30),
  dest_pump varchar (30),
  dest_pid varchar (30),
  source_process varchar (30),
  source_pump varchar (30),
  source_pid varchar (30),
  fluid_short character varying (10),
  fluid_name character varying(100),
  pump1 character varying(5),
  pump2 character varying(5),
  CONSTRAINT fluid_pk PRIMARY KEY (fluid_id)
);
Bob
-----Original Message----- 
From: Adrian Klaver
Sent: Wednesday, July 18, 2012 1:07 PM
To: Bob Pawley
Cc: Alan Hodgson ; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Trouble with NEW
On 07/18/2012 12:28 PM, Bob Pawley wrote:
> It's an insert after trigger function.
>
> The table has a column named fluid_id.
Can we see the table schema. What I am looking for is quoted column name
that would preserve case.
>
> Bob
-- 
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com 
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2012-07-18 23:16:26 | Re: main log encoding problem | 
| Previous Message | Tom Lane | 2012-07-18 22:14:53 | Re: problem with dblink and "drop owned by" |