Re: Bug report on insert with pgadmin

From: "Ezequias Rodrigues da Rocha" <ezequias(dot)rocha(at)gmail(dot)com>
To: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
Cc: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, "pgAdmin Support" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Bug report on insert with pgadmin
Date: 2006-10-02 17:32:00
Message-ID: 55c095e90610021032n3614a093v526cfb2a852ede7d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

The table definition is right below:

id bigint NOT NULL,
codigo integer,
quando timestamp without time zone,
inicio_venda timestamp without time zone,
final_venda timestamp without time zone,
inicio_entrada timestamp without time zone,
final_entrada timestamp without time zone,
estado integer,
descricao character varying(255),
bilhete_sequencia bigint,
evento_id bigint,
local_id bigint,
mapa_id bigint,
CONSTRAINT sessao_pkey PRIMARY KEY (id),
CONSTRAINT fkca0297e012b92bfc FOREIGN KEY (local_id)
REFERENCES base."local" (id) MATCH SIMPLE
ON UPDATE NO ACTION ON DELETE NO ACTION,
CONSTRAINT fkca0297e02ed86538 FOREIGN KEY (mapa_id)
REFERENCES base.mapa (id) MATCH SIMPLE
ON UPDATE NO ACTION ON DELETE NO ACTION,
CONSTRAINT fkca0297e0829aabb8 FOREIGN KEY (evento_id)
REFERENCES base.evento (id) MATCH SIMPLE
ON UPDATE NO ACTION ON DELETE NO ACTION
)
WITHOUT OIDS;
ALTER TABLE base.sessao OWNER TO root;
COMMENT ON TABLE base.sessao IS 'Sessões dos Eventos';

2006/10/2, Hiroshi Saito <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>:
>
> Hi.
>
> From: Ezequias Rodrigues da Rocha
>
> > The error message is this one.
>
> Umm, Something is strange....
> Please tell about a table definition and an input character that I can
> reproduce it.
>
> Regards,
> Hiroshi Saito
>
>

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Atenciosamente (Sincerely)
Ezequias Rodrigues da Rocha
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda é melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
http://ezequiasrocha.blogspot.com/

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Hiroshi Saito 2006-10-02 18:05:48 Re: Bug report on insert with pgadmin
Previous Message Hiroshi Saito 2006-10-02 16:34:02 Re: Bug report on insert with pgadmin