II. PostgreSQL Ŭ¶óÀ̾ðÆ® ÇÁ·Î·¥µé
¿©±â¼´Â PostgreSQL Ŭ¶óÀ̾ðÆ®¿Í °ü°èµÈ
ÇÁ·Î±×·¥µé°ú À¯Æ¿¸®Æ¼¿¡ ´ëÇÑ »ç¿ë ¹æ¹ýÀ» ¼³¸íÇÑ´Ù.
¿©±â¼ ¼Ò°³ÇÏ´Â ÇÁ·Î±×·¥µé °¡¿îµ¥ ¸î¸îÀº µ¥ÀÌÅͺ£À̽º °ü¸®ÀÚ ±ÇÇÑÀÌ
ÀÖ¾î¾ß ½ÇÇàµÈ´Ù.
¿©±â¼ ¼Ò°³ÇÏ´Â ÇÁ·Î±×·¥µéÀº ¼¹ö°¡ °¡µ¿ÁßÀΠȣ½ºÆ®¿Í °ü°è¾øÀÌ,
¾î¶°ÇÑ È£½ºÆ®¿¡¼µµ ½ÇÇàÇÒ ¼ö ÀÖ´Ù.
- 차례
- clusterdb -- cluster a PostgreSQL database
- createdb -- create a new PostgreSQL database
- createlang -- define a new PostgreSQL procedural language
- createuser -- define a new PostgreSQL user account
- dropdb -- remove a PostgreSQL database
- droplang -- remove a PostgreSQL procedural language
- dropuser -- remove a PostgreSQL user account
- ecpg -- embedded SQL C preprocessor
- pg_config -- retrieve information about the installed version of PostgreSQL
- pg_dump -- extract a PostgreSQL database into a script file or other archive file
- pg_dumpall -- extract a PostgreSQL database cluster into a script file
- pg_restore -- restore a PostgreSQL database from an
archive file created by pg_dump
- psql -- PostgreSQL interactive terminal
- reindexdb -- reindex a PostgreSQL database
- vacuumdb -- garbage-collect and analyze a PostgreSQL database