[linux-network] Re: postgresql case problemi

---------

From: Devrim GUNDUZ (devrim@gunduz.org)
Date: Sun 30 Mar 2003 - 22:31:26 EEST

  • Next message: Yiğit Belevi: "[linux-network] iptables httpd redirect"

    Merhaba,
    On Sun, 30 Mar 2003, Ali Çinkılıç wrote:

    > bir tablo olusturdum "LOGIN_LOGS" adında. sonrada bu tabloya veri
    > insert edeyim dedim. bana tablo yok diye mesaj veriyor. cunku insert
    > ederken "LOGIN_LOGS" yadıgımı "login_logs" a ceviriyor ve bulamıyor.
    > Bu problemi nasıl asabilirim?

    It's not a bug; it's a feature ;)

    http://developer.postgresql.org/docs/pgsql/src/tutorial/basics.source
    -----------------------------
    -- Creating a New Table:
    -- A CREATE TABLE is used to create base tables. PostgreSQL has
    -- its own set of built-in types. (Note that SQL is case-
    -- insensitive.)
    -----------------------------
    psql de \d ile baktiginizda da kucuk harfle yaratilmis oldugunu
    goreceksiniz:

    test=# CREATE TABLE LOGIN_DEFS (
    test(# a text
    test(# );
    CREATE
    test=# \d
             List of relations
        Name | Type | Owner
    --------------+----------+----------
    login_defs | table | postgres

    Saygilar.

    --
    Devrim GUNDUZ
    devrim@gunduz.org				devrim.gunduz@linux.org.tr 
    			http://www.gunduz.org
    

  • Next message: Yiğit Belevi: "[linux-network] iptables httpd redirect"

    ---------

    Bu arsiv hypermail 2.1.6 tarafindan uretilmistir.