<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title># Life Wisdom &#38; Significant &#187; postgresql</title>
	<atom:link href="https://blog.hidupbersahaja.com/tag/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.hidupbersahaja.com</link>
	<description>a small note of my life journey</description>
	<lastBuildDate>Sat, 03 Jan 2026 13:29:30 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Import .sql file into database schema in PostgreSQL</title>
		<link>https://blog.hidupbersahaja.com/import-sql-file-into-database-schema-in-postgresql/</link>
		<comments>https://blog.hidupbersahaja.com/import-sql-file-into-database-schema-in-postgresql/#comments</comments>
		<pubDate>Thu, 01 Nov 2018 00:23:58 +0000</pubDate>
		<dc:creator><![CDATA[Muhammad Ghufron]]></dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">https://blog.hidupbersahaja.com/?p=1715</guid>
		<description><![CDATA[Just wanna post snippet code import .sql file into particular database schema in PostgreSQL. Here is the command : use &#8211;password &#8220;your_password&#8221; if you are using password to access your PostgreSQL, please ensure that your psql classpath has installed properly. you can check by using command :]]></description>
		<wfw:commentRss>https://blog.hidupbersahaja.com/import-sql-file-into-database-schema-in-postgresql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL Converting Epoch (date long) to Formatted Date (vice versa)</title>
		<link>https://blog.hidupbersahaja.com/postgresql-converting-epoch-date-long-to-formatted-date-vice-versa/</link>
		<comments>https://blog.hidupbersahaja.com/postgresql-converting-epoch-date-long-to-formatted-date-vice-versa/#comments</comments>
		<pubDate>Mon, 06 Aug 2018 06:50:45 +0000</pubDate>
		<dc:creator><![CDATA[Muhammad Ghufron]]></dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">https://blog.hidupbersahaja.com/?p=1678</guid>
		<description><![CDATA[Epoch : The Unix epoch (or Unix time or POSIX time or Unix timestamp) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds (in ISO 8601: 1970-01-01T00:00:00Z). Literally speaking the epoch is Unix time 0 (midnight 1/1/1970), but &#8216;epoch&#8217; is often used as a synonym for [&#8230;]]]></description>
		<wfw:commentRss>https://blog.hidupbersahaja.com/postgresql-converting-epoch-date-long-to-formatted-date-vice-versa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sticky Code : Kill Process Session Database in PostgreSQL</title>
		<link>https://blog.hidupbersahaja.com/sticky-code-kill-process-session-database-in-postgresql/</link>
		<comments>https://blog.hidupbersahaja.com/sticky-code-kill-process-session-database-in-postgresql/#comments</comments>
		<pubDate>Tue, 19 Sep 2017 04:24:09 +0000</pubDate>
		<dc:creator><![CDATA[Muhammad Ghufron]]></dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[Sticky Code]]></category>

		<guid isPermaLink="false">https://blog.hidupbersahaja.com/?p=1591</guid>
		<description><![CDATA[Have you ever seen this error message when you are trying to delete particular DB ? This error message tells us that DB in used and cannot be dropped. And sometimes I feel little bit annoying because I don&#8217;t have much time to ask anyone who access / remote DB to close their connection. So what [&#8230;]]]></description>
		<wfw:commentRss>https://blog.hidupbersahaja.com/sticky-code-kill-process-session-database-in-postgresql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
