Changes between Version 3 and Version 4 of FdoPostgreSQLNotes


Ignore:
Timestamp:
05/10/10 19:28:00 (15 years ago)
Author:
Mike Toews
Comment:

update connection parameters and fix open tickets

Legend:

Unmodified
Added
Removed
Modified
  • FdoPostgreSQLNotes

    v3 v4  
    99 * PostgreSQL Server 8.3 to 8.4
    1010 * PostGIS 1.3 to 1.5
     11   * geometry types only
    1112   * GEOS=3.0 to 3.2
    1213   * PROJ 4.7
     
    1920
    2021'''Username'''::
    21   Your postgresql userid
     22  Your PostgreSQL username (see #647)
    2223 
    2324'''Password'''::
     
    2526
    2627'''Service'''::
    27   This is a connection string in the format "host:port", for example "localhost:5432" or "192.168.123.22:5432"
     28  A connection string in the format "host[:port]", for example "localhost" (assuming default port of 5432) or "192.168.123.22:5436"
    2829
    2930'''Datastore'''::
    30   This is the PostgreSQL database
     31  This is the PostgreSQL database on the host
    3132
    3233== Open Tickets ==
    3334
    34 [[TicketQuery(status=new|assigned|reopened&component^=PostreSQL&order=priority)]]
     35[[TicketQuery(status=new|assigned|reopened&component^=PostgreSQL Provider&order=priority)]]