Re: [BUGS] BUG #4087: table creation problem using python

2008-04-03 Thread ITAGAKI Takahiro
"jitendra" <[EMAIL PROTECTED]> wrote: > I'm jitendra from delhi(India),I've a problem with table creation using > pythonscript executed but there's nothing happened. > the program written in python is... You need to add conn.commit() here: >cur.execute("create table ph2 (nm varchar,

[BUGS] BUG #4087: table creation problem using python

2008-04-03 Thread jitendra
The following bug has been logged online: Bug reference: 4087 Logged by: jitendra Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: rhel 5 Description:table creation problem using python Details: hi, I'm jitendra from delhi(India),I've a p