Re: [pgadmin-support] Problem with Serial Columns

2007-07-26 Thread Dave Page

Luiz K. Matsumura wrote:
The atacched diff file modify this (reference is the source of 1.6.3), 
but I don't have sufficient skill to compile the source and I'm not a 
C/C++ programmer to do a better change.


Thanks - I've applied a fix along these lines. It'll be in beta 3.

I think that a better test to serial columns, may be to verify primarily 
if there are a dependence between the column and the sequence, and then 
verify if the default value of the column is a nextval of the this 
sequence.


Yeah, that's been on the todo list for a while but noone got round to it 
yet:


- detect serial columns from pg_depend, not column default (observe 
deviating serial name)


Thanks, Dave

---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

   http://www.postgresql.org/about/donate


Re: [pgadmin-support] pgAdmin III v1.8.0 Beta 2 released

2007-07-26 Thread Dave Page
Belbin, Peter wrote:
> Dave,
> 
> http://www.pgadmin.org/download/windows.php
> 
> does not have a mention of beta2 being available as yet.

Oops, fixed - thanks.

/D

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


Re: [pgadmin-support] pgAdmin III v1.8.0 Beta 2 released

2007-07-26 Thread Belbin, Peter
Dave,

http://www.pgadmin.org/download/windows.php

does not have a mention of beta2 being available as yet.




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave Page
Sent: Thursday, July 26, 2007 8:46 AM
To: pgadmin-hackers; pgAdmin Support; [EMAIL PROTECTED]
Subject: [pgadmin-support] pgAdmin III v1.8.0 Beta 2 released

I'm pleased to announce the release of the second beta version of
pgAdmin III v1.8.0.




NOTICE: This electronic mail transmission may contain confidential
information and is intended only for the person(s) named.  Any use, copying
or disclosure by any other person is strictly prohibited. If you have
received this transmission in error, please notify the sender via e-mail.





[pgadmin-support] pgAdmin III v1.8.0 Beta 2 released

2007-07-26 Thread Dave Page
I'm pleased to announce the release of the second beta version of
pgAdmin III v1.8.0.

pgAdmin is the leading graphical administration and development tool for
PostgreSQL, EnterpriseDB and most other PostgreSQL-derived DBMSs. It can
be used on Windows, Linux, FreeBSD, Mac and Solaris with servers on any
platform. For more information, please see the website:
http://www.pgadmin.org/

For details of the changes since v1.6, please see the changelog at:
http://www.pgadmin.org/development/changelog.php

To download the beta, please visit the download page at
http://www.pgadmin.org/download/. In addition to the source code, binary
downloads are currently available for Windows, Mac OS X and Slackware
Linux. Additional binaries will be released as soon as possible.

This is a pre-release version and should be used at your own risk!
Please report any bugs or problems to [EMAIL PROTECTED]

Regards, Dave.

-- 
Dave Page
pgAdmin Project Lead

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match