Re: Design question

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Design question
Дата
Msg-id 48D15CAA.60705@archonet.com
обсуждение исходный текст
Ответ на Design question  (Mike Diehl <mdiehl@diehlnet.com>)
Список pgsql-general
Mike Diehl wrote:
> 1.  Create a table for each spreadsheet, using column headings as field names.
> Every field would be a char/varchar.  We might have a table to track which
> client owns which table.  This could amount to 10's of tables being added to
> the db.

Give each client their own schema. Set permissions on the whole schema.
You should be fine with a few dozen or a few hundred tables. You can
also dump/restore a whole schema then.

--
  Richard Huxton
  Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: "Gauthier, Dave"
Дата:
Сообщение: 8.3.3 stability ?
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: 8.3.3 stability ?