Naming convention of implicit sequences ?

Поиск
Список
Период
Сортировка
От Nicolas Bouthors
Тема Naming convention of implicit sequences ?
Дата
Msg-id 20020123131751.GY4300@lavardac.int.ghs
обсуждение исходный текст
Список pgsql-general
Hi,

In PG, identifiers are limited to 32chars if I'm not mistaken, so when
you create a table with a relatively long name, containing a public
key (with a long name too), a sequence is (implicitly) created to store
the pkey.

My question is : how to predict the exact name of this sequence knowing
the name of the table and the name of the pkey ?

I guess there is in the code somewhere a sprintf("%xf_%yf_seq",
table_name, key_name) with x and y beeing integers. If that's so what
are values of x and y ?

Thanks,

    Nico

--
nicolas@bouthors.org -- http://nicolas.bouthors.org/ -- +33 6 2071 6234
Administateur Systèmes et Réseaux   --    GHS    --    38, Rue du Texel


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

Предыдущее
От: Holger Krug
Дата:
Сообщение: Re: implemention of calls to stored procs.
Следующее
От: Dmitry Alyabyev
Дата:
Сообщение: Re: Permissions on non-owned database