> > 안녕하십니까? 원주에 사는 김성태입니다.
> >
> > 설치는 잘되어서 잘 동작 합니다.
> >
> > 작성하고 작성완료를 누르면 다음과 같은 에러가 나거든요.
> >
> >
> > Warning: PostgresSQL query failed: ERROR: You can't change sequence
> re
> > lation board_num in pgsql.inc on line 67
> > Database selection error.
> > Error.
> >
> > 어떤 Error인지 궁금합니다.
> >
> > grant는 설정다 했거든요...
> >
> > 잘못했나?? 쩝...
> >
> > 답변 부탁 드립니다.
>
> Grant 설정이 완료되지 않았기 때문입니다.
> board_num 이라고 하는 sequence의 grant 도 변경해 줘야 합니다.
> grant all on board_num to nobody;
>
> 해 주시기 바랍니다.
>
답변해 주셔서 대단히 감사합니다.
webdb=>\d
Database = webdb
+//////////////////+////////////////////////////+//////////+
| Owner | Relation | Type |
+//////////////////+////////////////////////////+//////////+
| postgres | board | table |
| postgres | board_num | sequence |
| postgres | board_pkey | index |
| postgres | board_topic_num | sequence |
+//////////////////+////////////////////////////+//////////+
webdb=>
이렇게 나오거든요...
webdb=>grant all on board_num to nobody;
CHANGE
webdb=>grant all on board_topic_nu to nobody;
이렇게 실행하고도 안됩니다..
에러는 아까하고 똑같습니다.
그럼...
참고로
apache 1.3.9 Source Version
php 3.0.9 Source Version
postgresql 6.5.3 RPM Version
초보자 드림...
|