Re: [SQL] Change a field to sequence (serial)
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: [SQL] Change a field to sequence (serial)
On 2/24/07, Ezequias Rodrigues da Rocha <ezequias(dot)rocha(at)gmail(dot)com> wrote:
Hi lists,
Is there possible to change a bigint field (primary key) to a serial ?
If yes how it is possible ?
I was trying to do that but the pgadmin don't enable the change to sequence.
What is the problem my friends ?
Regards
Ezequias
http://ezequiasrocha.blogspot.com/
See:
http://www.postgresql.org/docs/8.2/static/datatype-numeric.html#DATATYPE-SERIAL
http://www.postgresql.org/docs/8.2/static/functions-sequence.html
Home |
Main Index |
Thread Index