From: | Owen Hartnett <owen(at)clipboardinc(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org, "PostgreSQL Advocacy List" <pgsql-advocacy(at)postgresql(dot)org> |
Subject: | Re: [GENERAL] POLL: Women-sized t-shirts for PostgreSQL |
Date: | 2007-11-22 20:08:56 |
Message-ID: | p06240806c36b914a800a@[192.168.0.109] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy pgsql-general |
At 3:30 PM -0800 11/21/07, Selena Deckelmann wrote:
>Hello,
>
>I have been looking into getting some woman-sized PostgreSQL shirts,
>in addition to the more typical men-sized tshirts. The particular
>style is American Apparel shirts, style # 2102. They are "normal
>looking" t-shirts, just proportioned a bit more correctly for a
>woman's body. The shirt says 'PostgreSQL' in small print on the front,
>and has the big elephant logo on the back. We'll most likely ask for a
>$20 donation to the PostgreSQL non-profit for each shirt.
>
>So, I'm conducting a small poll:
>
>If you are interested in a woman-sized shirt, please EMAIL ME DIRECTLY
>with a quantity, and size (XS, S, M, L, XL). If you would not wear a
>PostgreSQL woman-sized shirt yourself, please consider whether you
>would maybe get one as a gift for someone else this holiday season :)
In answer to your query, I believe the following SQL would do it:
Select count(*), size from postgresqlusers
where gender = 'female' or hasFemaleAcquaintance group by size;
If this doesn't work, what version are you using?
Oh....you're running a POLL! Never mind.
-Owen
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2007-11-22 20:53:47 | Forming the UK User Group |
Previous Message | Devrim GÜNDÜZ | 2007-11-22 08:55:29 | Re: POLL: Women-sized t-shirts for PostgreSQL |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Maclean | 2007-11-22 21:16:29 | Date Timezone |
Previous Message | Magnus Hagander | 2007-11-22 17:35:36 | Re: Query re disk usage |