[GRASS-dev] [GRASS GIS] #2460: v.out.postgis doesn't export attribute table

#2460: v.out.postgis doesn't export attribute table
----------------------+---------------------------
  Reporter: martin | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.1
Component: Default | Version: svn-trunk
Resolution: | Keywords: v.out.postgis
       CPU: x86-64 | Platform: Linux
----------------------+---------------------------

Comment (by martinl):

Replying to [comment:9 martinl]:
> Right, it's still issue and must be solved before closing this ticket.

Should be fixed in r70505.

{{{
v.out.postgis in=censusblk_swwake output='PG:dbname=nc_grass' --o
type=point
-> nothing is exported

v.out.postgis in=censusblk_swwake output='PG:dbname=nc_grass' --o
type=line
-> nothing is exported

v.out.postgis in=censusblk_swwake output='PG:dbname=nc_grass' --o
type=centroid
-> centroids exported as points

v.out.postgis in=censusblk_swwake output='PG:dbname=nc_grass' --o
type=boundary
-> boundaries exported as linestrings

v.out.postgis in=censusblk_swwake output='PG:dbname=nc_grass' --o
type=area
-> areas exported as polygons
}}}

Testing welcome.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2460#comment:13&gt;
GRASS GIS <https://grass.osgeo.org>