El Lunes 20. abril 2015 14.03.03 Javier Diaz escribió: > Y este el error :( > > ART ERROR: cross-database references are not implemented:
http://stackoverflow.com/questions/18387294/why-am-i-getting-a-cross-database-references-are-not-implemented «However, your error means that you have an extra namespace. The normal namespace is schema.table.column or schema.table depending on the context. If you try to specify a table as schema.table.column it will read this as database.schema.table and throw this error. Similarly if you have an extra dot, you could accidently specify database.schema.table.column (which would also throw the error).» -- Iván Sánchez Ortega <[email protected]> <[email protected]> <[email protected]> _______________________________________________ Spanish mailing list http://lists.osgeo.org/mailman/listinfo/spanish http://es.osgeo.org http://twitter.com/osgeoes
