<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>devkuma – PostgreSQL</title>
    <link>https://www.devkuma.com/en/tags/postgresql/</link>
    <image>
      <url>https://www.devkuma.com/en/tags/postgresql/logo/180x180.jpg</url>
      <title>PostgreSQL</title>
      <link>https://www.devkuma.com/en/tags/postgresql/</link>
    </image>
    <description>Recent content in PostgreSQL on devkuma</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kc@example.com (kc kim)</managingEditor>
    <webMaster>kc@example.com (kc kim)</webMaster>
    <copyright>The devkuma</copyright>
    
	  <atom:link href="https://www.devkuma.com/en/tags/postgresql/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>PostgreSQL | Installing PostgreSQL</title>
      <link>https://www.devkuma.com/en/docs/postgresql/postgresql-installation/</link>
      <pubDate>Thu, 17 Aug 2017 10:31:25 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/postgresql/postgresql-installation/</guid>
      <description>
        
        
        &lt;p&gt;This section explains how to download PostgreSQL and install it in a Windows environment.&lt;/p&gt;
&lt;p&gt;Download the installer for your operating system from the following site and install it.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.postgresql.org/download/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://www.postgresql.org/download/&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>PostgreSQL</category>
      
      <category>Database</category>
      
    </item>
    
    <item>
      <title>PostgreSQL | Installing PostgreSQL | Download and Install PostgreSQL</title>
      <link>https://www.devkuma.com/en/docs/postgresql/postgresql-download-install/</link>
      <pubDate>Thu, 17 Aug 2017 10:31:25 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/postgresql/postgresql-download-install/</guid>
      <description>
        
        
        &lt;p&gt;This article explains how to download and install PostgreSQL. As of March 2020, the latest version is PostgreSQL 12.2. This time, PostgreSQL is installed on Windows 10 64-bit.&lt;/p&gt;
&lt;h2 id=&#34;download-postgresql&#34;&gt;Download PostgreSQL&lt;/h2&gt;
&lt;p&gt;Download PostgreSQL from the following URL.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.postgresql.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://www.postgresql.org/&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_org_download_1.png&#34; alt=&#34;Postgresql.org Download&#34;&gt;&lt;/p&gt;
&lt;p&gt;Click Download at the top of the screen.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_org_download_2.png&#34; alt=&#34;Postgresql.org Download&#34;&gt;&lt;/p&gt;
&lt;p&gt;Click the &amp;ldquo;Windows&amp;rdquo; link under Binary packages.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_org_download_3.png&#34; alt=&#34;Postgresql.org Download&#34;&gt;&lt;/p&gt;
&lt;p&gt;The download page for Windows is displayed. Click the &amp;ldquo;Download the installer&amp;rdquo; link.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_org_download_4.png&#34; alt=&#34;Postgresql.org Download&#34;&gt;&lt;/p&gt;
&lt;p&gt;A screen where you can download each version is displayed. Since PostgreSQL 12.2 Windows x86-64 is used here, click Download in that row.&lt;/p&gt;
&lt;p&gt;The download will then start. Save the file in an appropriate location.&lt;/p&gt;
&lt;h2 id=&#34;install-postgresql&#34;&gt;Install PostgreSQL&lt;/h2&gt;
&lt;p&gt;Next, install PostgreSQL. Double-click the downloaded &lt;code&gt;postgresql-12.2-1-windows-x64.exe&lt;/code&gt; file, and the following window is displayed. Click Next.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_setup_1.png&#34; alt=&#34;Postgresql Setup&#34;&gt;&lt;/p&gt;
&lt;p&gt;Specify the installation location. You can leave the default as is, or specify another installation directory if you want to change it. Here, the default location is used. Click Next.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_setup_2.png&#34; alt=&#34;Postgresql Setup&#34;&gt;&lt;/p&gt;
&lt;p&gt;Select the components to install. Here, leave everything checked and click Next.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_setup_3.png&#34; alt=&#34;Postgresql Setup&#34;&gt;&lt;/p&gt;
&lt;p&gt;Specify the directory where generated data, such as databases, will be stored. If you want to change it, specify another directory. This time, the default is used again. Click Next.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_setup_4.png&#34; alt=&#34;Postgresql Setup&#34;&gt;&lt;/p&gt;
&lt;p&gt;Set the password for the &lt;code&gt;postgres&lt;/code&gt; superuser account. Enter the password twice for confirmation. When the setting is complete, click Next.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_setup_5.png&#34; alt=&#34;Postgresql Setup&#34;&gt;&lt;/p&gt;
&lt;p&gt;Specify the port number used to connect to PostgreSQL. The default &lt;code&gt;5432&lt;/code&gt; is usually fine, but you can change it. When the setting is complete, click Next.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_setup_6.png&#34; alt=&#34;Postgresql Setup&#34;&gt;&lt;/p&gt;
&lt;p&gt;Specify the locale to use when creating the new database cluster. It is initially set to [Default locale]. Select Korean, Korea, and click Next.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_setup_7.png&#34; alt=&#34;Postgresql Setup&#34;&gt;&lt;/p&gt;
&lt;p&gt;Review the settings so far. Click Next.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_setup_8.png&#34; alt=&#34;Postgresql Setup&#34;&gt;&lt;/p&gt;
&lt;p&gt;Perform the final check before installation. If everything is ready, click Next.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_setup_9.png&#34; alt=&#34;Postgresql Setup&#34;&gt;&lt;/p&gt;
&lt;p&gt;When installation begins, the installation files are created.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_setup_10.png&#34; alt=&#34;Postgresql Setup&#34;&gt;&lt;/p&gt;
&lt;p&gt;When the following screen appears, PostgreSQL installation is complete.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_setup_11.png&#34; alt=&#34;Postgresql Setup&#34;&gt;&lt;/p&gt;
&lt;p&gt;If you click Finish while the checkbox on the left of Stack Builder is selected, Stack Builder starts so that additional applications such as drivers can be installed. This will not be used here, so clear the checkbox and click Finish.&lt;/p&gt;
&lt;p&gt;&amp;ndash;&lt;/p&gt;
&lt;p&gt;This completes the explanation of how to download and install PostgreSQL.&lt;/p&gt;

      </description>
      
      <category>PostgreSQL</category>
      
      <category>Database</category>
      
    </item>
    
    <item>
      <title>PostgreSQL | Installing PostgreSQL | PATH Settings</title>
      <link>https://www.devkuma.com/en/docs/postgresql/path-settings/</link>
      <pubDate>Thu, 17 Aug 2017 10:31:25 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/postgresql/path-settings/</guid>
      <description>
        
        
        &lt;p&gt;When connecting to PostgreSQL from Command Prompt, setting PATH is convenient. This article explains how to configure PATH.&lt;/p&gt;
