Re: PL/pgSQL examples NOT involving functions

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: PL/pgSQL examples NOT involving functions
Дата
Msg-id 200112052129.fB5LT4k02023@saturn.jw.home
обсуждение исходный текст
Ответ на Re: PL/pgSQL examples NOT involving functions  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
Josh Berkus wrote:
> Aasmund,
>
> > envisity=# DROP TABLE temp ;
> > DROP
> > envisity=# create table temp (tempid integer);
> > CREATE
> > envisity=# INSERT INTO temp VALUES(3);
> > INSERT 150371 1
> > envisity=# select test3();
> > ERROR:  Relation 150348 does not exist
> > envisity=#
>
> That's a new one on me.  I've dropped and re-created dozens of tables,
> and while I have to re-build the views, I've never had to touch the
> functions for that reason.  Either in PL/pgSQL or in SQL.
>
> What version are we talking about?
   Any version. But a simple reconnect to the database fixes the   problem, because you'll have a new backend and that
guy will   of course compile everything on first hit.
 


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: PL/pgSQL examples NOT involving functions
Следующее
От: Roberto Mello
Дата:
Сообщение: Re: Getting matching and non-matching results (long)