<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://workspace.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=PostgreSQL_TIPS</id>
	<title>PostgreSQL TIPS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://workspace.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=PostgreSQL_TIPS"/>
	<link rel="alternate" type="text/html" href="https://workspace.onionmixer.net/wiki/index.php?title=PostgreSQL_TIPS&amp;action=history"/>
	<updated>2026-04-20T17:44:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://workspace.onionmixer.net/wiki/index.php?title=PostgreSQL_TIPS&amp;diff=175&amp;oldid=prev</id>
		<title>Onionmixer: pgsql관련 tip 페이지 내용 추가</title>
		<link rel="alternate" type="text/html" href="https://workspace.onionmixer.net/wiki/index.php?title=PostgreSQL_TIPS&amp;diff=175&amp;oldid=prev"/>
		<updated>2013-02-14T13:07:19Z</updated>

		<summary type="html">&lt;p&gt;pgsql관련 tip 페이지 내용 추가&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==데이터베이스 사용시 pg_hba.conf 설정==&lt;br /&gt;
&lt;br /&gt;
* 참고주소 :: http://k.daum.net/qna/openknowledge/view.html?qid=0slhn&lt;br /&gt;
* 맨 뒤쪽을 md5로 맞추고 address부분을 0.0.0.0/0 으로 맞추면 어디서나 접근가능&lt;br /&gt;
* db를 all로 푸는것은 대단히 좋지 않다&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==postgreSQL관련 NHN개발자 블로그의 리뷰==&lt;br /&gt;
&lt;br /&gt;
* 참고주소 :: http://helloworld.naver.com/helloworld/227936&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==postgreSQL의 데이터타입==&lt;br /&gt;
&lt;br /&gt;
* 참고주소-한글판 :: http://devbada.tistory.com/72&lt;br /&gt;
* 참고주소-영문판 :: http://www.postgresql.org/docs/9.0/interactive/datatype.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==table설계시 forign key의 지정방법==&lt;br /&gt;
&lt;br /&gt;
* 참고주소 :: http://bloodguy.tistory.com/entry/FOREIGN-KEY&lt;br /&gt;
* create tables의 field지정시&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
CREATE TABLE weather (&lt;br /&gt;
    city        varchar(80) references cities (city),&lt;br /&gt;
    temp_lo  int,&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
이런식으로 해주면 성공&lt;/div&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
</feed>