% Generated by roxygen2: do not edit by hand % Please edit documentation in R/construct_to_gpkg_output_postgres_str.R \name{construct_to_gpkg_output_postgres_str} \alias{construct_to_gpkg_output_postgres_str} \title{'qgisprocess' funktsiooonides GPKG INPUT/OUTPUT konstrueerimine Postgresql salvestamiseks} \usage{ construct_to_gpkg_output_postgres_str(conf = NULL) } \arguments{ \item{conf}{A list() of configuration variables. Default values \code{\link[ruut]{get_config}}.} } \value{ A string "postgres://dbname='\%s' host=\%s port=\%s user='\%s' password='\%s' sslmode=\%s key='id' srid=3301 checkPrimaryKeyUnicity='1' table=\"\%s\".\"\%s\" (geometry)". } \description{ See funktsioon konstrueerib 'qgisprocess' funktsioonides enamasti INPUT/OUTPUT/OVERLAY parameetri argumentide kasutatava fraasi, mis on vajalik postgresql andmebaasiga ühendamisegs. } \examples{ \dontrun{ conf <- ruut::get_config() construct_to_gpkg_output_postgres_str(conf = NULL) } } \seealso{ \code{\link[=db_connect]{db_connect()}}, \code{\link[=get_config]{get_config()}}, \code{\link[=construct_ogr2ogr_PG_connect_str]{construct_ogr2ogr_PG_connect_str()}}, \code{\link[=construct_qgis_output_result_to_beter_format]{construct_qgis_output_result_to_beter_format()}},\code{\link[=construct_to_gpkg_output_file_str]{construct_to_gpkg_output_file_str()}} \code{\link[=construct_ogr2ogr_PG_connect_str]{construct_ogr2ogr_PG_connect_str()}}, \code{\link[=construct_qgis_output_result_to_beter_format]{construct_qgis_output_result_to_beter_format()}} } \keyword{gpkg}