검색을 통해 이슈를 손쉽게 찾아보세요: #<이슈 ID>
예시: #1832
다음의 검색으로 회원을 쉽게 찾으세요: <사용자 이름>, <명> 와 <성>.
예시: smith를 검색하면, smith 와 adamsmith의 검색결과를 가져옵니다.
If you have issues connecting to your PostgreSQL server, make sure that you have started your PostgreSQL postmaster with the ’-i’ option which enables TCP/IP connections.
TCP/IP connections are required for Aqua Data Studio to connect to the PostgreSQL server.
Tab Coloring
To Identify Server Environments, whether it is a Production, Development or Test, use Tab Coloring feature :
Using the Keyboard combination "CTRL + SHIFT + P", you may quickly access Server Properties and edit Tab Coloring options.
Edit the Server Properties, to use FILTER options for a Server in Aqua Data Studio:
Features
Using the dropdown at the top of the Filter Tab, quickly change your Schema or Folder View.
Edit the Server Properties to use Advanced Properties in Aqua Data Studio:
With options in Advanced properties of a Server, you can :
Using the dropdown at the bottom of the Advanced Tab, quickly change your Object Display in the Server Browser.
Edit the Drivers Properties to use Driver Parameters in Aqua Data Studio:
With options in Driver properties of a Server, you can edit/view the :
To use SSL in Aqua Data Studio, you must add the option"?ssl=true" in the "Driver Parameters:" in the Driver Tab of a Server Registration.
To enable SSL for PostgreSQL the user must import an SSLcertificate into the keystore of the Java Virtual Machine that is being used to run Aqua Data Studio.
Create a quick self-signed certificate using the following OpenSSLcommand:
openssl req -new -text -out server.req
Fill out the information that openssl asks for. The challengepassword can be left blank. The program will generate a key that ispassphrase protected; it will not accept a passphrase that is lessthan four characters long. To remove the passphrase (as you must ifyou want automatic start-up of the server), run the commands
openssl rsa -in privkey.pem -out server.key rm privkey.pem
Enter the old passphrase to unlock the existing key. Now do
openssl req -x509 -in server.req -text -key server.key -out server.crt chmod og-rwx server.key
to turn the certificate into a self-signed certificate and copythe key and certificate to the data directory of the server. Nowconvert the server.crt to a format java can import on theclient:
openssl x509 -in server.crt -out server.crt.der -outform der
Now import the cert into the java keystore:
keytool -keystore [your java home here]/lib/security/cacerts -alias [any name for cert desired] -import -file server.crt.der
enter the password for the cacerts keystore (default is’changeit’). Say yes to trust this cert.
Make sure your Aqua Data Studio instance knows which keystore touse for the SSL connection by adding to the startup script theparameter-Djavax.net.ssl.trustStore=\lib\security\cacerts
Windows: (Executable) - Modify the[ADS_INSTALL]\datastudio.ini
- Add to the file vmarg.2=-Djavax.net.ssl.trustStore=\lib\security\cacerts"
Windows: (Batch) - Modify the [ADS_INSTALL]\datastudio.bator datastudio-bundled.bat
- Last line should execute java with the parameter between"java" and "-cp" such as ...
"java -Djavax.net.ssl.trustStore=\lib\security\cacerts-cp"
OSX: - Modify /Aqua Data Studio/Contents/Info.plist
> ... > VMOptions > > -Djavax.net.ssl.trustStore=/Library/Java/Home/lib/security/cacerts > -Xmx256m > MainClass > com.aquafold.datastudio.DataStudio > ...
Unix: (Script)
- Last line should execute java with the parameter between"java" and "-cp" such as ...
"java -Djavax.net.ssl.trustStore=\lib\security\cacerts-cp"
Edit the Permissions in Server Properties in Aqua Data Studio:
With options in Permissions Tab of a Server, you can :
Edit Scripts in Server Properties in Aqua Data Studio:
With scripts in the Scripts Tab of a Server, you can :
Edit Shell Scripts in Server Properties in Aqua Data Studio:
With scripts in the FluidShell Tab of a Server, you can :
AquaClusters 안내 프라이버시보호 정책 지원 Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017