Re: [GENERAL] Database Design for Components and Interconnections

2011-03-20 Thread ray joseph
> From: Andy Colson [mailto:a...@squeakycode.net] > Sent: Sunday, March 20, 2011 8:48 PM > Subject: Re: [GENERAL] Database Design for Components and Interconnections > > >> > >> You may, or may not, want a top level table: > >> > >> create table chips > >> ( > >>chipid serial, > >>descr te

Re: [GENERAL] Database Design for Components and Interconnections

2011-03-20 Thread ray joseph
> From: Andy Colson [mailto:a...@squeakycode.net] > Sent: Sunday, March 20, 2011 9:01 AM > > On 03/19/2011 11:40 PM, ray wrote: > > I am looking for some help in database design. I would like to design > > a database to help design alternative designs of a basic electronic > > circuit design.

Re: [GENERAL] Database Design for Components and Interconnections

2011-03-20 Thread ray joseph
David, Thank your for the your thoughts. I have psql installed and I am currently trying to use pgADMIN III. I have used it to make and drop Databases and tables. I have not yet successfully built a table from SQL. I have taken one of my Excel tables and used it to build a CREATE table script.

Re: [GENERAL] How to Create Table from CSV

2011-03-06 Thread ray joseph
I appreciate all the information Thank you, ray -Original Message- From: Dimitri Fontaine [mailto:dimi...@2ndquadrant.fr] Sent: Sunday, March 06, 2011 3:19 PM To: ray Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] How to Create Table from CSV ray writes: > I would like to crea

Re: [GENERAL] Looking for Suggestion on Learning

2011-02-06 Thread ray joseph
Notepad++, how do you launch the code? I really appreciate your efforts. ray _ From: urlu...@gmail.com [mailto:urlu...@gmail.com] On Behalf Of Matt Sent: Saturday, February 05, 2011 10:19 PM To: ray joseph Subject: Re: [GENERAL] Looking for Suggestion on Learning I too

Re: [GENERAL] Looking for Suggestion on Learning

2011-02-05 Thread ray joseph
> On Saturday, February 05, 2011 9:30:13 am ray wrote: > > I have built a few databases with MS Access and I would like to learn > > how to use pgsql. I have found some examples but they have been too > > complex to follow or to abstract with no specific details. > > > > I would like to find a s

Re: [GENERAL] Defining a Connection String in Windows XP

2010-12-13 Thread ray joseph
> -Original Message- > From: Susan Cassidy [mailto:scass...@stbernard.com] > Sent: Monday, December 13, 2010 2:06 PM > To: ray; pgsql-general@postgresql.org > Subject: RE: [GENERAL] Defining a Connection String in Windows XP > > >Ray, > > > >Thank you for responding. OK, that was my first

Re: [GENERAL] How to test my new install

2010-02-01 Thread ray joseph
Raymond, Thank you very much. This is exactly what I was looking for. I'll jump right into it. Ray - Original Message - From: "Raymond O'Donnell" To: "ray joseph" Cc: Sent: Monday, February 01, 2010 7:08 AM Subject: Re: [GENERAL] How to test my new i

Re: [GENERAL] How to test my new install

2010-02-01 Thread ray joseph
Raymond, Thank you. Yes, that sounds like a great step. I am new to this so I could use a little help: What do you mean to connect to it and how would I do it? Ray - Original Message - From: "Raymond O'Donnell" To: "ray joseph" Cc: Sent: Monday, February

Re: [GENERAL] How to test my new install

2010-02-01 Thread ray joseph
Raymond, Thank you for responding to my question. I am sorry that I wasn't clear. My concern is that when I start up my tool stack and it doesn't work, that I will have an entire chain to troubleshoot. If I could isolate each tool as I install it, and validate that it is working, it will be eas