Help
Concerning the the sample formdemo, ( formdemo.sql )
This demo file is in the ( /usr/local/pgaccess/demo/formdemo.sql ) directory, from the upgrade v 0.98.
Or you can download the ( formdemo.sql ) file only, from the PgAccess web site.
My question is, which directory do you put the ( formdemo.sql ) file.
So when you type
$ createdb formdemo
$ psql formdemo <formdemo.sql
I get no such file or directory
Thanks, Roland
 
 
Roland N Verrier wrote:
>
> Postmaster running, PgAccesss running
> PgAccess v 0.98 is in /usr/local/pgaccess
> Off the Web site it says, Create an empty database and psql your
> database <formdemo.sql
> I have the template1 and other databases in /var/lib/pgsql/base
> How do I make the connection with formdemo.sql and the base dir., if I
> create a new database, opened in PgAccess?
Constantin Teodorescu wrote:

Let's say you are the Linux user roland on your computer.

There is a postgres user , the master of PostgreSQL database server as
the system administrator.
Don't know the password for postgres user but you should assign one as
root and then log in as postgres user.
Then create a PostgreSQL user with the following command:

$ createuser roland

and follow the instructions there. Now you have a PostgreSQL user roland
and you may create databases , other users and so on.

As postgres linux user (or as roland) create and fill the formdemo
database :

$ createdb formdemo
$ psql formdemo <formdemo.sql

Now database formdemo should exist, check it with :

$ psql formdemo
formdemo=> \d

Then run PgAccess as :

$ pgaccess formdemo

or simply run PgAccess without parameter and the from the Database/Open
menu, specify formdemo as your database, localhost to host, 5432 as
port. Username and password may not be supplied if you are connecting to
localhost.

Enjoy,
--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA