ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

ArcMap

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

Granting privileges to the Production Mapping workspace components in PostgreSQL

Production Mapping ライセンスで利用できます。

  • Granting permissions

The geodatabase administrator must grant specific privileges to the tables for all users that will be accessing the Production Mapping workspace. This can be accomplished by creating database roles and assigning the roles to the individual users.

Granting permissions

In pgAdmin or psql grant permissions to the Production Mapping workspace tables using roles.

メモ:

Copying and pasting the example may cause syntax errors.

Grant privileges:

--This SQL query creates a script to revoke permissions granted directly to pmeditor, pmviewer users.

select 'REVOKE SELECT, INSERT, UPDATE, DELETE ON ' || tableowner || '.' || tablename || ' FROM pmeditor;' AS sqltext from pg_tables where tableowner = 'pm'
union all
select 'REVOKE SELECT, INSERT, UPDATE, DELETE ON ' || tableowner || '.' || tablename || ' FROM pmviewer;' AS sqltext from pg_tables where tableowner = 'pm';

--This SQL query creates a script to grant permission to the roles.

--role_pm_pm_editor
select 'GRANT SELECT, INSERT, UPDATE, DELETE ON ' || tableowner || '.' || tablename || ' TO role_pm_pm_editor;' AS sqltext 
from pg_tables 
where tableowner = 'pm';

--role_pm_pm_viewer
select 'GRANT SELECT ON ' || tableowner || '.' || tablename || ' TO role_pm_pm_viewer;' AS sqltext 
from pg_tables 
where tableowner = 'pm';

--Grant roles to editor and viewer users
GRANT role_pm_pm_editor TO pmeditor;
GRANT role_pm_pm_viewer TO pmviewer;

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2021 Esri. | プライバシー | リーガル