<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install PostgreSQL from Source in Linux	</title>
	<atom:link href="https://www.tecmint.com/install-postgresql-from-source-code-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-postgresql-from-source-code-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 21 Nov 2023 07:30:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-postgresql-from-source-code-in-linux/comment-page-1/#comment-2057129</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 12 Sep 2023 03:51:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27745#comment-2057129</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-postgresql-from-source-code-in-linux/comment-page-1/#comment-2056866&quot;&gt;Pete Kane&lt;/a&gt;.

@Pete,

To have PostgreSQL start on boot in Linux, you can use the systemd service manager which is common in many modern Linux distributions.
&lt;pre&gt;
$ sudo systemctl enable postgresql
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-postgresql-from-source-code-in-linux/comment-page-1/#comment-2056866">Pete Kane</a>.</p>
<p>@Pete,</p>
<p>To have PostgreSQL start on boot in Linux, you can use the systemd service manager which is common in many modern Linux distributions.</p>
<pre>
$ sudo systemctl enable postgresql
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pete Kane		</title>
		<link>https://www.tecmint.com/install-postgresql-from-source-code-in-linux/comment-page-1/#comment-2056866</link>

		<dc:creator><![CDATA[Pete Kane]]></dc:creator>
		<pubDate>Mon, 11 Sep 2023 09:57:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27745#comment-2056866</guid>

					<description><![CDATA[Hi, there, and thanks for the article - how do I get postgres to start on boot?]]></description>
			<content:encoded><![CDATA[<p>Hi, there, and thanks for the article &#8211; how do I get postgres to start on boot?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DLaaren		</title>
		<link>https://www.tecmint.com/install-postgresql-from-source-code-in-linux/comment-page-1/#comment-2032492</link>

		<dc:creator><![CDATA[DLaaren]]></dc:creator>
		<pubDate>Thu, 06 Jul 2023 16:12:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27745#comment-2032492</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-postgresql-from-source-code-in-linux/comment-page-1/#comment-1919696&quot;&gt;rookies_dev&lt;/a&gt;.

Try this:
&lt;pre&gt;
$ find / -name initdb
&lt;/pre&gt;
Then just insert the full path instead of &quot;&lt;strong&gt;initdb&lt;/strong&gt;&quot;.

I have that:
&lt;pre&gt;
/usr/local/pgsql/bin/initdb  -D /usr/local/pgsql/data
&lt;/pre&gt;
]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-postgresql-from-source-code-in-linux/comment-page-1/#comment-1919696">rookies_dev</a>.</p>
<p>Try this:</p>
<pre>
$ find / -name initdb
</pre>
<p>Then just insert the full path instead of &#8220;<strong>initdb</strong>&#8220;.</p>
<p>I have that:</p>
<pre>
/usr/local/pgsql/bin/initdb  -D /usr/local/pgsql/data
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rookies_dev		</title>
		<link>https://www.tecmint.com/install-postgresql-from-source-code-in-linux/comment-page-1/#comment-1919696</link>

		<dc:creator><![CDATA[rookies_dev]]></dc:creator>
		<pubDate>Fri, 25 Nov 2022 03:57:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27745#comment-1919696</guid>

					<description><![CDATA[
# initdb -D /pgdatabase/data/ -U postgres -W

Can&#039;t use this command it said &lt;strong&gt;initdb&lt;/strong&gt; command is not found..

Please help me...]]></description>
			<content:encoded><![CDATA[<p># initdb -D /pgdatabase/data/ -U postgres -W</p>
<p>Can&#8217;t use this command it said <strong>initdb</strong> command is not found..</p>
<p>Please help me&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cesar Faria		</title>
		<link>https://www.tecmint.com/install-postgresql-from-source-code-in-linux/comment-page-1/#comment-1394682</link>

		<dc:creator><![CDATA[Cesar Faria]]></dc:creator>
		<pubDate>Wed, 25 Nov 2020 21:22:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27745#comment-1394682</guid>

					<description><![CDATA[Thank you guys, very helpful]]></description>
			<content:encoded><![CDATA[<p>Thank you guys, very helpful</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
