EnterpriseDB: The Enterprise Postgres Company Postgres Plus Forums: The PostgreSQL Open Source Database from EnterpriseDB
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 

serial problem  XML

Forum Index » GridSQL - General
Author Message
Don_N

New member

Joined: 03/12/2008 17:15:20
Messages: 9
Offline

Is the last statement not supported or is this a bug?
Thanks.
-Don

GridSQL -> create table t1 (id bigserial, col1 int) replicated;
OK
Response time: 0m 0s 573ms Total time: 0m 0s 573ms

GridSQL -> insert into t1 (col1) values (1);
1 row(s) affected
Response time: 0m 0s 65ms Total time: 0m 0s 65ms

GridSQL -> insert into t1 (col1) select 1;
SQLException: ERROR: Can not send data to Nodes

Atul_D

New member

Joined: 21/03/2008 01:55:32
Messages: 9
Offline

Hi Don,
This is a bug. We are looking into it and will post an update soon.

Thanks,
Atul
Atul_D

New member

Joined: 21/03/2008 01:55:32
Messages: 9
Offline

Hi Don,
A patch has been committed in the CVS that resolves this issue.

--
Atul
 
Forum Index » GridSQL - General
Go to:   
Powered by JForum 2.1.8 © JForum Team