Re: Table with Field Serial - Problem - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Table with Field Serial - Problem
Date
Msg-id 5272727A.80708@gmail.com
Whole thread Raw
In response to Re: Table with Field Serial - Problem  (Yostin Vargas <yostinv@gmail.com>)
Responses Re: Table with Field Serial - Problem  (Yostin Vargas <yostinv@gmail.com>)
List pgsql-general
On 10/31/2013 07:55 AM, Yostin Vargas wrote:
>   My table is like  this
>
>   Column  |       Type        |                          Modifiers
> ----------+-------------------__+-----------------------------__------------------------------__--
>   id_fld   | integer           | not null default
> nextval('test_table_id_fld___seq'::regclass)

So you have a single field table, what is the purpose?

>
>
> im using Yii Framework,  How i can Put VALUES (DEFAULT) if i put
> "DEFAULT" is like a string


That would seem to be a question for the Yii mailing list/forum.




--
Adrian Klaver
adrian.klaver@gmail.com


pgsql-general by date:

Previous
From: Adam Brusselback
Date:
Subject: Re: Explanantion on pgbouncer please
Next
From: Yostin Vargas
Date:
Subject: Re: Table with Field Serial - Problem