<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-784</id>
	<title>Nabble - PostgreSQL - pgadmin support</title>
	<updated>2009-12-23T15:02:29Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/PostgreSQL---pgadmin-support-f784.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PostgreSQL---pgadmin-support-f784.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26908584</id>
	<title>Re: Add server error</title>
	<published>2009-12-23T15:02:29Z</published>
	<updated>2009-12-23T15:02:29Z</updated>
	<author>
		<name>Quan Zongliang-2</name>
	</author>
	<content type="html">&amp;gt; Check file postgresql.conf on the server.
&lt;br&gt;And check your firewall.
&lt;br&gt;&lt;br&gt;-----------------------------------------------
&lt;br&gt;Quan Zongliang
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26908584&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;quanzongliang@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26908584&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Add-server-error-tp26906089p26908584.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26907847</id>
	<title>Re: Add server error</title>
	<published>2009-12-23T13:46:44Z</published>
	<updated>2009-12-23T13:46:44Z</updated>
	<author>
		<name>Fernando Hevia-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Dec 23, 2009 at 15:39, Nicole Lim &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26907847&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nicole.lim@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi there,&lt;br&gt;
&lt;br&gt;
I have problem to add server by using the IP address like 192.168.xxx.xxx. It says the server refused to listen. I followed the guide by adding the line at the pg-hba but still the same.&lt;br&gt;
Also, when I&amp;#39;m using the psqlodbc from the client machine, I can&amp;#39;t connect. I can only connect using the Odbc when I&amp;#39;m at the local.&lt;br&gt;
&lt;br&gt;
Hope you can give me some insight.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Nicole.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;/font&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;Check file postgresql.conf on the server. There are 2 settings,  listen_addresses and port, which define where the server will be listening to connections. Default is localhost on port 5432.&lt;br&gt;
You should change it to:&lt;br&gt;&lt;br&gt;&lt;div style=&quot;margin-left: 40px;&quot;&gt;listen_addresses = &amp;#39;*&amp;#39;    # means listen on every IP&lt;br&gt;port = 5432                  # change only if its being used already by other apps&lt;br&gt;&lt;/div&gt;&lt;br&gt;
Afterwards, verify the line you added to pg_hba.conf looks like this:&lt;br&gt;&lt;br&gt;&lt;div style=&quot;margin-left: 40px;&quot;&gt;host    all         all         &lt;a href=&quot;http://192.168.0.0/16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;192.168.0.0/16&lt;/a&gt;           md5&lt;br&gt;&lt;/div&gt;&lt;br&gt;This will enable a client from network 192.168.x.x to connect with any user to any database. MD5 password check will be enforced.&lt;br&gt;
&lt;br&gt;Regards,&lt;br&gt;Fernando.&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Add-server-error-tp26906089p26907847.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26906089</id>
	<title>Add server error</title>
	<published>2009-12-23T10:39:38Z</published>
	<updated>2009-12-23T10:39:38Z</updated>
	<author>
		<name>Nicole Lim</name>
	</author>
	<content type="html">Hi there,
&lt;br&gt;&lt;br&gt;I have problem to add server by using the IP address like 192.168.xxx.xxx. It says the server refused to listen. I followed the guide by adding the line at the pg-hba but still the same. 
&lt;br&gt;Also, when I'm using the psqlodbc from the client machine, I can't connect. I can only connect using the Odbc when I'm at the local.
&lt;br&gt;&lt;br&gt;Hope you can give me some insight.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Nicole. 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26906089&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Add-server-error-tp26906089p26906089.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26819942</id>
	<title>Re: Can non-superusers use PgAdminIII for non-admin tasks?</title>
	<published>2009-12-16T14:52:26Z</published>
	<updated>2009-12-16T14:52:26Z</updated>
	<author>
		<name>Guillaume Lelarge-3</name>
	</author>
	<content type="html">Le mercredi 16 décembre 2009 à 22:05:23, Ken Banyas a écrit :
&lt;br&gt;&amp;gt; I figured that out shortly after I answered your post, Guillaume.
&lt;br&gt;&amp;gt; However, that non-superuser can still manipulate objects in the postgres
&lt;br&gt;&amp;gt; database, which I do not desire.
&lt;br&gt;&amp;gt; Is there a way to NOT select a Maintenance DB when creating a new server
&lt;br&gt;&amp;gt; connection?
&lt;br&gt;&lt;br&gt;No because it's the one used for the connection. But you're not forced to use 
&lt;br&gt;the postgres database as the maintenance DB.
&lt;br&gt;&lt;br&gt;&amp;gt; I have also tried using the DB Restriction field in the Server
&lt;br&gt;&amp;gt; connection Properties box, but I cannot seem to get the syntax right.
&lt;br&gt;&lt;br&gt;Put: 'db1','db2'
&lt;br&gt;to restrict the database to db1 and db2 only.
&lt;br&gt;&lt;br&gt;&amp;gt; I do not want the non-superuser to be able to see the postgres database.
&lt;br&gt;&lt;br&gt;Use another database for the maintenance DB, and restrict the database he can 
&lt;br&gt;see to all but postgres (which means you'll need to update the server 
&lt;br&gt;properties each time you add a new database).
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Guillaume.
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.postgresqlfr.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresqlfr.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://dalibo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dalibo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26819942&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-non-superusers-use-PgAdminIII-for-non-admin-tasks--tp26815255p26819942.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26817745</id>
	<title>Re: Can non-superusers use PgAdminIII for non-admin tasks?</title>
	<published>2009-12-16T12:16:03Z</published>
	<updated>2009-12-16T12:16:03Z</updated>
	<author>
		<name>Guillaume Lelarge-3</name>
	</author>
	<content type="html">Le mercredi 16 décembre 2009 à 19:01:06, Ken Banyas a écrit :
&lt;br&gt;&amp;gt; Guillaume,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I receive NO error messages when attempting to connect to that server.
&lt;br&gt;&amp;gt; The login screen does not give me an option to choose the user (kbanyas,
&lt;br&gt;&amp;gt; in this case).
&lt;br&gt;&lt;br&gt;So you don't have an issue to connect to PostgreSQL via pgAdmin. You have an 
&lt;br&gt;issue to setup pgAdmin to connect as your unpriviledged user to PostgreSQL.
&lt;br&gt;&lt;br&gt;Launch pgAdmin. Right click on your server to get the contextual menu and 
&lt;br&gt;choose Properties. There is a field labelled Username. Put in it your 
&lt;br&gt;username. Click OK.
&lt;br&gt;&lt;br&gt;Next time you will connect to this server with pgAdmin, it'll ask the password 
&lt;br&gt;of this user.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope it helps.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Guillaume.
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.postgresqlfr.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresqlfr.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://dalibo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dalibo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26817745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-non-superusers-use-PgAdminIII-for-non-admin-tasks--tp26815255p26817745.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815336</id>
	<title>Re: Can non-superusers use PgAdminIII for non-admin tasks?</title>
	<published>2009-12-16T09:41:57Z</published>
	<updated>2009-12-16T09:41:57Z</updated>
	<author>
		<name>Guillaume Lelarge-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Le mercredi 16 décembre 2009 à 17:47:10, Ken Banyas a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt; I have version 1.8.4 on Windows XP SP3.
