Fancy ADD COLUMN

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Fancy ADD COLUMN
Дата
Msg-id GNELIHDDFBOCMGBFGEFOAELCCEAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Список pgsql-hackers
Hi,

Just letting people know that I've mostly stopped working on ADD COLUMN now.

Basically it rapidly got way out of my league!

Problems are:

1. Evaluating default for each row
2. Checking against check constraint
3. Checking against domain constraints
4. Whether or not it's considered an insert (I don't think it should be)
5. SERIAL rewriting

I think it needs to be handled in the grammar/analyzer a lot (create table
style).  ie. A list of future actions is built up, etc.  so it all gets
passsed thru the normal channels.

Anyway, it's a bit too hard for me, especially when I can only find an hour
a week to do stuff!

If anyone takes it on in the future, feel free to email me and I can back
you up.

I'll keep working on smaller, easily chewed chunks :P

Cheers,

Chris



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: user defined settings (aka user defined guc variables)
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: SSL/TLS support (Was: Re: 7.3.1 stamped)