Re: Getting Started in Postgresql

From: Serkan Bektaþ <sbektas(at)karincaint(dot)com(dot)tr>
To: "Daniel Anderson" <dan3487(at)yahoo(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Getting Started in Postgresql
Date: 2003-03-13 16:10:14
Message-ID: NGBBLNGJGLOKCEKHPAPJMEFODEAA.sbektas@karincaint.com.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

for database migration, you can use the pgadmin's database migration plug-in

you can find pgadmin at
http://pgadmin.postgresql.org/

regards
Serkan Bektas

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Daniel Anderson
Sent: Wednesday, March 12, 2003 1:26 PM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] Getting Started in Postgresql

Hi,

At work I was assigned the task of migrating a
very large (and very unmanageable) MS Access
database to a solution that would be massively
scalable and support a number of simultaneous
users and features.[1]

After lengthy study I concluded that Postgresql
running on OpenBSD would be ideal[2]. So now I
am designing and implementing programs to allow a
number of clients to connect to the database over
the network.[3]

I was wondering if anybody could recommend good
books, resources, references, or otherwise
general starting points to help steer me in the
right direction? I've been through the docs and
at this point am just trying to remember
everything (it's quite overwhelming!) But any
suggestions to make the life of a postgres noob
easier would be welcomed. =)

Thanks,

Dan Anderson
Lab Rat and Helper Monkey
Great Lakes Industries, Inc.

[1] I've already figured out that I can save MS
Access files as text and COPY them to the
postgres database.
[2] The discussion of exactly why I chose
OpenBSD and Postgresql is beyond the scope of
this e-mail, but I would be more then happy to
discuss/debate/explain why to anybody who e-mails
me. (dan3487(at)yahoo(dot)com)
[3] Suffice it to say each and every OpenBSD box
needs to completely automate connection to the
database (including the use of barcode scanners)
at a number of different points across the floor,
all connected via 802.11b. So my job is to
design a system and code it to make it work.

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2003-03-13 16:15:56 Re: removal from list
Previous Message Stephan Szabo 2003-03-13 16:01:17 Re: Functions receiving argument of type timezone-- more