problem with casts dump/restore

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема problem with casts dump/restore
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A75A6@Herge.rcsinc.local
обсуждение исходный текст
Список pgadmin-hackers
I just noticed that pg_dump does not seem to be exporting at least one
of my user defined casts...In particular, this one:

CREATE CAST (xid AS oid)
  WITHOUT FUNCTION;

On a sort of related note, I noticed that pgAdmin 2.0 generates this
code in the SQL window for the above cast...

CREATE CAST (xid AS oid)
  WITHOUT FUNCTION
  AS EXPLICIT;

'create cast' does not have an 'explicit' cause...although IMHO maybe it
should (there is an 'e' in pg_cast.castcontext).


Merlin

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: pgAdminIII and DB Migration Wizard
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: pgAdmin on Mac OS X