public inbox for rhdb@sourceware.org
 help / color / mirror / Atom feed
From: Fernando Nasser <fnasser@redhat.com>
To: Benilton de Sa Carvalho <carvalho@ime.unicamp.br>
Cc: rhdb@sources.redhat.com
Subject: Re: Red Hat Database 3.0
Date: Wed, 21 May 2003 15:33:00 -0000	[thread overview]
Message-ID: <3ECB9C33.1070206@redhat.com> (raw)
In-Reply-To: <Pine.GSO.4.10.10305211044320.26858-100000@athenas.ime.unicamp.br>

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

  reply	other threads:[~2003-05-21 15:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-21 13:45 Benilton de Sa Carvalho
2003-05-21 15:33 ` Fernando Nasser [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-05-21 13:10 Benilton de Sa Carvalho
2003-05-21 13:19 ` Fernando Nasser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3ECB9C33.1070206@redhat.com \
    --to=fnasser@redhat.com \
    --cc=carvalho@ime.unicamp.br \
    --cc=rhdb@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).