Re: [GENERAL] Question about varchar and text

2005-01-06 Thread Thomas Braad Toft
no performance differences between these three types, apart from the increased storage size when using the blank-padded type." -- Thomas Braad Toft ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [GENERAL] Trigger Question

2005-01-05 Thread Thomas Braad Toft
updates. Hope that helps. -- Thomas Braad Toft ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[GENERAL] Recursive update

2004-12-30 Thread Thomas Braad Toft
Dorg.mozilla:en-US:official%26sa%3DN%26tab%3Dwg%26&_doneTitle=Back+to+Search&&d#37c8b4a1b7562221 I'm trying to do an update on a table which results in another subsequent update of the same table. Only the second (subsequent) is actually executed on the table. I'm not sure I understand why this is not allowed, because I can see many cases where recursive updates would be a very nice thing to have available. Is this maybe a thing which should be raised for the PostgreSQL developer team? Thanks in advance and happy new year! -- Thomas Braad Toft ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [GENERAL] possible to DELETE CASCADE?

2004-12-30 Thread Thomas Braad Toft
have to create a trigger for the scenario. -- Thomas Braad Toft ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org