seems it is
simply impossible to run this application on PostgreSQL, and we have to stick
with a different RDBMS. Very sad.
-Markus
-Ursprüngliche Nachricht-
Von: Erik Wienhold
Gesendet: Dienstag, 15. August 2023 16:28
An: [Quipsy] Markus Karg ; pgsql-general@lists.postgresql.org
I am using pg_admin in the browser, and it works rather fine for me.
-Markus
Von: Jason Long
Gesendet: Dienstag, 15. August 2023 17:09
An: pgsql-general@lists.postgresql.org
Betreff: PostgreSQL and GUI management
Hello,
Does PostgreSQL have a graphical environment for management or is it only
m
the search path is ignored?!
-Markus
-Ursprüngliche Nachricht-
Von: Erik Wienhold
Gesendet: Dienstag, 15. August 2023 13:48
An: [Quipsy] Markus Karg ; pgsql-general@lists.postgresql.org
Betreff: Re: Cast INTEGER to BIT confusion
> On 15/08/2023 10:49 CEST [Quipsy] Markus Karg wro
the database?
Thanks a lot!
-Markus
-Ursprüngliche Nachricht-
Von: Erik Wienhold
Gesendet: Dienstag, 15. August 2023 13:48
An: [Quipsy] Markus Karg ; pgsql-general@lists.postgresql.org
Betreff: Re: Cast INTEGER to BIT confusion
> On 15/08/2023 10:49 CEST [Quipsy] Markus Karg wr
Hello PostgreSQL Community,
I have 25+ years of experience with some other RDBMS, but I am a PostgreSQL
starter, so I assume the following is rather a simple beginner's question...:
I like to store just a single bit but that can be either 1 or 0, so I tried to
do this:
CREATE TABLE T (c BIT);