> table을 생성하고 \dt를 쳐보면.. 꼭 5개씩 생깁니다...
> 아래와 같이요...
> [upgrade:pgsql]pgsql2 >%psql board
> Welcome to the POSTGRESQL interactive sql monitor:
> Please read the file COPYRIGHT for copyright terms of POSTGRESQL
> [PostgreSQL 6.5.3 on sparc/sun/solaris2.5.1, compiled by gcc 2.8.1]
>
> type \? for help on slash commands
> type \q to quit
> type \g or terminate with semicolon to execute query
> You are currently connected to the database: board
>
> board=> \dt
> Database = board
> +//////////////////+//////////////////////////////////+//////////+
> | Owner | Relation | Type |
> +//////////////////+//////////////////////////////////+//////////+
> | pgsql | exam | table |
> | pgsql | exam | table |
> | pgsql | exam | table |
> | pgsql | exam | table |
> | pgsql | exam | table |
> | pgsql | weather | table |
> | pgsql | weather | table |
> | pgsql | weather | table |
> | pgsql | weather | table |
> | pgsql | weather | table |
> | pgsql | 날씨 | table |
> | pgsql | 날씨 | table |
> | pgsql | 날씨 | table |
> | pgsql | 날씨 | table |
> | pgsql | 날씨 | table |
> +//////////////////+//////////////////////////////////+//////////+
>
> board=>
>
> 어디에 이상이 있어서 그런가요?
> table를 만들시 생성되는 table수를 고치는 곳도 있나요?
> default가 5개 인가요???
> 궁금합니다...
글쎄요. 정말 궁금하군요. 어째 저런 현상이 /./
전 개인적으로 그런 에러를 당한적은 없습니다.
그리고 기본적으로 생성되는 테이블의 수가 정해 질수 없지요. 항상 unique 해야 하므로 당연히 하나가 생성되어야 합니다.
|