0

I am running Postgresql 9.1 on ububtu I used: psql -d testdb -U postgres I can see the tables in testdb, among them tables I created earlier, however when trying: create table newtable(name VARCHAR(10)...); i get nothing. No CREATE result, and consequently do not see the new table created.

I am new to this db, would appreciate help - what is the problem here? thnx

0 Answers0