Re: Create Database/Tables -PostgreSQL

Поиск
Список
Период
Сортировка
От vy
Тема Re: Create Database/Tables -PostgreSQL
Дата
Msg-id 561420f60905241728q5b4b40day36390d5730e66429@mail.gmail.com
обсуждение исходный текст
Ответ на Create Database/Tables -PostgreSQL  ("Just E. Mail" <justemail@imwell-usa.com>)
Список pgsql-novice
2009/5/24 Just E. Mail <justemail@imwell-usa.com>:
> I am trying to create pgsql database/tables for freeRADIUS. I notice that
> PostgreSQL has a schema for freeRADUS. Is there any procedure to create the
> DB/Tables from this schema or I have to type all the lines to create table
> manually?
>

I looked at the .sql files included with my installation pgsql and found

/usr/share/pgsql/information_schema.sql

I suppose if you have an equivalent file for the freeRadius schema you
could load it without having to type all the lines manually. See the
tutorial lessons in the included pgsql manual for your particular
version on how to load *.sql files.

Best wishes,
-- vy

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

Предыдущее
От: Kedar Rasik Parikh
Дата:
Сообщение: Re: INHERIT and FOREIGN KEY issues
Следующее
От: Tanuwijaya
Дата:
Сообщение: cannot install postgres