&lt;br&gt;&amp;gt; My Postgresql is 8.3, installed on the same Windows box.
&lt;br&gt;&amp;gt; Everything works fine.
&lt;br&gt;&amp;gt; However, I tried logging into Pgadmin as a non-superuser, but was unable
&lt;br&gt;&amp;gt; to do so.
&lt;br&gt;&amp;gt; This non-superuser login works fine from the command line.
&lt;br&gt;&amp;gt; Correct entry is in pg_hba.conf.
&lt;br&gt;&amp;gt; Would I be correct in assuming that Pgadmin is meant for
&lt;br&gt;&amp;gt; &amp;quot;administration&amp;quot; only, not for day-to-day use by regular users?
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;No, you would be wrong. What error message have you got?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Guillaume.
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.postgresqlfr.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresqlfr.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://dalibo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dalibo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815336&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-non-superusers-use-PgAdminIII-for-non-admin-tasks--tp26815255p26815336.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815255</id>
	<title>Can non-superusers use PgAdminIII for non-admin tasks?</title>
	<published>2009-12-16T08:47:10Z</published>
	<updated>2009-12-16T08:47:10Z</updated>
	<author>
		<name>Ken Banyas</name>
	</author>
	<content type="html">Greetings,
&lt;br&gt;&lt;br&gt;I have version 1.8.4 on Windows XP SP3.
&lt;br&gt;My Postgresql is 8.3, installed on the same Windows box.
&lt;br&gt;Everything works fine.
&lt;br&gt;However, I tried logging into Pgadmin as a non-superuser, but was unable
&lt;br&gt;to do so.
&lt;br&gt;This non-superuser login works fine from the command line.
&lt;br&gt;Correct entry is in pg_hba.conf.
&lt;br&gt;Would I be correct in assuming that Pgadmin is meant for
&lt;br&gt;&amp;quot;administration&amp;quot; only, not for day-to-day use by regular users?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;Ken Banyas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815255&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-non-superusers-use-PgAdminIII-for-non-admin-tasks--tp26815255p26815255.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26811454</id>
	<title>enhancement request:   Query history</title>
	<published>2009-12-16T05:59:15Z</published>
	<updated>2009-12-16T05:59:15Z</updated>
	<author>
		<name>Little, Douglas</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;address&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;Street&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;City&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;place&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Morning. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;The tool we&amp;#8217;re coming from supports a jet based mdb
query history. &amp;nbsp;&amp;nbsp;Each submitted query and response/runtime is recorded in the
mdb. &amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;If I have multiple exe&amp;#8217;s open, the all record to the
same local mdb file. &amp;nbsp;&amp;nbsp;It&amp;#8217;s a very valuable function. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Would be very nice to have something similar in PGA3. &amp;nbsp;especially
when I&amp;#8217;m getting 1-2 crashes daily. &amp;nbsp;Currently I loose my work.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Is there a temp file somewhere that has the current query in
it?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Thanks&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial'&gt;Doug Little&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Sr. Data Warehouse Architect | &lt;st1:City w:st=&quot;on&quot;&gt;&lt;st1:place w:st=&quot;on&quot;&gt;Enterprise&lt;/st1:place&gt;&lt;/st1:City&gt; Data Management | Orbitz Worldwide
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-right:-1.25in'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;500 W. &lt;st1:City w:st=&quot;on&quot;&gt;Madison&lt;/st1:City&gt;,
&lt;st1:address w:st=&quot;on&quot;&gt;&lt;st1:Street w:st=&quot;on&quot;&gt;Suite&lt;/st1:Street&gt; 1000&lt;/st1:address&gt;&amp;nbsp;
Chicago IL 60661| Office 312.260.2588&amp;nbsp;| Fax 312.894.5164 | Cell
847-997-5741&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style='margin:0in;margin-bottom:.0001pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;font-weight:normal'&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811454&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Douglas.Little@...&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;span class=MsoHyperlink&gt;&lt;u&gt;&lt;font color=blue&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/u&gt;&lt;/span&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;&amp;nbsp;&lt;img border=0 width=83 height=61 id=&quot;_x0000_i1025&quot; src=&quot;http://old.nabble.com/attachment/26811454/0/image002.jpg&quot;&gt;&amp;nbsp; &lt;a href=&quot;http://www.orbitz.com/&quot; title=&quot;http://www.orbitz.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:
8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.orbitz.com/&quot;&gt;orbitz.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;
&lt;font color=blue&gt;&lt;span style='color:blue'&gt;|&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.ebookers.com/&quot; title=&quot;http://www.ebookers.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.ebookers.com/&quot;&gt;ebookers.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color=blue&gt;&lt;span style='color:blue'&gt;|&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.hotelclub.com/&quot; title=&quot;http://www.hotelclub.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.hotelclub.com/&quot;&gt;hotelclub.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color=blue&gt;&lt;span style='color:blue'&gt;|&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.cheaptickets.com/&quot; title=&quot;http://www.cheaptickets.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.cheaptickets.com/&quot;&gt;cheaptickets.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color=blue&gt;&lt;span style='color:blue'&gt;|&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.ratestogo.com/&quot; title=&quot;http://www.ratestogo.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.ratestogo.com/&quot;&gt;ratestogo.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&lt;font color=blue&gt;&lt;span style='color:blue'&gt; |&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.asiahotels.com/&quot; title=&quot;http://www.asiahotels.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.asiahotels.com/&quot;&gt;asiahotels.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/enhancement-request%3A---Query-history-tp26811454p26811454.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26811398</id>
	<title>enhancement request.  User prompts</title>
	<published>2009-12-16T05:56:09Z</published>
	<updated>2009-12-16T05:56:09Z</updated>
	<author>
		<name>Little, Douglas</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;address&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;Street&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;City&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;place&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoPlainText&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:
10.0pt'&gt;Morning, &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:
10.0pt'&gt;I looked thru the manual for this, but couldn't find it&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:
10.0pt'&gt;User prompts.&amp;nbsp; The tool we're coming from allows $var in the query and
prompts the user for runtime value substituting that value for the variable in
the query string. &amp;nbsp;&amp;nbsp;Would provide a lot of value. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:
10.0pt'&gt;I've tried the macro's with $SELECTION$&amp;nbsp; and find that feature very
useful. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;Doug Little&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Sr. Data Warehouse Architect | &lt;st1:City w:st=&quot;on&quot;&gt;&lt;st1:place w:st=&quot;on&quot;&gt;Enterprise&lt;/st1:place&gt;&lt;/st1:City&gt; Data Management | Orbitz Worldwide
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-right:-1.25in'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;500 W. &lt;st1:City w:st=&quot;on&quot;&gt;Madison&lt;/st1:City&gt;,
&lt;st1:address w:st=&quot;on&quot;&gt;&lt;st1:Street w:st=&quot;on&quot;&gt;Suite&lt;/st1:Street&gt; 1000&lt;/st1:address&gt;&amp;nbsp;
Chicago IL 60661| Office 312.260.2588&amp;nbsp;| Fax 312.894.5164 | Cell
847-997-5741&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style='margin:0in;margin-bottom:.0001pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=4 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:13.5pt;font-weight:normal'&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811398&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Douglas.Little@...&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;span class=MsoHyperlink&gt;&lt;u&gt;&lt;font color=blue&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/u&gt;&lt;/span&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;&amp;nbsp;&lt;img border=0 width=83 height=61 id=&quot;_x0000_i1025&quot; src=&quot;http://old.nabble.com/attachment/26811398/0/image001.jpg&quot;&gt;&amp;nbsp; &lt;a href=&quot;http://www.orbitz.com/&quot; title=&quot;http://www.orbitz.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:
8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.orbitz.com/&quot;&gt;orbitz.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;
&lt;font color=blue&gt;&lt;span style='color:blue'&gt;|&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.ebookers.com/&quot; title=&quot;http://www.ebookers.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.ebookers.com/&quot;&gt;ebookers.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color=blue&gt;&lt;span style='color:blue'&gt;|&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.hotelclub.com/&quot; title=&quot;http://www.hotelclub.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.hotelclub.com/&quot;&gt;hotelclub.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color=blue&gt;&lt;span style='color:blue'&gt;|&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.cheaptickets.com/&quot; title=&quot;http://www.cheaptickets.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.cheaptickets.com/&quot;&gt;cheaptickets.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color=blue&gt;&lt;span style='color:blue'&gt;|&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.ratestogo.com/&quot; title=&quot;http://www.ratestogo.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.ratestogo.com/&quot;&gt;ratestogo.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&lt;font color=blue&gt;&lt;span style='color:blue'&gt; |&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.asiahotels.com/&quot; title=&quot;http://www.asiahotels.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.asiahotels.com/&quot;&gt;asiahotels.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;font size=2 color=black face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;color:black'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/enhancement-request.--please-enable-object-details-copy-tp26798585p26811398.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26801360</id>
	<title>Re: enhancement request.  please enable object details copy</title>
	<published>2009-12-15T12:36:55Z</published>
	<updated>2009-12-15T12:36:55Z</updated>
	<author>
		<name>Guillaume Lelarge-3</name>
	</author>
	<content type="html">Le mardi 15 décembre 2009 à 18:32:32, Little, Douglas a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;* &amp;nbsp; Platform you're running on
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; * &amp;nbsp; Winxp sp4
&lt;br&gt;&amp;gt; &amp;nbsp;* &amp;nbsp; Language
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; * &amp;nbsp; English (US)
&lt;br&gt;&amp;gt; &amp;nbsp;* &amp;nbsp; Distribution you used (source tarball, or binary)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; * &amp;nbsp; Win msi, 1.10.0 jun 29,2009 rev:7942:7943M
&lt;br&gt;&amp;gt; &amp;nbsp;* &amp;nbsp; Version you tested
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; * &amp;nbsp; 1.10.0
&lt;br&gt;&amp;gt; &amp;nbsp;* &amp;nbsp; If possible and appropriate, include a backtrace from the crash. You
&lt;br&gt;&amp;gt; &amp;nbsp;may need to recompile wxWidgets and pgAdmin with the --enable-debug option
&lt;br&gt;&amp;gt; &amp;nbsp;to do this.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On the object details panel
&lt;br&gt;&amp;gt; Please allow win copy from the statistics, dependencies, and dependents
&lt;br&gt;&amp;gt; &amp;nbsp;panel.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;This is interesting. I created a ticket for this. We'll see if/when we can do 
&lt;br&gt;this.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Guillaume.
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.postgresqlfr.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresqlfr.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://dalibo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dalibo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26801360&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/enhancement-request.--please-enable-object-details-copy-tp26798585p26801360.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26798585</id>
	<title>enhancement request.  please enable object details copy</title>
	<published>2009-12-15T09:32:32Z</published>
	<updated>2009-12-15T09:32:32Z</updated>
	<author>
		<name>Little, Douglas</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;address&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;Street&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;City&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;place&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;ul type=disc&gt;
 &lt;li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
     mso-list:l0 level1 lfo1'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;Platform you're running on &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
 &lt;ul type=circle&gt;
  &lt;li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:
      auto;mso-list:l0 level2 lfo1'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;Winxp sp4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
 &lt;/ul&gt;
 &lt;li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
     mso-list:l0 level1 lfo1'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;Language &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
 &lt;ul type=circle&gt;
  &lt;li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:
      auto;mso-list:l0 level2 lfo1'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;English (US)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
 &lt;/ul&gt;
 &lt;li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
     mso-list:l0 level1 lfo1'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;Distribution you used (source tarball, or binary)
     &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
 &lt;ul type=circle&gt;
  &lt;li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:
      auto;mso-list:l0 level2 lfo1'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;Win msi, 1.10.0 jun 29,2009 rev:7942:7943M&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
 &lt;/ul&gt;
 &lt;li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
     mso-list:l0 level1 lfo1'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;Version you tested &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
 &lt;ul type=circle&gt;
  &lt;li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:
      auto;mso-list:l0 level2 lfo1'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;1.10.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
 &lt;/ul&gt;
 &lt;li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
     mso-list:l0 level1 lfo1'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;If possible and appropriate, include a backtrace
     from the crash. You may need to recompile wxWidgets and pgAdmin with the
     --enable-debug option to do this. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;On the object details panel&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Please allow win copy from the statistics, dependencies, and
dependents panel. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial'&gt;Doug Little&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Sr. Data Warehouse Architect | &lt;st1:City w:st=&quot;on&quot;&gt;&lt;st1:place w:st=&quot;on&quot;&gt;Enterprise&lt;/st1:place&gt;&lt;/st1:City&gt; Data Management | Orbitz Worldwide
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-right:-1.25in'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;500 W. &lt;st1:City w:st=&quot;on&quot;&gt;Madison&lt;/st1:City&gt;,
&lt;st1:address w:st=&quot;on&quot;&gt;&lt;st1:Street w:st=&quot;on&quot;&gt;Suite&lt;/st1:Street&gt; 1000&lt;/st1:address&gt;&amp;nbsp;
Chicago IL 60661| Office 312.260.2588&amp;nbsp;| Fax 312.894.5164 | Cell
847-997-5741&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style='margin:0in;margin-bottom:.0001pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial;font-weight:normal'&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26798585&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Douglas.Little@...&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;span class=MsoHyperlink&gt;&lt;u&gt;&lt;font color=blue&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/u&gt;&lt;/span&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;&amp;nbsp;&lt;img border=0 width=83 height=61 id=&quot;_x0000_i1025&quot; src=&quot;http://old.nabble.com/attachment/26798585/0/image001.jpg&quot;&gt;&amp;nbsp; &lt;a href=&quot;http://www.orbitz.com/&quot; title=&quot;http://www.orbitz.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:
8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.orbitz.com/&quot;&gt;orbitz.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;
&lt;font color=blue&gt;&lt;span style='color:blue'&gt;|&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.ebookers.com/&quot; title=&quot;http://www.ebookers.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.ebookers.com/&quot;&gt;ebookers.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color=blue&gt;&lt;span style='color:blue'&gt;|&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.hotelclub.com/&quot; title=&quot;http://www.hotelclub.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.hotelclub.com/&quot;&gt;hotelclub.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color=blue&gt;&lt;span style='color:blue'&gt;|&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.cheaptickets.com/&quot; title=&quot;http://www.cheaptickets.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.cheaptickets.com/&quot;&gt;cheaptickets.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; &lt;font color=blue&gt;&lt;span style='color:blue'&gt;|&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.ratestogo.com/&quot; title=&quot;http://www.ratestogo.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.ratestogo.com/&quot;&gt;ratestogo.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&lt;font color=blue&gt;&lt;span style='color:blue'&gt; |&lt;/span&gt;&lt;/font&gt; &lt;a href=&quot;http://www.asiahotels.com/&quot; title=&quot;http://www.asiahotels.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:8.0pt;font-family:Arial'&gt;&lt;span title=&quot;http://www.asiahotels.com/&quot;&gt;asiahotels.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/enhancement-request.--please-enable-object-details-copy-tp26798585p26798585.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784819</id>
	<title>Re: Fault tolerance</title>
	<published>2009-12-14T12:30:00Z</published>
	<updated>2009-12-14T12:30:00Z</updated>
	<author>
		<name>Guillaume Lelarge-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Le lundi 14 décembre 2009 à 18:29:42, Ahmad Salehan Sulaiman a écrit :
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt; Need help ! Could anybody explain about this error :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ERROR: Fault tolerance system has marked array read-only
&lt;br&gt;&amp;gt; SQL state: 25006
&lt;br&gt;&amp;gt; Context: SQL statement &amp;quot;Delete from cns06_analysis_Pending_AEPPC where
&lt;br&gt;&amp;gt; &amp;nbsp;dashboard_period = &amp;nbsp;$1 &amp;quot; PL/pgSQL function &amp;quot;fncns06_ipvpnfr_pending_aeppc&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp;line 46 at SQL statement
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;I don't see what this has to do with pgAdmin. Anyways, this is not a pgAdmin's 
&lt;br&gt;message nor a PostgreSQL one. I suppose you use a tool with your PostgreSQL 
&lt;br&gt;database. You should ask the developers of this tool.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Guillaume.
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.postgresqlfr.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresqlfr.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://dalibo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dalibo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784819&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fault-tolerance-tp26781812p26784819.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781812</id>
	<title>Fault tolerance</title>
	<published>2009-12-14T09:29:42Z</published>
	<updated>2009-12-14T09:29:42Z</updated>
	<author>
		<name>Ahmad Salehan Sulaiman</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=utf-8&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Need help ! Could anybody explain about this error :&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;ERROR: Fault tolerance system has marked array read-only&lt;br&gt;
SQL state: 25006&lt;br&gt;
Context: SQL statement &amp;quot;Delete from cns06_analysis_Pending_AEPPC where
dashboard_period =&amp;nbsp; $1 &amp;quot;&lt;br&gt;
PL/pgSQL function &amp;quot;fncns06_ipvpnfr_pending_aeppc&amp;quot; line 46 at SQL
statement&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fault-tolerance-tp26781812p26781812.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26755985</id>
	<title>Re: pgAdmin Job fires wrong .bat file</title>
	<published>2009-12-12T01:05:31Z</published>
	<updated>2009-12-12T01:05:31Z</updated>
	<author>
		<name>Dave Page-7</name>
	</author>
	<content type="html">On Fri, Dec 11, 2009 at 9:51 PM, Jason Sanford &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26755985&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jasonsanford@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I just created a job with pgAdmin.  One of the steps is to kick of a .bat
&lt;br&gt;&amp;gt; file at C:\PostgreSQL\PG_backups.bat.  I couldn't figure out why this wasn't
&lt;br&gt;&amp;gt; being triggered so I turned the logging to debug on my pgAgent Service.
&lt;br&gt;&amp;gt; Instead of looking for my .bat file at C:\PostgreSQL\PG_backups.bat it looks
&lt;br&gt;&amp;gt; for it at &amp;quot;C:\DOCUME~1\ADMINI~1.UC\LOCALS~1\Temp\pgaCB.tmp\1_1.bat&amp;quot;. Anyone
&lt;br&gt;&amp;gt; have any clue why it would be looking in a temp directory?
&lt;br&gt;&lt;br&gt;The command that you tell it to run gets written to a temp file which
&lt;br&gt;is then executed. So if the job step contains:
&lt;br&gt;&lt;br&gt;@echo off
&lt;br&gt;C:\PostgreSQL\PG_backups.bat
&lt;br&gt;&lt;br&gt;Then that is written to the temp file and executed.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dave Page
&lt;br&gt;EnterpriseDB UK: &lt;a href=&quot;http://www.enterprisedb.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.enterprisedb.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26755985&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pgAdmin-Job-fires-wrong-.bat-file-tp26751955p26755985.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26751955</id>
	<title>pgAdmin Job fires wrong .bat file</title>
	<published>2009-12-11T13:51:03Z</published>
	<updated>2009-12-11T13:51:03Z</updated>
	<author>
		<name>Jason Sanford</name>
	</author>
	<content type="html">I just created a job with pgAdmin.  One of the steps is to kick of a .bat file at C:\PostgreSQL\PG_backups.bat.  I couldn&amp;#39;t figure out why this wasn&amp;#39;t being triggered so I turned the logging to debug on my pgAgent Service.  Instead of looking for my .bat file at C:\PostgreSQL\PG_backups.bat it looks for it at &amp;quot;C:\DOCUME~1\ADMINI~1.UC\LOCALS~1\Temp\pgaCB.tmp\1_1.bat&amp;quot;. Anyone have any clue why it would be looking in a temp directory?
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pgAdmin-Job-fires-wrong-.bat-file-tp26751955p26751955.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26731020</id>
	<title>Massive Insertion BIS</title>
	<published>2009-12-10T09:08:30Z</published>
	<updated>2009-12-10T09:08:30Z</updated>
	<author>
		<name>Florent THOMAS</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 TRANSITIONAL//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
  &lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=UTF-8&quot;&gt;
  &lt;META NAME=&quot;GENERATOR&quot; CONTENT=&quot;GtkHTML/3.24.5&quot;&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
Dear everyone,&lt;BR&gt;
&lt;BR&gt;
Thank you for the information about &amp;quot;copy into&amp;quot;.&lt;BR&gt;
I would like to if it is possible to catch the result of this command in a record or in a cursor?&lt;BR&gt;
&lt;BR&gt;
Best regards&lt;BR&gt;
&lt;TABLE CELLSPACING=&quot;0&quot; CELLPADDING=&quot;0&quot; WIDTH=&quot;100%&quot;&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;BR&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TABLE&gt;
&lt;BR&gt;
Le jeudi 10 d&amp;#233;cembre 2009 &amp;#224; 11:19 +0100, Patrick Rodies a &amp;#233;crit&amp;nbsp;:&lt;BR&gt;
&lt;BLOCKQUOTE TYPE=CITE&gt;
    Pas de problem Florent.&lt;BR&gt;
    &lt;BR&gt;
    Patrick&lt;BR&gt;
    &lt;BR&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE TYPE=CITE&gt;
    2009/12/10 Florent THOMAS &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731020&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mailinglist@...&lt;/a&gt;&amp;gt;
&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE TYPE=CITE&gt;
    &lt;BLOCKQUOTE&gt;
        Thanks a lot for all your fast answers.&lt;BR&gt;
        &lt;BR&gt;
        It's exactly what I was looking for.&lt;BR&gt;
        &lt;BR&gt;
        best regards&lt;BR&gt;
        &lt;TABLE CELLSPACING=&quot;0&quot; CELLPADDING=&quot;0&quot; WIDTH=&quot;100%&quot;&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;BR&gt;
