Re: List all tables from a specific database

Поиск
Список
Период
Сортировка
От Ray O'Donnell
Тема Re: List all tables from a specific database
Дата
Msg-id 55712750-b1f2-e506-1566-6e55440bf307@rodonnell.ie
обсуждение исходный текст
Ответ на Re: List all tables from a specific database  (Flaviu2 <flaviu2@yahoo.com>)
Список pgsql-general
On 14/01/2022 12:51, Flaviu2 wrote:
> Yes, I ran
> 
> *\c mydb1*
> 
> but I didn't see any SQL script underhood :(

Ah, OK. As I understand it, connecting to a database isn't something you 
can do in SQL: it's a function of the client, and how you do it depends 
on the client. - So in psql, it's a command-line argument; connecting 
from PHP with PDO, you use a connection string; and so on.

Ray.

-- 
Raymond O'Donnell // Galway // Ireland
ray@rodonnell.ie



В списке pgsql-general по дате отправления:

Предыдущее
От: Flaviu2
Дата:
Сообщение: Re: List all tables from a specific database
Следующее
От: Sergey Belyashov
Дата:
Сообщение: Upgrade 13 to 14 with replication of partitioned table