To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110582


User atjensen changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'r4zoli'                  |'atjensen,r4zoli'
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Sun May  2 20:12:26 
+0000 2010 -------
Ran the following:
Ubuntu studio 10.04 (pretty much new)
Installed Postgresl 8.4 and 8.4-701 JDBC connector.
Created a new database/schema/user

then created a table in the pgAdmin as:

-- Table: msis.pgadm_table1

-- DROP TABLE msis.pgadm_table1;

CREATE TABLE msis.pgadm_table1
(
  id serial NOT NULL,
  val character varying,
  num numeric,
  CONSTRAINT pgadm_table1_pkey PRIMARY KEY (id)
)
WITH (
  OIDS=FALSE
);
ALTER TABLE msis.pgadm_table1 OWNER TO "OOo_Admin";


Then used OO.o 3.2 from the Ubuntu build and created a connection then created
the a table definition using Base GUI: this is geneerated:

-- Table: msis."Table1"

-- DROP TABLE msis."Table1";

CREATE TABLE msis."Table1"
(
  id integer NOT NULL DEFAULT nextval('msis."Table1_id_seq"'::regclass),
  val character varying,
  num numeric,
  CONSTRAINT "Table1_pkey" PRIMARY KEY (id)
)
WITH (
  OIDS=FALSE
);
ALTER TABLE msis."Table1" OWNER TO "OOo_Admin";

OK then trying to add data using 
OO.o 3.2 from Ubuntu 
OO.o 3.2 m_12 Vanilla 
OOO320m_16 and DEV300m_17
- no problem adding data to either table.





---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to