<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Postgre CURRVAL issue"]]></title>
		<link>https://forum.andowson.com/posts/list/7.page</link>
		<description><![CDATA[Latest messages posted in the topic "Postgre CURRVAL issue"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Postgre CURRVAL issue</title>
				<description><![CDATA[ I install JForums on postgres. I am assuming that the only SQL file JForum uses for all it's queries is generic_queries.sql because the DB which i have consist of schemaname.tablename and because of that i had to change all of my SQL file. 
<br>
<br>
Since this was an issue so inserted everything manually and implemented SSO which is working just fine. There were several bug which i faced on PSQL JForums which i will post in your JIRA site. 
<br>
<br>
I have a question. Everytime i post a message on JForums or create a topic or send a PVT message to a user i get a PSQLException :- 
<br>
<br>
Error: currval of sequence "jforum_privmsgs_seq" is not yet defined in the session. 
<br>
<br>
I saw in postgresql.sql file it has :- 
<br>
<br>
select CURRVAL('jforum_privmsgs_seq') 
<br>
select CURRVAL('jforum_topics_seq')]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/357/681.page</guid>
				<link>https://forum.andowson.com/posts/preList/357/681.page</link>
				<pubDate><![CDATA[Wed, 28 Oct 2009 10:09:40]]> GMT</pubDate>
				<author><![CDATA[ acer123]]></author>
			</item>
			<item>
				<title>Re:Postgre CURRVAL issue</title>
				<description><![CDATA[ Never mind i got it :--)]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/357/683.page</guid>
				<link>https://forum.andowson.com/posts/preList/357/683.page</link>
				<pubDate><![CDATA[Wed, 28 Oct 2009 11:48:25]]> GMT</pubDate>
				<author><![CDATA[ acer123]]></author>
			</item>
	</channel>
</rss>