[GENERAL] How to access a second database
От | Sherman Willden |
---|---|
Тема | [GENERAL] How to access a second database |
Дата | |
Msg-id | CAGv-wXGfhp=S31kb2KwuLzoSbCKmw3pYutefyWs03i_uNYBbbQ@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: [GENERAL] How to access a second database
Re: [GENERAL] How to access a second database |
Список | pgsql-general |
I am trying to access a table from another database. I have the permissions to create under my own login. I have performed the following so far:
sherman@sql-dev: createdb sandbox01
sherman@sql-dev:~$ createdb sandbox02.
After logging into sandbox02 I performed the following: sandbox02=# CREATE TABLE last_names(last_name TEXT);
sandbox02=# INSERT INTO last_names VALUES(willden);
and then sandbox01=# INSERT INTO first_and_last(sherman, willden);
В списке pgsql-general по дате отправления: