Re: [INTERFACES] not permanent insert into stud values('myname')

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: [INTERFACES] not permanent insert into stud values('myname')
Дата
Msg-id 35BEE67E.6F93FC49@trust.ee
обсуждение исходный текст
Ответ на not permanent insert into stud values('myname')  (rony khoury <ron@cyberia.net.lb>)
Список pgsql-interfaces
rony khoury wrote:
>
>
>
> Hello ,
>
> following is a part of my code , can any body tell me why it works
> fine ,

It should work fine ;)

> but 'myname' does not remain permanent in the table although I'm
> loging in as postgres
> and see 'myname' in the result when I run the program ?

You probably start a transaction, but never commit it (in some other
part of your code)

Hannu

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

Предыдущее
От: rony khoury
Дата:
Сообщение: not permanent insert into stud values('myname')
Следующее
От: Sandeep
Дата:
Сообщение: Tcl/Tk interface for Postgres95