Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for postgres (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/bucket/notifications/README.md

    The PostgreSQL configuration is located in the `notify_postgresql` key. Create a configuration key-value pair here for your PostgreSQL instance. The key is a name for your PostgreSQL endpoint, and the value is a collection of key-value parameters described in the table below.
    
    ```
    KEY:
    notify_postgres[:name]  publish bucket notifications to Postgres databases
    
    ARGS:
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 84.2K bytes
    - Click Count (0)
  2. tests/migrate_test.go

    			foundColumn = c
    			break
    		}
    	}
    	return
    }
    
    func TestInvalidCachedPlanSimpleProtocol(t *testing.T) {
    	if DB.Dialector.Name() != "postgres" {
    		return
    	}
    
    	db, err := gorm.Open(postgres.Open(postgresDSN), &gorm.Config{})
    	if err != nil {
    		t.Errorf("Open err:%v", err)
    	}
    
    	type Object1 struct{}
    	type Object2 struct {
    		Field1 string
    	}
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Sat Mar 21 11:49:01 GMT 2026
    - 66.3K bytes
    - Click Count (0)
  3. src/main/resources/fess_label_nl.properties

    labels.user_telephoneNumber=Telefoonnummer
    labels.telephoneNumber=Telefoonnummer
    labels.user_homePhone=Telefoon (thuis)
    labels.homePhone=Telefoon (thuis)
    labels.user_homePostalAddress=Postadres (thuis)
    labels.homePostalAddress=Postadres (thuis)
    labels.user_labeledURI=labeledURI
    labels.labeledURI=labeledURI
    labels.user_roomNumber=Kamernummer
    labels.roomNumber=Kamernummer
    labels.user_description=Beschrijving
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 51.3K bytes
    - Click Count (1)
Back to Top