[QGIS-trac] Re: [Quantum GIS] #2046: -c option missing in v.out.ogr.pg

Quantum GIS qgis at qgis.org
Mon Nov 30 08:23:41 EST 2009


#2046: -c option missing in v.out.ogr.pg
-------------------------------------+--------------------------------------
        Reporter:  dassau            |         Owner:  rugginoso                     
            Type:  enhancement       |        Status:  closed                        
        Priority:  minor: annoyance  |     Milestone:  Version 1.4.0                 
       Component:  GRASS             |       Version:  HEAD                          
      Resolution:  invalid           |      Keywords:  GRASS, PostGIS, Vector, Export
Platform_version:                    |      Platform:  All                           
        Must_fix:  No                |   Status_info:  0                             
-------------------------------------+--------------------------------------
Changes (by lutra):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 I was trying to make a patch for this module in order to add the "-c"
 flag, just to discover that there is no such flag.

 "v.out.ogr.pg.py --help" returns


 {{{
 Description:
  Export vector to PostGIS (PostgreSQL) database table.

 Keywords:
  vector, export, database

 Usage:
  v.out.ogr.pg.py input=name layer=value type=string[,string,...]
    olayer=string [host=string] [port=value] database=name [user=string]
    [password=string] [--verbose] [--quiet]

 Flags:
  --v   Verbose module output
  --q   Quiet module output

 Parameters:
      input   Name of input vector map
      layer   Number of input layer
              default: 1
       type   Feature type(s)
              options: point,kernel,centroid,line,boundary,area,face
     olayer   Name of output database table
       host   Host
               Host name of the machine on which the server is running.
       port   Port
               TCP port on which the server is listening, usually 5432.
   database   Database
               Database name
       user   User
               Connect to the database as the user username instead of the
 default.
   password   Password
               Password will be stored in file!
 }}}


 so I guess that it is the manual page that is wrong.

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2046#comment:2>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list