Re: limit table to one row - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: limit table to one row
Date
Msg-id 2f4958ff0906060930q13ef947av14f6f4b1570d4d39@mail.gmail.com
Whole thread Raw
In response to limit table to one row  (Brandon Metcalf <brandon@geronimoalloys.com>)
Responses Re: limit table to one row
Re: limit table to one row
List pgsql-general
just change whatever you are storing to be in vertical structure,
instead of horizontal. so instead of create table foo(a int, b int, c
int, etc), try:

create table foo(name varchar, val int);

common mistake I've seen committed by people..

pgsql-general by date:

Previous
From: DimitryASuplatov
Date:
Subject: Re: How to store text files in the postgresql?
Next
From: Vick Khera
Date:
Subject: Re: Installation problem