Re: Finding matching words in a word game

Поиск
Список
Период
Сортировка
От Alexander Farber
Тема Re: Finding matching words in a word game
Дата
Msg-id CAADeyWioTtyUGgGR0JyYmxUM45hvio-SQzbzewO-36gu8hHSpA@mail.gmail.com
обсуждение исходный текст
Ответ на Finding matching words in a word game  (Alexander Farber <alexander.farber@gmail.com>)
Ответы Re: Finding matching words in a word game
Список 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 по дате отправления:

Предыдущее
От: Alexander Farber
Дата:
Сообщение: Finding matching words in a word game
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: [HACKERS] Floating point error