Why there is no records? - Mailing list pgsql-general

From Igor Korot
Subject Why there is no records?
Date
Msg-id CA+FnnTw9zGdkdhT75qzA-dWBzbQB+QrMB-sx=+bcLA72DoRSzQ@mail.gmail.com
Whole thread
Responses Re: Why there is no records?
Re: Why there is no records?
List pgsql-general
Hi,

draft=# SELECT n.nspname, c.oid FROM pg_constraint c, pg_namespace n
WHERE c.oid = n.oid AND c.conname = 'leagues_pkey';
 nspname | oid
---------+-----
(0 rows)

draft=# SELECT * FROM pg_constraint WHERE conname = 'leagues_pkey';
  oid  |   conname    | connamespace | contype | condeferrable |
condeferred | convalidated | conrelid | contypid | conindid |
conparentid | confrelid | confupdtype | confdeltype | confmatchtype |
conislocal | coninhcount | connoinherit | conkey | confkey | conpfeqop
| conppeqop | conffeqop | confdelsetcols | conexclop | conbin

-------+--------------+--------------+---------+---------------+-------------+--------------+----------+----------+----------+-------------+-----------+-------------+-------------+---------------+------------+-------------+--------------+--------+---------+-----------+-----------+-----------+----------------+-----------+--------
 16395 | leagues_pkey |         2200 | p       | f             | f
      | t            |    16390 |        0 |    16394 |           0 |
       0 |             |             |               | t          |
       0 | t            | {1}    |         |           |           |
        |                |           |
(1 row)

Thank you.



pgsql-general by date:

Previous
From: Durgamahesh Manne
Date:
Subject: Re: pgbouncer transaction pool mode issue for prepared statements
Next
From: Christoph Moench-Tegeder
Date:
Subject: Re: Why there is no records?