| От | Craig Ringer |
|---|---|
| Тема | Re: custom system catalog table names |
| Дата | |
| Msg-id | 4E279DBF.1050701@postnewspapers.com.au обсуждение исходный текст |
| Ответ на | custom system catalog table names ("maxxedit@gmail.com" <maxxedit@gmail.com>) |
| Список | pgsql-general |
On 21/07/11 10:49, maxxedit@gmail.com wrote: > Hi, > > How can one create a postgres build with custom system table names? > For example, instead of "pg_class", I'd like to name the table as > "foobar_class". Or instead of "pg_catalog", "foobar_catalog". > > I don't care about compatiblity with pgadmin, jdbc drivers, etc. I'd > be happy just as long as I have a functional psql client. There is no "branding" feature in Pg's code, so you'd need to go through and change all the references to those names everywhere you care about them. I imagine you'd have to use a psql client compiled from the same altered codebase to have anything work. -- Craig Ringer
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера