On 02.11.2020 18:02, Anastasia Lubennikova wrote:
Status update for a commitfest entry.
This thread was inactive for a while. Is anyone going to continue working on it?
My two cents on the topic:
I don’t see it as a big problem in the first place. In the source code, \dE
refers to foreign table
Status update for a commitfest entry.
This thread was inactive for a while. Is anyone going to continue working on it?
My two cents on the topic:
I don’t see it as a big problem in the first place. In the source code, \dE
refers to foreign tables and \de refers to forign servers. So, it seems mo
On 2020-07-21 17:10, Tom Lane wrote:
Hamid Akhtar writes:
So are you suggesting to not fix this or do a more detailed review and
assess what other psql messages can be grouped together.
I was just imagining merging the entries for the commands that are
implemented by listTables(). If you see
Hamid Akhtar writes:
> So are you suggesting to not fix this or do a more detailed review and
> assess what other psql messages can be grouped together.
I was just imagining merging the entries for the commands that are
implemented by listTables(). If you see something else that would
be worth d
So are you suggesting to not fix this or do a more detailed review and
assess what other psql messages can be grouped together.
On Sun, Jul 12, 2020 at 8:15 PM Tom Lane wrote:
> Hamid Akhtar writes:
> > On Sun, Apr 26, 2020 at 1:03 AM David G. Johnston <
> > david.g.johns...@gmail.com> wrote:
>
Hamid Akhtar writes:
> On Sun, Apr 26, 2020 at 1:03 AM David G. Johnston <
> david.g.johns...@gmail.com> wrote:
>> On Sat, Apr 25, 2020 at 12:29 PM Hamid Akhtar
>> wrote:
>>> "\dE" displays the list with a "List of relations" heading whereas "\det"
>>> displays "List of foreign tables". So, to di
The following review has been posted through the commitfest application:
make installcheck-world: tested, passed
Implements feature: not tested
Spec compliant: not tested
Documentation:tested, passed
This small documentation patch makes the document more accurate for p
On Sun, Apr 26, 2020 at 1:03 AM David G. Johnston <
david.g.johns...@gmail.com> wrote:
> On Sat, Apr 25, 2020 at 12:29 PM Hamid Akhtar
> wrote:
>
>>
>> "\dE" displays the list with a "List of relations" heading whereas "\det"
>> displays "List of foreign tables". So, to differentiate the two, I s
On Sat, Apr 25, 2020 at 12:29 PM Hamid Akhtar
wrote:
>
> "\dE" displays the list with a "List of relations" heading whereas "\det"
> displays "List of foreign tables". So, to differentiate the two, I suggest
> to change the help message for "\dE" to:
>
> \dE[S+] [PATTERN] list foreign rela
psql slash usage show two options for listing foreign tables.
\dE[S+] [PATTERN] list foreign tables
\det[+] [PATTERN] list foreign tables
This seems a little odd especially when the output of both of these
commands is different.
postgres=# \dE+
List of relations
Schema
10 matches
Mail list logo