[GENERAL] Tutorial

2000-02-23 Thread Marco Giardini
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| +-+-+-+-+-+ +

[GENERAL] auto number

2000-02-22 Thread Marco Giardini
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| +-+-+-+-+-+ +-+-+-+-+-+

[GENERAL] postgres lamer info

2000-02-17 Thread Marco Giardini
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

[GENERAL] converting MSAccess db tables into postgresql

2000-02-14 Thread Marco Giardini
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 --

[GENERAL] modify table type1

2000-02-13 Thread Marco Giardini
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