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개 인가요???
궁금합니다...
|