Re: [GENERAL] SQL injection, php and queueing multiple statement

2008-11-11 Thread Yasuo Ohgaki
time. -- Yasuo Ohgaki -- 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] Data Versioning

2001-08-01 Thread Yasuo Ohgaki
With PostgreSQL, you can create RULE to keep old values. (Much easier than other DB, thanks to RULE) Refer to PostgreSQL manual for details. Yasuo Ohgaki ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate

[GENERAL] What is the best way to select all user defined field names in a table?

2001-02-27 Thread Yasuo Ohgaki
x27;; It seems pg_attribute does not have flag to distinguish user defined fields. (Is it?) An option is excluding all system fields in where clause one by one, but I thought there might be a better way to do that. (I searched recent mail list archive, couldn't find one) Thanks, -- Yasuo Ohgaki