&lt;h2 id=&#34;configure-path&#34;&gt;Configure PATH&lt;/h2&gt;
&lt;p&gt;The PostgreSQL programs that are run from the command line are included in the &lt;code&gt;bin&lt;/code&gt; directory under the PostgreSQL installation directory.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-cmd&#34; data-lang=&#34;cmd&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;C&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f57900&#34;&gt;\Program&lt;/span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt; Files\PostgreSQL\12\bin&amp;gt;dir/w&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; C 드라이브의 볼륨에는 이름이 없습니다.
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; 볼륨 일련 번호: XXXX-XXXX
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; C:\Program Files\PostgreSQL\12\bin 디렉터리
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;[.]                           [..]                          clusterdb.exe                 createdb.exe
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;createuser.exe                dropdb.exe                    dropuser.exe                  ecpg.exe
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;icudt53.dll                   icuin53.dll                   icuio53.dll                   icule53.dll
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;iculx53.dll                   icutest53.dll                 icutu53.dll                   icuuc53.dll
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;initdb.exe                    isolationtester.exe           libcrypto-1_1-x64.dll         libcurl.dll
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;libcurl.lib                   libecpg.dll                   libecpg_compat.dll            libiconv-2.dll
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;libintl-8.dll                 libpgtypes.dll                libpq.dll                     libssl-1_1-x64.dll
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;libwinpthread-1.dll           libxml2.dll                   libxslt.dll                   oid2name.exe
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;pgbench.exe                   pg_archivecleanup.exe         pg_basebackup.exe             pg_checksums.exe
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;pg_config.exe                 pg_controldata.exe            pg_ctl.exe                    pg_dump.exe
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;pg_dumpall.exe                pg_isolation_regress.exe      pg_isready.exe                pg_receivewal.exe
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;pg_recvlogical.exe            pg_regress.exe                pg_regress_ecpg.exe           pg_resetwal.exe
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;pg_restore.exe                pg_rewind.exe                 pg_standby.exe                pg_test_fsync.exe
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;pg_test_timing.exe            pg_upgrade.exe                pg_waldump.exe                postgres.exe
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;psql.exe                      reindexdb.exe                 stackbuilder.exe              vacuumdb.exe
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;vacuumlo.exe                  wxbase28u_net_vc_custom.dll   wxbase28u_vc_custom.dll       wxbase28u_xml_vc_custom.dll
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;wxmsw28u_adv_vc_custom.dll    wxmsw28u_aui_vc_custom.dll    wxmsw28u_core_vc_custom.dll   wxmsw28u_html_vc_custom.dll
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;wxmsw28u_xrc_vc_custom.dll    zic.exe                       zlib1.dll
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;              69개 파일          56,286,000 바이트
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;               2개 디렉터리  442,429,300,736 바이트 남음
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;C&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f57900&#34;&gt;\Program&lt;/span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt; Files\PostgreSQL\12\bin&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Now configure PATH. This example uses Windows 10.&lt;/p&gt;
&lt;p&gt;First, open File Explorer, select &amp;ldquo;This PC&amp;rdquo;, and right-click it.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_path_1.png&#34; alt=&#34;Postgresql path&#34;&gt;&lt;/p&gt;
&lt;p&gt;When the &amp;ldquo;System&amp;rdquo; screen appears, click &amp;ldquo;Advanced system settings&amp;rdquo; in the left menu.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_path_2.png&#34; alt=&#34;Postgresql path&#34;&gt;&lt;/p&gt;
&lt;p&gt;When the &amp;ldquo;System Properties&amp;rdquo; screen appears, click &amp;ldquo;Environment Variables&amp;rdquo; near the bottom.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_path_3.png&#34; alt=&#34;Postgresql path&#34;&gt;&lt;/p&gt;
&lt;p&gt;The &amp;ldquo;Edit environment variable&amp;rdquo; screen is displayed. Configure PATH on this screen.&lt;/p&gt;
&lt;p&gt;In &amp;ldquo;System variables&amp;rdquo;, find the variable named &amp;ldquo;Path&amp;rdquo;. Select the row labeled &amp;ldquo;Path&amp;rdquo; and click the &amp;ldquo;Edit&amp;rdquo; button.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_path_4.png&#34; alt=&#34;Postgresql path&#34;&gt;&lt;/p&gt;
&lt;p&gt;The &amp;ldquo;Edit environment variable&amp;rdquo; screen appears.&lt;/p&gt;
&lt;p&gt;Click &amp;ldquo;New&amp;rdquo; in the upper right to add a new item to the end of the list on the left. Enter the PostgreSQL &lt;code&gt;bin&lt;/code&gt; directory, such as &lt;code&gt;C:\Program Files\PostgreSQL\12\bin&lt;/code&gt;. Enter the path that matches your installed PostgreSQL directory. When you are done, click &amp;ldquo;OK&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_path_5.png&#34; alt=&#34;Postgresql path&#34;&gt;&lt;/p&gt;
&lt;p&gt;This completes adding the PATH used for PostgreSQL to the PATH setting.&lt;/p&gt;
&lt;h2 id=&#34;check-whether-path-is-set-correctly&#34;&gt;Check Whether PATH Is Set Correctly&lt;/h2&gt;
&lt;p&gt;Now check whether the setting is correct. After setting PATH, the setting is not applied unless you open a new Command Prompt, so open a new Command Prompt. Then run the following command.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ psql --version
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;C:\&amp;gt;psql --version
psql (PostgreSQL) 12.2

