Changes between Version 5 and Version 6 of FdoPostGISNotes


Ignore:
Timestamp:
Sep 11, 2007, 12:56:09 PM (17 years ago)
Author:
jbirch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FdoPostGISNotes

    v5 v6  
    3030
    3131 * Ensure that your computer has a version of the Postgresql/bin directory at the beginning of the SYSTEM part of the PATH environment variable, especially for server installations like !MapGuide
    32 
    3332 * Reboot your computer
    3433
    3534
    36 === Current Outstanding Issues ===
     35== Connection Parameters ==
     36
     37When you attempt to establish a connection with the PostGIS provider, you will need to fill in a number of parameters.  These are described below:
     38
     39'''Username'''::
     40  Your postgresql userid
     41 
     42'''Password'''::
     43  Your postgresql password
     44
     45'''Service'''::
     46  This is a connection string in the format "database@host:port" where @host and :port are optional if your database is on localhost and on the default port (5432)
     47
     48'''Datastore'''::
     49  This is the PostgreSQL schema the data is stored under.  By default, all tables are stored under the "public" schema.  However, this practice is not recommended as it makes postgis dump/restore procedures messy and difficult.
     50
     51
     52== Open Tickets ==
    3753
    3854[[TicketQuery(status=new|assigned|reopened&component^=PostGIS&order=priority)]]
    39 
    40 
    41 === Closed Issues ===
    42 
    43 [[TicketQuery(status=closed&component^=PostGIS&order=priority)]]
    44