&lt;BR&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TABLE&gt;
        &lt;BR&gt;
        Le jeudi 10 d&amp;#233;cembre 2009 &amp;#224; 11:06 +0100, Patrick Rodies a &amp;#233;crit&amp;nbsp;:&lt;BR&gt;
        &lt;BLOCKQUOTE TYPE=CITE&gt;
            &lt;A HREF=&quot;http://www.postgresql.org/docs/8.1/static/sql-copy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/docs/8.1/static/sql-copy.html&lt;/A&gt;&lt;BR&gt;
            &lt;BR&gt;
            2009/12/10 Florent THOMAS &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731020&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mailinglist@...&lt;/a&gt;&amp;gt;&lt;BR&gt;
            &lt;BLOCKQUOTE&gt;
                Hello,&lt;BR&gt;
                &lt;BR&gt;
                I would like to know if there's a function that allows to insert values in table using a csv file?&lt;BR&gt;
                &lt;BR&gt;
                Best regards &lt;BR&gt;
            &lt;/BLOCKQUOTE&gt;
            &lt;BR&gt;
            &lt;BR&gt;
            &lt;BR&gt;
            -- &lt;BR&gt;
            Mange hilsener / Best regards&lt;BR&gt;
            &lt;BR&gt;
            &amp;nbsp;&lt;BR&gt;
            --------------------------------------------------------------------------------------------&lt;BR&gt;
            &amp;nbsp;&lt;BR&gt;
            Patrick Rodies | Technical manager&lt;BR&gt;
            email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731020&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pr@...&lt;/a&gt;&amp;nbsp;| mobile: +45 31 26 49 76 | phone: +45 70 27 87 77&lt;BR&gt;
            Preview Networks Ltd. | Njalsgade 21F, 1st floor | DK-2300 Copenhagen S&lt;BR&gt;
            &lt;BR&gt;
            For info: &lt;A HREF=&quot;http://www.previewnetworks.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.previewnetworks.com&lt;/A&gt; | For fun! &lt;A HREF=&quot;http://www.filmtrailer.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.filmtrailer.com&lt;/A&gt;&lt;BR&gt;
            &lt;BR&gt;
            Linking high-quality entertainment content to a wide variety of selected online &lt;BR&gt;
            media in a simple and time-efficient manner.&amp;nbsp;Enabling&amp;nbsp;content owners and web &lt;BR&gt;
            editors to focus on their core competencies and developing their business.&lt;BR&gt;
            &amp;nbsp;&lt;BR&gt;
            --------------------------------------------------------------------------------------------
        &lt;/BLOCKQUOTE&gt;
    &lt;/BLOCKQUOTE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE TYPE=CITE&gt;
    &lt;BR&gt;
    &lt;BR&gt;
    &lt;BR&gt;
    -- &lt;BR&gt;
    Mange hilsener / Best regards&lt;BR&gt;
    &lt;BR&gt;
    &amp;nbsp;&lt;BR&gt;
    --------------------------------------------------------------------------------------------&lt;BR&gt;
    &amp;nbsp;&lt;BR&gt;
    Patrick Rodies | Technical manager&lt;BR&gt;
    email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731020&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pr@...&lt;/a&gt;&amp;nbsp;| mobile: +45 31 26 49 76 | phone: +45 70 27 87 77&lt;BR&gt;
    Preview Networks Ltd. | Njalsgade 21F, 1st floor | DK-2300 Copenhagen S&lt;BR&gt;
    &lt;BR&gt;
    For info: &lt;A HREF=&quot;http://www.previewnetworks.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.previewnetworks.com&lt;/A&gt; | For fun! &lt;A HREF=&quot;http://www.filmtrailer.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.filmtrailer.com&lt;/A&gt;&lt;BR&gt;
    &lt;BR&gt;
    Linking high-quality entertainment content to a wide variety of selected online &lt;BR&gt;
    media in a simple and time-efficient manner.&amp;nbsp;Enabling&amp;nbsp;content owners and web &lt;BR&gt;
    editors to focus on their core competencies and developing their business.&lt;BR&gt;
    &amp;nbsp;&lt;BR&gt;
    --------------------------------------------------------------------------------------------
&lt;/BLOCKQUOTE&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Massive-Insertion-tp26724544p26731020.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26725712</id>
	<title>Feature request: Copy+Paste for multiple rows and cells</title>
	<published>2009-12-10T03:25:41Z</published>
	<updated>2009-12-10T03:25:41Z</updated>
	<author>
		<name>Eugene Lisitsky</name>
	</author>
	<content type="html">Hi!&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for your program. I use it every day.&lt;/div&gt;&lt;div&gt;Copy+Paste in table grid often helps to maintain data.&lt;/div&gt;&lt;div&gt;I have 2 little ideas for improving it.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;1) If you copy some cells of a row and try to paste them, pasting occurs not from column where you clicked but from the first one.&lt;/div&gt;
&lt;div&gt;It&amp;#39;s not well sometimes. For example: if you have first column as ID with serial type, you wanna to insert data to the next columns.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;2) Another idea is to allow copying and pasting for several rows.&lt;/div&gt;
&lt;div&gt;If I paste to the new (inexistent) row then pgAdmin can insert some new rows.&lt;/div&gt;&lt;div&gt;If I start pasting to the existent row but there is not enough rows in the target table then PgAdmin can insert new missing rows into the table with a data .&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;3) Combine 1+2 together. &lt;/div&gt;&lt;div&gt;I can select some cells in a rectangular block using mouse, then copy to buffer, and paste to any table starting from place I want.&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Yours,&lt;br&gt;
Eugene Lisitsky&lt;br&gt;
&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Feature-request%3A-Copy%2BPaste-for-multiple-rows-and-cells-tp26725712p26725712.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26725198</id>
	<title>Re: Is it possible to vote for future features somewhere?</title>
	<published>2009-12-10T02:17:06Z</published>
	<updated>2009-12-10T02:17:06Z</updated>
	<author>
		<name>Jaroslav Záruba</name>
	</author>
	<content type="html">On Dec 10, 9:42 am, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26725198&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;guilla...@...&lt;/a&gt; (Guillaume Lelarge) wrote:
&lt;br&gt;&amp;gt; Le jeudi 10 décembre 2009 à 08:45:00, Jaroslav Záruba a écrit :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Is it possible to vote for future features somewhere?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Not really. The only way to vote for a feature is to speak here or on pgadmin-
&lt;br&gt;&amp;gt; hackers.
&lt;br&gt;&lt;br&gt;I felt like trying to bring that up again by opening a new thread
&lt;br&gt;could piss someone off. Silently voting sounds less obtrusive to me.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; There's a feature I would like to see in pgAdmin one day. Also there's
&lt;br&gt;&amp;gt; &amp;gt; a thread where the feature has been discussed. It has been said that
&lt;br&gt;&amp;gt; &amp;gt; implementation would be quite complicated, the thread is now closed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And what feature is it?
&lt;br&gt;&lt;br&gt;That feature would be tabbed query editors.
&lt;br&gt;Related threads:
&lt;br&gt;&amp;quot;Wish List Request: Tabbed SQL Query Window&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://groups.google.com/group/pgsql.interfaces.pgadmin.support/browse_thread/thread/31a0e268311b25cf/f9ee9d85f319d95e&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/pgsql.interfaces.pgadmin.support/browse_thread/thread/31a0e268311b25cf/f9ee9d85f319d95e&lt;/a&gt;&lt;br&gt;&amp;quot;Query Tool - single frame&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://groups.google.com/group/pgsql.interfaces.pgadmin.support/browse_thread/thread/411dc6e745910a8e/3cdc316f31d425bd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/pgsql.interfaces.pgadmin.support/browse_thread/thread/411dc6e745910a8e/3cdc316f31d425bd&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Guillaume.
&lt;br&gt;&amp;gt;  &lt;a href=&quot;http://www.postgresqlfr.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresqlfr.org&lt;/a&gt;&lt;br&gt;&amp;gt;  &lt;a href=&quot;http://dalibo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dalibo.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26725198&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-supp...@...&lt;/a&gt;)
&lt;br&gt;&amp;gt; To make changes to your subscription:&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26725198&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-it-possible-to-vote-for-future-features-somewhere--tp26723756p26725198.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26724894</id>
	<title>Re: Massive Insertion</title>
	<published>2009-12-10T02:15:54Z</published>
	<updated>2009-12-10T02:15:54Z</updated>
	<author>
		<name>Florent THOMAS</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 TRANSITIONAL//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
  &lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=UTF-8&quot;&gt;
  &lt;META NAME=&quot;GENERATOR&quot; CONTENT=&quot;GtkHTML/3.24.5&quot;&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
Thanks a lot for all your fast answers.&lt;BR&gt;
&lt;BR&gt;
It's exactly what I was looking for.&lt;BR&gt;
&lt;BR&gt;
best regards&lt;BR&gt;
&lt;TABLE CELLSPACING=&quot;0&quot; CELLPADDING=&quot;0&quot; WIDTH=&quot;100%&quot;&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;BR&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TABLE&gt;
&lt;BR&gt;
Le jeudi 10 d&amp;#233;cembre 2009 &amp;#224; 11:06 +0100, Patrick Rodies a &amp;#233;crit&amp;nbsp;:&lt;BR&gt;
&lt;BLOCKQUOTE TYPE=CITE&gt;
    &lt;A HREF=&quot;http://www.postgresql.org/docs/8.1/static/sql-copy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/docs/8.1/static/sql-copy.html&lt;/A&gt;&lt;BR&gt;
    &lt;BR&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE TYPE=CITE&gt;
    2009/12/10 Florent THOMAS &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26724894&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mailinglist@...&lt;/a&gt;&amp;gt;
