Re: Finding matching words in a word game - Mailing list pgsql-general

From Alexander Farber
Subject Re: Finding matching words in a word game
Date
Msg-id CAADeyWioTtyUGgGR0JyYmxUM45hvio-SQzbzewO-36gu8hHSpA@mail.gmail.com
Whole thread Raw
In response to Finding matching words in a word game  (Alexander Farber <alexander.farber@gmail.com>)
Responses Re: Finding matching words in a word game
List 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.farber@gmail.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


pgsql-general by date:

Previous
From: Alexander Farber
Date:
Subject: Finding matching words in a word game
Next
From: Kevin Grittner
Date:
Subject: Re: [HACKERS] Floating point error