On Sat, Mar 12, 2016 at 9:57 PM, Aaron Christensen <
aaron.christen...@gmail.com> wrote:
>
>
> On Sat, Mar 12, 2016 at 5:03 AM, dieter wrote:
>
>> Aaron Christensen writes:
>> > I am running the following versions of software:
>> >
>> > Python 3.5
>> > psycopg2==2.6.1
>> > Postgres 9.4.5
>> >
>>
On Sat, Mar 12, 2016 at 5:03 AM, dieter wrote:
> Aaron Christensen writes:
> > I am running the following versions of software:
> >
> > Python 3.5
> > psycopg2==2.6.1
> > Postgres 9.4.5
> >
> > I have 2 tables. Table User has UserId (serial PK), LastName, FirstName,
> > Gender, DateOfBirth, and
On Sat, Mar 12, 2016 at 5:26 AM, Peter Otten <__pete...@web.de> wrote:
> Aaron Christensen wrote:
>
> > Hello,
> >
> > I am running the following versions of software:
> >
> > Python 3.5
> > psycopg2==2.6.1
> > Postgres 9.4.5
> >
> > I have 2 tables. Table User has UserId (serial PK), LastName, F
Aaron Christensen wrote:
> Hello,
>
> I am running the following versions of software:
>
> Python 3.5
> psycopg2==2.6.1
> Postgres 9.4.5
>
> I have 2 tables. Table User has UserId (serial PK), LastName, FirstName,
> Gender, DateOfBirth, and DateEnrolled. Table UserProfile has
> UserProfileId
Aaron Christensen writes:
> I am running the following versions of software:
>
> Python 3.5
> psycopg2==2.6.1
> Postgres 9.4.5
>
> I have 2 tables. Table User has UserId (serial PK), LastName, FirstName,
> Gender, DateOfBirth, and DateEnrolled. Table UserProfile has UserProfileId
> (serial, PK),
Hello,
I am running the following versions of software:
Python 3.5
psycopg2==2.6.1
Postgres 9.4.5
I have 2 tables. Table User has UserId (serial PK), LastName, FirstName,
Gender, DateOfBirth, and DateEnrolled. Table UserProfile has UserProfileId
(serial, PK), UserId (FK), DateEntered, FaveNumb