C:\&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If the PostgreSQL version is displayed, PATH is set correctly.&lt;/p&gt;
&lt;p&gt;If the following message appears, PATH is not set correctly, so check the setting again.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;C:\&amp;gt;psql --version
&amp;#39;psql&amp;#39;은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.

C:\&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;hr&gt;
&lt;p&gt;This article explained how to configure PATH so PostgreSQL can be used from the command line.&lt;/p&gt;

      </description>
      
      <category>PostgreSQL</category>
      
      <category>Database</category>
      
    </item>
    
    <item>
      <title>PostgreSQL | Installing PostgreSQL | Start and Stop the Windows Service</title>
      <link>https://www.devkuma.com/en/docs/postgresql/start-and-stop-windows-service/</link>
      <pubDate>Thu, 17 Aug 2017 10:31:25 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/postgresql/start-and-stop-windows-service/</guid>
      <description>
        
        
        &lt;p&gt;When PostgreSQL is installed in a Windows environment, it is automatically registered as a Windows service and set to a &amp;ldquo;running&amp;rdquo; state. This article explains how to check how PostgreSQL is registered as a Windows service, and how to stop or restart PostgreSQL.&lt;/p&gt;
&lt;h2 id=&#34;check-the-windows-service-list&#34;&gt;Check the Windows Service List&lt;/h2&gt;
&lt;p&gt;First, check whether PostgreSQL is registered as a Windows service. To display the Windows service list, right-click the Start menu at the lower left of the desktop, and click &amp;ldquo;Computer Management&amp;rdquo; from the displayed menu.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_service_1.png&#34; alt=&#34;컴퓨터 관리&#34;&gt;&lt;/p&gt;
&lt;p&gt;When the &amp;ldquo;Computer Management&amp;rdquo; screen is displayed, click &amp;ldquo;Services&amp;rdquo; under &amp;ldquo;Services and Applications&amp;rdquo; in the left menu. Information about services is displayed. In the displayed list, find &amp;ldquo;postgresql-x64-12&amp;rdquo; and double-click it.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_service_2.png&#34; alt=&#34;컴퓨터 관리-서비스&#34;&gt;&lt;/p&gt;
&lt;p&gt;The properties for PostgreSQL registered as a Windows service are displayed as shown below.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_service_3.png&#34; alt=&#34;PostgreSQL 속성&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;start-and-stop-the-postgresql-service&#34;&gt;Start and Stop the PostgreSQL Service&lt;/h2&gt;
&lt;p&gt;Because &amp;ldquo;Startup type&amp;rdquo; is set to &amp;ldquo;Automatic&amp;rdquo;, PostgreSQL starts automatically as a service when Windows starts. If you want to start PostgreSQL manually, change &amp;ldquo;Startup type&amp;rdquo; to &amp;ldquo;Manual&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_service_4.png&#34; alt=&#34;PostgreSQL 속성&#34;&gt;&lt;/p&gt;
&lt;p&gt;To stop PostgreSQL, click &amp;ldquo;Stop&amp;rdquo; under &amp;ldquo;Service status&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_service_5.png&#34; alt=&#34;PostgreSQL 속성-중지&#34;&gt;&lt;/p&gt;
&lt;p&gt;To start a stopped PostgreSQL service, click &amp;ldquo;Start&amp;rdquo; under &amp;ldquo;Service status&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_service_6.png&#34; alt=&#34;PostgreSQL 속성-시작&#34;&gt;&lt;/p&gt;
&lt;p&gt;In &amp;ldquo;Path to executable&amp;rdquo;, you can see the command used to start PostgreSQL.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;C:\Program Files\PostgreSQL\12\bin\pg_ctl.exe&amp;#34; runservice -N &amp;#34;postgresql-x64-12&amp;#34; -D &amp;#34;C:\Program Files\PostgreSQL\12\data&amp;#34; -w
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&amp;ndash;&lt;/p&gt;
&lt;p&gt;This article explained how to check how PostgreSQL is registered as a Windows service, and how to start or stop PostgreSQL as a Windows service.&lt;/p&gt;

      </description>
      
      <category>PostgreSQL</category>
      
      <category>Database</category>
      
    </item>
    
    <item>
      <title>PostgreSQL | Installing PostgreSQL | Referencing PostgreSQL Documentation</title>
      <link>https://www.devkuma.com/en/docs/postgresql/referencing-postgresql-documentation/</link>
      <pubDate>Thu, 17 Aug 2017 10:31:25 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/postgresql/referencing-postgresql-documentation/</guid>
      <description>
        
        
        &lt;p&gt;This article explains how to refer to documentation that is useful when using PostgreSQL.&lt;/p&gt;
&lt;h2 id=&#34;postgresql-online-documentation&#34;&gt;PostgreSQL Online Documentation&lt;/h2&gt;
&lt;p&gt;To refer to the PostgreSQL documentation, access the following URL.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.postgresql.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://www.postgresql.org/&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Click &amp;ldquo;Documentation&amp;rdquo; at the top of the screen.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_docu_1.png&#34; alt=&#34;postgresql.org&#34;&gt;&lt;/p&gt;
&lt;p&gt;The &amp;ldquo;Documentation&amp;rdquo; page is displayed. In &amp;ldquo;Online Manuals&amp;rdquo; on the right side of the screen, you can see links for each version. Since the installed PostgreSQL version was 12, click the link labeled 12.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_docu_2.png&#34; alt=&#34;Documentation&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Under &amp;ldquo;Translated Manuals&amp;rdquo;, you can see a list of translated languages. Unfortunately, Korean is not listed.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The PostgreSQL 12.2 documentation is displayed.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/postgresql/postgresql_docu_3.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
      
      <category>PostgreSQL</category>
      
      <category>Database</category>
      
    </item>
    
  </channel>
</rss>
