I have seen a few postings relating to this question but the solutions are described with minimal detail, so I am looking for a MORE descriptive response. The solution I desire is via QGIS.
My procedure is as follows;
- Connect to the Shapefile (source table)
- Connect to the cloud PostgreSQL (PG) table (target table)
- Enter a record (metadata only) in the PostgreSQL. The "geom" column is null for this record.
- Save the edit in the PG table
- Now open the attribute table for the PG Table and select the row
- On the QGIS map enable the Shapefile table and query for the corresponding record and select the feature on the map which has geometry.
- Enable the Advanced Digitizing Tools tool bar
- Enable editing on the PG Table???
- Select the "Add Part" button
Steps 8 and 9 is where I am unsure what else needs to be done, as well as the remainder of the process to save the geometry in the PG Table (target).