This is the mail archive of the rhdb@sources.redhat.com mailing list for the RHDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Red Hat Database 3.0


Benilton de Sa Carvalho wrote:
Hi Fernando,

thank you for your help. Thank you very much.

I found the tables node. I tried to add a simple table with "id" and
"nome" columns. But I had the following error:

The backend returned the error:
ERROR: cannot create
pg_catalog.dados_pessoais_id_seq: system
catalog modifications are currently disallowed


Could you please help me on this matter?



Hi Benilton.


Under which schema are you trying to create your table? The pg_catalog schema is for use by the DBMS only. You need to create your tables under the 'public' schema or create your own schema and put your tables in it. If you don't need SQL-Schemas I would recommend you just use the public schema.

Give it a try.


-- Fernando Nasser Red Hat - Toronto E-Mail: fnasser@redhat.com 2323 Yonge Street, Suite #300 Toronto, Ontario M4P 2C9


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]