<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>postgresql on Shylock Hg</title>
    <link>/tags/postgresql/</link>
    <description>Recent content in postgresql on Shylock Hg</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 13 Oct 2018 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="/tags/postgresql/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Startup Of Postgresql</title>
      <link>/post/2018/10/13/startup-of-postgresql/</link>
      <pubDate>Sat, 13 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018/10/13/startup-of-postgresql/</guid>
      <description>Installation and Configuration  Install by sudo pacman -Sy postgresql. Switch to postgres user by sudo -u postgres -i. Initialize database cluster by initdb -D &#39;/var/lib/postgres/data&#39;. Switch to user with sudo and run postgresql server by systemctl start postgresql.service. Switch to postgres user and create postgresql user by createuser --interactive. Switch to user and create db by createdb dbname. Enter postgresql REPL by psql -d dbname.  CXX client interface  Install by sudo pacman -Sy libpqxx.</description>
    </item>
    
  </channel>
</rss>