facebook

create Array column on PostgreSQL and DB Browser…?

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #302125 Reply

    Robert Kuropkat
    Participant

    How do I do this in the DB Browser for PostgreSQL. It does not seem to give me away to create this syntax:

    CREATE TABLE sal_emp (
    name text,
    pay_by_quarter integer[],
    schedule text[][]
    );

    Thanks

    #302126 Reply

    Robert Kuropkat
    Participant

    and how come I can’t alter a table once I create it? This should not be this hard…

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: create Array column on PostgreSQL and DB Browser…?

You must be logged in to post in the forum log in