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