On 05-05-16 19:24, Stefan Ziegler wrote: > Hi > > I have some tables with a primary key but without the typical > "nextval(... sequence...)" definition: > > CREATE TABLE nplso_2495.chcantoncode > ( > itfcode integer NOT NULL, > ilicode character varying(1024) NOT NULL, > seq integer, > dispname character varying(250) NOT NULL, > CONSTRAINT chcantoncode_pkey PRIMARY KEY (itfcode) > ) > WITH ( > OIDS=FALSE > ); > > I can load the table in QGIS but when opening the attribute table it > only shows three times the "itfcode" column.
I think this is all the same: http://hub.qgis.org/issues/14765 http://hub.qgis.org/issues/14766 Regards, Richard _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
