PostgreSql DB 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3278 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-10 03:46:29 +00:00
parent c504da0ebe
commit 29d100531f
10 changed files with 61 additions and 7 deletions

View file

@ -237,6 +237,7 @@ EndOfLicense;
'sqlite2' => '파일로 데이터를 저장하는 sqlite2를 지원합니다.<br />설치시 DB파일은 웹에서 접근할 수 없는 곳에 생성하여 주셔야 합니다.<br />(안정화 테스트가 되지 않았습니다)',
'sqlite3_pdo' => 'PHP의 PDO로 sqlite3를 지원합니다.<br />설치시 DB파일은 웹에서 접근할 수 없는 곳에 생성하여 주셔야 합니다.',
'cubrid' => 'CUBRID DB를 이용합니다.',
'postgresql' => 'PostgreSql을 이용합니다',
);
$lang->form_title = 'DB &amp; 관리자 정보 입력';