Re: Bug report on insert with pgadmin
От | Ezequias Rodrigues da Rocha |
---|---|
Тема | Re: Bug report on insert with pgadmin |
Дата | |
Msg-id | 55c095e90610021032n3614a093v526cfb2a852ede7d@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Bug report on insert with pgadmin ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>) |
Список | 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';
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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/
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@guitar.ocn.ne.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/
В списке pgadmin-support по дате отправления: