Re: Logical Fields in postgres.

Lists: pgsql-admin
From: "dlangschied" <dlangschied(at)ameritech(dot)net>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Logical Fields in postgres.
Date: 2003-04-28 20:35:48
Message-ID: 013301c30dc5$c16b9f00$6401a8c0@lcshost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

'Lo all,
How do I create a logical field in postgres? These fields were not
recognized when I tried to load them.

Sincerely,

David Langschied
Langschied Consulting Services
25644 Mackinac
Roseville, MI 48066

Phone: (586)777-7542
Cell: (248)789-8493
e-mail: dlangschied(at)ameritech(dot)net


From: Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>
To: "dlangschied" <dlangschied(at)ameritech(dot)net>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Logical Fields in postgres.
Date: 2003-04-29 11:28:58
Message-ID: 200304291658.58263.mallah@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

Did you mean boolean feilds similar to Yes/No feilds of MS ACCESS?

regds
mallah.

On Tuesday 29 Apr 2003 2:05 am, dlangschied wrote:
> 'Lo all,
> How do I create a logical field in postgres? These fields were not
> recognized when I tried to load them.
>
> Sincerely,
>
> David Langschied
> Langschied Consulting Services
> 25644 Mackinac
> Roseville, MI 48066
>
> Phone: (586)777-7542
> Cell: (248)789-8493
> e-mail: dlangschied(at)ameritech(dot)net
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.


From: "dlangschied" <dlangschied(at)ameritech(dot)net>
To: "Rajesh Kumar Mallah" <mallah(at)trade-india(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Logical Fields in postgres.
Date: 2003-04-29 13:21:42
Message-ID: 006501c30e52$492d5280$6401a8c0@lcshost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

Yes, I did figure this one out. Boolean is the correct conversion. I have
another question: I have a database that supports arrays. I do not see
arrays listed under data type or in any of the documentation. Is there
support for arrays in postgres? If not, I soppose I will have to create new
fields for each array position. Any help would be greatly appreciated.

Sincerely,

David Langschied
Langschied Consulting Services
25644 Mackinac
Roseville, MI 48066

Phone: (586)777-7542
Cell: (248)789-8493
e-mail: dlangschied(at)ameritech(dot)net
----- Original Message -----
From: "Rajesh Kumar Mallah" <mallah(at)trade-india(dot)com>
To: "dlangschied" <dlangschied(at)Ameritech(dot)Net>; <pgsql-admin(at)postgresql(dot)org>
Sent: Tuesday, April 29, 2003 7:28 AM
Subject: Re: [ADMIN] Logical Fields in postgres.

>
>
> Did you mean boolean feilds similar to Yes/No feilds of MS ACCESS?
>
> regds
> mallah.
>
> On Tuesday 29 Apr 2003 2:05 am, dlangschied wrote:
> > 'Lo all,
> > How do I create a logical field in postgres? These fields were not
> > recognized when I tried to load them.
> >
> > Sincerely,
> >
> > David Langschied
> > Langschied Consulting Services
> > 25644 Mackinac
> > Roseville, MI 48066
> >
> > Phone: (586)777-7542
> > Cell: (248)789-8493
> > e-mail: dlangschied(at)ameritech(dot)net
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
> --
> Rajesh Kumar Mallah,
> Project Manager (Development)
> Infocom Network Limited, New Delhi
> phone: +91(11)6152172 (221) (L) ,9811255597 (M)
>
> Visit http://www.trade-india.com ,
> India's Leading B2B eMarketplace.


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "dlangschied" <dlangschied(at)ameritech(dot)net>
Cc: "Rajesh Kumar Mallah" <mallah(at)trade-india(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Logical Fields in postgres.
Date: 2003-04-29 14:41:47
Message-ID: 26488.1051627307@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

"dlangschied" <dlangschied(at)ameritech(dot)net> writes:
> Yes, I did figure this one out. Boolean is the correct conversion. I have
> another question: I have a database that supports arrays. I do not see
> arrays listed under data type or in any of the documentation.

http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/arrays.html

regards, tom lane


From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: dlangschied <dlangschied(at)ameritech(dot)net>, Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Logical Fields in postgres.
Date: 2003-04-29 15:02:34
Message-ID: Pine.GSO.4.55.0304291901491.22815@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

On Tue, 29 Apr 2003, Tom Lane wrote:

> "dlangschied" <dlangschied(at)ameritech(dot)net> writes:
> > Yes, I did figure this one out. Boolean is the correct conversion. I have
> > another question: I have a database that supports arrays. I do not see
> > arrays listed under data type or in any of the documentation.
>
> http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/arrays.html

Also, you might consider contrib/intarray for index support.

>
> regards, tom lane
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


From: "dlangschied" <dlangschied(at)ameritech(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Logical Fields in postgres.
Date: 2003-04-30 22:23:24
Message-ID: 007a01c30f67$1dc89a80$6401a8c0@lcshost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

Thanks! I did not see it in the outline, but I did already have this file.
Sincerely,

David Langschied
Langschied Consulting Services
25644 Mackinac
Roseville, MI 48066

Phone: (586)777-7542
Cell: (248)789-8493
e-mail: dlangschied(at)ameritech(dot)net
----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "dlangschied" <dlangschied(at)Ameritech(dot)Net>
Cc: "Rajesh Kumar Mallah" <mallah(at)trade-india(dot)com>;
<pgsql-admin(at)postgresql(dot)org>
Sent: Tuesday, April 29, 2003 10:41 AM
Subject: Re: [ADMIN] Logical Fields in postgres.

> "dlangschied" <dlangschied(at)ameritech(dot)net> writes:
> > Yes, I did figure this one out. Boolean is the correct conversion. I
have
> > another question: I have a database that supports arrays. I do not see
> > arrays listed under data type or in any of the documentation.
>
> http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/arrays.html
>
> regards, tom lane
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org