Re: Advanced Questions about PostgreSQL

2021-08-09 Thread Andrew Dunstan
On 8/9/21 1:33 AM, David Rowley wrote: > On Mon, 9 Aug 2021 at 17:14, A Z wrote: >> >> 2) How may I get PostgreSQL to output the create table statement(s) for one >> or more tables inside one database, without issuing instructions via the >> command line, but only inside a database login, as a

Re: Advanced Questions about PostgreSQL

2021-08-08 Thread David Rowley
On Mon, 9 Aug 2021 at 17:14, A Z wrote: > > 1) Are there free scripts for CREATE TYPE (native type), more advanced, > or sorts of types out there, online, free for commercial > use? With function support, too? Can someone reply with a link or a > suggestion? > > 2) How may I get PostgreSQL to

Advanced Questions about PostgreSQL

2021-08-08 Thread A Z
1) Are there free scripts for CREATE TYPE (native type), more advanced, or sorts of types out there, online, free for commercial use? With function support, too? Can someone reply with a link or a suggestion? 2) How may I get PostgreSQL to output the create table statement(s) for one or more