我正在尝试安装pgAgent。我已经安装了greenplum。没有单独安装postgres。我正在使用pgAdmin3。我已经下载了pgagent3.4.0。 当我在Windows中运行此 pgagent.sql 文件时,其重定向到pgAdmin3以安装pgAgent模式。但我收到以下错误:-
>>NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pga_jobagent_pkey" for table "pga_jobagent"
NOTICE: CREATE TABLE will create implicit sequence "pga_jobclass_jclid_seq" for serial column "pga_jobclass.jclid"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pga_jobclass_pkey" for table "pga_jobclass"
>>ERROR: UNIQUE index must contain all columns in the distribution key of relation "pga_jobclass"
********** Error **********
>>ERROR: UNIQUE index must contain all columns in the distribution key of relation "pga_jobclass"
SQL state: 42P16
我在安装Greenplum的Unix服务器中也没有pgagent扩展。
在这种类型的环境设置中如何相应地工作?
-一个小问题,即使安装了greenplum DB来执行此类pgagent活动,也需要单独安装postgres?
答案 0 :(得分:0)
Greenplum不支持pgAgent。大多数逻辑由Greenplum不支持的触发器处理。如果要使用pgAgent,则应使用PostgreSQL。