&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE TYPE=CITE&gt;
    &lt;BLOCKQUOTE&gt;
        Hello,&lt;BR&gt;
        &lt;BR&gt;
        I would like to know if there's a function that allows to insert values in table using a csv file?&lt;BR&gt;
        &lt;BR&gt;
        Best regards
    &lt;/BLOCKQUOTE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE TYPE=CITE&gt;
    &lt;BR&gt;
    &lt;BR&gt;
    &lt;BR&gt;
    -- &lt;BR&gt;
    Mange hilsener / Best regards&lt;BR&gt;
    &lt;BR&gt;
    &amp;nbsp;&lt;BR&gt;
    --------------------------------------------------------------------------------------------&lt;BR&gt;
    &amp;nbsp;&lt;BR&gt;
    Patrick Rodies | Technical manager&lt;BR&gt;
    email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26724894&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pr@...&lt;/a&gt;&amp;nbsp;| mobile: +45 31 26 49 76 | phone: +45 70 27 87 77&lt;BR&gt;
    Preview Networks Ltd. | Njalsgade 21F, 1st floor | DK-2300 Copenhagen S&lt;BR&gt;
    &lt;BR&gt;
    For info: &lt;A HREF=&quot;http://www.previewnetworks.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.previewnetworks.com&lt;/A&gt; | For fun! &lt;A HREF=&quot;http://www.filmtrailer.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.filmtrailer.com&lt;/A&gt;&lt;BR&gt;
    &lt;BR&gt;
    Linking high-quality entertainment content to a wide variety of selected online &lt;BR&gt;
    media in a simple and time-efficient manner.&amp;nbsp;Enabling&amp;nbsp;content owners and web &lt;BR&gt;
    editors to focus on their core competencies and developing their business.&lt;BR&gt;
    &amp;nbsp;&lt;BR&gt;
    --------------------------------------------------------------------------------------------
&lt;/BLOCKQUOTE&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Massive-Insertion-tp26724544p26724894.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26724669</id>
	<title>Re: Massive Insertion</title>
	<published>2009-12-10T01:58:22Z</published>
	<updated>2009-12-10T01:58:22Z</updated>
	<author>
		<name>Guillaume Lelarge-3</name>
	</author>
	<content type="html">Le jeudi 10 décembre 2009 à 10:54:37, Florent THOMAS a écrit :
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I would like to know if there's a function that allows to insert values
&lt;br&gt;&amp;gt; in table using a csv file?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Not in pgAdmin. But you can use the COPY statement or pgloader.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Guillaume.
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.postgresqlfr.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresqlfr.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://dalibo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dalibo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26724669&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Massive-Insertion-tp26724544p26724669.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26724643</id>
	<title>Re: Massive Insertion</title>
	<published>2009-12-10T01:55:55Z</published>
	<updated>2009-12-10T01:55:55Z</updated>
	<author>
		<name>Thom Brown</name>
	</author>
	<content type="html">&lt;div class=&quot;gmail_quote&quot;&gt;2009/12/10 Florent THOMAS &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26724643&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mailinglist@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;




  
  

&lt;div&gt;
Hello,&lt;br&gt;
&lt;br&gt;
I would like to know if there&amp;#39;s a function that allows to insert values in table using a csv file?&lt;br&gt;
&lt;br&gt;
Best regards
&lt;/div&gt;

&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;You can use the COPY command for that: &lt;a href=&quot;http://www.postgresql.org/docs/8.4/interactive/sql-copy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/docs/8.4/interactive/sql-copy.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;&lt;br&gt;

Thom&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Massive-Insertion-tp26724544p26724643.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26724544</id>
	<title>Massive Insertion</title>
	<published>2009-12-10T01:52:16Z</published>
	<updated>2009-12-10T01:52:16Z</updated>
	<author>
		<name>Florent THOMAS</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 TRANSITIONAL//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
  &lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=UTF-8&quot;&gt;
  &lt;META NAME=&quot;GENERATOR&quot; CONTENT=&quot;GtkHTML/3.24.5&quot;&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
Hello,&lt;BR&gt;
&lt;BR&gt;
I would like to know if there's a function that allows to insert values in table using a csv file?&lt;BR&gt;
&lt;BR&gt;
Best regards
&lt;/BODY&gt;
&lt;/HTML&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Massive-Insertion-tp26724544p26724544.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26723822</id>
	<title>Re: Is it possible to vote for future features somewhere?</title>
	<published>2009-12-10T00:42:52Z</published>
	<updated>2009-12-10T00:42:52Z</updated>
	<author>
		<name>Guillaume Lelarge-3</name>
	</author>
	<content type="html">Le jeudi 10 décembre 2009 à 08:45:00, Jaroslav Záruba a écrit :
&lt;br&gt;&amp;gt; Is it possible to vote for future features somewhere?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Not really. The only way to vote for a feature is to speak here or on pgadmin-
&lt;br&gt;hackers.
&lt;br&gt;&lt;br&gt;&amp;gt; There's a feature I would like to see in pgAdmin one day. Also there's
&lt;br&gt;&amp;gt; a thread where the feature has been discussed. It has been said that
&lt;br&gt;&amp;gt; implementation would be quite complicated, the thread is now closed.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;And what feature is it?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Guillaume.
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.postgresqlfr.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresqlfr.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://dalibo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dalibo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26723822&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-it-possible-to-vote-for-future-features-somewhere--tp26723756p26723822.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26723756</id>
	<title>Is it possible to vote for future features somewhere?</title>
	<published>2009-12-09T23:45:00Z</published>
	<updated>2009-12-09T23:45:00Z</updated>
	<author>
		<name>Jaroslav Záruba</name>
	</author>
	<content type="html">Is it possible to vote for future features somewhere?
&lt;br&gt;&lt;br&gt;There's a feature I would like to see in pgAdmin one day. Also there's
&lt;br&gt;a thread where the feature has been discussed. It has been said that
&lt;br&gt;implementation would be quite complicated, the thread is now closed.
&lt;br&gt;&lt;br&gt;If we could vote for features one would know whether other users share
&lt;br&gt;his opinion, or whether no one cares about given feature.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&amp;nbsp; Jarda
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26723756&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-it-possible-to-vote-for-future-features-somewhere--tp26723756p26723756.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26680441</id>
	<title>pgAdminII support question</title>
	<published>2009-12-07T09:09:47Z</published>
	<updated>2009-12-07T09:09:47Z</updated>
	<author>
		<name>David Leikis</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;I am trying to create auto-incrementing of the Primary Key
