template or index of some kind

Поиск
Список
Период
Сортировка
От Bernie Huang
Тема template or index of some kind
Дата
Msg-id 393298FF.AC011C73@ec.gc.ca
обсуждение исходный текст
Список pgsql-sql
Hi,

I have a situation where there are hundreds of inventories that needs to
be stored into postgres.  And I am thinking of doing a template to ease
the track of those inventories.

Idea 1: each inventory may be an individual table, and the problem is
how can I keep track of those tables?

Idea 2: since all inventories have the same attribute, we can have a
template for the entire inventory, and every time each item is
retrieved, the info is filled into template.  (This sounds like having a
table for 'item'.)

Please give me some feedback.  Thank you.


- Bernie

Вложения

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

Предыдущее
От: Grant Finnemore
Дата:
Сообщение: Re: adding fields containing NULL values
Следующее
От: Bernie Huang
Дата:
Сообщение: constraint