Re: [GENERAL] How to express categorized items in relational tables - Mailing list pgsql-general

From Chris Bitmead
Subject Re: [GENERAL] How to express categorized items in relational tables
Date
Msg-id 373BAFE8.2D40B94C@bigfoot.com
Whole thread Raw
In response to Re: [GENERAL] How to express categorized items in relational tables  (Doo Suk Yang <microbe@mail.lgchem.co.kr>)
Responses Re: [GENERAL] How to express categorized items in relational tables  (Doo Suk Yang <microbe@mail.lgchem.co.kr>)
List pgsql-general
I think you want something like...
INSERT INTO child(foo,bar,baz,category) SELECT 'foo1', 'bar1', 'baz1,
oid FROM category WHERE category.name = 'CategoryFoo';

I'm not sure. Is that what you mean?

Doo Suk Yang wrote:

> Thank you for your answer. It is going to be working.
>
> BTW, when inserting a parents category I had to go through two steps;
> selecting category of parents and inserting new title and selected
> category. Of course I'm using Perl and the above two steps are not  great
> matter. But still I'm curious is it possible to write an SQL statement to
> do it.
>
> ===============================================================================
> Science is the game we play with God to find out what his rules are.
> -------------------------------------------------------------------------------
> Doo Suk Yang
> Research Scientist                              Voice: 82-42-866-2222
> LG Chemical Ltd. Research Park
> Biotech Research Institute I                    FAX:   82-42-861-2566
> -------------------------------------------------------------------------------
> A fool hath no delight in understanding, but that his heart may discover itself.
> (Proverbs 18:2)
> ===============================================================================

pgsql-general by date:

Previous
From: Doo Suk Yang
Date:
Subject: Re: [GENERAL] How to express categorized items in relational tables
Next
From: "Stéphane Popinet"
Date:
Subject: overwriting large objects bug?