pgsql에서 인코딩을 지정하는 방법?

권순선의 이미지

Quote:
postgres@kldp:~$ psql -l
List of databases
Name | Owner | Encoding
-------------+----------+-----------
alexandria | postgres | UNICODE
gforge | postgres | SQL_ASCII
sourceforge | postgres | SQL_ASCII
template0 | postgres | SQL_ASCII
template1 | postgres | SQL_ASCII
(5 rows)

현재 각 db의 인코딩 상태는 위와 같은데 "gforge" db의 인코딩을 unicode로 지정하고자 합니다. 그래서 "psql gforge"로 들어가서 "\encoding UNICODE"를 수행해 주고 \encoding 을 수행해 보면 UNICIDE로 나오는데 \q로 psql에서 나와서 확인해 보면 위와 똑같이 나와 버립니다. pgsql에서 특정한 db의 인코딩을 변경하는 방법은 무엇인지요?

그리고 별다른 옵션 없이 db를 생성할 때 기본적으로 지정되는 인코딩은 어디서 설정하는지도 궁금합니다.

dsh의 이미지

db생성 시 -E 옵션으로 지정하지 않았다면,
template1 의 인코딩 정보를 가져옵니다.
template1 의 인코딩 정보는 initdb 작업을 할 때 지정할 수 있습니다.

Quote:
initdb -E EUC_KR
createdb -E EUC_KR dbname

man initdb
man createdb

기존 정보의 변경은 잘 모르겠습니다. 날라리 사용자라서 ^^;

progcom의 이미지

\encoding은 클라이언트의 인코딩을 설정하는겁니다. DB의 인코딩이 아니지요.
(이 값에 따라서 클라이언트에서 DB로 들어갈때 인코딩하게 됩니다)

DB자체의 인코딩을 설정하려면,
CREATE DB <tablename> WITH ENCODING='UNICODE'
를 실행하셨어야... :D

이미 만들어진 DB의 인코딩 변경에 대해서는 잘 모르겠네요. :?

dyaus의 이미지

이미 생성되어 있는 db encoding을 변경할 수 있는 손쉬운 방법은 없는것으로 기억합니다.

dump -> drop -> create with encoding -> restore

권순선의 이미지

dump를 하고, 기존 db를 삭제한 뒤 같은 이름으로 원하는 인코딩을 지정해서 다시 db를 생성한 후 dump에서 사용한 파일로 restore를 하려고 하니 오류가 나네요.

혹시 아래 오류의 의미와 해결 방법을 알고 계신 분이 있을까요? pg_dump로 덤프한 파일인데 왜 안되는지....

Quote:
postgres@kldp:~$ psql gforge < ./gforge_dump.1118.final
You are now connected as new user postgres.
ERROR: function plpgsql_call_handler already exists with same argument types
ERROR: Language plpgsql already exists
\connect: FATAL 1: IDENT authentication failed for user "gforge"
progcom의 이미지

psql -d <dbname> -f ./gforge_dump.1118.final

이렇게 하세요.
DBMS마다 사용법이 다르답니다. :D

권순선의 이미지

progcom wrote:
psql -d <dbname> -f ./gforge_dump.1118.final

이렇게 하세요.
DBMS마다 사용법이 다르답니다. :D


마찬가지 에러가 나는데요...저도 pgsql 사이트에 있는 문서보고 따라한 거거든요. :)
Quote:
postgres@kldp:~$ psql -d gforge -f ./gforge_dump.1118.final
You are now connected as new user postgres.
psql:./gforge_dump.1118.final:12: ERROR: function plpgsql_call_handler already exists with same argument types
psql:./gforge_dump.1118.final:20: ERROR: Language plpgsql already exists
psql:./gforge_dump.1118.final:22: \connect: FATAL 1: IDENT authentication failed for user "gforge"
progcom의 이미지

권순선 wrote:
Quote:
psql:./gforge_dump.1118.final:12: ERROR: function plpgsql_call_handler already exists with same argument types
psql:./gforge_dump.1118.final:20: ERROR: Language plpgsql already exists
psql:./gforge_dump.1118.final:22: \connect: FATAL 1: IDENT authentication failed for user "gforge"

제가 잘 몰라서 테스트 DB 만들어서 직접 덤프해보니 덤프 파일 내에 이런 내용이 들어가더군요.
\connect - <username>

아마도 위의 에러도 덤프 파일 내에 들어있는 내용으로 인해 나는 오류인듯 싶습니다.
특히 22줄에 \connect - gforge가 있을 듯 싶네요. IDENT 인증을 시도해서 실패하고 있네요. gforge에 gforge DB 접근 권한을 주던지, 덤프 파일의 해당 부분을 실제로 사용이 가능한 유저로 변경해주면 될 듯 싶습니다. (오류 라인 표시 잘 해주고 있네요 ^^)

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.