http://threebit.net/tutorials/nestedset/tutorial1.html http://www.dbazine.com/oracle/or-articles/tropashko4 http://www.sai.msu.su/~megera/postgres/gist/ltree/ http://www.mrnaz.com/static/articles/trees_in_sql_tutorial/
http://pgsqld.active-venture.com/planner-optimizer.html
http://www.varlena.com/varlena/GeneralBits/116.php
http://www.postgresql.org/docs/7.4/static/protocol-message-formats.html RowDescription (B)
see postgres-fsource
why does it work w/ strace, but not w/o it? ; strace -f -e open * unset LANG; LC_ALL="C" LC_COLLATE="C" LC_MESSAGES='C' initdb
[14 lug 06] LC_MESSAGE="it" initdb works!
psql -h /tmp/ template1 -f /linux/11/x/activity/sql/init/users.sql pg_dump -C maruska | psql -h /tmp/ template1
???
psql:/linux/10/postgres/structure.dec2:9834: ERROR: permission denied for language c
UPDATE pg_shadow set usesuper = 't' where usename 'mmc' or usename'beta';
-- select * from pg_authid;
emerge agenzia with the postgresql USE flag, -> emerges many C functions, which I need.
ret.so ?? char_in_set.so int_counter.so
human ??
sql/functions/aggregate/concat.sql
| time pg_dump -C -h linux6 | psql -h /tmp/ template1; nr |
psql -h /tmp/ template1 -c "drop database maruska;" <\example>
could not find function "char_in_text" in file "/usr/lib/postgresql/char_in_set.so"
To write utf8, I had to disable readline! USE_READLINE in postgresql-8.1.4/src/bin/psql/input.h