[
https://issues.apache.org/jira/browse/HAWQ-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vineet Goel updated HAWQ-1472:
------------------------------
Description:
'alter role set' statements support should be added in HAWQ.
```
gpadmin=# alter role gpadmin SET search_path TO myschema;
ERROR: Cannot support alter role set statement yet
```
https://github.com/apache/incubator-hawq/blob/master/src/backend/tcop/utility.c#L1654
was:
'alter role set' statements support should be added in HAWQ.
```
gpadmin=# alter role gpadmin SET search_path TO myschema;
ERROR: Cannot support alter role set statement yet
```
https://github.com/apache/incubator-hawq/blob/master/
src/backend/tcop/utility.c#L1654
> Support 'alter role set' statements in HAWQ
> -------------------------------------------
>
> Key: HAWQ-1472
> URL: https://issues.apache.org/jira/browse/HAWQ-1472
> Project: Apache HAWQ
> Issue Type: New Feature
> Components: Core, DDL
> Reporter: Vineet Goel
> Assignee: Ed Espino
> Fix For: backlog
>
>
> 'alter role set' statements support should be added in HAWQ.
> ```
> gpadmin=# alter role gpadmin SET search_path TO myschema;
> ERROR: Cannot support alter role set statement yet
> ```
> https://github.com/apache/incubator-hawq/blob/master/src/backend/tcop/utility.c#L1654
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)