I'm trying to set up a database for Django, and I'm having trouble connecting with the databases I create (PostgreSQL 8.3.1).
After creating a $su - postgres and running: $/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data $/usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data I get the following: LOG: database system was shut down at 2008-04-16 ... LOG: database system is ready to accept connections LOG: autovacuum launcher started But then when I try: createdb db_test psql db_test it gives me nothing at all. In fact, anything I type into the system seems to give no response. Am I doing something wrong? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---