<pre>&gt;Connesso al database con successo, ma non è possibile accedere ad alcuna tabella.
&gt;
&gt;Messaggio di errore restituito dal database
&gt;ERROR:  cannot cast type regtype to text
&gt;RIGA 1: ...pg_class.oid and (pg_attribute.atttypid::regtype::text IN (&#39;...
</pre><br>Non ne sono sicuro, ma sospetto che sia legato alla recente modifica che hanno fatto al data-provider postgres.<br>Ora elenca tutte le tabelle, non solamente quelle con geometria.<br>Per fare questo deve fare delle query particolari,<br>
Posso immaginare che vada in crisi nel caso di viste con geometria che non siano registrate in geometry_columns.<br><br>In ogni caso, e&#39; buona norma inserire sempre le tabelle/viste con geometria in geometry_columns.<br>
<br>puoi usare il comando <br><br>select Populate_Geometry_Columns();<br><br>per tenere aggiornata tale tabella.<br><br>-- <br>-----------------<br>Andrea Peri<br>. . . . . . . . . <br>qwerty àèìòù<br>-----------------<br>
<br>