Re: [pgadmin-hackers] CVS Server Changes

2003-12-16 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 16 December 2003 16:54 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] CVS Server Changes > > > At the moment, I'm quite busy (non-pgadmin stuff), with no > work pending for commitme

Re: [pgadmin-hackers] CVS Server Changes

2003-12-16 Thread Andreas Pflug
Dave Page wrote: Hi Guys, At some point in the near future I need to move the pgAdmin CVS repository to a new machine. There are 2 issues to consider: 1) The DNS must be updated and will take time to propagate. 2) The CVSROOT is going to change to :pserver:[EMAIL PROTECTED]/projects/ I want to t

[pgadmin-hackers] CVS Server Changes

2003-12-16 Thread Dave Page
Hi Guys, At some point in the near future I need to move the pgAdmin CVS repository to a new machine. There are 2 issues to consider: 1) The DNS must be updated and will take time to propagate. 2) The CVSROOT is going to change to :pserver:[EMAIL PROTECTED]/projects/ I want to try to arrange th

Re: [pgadmin-hackers]

2003-12-16 Thread Andreas Pflug
Oleg Romanenko wrote: Hello pgadmin-hackers. I have a question. If i need give from cidr for example '192.168.10.10' another cidr '192.168.10.11' and convert it to a text what i must to do. Oleg mailto:[EMAIL PROTECTED] Well Oleg, the first thing to do is use the righ

[pgadmin-hackers]

2003-12-16 Thread Oleg Romanenko
Hello pgadmin-hackers. I have a question. If i need give from cidr for example '192.168.10.10' another cidr '192.168.10.11' and convert it to a text what i must to do. Oleg mailto:[EMAIL PROTECTED] ---(end of broadcast)---

Re: [pgadmin-hackers] Query execution order

2003-12-16 Thread Andreas Pflug
Miha Radej wrote: Hi! I've been playing a bit with my frinends' tables and I wanted to remove an existing unique constraint and add a primary key with the same name. However, instead of first removing an existing constraint and then adding a new one, I added the primary key and then deleted th

[pgadmin-hackers] Query execution order

2003-12-16 Thread Miha Radej
Hi! I've been playing a bit with my frinends' tables and I wanted to remove an existing unique constraint and add a primary key with the same name. However, instead of first removing an existing constraint and then adding a new one, I added the primary key and then deleted the unique constraint.