<?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: C++ PostgreSQL Example in Linux</title>
	<atom:link href="http://www.askyb.com/cpp/c-postgresql-example-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askyb.com/cpp/c-postgresql-example-in-linux/</link>
	<description>Programming Tips and Tuorials</description>
	<lastBuildDate>Mon, 25 Mar 2013 01:38:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: askyb</title>
		<link>http://www.askyb.com/cpp/c-postgresql-example-in-linux/comment-page-1/#comment-1406</link>
		<dc:creator>askyb</dc:creator>
		<pubDate>Thu, 21 Feb 2013 01:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=682#comment-1406</guid>
		<description><![CDATA[it seems like __int64 is not being recognized by your system.
try to use long long instead.

e.g 
#define pg_int64 long long
]]></description>
		<content:encoded><![CDATA[<p>it seems like __int64 is not being recognized by your system.<br />
try to use long long instead.</p>
<p>e.g<br />
#define pg_int64 long long</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Andrew</title>
		<link>http://www.askyb.com/cpp/c-postgresql-example-in-linux/comment-page-1/#comment-1403</link>
		<dc:creator>Marc Andrew</dc:creator>
		<pubDate>Wed, 20 Feb 2013 15:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=682#comment-1403</guid>
		<description><![CDATA[Linux marc-desktop 3.5.0-24-generic #37-Ubuntu SMP Thu Feb 7 05:32:22 UTC 2013 i686 i686 i686 GNU/Linux]]></description>
		<content:encoded><![CDATA[<p>Linux marc-desktop 3.5.0-24-generic #37-Ubuntu SMP Thu Feb 7 05:32:22 UTC 2013 i686 i686 i686 GNU/Linux</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Andrew</title>
		<link>http://www.askyb.com/cpp/c-postgresql-example-in-linux/comment-page-1/#comment-1402</link>
		<dc:creator>Marc Andrew</dc:creator>
		<pubDate>Wed, 20 Feb 2013 15:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=682#comment-1402</guid>
		<description><![CDATA[Xubuntu 12.10

this is the result of &quot;uname -v&quot;:

#37-Ubuntu SMP Thu Feb 7 05:32:22 UTC 2013]]></description>
		<content:encoded><![CDATA[<p>Xubuntu 12.10</p>
<p>this is the result of &#8220;uname -v&#8221;:</p>
<p>#37-Ubuntu SMP Thu Feb 7 05:32:22 UTC 2013</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: askyb</title>
		<link>http://www.askyb.com/cpp/c-postgresql-example-in-linux/comment-page-1/#comment-1400</link>
		<dc:creator>askyb</dc:creator>
		<pubDate>Wed, 20 Feb 2013 15:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=682#comment-1400</guid>
		<description><![CDATA[mind to share what&#039;s the linux distro that you are using?]]></description>
		<content:encoded><![CDATA[<p>mind to share what&#8217;s the linux distro that you are using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Andrew</title>
		<link>http://www.askyb.com/cpp/c-postgresql-example-in-linux/comment-page-1/#comment-1397</link>
		<dc:creator>Marc Andrew</dc:creator>
		<pubDate>Wed, 20 Feb 2013 14:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=682#comment-1397</guid>
		<description><![CDATA[I always get this error:

In file included from /usr/lib/gcc/i686-linux-gnu/4.7/include/libpq-fe.h:29:0,
                 from main.cpp:2:
/usr/lib/gcc/i686-linux-gnu/4.7/include/postgres_ext.h:43:9: error: ‘PG_INT64_TYPE’ does not name a type
In file included from main.cpp:2:0:
/usr/lib/gcc/i686-linux-gnu/4.7/include/libpq-fe.h:542:8: error: ‘pg_int64’ does not name a type
/usr/lib/gcc/i686-linux-gnu/4.7/include/libpq-fe.h:546:8: error: ‘pg_int64’ does not name a type
/usr/lib/gcc/i686-linux-gnu/4.7/include/libpq-fe.h:548:48: error: ‘pg_int64’ has not been declared

Any thought would be apriciated.]]></description>
		<content:encoded><![CDATA[<p>I always get this error:</p>
<p>In file included from /usr/lib/gcc/i686-linux-gnu/4.7/include/libpq-fe.h:29:0,<br />
                 from main.cpp:2:<br />
/usr/lib/gcc/i686-linux-gnu/4.7/include/postgres_ext.h:43:9: error: ‘PG_INT64_TYPE’ does not name a type<br />
In file included from main.cpp:2:0:<br />
/usr/lib/gcc/i686-linux-gnu/4.7/include/libpq-fe.h:542:8: error: ‘pg_int64’ does not name a type<br />
/usr/lib/gcc/i686-linux-gnu/4.7/include/libpq-fe.h:546:8: error: ‘pg_int64’ does not name a type<br />
/usr/lib/gcc/i686-linux-gnu/4.7/include/libpq-fe.h:548:48: error: ‘pg_int64’ has not been declared</p>
<p>Any thought would be apriciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek Gupta</title>
		<link>http://www.askyb.com/cpp/c-postgresql-example-in-linux/comment-page-1/#comment-1060</link>
		<dc:creator>Abhishek Gupta</dc:creator>
		<pubDate>Tue, 04 Sep 2012 17:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.askyb.com/?p=682#comment-1060</guid>
		<description><![CDATA[I am using UBUNTU 11.10 and I need to  install ( libpq-dev ) also to compile the program
sudo apt-get install libpq-dev]]></description>
		<content:encoded><![CDATA[<p>I am using UBUNTU 11.10 and I need to  install ( libpq-dev ) also to compile the program<br />
sudo apt-get install libpq-dev</p>
]]></content:encoded>
	</item>
</channel>
</rss>
