Re: Schema unique stamp (OID, MD5?)

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Schema unique stamp (OID, MD5?)
Дата
Msg-id FED2B709E3270E4B903EB0175A49BCB10475EC@dogbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Schema unique stamp (OID, MD5?)  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Ответы Re: Schema unique stamp (OID, MD5?)
Список pgadmin-hackers

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr]
> Sent: 23 February 2002 19:59
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] Schema unique stamp (OID, MD5?)
>
>
> Dear friends,
>
> Do you see an existing way to stamp an existing schema with a
> unique value
> (OID?). This would be very usefull for pgAdmin2 when working
> in development
> teams to decide whether a schema should be reloaded or not.
>
> Using PLbash, this would look like :
> "md5sum < pg_dump --schema-only database_name"
> Are there plans to implement such a feature server-side in C++?

This would be very expensive, even on moderately sized databases wouldn't
it? Why not just check the ctid of the relevant tuple to see if it has
changed since it was last read.

Regards, Dave.

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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Schema unique stamp (OID, MD5?)
Следующее
От: Dave Page
Дата:
Сообщение: Re: ALTER VIEW