foreign key perl code

Поиск
Список
Период
Сортировка
От mikeo
Тема foreign key perl code
Дата
Msg-id 3.0.1.32.20000807172319.00ad8680@pop.spectrumtelecorp.com
обсуждение исходный текст
Список pgsql-general
for those who copied that foreign key delete program
that i included earlier,  i fat fingered on one line
and if you try to delete just one fkey it'll delete
them all...

in the sub delete_entries()

the line if ($#dbsel > 0) {

needs to be changed to:

 if ($#dbsel >= 0) {


my apologies,
  mikeo

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

Предыдущее
От: "Len Morgan"
Дата:
Сообщение: Fw: pg_dump help
Следующее
От:
Дата:
Сообщение: Re: foreign keys