Re: Create Database/Tables -PostgreSQL - Mailing list pgsql-novice

From vy
Subject Re: Create Database/Tables -PostgreSQL
Date
Msg-id 561420f60905241728q5b4b40day36390d5730e66429@mail.gmail.com
Whole thread Raw
In response to Create Database/Tables -PostgreSQL  ("Just E. Mail" <justemail@imwell-usa.com>)
List 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 by date:

Previous
From: Kedar Rasik Parikh
Date:
Subject: Re: INHERIT and FOREIGN KEY issues
Next
From: Tanuwijaya
Date:
Subject: cannot install postgres