<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "serial type to postgresql databases"]]></title>
		<link>http://www.sqlpower.ca/forum/posts/list/2.page</link>
		<description><![CDATA[Latest messages posted in the topic "serial type to postgresql databases"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>serial type to postgresql databases</title>
				<description><![CDATA[ hi all<br /> <br /> how i use or chose serial type (type with auto-increment on postgresql) ?<br /> <br /> if i set auto-increment box to a column, on genrerated script i continue having INTEGER or NUMERIC types !<br /> <br /> thanks in advance and ...<br /> Congratulations to Power Architect Team - is a great job !]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/1616.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/1616.page</link>
				<pubDate><![CDATA[Tue, 17 Apr 2007 08:50:37]]> GMT</pubDate>
				<author><![CDATA[ jose_aof]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ Hi Jose,<br /> <br /> Thanks for your question!<br /> <br /> Unfortunately, there is currently no way to forward engineer a serial auto-increment column to PostgreSQL.  This is clearly a big missing feature, and we will include this ability in an upcoming release of the Architect.<br /> <br /> The only workaround I can offer you right now is to save the create script that the Architect generated, then use a text editor to set certain columns to the serial data type.<br /> <br /> -Jonathan]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/1617.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/1617.page</link>
				<pubDate><![CDATA[Wed, 18 Apr 2007 11:41:13]]> GMT</pubDate>
				<author><![CDATA[ Jonathan]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ Thanks !!<br /> <br /> I will perform on this way.<br /> <br /> ps - is this project an open source ?  can others programmers make contributions ?]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/1618.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/1618.page</link>
				<pubDate><![CDATA[Wed, 18 Apr 2007 12:52:21]]> GMT</pubDate>
				<author><![CDATA[ jose_aof]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ Sorry, the Power Architect is not currently an open source product. We have talked about it, and everyone on the development team would be happy to open it up (we have nothing to hide and much to gain). However, we can't commit to when or if it will ever happen. This would represent a big shift in the way we do business as a company. Deciding whether or not to make that kind of change can be a long process without definite timelines.<br /> <br /> -Jonathan]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/1619.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/1619.page</link>
				<pubDate><![CDATA[Wed, 18 Apr 2007 18:35:52]]> GMT</pubDate>
				<author><![CDATA[ Jonathan]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ well... I really liked Power@Architect, but not having the serial type, is a problem to me.  Now that PA is open-source do you intend to include it in the near future ?<br /> <br /> Nelson]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/1909.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/1909.page</link>
				<pubDate><![CDATA[Wed, 8 Aug 2007 17:05:00]]> GMT</pubDate>
				<author><![CDATA[ nelson777]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ Hi nelson,<br /> <br /> We do plan to include the non-standard native types for all the databases we support before the Architect hits the 1.0 milestone.  However, the 1.0 milestone is defined by a particular set of features, not a certain future date.  So I can't tell you when we'll be adding this new feature.<br /> <br /> Until then, you might consider saving your DDL scripts to a file and using find-and-replace in a text editor to create SERIAL columns, or better yet, implement the feature for us and post a patch to the developers list.<br /> <br /> jose_aof, who started this thread, sounded interested in contributing this feature before the open source announcement.  Now that we're open source, you could try asking him to implement this feature.<br /> <br /> -Jonathan]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/1910.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/1910.page</link>
				<pubDate><![CDATA[Wed, 8 Aug 2007 18:54:10]]> GMT</pubDate>
				<author><![CDATA[ Jonathan]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ Hey Jonathan, congratulations for such a nice tool and for being a bunch of smart guys brave enough to make it open source.<br /> <br /> I've read in other threads that you'll work on the auto increment issue for next versions and just wanted to add my vote for this feature.  I work with both MySQL and PostgreSQL and really need to be able to use their native auto increment types.<br /> <br /> I know you may have many features pending but I'm sure many users would be happy to have auto increment asap.<br /> <br /> Good luck on the project and keep the good work!]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/1941.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/1941.page</link>
				<pubDate><![CDATA[Tue, 11 Sep 2007 20:51:58]]> GMT</pubDate>
				<author><![CDATA[ alexis]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ Hi Alexis,<br /> <br /> Thanks for your input.  Auto-increment support in DDL is definitely at the top of our enhancement list now.  We have a number of competing priorities with the Architect and other projects too (I'm sure you can sympathize), but as soon as we get the opportunity, we will implement this feature.<br /> <br /> -Jonathan]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/1942.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/1942.page</link>
				<pubDate><![CDATA[Wed, 12 Sep 2007 14:50:01]]> GMT</pubDate>
				<author><![CDATA[ Jonathan]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ That's great news.<br /> <br /> I've just posted a small article about [url=http://ventanazul.com/webzine/articles/open-source-app-for-database-modelling]open source applications for database modelling[/url] and my recommendation for Power*Architect.<br /> <br /> I hope more developers will join and help you with the project soon.<br /> <br /> Cheers!]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/1943.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/1943.page</link>
				<pubDate><![CDATA[Wed, 12 Sep 2007 15:37:25]]> GMT</pubDate>
				<author><![CDATA[ alexis]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ Thank you!<br /> <br /> I've shared the article with the rest of the team.  We all appreciate your recommendation and kind words about the product.  Sometimes we wonder if all the time we've spent agonizing over seemingly minor details of the user interface go unnoticed or unappreciated, but positive feedback keeps us on the right track!<br /> <br /> -Jonathan]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/1945.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/1945.page</link>
				<pubDate><![CDATA[Wed, 12 Sep 2007 16:24:25]]> GMT</pubDate>
				<author><![CDATA[ Jonathan]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ Hi,<br /> <br /> As of the September 19 nightly build auto-increment will be supported in both MySQL and PostgreSQL. Thank you for your suggestions. <br /> <br /> You can find one week worth on nightly builds at <a class="snap_shots" href="http://nightlybuild.sqlpower.ca/architect/." target="_blank" rel="nofollow">http://nightlybuild.sqlpower.ca/architect/.</a><br /> <br /> -Sean]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/1965.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/1965.page</link>
				<pubDate><![CDATA[Tue, 18 Sep 2007 16:23:44]]> GMT</pubDate>
				<author><![CDATA[ Sean]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ I have tried the current snapshot Architect-Setup-Windows-jdbc-0.9.11-20080421.exe and the auto increment does not generate the code needed for PostgreSQL.  Am I missing something?<br /> <br /> <br /> I get<br /> [code]<br /> CREATE SEQUENCE profile_id_seq;<br /> <br /> CREATE TABLE public.profile (<br />                 id INTEGER NOT NULL,<br />                 CONSTRAINT profile_pk PRIMARY KEY (id)<br /> );<br /> ALTER SEQUENCE profile_id_seq OWNED BY public.profile.id;<br /> [/code]<br /> <br /> This would be ok if the id default was set to <br /> nextval('profile_id_seq') <br /> <br /> Or instead of the integer type make it SERIAL<br /> <br /> <br /> <br /> [quote=Sean]Hi,<br /> <br /> As of the September 19 nightly build auto-increment will be supported in both MySQL and PostgreSQL. Thank you for your suggestions. <br /> <br /> You can find one week worth on nightly builds at http://nightlybuild.sqlpower.ca/architect/.<br /> <br /> -Sean[/quote]]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/2823.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/2823.page</link>
				<pubDate><![CDATA[Mon, 21 Apr 2008 22:25:30]]> GMT</pubDate>
				<author><![CDATA[ wizhippo]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ Hi wizhippo,<br /> <br /> Looks like the auto-increment support for PostgreSQL got broken about a month ago. We're in the process of fixing it so hopefully the next nightly build will have it working.<br /> <br /> Sorry about that!<br /> <br /> If you need PostgreSQL auto-increment support right away, try one of our weekly builds from before March 19.<br /> <br /> This would be the latest one before that.<br /> <a class="snap_shots" href="http://nightlybuild.sqlpower.ca/architect/weekly/0.9.10-20080315/" target="_blank" rel="nofollow">http://nightlybuild.sqlpower.ca/architect/weekly/0.9.10-20080315/</a><br /> <br /> I should note that the Windows installer is an executable JAR file, instead of an EXE. As long as you have your JAR files associate with the Java Runtime Environment, you should be fine.<br /> <br /> Otherwise, you might run into this problem:<br /> <a class="snap_shots" href="http://www.sqlpower.ca/forum/posts/list/1669.page" target="_blank" rel="nofollow">http://www.sqlpower.ca/forum/posts/list/1669.page</a>]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/2826.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/2826.page</link>
				<pubDate><![CDATA[Tue, 22 Apr 2008 10:52:22]]> GMT</pubDate>
				<author><![CDATA[ Jeff]]></author>
			</item>
			<item>
				<title>Re:serial type to postgresql databases</title>
				<description><![CDATA[ Unfortunately a pressing internal project has come up and we will have to postpone this and all other bugfixes for problems that have a known workaround. For your reference, I've created [url=http://trillian.sqlpower.ca/bugzilla/show_bug.cgi?id=1557]bug 1557[/url] to track this problem. We hope to address it next month.<br /> <br /> -Jonathan]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/1606/2832.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/1606/2832.page</link>
				<pubDate><![CDATA[Tue, 22 Apr 2008 14:56:34]]> GMT</pubDate>
				<author><![CDATA[ Jonathan]]></author>
			</item>
	</channel>
</rss>
