postgis.gdal_config_options — 设置使用Out-db栅格时使用的选项的字符串配置。
设置
postgis.gdal_vsi_options
对于当前会话:
SET postgis.gdal_config_options = 'AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxx AWS_SECRET_ACCESS_KEY=yyyyyyyyyyyyyyyyyyyyyyyyyy';
设置
postgis.gdal_vsi_options
只是为了
当前交易
使用
LOCAL
关键词:
SET LOCAL postgis.gdal_config_options = 'AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxx AWS_SECRET_ACCESS_KEY=yyyyyyyyyyyyyyyyyyyyyyyyyy';