Re: Finding matching words in a word game

From: Alexander Farber <alexander(dot)farber(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Finding matching words in a word game
Date: 2013-03-05 09:59:09
Message-ID: CAADeyWioTtyUGgGR0JyYmxUM45hvio-SQzbzewO-36gu8hHSpA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Or I could add integer columns 'a', 'b', ... ,'z' to the table

On Tue, Mar 5, 2013 at 10:29 AM, Alexander Farber
<alexander(dot)farber(at)gmail(dot)com> wrote:
>
> create table good_words (
> word varchar(16) primary key,
> stamp timestamp default current_timestamp
> );
>
> http://stackoverflow.com/questions/15220072/postgresql-and-word-games

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Grittner 2013-03-05 13:59:26 Re: [GENERAL] Floating point error
Previous Message Alexander Farber 2013-03-05 09:29:29 Finding matching words in a word game