Re: new beginner to postgresql. Looking at it for a church - Mailing list pgsql-general

From Tony Caduto
Subject Re: new beginner to postgresql. Looking at it for a church
Date
Msg-id 43B758D4.2050308@amsoftwaredesign.com
Whole thread Raw
In response to new beginner to postgresql. Looking at it for a church  ("Pamela" <pamela@bizwaves.net>)
List pgsql-general
Pamela wrote:
> Hello:
>
>
>
> I was wondering if anyone has setup a point-of-sale system with
> postgresql.  Also, I will have to create a database for a church that
> requires lots of tables and subcategories.  They have 4 different
> locations and wish to be interconnected amongst each other,


Postgresql can handle such a task, and should make things a little
easier for you if you use schemas to organize your tables etc.

You also have the option to use replication and dblink to do cross
database queries etc.

Don't know about the point of sale question though.


(You mentioned you where new to Postgres)

If you are a windows user be sure to check out PG Lightning Admin, it's
much easier to use than PG Admin III (my opinion, no flames please) and
it priced very inexpensively.

AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql


pgsql-general by date:

Previous
From: Tony Caduto
Date:
Subject: Re: sending mail from Postgres
Next
From: merlyn@stonehenge.com (Randal L. Schwartz)
Date:
Subject: Re: sending mail from Postgres