Re: Take your postgresSql on the road, and live to tell of it.
От
Ben
Тема
Re: Take your postgresSql on the road, and live to tell
of it.
Дата
Msg-id
Pine.LNX.4.64.0708071604590.27105@localhost.localdomain
Ответ на
Re: Take your postgresSql on the road, and live to tell
of it. (Owen Hartnett)
Список
Дерево обсуждения
Removing a schema Naz Gassiep <naz@mira.net>
Re: Removing a schema Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing a schema Nis Jørgensen <nis@superlativ.dk>
Take your postgresSql on the road, and live to tell of it. Owen Hartnett <owen@clipboardinc.com>
Re: Take your postgresSql on the road, and live to tell
of it. Scott Ribe <scott_ribe@killerbytes.com>
Re: Take your postgresSql on the road, and live to tell
of it. Ben <bench@silentmedia.com>
Re: Take your postgresSql on the road, and live to tell
of it. Owen Hartnett <owen@clipboardinc.com>
Re: Take your postgresSql on the road, and live to tell
of it. Ben <bench@silentmedia.com>
You can group schemas with views, and it guarentees nobody will accidently overwrite somebody else's stuff. Merging a two schemas with identical table structure should also be quite trivial. Of course, if you have a lot of users, this might not work so well.... On Tue, 7 Aug 2007, Owen Hartnett wrote: > At 2:15 PM -0700 8/7/07, Ben wrote: >> How many users do you have? Have you considered giving each user a schema >> in which to make their changes? It sounds like you don't really have a >> multi-master replication issue, which makes things easier. > > Maybe I'm not understanding the strategy, but I don't see what this buys me, > as I have to end up with a single database schema that has incorporated all > the changes. If I can "record" all the SQL a user does from the checkpoint > on, then I can "psql <" it in to the main database. Once I've combined their > data into the database that sits on the server, I don't need their database > copies anymore. > > -Owen > > > ---------------------------(end of broadcast)--------------------------- > TIP 3: Have you checked our extensive FAQ? > > http://www.postgresql.org/docs/faq >
В списке pgsql-general по дате отправления