On Fri, Aug 21, 2009 at 10:36 AM, fabiofurlan<[email protected]> wrote: > > Hi. > > I do not any idea. > > When i drop table or alter table, i need restart service postgresql 8.1, > because is impossible new connect or > because the changes are not visible. > > Gnu Linux Debian 4.0 > PostgreSQL 8.1 > > > Thanks a lot.
Maybe you are doing this inside a transaction someplace? If so, it won't be visible to other transactions until you commit. ...Robert -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
