| From: | Steven Klassen <sklassen(at)commandprompt(dot)com> |
|---|---|
| To: | Ken Tozier <kentozier(at)comcast(dot)net> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Newbie table definition question |
| Date: | 2004-10-17 09:08:16 |
| Message-ID: | 20041017090816.GA1604@commandprompt.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
* Steven Klassen <sklassen(at)commandprompt(dot)com> [2004-10-17 01:52:47 -0700]:
> xinu=> select * from items_types_view;
> id | item_name | type_name
> ----+-----------+-----------
> 1 | Apple | fruit
> 2 | Orange | fruit
> 3 | Brocolli | fruit
> 4 | Lettuce | fruit
> (4 rows)
And after I fixed the types for the latter items:
xinu=> select * from items_types_view;
id | item_name | type_name
----+-----------+-----------
1 | Apple | fruit
2 | Orange | fruit
3 | Brocolli | vegatable
4 | Lettuce | vegatable
(4 rows)
--
Steven Klassen - Lead Programmer
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Replication & Support Services, (503) 667-4564
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Garamond | 2004-10-17 09:45:45 | timezone abbreviation in timestamp string input |
| Previous Message | Steven Klassen | 2004-10-17 08:52:47 | Re: Newbie table definition question |