[mapguide-users] Mapguide 3.0 Postgre view problem

sebafr sebafr at gmail.com
Tue Dec 6 06:01:45 PST 2016


Junction of two table for mapguide is already complex (a little ;-))

First you need to create this function in your postgres, then when creating
the view you will only use a table in the "from" getting the second table or
how many more are needed for use in the function.

View example:

Create view myview as
Select cp1, cp2, guide_generic_search_table ('cp2_second_table',
'name_second_table', 'cp1_second_table_key =' || cp3_fk) as mypesq1 from
mytable

If you need help, please forward a your generic model view



--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapguide-3-0-Postgre-view-problem-tp5298765p5298817.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list