Re: [GENERAL] functions, transactions, key violations

2008-06-05 Thread Ioannis Tambouras
course, you are the only one receiving values from the sequence.) Thanks Ioannis Tambouras -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] sequences and dependences

2008-05-24 Thread Ioannis Tambouras
e the one bellow is should give you the name of the table, assuming you account for the correct namespace; it will not automatically show the name of the column: select objid::regclass, refobjid::regclass from pg_depend where objid::regclass::text = 'person_id_seq' ; Thanks Ioannis

Re: [GENERAL] pg_standby stuck on a wal file size <16MB

2008-05-17 Thread Ioannis Tambouras
writing has finished (it reached 16777216 bytes). I don't have sources of pg_standby near me, but I remember in the C code checks for complete segment sizes. thanks Ioannis Tambouras -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscripti