Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/postgresql/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Postgresql 如何在亚马逊RDS Postgres 13上安装pg_提示_计划_Postgresql_Amazon Web Services_Amazon Rds_Pg Hint Plan - Fatal编程技术网

Postgresql 如何在亚马逊RDS Postgres 13上安装pg_提示_计划

Postgresql 如何在亚马逊RDS Postgres 13上安装pg_提示_计划,postgresql,amazon-web-services,amazon-rds,pg-hint-plan,Postgresql,Amazon Web Services,Amazon Rds,Pg Hint Plan,我正在尝试安装以操作我的查询计划。在我与postgres 13的亚马逊RDS上 我使用CREATE extension pg_hint_plan成功添加了扩展,该扩展将显示在已安装异常列表中select*from pg_catalog.pg_extension 然而,当我尝试在查询中使用提示时,什么都没有发生。 例如,当我试图强制执行文档中显示的错误时: 我的输出上的pg_hint_计划没有错误,这就像忽略了提示一样 配置有错误吗?据我所知,我不需要按照文档中的说明加载“pg_hint_pl

我正在尝试安装以操作我的查询计划。在我与postgres 13的亚马逊RDS上

我使用
CREATE extension pg_hint_plan
成功添加了扩展,该扩展将显示在已安装异常列表中
select*from pg_catalog.pg_extension

然而,当我尝试在查询中使用提示时,什么都没有发生。 例如,当我试图强制执行文档中显示的错误时:

我的输出上的pg_hint_计划没有错误,这就像忽略了提示一样

配置有错误吗?据我所知,我不需要按照文档中的说明加载“pg_hint_plan”,因为我使用的是Amazon RDS