[pgadmin-support] Replication Sets

2007-09-21 Thread Daniel B. Thurman
What are the "rules" when defining the ID's for the replication sets for both the master and slaves? I was not able to glean from the online help if it makes any difference as to what values are chosen for the IDs when creating a new replication set and whether or not there should or should not b

[pgadmin-support] Weird characters saved in SQL file

2007-09-21 Thread Scott Sturgeon
Hi, I'm running pgadmin 1.8.0 Beta 5 (rev: 6630:6631) on Mac OS X 10.4.10 against postgresql 8.2.3... I've written a bunch of table create statements using the SQL editor tool and saved them as files... Then I used a php script to parse the files and run them against the database in a specif

Re: [pgadmin-support] pgadmin3 osx - two issues

2007-09-21 Thread Dave Page
Otto Bretz wrote: > Hi there, > > thanks for a very useful application. I'm running 1.8b5 on OSX and I > have to small annoyances. > > 1. If I want to change some settings for a table, I navigate to the > table in the left pane and then rightclick the table in the top-right > list and select prop

Re: [pgadmin-support] Implementing Replication via pgAdmin

2007-09-21 Thread Dave Page
Daniel B. Thurman wrote: > # Set the cluster name that this instance of slon is running against > # default is to read it off the command line > cluster_name='MasterCluster' > > # Set slon's connection info, default is to read it off the command line > conn_info='host=copper.cdkkt.com port=5432 db

Re: [pgadmin-support] Implementing Replication via pgAdmin

2007-09-21 Thread Daniel B. Thurman
>> All is fine except that these slons are running as >> foreground processes and cannot be backgrounded and >> killing the command window will terminate the process! >> How can I get the slons running without resorting to >> using command windows to start the replication processes? > >Install t

[pgadmin-support] pgadmin3 osx - two issues

2007-09-21 Thread Otto Bretz
Hi there, thanks for a very useful application. I'm running 1.8b5 on OSX and I have to small annoyances. 1. If I want to change some settings for a table, I navigate to the table in the left pane and then rightclick the table in the top-right list and select properies. Then the application starts

Re: [pgadmin-support] Implementing Replication via pgAdmin

2007-09-21 Thread Dave Page
Daniel B. Thurman wrote: All is fine except that these slons are running as foreground processes and cannot be backgrounded and killing the command window will terminate the process! How can I get the slons running without resorting to using command windows to start the replication pr

Re: [pgadmin-support] 1.8beta create table crash

2007-09-21 Thread Dave Page
Leen Besselink wrote: Hi, Today I downloaded the 1.8 beta client for windows (I'm running it on Windows 2000 and the pgsql8.1 on Debian/stable amd64). I get a crash when I do the following: - create database - name: test - encoding: SQL_ASCII - create table - name: mytable - tab: columns - a

[pgadmin-support] 1.8beta create table crash

2007-09-21 Thread Leen Besselink
Hi, Today I downloaded the 1.8 beta client for windows (I'm running it on Windows 2000 and the pgsql8.1 on Debian/stable amd64). I get a crash when I do the following: - create database - name: test - encoding: SQL_ASCII - create table - name: mytable - tab: columns - add - name: pk - data typ