last OID and connections?

Поиск
Список
Период
Сортировка
От Johnny Jørgensen
Тема last OID and connections?
Дата
Msg-id 200110171527170784.01357C60@mail.halfahead.dk
обсуждение исходный текст
Ответы Re: last OID and connections?  ("Josh Berkus" <josh@agliodbs.com>)
Re: last OID and connections?  (Adam Haberlach <adam@newsnipple.com>)
Re: last OID and connections?  (Adam Haberlach <adam@newsnipple.com>)
Список pgsql-php
Once I get a current project to production state, I'm going to get a heap of users performing updates simultaneously through the same update.php, and that raises a few questions:
 
1. will pg_getlastoid() return the last oid inserted *by this user*, *on this page*, *on this connection*, or is there a possibility for them to get mixed up, because the database gets a connection from the same user (php), and reuses connections or something?
 
e.g. If a user changes his profile, and an administrator changes some other row at the same time?
 
2. I find oid's pretty clever, but are they good for unique keys? It seems, foreign key constraints won't use oid's in the current release, should i use serials instead?
 
thanks,
 
 

Mvh,
 
Johnny J�rgensen
 
+45 6315 7328

В списке pgsql-php по дате отправления:

Предыдущее
От: Alessandro Ferrarin
Дата:
Сообщение: Re: Retrieving a list of tables
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: last OID and connections?