<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.garamx.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.garamx.com/dokuwiki/feed.php">
        <title>GaramX postgresql:configuration</title>
        <description></description>
        <link>https://www.garamx.com/dokuwiki/</link>
        <image rdf:resource="https://www.garamx.com/dokuwiki/lib/tpl/darkblue/images/favicon.ico" />
       <dc:date>2026-05-06T16:41:54+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.garamx.com/dokuwiki/doku.php?id=postgresql:configuration:log&amp;rev=1744711518&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.garamx.com/dokuwiki/doku.php?id=postgresql:configuration:pg_hba&amp;rev=1744711518&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.garamx.com/dokuwiki/lib/tpl/darkblue/images/favicon.ico">
        <title>GaramX</title>
        <link>https://www.garamx.com/dokuwiki/</link>
        <url>https://www.garamx.com/dokuwiki/lib/tpl/darkblue/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.garamx.com/dokuwiki/doku.php?id=postgresql:configuration:log&amp;rev=1744711518&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-15T10:05:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>postgresql:configuration:log</title>
        <link>https://www.garamx.com/dokuwiki/doku.php?id=postgresql:configuration:log&amp;rev=1744711518&amp;do=diff</link>
        <description>Query Log 작성

Postgresql은 select, update, insert등등 DB에 호출된 Query를 기록해주는 기능을 제공한다.

postgresql.conf의 주요

	*  log_direcorty=&#039;log&#039;
	*  log_filename=&#039;postgresql-%Y-%m-%d_%H%M%S.log&#039;
	*  log_statement=&#039;all&#039;</description>
    </item>
    <item rdf:about="https://www.garamx.com/dokuwiki/doku.php?id=postgresql:configuration:pg_hba&amp;rev=1744711518&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-15T10:05:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>postgresql:configuration:pg_hba</title>
        <link>https://www.garamx.com/dokuwiki/doku.php?id=postgresql:configuration:pg_hba&amp;rev=1744711518&amp;do=diff</link>
        <description>pg_hba.conf

PostgreSQL Client Authentication Configuration File


# TYPE  DATABASE        USER            ADDRESS                 METHOD

# &quot;local&quot; is for Unix domain socket connections only
local   all             all                                     trust
# IPv4 local connections:
host    all             all             127.0.0.1/32            trust
host    all             all             172.30.1.1/24           trust
# IPv6 local connections:
host    all             all             ::1/12…</description>
    </item>
</rdf:RDF>