within each record by using sequences.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Sometimes I can get the &amp;#8220;add &amp;#8211; sequence&amp;#8221;
to work by creating it with the name &amp;#8220;tablename_columnname_seq&amp;#8221;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;There are many other times that this doesn&amp;#8217;t
work.&amp;nbsp; (The table create SQL doesn&amp;#8217;t show up with the
&amp;#8216;serial&amp;#8217; command word in the column creation.)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;The sequence name is there, but it doesn&amp;#8217;t seem to
&amp;#8216;make connection&amp;#8217; to that table/column.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;I am using pgAdmin version 1.8.4 and PostGres version 8.3 in
Winxp setting.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Some solution to this would be very helpful, please.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Dave Leikis&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pgAdminII-support-question-tp26680441p26680441.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26679503</id>
	<title>Re: PgAdmin support for 8.5</title>
	<published>2009-12-07T08:08:12Z</published>
	<updated>2009-12-07T08:08:12Z</updated>
	<author>
		<name>Guillaume Lelarge-3</name>
	</author>
	<content type="html">Le lundi 7 décembre 2009 à 14:59:40, Guillaume Lelarge a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Le lundi 7 décembre 2009 à 14:53:50, Dave Page a écrit :
&lt;br&gt;&amp;gt; &amp;gt; 2009/12/7 Guillaume Lelarge &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26679503&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;guillaume@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 2009-12-03 GL &amp;nbsp;1.12.0 &amp;nbsp;Replace Alt-F4 with Ctrl-Q and Ctrl-W.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; didn't that go into 1.10.1?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It first went into the 1.12 (and so, trunk's CHANGELOG says 1.12). Then it
&lt;br&gt;&amp;gt; went to 1.10 branch (and so, 1.10's CHANGELOG says 1.10). I forgot to
&lt;br&gt;&amp;gt; &amp;nbsp;change 1.12's CHANGELOG...
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;I fixed this.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Guillaume.
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.postgresqlfr.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresqlfr.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://dalibo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dalibo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26679503&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PgAdmin-support-for-8.5-tp26677293p26679503.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677753</id>
	<title>Re: 1.10.1</title>
	<published>2009-12-07T06:07:47Z</published>
	<updated>2009-12-07T06:07:47Z</updated>
	<author>
		<name>Dave Page-7</name>
	</author>
	<content type="html">On Mon, Dec 7, 2009 at 2:06 PM, Raymond O'Donnell &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677753&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rod@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; On 07/12/2009 14:03, Raymond O'Donnell wrote:
&lt;br&gt;&amp;gt;&amp;gt; If it is, then perhaps it might be better to say &amp;quot;....PgAdmin
&lt;br&gt;&amp;gt;&amp;gt; 1.10 or later&amp;quot; to avoid potential confusion.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Whoops - meant to say &amp;quot;...1.9 or later...&amp;quot; - sorry.
&lt;br&gt;&lt;br&gt;Actually it's 1.10.x, as other major versions will install side-by-side.
&lt;br&gt;&lt;br&gt;Fixed - thanks!
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dave Page
&lt;br&gt;EnterpriseDB UK: &lt;a href=&quot;http://www.enterprisedb.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.enterprisedb.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677753&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/1.10.1-tp26677695p26677753.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677730</id>
	<title>Re: 1.10.1</title>
	<published>2009-12-07T06:06:06Z</published>
	<updated>2009-12-07T06:06:06Z</updated>
	<author>
		<name>Raymond O'Donnell</name>
	</author>
	<content type="html">On 07/12/2009 14:03, Raymond O'Donnell wrote:
&lt;br&gt;&amp;gt; If it is, then perhaps it might be better to say &amp;quot;....PgAdmin
&lt;br&gt;&amp;gt; 1.10 or later&amp;quot; to avoid potential confusion.
&lt;br&gt;&lt;br&gt;Whoops - meant to say &amp;quot;...1.9 or later...&amp;quot; - sorry.
&lt;br&gt;&lt;br&gt;Ray.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Raymond O'Donnell :: Galway :: Ireland
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677730&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rod@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677730&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/1.10.1-tp26677695p26677730.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677695</id>
	<title>1.10.1</title>
	<published>2009-12-07T06:03:11Z</published>
	<updated>2009-12-07T06:03:11Z</updated>
	<author>
		<name>Raymond O'Donnell</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;First of all, congratulations on getting 1.10.1 out the door!
&lt;br&gt;&lt;br&gt;One think I noticed, when running the &amp;quot;upgrade&amp;quot; batch file on Windows -
&lt;br&gt;the pre-upgrade message output by the batch file states that you must
&lt;br&gt;have pgAdmin 1.9 installed in order to follow the upgrade path.
&lt;br&gt;&lt;br&gt;Is this accurate? If not, then presumably it should say &amp;quot;...PgAdmin
&lt;br&gt;1.10&amp;quot;. If it is, then perhaps it might be better to say &amp;quot;....PgAdmin
&lt;br&gt;1.10 or later&amp;quot; to avoid potential confusion.
&lt;br&gt;&lt;br&gt;Ray.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Raymond O'Donnell :: Galway :: Ireland
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677695&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rod@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677695&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/1.10.1-tp26677695p26677695.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677641</id>
	<title>Re: PgAdmin support for 8.5</title>
	<published>2009-12-07T05:59:40Z</published>
	<updated>2009-12-07T05:59:40Z</updated>
	<author>
		<name>Guillaume Lelarge-3</name>
	</author>
	<content type="html">Le lundi 7 décembre 2009 à 14:53:50, Dave Page a écrit :
&lt;br&gt;&amp;gt; 2009/12/7 Guillaume Lelarge &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677641&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;guillaume@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt; 2009-12-03 GL &amp;nbsp;1.12.0 &amp;nbsp;Replace Alt-F4 with Ctrl-Q and Ctrl-W.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; didn't that go into 1.10.1?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;It first went into the 1.12 (and so, trunk's CHANGELOG says 1.12). Then it 
&lt;br&gt;went to 1.10 branch (and so, 1.10's CHANGELOG says 1.10). I forgot to change 
&lt;br&gt;1.12's CHANGELOG...
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Guillaume.
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.postgresqlfr.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresqlfr.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://dalibo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dalibo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677641&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PgAdmin-support-for-8.5-tp26677293p26677641.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677566</id>
	<title>Re: PgAdmin support for 8.5</title>
	<published>2009-12-07T05:53:50Z</published>
	<updated>2009-12-07T05:53:50Z</updated>
	<author>
		<name>Dave Page-7</name>
	</author>
	<content type="html">2009/12/7 Guillaume Lelarge &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677566&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;guillaume@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; 2009-12-03 GL  1.12.0  Replace Alt-F4 with Ctrl-Q and Ctrl-W.
&lt;br&gt;&lt;br&gt;didn't that go into 1.10.1?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dave Page
&lt;br&gt;EnterpriseDB UK: &lt;a href=&quot;http://www.enterprisedb.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.enterprisedb.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677566&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PgAdmin-support-for-8.5-tp26677293p26677566.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677544</id>
	<title>Re: PgAdmin support for 8.5</title>
	<published>2009-12-07T05:51:59Z</published>
	<updated>2009-12-07T05:51:59Z</updated>
	<author>
		<name>Guillaume Lelarge-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Le lundi 7 décembre 2009 à 14:31:57, Obe, Regina a écrit :
&lt;br&gt;&amp;gt; By the way thanks PgAdmin group for releasing a new version of PgAdmin :).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;You're welcome :)
&lt;br&gt;&lt;br&gt;&amp;gt; I assume this is already known, but current build doesn't work with the
&lt;br&gt;&amp;gt; &amp;nbsp;PostgreSQL 8.5 alpha 2. &amp;nbsp;But just in case
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Gives error:
&lt;br&gt;&amp;gt; column &amp;quot;datconfig&amp;quot; does not exist
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; and then doesn't list databases
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;pgAdmin 1.10 won't ever support 8.5. You'll need 1.11 dev release or 1.12.
&lt;br&gt;&lt;br&gt;&amp;gt; Of course this is not a bug since there is a glaring warning message that
&lt;br&gt;&amp;gt; &amp;nbsp;this should not be used for PostgreSQL higher than 8.4+.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just curious when such support is planned. &amp;nbsp;I assume when 8.5 reaches beta
&lt;br&gt;&amp;gt; &amp;nbsp;or RC phase?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;1.11 already supports 8.5, but actually, it supports only parts of it. Right 
&lt;br&gt;now, I have this:
&lt;br&gt;&lt;br&gt;guillaume@laptop:~/freeprojects/git.pgadmin$ grep &amp;quot;1\.12&amp;quot; CHANGELOG 
&lt;br&gt;2009-12-07 GL &amp;nbsp;1.12.0 &amp;nbsp;Use of wxColourPickerCtrl each time we need to choose a
&lt;br&gt;2009-12-03 GL &amp;nbsp;1.12.0 &amp;nbsp;Replace Alt-F4 with Ctrl-Q and Ctrl-W.
&lt;br&gt;2009-11-25 DP &amp;nbsp;1.12.0 &amp;nbsp;Add code to the schema browser to allow the user to 
&lt;br&gt;2009-11-23 GL &amp;nbsp;1.12.0 &amp;nbsp;Support for &amp;quot;ALTER TABLE ... ALTER COLUMN ... SET
&lt;br&gt;2009-11-19 GL &amp;nbsp;1.12.0 &amp;nbsp;Support for drag-and-drop of a file in the query tool.
&lt;br&gt;2009-10-28 DP &amp;nbsp;1.12.0 &amp;nbsp;Extend the branding code to allow the vendor-specific
&lt;br&gt;2009-10-08 DP &amp;nbsp;1.12.0 &amp;nbsp;Add 'SELECT Script' for functions and 'EXEC Script' for
&lt;br&gt;2009-09-28 GL &amp;nbsp;1.12.0 &amp;nbsp;Allow the change of database for the lock report on the
&lt;br&gt;2009-09-25 GL &amp;nbsp;1.12.0 &amp;nbsp;Highlight processes according to their activity.
&lt;br&gt;2009-09-17 GL &amp;nbsp;1.12.0 &amp;nbsp;Add a button to open the query tool with the query
&lt;br&gt;2009-09-04 GL &amp;nbsp;1.12.0 &amp;nbsp;Add an option to automatically rollback a failed
&lt;br&gt;2009-09-01 GL &amp;nbsp;1.12.0 &amp;nbsp;Remembers correctly window's maximized status, per a
&lt;br&gt;2009-08-06 GL &amp;nbsp;1.12.0 &amp;nbsp;Allow names without dot in open file dialog.
&lt;br&gt;2009-08-05 GL &amp;nbsp;1.12.0 &amp;nbsp;Better l10n support on sequences' statistics, per a
&lt;br&gt;2009-08-03 GL &amp;nbsp;1.12.0 &amp;nbsp;Better l10n support on the Grant Wizard, per a
&lt;br&gt;2009-08-03 GL &amp;nbsp;1.12.0 &amp;nbsp;Better l10n support on the generated reports, per a
&lt;br&gt;2009-07-24 GL &amp;nbsp;1.12.0 &amp;nbsp;More statistics on various objects, databases, indexes,
&lt;br&gt;2009-07-21 DP &amp;nbsp;1.12.0 &amp;nbsp;Add the partition name to the properties pane when 
&lt;br&gt;viewing
&lt;br&gt;2009-07-20 GL &amp;nbsp;1.12.0 &amp;nbsp;Multiple statements are an issue with pgPool-II in
&lt;br&gt;2009-07-07 DP &amp;nbsp;1.12.0 &amp;nbsp;Cache datatypes in dlgTable, so they don't have to be
&lt;br&gt;2009-07-01 DP &amp;nbsp;1.12.0 &amp;nbsp;Use the STC instead of a rich text control in the edit
&lt;br&gt;&lt;br&gt;Now that I'm reading this, this is probably not the best way to know which 
&lt;br&gt;functionnality is already supported. You'd have better luck with this URL:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://code.pgadmin.org/trac/query?keywords=~8.5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.pgadmin.org/trac/query?keywords=~8.5&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you think something is missing, tell us so.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Guillaume.
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.postgresqlfr.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresqlfr.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://dalibo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dalibo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677544&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PgAdmin-support-for-8.5-tp26677293p26677544.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677519</id>
	<title>Re: PgAdmin support for 8.5</title>
	<published>2009-12-07T05:50:19Z</published>
	<updated>2009-12-07T05:50:19Z</updated>
	<author>
		<name>Dave Page-7</name>
	</author>
	<content type="html">On Mon, Dec 7, 2009 at 1:31 PM, Obe, Regina &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677519&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;robe.dnd@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; By the way thanks PgAdmin group for releasing a new version of PgAdmin :).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I assume this is already known, but current build doesn't work with the PostgreSQL 8.5 alpha 2.  But just in case
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gives error:
&lt;br&gt;&amp;gt; column &amp;quot;datconfig&amp;quot; does not exist
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and then doesn't list databases
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Of course this is not a bug since there is a glaring warning message that this should not be used for PostgreSQL higher than 8.4+.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Just curious when such support is planned.  I assume when 8.5 reaches beta or RC phase?
&lt;/div&gt;&lt;br&gt;Never in 1.10.x. We'll support 8.5 in 1.12 which will be released
&lt;br&gt;with, or before Postgres.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dave Page
&lt;br&gt;EnterpriseDB UK: &lt;a href=&quot;http://www.enterprisedb.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.enterprisedb.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677519&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PgAdmin-support-for-8.5-tp26677293p26677519.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677293</id>
	<title>PgAdmin support for 8.5</title>
	<published>2009-12-07T05:31:57Z</published>
	<updated>2009-12-07T05:31:57Z</updated>
	<author>
		<name>Regina Obe</name>
	</author>
	<content type="html">&lt;br&gt;By the way thanks PgAdmin group for releasing a new version of PgAdmin :).
