Hello,
The Types list in the pgAdmin treeview doesn't seem to include user
types whose names begin with underscores. Eg. if I run
CREATE TYPE my_type1 AS (val integer);
CREATE TYPE _my_type2 AS (val integer);
my_type1 is shown, but _my_type2 is not. (I even tried enabling "Show
Syste
On Fri, Sep 5, 2014 at 9:55 PM, Daniel Browning wrote:
> On Friday 05 September 2014 12:38:26 pm Dave Page wrote:
>> pgAdmin writes that file whenever a user successfully logs into a server
>> with a new password for the first time, and opts to save it.
>
> Ah, that probably explains what happened