Re: What text format is this and can I import it into Postgres?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: What text format is this and can I import it into Postgres?
Дата
Msg-id 50359D0F.8090103@hogranch.com
обсуждение исходный текст
Ответ на Re: What text format is this and can I import it into Postgres?  (Mike Christensen <mike@kitchenpc.com>)
Ответы Re: What text format is this and can I import it into Postgres?
Список pgsql-general
On 08/22/12 7:17 PM, Mike Christensen wrote:
> This is exactly what I needed.  Thanks so much..  Already got the
> first table imported..

I think would use 'TEXT' for the string fields, INTEGER for the whole
numbers and NUMERIC for the fractional ones...
once you have the data imported, and define the appropriate field of
each table as its PRIMARY KEY, you should be able to do a wide range of
joins to collect specific sorts of data.



--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: What text format is this and can I import it into Postgres?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Alternatives to very large tables with many performance-killing indicies?