Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I know how to connect Geoserver to PostgreSql and create SQL View queries with parameters from Geoserver, but ;it is possible to create a new table into PostgreSql from a Geoserver Sql View with parameters like this?:

Geoserver:

SELECT source FROM pgr_nearest_node('net',%lat%,%long%)
share|improve this question
    
Why would you not do this directly in Postgres? –  John Barça Mar 12 at 19:25
    
Hello John. Thanks for your comment. From Postgres,how it would be possible? . I would like to use Php to do some queries over the Geoserver Sql view WMS layer generated, therefore this layer should be into PostgreSql Data Base like a Table but i don't know if that depends on Geoserver or PostgreSql configuration. –  user19566 Mar 13 at 8:06

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.