[GENERAL] Progress -> PostgreSQL Replication?

2001-06-15 Thread Joseph Koenig
Sorry if this is the wrong place to be asking this - Can someone direct me toward some documentation on RServ? I'm trying to determine if this will be suitable for mimicking a Progress database in PostgreSQL. Thanks, Joe ---(end of broadcast)--- TI

[GENERAL] Progress -> PostgreSQL

2001-06-15 Thread Joseph Koenig
I asked this question, unintentionally off list. Maybe someone on the list can answer. Will rserv connect to a non PostgreSQL database and do a replication to a PostgreSQL database? If not, is there a simple way of accomplishing this? Thanks. Joe ---(end of broadcast)

Re: [GENERAL] Any Good Way To Do Sync DB's?

2001-10-15 Thread Joseph Koenig
s for all of the input from everyone. Joe Gordan Bobic wrote: > > On Fri, 12 Oct 2001, Joseph Koenig wrote: > > > I have a project where a client has products stored in a large Progress > > DB on an NT server. The web server is a FreeBSD box though, and the > > client

[GENERAL] Really Dumb Question...(Dumping db)

2001-03-20 Thread Joseph Koenig
All I want to do is dump the db, which should be easy, right? If I do: pg_dump -u worldwide > worldwide.pgdump my system just hangs and doesn't ever ask for a username or password. if i remove the -u, it says it can't connect cause no password was supplied. What am i missing? Thanks, Joe --

Re: [GENERAL] Really Dumb Question...(Dumping db)

2001-03-20 Thread Joseph Koenig
ok, makes sense, so how would I get around it? Thanks, Joe John Madden wrote: > > > All I want to do is dump the db, which should be easy, right? If I do: > > pg_dump -u worldwide > worldwide.pgdump > > pg_dump, with the -u, expects you to enter your username/password to > stdin or something.

[GENERAL] General usage for pg_dumpall

2001-04-27 Thread Joseph Koenig
Hi, I want to backup a database. I've read here that pg_dumpall is really the best way to do it. However, what options are going to be most useful to me, should I need to restore the db ever. I know there's probably lots of conditional things, but just in general, what are the most commonly used.