Re: Call for design: PostgreSQL mugs

From: Eduardo Morras <emorrasg(at)yahoo(dot)es>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Call for design: PostgreSQL mugs
Date: 2013-09-11 14:49:32
Message-ID: 20130911164932.d601a9f89afecc11733ec223@yahoo.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgeu-general pgsql-general

On Wed, 04 Sep 2013 00:08:52 +0200
Andreas 'ads' Scherbaum <adsmail(at)wars-nicht(dot)de> wrote:

>
> PostgreSQL folks!
>
> We are looking for the next big thing. Actually, it's a bit smaller: a
> new design for mugs. So far we had big blue elephants, small blue
> elephants, frosty elephants, white SQL code on black mugs ... Now it's
> time to design something new.
>
>
> What's in for you? Fame, of course - we will announce the designer of
> the next mug along with the mugs itself. Plus 4 mugs for you and your
> friends.
>
>
> Do you have a cool idea? Please let us know. Either reply here or send
> an email to pgeu-board(at)postgresql(dot)org(dot)

CREATE OR REFILL mug{
id_owner INTEGER PRIMARY KEY,
owner_name VARCHAR(40),
CONSTRAINT id_owner PRIMARY KEY (mug),
CONSTRAINT fk_content FOREIGN KEY (content)
REFERENCES content (content_id)
)WITH (
OIDS=FALSE
);

> Thanks,

--- ---
Eduardo Morras <emorrasg(at)yahoo(dot)es>

In response to

Browse pgeu-general by date

  From Date Subject
Next Message Andreas 'ads' Scherbaum 2013-09-12 12:27:10 Re: [GENERAL] Call for design: PostgreSQL mugs
Previous Message Albe Laurenz 2013-09-11 08:25:55 Re: [pgeu-general] Call for design: PostgreSQL mugs

Browse pgsql-general by date

  From Date Subject
Next Message Sergey Shelukhin 2013-09-11 14:52:49 Re: not aborting transactions on failed select
Previous Message Kevin Grittner 2013-09-11 13:14:21 Re: pg_largeobjects