Re: [GENERAL] Changing DB ownership

2003-08-14 Thread Christopher Murtagh
On Tue, 2003-08-05 at 11:11, Jimmie H. Apsey wrote: > Why would you want to do that? Why would I want to change ownership of a database? I could think of numerous reasons. > Why not do it an easier way and dump the database and restore it into > your new database? Because that would mean that

Re: [GENERAL] Changing DB ownership

2003-08-14 Thread Bruce Momjian
Added to TODO, to match ALTER TABLE ... OWNER: o Add ALTER DATABASE ... OWNER TO newowner --- Sander Steffann wrote: > Hi, > > > Why would you want to do that? > > > > Why not do it an easier way and dump the datab

Re: [GENERAL] Changing DB ownership

2003-08-09 Thread Jimmie H. Apsey
Why would you want to do that? Why not do it an easier way and dump the database and restore it into your new database? There's got to be a lot of stuff to consider when doing something as radical as renaming a database. I am a developer of dental computer systems using Postgres within Red Ha

Re: [GENERAL] Changing DB ownership

2003-08-06 Thread Sander Steffann
Hi, > Why would you want to do that? > > Why not do it an easier way and dump the database and restore it into > your new database? > > There's got to be a lot of stuff to consider when doing something as > radical as renaming a database. He is not talking about renaming his database, he is talki