Is there a gorodd postgresql tutorial available on the NET? Something
better than the tutorial available on the Postgresql web of course.
Thanks
.oesse.
--
--
+-+-+-+-+-+ +-+-+-+-+-+-+-+-+
|m|a|r|c|o| |g|i|a|r|d|i|n|i|
+-+-+-+-+-+ +
how do i set a table with an autonumebr field? I mean a field that it's
automatically increased by one for each added record.
Thanks
.oesse.
--
--
+-+-+-+-+-+ +-+-+-+-+-+-+-+-+
|m|a|r|c|o| |g|i|a|r|d|i|n|i|
+-+-+-+-+-+ +-+-+-+-+-+
is postgresql closer to informix, oracle or sybase ?
Thanks
marco
--
--
+-+-+-+-+-+ +-+-+-+-+-+-+-+-+
|m|a|r|c|o| |g|i|a|r|d|i|n|i|
+-+-+-+-+-+ +-+-+-+-+-+-+-+-+
TecnoGi spa Tel. +39 0321 885422
S
I'm really a novice on postgresql but i'm using it on a linux server and
i find it really usefull.
Now I'd like to convert from MS Access some tables to use them with
postgresql.
I'm sure must exists a tutorial on it, or maybe some of you can give me
sone hints.
Thanks for replying
Marco
--
i have created a table
+---+---+-+
| ref | int4 | 4 |
|family | text | var |
|typ| text | var |
+---+---+-+
Now i have the necessity to modify typ from text to int4.
Is it possible? how?
Thanks for re