[GENERAL] Question about uuid_generate_v3

2011-07-23 Thread Godofredo Contreras
if I missunderstood that uuid_generate_v3 should be generating differente uuids in every different call to the function. Has someone faced the same problem? in case of yes could you please share your solution with me? Thank you Godofredo Contreras -- Sent via pgsql-general mailing list (pgsql-g

Re: [GENERAL] Question about uuid_generate_v3

2011-07-23 Thread Godofredo Contreras
Thank you Adrian for clarifying this. I will use uuid_generate_v1 or uuid_generate_v4 instead of uuid_generate_v3. Regards Godofredo Contreras El 23/07/2011 11:31 a.m., Adrian Klaver escribió: On Saturday, July 23, 2011 8:39:52 am Godofredo Contreras wrote: Hi, First of all, I am new to this