https://bugs.freedesktop.org/show_bug.cgi?id=45345
--- Comment #13 from Ferry Toth <[email protected]> 2012-02-08 08:49:36 PST --- Lionel, I tried View/Refresh tables with no effect. The Table I tried is 'NietLeden'. PG Admin shows it is defined as: CREATE TABLE "NietLeden" ( "Achternaam" character varying(255), "Voorletters" character varying(10), "Roepnaam" character varying(20), "Adres" character varying(255), "Postcode" character varying(10), "Woonplaats" character varying(50), "Telefoonnummer1" character varying(15), "Telefoonnummer2" character varying(15), "E-mail" character varying(100), "E-mail2" character varying(100), "ID" serial NOT NULL, CONSTRAINT "pky_NietLeden" PRIMARY KEY ("ID") ) WITH ( OIDS=FALSE ); ALTER TABLE "NietLeden" OWNER TO ferry; GRANT ALL ON TABLE "NietLeden" TO ferry; GRANT ALL ON TABLE "NietLeden" TO public; I login from LO as user ferry. I will try to extract this table to a new database, backup this database with pgadmin, create new odb and upload. Ferry -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
