Re: List all tables from a specific database - Mailing list pgsql-general

From Ray O'Donnell
Subject Re: List all tables from a specific database
Date
Msg-id 55712750-b1f2-e506-1566-6e55440bf307@rodonnell.ie
Whole thread Raw
In response to Re: List all tables from a specific database  (Flaviu2 <flaviu2@yahoo.com>)
List 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 by date:

Previous
From: Flaviu2
Date:
Subject: Re: List all tables from a specific database
Next
From: Sergey Belyashov
Date:
Subject: Upgrade 13 to 14 with replication of partitioned table