Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2008-06-20 08:20:14
Size: 275
Editor: 211
Comment:
Revision 5 as of 2011-12-12 10:02:35
Size: 365
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
One of the relational [Database]. OpenSource. WikiPedia:PostgreSQL One of the RelationalDatabase. OpenSource. WikiPedia:PostgreSQL
Line 6: Line 6:
 * [http://groups.google.com/group/django-users/browse_thread/thread/1ea53f8cac79f82e Django에서 PostgreSQL이 선호되는 이유?]  * [[http://groups.google.com/group/django-users/browse_thread/thread/1ea53f8cac79f82e|Django에서 PostgreSQL이 선호되는 이유?]]

데이터 덤프 및 로드

{{{
pg_dump dbname > outfile
psql dbname < infile
}}}

One of the RelationalDatabase. OpenSource. PostgreSQL

http://www.postgresql.org/

관련정보

데이터 덤프 및 로드

pg_dump dbname > outfile
psql dbname < infile


CategoryProgram

PostgreSQL (last edited 2014-01-27 10:17:28 by 61)

web biohackers.net