&lt;br&gt;&lt;br&gt;I assume this is already known, but current build doesn't work with the PostgreSQL 8.5 alpha 2. &amp;nbsp;But just in case
&lt;br&gt;&lt;br&gt;Gives error:
&lt;br&gt;column &amp;quot;datconfig&amp;quot; does not exist
&lt;br&gt;&lt;br&gt;and then doesn't list databases
&lt;br&gt;&lt;br&gt;Of course this is not a bug since there is a glaring warning message that this should not be used for PostgreSQL higher than 8.4+.
&lt;br&gt;&lt;br&gt;Just curious when such support is planned. &amp;nbsp;I assume when 8.5 reaches beta or RC phase?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Regina
&lt;br&gt;-----------------------------------------
&lt;br&gt;The substance of this message, including any attachments, may be
&lt;br&gt;confidential, legally privileged and/or exempt from disclosure
&lt;br&gt;pursuant to Massachusetts law. It is intended
&lt;br&gt;solely for the addressee. If you received this in error, please
&lt;br&gt;contact the sender and delete the material from any computer.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677293&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PgAdmin-support-for-8.5-tp26677293p26677293.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26674942</id>
	<title>Re: pgAdmin build</title>
	<published>2009-12-07T01:55:19Z</published>
	<updated>2009-12-07T01:55:19Z</updated>
	<author>
		<name>Dave Page-7</name>
	</author>
	<content type="html">2009/12/5 Vladimir Koković &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26674942&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vladimir.kokovic@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Although I previously reported that pgAdmin build can not work outside the
&lt;br&gt;&amp;gt; source tree, it is obvious that there are some problems in communication
&lt;br&gt;&amp;gt; (probably my english) because build still not working.
&lt;br&gt;&amp;gt; This time I send diff files for branding and i18n Makefile.am.
&lt;br&gt;&lt;br&gt;Thanks - committed. You should post patches to -hackers though, not
&lt;br&gt;-support, which I don't always follow so closely as there are many
&lt;br&gt;other helpful people on that list.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dave Page
&lt;br&gt;EnterpriseDB UK: &lt;a href=&quot;http://www.enterprisedb.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.enterprisedb.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgadmin-support mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26674942&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgadmin-support@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgadmin-support&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgadmin-support&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pgAdmin-build-tp26655551p26674942.html" />
</entry>

</feed>
